No OneTemporary

File Metadata

Created
Thu, May 2, 12:09 PM
This file is larger than 256 KB, so syntax highlighting was skipped.
Index: trunk/l10n-support/scripts/messages.summit
===================================================================
--- trunk/l10n-support/scripts/messages.summit (revision 1509319)
+++ trunk/l10n-support/scripts/messages.summit (revision 1509320)
@@ -1,263 +1,262 @@
# -*- coding: UTF-8 -*-
# kate: syntax Python;
# This file is a summit configuration for Pology's posummit script.
import os
# ----------------------------------------
# Summit and branch locations and IDs.
# Summit-over-templates mode.
S.over_templates = True
# Location of summit catalogs and templates.
S.summit = dict(
topdir=S.relpath("../%s/summit/messages" % S.lang),
topdir_templates=S.relpath("../%s/summit/messages" % S.templates_lang),
)
# Branch IDs and locations of branch catalogs and templates.
S.branches = [
dict(
id="trunk5",
topdir=S.relpath("../../l10n-kf5/%s/messages" % S.lang),
topdir_templates=S.relpath("../../l10n-kf5/%s/messages" % S.templates_lang),
),
dict(
id="stable5",
topdir=S.relpath("../../../branches/stable/l10n-kf5/%s/messages" % S.lang),
topdir_templates=S.relpath("../../../branches/stable/l10n-kf5/%s/messages" % S.templates_lang),
),
dict(
id="plasma5lts",
topdir=S.relpath("../../../branches/stable/l10n-kf5-plasma-lts/%s/messages" % S.lang),
topdir_templates=S.relpath("../../../branches/stable/l10n-kf5-plasma-lts/%s/messages" % S.templates_lang),
),
dict(
id="trunk",
topdir=S.relpath("../../l10n-kde4/%s/messages" % S.lang),
topdir_templates=S.relpath("../../l10n-kde4/%s/messages" % S.templates_lang),
),
dict(
id="stable",
topdir=S.relpath("../../../branches/stable/l10n-kde4/%s/messages" % S.lang),
topdir_templates=S.relpath("../../../branches/stable/l10n-kde4/%s/messages" % S.templates_lang),
),
]
# Set path transformations.
transform_path_summit_names = {}
transform_path_branch_names = {}
def make_split_branch_path (branch_id):
def splitf (branch_path):
branch_subdir = os.path.dirname(branch_path)
branch_filename = os.path.basename(branch_path)
branch_name = branch_filename[:branch_filename.rfind(".")]
summit_name = transform_path_summit_names.get(
(branch_id, branch_name), branch_name)
return summit_name, branch_subdir
return splitf
def make_join_branch_path (branch_id):
def joinf (summit_name, summit_subdir, by_lang):
branch_name = transform_path_branch_names.get(
(branch_id, summit_name), summit_name)
branch_filename = branch_name + ".po"
branch_path = os.path.join(summit_subdir, branch_filename)
return branch_path
return joinf
from pology.fsops import collect_catalogs
for branch in S.branches:
branch_id = branch["id"]
branch_topdir_templates = branch["topdir_templates"]
for full_branch_path in collect_catalogs(branch_topdir_templates):
branch_path = full_branch_path[len(branch_topdir_templates) + 1:]
branch_subdir = os.path.dirname(branch_path)
branch_filename = os.path.basename(branch_path)
branch_name = branch_filename[:branch_filename.rfind(".")]
summit_name = branch_name
for prefix in ("desktop", "json"):
if branch_name.startswith(prefix + "_"):
branch_name_split = branch_name.split("_", 2)
if len(branch_name_split) == 3:
summit_name = branch_name_split[2] + "." + prefix
else:
summit_name = branch_name_split[1] + "." + prefix
elif branch_name.endswith("." + prefix):
summit_name = (branch_name[:-len("." + prefix)] + "__" + prefix)
if summit_name != branch_name:
transform_path_summit_names[(branch_id, branch_name)] = summit_name
transform_path_branch_names[(branch_id, summit_name)] = branch_name
branch["transform_path"] = (make_split_branch_path(branch_id),
make_join_branch_path(branch_id))
# Set X-Qt-Contexts header on Qt catalogs.
def set_header_qt_contexts (cat):
hdr = cat.header
hdr.set_field(u"X-Qt-Contexts", u"true")
return 0
from pology.proj.kde.cattype import is_qt_cat
S.hook_on_scatter_cat.extend([
(set_header_qt_contexts, r"", is_qt_cat),
])
# ----------------------------------------
# Manual mappings from branch to summit catalogs, needed when:
# - catalog is renamed in trunk, and not in stable,
# - catalog from stable is split into two or more catalogs in trunk,
# - two or more catalogs in stable are combined into single catalog in trunk,
# - etc.
# *Not* needed when a catalog only changes the module.
S.mappings = [
# ("branch_id", "branch_catalog", "summit_catalog_1", ...),
("stable", "k3bsetup", "k3b"),
("stable", "solidcontrolnm09", "solidcontrol"),
("stable", "plasma_applet_milou_applet", "plasma_applet_org.kde.milou"),
("stable", "kbibtex.appdata", "org.kde.kbibtex.appdata"),
("stable", "muon.desktop", "muon.desktop", "discover.desktop"),
("stable", "libmuon", "libdiscover"),
("stable", "muon-discover", "plasma-discover"),
("stable", "muon-updater", "plasma-discover-updater"),
("stable", "massif-visualizer.appdata", "org.kde.massif-visualizer.appdata"),
("stable", "kwebkitpart", "webenginepart"),
("stable", "kgraphviewer.appdata", "org.kde.kgraphviewer.appdata"),
("stable", "kgraphviewer.metainfo", "org.kde.libkgraphviewer.metainfo"),
("stable", "kde-nm-connection-editor", "kde5-nm-connection-editor"),
("trunk", "kbibtex.appdata", "org.kde.kbibtex.appdata"),
("trunk", "kwebkitpart", "webenginepart"),
("plasma5lts", "kactivitymanagerd.json", "kactivities.json"),
("plasma5lts", "filetypes", "kcm5_filetypes"),
("plasma5lts", "kcmshell", "kcmshell5"),
("plasma5lts", "kdesu", "kdesu5"),
("plasma5lts", "kioclient", "kioclient5"),
("plasma5lts", "kmimetypefinder", "kmimetypefinder5"),
("plasma5lts", "kstart", "kstart5"),
("plasma5lts", "ktraderclient", "ktraderclient5"),
("plasma5lts", "drkonqi", "drkonqi5"),
("plasma5lts", "kio_applications", "kio5_applications"),
("plasma5lts", "plasma_runner_baloosearchrunner", "plasma_runner_baloosearch5"),
("plasma5lts", "phonon_kde", "phonon_kde_plugin"),
("plasma5lts", "soliduiserver", "soliduiserver5"),
("plasma5lts", "attica_kde", "attica_kde_plugin"),
("plasma5lts", "kcmcomponentchooser", "kcm5_componentchooser"),
("plasma5lts", "kcm_baloofile", "kcm5_baloofile"),
("plasma5lts", "kcm_device_automounter", "kcm5_device_automounter"),
("plasma5lts", "kcm_emoticons", "kcm5_emoticons"),
("plasma5lts", "kcmicons", "kcm5_icons"),
("plasma5lts", "kcmkded", "kcm5_kded"),
("plasma5lts", "kcmnotify", "kcm5_notify"),
("plasma5lts", "kcm_phonon", "kcm5_phonon"),
("plasma5lts", "knetattach", "knetattach5"),
("plasma5lts", "plasma_applet_binaryclock", "plasma_applet_org.kde.plasma.binaryclock"),
("plasma5lts", "plasma-sdk.json", "plasmate.json"),
("plasma5lts", "kcmmousetheme", "kcm_cursortheme"),
("plasma5lts", "kcmfonts", "kcm_fonts"),
("stable5", "libsendlater", "akonadi_sendlater_agent"),
("stable5", "libmuon", "libdiscover"),
("stable5", "muon-updater", "plasma-discover-updater"),
("stable5", "muon-discover", "plasma-discover"),
("stable5", "muon-exporter", "plasma-discover-exporter"),
("stable5", "muon-notifier", "plasma-discover-notifier"),
("stable5", "kactivitymanagerd.json", "kactivities.json"),
("stable5", "libpimcommon", "storageservices", "libpimcommon"),
("stable5", "libmessageviewer", "libmimetreeparser", "libmessageviewer"),
("stable5", "kdevgdb", "kdevdebuggercommon", "kdevgdb"),
("stable5", "kaddressbook", "kaddressbook", "kaddressbook_importexportplugins"),
("stable5", "plasma_applet_smb4k-qml", "plasma_applet_org.kde.smb4kqml"),
("stable5", "umbrello_kdevphp", "kdevphp"),
- ("stable5", "umbrello_kdevphp5", "kdevphp"),
("stable5", "kdevplatform", "kdevplatform", "kdevsourceformatter"),
("stable5", "akonadicontact5", "akonadiimportwizard", "kaddressbook_contacteditor"),
("stable5", "kproperty_qt", "kpropertycore_qt", "kpropertywidgets_qt"),
("stable5", "akonadi_davgroupware_resource", "akonadi_davgroupware_resource", "libkdav"),
("stable5", "kcmmousetheme", "kcm_cursortheme"),
("stable5", "kcmfonts", "kcm_fonts"),
("trunk5", "plasma_shell_org.kde.plasma.mediacenter", "plasma-mediacenter"),
("trunk5", "libsendlater", "akonadi_sendlater_agent"),
("trunk5", "kactivitymanagerd.json", "kactivities.json"),
("trunk5", "kaddressbook", "kaddressbook", "kaddressbook_importexportplugins"),
("trunk5", "kwebkitpart", "webenginepart"),
("trunk5", "umbrello_kdevphp", "kdevphp"),
("trunk5", "umbrello_kdevphp5", "kdevphp"),
("trunk5", "akonadi_davgroupware_resource", "akonadi_davgroupware_resource", "libkdav"),
]
# Manual mappings from branch to summit subdirectories, needed when
# catalogs from several branch subdirectories should reside in
# single summit subdirectory.
S.subdir_mappings = [
# ("branch_id", "branch_subdir", "summit_subdir"),
]
# Subdirectory precedence.
# Used in cases of several same-named catalogs in same branch.
subdir_list_path = S.relpath("summit_subdir_precedence")
S.subdir_precedence = [l.strip() for l in open(subdir_list_path).readlines()]
# ----------------------------------------
# Formatting.
# Wrap messages (on column)?
S.summit_wrap = False
S.branches_wrap = True
# Fine-wrap messages (on markup tags, etc.)?
S.summit_fine_wrap = True
S.branches_fine_wrap = False
# Normalize branch templates before gathering to have better
# source references and message ordering in summit templates.
if "gather" in S.opmodes and S.lang == S.templates_lang:
# General dummy extraction files for all catalogs.
dumsrcs = ("rc.cpp", "rc.py", "tips.cpp", "tips.cc")
# Special dummy extraction files per catalog (single or list of files).
dumsrcs_per_cat = {
"kcells": "xml_doc.cpp",
"kregexpeditor": "predefined-regexps.cpp",
"libmuon": "categoriesxml.cpp",
"okular_ghostview": "rc_okular_ghostview.cpp",
"okular_www": "news.cpp",
"sheets": "xml_doc.cpp",
"system-config-printer-kde": "ui.py",
}
# Starts of true source files in extracted comments.
ecsrcheads = ("i18n: file:",)
# Starts of extracted contexts in extracted comments.
ecctxheads = ("i18n: ectx:",)
# Assemble the normalization hook.
from pology.normalize import demangle_srcrefs, uniq_source
from pology.normalize import uniq_auto_comment
demangle_srcrefs_h = demangle_srcrefs(collsrcs=dumsrcs,
collsrcmap=dumsrcs_per_cat,
truesrcheads=ecsrcheads)
uniq_auto_comment_h = uniq_auto_comment(onlyheads=ecctxheads)
def normalize_template (cat):
for msg in cat:
demangle_srcrefs_h(msg, cat)
uniq_source(msg, cat)
uniq_auto_comment_h(msg, cat)
cat.sort_by_source()
S.hook_on_gather_cat_branch.extend([
(normalize_template,),
])
# ----------------------------------------
# Bookkeeping.
# Version control system for the catalogs, if any.
S.version_control = "svn"
# ----------------------------------------
# Custom settings per language
# (this should come last to allow overrides).
extras_file = S.relpath("../%s/summit/messages.extras.summit" % S.lang)
if os.path.isfile(extras_file):
S.include(extras_file)
Index: trunk/l10n-support/templates/summit/messages/extragear-edu/kstars.pot
===================================================================
--- trunk/l10n-support/templates/summit/messages/extragear-edu/kstars.pot (revision 1509319)
+++ trunk/l10n-support/templates/summit/messages/extragear-edu/kstars.pot (revision 1509320)
@@ -1,111192 +1,111245 @@
# 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-01-25 09:19+0100\n"
+"POT-Creation-Date: 2018-01-26 09:17+0100\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:288
#, 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 dialogs/finddialog.cpp:54
-#: kstarsactions.cpp:1017 kstarslite/dialogs/finddialoglite.cpp:48
+#: kstarsactions.cpp:1025 kstarslite/dialogs/finddialoglite.cpp:48
#: tools/whatsinteresting/qml/wiview.qml:238
#, kde-format, kde-kuit-format
msgid "Satellites"
msgstr ""
#. +> trunk5
#: auxiliary/colorscheme.cpp:77
#, kde-format
msgid "Satellites Labels"
msgstr ""
#. +> trunk5
#: auxiliary/colorscheme.cpp:78 dialogs/finddialog.cpp:53
-#: kstarsactions.cpp:1020 kstarslite/dialogs/finddialoglite.cpp:47
+#: kstarsactions.cpp:1028 kstarslite/dialogs/finddialoglite.cpp:47
#: tools/whatsinteresting/qml/wiview.qml:514
#, kde-format, kde-kuit-format
msgid "Supernovae"
msgstr ""
#. +> trunk5
#: auxiliary/colorscheme.cpp:79 skycomponents/artificialhorizoncomponent.cpp:65
#, 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
+#: auxiliary/colorscheme.cpp:82 ekos/align/align.cpp:71
#, kde-format
msgid "Solver FOV"
msgstr ""
#. +> trunk5
#: auxiliary/colorscheme.cpp:83
#, kde-format
-msgid "HiPS Grid"
+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:106
+#: auxiliary/colorscheme.cpp:107
#, kde-format
msgid "No color named \"%1\" found in color scheme."
msgstr ""
#. +> trunk5
-#: auxiliary/colorscheme.cpp:150 kstarsdata.cpp:1018 options/opscolors.cpp:66
+#: auxiliary/colorscheme.cpp:151 kstarsdata.cpp:1018 options/opscolors.cpp:66
#: tools/scriptbuilder.cpp:780
#, kde-format
msgctxt "use default color scheme"
msgid "Default Colors"
msgstr ""
#. +> trunk5
-#: auxiliary/colorscheme.cpp:152 kstarsdata.cpp:1020 options/opscolors.cpp:67
+#: auxiliary/colorscheme.cpp:153 kstarsdata.cpp:1020 options/opscolors.cpp:67
#: tools/scriptbuilder.cpp:781
#, kde-format
msgctxt "use 'star chart' color scheme"
msgid "Star Chart"
msgstr ""
#. +> trunk5
-#: auxiliary/colorscheme.cpp:154 kstarsdata.cpp:1022 options/opscolors.cpp:68
+#: auxiliary/colorscheme.cpp:155 kstarsdata.cpp:1022 options/opscolors.cpp:68
#: tools/scriptbuilder.cpp:782
#, kde-format
msgctxt "use 'night vision' color scheme"
msgid "Night Vision"
msgstr ""
#. +> trunk5
-#: auxiliary/colorscheme.cpp:284
+#: 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:302
+#: 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:100
#, kde-format
msgid "Data verification failed!"
msgstr ""
#. +> trunk5
#: auxiliary/filedownloader.cpp:111
#, kde-format
msgid "File verification failed!"
msgstr ""
#. +> trunk5
#: auxiliary/filedownloader.cpp:159
#, kde-format
msgid "Downloading"
msgstr ""
#. +> trunk5
#: auxiliary/filedownloader.cpp:164
#, kde-format
msgid "Downloading Data..."
msgstr ""
#. +> trunk5
#: auxiliary/filedownloader.cpp:203
#, kde-format
msgid "Awaiting response from server..."
msgstr ""
#. +> trunk5
#: auxiliary/fov.cpp:51 kstarslite/skyitems/fovitem.cpp:24
#, kde-format
msgctxt "use field-of-view for binoculars"
msgid "7x35 Binoculars"
msgstr ""
#. +> trunk5
#: auxiliary/fov.cpp:53 kstarslite/skyitems/fovitem.cpp:25
#, kde-format
msgctxt "use a Telrad field-of-view indicator"
msgid "Telrad"
msgstr ""
#. +> trunk5
#: auxiliary/fov.cpp:54 kstarslite/skyitems/fovitem.cpp:26
#, kde-format
msgctxt "use 1-degree field-of-view indicator"
msgid "One Degree"
msgstr ""
#. +> trunk5
#: auxiliary/fov.cpp:56 kstarslite/skyitems/fovitem.cpp:27
#, kde-format
msgctxt "use HST field-of-view indicator"
msgid "HST WFPC2"
msgstr ""
#. +> trunk5
#: auxiliary/fov.cpp:57 kstarslite/skyitems/fovitem.cpp:28
#, kde-format
msgctxt "use Radiotelescope HPBW"
msgid "30m at 1.3cm"
msgstr ""
#. +> trunk5
-#: auxiliary/fov.cpp:191
+#: auxiliary/fov.cpp:197
#, 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:99 main.cpp:187 printing/foveditordialog.cpp:186
#, kde-format
msgid "Could not parse image format of %1; assuming PNG."
msgstr ""
#. +> trunk5
#: auxiliary/imageexporter.cpp:172
#, kde-format
msgid "Error: Unable to save image: %1 "
msgstr ""
#. +> trunk5
#: auxiliary/imageexporter.cpp:179 auxiliary/imageviewer.cpp:365
#, kde-format
msgid "Saved image to %1"
msgstr ""
#. +> trunk5
#: auxiliary/imageexporter.cpp:239 printing/foveditordialog.cpp:207
#: tools/scriptbuilder.cpp:961
#, 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:128
#, kde-format
msgid "KStars image viewer: %1"
msgstr ""
#. +> trunk5
#: auxiliary/imageviewer.cpp:142 tools/eyepiecefield.cpp:88
#, kde-format
msgid "Invert colors"
msgstr ""
#. +> trunk5
#: auxiliary/imageviewer.cpp:143
#, 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, SavePreset)
#. +> trunk5
-#: auxiliary/imageviewer.cpp:145 ekos/align/align.cpp:1223
+#: auxiliary/imageviewer.cpp:145 ekos/align/align.cpp:1233
#: ekos/capture/capture.cpp:2949 ekos/scheduler/scheduler.cpp:3404
#: kstarslite/qml/dialogs/helpers/DetailsAddLink.qml:95
#: kstarslite/qml/dialogs/helpers/LocationEdit.qml:382 options/opscolors.ui:204
#, kde-format, kde-kuit-format
msgid "Save"
msgstr ""
#. +> trunk5
#: auxiliary/imageviewer.cpp:146
#, kde-format
msgid "Save the image to disk"
msgstr ""
#. +> trunk5
#: auxiliary/imageviewer.cpp:187
#, kde-format
msgid "Remove temporary file %1 from disk?"
msgstr ""
#. +> trunk5
#: auxiliary/imageviewer.cpp:188
#, kde-format
msgid "Confirm Removal"
msgstr ""
#. +> trunk5
#: auxiliary/imageviewer.cpp:206
#, kde-format
msgid "Download"
msgstr ""
#. +> trunk5
#: auxiliary/imageviewer.cpp:207
#, kde-format
msgid "Please wait while image is being downloaded..."
msgstr ""
#. +> trunk5
#: auxiliary/imageviewer.cpp:235
#, kde-format
msgid "Image Viewer"
msgstr ""
#. +> trunk5
#: auxiliary/imageviewer.cpp:264
#, kde-format
msgid "Loading of the image %1 failed."
msgstr ""
#. +> trunk5
#: auxiliary/imageviewer.cpp:320 indi/clientmanagerlite.cpp:816
#: printing/foveditordialog.cpp:129
#, kde-format
msgid "Save Image"
msgstr ""
#. +> trunk5
#: auxiliary/imageviewer.cpp:328 dialogs/addcatdialog.cpp:232
-#: ekos/align/align.cpp:1210 ekos/align/align.cpp:1377
-#: ekos/guide/guide.cpp:732 kstarsactions.cpp:1207 printing/pwizprint.cpp:86
+#: ekos/align/align.cpp:1220 ekos/align/align.cpp:1387
+#: ekos/guide/guide.cpp:732 kstarsactions.cpp:1215 printing/pwizprint.cpp:86
#: tools/scriptbuilder.cpp:920
#, kde-format
msgid "A file named \"%1\" already exists. Overwrite it?"
msgstr ""
#. +> trunk5
#: auxiliary/imageviewer.cpp:331 dialogs/addcatdialog.cpp:235
-#: ekos/align/align.cpp:1213 ekos/align/align.cpp:1380
-#: ekos/guide/guide.cpp:735 kstarsactions.cpp:1208 printing/pwizprint.cpp:87
+#: ekos/align/align.cpp:1223 ekos/align/align.cpp:1390
+#: ekos/guide/guide.cpp:735 kstarsactions.cpp:1216 printing/pwizprint.cpp:87
#: tools/scriptbuilder.cpp:923
#, kde-format
msgid "Overwrite File?"
msgstr ""
#. +> trunk5
#: auxiliary/imageviewer.cpp:356
#, 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:19 ekos/capture/sequencejob.cpp:28
#: ekos/guide/internalguide/rcalibration.cpp:432
#: ekos/guide/internalguide/rcalibration.cpp:461
#: ekos/guide/internalguide/rcalibration.cpp:684
#: ekos/guide/internalguide/rcalibration.cpp:839
#: ekos/scheduler/schedulerjob.cpp:180 indi/drivermanager.cpp:421
#: indi/drivermanager.cpp:742 indi/inditelescope.cpp:1054
#: indi/inditelescope.cpp:1058
#, kde-format
msgid "Error"
msgstr ""
#. +> trunk5
#: auxiliary/ksnotification.h:20
#, kde-format
msgid "Sorry"
msgstr ""
#. i18n: ectx: property (title), widget (QGroupBox, infoGroup)
#. +> trunk5
#: auxiliary/ksnotification.h:21 ekos/guide/internalguide/guider.ui:316
#, kde-format
msgid "Info"
msgstr ""
#. +> trunk5
#: auxiliary/ksuserdb.cpp:1421
#, 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:1162
#, kde-format
msgid "Error! The Astrometry Index File Directory does not exist and was not able to be created."
msgstr ""
#. +> trunk5
#: auxiliary/ksutils.cpp:1169
#, kde-format
msgid "Internal Astrometry Configuration File Read Error."
msgstr ""
#. +> trunk5
#: auxiliary/ksutils.cpp:1201 ekos/align/opsastrometrycfg.cpp:76
#, kde-format
msgid "Internal Astrometry Configuration File Write Error."
msgstr ""
#. +> trunk5
#: auxiliary/kswizard.cpp:83
#, kde-format
msgid "Setup Wizard"
msgstr ""
#. +> trunk5
#: auxiliary/kswizard.cpp:90 printing/printingwizard.cpp:424
#: tools/obslistwizard.cpp:44
#, kde-format
msgid "&Next >"
msgstr ""
#. +> trunk5
#: auxiliary/kswizard.cpp:92 printing/printingwizard.cpp:427
#: tools/obslistwizard.cpp:46
#, kde-format
msgid "< &Back"
msgstr ""
#. +> trunk5
#: auxiliary/kswizard.cpp:314
#, kde-format
msgid "Error! There was no default data directory found in the app bundle!"
msgstr ""
#. +> trunk5
#: auxiliary/kswizard.cpp:324
#, kde-format
msgid "Error! There was a problem creating the data directory ~/Library/Application Support/ !"
msgstr ""
#. +> trunk5
#: auxiliary/thememanager.cpp:77
#, kde-format
msgctxt "default theme name"
msgid "Default"
msgstr ""
#. +> trunk5
#: auxiliary/thumbnaileditor.cpp:46
#, kde-format
msgid "Crop region will be scaled to [ %1 * %2 ]"
msgstr ""
#. +> trunk5
#: auxiliary/thumbnaileditor.cpp:48
#, kde-format
msgid "Edit Thumbnail Image"
msgstr ""
#. +> trunk5
#: auxiliary/thumbnaileditor.cpp:85
#, 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:136 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:151
#, 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:83
#, kde-format
msgid "&Data"
msgstr ""
#. i18n: ectx: Menu (updates)
#. +> trunk5
#: data/kstarsui.rc:86
#, kde-format
msgid "&Updates"
msgstr ""
#. i18n: ectx: Menu (observation)
#. +> trunk5
#: data/kstarsui.rc:93
#, kde-format
msgid "&Observation"
msgstr ""
#. i18n: ectx: Menu (settings)
#. +> trunk5
#: data/kstarsui.rc:100
#, kde-format
msgid "&Settings"
msgstr ""
#. i18n: ectx: Menu (infopanel)
#. +> trunk5
#: data/kstarsui.rc:101
#, kde-format
msgid "&Info Boxes"
msgstr ""
#. i18n: ectx: Menu (statusbar)
#. +> trunk5
#: data/kstarsui.rc:109
#, kde-format
msgid "&Statusbar"
msgstr ""
#. i18n: ectx: Menu (config_oal)
#. +> trunk5
#: data/kstarsui.rc:122
#, kde-format
msgid "Configure Observation &Logging"
msgstr ""
#. i18n: ectx: ToolBar (viewToolBar)
#. +> trunk5
#: data/kstarsui.rc:169
#, kde-format
msgid "View Toolbar"
msgstr ""
#. i18n: ectx: ToolBar (INDIToolBar)
#. +> trunk5
#: data/kstarsui.rc:187
#, kde-format
msgid "INDI Toolbar"
msgstr ""
#. i18n: ectx: ToolBar (TelescopeToolBar)
#. +> trunk5
-#: data/kstarsui.rc:195
+#: data/kstarsui.rc:196
#, kde-format
msgid "Telescope Toolbar"
msgstr ""
#. i18n: ectx: ToolBar (DomeToolBar)
#. +> trunk5
-#: data/kstarsui.rc:205
+#: data/kstarsui.rc:207
#, kde-format
msgid "Dome Toolbar"
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:922 ekos/mount/mount.ui:237
#, 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:939 ekos/mount/mount.ui:254
#, 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 ""
#. +> trunk5
#: dialogs/addcatdialog.cpp:65 dialogs/addcatdialog.cpp:168
#: 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:1084
-#: ekos/align/align.cpp:1230 ekos/align/align.cpp:1388
+#: dialogs/addlinkdialog.cpp:71 ekos/align/align.cpp:1094
+#: ekos/align/align.cpp:1240 ekos/align/align.cpp:1398
#: ekos/capture/capture.cpp:2557 ekos/capture/capture.cpp:2958
#: ekos/guide/guide.cpp:743 ekos/scheduler/scheduler.cpp:3116
#: ekos/scheduler/scheduler.cpp:3413 fitsviewer/fitstab.cpp:295
#: tools/scriptbuilder.cpp:873 tools/scriptbuilder.cpp:971
#, 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:50
#, 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:557
#: 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:891
#, 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:809 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:85 ekos/opsekos.ui:21 indi/opsindi.ui:17
#: 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:128 kspopupmenu.cpp:216 kspopupmenu.cpp:317
-#: kstarsinit.cpp:787 kstarslite/dialogs/detaildialoglite.cpp:79
+#: kstarsinit.cpp:800 kstarslite/dialogs/detaildialoglite.cpp:79
#: kstarsliteinit.cpp:63 printing/detailstable.cpp:87
#: printing/pwizobjectselection.cpp:114 skycomponents/starcomponent.cpp:511
#: skyobjects/starobject.cpp:558 tools/observinglist.cpp:547
#, kde-format
msgid "star"
msgstr ""
#. i18nc("number in magnitudes", "%1 mag",
#. QLocale().toString( ((KSComet *)selectedObject)->getTotalMagnitudeParameter(), 'f', 2))); //show to hundredth place
#.
#. }
#. else{
#. +> trunk5
#: dialogs/detaildialog.cpp:129 dialogs/detaildialog.cpp:228
#: dialogs/detaildialog.cpp:276 dialogs/detaildialog.cpp:359
#: 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:147 kstarslite/dialogs/detaildialoglite.cpp:91
#: printing/detailstable.cpp:98
#, kde-format
msgctxt "larger than 2000 parsecs"
msgid "> 2000 pc"
msgstr ""
#. +> trunk5
#: dialogs/detaildialog.cpp:151 dialogs/detaildialog.cpp:155
#: dialogs/detaildialog.cpp:159 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:168 dialogs/detaildialog.cpp:173
#: 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:169 dialogs/detaildialog.cpp:177
#: 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:194 kstarslite/dialogs/detaildialoglite.cpp:139
#: printing/detailstable.cpp:152 printing/pwizobjectselection.cpp:134
#, kde-format
msgid "G5 star"
msgstr ""
#. +> trunk5
#: dialogs/detaildialog.cpp:200 kstars_i18n.cpp:8172
#: printing/detailstable.cpp:160 printing/pwizobjectselection.cpp:142
#: skycomponents/asteroidscomponent.cpp:179 tools/obslistwizard.cpp:630
#: tools/obslistwizard.cpp:632 tools/wutdialog.cpp:315
#, kde-format, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Pluto"
msgstr ""
#. +> trunk5
#: dialogs/detaildialog.cpp:200 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:201 printing/detailstable.cpp:161
#: printing/pwizobjectselection.cpp:142
#, kde-format
msgctxt "Asteroid name (optional)"
msgid "Eris"
msgstr ""
#. +> trunk5
#: dialogs/detaildialog.cpp:203 kstarslite/dialogs/detaildialoglite.cpp:148
#: printing/detailstable.cpp:163 printing/pwizobjectselection.cpp:144
#, kde-format
msgid "Dwarf planet"
msgstr ""
#. +> trunk5
#: dialogs/detaildialog.cpp:236 kstarslite/dialogs/detaildialoglite.cpp:179
#: printing/detailstable.cpp:183
#, kde-format
msgctxt "distance in kilometers"
msgid "%1 km"
msgstr ""
#. +> trunk5
#: dialogs/detaildialog.cpp:241 kstarslite/dialogs/detaildialoglite.cpp:184
#: printing/detailstable.cpp:188
#, kde-format
msgctxt "distance in Astronomical Units"
msgid "%1 AU"
msgstr ""
#. +> trunk5
#: dialogs/detaildialog.cpp:250 dialogs/detaildialog.cpp:370
#: dialogs/detaildialog.cpp:375 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:257 kstarslite/dialogs/detaildialoglite.cpp:203
#: printing/detailstable.cpp:203
#, kde-format
msgctxt "angular size in arcseconds"
msgid "%1 arcsec"
msgstr ""
#. +> trunk5
#: dialogs/detaildialog.cpp:272 kstarslite/dialogs/detaildialoglite.cpp:218
#: skyobjects/skyobject.cpp:392
#, kde-format
msgid "Supernova"
msgstr ""
#. +> trunk5
#: dialogs/detaildialog.cpp:286
#, 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:291 ekos/capture/capture.ui:412
#: oal/equipmentwriter.ui:83 oal/equipmentwriter.ui:606 oal/execute.ui:146
#: printing/detailstable.cpp:345
#, kde-format
msgid "Type:"
msgstr ""
#. +> trunk5
#: dialogs/detaildialog.cpp:296
#, kde-format
msgid "Host Galaxy:"
msgstr ""
#. +> trunk5
#: dialogs/detaildialog.cpp:301
#, kde-format
msgid "Red Shift:"
msgstr ""
#. +> trunk5
#: dialogs/detaildialog.cpp:348 printing/detailstable.cpp:276
#, kde-format
msgctxt "integrated flux at a frequency"
msgid "Flux(%1):"
msgstr ""
#. +> trunk5
#: dialogs/detaildialog.cpp:349 printing/detailstable.cpp:277
#, kde-format
msgctxt "integrated flux value"
msgid "%1 %2"
msgstr ""
#. +> trunk5
#: dialogs/detaildialog.cpp:397 dialogs/detaildialog.cpp:402
#: dialogs/detaildialog.cpp:446 dialogs/detaildialog.cpp:451
#, kde-format
msgctxt "Distance in astronomical units"
msgid "%1 AU"
msgstr ""
#. i18n: ectx: property (text), widget (QRadioButton, webManagerYesR)
#. +> trunk5
#: dialogs/detaildialog.cpp:409 dialogs/detaildialog.cpp:458
#: 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:411 dialogs/detaildialog.cpp:460
#: ekos/profilewizard.ui:549 printing/detailstable.cpp:399
#: printing/detailstable.cpp:437
#, kde-format
msgid "No"
msgstr ""
#. +> trunk5
#: dialogs/detaildialog.cpp:421 dialogs/detaildialog.cpp:470
#, kde-format
msgctxt "Diameter in kilometers"
msgid "%1 km"
msgstr ""
#. +> trunk5
#: dialogs/detaildialog.cpp:426 dialogs/detaildialog.cpp:475
#, kde-format
msgctxt "Dimension in kilometers"
msgid "%1 km"
msgstr ""
#. +> trunk5
#: dialogs/detaildialog.cpp:431 dialogs/detaildialog.cpp:480
#, kde-format
msgctxt "Rotation period in hours"
msgid "%1 h"
msgstr ""
#. +> trunk5
#: dialogs/detaildialog.cpp:436 dialogs/detaildialog.cpp:485
#, kde-format
msgctxt "Orbit period in years"
msgid "%1 y"
msgstr ""
#. +> trunk5
#: dialogs/detaildialog.cpp:494 kstarslite/dialogs/detaildialoglite.cpp:427
#: printing/detailstable.cpp:324 tools/observinglist.cpp:624
#, 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:503 kstarslite/qml/dialogs/DetailsDialog.qml:45
#: xplanet/opsxplanet.ui:764
#, kde-format, kde-kuit-format
msgid "Position"
msgstr ""
#. +> trunk5
#: dialogs/detaildialog.cpp:520 kstarslite/dialogs/detaildialoglite.cpp:451
#: printing/detailstable.cpp:545
#, kde-format
msgid "RA (%1):"
msgstr ""
#. +> trunk5
#: dialogs/detaildialog.cpp:521
#, kde-format
msgid "DE (%1):"
msgstr ""
#. +> trunk5
#: dialogs/detaildialog.cpp:608 dialogs/detaildialog.cpp:609
#: kstarslite/dialogs/detaildialoglite.cpp:533
#: kstarslite/dialogs/detaildialoglite.cpp:534 printing/detailstable.cpp:649
#: printing/detailstable.cpp:650 tools/modcalcdaylength.cpp:149
#: tools/modcalcdaylength.cpp:151 tools/modcalcdaylength.cpp:196
#: tools/modcalcdaylength.cpp:198
#, kde-format
msgid "Circumpolar"
msgstr ""
#. +> trunk5
#: dialogs/detaildialog.cpp:613 dialogs/detaildialog.cpp:614
#: 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:617 dialogs/detaildialog.cpp:618
#: 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:635 kstarslite/qml/dialogs/DetailsDialog.qml:54
#, kde-format, kde-kuit-format
msgid "Links"
msgstr ""
#. +> trunk5
#: dialogs/detaildialog.cpp:699 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:700 ekos/align/align.cpp:1103
-#: ekos/align/align.cpp:1241 ekos/align/align.cpp:1397
+#: dialogs/detaildialog.cpp:700 ekos/align/align.cpp:1113
+#: ekos/align/align.cpp:1251 ekos/align/align.cpp:1407
#: ekos/capture/capture.cpp:2574 ekos/capture/capture.cpp:2982
#: ekos/guide/guide.cpp:752 ekos/scheduler/scheduler.cpp:3133
#: ekos/scheduler/scheduler.cpp:3425 ekos/scheduler/scheduler.cpp:4549
#: ekos/scheduler/scheduler.cpp:4579 ekos/scheduler/scheduler.cpp:4616
-#: indi/drivermanager.cpp:1478 indi/indidriver.cpp:933 kstarsactions.cpp:1254
+#: indi/drivermanager.cpp:1478 indi/indidriver.cpp:933 kstarsactions.cpp:1262
#: oal/execute.cpp:330 options/opscolors.cpp:262 tools/modcalcangdist.cpp:149
#: tools/modcalcapcoord.cpp:157 tools/modcalcdaylength.cpp:268
#: tools/modcalcgalcoord.cpp:210 tools/modcalcgeodcoord.cpp:243
#: tools/modcalcjd.cpp:128 tools/modcalcplanets.cpp:209
#: tools/modcalcsidtime.cpp:213 tools/modcalcvizequinox.cpp:83
#: tools/modcalcvlsr.cpp:307 tools/observinglist.cpp:860
#: tools/observinglist.cpp:1069 tools/scriptbuilder.cpp:860
#: tools/scriptbuilder.cpp:941 tools/scriptbuilder.cpp:1024
#, kde-format, kde-kuit-format
msgid "Could Not Open File"
msgstr ""
#. +> trunk5
#: dialogs/detaildialog.cpp:725 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:726
#, kde-format
msgid "Could not Open File"
msgstr ""
#. +> trunk5
-#: dialogs/detaildialog.cpp:753 kstarsactions.cpp:1055
+#: dialogs/detaildialog.cpp:753 kstarsactions.cpp:1063
#, kde-format
msgid "Advanced"
msgstr ""
#. +> trunk5
#: dialogs/detaildialog.cpp:768 kstarslite/qml/dialogs/DetailsDialog.qml:62
#: kstarslite/qml/dialogs/DetailsDialog.qml:460
#, kde-format, kde-kuit-format
msgid "Log"
msgstr ""
#. +> trunk5
#: dialogs/detaildialog.cpp:774 kstarslite/dialogs/detaildialoglite.cpp:567
#: kstarslite/qml/dialogs/DetailsDialog.qml:469 skyobjects/skyobject.cpp:478
#: tools/observinglist.cpp:558 tools/observinglist.cpp:823
#, kde-format
msgid "Record here observation logs and/or data on %1."
msgstr ""
#. +> trunk5
#: dialogs/detaildialog.cpp:843
#: kstarslite/qml/dialogs/helpers/DetailsAddLink.qml:20
#, kde-format, kde-kuit-format
msgid "Edit Link"
msgstr ""
#. +> trunk5
#: dialogs/detaildialog.cpp:984
#, kde-format
msgid "Are you sure you want to remove the %1 link?"
msgstr ""
#. +> trunk5
#: dialogs/detaildialog.cpp:985 indi/drivermanager.cpp:1452
#: indi/indidriver.cpp:909
#, kde-format, kde-kuit-format
msgid "Delete Confirmation"
msgstr ""
#. +> trunk5
#: dialogs/detaildialog.cpp:1201 dialogs/detaildialog.cpp:1238
#: fitsviewer/fitslabel.cpp:327 fitsviewer/fitslabel.cpp:363
#: kstarsactions.cpp:282 kstarsactions.cpp:311 tools/flagmanager.cpp:278
#: tools/flagmanager.cpp:308 tools/observinglist.cpp:684
#: tools/observinglist.cpp:713 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:1218 fitsviewer/fitslabel.cpp:344
#: kstarsactions.cpp:301 tools/flagmanager.cpp:295 tools/observinglist.cpp:701
#: tools/whatsinteresting/wiview.cpp:347
#, kde-format
msgid "Telescope %1 is offline. Please connect and retry again."
msgstr ""
#. +> trunk5
#: dialogs/detaildialog.cpp:1225
#, 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:1290
#, kde-format
msgid "Error: Unable to save image to %1"
msgstr ""
#. +> trunk5
#: dialogs/detaildialog.cpp:1290
#, 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:1734
#: ekos/focus/focus.ui:454 ekos/guide/guide.ui:355 indi/streamform.ui:168
#: indi/streamform.ui:196
#, 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 (title), widget (QGroupBox, groupBox)
#. +> trunk5
#: dialogs/details_position.ui:66 ekos/mount/mount.ui:216
#: 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, 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
#: 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:56
#, kde-format
msgid "Preview image"
msgstr ""
#. +> trunk5
#: dialogs/exportimagedialog.cpp:65
#, kde-format
msgid "Export sky image"
msgstr ""
#. +> trunk5
#: dialogs/exportimagedialog.cpp:100 printing/pwizfovconfig.cpp:69
#, kde-format
msgid "Horizontal"
msgstr ""
#. +> trunk5
#: dialogs/exportimagedialog.cpp:101 printing/pwizfovconfig.cpp:70
#, kde-format
msgid "Vertical"
msgstr ""
#. +> trunk5
#: dialogs/exportimagedialog.cpp:104
#, kde-format
msgid "Full legend"
msgstr ""
#. +> trunk5
#: dialogs/exportimagedialog.cpp:104 printing/pwizfovconfig.cpp:66
#, kde-format
msgid "Scale with magnitudes chart"
msgstr ""
#. +> trunk5
#: dialogs/exportimagedialog.cpp:104 printing/pwizfovconfig.cpp:66
#, kde-format
msgid "Only scale"
msgstr ""
#. +> trunk5
#: dialogs/exportimagedialog.cpp:104
#, kde-format
msgid "Only magnitudes"
msgstr ""
#. +> trunk5
#: dialogs/exportimagedialog.cpp:105
#, kde-format
msgid "Only symbols"
msgstr ""
#. +> trunk5
#: dialogs/exportimagedialog.cpp:109 printing/pwizfovconfig.cpp:73
#, kde-format
msgid "Upper left corner"
msgstr ""
#. +> trunk5
#: dialogs/exportimagedialog.cpp:109 printing/pwizfovconfig.cpp:73
#, kde-format
msgid "Upper right corner"
msgstr ""
#. +> trunk5
#: dialogs/exportimagedialog.cpp:109 printing/pwizfovconfig.cpp:73
#, kde-format
msgid "Lower left corner"
msgstr ""
#. +> trunk5
#: dialogs/exportimagedialog.cpp:110 printing/pwizfovconfig.cpp:74
#, kde-format
msgid "Lower right corner"
msgstr ""
#. +> trunk5
#: dialogs/exportimagedialog.cpp:134
#, 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:42 kstarslite/dialogs/finddialoglite.cpp:36
#: tools/conjunctions.cpp:62
#, kde-format
msgid "Any"
msgstr ""
#. i18n: ectx: property (text), item, widget (QListWidget, TypeList)
#. +> trunk5
#: dialogs/finddialog.cpp:43 kstarslite/dialogs/finddialoglite.cpp:37
#: tools/conjunctions.cpp:63 tools/obslistwizard.cpp:397
#: tools/obslistwizard.cpp:439 tools/obslistwizard.ui:105
#: tools/whatsinteresting/qml/wiview.qml:270 tools/wutdialog.cpp:109
#, kde-format, kde-kuit-format
msgid "Stars"
msgstr ""
#. +> trunk5
-#: dialogs/finddialog.cpp:44 kstarsactions.cpp:1014 kstarsinit.cpp:441
+#: dialogs/finddialog.cpp:44 kstarsactions.cpp:1022 kstarsinit.cpp:441
#: kstarslite/dialogs/finddialoglite.cpp:38 tools/astrocalc.cpp:172
#: tools/conjunctions.cpp:64
#, kde-format
msgid "Solar System"
msgstr ""
#. +> trunk5
#: dialogs/finddialog.cpp:45 kstarslite/dialogs/finddialoglite.cpp:39
#: tools/conjunctions.cpp:68
#, kde-format
msgid "Open Clusters"
msgstr ""
#. +> trunk5
#: dialogs/finddialog.cpp:46 kstarslite/dialogs/finddialoglite.cpp:40
#: tools/conjunctions.cpp:69
#, kde-format
msgid "Globular Clusters"
msgstr ""
#. +> trunk5
#: dialogs/finddialog.cpp:47 kstarslite/dialogs/finddialoglite.cpp:41
#: tools/conjunctions.cpp:70
#, kde-format
msgid "Gaseous Nebulae"
msgstr ""
#. +> trunk5
#: dialogs/finddialog.cpp:48 kstarslite/dialogs/finddialoglite.cpp:42
#: tools/conjunctions.cpp:71
#, kde-format
msgid "Planetary Nebulae"
msgstr ""
#. i18n: ectx: property (text), item, widget (QListWidget, TypeList)
#. +> trunk5
#: dialogs/finddialog.cpp:49 kstarslite/dialogs/finddialoglite.cpp:43
#: tools/conjunctions.cpp:72 tools/obslistwizard.cpp:262
#: tools/obslistwizard.cpp:405 tools/obslistwizard.cpp:640
#: tools/obslistwizard.cpp:678 tools/obslistwizard.ui:145
#: tools/whatsinteresting/qml/wiview.qml:415 tools/wutdialog.cpp:109
#, kde-format, kde-kuit-format
msgid "Galaxies"
msgstr ""
#. i18n: ectx: property (text), widget (QCheckBox, kcfg_ShowComets)
#. i18n: ectx: property (text), item, widget (QListWidget, TypeList)
#. +> trunk5
#: dialogs/finddialog.cpp:50 kstarslite/dialogs/finddialoglite.cpp:44
#: options/opssolarsystem.ui:320 tools/conjunctions.cpp:66
#: tools/obslistwizard.cpp:269 tools/obslistwizard.cpp:401
#: tools/obslistwizard.cpp:725 tools/obslistwizard.ui:115
#: tools/whatsinteresting/qml/wiview.qml:383 tools/wutdialog.cpp:110
#, kde-format, kde-kuit-format
msgid "Comets"
msgstr ""
#. i18n: ectx: property (text), widget (QCheckBox, kcfg_ShowAsteroids)
#. i18n: ectx: property (text), item, widget (QListWidget, TypeList)
#. +> trunk5
#: dialogs/finddialog.cpp:51 kstarslite/dialogs/finddialoglite.cpp:45
#: options/opssolarsystem.ui:304 tools/conjunctions.cpp:67
#: tools/obslistwizard.cpp:270 tools/obslistwizard.cpp:403
#: tools/obslistwizard.cpp:767 tools/obslistwizard.ui:120
#: tools/whatsinteresting/qml/wiview.qml:351 tools/wutdialog.cpp:110
#, kde-format, kde-kuit-format
msgid "Asteroids"
msgstr ""
#. +> trunk5
#: dialogs/finddialog.cpp:52 kstarslite/dialogs/finddialoglite.cpp:46
#: tools/whatsinteresting/qml/wiview.qml:300 tools/wutdialog.cpp:110
#, kde-format, kde-kuit-format
msgid "Constellations"
msgstr ""
#. i18n: ectx: property (text), widget (QPushButton, FindButton)
#. +> trunk5
#: dialogs/finddialog.cpp:67 tools/observinglist.ui:329
#, kde-format
msgid "Find Object"
msgstr ""
#. +> trunk5
#: dialogs/finddialog.cpp:80
#, kde-format
msgid "Details..."
msgstr ""
#. +> trunk5
#: dialogs/finddialog.cpp:145
#, kde-format
msgid "Andromeda Galaxy"
msgstr ""
#. +> trunk5
#: dialogs/finddialog.cpp:151
#, kde-format
msgid "Aldebaran"
msgstr ""
#. +> trunk5
#: dialogs/finddialog.cpp:158
#, kde-format
msgid "Aaltje"
msgstr ""
#. +> trunk5
#: dialogs/finddialog.cpp:164
#, kde-format
msgid "Aarseth-Brewington (1989 W1)"
msgstr ""
#. +> trunk5
#: dialogs/finddialog.cpp:255
#, kde-format
msgid "or search the internet for %1"
msgstr ""
#. +> trunk5
#: dialogs/finddialog.cpp:374 kstarslite/dialogs/finddialoglite.cpp:216
#, kde-format
msgid "No object named %1 found."
msgstr ""
#. +> trunk5
#: dialogs/finddialog.cpp:375
#, 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:50
#, kde-format
msgid "Set Coordinates Manually"
msgstr ""
#. +> trunk5
#: dialogs/focusdialog.cpp:102 tools/flagmanager.cpp:195
#, kde-format
msgid "The Right Ascension value must be between 0.0 and 24.0."
msgstr ""
#. +> trunk5
#: dialogs/focusdialog.cpp:104 tools/flagmanager.cpp:197
#, kde-format
msgid "The Declination value must be between -90.0 and 90.0."
msgstr ""
#. +> trunk5
#: dialogs/focusdialog.cpp:107 dialogs/focusdialog.cpp:135
#: tools/flagmanager.cpp:200
#, kde-format
msgid "Invalid Coordinate Data"
msgstr ""
#. +> trunk5
#: dialogs/focusdialog.cpp:130
#, kde-format
msgid "The Azimuth value must be between 0.0 and 360.0."
msgstr ""
#. +> trunk5
#: dialogs/focusdialog.cpp:132
#, 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:244
+#: dialogs/fovdialog.cpp:246
#, kde-format
msgctxt "Specify the apparent field of view (AFOV) manually"
msgid "Specify AFOV"
msgstr ""
#. +> trunk5
-#: dialogs/fovdialog.cpp:245
+#: dialogs/fovdialog.cpp:247
#, kde-format
msgctxt "Eyepiece Design / Brand / Name; Optional"
msgid "Ramsden (Typical)"
msgstr ""
#. +> trunk5
-#: dialogs/fovdialog.cpp:246
+#: dialogs/fovdialog.cpp:248
#, kde-format
msgctxt "Eyepiece Design / Brand / Name; Optional"
msgid "Orthoscopic (Typical)"
msgstr ""
#. +> trunk5
-#: dialogs/fovdialog.cpp:247
+#: dialogs/fovdialog.cpp:249
#, kde-format
msgctxt "Eyepiece Design / Brand / Name; Optional"
msgid "Ploessl (Typical)"
msgstr ""
#. +> trunk5
-#: dialogs/fovdialog.cpp:248
+#: dialogs/fovdialog.cpp:250
#, kde-format
msgctxt "Eyepiece Design / Brand / Name; Optional"
msgid "Erfle (Typical)"
msgstr ""
#. +> trunk5
-#: dialogs/fovdialog.cpp:249
+#: dialogs/fovdialog.cpp:251
#, kde-format
msgctxt "Eyepiece Design / Brand / Name; Optional"
msgid "Tele Vue Radian"
msgstr ""
#. +> trunk5
-#: dialogs/fovdialog.cpp:250
+#: dialogs/fovdialog.cpp:252
#, kde-format
msgctxt "Eyepiece Design / Brand / Name; Optional"
msgid "Baader Hyperion"
msgstr ""
#. +> trunk5
-#: dialogs/fovdialog.cpp:251
+#: dialogs/fovdialog.cpp:253
#, kde-format
msgctxt "Eyepiece Design / Brand / Name; Optional"
msgid "Tele Vue Panoptic"
msgstr ""
#. +> trunk5
-#: dialogs/fovdialog.cpp:252
+#: dialogs/fovdialog.cpp:254
#, kde-format
msgctxt "Eyepiece Design / Brand / Name; Optional"
msgid "Tele Vue Delos"
msgstr ""
#. +> trunk5
-#: dialogs/fovdialog.cpp:253
+#: dialogs/fovdialog.cpp:255
#, kde-format
msgctxt "Eyepiece Design / Brand / Name; Optional"
msgid "Meade UWA"
msgstr ""
#. +> trunk5
-#: dialogs/fovdialog.cpp:254
+#: dialogs/fovdialog.cpp:256
#, kde-format
msgctxt "Eyepiece Design / Brand / Name; Optional"
msgid "Tele Vue Nagler"
msgstr ""
#. +> trunk5
-#: dialogs/fovdialog.cpp:255
+#: dialogs/fovdialog.cpp:257
#, kde-format
msgctxt "Eyepiece Design / Brand / Name; Optional"
msgid "Tele Vue Ethos (Typical)"
msgstr ""
#. +> trunk5
-#: dialogs/fovdialog.cpp:259
+#: dialogs/fovdialog.cpp:261
#, kde-format
msgid "1000 yards"
msgstr ""
#. +> trunk5
-#: dialogs/fovdialog.cpp:260
+#: dialogs/fovdialog.cpp:262
#, kde-format
msgid "1000 meters"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, LabelUnits)
#. +> trunk5
-#: dialogs/fovdialog.cpp:268 dialogs/newfov.ui:732
+#: dialogs/fovdialog.cpp:270 dialogs/newfov.ui:732
#, kde-format
msgid "feet"
msgstr ""
#. +> trunk5
-#: dialogs/fovdialog.cpp:268
+#: dialogs/fovdialog.cpp:270
#, kde-format
msgid "meters"
msgstr ""
#. +> trunk5
-#: dialogs/fovdialog.cpp:367
+#: dialogs/fovdialog.cpp:370
#, kde-format
msgid "Telescope Focal Length Calculator"
msgstr ""
#. +> trunk5
-#: dialogs/fovdialog.cpp:384
+#: dialogs/fovdialog.cpp:387
#, kde-format
msgctxt "millimeters"
msgid "mm"
msgstr ""
#. +> trunk5
-#: dialogs/fovdialog.cpp:385
+#: dialogs/fovdialog.cpp:388
#, kde-format
msgid "inch"
msgstr ""
#. +> trunk5
-#: dialogs/fovdialog.cpp:387
+#: dialogs/fovdialog.cpp:390
#, kde-format
msgid "Aperture diameter: "
msgstr ""
#. +> trunk5
-#: dialogs/fovdialog.cpp:390
+#: 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, removeB)
#. i18n: ectx: property (text), widget (QPushButton, RemoveScope)
#. 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/drivermanager.ui:311
#: oal/equipmentwriter.ui:236 oal/equipmentwriter.ui:418
#: oal/equipmentwriter.ui:544 oal/equipmentwriter.ui:736
#: options/opscolors.ui:230
#, kde-format
msgid "Remove"
msgstr ""
#. +> trunk5
#: dialogs/locationdialog.cpp:65
#, kde-format
msgid "Set Geographic Location"
msgstr ""
#. +> trunk5
#: dialogs/locationdialog.cpp:117
#, kde-format
msgid "DST Rule:"
msgstr ""
#. +> trunk5
#: dialogs/locationdialog.cpp:162 dialogs/locationdialog.cpp:222
#: dialogs/locationdialog.cpp:528
#, kde-format
msgid "One city matches search criteria"
msgid_plural "%1 cities match search criteria"
msgstr[0] ""
msgstr[1] ""
#. +> trunk5
#: dialogs/locationdialog.cpp:310
#, kde-format
msgid "Are you sure you want to remove %1?"
msgstr ""
#. +> trunk5
#: dialogs/locationdialog.cpp:311
#, kde-format
msgid "Remove City?"
msgstr ""
#. +> trunk5
#: dialogs/locationdialog.cpp:316
#, kde-format
msgid "This city already exists in the database."
msgstr ""
#. +> trunk5
#: dialogs/locationdialog.cpp:317
#, kde-format
msgid "Error: Duplicate Entry"
msgstr ""
#. +> trunk5
#: dialogs/locationdialog.cpp:331
#, kde-format
msgid "All fields (except province) must be filled to add this location."
msgstr ""
#. +> trunk5
#: dialogs/locationdialog.cpp:332
#, kde-format
msgid "Fields are Empty"
msgstr ""
#. +> trunk5
#: dialogs/locationdialog.cpp:337
#, kde-format
msgid "Could not parse the Latitude/Longitude."
msgstr ""
#. +> trunk5
#: dialogs/locationdialog.cpp:338
#, kde-format
msgid "Bad Coordinates"
msgstr ""
#. +> trunk5
#: dialogs/locationdialog.cpp:343
#, kde-format
msgid "UTC Offset must be selected."
msgstr ""
#. +> trunk5
#: dialogs/locationdialog.cpp:344
#, kde-format
msgid "UTC Offset"
msgstr ""
#. +> trunk5
#: dialogs/locationdialog.cpp:587
#, kde-format
msgid "Daylight Saving Time Rules"
msgstr ""
#. +> trunk5
#: dialogs/locationdialog.cpp:637
#, kde-format
msgid "Cannot add new location -- city name blank"
msgstr ""
#. +> trunk5
#: dialogs/locationdialog.cpp:641
#, kde-format
msgid "Cannot add new location -- country name blank"
msgstr ""
#. +> trunk5
#: dialogs/locationdialog.cpp:645
#, kde-format
msgid "Cannot add new location -- invalid latitude / longitude"
msgstr ""
#. +> trunk5
#: dialogs/locationdialog.cpp:649
#, kde-format
msgid "Cannot add new location -- missing UTC Offset"
msgstr ""
#. +> trunk5
#: dialogs/locationdialog.cpp:653
#, 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:248
#, 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:303
#: 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_7)
#. i18n: ectx: property (text), widget (QLabel, label_15)
#. i18n: ectx: property (text), widget (QLabel, label)
#. +> trunk5
#: dialogs/newfov.ui:521 ekos/capture/capture.ui:1014 ekos/focus/focus.ui:890
#: ekos/guide/internalguide/guider.ui:288 ekos/guide/opsguide.ui:40
#: 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 ""
"<html><head/><body>"
"<p>Frame rotation with respect to Celestial Pole. Zero degrees indicates that <span style=\" font-weight:600;\">UP</span> is pointing directly at the pole. 90 degrees indicates that <span style=\" font-weight:600;\">UP</span> is rotated 90 degrees clockwise with respect to the pole.</p>"
"</body></html>"
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:1150
+#: dialogs/newfov.ui:1054 dialogs/newfov.ui:1074 dialogs/newfov.ui:1137
#: ekos/align/align.ui:1575 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:1101 tools/modcalcangdist.ui:363
+#: 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:1108 ekos/scheduler/mosaic.ui:211
+#: dialogs/newfov.ui:1095 ekos/scheduler/mosaic.ui:211
#, 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:1115
+#: dialogs/newfov.ui:1114
#, kde-format
msgid "Offset X:"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, label)
#. +> trunk5
-#: dialogs/newfov.ui:1122
+#: dialogs/newfov.ui:1121
#, kde-format
msgid " x "
msgstr ""
-#. i18n: ectx: property (toolTip), widget (QLineEdit, FOVEditX)
+#. i18n: ectx: property (toolTip), widget (QLineEdit, FOVEditOffsetX)
#. +> trunk5
-#: dialogs/newfov.ui:1132
+#: dialogs/newfov.ui:1131
#, kde-format
-msgid "Desired field-of-view size, in arcminutes"
+msgid "Desired horizontal offset in arcminutes"
msgstr ""
-#. i18n: ectx: property (whatsThis), widget (QLineEdit, FOVEditX)
+#. i18n: ectx: property (toolTip), widget (QCheckBox, FOVLockCP)
#. +> trunk5
-#: dialogs/newfov.ui:1137
+#: dialogs/newfov.ui:1144
#, 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."
+msgid "Rotation is perform with respect to the celestial pole."
msgstr ""
-#. i18n: ectx: property (toolTip), widget (QLineEdit, FOVEditOffsetX)
+#. i18n: ectx: property (text), widget (QCheckBox, FOVLockCP)
#. +> trunk5
-#: dialogs/newfov.ui:1144
+#: dialogs/newfov.ui:1150
#, kde-format
-msgid "Desired horizontal offset in arcminutes"
+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:616 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/wizastrometry.ui:61
#, kde-format
msgid "Astrometry Setup for Plate Solving Astronomical Images with INDI/Ekos"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, WelcomeText)
#. +> trunk5
#: dialogs/wizastrometry.ui:84
#, kde-format
msgid ""
"<html><head/><body>"
"<p>KStars can make use of Astrometry.net to plate solve images to aid with telescope alignment. You can use the online solver without any changes. To use the offline solver, you need to verify that certain programs are installed and that astrometry is configured properly. KStars for Mac includes Astrometry.net</p>"
"</body></html>"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, label)
#. +> trunk5
#: dialogs/wizastrometry.ui:105
#, kde-format
msgid ""
"<html><head/><body>"
"<p>To the right you can verify that you have the required packages installed. If installed, a check should appear next to it.</p>"
"</body></html>"
msgstr ""
#. i18n: ectx: property (text), widget (QCheckBox, pythonFound)
#. +> trunk5
#: dialogs/wizastrometry.ui:123
#, kde-format
msgid "Python"
msgstr ""
#. i18n: ectx: property (text), widget (QCheckBox, pyfitsFound)
#. +> trunk5
#: dialogs/wizastrometry.ui:133
#, kde-format
msgid "pyfits"
msgstr ""
#. i18n: ectx: property (text), widget (QCheckBox, netpbmFound)
#. +> trunk5
#: dialogs/wizastrometry.ui:143
#, kde-format
msgid "netpbm"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, astrometryFeedback)
#. +> trunk5
#: dialogs/wizastrometry.ui:154
#, kde-format
msgid ""
"<html><head/><body>"
"<p>To plate solve, you also need to put index files in the following folder. You can install the files that you need inside Ekos. You can also download them from the internet. See the documentation at this link: <a href=\"http://astrometry.net/doc/readme.html\"><span style=\" text-decoration: underline; color:#0000ff;\">Astrometry Readme</span></a> for details on how to get files. Note that you do not need all of the index files, the ones you need depend on your field size.</p>"
"</body></html>"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, astrometryPath)
#. +> trunk5
#: dialogs/wizastrometry.ui:172
#, kde-format
msgid "~/Library/Application Support/Astrometry/"
msgstr ""
#. i18n: ectx: property (text), widget (QPushButton, astrometryButton)
#. +> trunk5
#: dialogs/wizastrometry.ui:189
#, kde-format
msgid "Open Folder"
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 ""
"<html><head/><body>"
"<p>The KStars Data Directory called kstars should be located at:</p>"
"</body></html>"
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 ""
"<html><head/><body>"
"<p>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.</p>"
"</body></html>"
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 (QLabel, GSCFeedback)
#. +> trunk5
#: dialogs/wizdata.ui:188
#, 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 Setup 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 ""
#. +> trunk5
-#: ekos/align/align.cpp:143
+#: ekos/align/align.cpp:153
#, kde-format
msgid "Astrometry.net"
msgstr ""
#. i18n: ectx: property (title), widget (QGroupBox, plateSolverOptionsGroup)
#. +> trunk5
-#: ekos/align/align.cpp:147 ekos/align/align.ui:455
+#: ekos/align/align.cpp:157 ekos/align/align.ui:455
#, kde-format
msgid "Solver Options"
msgstr ""
#. +> trunk5
-#: ekos/align/align.cpp:152
+#: ekos/align/align.cpp:162
#, kde-format
msgid "Astrometry.cfg"
msgstr ""
#. i18n: ectx: property (title), widget (QGroupBox, groupBox)
#. +> trunk5
-#: ekos/align/align.cpp:158 ekos/align/opsastrometryindexfiles.ui:258
+#: ekos/align/align.cpp:168 ekos/align/opsastrometryindexfiles.ui:258
#, kde-format
msgid "Index Files"
msgstr ""
#. +> trunk5
-#: ekos/align/align.cpp:164 ekos/focus/focus.cpp:211
+#: ekos/align/align.cpp:174 ekos/focus/focus.cpp:211
#, kde-format
msgid "Idle."
msgstr ""
#. +> trunk5
-#: ekos/align/align.cpp:185
+#: ekos/align/align.cpp:195
#, kde-format
msgid "Offline solver is not supported under Windows. Please use either the Online or Remote solvers."
msgstr ""
#. +> trunk5
-#: ekos/align/align.cpp:269
+#: ekos/align/align.cpp:279
#, 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:306 ekos/guide/guide.cpp:383
+#: ekos/align/align.cpp:316 ekos/guide/guide.cpp:383
#, kde-format
msgid "dRA (arcsec)"
msgstr ""
#. +> trunk5
-#: ekos/align/align.cpp:307 ekos/guide/guide.cpp:384
+#: ekos/align/align.cpp:317 ekos/guide/guide.cpp:384
#, kde-format
msgid "dDE (arcsec)"
msgstr ""
#. +> trunk5
-#: ekos/align/align.cpp:652 ekos/align/align.cpp:660
+#: ekos/align/align.cpp:662 ekos/align/align.cpp:670
#, kde-format
msgid "DEC is below the altitude limit"
msgstr ""
#. +> trunk5
-#: ekos/align/align.cpp:739
+#: ekos/align/align.cpp:749
#, kde-format
msgid "Point Calculation Error."
msgstr ""
#. +> trunk5
-#: ekos/align/align.cpp:1076
+#: ekos/align/align.cpp:1086
#, kde-format
msgid "Open Ekos Alignment List"
msgstr ""
#. +> trunk5
-#: ekos/align/align.cpp:1083 ekos/align/align.cpp:1229
-#: ekos/align/align.cpp:1387 ekos/capture/capture.cpp:2556
+#: ekos/align/align.cpp:1093 ekos/align/align.cpp:1239
+#: ekos/align/align.cpp:1397 ekos/capture/capture.cpp:2556
#: ekos/capture/capture.cpp:2957 ekos/guide/guide.cpp:742
#: ekos/scheduler/scheduler.cpp:3115 ekos/scheduler/scheduler.cpp:3412
#: fitsviewer/fitstab.cpp:294 tools/scriptbuilder.cpp:872
#: tools/scriptbuilder.cpp:970
#, kde-format
msgid "Invalid URL: %1"
msgstr ""
#. +> trunk5
-#: ekos/align/align.cpp:1102 ekos/capture/capture.cpp:2573
+#: ekos/align/align.cpp:1112 ekos/capture/capture.cpp:2573
#: ekos/scheduler/scheduler.cpp:3132 ekos/scheduler/scheduler.cpp:4548
#: ekos/scheduler/scheduler.cpp:4578 ekos/scheduler/scheduler.cpp:4848
#, kde-format
msgid "Unable to open file %1"
msgstr ""
#. +> trunk5
-#: ekos/align/align.cpp:1124 ekos/capture/capture.cpp:2601
+#: ekos/align/align.cpp:1134 ekos/capture/capture.cpp:2601
#, kde-format
msgid "Deprecated sequence file format version %1. Please construct a new sequence file."
msgstr ""
#. +> trunk5
-#: ekos/align/align.cpp:1193
+#: ekos/align/align.cpp:1203
#, kde-format
msgid "Save Ekos Alignment List"
msgstr ""
#. +> trunk5
-#: ekos/align/align.cpp:1223
+#: ekos/align/align.cpp:1233
#, kde-format
msgid "Failed to save alignment list"
msgstr ""
#. +> trunk5
-#: ekos/align/align.cpp:1240 ekos/align/align.cpp:1396
+#: ekos/align/align.cpp:1250 ekos/align/align.cpp:1406
#: ekos/capture/capture.cpp:2981 ekos/guide/guide.cpp:751
#: ekos/scheduler/scheduler.cpp:3424 ekos/scheduler/scheduler.cpp:4615
#, kde-format
msgid "Unable to write to file %1"
msgstr ""
#. +> trunk5
-#: ekos/align/align.cpp:1269
+#: ekos/align/align.cpp:1279
#, kde-format
msgid "Alignment List saved to %1"
msgstr ""
#. +> trunk5
-#: ekos/align/align.cpp:1365
+#: ekos/align/align.cpp:1375
#, kde-format
msgid "Export Solution Points"
msgstr ""
#. +> trunk5
-#: ekos/align/align.cpp:1418
+#: ekos/align/align.cpp:1428
#, kde-format
msgid "Error in table structure."
msgstr ""
#. +> trunk5
-#: ekos/align/align.cpp:1427
+#: ekos/align/align.cpp:1437
#, kde-format
msgid "Solution Points Saved as: %1"
msgstr ""
#. +> trunk5
-#: ekos/align/align.cpp:1437
+#: ekos/align/align.cpp:1447
#, kde-format
msgid "Are you sure you want to clear all of the solution points?"
msgstr ""
#. +> trunk5
-#: ekos/align/align.cpp:1438
+#: ekos/align/align.cpp:1448
#, kde-format
msgid "Clear Solution Points"
msgstr ""
#. +> trunk5
-#: ekos/align/align.cpp:1454
+#: ekos/align/align.cpp:1464
#, kde-format
msgid "Are you sure you want to clear all the alignment points?"
msgstr ""
#. +> trunk5
-#: ekos/align/align.cpp:1455
+#: ekos/align/align.cpp:1465
#, kde-format
msgid "Clear Align Points"
msgstr ""
#. +> trunk5
-#: ekos/align/align.cpp:1604
+#: ekos/align/align.cpp:1614
#, kde-format
msgid "The Mount Model Tool is Reset."
msgstr ""
#. +> trunk5
-#: ekos/align/align.cpp:1641
+#: ekos/align/align.cpp:1651
#, kde-format
msgid "Please Check the Alignment Points."
msgstr ""
#. +> trunk5
-#: ekos/align/align.cpp:1648
+#: ekos/align/align.cpp:1658
#, 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:1651
+#: ekos/align/align.cpp:1661
#, kde-format
msgid "Pointing Model Report Only?"
msgstr ""
#. +> trunk5
-#: ekos/align/align.cpp:1668
+#: ekos/align/align.cpp:1678
#, kde-format
msgid "The Mount Model Tool is Starting."
msgstr ""
#. +> trunk5
-#: ekos/align/align.cpp:1677
+#: ekos/align/align.cpp:1687
#, kde-format
msgid "The Mount Model Tool is Paused."
msgstr ""
#. +> trunk5
-#: ekos/align/align.cpp:1738
+#: ekos/align/align.cpp:1748
#, kde-format
msgid "The Mount Model Tool is Finished."
msgstr ""
#. +> trunk5
-#: ekos/align/align.cpp:1764
+#: ekos/align/align.cpp:1774
#, kde-format
msgid "Solver timed out"
msgstr ""
#. +> trunk5
-#: ekos/align/align.cpp:1917
+#: ekos/align/align.cpp:1927
#, kde-format
msgid "Mount does not support syncing."
msgstr ""
#. +> trunk5
-#: ekos/align/align.cpp:1964 ekos/align/align.cpp:1971
+#: ekos/align/align.cpp:1974 ekos/align/align.cpp:1981
#: ekos/guide/guide.cpp:1052 ekos/guide/guide.cpp:1059
#: ekos/profileeditor.cpp:120 ekos/profileeditor.cpp:127
#, 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:2107
+#: ekos/align/align.cpp:2120
#, 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:2322 ekos/capture/capture.cpp:1391
+#: ekos/align/align.cpp:2335 ekos/capture/capture.cpp:1391
#: ekos/focus/focus.cpp:822 ekos/guide/guide.cpp:1158
#, kde-format
msgid "Error: Lost connection to CCD."
msgstr ""
#. +> trunk5
-#: ekos/align/align.cpp:2323
+#: ekos/align/align.cpp:2336
#, kde-format
msgid "Astrometry alignment failed"
msgstr ""
#. +> trunk5
-#: ekos/align/align.cpp:2347
+#: ekos/align/align.cpp:2360
#, kde-format
msgid "Telescope aperture and focal length are missing. Please check your driver settings and try again."
msgstr ""
#. +> trunk5
-#: ekos/align/align.cpp:2353
+#: ekos/align/align.cpp:2366
#, kde-format
msgid "CCD pixel size is missing. Please check your driver settings and try again."
msgstr ""
#. +> trunk5
-#: ekos/align/align.cpp:2361 ekos/focus/focus.cpp:835
+#: ekos/align/align.cpp:2374 ekos/focus/focus.cpp:835
#, kde-format
msgid "Error: Lost connection to filter wheel."
msgstr ""
#. +> trunk5
-#: ekos/align/align.cpp:2378 ekos/capture/capture.cpp:2136
+#: ekos/align/align.cpp:2391 ekos/capture/capture.cpp:2136
#, kde-format
msgid "Image transfer is disabled for this camera. Would you like to enable it?"
msgstr ""
#. +> trunk5
-#: ekos/align/align.cpp:2396
+#: ekos/align/align.cpp:2409
#, kde-format
msgid "Cannot capture while focus module is busy! Retrying..."
msgstr ""
#. +> trunk5
-#: ekos/align/align.cpp:2403
+#: ekos/align/align.cpp:2416
#, kde-format
msgid "Cannot capture while CCD exposure is in progress! Retrying..."
msgstr ""
#. +> trunk5
-#: ekos/align/align.cpp:2494 ekos/capture/capture.cpp:1487
+#: ekos/align/align.cpp:2507 ekos/capture/capture.cpp:1487
#: ekos/focus/focus.cpp:911 ekos/guide/internalguide/rcalibration.cpp:895
#, kde-format
msgid "Capturing image..."
msgstr ""
#. +> trunk5
-#: ekos/align/align.cpp:2565 ekos/focus/focus.cpp:1058
+#: ekos/align/align.cpp:2578 ekos/focus/focus.cpp:1058
#, kde-format
msgid "Image received."
msgstr ""
#. +> trunk5
-#: ekos/align/align.cpp:2668
+#: ekos/align/align.cpp:2681
#, kde-format
msgid "Using solver options: %1"
msgstr ""
#. +> trunk5
-#: ekos/align/align.cpp:2672
+#: ekos/align/align.cpp:2685
#, kde-format
msgid "Blind solver"
msgstr ""
#. +> trunk5
-#: ekos/align/align.cpp:2673
+#: ekos/align/align.cpp:2686
#, 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:2675
+#: ekos/align/align.cpp:2688
#, kde-format
msgid "Use existing settings"
msgstr ""
#. +> trunk5
-#: ekos/align/align.cpp:2676
+#: ekos/align/align.cpp:2689
#, 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:2679
+#: ekos/align/align.cpp:2692
#, 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:2681
+#: ekos/align/align.cpp:2694
#, kde-format
msgid "Astrometry solver"
msgstr ""
#. +> trunk5
-#: ekos/align/align.cpp:2737
+#: ekos/align/align.cpp:2750
#, kde-format
msgid "Solver iteration #%1"
msgstr ""
#. +> trunk5
-#: ekos/align/align.cpp:2775
+#: ekos/align/align.cpp:2788
#, kde-format
msgid "Solver RA (%1) DEC (%2) Orientation (%3) Pixel Scale (%4)"
msgstr ""
#. +> trunk5
-#: ekos/align/align.cpp:2783
+#: ekos/align/align.cpp:2796
#, 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:2897
+#: ekos/align/align.cpp:2912
#, kde-format
msgid "WCS information updated. Images captured from this point forward shall have valid WCS."
msgstr ""
#. +> trunk5
-#: ekos/align/align.cpp:2913
+#: ekos/align/align.cpp:2928
#, kde-format
msgid "Solution coordinates: RA (%1) DEC (%2) Telescope Coordinates: RA (%3) DEC (%4)"
msgstr ""
#. +> trunk5
-#: ekos/align/align.cpp:2919
+#: ekos/align/align.cpp:2934
#, kde-format
msgid "Target is within %1 degrees of solution coordinates."
msgstr ""
#. +> trunk5
-#: ekos/align/align.cpp:2972
+#: ekos/align/align.cpp:2987
#, kde-format
msgid "Setting position angle to %1 degrees E of N..."
msgstr ""
#. +> trunk5
-#: ekos/align/align.cpp:2999
+#: ekos/align/align.cpp:3014
#, kde-format
msgid "Maximum number of iterations reached. Solver failed."
msgstr ""
#. +> trunk5
-#: ekos/align/align.cpp:3031
+#: ekos/align/align.cpp:3046
#, kde-format
msgid "Target is within acceptable range. Astrometric solver is successful."
msgstr ""
#. +> trunk5
-#: ekos/align/align.cpp:3056 ekos/align/align.cpp:3317
-#: ekos/align/align.cpp:3348
+#: ekos/align/align.cpp:3071 ekos/align/align.cpp:3332
+#: ekos/align/align.cpp:3363
#, kde-format
msgid "Astrometry alignment completed successfully"
msgstr ""
#. +> trunk5
-#: ekos/align/align.cpp:3074
+#: ekos/align/align.cpp:3089
#, kde-format
msgid "Astrometry alignment failed with errors"
msgstr ""
#. +> trunk5
-#: ekos/align/align.cpp:3150
+#: ekos/align/align.cpp:3165
#, kde-format
msgid "Refresh is complete."
msgstr ""
#. +> trunk5
-#: ekos/align/align.cpp:3157 ekos/focus/focus.cpp:749
+#: ekos/align/align.cpp:3172 ekos/focus/focus.cpp:749
#, kde-format
msgid "Capture aborted."
msgstr ""
#. +> trunk5
-#: ekos/align/align.cpp:3162
+#: ekos/align/align.cpp:3177
#, kde-format
msgid "Solver aborted after %1 second."
msgid_plural "Solver aborted after %1 seconds"
msgstr[0] ""
msgstr[1] ""
#. +> trunk5
-#: ekos/align/align.cpp:3189 ekos/capture/capture.cpp:1609
+#: ekos/align/align.cpp:3204 ekos/capture/capture.cpp:1609
#: ekos/ekosmanager.cpp:1651 ekos/focus/focus.cpp:2142
#: ekos/guide/guide.cpp:1431 ekos/mount/mount.cpp:488
#: ekos/scheduler/scheduler.cpp:251
#, kde-format
msgctxt "log entry; %1 is the date, %2 is the text"
msgid "%1 %2"
msgstr ""
#. +> trunk5
-#: ekos/align/align.cpp:3260
+#: ekos/align/align.cpp:3275
#, kde-format
msgid "Mount completed slewing near celestial pole. Capture again to verify."
msgstr ""
#. +> trunk5
-#: ekos/align/align.cpp:3271
+#: ekos/align/align.cpp:3286
#, kde-format
msgid "Mount first rotation is complete."
msgstr ""
#. +> trunk5
-#: ekos/align/align.cpp:3287
+#: ekos/align/align.cpp:3302
#, kde-format
msgid "Mount second rotation is complete."
msgstr ""
#. +> trunk5
-#: ekos/align/align.cpp:3315
+#: ekos/align/align.cpp:3330
#, kde-format
msgid "Mount is synced to solution coordinates. Astrometric solver is successful."
msgstr ""
#. +> trunk5
-#: ekos/align/align.cpp:3347
+#: ekos/align/align.cpp:3362
#, kde-format
msgid "Differential slewing complete. Astrometric solver is successful."
msgstr ""
#. +> trunk5
-#: ekos/align/align.cpp:3359
+#: ekos/align/align.cpp:3374
#, kde-format
msgid "Slew complete. Target accuracy is not met, running solver again..."
msgstr ""
#. +> trunk5
-#: ekos/align/align.cpp:3361
+#: ekos/align/align.cpp:3376
#, kde-format
msgid "Slew complete. Solving Alignment Point. . ."
msgstr ""
#. +> trunk5
-#: ekos/align/align.cpp:3393
+#: ekos/align/align.cpp:3408
#, kde-format
msgid "Syncing failed!"
msgstr ""
#. +> trunk5
-#: ekos/align/align.cpp:3395
+#: ekos/align/align.cpp:3410
#, kde-format
msgid "Slewing failed!"
msgstr ""
#. +> trunk5
-#: ekos/align/align.cpp:3442
+#: ekos/align/align.cpp:3457
#, 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:3470
+#: ekos/align/align.cpp:3485
#, 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:3488
+#: ekos/align/align.cpp:3503
#, kde-format
msgid "Rotator reached target position angle."
msgstr ""
#. +> trunk5
-#: ekos/align/align.cpp:3525
+#: ekos/align/align.cpp:3540
#, kde-format
msgid "Syncing to RA (%1) DEC (%2)"
msgstr ""
#. +> trunk5
-#: ekos/align/align.cpp:3531
+#: ekos/align/align.cpp:3546
#, kde-format
msgid "Syncing failed."
msgstr ""
#. +> trunk5
-#: ekos/align/align.cpp:3542
+#: ekos/align/align.cpp:3557
#, kde-format
msgid "Slewing to target coordinates: RA (%1) DEC (%2)."
msgstr ""
#. +> trunk5
-#: ekos/align/align.cpp:3555
+#: ekos/align/align.cpp:3570
#, kde-format
msgid "Ekos job (%1) - Telescope synced"
msgstr ""
#. +> trunk5
-#: ekos/align/align.cpp:3585
+#: ekos/align/align.cpp:3600
#, kde-format
msgid "Processing solution for polar alignment..."
msgstr ""
#. +> trunk5
-#: ekos/align/align.cpp:3616 ekos/align/align.cpp:3717
+#: ekos/align/align.cpp:3631 ekos/align/align.cpp:3732
#, 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:3633
+#: ekos/align/align.cpp:3648
#, kde-format
msgid "Point the telescope at the southern meridian. Press continue when ready."
msgstr ""
#. +> trunk5
-#: ekos/align/align.cpp:3634
+#: ekos/align/align.cpp:3649
#, kde-format
msgid "Point the telescope at the northern meridian. Press continue when ready."
msgstr ""
#. +> trunk5
-#: ekos/align/align.cpp:3635 ekos/align/align.cpp:3734
+#: ekos/align/align.cpp:3650 ekos/align/align.cpp:3749
#, kde-format
msgid "Polar Alignment Measurement"
msgstr ""
#. +> trunk5
-#: ekos/align/align.cpp:3639
+#: ekos/align/align.cpp:3654
#, kde-format
msgid "Solving first frame near the meridian."
msgstr ""
#. +> trunk5
-#: ekos/align/align.cpp:3668 ekos/align/align.cpp:3768
+#: ekos/align/align.cpp:3683 ekos/align/align.cpp:3783
#, kde-format
msgid "Slewing 30 arcminutes in RA..."
msgstr ""
#. +> trunk5
-#: ekos/align/align.cpp:3674
+#: ekos/align/align.cpp:3689
#, kde-format
msgid "Solving second frame near the meridian."
msgstr ""
#. +> trunk5
-#: ekos/align/align.cpp:3683
+#: ekos/align/align.cpp:3698
#, kde-format
msgid "Calculating azimuth alignment error..."
msgstr ""
#. +> trunk5
-#: ekos/align/align.cpp:3699 ekos/align/align.cpp:3799
+#: ekos/align/align.cpp:3714 ekos/align/align.cpp:3814
#, kde-format
msgid "Slewing back to original position..."
msgstr ""
#. +> trunk5
-#: ekos/align/align.cpp:3732
+#: ekos/align/align.cpp:3747
#, 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:3739
+#: ekos/align/align.cpp:3754
#, kde-format
msgid "Solving first frame."
msgstr ""
#. +> trunk5
-#: ekos/align/align.cpp:3774
+#: ekos/align/align.cpp:3789
#, kde-format
msgid "Solving second frame."
msgstr ""
#. +> trunk5
-#: ekos/align/align.cpp:3782
+#: ekos/align/align.cpp:3797
#, kde-format
msgid "Calculating altitude alignment error..."
msgstr ""
#. +> trunk5
-#: ekos/align/align.cpp:3840 ekos/align/align.cpp:3878
+#: ekos/align/align.cpp:3855 ekos/align/align.cpp:3893
#, kde-format
msgid "%1 too far east"
msgstr ""
#. +> trunk5
-#: ekos/align/align.cpp:3842 ekos/align/align.cpp:3876
+#: ekos/align/align.cpp:3857 ekos/align/align.cpp:3891
#, kde-format
msgid "%1 too far west"
msgstr ""
#. +> trunk5
-#: ekos/align/align.cpp:3851 ekos/align/align.cpp:3862
-#: ekos/align/align.cpp:3889 ekos/align/align.cpp:3895
+#: ekos/align/align.cpp:3866 ekos/align/align.cpp:3877
+#: ekos/align/align.cpp:3904 ekos/align/align.cpp:3910
#, kde-format
msgid "%1 too far high"
msgstr ""
#. +> trunk5
-#: ekos/align/align.cpp:3853 ekos/align/align.cpp:3860
-#: ekos/align/align.cpp:3887 ekos/align/align.cpp:3897
+#: ekos/align/align.cpp:3868 ekos/align/align.cpp:3875
+#: ekos/align/align.cpp:3902 ekos/align/align.cpp:3912
#, kde-format
msgid "%1 too far low"
msgstr ""
#. +> trunk5
-#: ekos/align/align.cpp:3975 ekos/align/align.cpp:4016
+#: ekos/align/align.cpp:3990 ekos/align/align.cpp:4031
#, kde-format
msgid "Slewing to calibration position, please wait until telescope completes slewing."
msgstr ""
#. +> trunk5
-#: ekos/align/align.cpp:4051
+#: ekos/align/align.cpp:4066
#, kde-format
msgid "Load Image"
msgstr ""
#. +> trunk5
-#: ekos/align/align.cpp:4216
+#: ekos/align/align.cpp:4231
#, 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:4225
+#: ekos/align/align.cpp:4240
#, kde-format
msgid "World Coordinate System (WCS) is disabled."
msgstr ""
#. +> trunk5
-#: ekos/align/align.cpp:4242
+#: ekos/align/align.cpp:4257
#, kde-format
msgid "Capture error! Aborting..."
msgstr ""
#. +> trunk5
-#: ekos/align/align.cpp:4248 ekos/capture/capture.cpp:1651
+#: ekos/align/align.cpp:4263 ekos/capture/capture.cpp:1651
#, kde-format
msgid "Restarting capture attempt #%1"
msgstr ""
#. +> trunk5
-#: ekos/align/align.cpp:4310
+#: ekos/align/align.cpp:4325
#, kde-format
msgid "FITS header: Cannot find NAXIS1."
msgstr ""
#. +> trunk5
-#: ekos/align/align.cpp:4319
+#: ekos/align/align.cpp:4334
#, kde-format
msgid "FITS header: Cannot find NAXIS2."
msgstr ""
#. +> trunk5
-#: ekos/align/align.cpp:4334
+#: ekos/align/align.cpp:4349
#, kde-format
msgid "FITS header: Cannot find OBJCTRA (%1)."
msgstr ""
#. +> trunk5
-#: ekos/align/align.cpp:4352
+#: ekos/align/align.cpp:4367
#, kde-format
msgid "FITS header: Cannot find OBJCTDEC (%1)."
msgstr ""
#. +> trunk5
-#: ekos/align/align.cpp:4378
+#: ekos/align/align.cpp:4393
#, kde-format
msgid "FITS header: Cannot find FOCALLEN (%1)."
msgstr ""
#. +> trunk5
-#: ekos/align/align.cpp:4390
+#: ekos/align/align.cpp:4405
#, kde-format
msgid "FITS header: Cannot find PIXSIZE1 (%1)."
msgstr ""
#. +> trunk5
-#: ekos/align/align.cpp:4399
+#: ekos/align/align.cpp:4414
#, kde-format
msgid "FITS header: Cannot find PIXSIZE2 (%1)."
msgstr ""
#. +> trunk5
-#: ekos/align/align.cpp:4499
+#: ekos/align/align.cpp:4514
#, kde-format
msgid "Align Frame"
msgstr ""
#. +> trunk5
-#: ekos/align/align.cpp:4520
+#: ekos/align/align.cpp:4535
#, kde-format
msgid "Warning: Equatorial Grid Lines will not be drawn due to limited resources mode."
msgstr ""
#. +> trunk5
-#: ekos/align/align.cpp:4524
+#: ekos/align/align.cpp:4539
#, kde-format
msgid "Clearing mount Alignment Model..."
msgstr ""
#. +> trunk5
-#: ekos/align/align.cpp:4543
+#: ekos/align/align.cpp:4558
#, kde-format
msgid "Are you sure you want to restart the polar alignment process?"
msgstr ""
#. i18n: ectx: property (title), widget (QGroupBox, polarAlignmentHelperGroup)
#. +> trunk5
-#: ekos/align/align.cpp:4544 ekos/align/align.ui:1061
+#: ekos/align/align.cpp:4559 ekos/align/align.ui:1061
#, kde-format
msgid "Polar Alignment Assistant"
msgstr ""
#. +> trunk5
-#: ekos/align/align.cpp:4614
+#: ekos/align/align.cpp:4629
#, kde-format
msgid "Please wait until mount completes rotating to RA (%1) DE (%2)"
msgstr ""
#. +> trunk5
-#: ekos/align/align.cpp:4626
+#: ekos/align/align.cpp:4641
#, kde-format
msgid "Failed to find a solution. Try again."
msgstr ""
#. +> trunk5
-#: ekos/align/align.cpp:4643
+#: ekos/align/align.cpp:4658
#, kde-format
msgid "Failed to find RA Axis center: %1."
msgstr ""
#. +> trunk5
-#: ekos/align/align.cpp:4747
+#: ekos/align/align.cpp:4762
#, kde-format
msgid "Mount is synced to celestial pole. You can now continue Polar Alignment Assistant procedure."
msgstr ""
#. +> trunk5
-#: ekos/align/align.cpp:4766 ekos/align/align.cpp:4826
+#: ekos/align/align.cpp:4781 ekos/align/align.cpp:4841
#, kde-format
msgid "Please wait while WCS data is processed..."
msgstr ""
#. +> trunk5
-#: ekos/align/align.cpp:4784
+#: ekos/align/align.cpp:4799
#, kde-format
msgid "Error creating WCS file: %1"
msgstr ""
#. +> trunk5
-#: ekos/align/align.cpp:4835
+#: ekos/align/align.cpp:4850
#, kde-format
msgid "WCS data processing is complete."
msgstr ""
#. +> trunk5
-#: ekos/align/align.cpp:4844
+#: ekos/align/align.cpp:4859
#, kde-format
msgid "WCS info is now valid. Capturing next frame..."
msgstr ""
#. +> trunk5
-#: ekos/align/align.cpp:4873
+#: ekos/align/align.cpp:4888
#, kde-format
msgid "Failed to process World Coordinate System: %1. Try again."
msgstr ""
#. +> trunk5
-#: ekos/align/align.cpp:4883
+#: ekos/align/align.cpp:4898
#, 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:4899
+#: ekos/align/align.cpp:4914
#, 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:4912
+#: ekos/align/align.cpp:4927
#, kde-format
msgid "Error: Failed to load WCS data in file: %1"
msgstr ""
#. +> trunk5
-#: ekos/align/align.cpp:4990 ekos/align/align.cpp:5015
+#: ekos/align/align.cpp:5005 ekos/align/align.cpp:5030
#, kde-format
msgid "Only one solution is found."
msgstr ""
#. +> trunk5
-#: ekos/align/align.cpp:4996
+#: ekos/align/align.cpp:5011
#, kde-format
msgid "Infinite number of solutions found."
msgstr ""
#. +> trunk5
-#: ekos/align/align.cpp:5008
+#: ekos/align/align.cpp:5023
#, kde-format
msgid "No solution is found. Points are too far away"
msgstr ""
#. +> trunk5
-#: ekos/align/align.cpp:5209 ekos/capture/capture.cpp:4803
+#: ekos/align/align.cpp:5224 ekos/capture/capture.cpp:4803
#: ekos/focus/focus.cpp:2798
#, kde-format
msgid "Filter operation failed."
msgstr ""
#. +> trunk5
-#: ekos/align/align.cpp:5221 ekos/capture/capture.cpp:4817
+#: ekos/align/align.cpp:5236 ekos/capture/capture.cpp:4817
#, kde-format
msgid "Changing focus offset by %1 steps..."
msgstr ""
#. +> trunk5
-#: ekos/align/align.cpp:5225 ekos/capture/capture.cpp:4821
+#: ekos/align/align.cpp:5240 ekos/capture/capture.cpp:4821
#, kde-format
msgid "Changing filter to %1..."
msgstr ""
#. +> trunk5
-#: ekos/align/align.cpp:5229 ekos/capture/capture.cpp:4825
+#: ekos/align/align.cpp:5244 ekos/capture/capture.cpp:4825
#, kde-format
msgid "Auto focus on filter change..."
msgstr ""
#. i18n: ectx: property (title), widget (QGroupBox, controlBox)
#. +> trunk5
#: ekos/align/align.ui:44
#, kde-format
msgid "Solver Control"
msgstr ""
#. i18n: ectx: property (text), widget (QPushButton, solveB)
#. +> trunk5
#: ekos/align/align.ui:71
#, kde-format
msgid "Capture && Solve"
msgstr ""
#. i18n: ectx: property (toolTip), widget (QPushButton, loadSlewB)
#. +> trunk5
#: ekos/align/align.ui:78
#, 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:81
#, kde-format
msgid "Load && Slew..."
msgstr ""
#. i18n: ectx: property (text), widget (QPushButton, stopB)
#. i18n: ectx: property (text), widget (QPushButton, stopFocusB)
#. +> trunk5
#: ekos/align/align.ui:93 ekos/capture/capture.cpp:2295
#: ekos/focus/focus.ui:190 ekos/guide/guide.ui:157
#: ekos/guide/internalguide/guider.cpp:220
#: ekos/guide/internalguide/guider.cpp:238
#: ekos/guide/internalguide/guider.cpp:310
#: ekos/guide/internalguide/rcalibration.cpp:379
#: 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:105
#, 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:108
#, 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:111
#, kde-format
msgid "Solver Action"
msgstr ""
#. i18n: ectx: property (toolTip), widget (QRadioButton, syncR)
#. +> trunk5
#: ekos/align/align.ui:132
#, kde-format
msgid "Synchronize the telescope to the solution coordinates"
msgstr ""
#. i18n: ectx: property (text), widget (QRadioButton, syncR)
#. +> trunk5
#: ekos/align/align.ui:138
#, kde-format
msgid "S&ync"
msgstr ""
#. i18n: ectx: property (toolTip), widget (QRadioButton, slewR)
#. +> trunk5
#: ekos/align/align.ui:151
#, 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:157
#, kde-format
msgid "S&lew to Target"
msgstr ""
#. i18n: ectx: property (toolTip), widget (QRadioButton, nothingR)
#. +> trunk5
#: ekos/align/align.ui:167
#, kde-format
msgid "Just solve"
msgstr ""
#. i18n: ectx: property (text), widget (QRadioButton, nothingR)
#. +> trunk5
#: ekos/align/align.ui:173
#, kde-format
msgid "&Nothing"
msgstr ""
#. i18n: ectx: property (title), widget (QGroupBox, groupBox_5)
#. +> trunk5
#: ekos/align/align.ui:188
#, 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:194 ekos/align/align.ui:264
#, 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:213 ekos/align/align.ui:415 ekos/ekosmanager.ui:942
#, 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:227 ekos/align/align.ui:244
#, 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)
#. +> trunk5
#: ekos/align/align.ui:230
#, 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:257 ekos/align/align.ui:348 ekos/ekosmanager.ui:925
#: 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:267
#, kde-format
msgid "Accuracy"
msgstr ""
#. i18n: ectx: property (title), widget (QGroupBox, groupBox_4)
#. +> trunk5
#: ekos/align/align.ui:277
#, 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:298 ekos/align/align.ui:308
#, kde-format
msgid "Image scale in arcsecs/pixel"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, label_17)
#. +> trunk5
#: ekos/align/align.ui:311
#, 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:318 ekos/align/align.ui:382
#, kde-format
msgid "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:331 ekos/align/align.ui:392
#, 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:355 ekos/align/align.ui:402
#, 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:358 ekos/align/align.ui:880
#, kde-format
msgid "dDE"
msgstr ""
#. i18n: ectx: property (toolTip), widget (QLabel, dRA)
#. i18n: ectx: property (toolTip), widget (QLineEdit, dRAOut)
#. +> trunk5
#: ekos/align/align.ui:365 ekos/align/align.ui:422
#, 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:368
#, kde-format
msgid "dRA:"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, label_8)
#. +> trunk5
#: ekos/align/align.ui:385
#, kde-format
msgid "FOV:"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, label_10)
#. +> trunk5
#: ekos/align/align.ui:395
#, kde-format
msgid "Rot:"
msgstr ""
#. i18n: ectx: property (toolTip), widget (QComboBox, FOVScopeCombo)
#. +> trunk5
#: ekos/align/align.ui:435 ekos/guide/guide.ui:464
#, 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 (text), item, widget (QComboBox, FOVScopeCombo)
#. +> trunk5
#: ekos/align/align.ui:439 ekos/guide/guide.ui:468
#, kde-format
msgid "Primary Scope"
msgstr ""
#. i18n: ectx: property (text), item, widget (QComboBox, FOVScopeCombo)
#. +> trunk5
#: ekos/align/align.ui:444 ekos/guide/guide.ui:473
#, 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:492 ekos/capture/capture.ui:84 ekos/focus/focus.ui:227
#: ekos/profileeditor.ui:403
#, kde-format
msgid "CCD:"
msgstr ""
#. i18n: ectx: property (toolTip), widget (QPushButton, toggleFullScreenB)
#. +> trunk5
#: ekos/align/align.ui:511 ekos/focus/focus.ui:283
#, kde-format
msgid "Toggle Full Screen"
msgstr ""
#. i18n: ectx: property (toolTip), widget (QDoubleSpinBox, exposureIN)
#. +> trunk5
#: ekos/align/align.ui:521
#, kde-format
msgid "Exposure duration in seconds"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, label_7)
#. i18n: ectx: property (text), widget (QLabel, label_3)
#. +> trunk5
#: ekos/align/align.ui:543 ekos/focus/focus.ui:240 ekos/guide/guide.ui:216
#, kde-format
msgid "Exp:"
msgstr ""
#. i18n: ectx: property (toolTip), widget (QCheckBox, alignDarkFrameCheck)
#. +> trunk5
#: ekos/align/align.ui:550
#, 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:553 ekos/guide/guide.ui:105
#, kde-format
msgid "Dark"
msgstr ""
#. i18n: ectx: property (toolTip), widget (QComboBox, binningCombo)
#. +> trunk5
#: ekos/align/align.ui:560
#, 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:570 ekos/focus/focus.ui:317 ekos/guide/guide.ui:226
#, kde-format
msgid "Bin:"
msgstr ""
#. i18n: ectx: property (toolTip), widget (QPushButton, showFITSViewerB)
#. +> trunk5
#: ekos/align/align.ui:589 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:602 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:612 ekos/capture/capture.ui:281 ekos/focus/focus.ui:400
#: ekos/profileeditor.ui:526 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:631
#, kde-format
msgid "Options:"
msgstr ""
#. i18n: ectx: property (statusTip), widget (QLineEdit, solverOptions)
#. +> trunk5
#: ekos/align/align.ui:638
#, kde-format
msgid "Additional options to be the solver"
msgstr ""
#. i18n: ectx: property (toolTip), widget (QPushButton, editOptionsB)
#. +> trunk5
#: ekos/align/align.ui:660
#, kde-format
msgid "Edit solver options"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, label_21)
#. +> trunk5
#: ekos/align/align.ui:677
#, kde-format
msgid "Solver:"
msgstr ""
#. i18n: ectx: property (toolTip), widget (QRadioButton, onlineSolverR)
#. +> trunk5
#: ekos/align/align.ui:684
#, 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:687 indi/clientmanagerlite.cpp:241
#, kde-format
msgid "Online"
msgstr ""
#. i18n: ectx: property (toolTip), widget (QRadioButton, offlineSolverR)
#. +> trunk5
#: ekos/align/align.ui:700
#, 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:703 indi/clientmanagerlite.cpp:248
#: indi/clientmanagerlite.cpp:259
#, kde-format
msgid "Offline"
msgstr ""
#. i18n: ectx: property (toolTip), widget (QRadioButton, remoteSolverR)
#. +> trunk5
#: ekos/align/align.ui:716
#, kde-format
msgid ""
"<html><head/><body>"
"<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>"
"</body></html>"
msgstr ""
#. i18n: ectx: property (text), widget (QRadioButton, remoteSolverR)
#. +> trunk5
#: ekos/align/align.ui:719
#, kde-format
msgid "Remote"
msgstr ""
#. i18n: ectx: attribute (title), widget (QWidget, solutionResults)
#. +> trunk5
#: ekos/align/align.ui:777
#, kde-format
msgid "Solution Results"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, label_15)
#. +> trunk5
#: ekos/align/align.ui:804
#, kde-format
msgid ""
"<html><head/><body>"
"<p>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.</p>"
"</body></html>"
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:840 ekos/align/opsastrometry.ui:532
#: ekos/guide/guide.ui:180 ekos/guide/internalguide/guider.ui:707
#: ekos/mount/mount.ui:240 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:848 ekos/align/opsastrometry.ui:512
#: ekos/guide/guide.ui:311 ekos/guide/guide.ui:1391
#: ekos/guide/internalguide/guider.ui:693 ekos/mount/mount.ui:257
#: ekos/scheduler/scheduler.ui:136
#, kde-format
msgid "DEC"
msgstr ""
#. i18n: ectx: property (text), widget (QTableWidget, solutionTable)
#. +> trunk5
#: ekos/align/align.ui:856
#, 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:864 ekos/align/mountmodel.ui:472
#, kde-format
msgid "~~"
msgstr ""
#. i18n: ectx: property (text), widget (QTableWidget, solutionTable)
#. +> trunk5
#: ekos/align/align.ui:872
#, kde-format
msgid "dRA"
msgstr ""
#. i18n: ectx: property (toolTip), widget (QPushButton, clearAllSolutionsB)
#. +> trunk5
#: ekos/align/align.ui:908
#, kde-format
msgid ""
"<html><head/><body>"
"<p>Clear all of the solutions from the solutions table. Be careful because you cannot get them back.</p>"
"</body></html>"
msgstr ""
#. i18n: ectx: property (toolTip), widget (QPushButton, removeSolutionB)
#. +> trunk5
#: ekos/align/align.ui:930
#, kde-format
msgid ""
"<html><head/><body>"
"<p>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.</p>"
"</body></html>"
msgstr ""
#. i18n: ectx: property (toolTip), widget (QPushButton, exportSolutionsCSV)
#. +> trunk5
#: ekos/align/align.ui:952
#, kde-format
msgid ""
"<html><head/><body>"
"<p>Export all of the solutions in the Solution Results table to CSV file of your choosing for further analysis in a spreadsheet.</p>"
"</body></html>"
msgstr ""
#. i18n: ectx: property (toolTip), widget (QPushButton, autoScaleGraphB)
#. +> trunk5
#: ekos/align/align.ui:974
#, kde-format
msgid ""
"<html><head/><body>"
"<p>Auto scale and center the Solution Results graph.</p>"
"</body></html>"
msgstr ""
#. i18n: ectx: property (toolTip), widget (QPushButton, mountModelB)
#. +> trunk5
#: ekos/align/align.ui:997
#, kde-format
msgid ""
"<html><head/><body>"
"<p>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.</p>"
"</body></html>"
msgstr ""
#. i18n: ectx: property (text), widget (QPushButton, mountModelB)
#. +> trunk5
#: ekos/align/align.ui:1000
#, kde-format
msgid "Mount Model"
msgstr ""
#. i18n: ectx: attribute (title), widget (QWidget, polarAlignment)
#. +> trunk5
#: ekos/align/align.ui:1034
#, kde-format
msgid "Polar Alignment"
msgstr ""
#. i18n: ectx: property (toolTip), widget (QStackedWidget, PAHWidgets)
#. +> trunk5
#: ekos/align/align.ui:1085
#, 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, label_5)
#. +> trunk5
#: ekos/align/align.ui:1113
#, kde-format
msgid ""
"<html><head/><body>"
"<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, and <span style=\" font-weight:600;\">Engage</span> sidereal tracking.</p>"
"<p>Click <span style=\" font-weight:600;\">Start</span> to begin the process.</p>"
"</body></html>"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, FOVDisabledLabel)
#. +> trunk5
#: ekos/align/align.ui:1128
#, 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 (QPushButton, PAHStartB)
#. +> trunk5
#: ekos/align/align.ui:1151 ekos/guide/internalguide/rcalibration.cpp:357
#: kstarslite/qml/indi/INDIControlPanel.qml:172
#, kde-format, kde-kuit-format
msgid "Start"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, label)
#. +> trunk5
#: ekos/align/align.ui:1179
#, kde-format
msgid ""
"<html><head/><body>"
"<p>The assistant requires three images to find a solution. The first image shall now be captured and solved. Click <span style=\" font-weight:600;\">Capture</span> to start.</p>"
"</body></html>"
msgstr ""
#. i18n: ectx: property (text), widget (QPushButton, PAHFirstCaptureB)
#. i18n: ectx: property (text), widget (QPushButton, PAHSecondCaptureB)
#. i18n: ectx: property (text), widget (QPushButton, PAHThirdCaptureB)
#. 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/align/align.ui:1207 ekos/align/align.ui:1369 ekos/align/align.ui:1491
#: ekos/auxiliary/opslogs.ui:328 ekos/ekosmanager.ui:470
#: ekos/focus/focus.ui:160 ekos/guide/guide.ui:63
#: ekos/guide/internalguide/guider.ui:213 ekos/opsekos.ui:259
#: options/opsadvanced.ui:332
#, kde-format
msgid "Capture"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, label_19)
#. +> trunk5
#: ekos/align/align.ui:1235
#, kde-format
msgid ""
"<html><head/><body>"
"<p>Select direction and range of <span style=\" font-style:italic;\">first</span> mount rotation, then click <span style=\" font-weight:600;\">Rotate</span> to continue. To automate the rest of the process, check <span style=\" font-weight:600;\">Auto Mode</span>.</p>"
"</body></html>"
msgstr ""
#. i18n: ectx: property (text), widget (QRadioButton, PAHFirstWestMeridianR)
#. i18n: ectx: property (text), widget (QRadioButton, PAHSecondWestMeridianR)
#. +> trunk5
#: ekos/align/align.ui:1250 ekos/align/align.ui:1397
#, kde-format
msgid "West"
msgstr ""
#. i18n: ectx: property (text), widget (QRadioButton, PAHFirstEastMeridianR)
#. i18n: ectx: property (text), widget (QRadioButton, PAHSecondEastMeridianR)
#. +> trunk5
#: ekos/align/align.ui:1260 ekos/align/align.ui:1407
#, kde-format
msgid "East"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, label_11)
#. i18n: ectx: property (text), widget (QLabel, label_25)
#. i18n: ectx: property (text), widget (QLabel, label_10)
#. +> trunk5
#: ekos/align/align.ui:1283 ekos/align/align.ui:1430
#: ekos/scheduler/scheduler.ui:936 ekos/scheduler/scheduler.ui:966
#, kde-format
msgid "°"
msgstr ""
#. i18n: ectx: property (toolTip), widget (QCheckBox, PAHAutoModeCheck)
#. +> trunk5
#: ekos/align/align.ui:1303
#, kde-format
msgid ""
"<html><head/><body>"
"<p>Perform the remaining steps automatically</p>"
"</body></html>"
msgstr ""
#. i18n: ectx: property (text), widget (QCheckBox, PAHAutoModeCheck)
#. +> trunk5
#: ekos/align/align.ui:1306
#, kde-format
msgid "Auto Mode"
msgstr ""
#. i18n: ectx: property (text), widget (QPushButton, PAHFirstRotateB)
#. i18n: ectx: property (text), widget (QPushButton, PAHSecondRotateB)
#. +> trunk5
#: ekos/align/align.ui:1313 ekos/align/align.ui:1450
#, kde-format
msgid "Rotate"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, label_20)
#. +> trunk5
#: ekos/align/align.ui:1341
#, kde-format
msgid ""
"<html><head/><body>"
"<p>The second image shall now be captured and solved. Click <span style=\" font-weight:600;\">Capture</span> to start.</p>"
"</body></html>"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, label_27)
#. +> trunk5
#: ekos/align/align.ui:1382
#, kde-format
msgid ""
"<html><head/><body>"
"<p>Select direction and range of final mount rotation, then click <span style=\" font-weight:600;\">Rotate</span> to continue.</p>"
"</body></html>"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, label_28)
#. +> trunk5
#: ekos/align/align.ui:1463
#, kde-format
msgid ""
"<html><head/><body>"
"<p>The final image shall now be captured and solved. Click <span style=\" font-weight:600;\">Capture</span> to start.</p>"
"</body></html>"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, PAHErrorDescriptionLabel)
#. +> trunk5
#: ekos/align/align.ui:1519
#, kde-format
msgid "Error Occurred"
msgstr ""
#. i18n: ectx: property (text), widget (QPushButton, pushButton)
#. i18n: ectx: property (text), widget (QPushButton, PAHRestartB)
#. +> trunk5
#: ekos/align/align.ui:1547 ekos/align/align.ui:1710
#, kde-format
msgid "Restart"
msgstr ""
#. i18n: ectx: property (toolTip), widget (QLabel, label_23)
#. +> trunk5
#: ekos/align/align.ui:1565
#, kde-format
msgid ""
"<html><head/><body>"
"<p>Angle between expected perfectly aligned mount center and the actual center</p>"
"</body></html>"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, label_23)
#. +> trunk5
#: ekos/align/align.ui:1568
#, kde-format
msgid "Polar Error:"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, label_26)
#. +> trunk5
#: ekos/align/align.ui:1608
#, kde-format
msgid ""
"<html><head/><body>"
"<p>Correction vector is plotted above. Select a bright star to reposition the correction vector. Click <span style=\" font-weight:600;\">Next</span> when done.</p>"
"</body></html>"
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
#: ekos/align/align.ui:1618 ekos/profilewizard.ui:169
#: ekos/profilewizard.ui:620 ekos/profilewizard.ui:734
#: kstarslite/qml/modules/tutorial/TutorialPane.qml:57
#: tools/starhopperdialog.ui:53 tools/whatsinteresting/qml/wiview.qml:1337
#, kde-format, kde-kuit-format
msgid "Next"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, label_24)
#. +> trunk5
#: ekos/align/align.ui:1646
#, kde-format
msgid ""
"<html><head/><body>"
"<p>Adjust mount's Altitude and Azimuth knobs until the selected star is centered within the crosshair. Click <span style=\" font-weight:600;\">Refresh</span> to begin continuous capture. Click <span style=\" font-weight:600;\">Done</span> when star is centered.</p>"
"</body></html>"
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:1661 ekos/opsekos.ui:484 hips/opships.ui:116
#, kde-format
msgid "Refresh"
msgstr ""
#. i18n: ectx: property (toolTip), widget (QSpinBox, PAHExposure)
#. +> trunk5
#: ekos/align/align.ui:1668
#, kde-format
msgid "Exposure duration in seconds during refresh phase"
msgstr ""
#. i18n: ectx: property (text), widget (QPushButton, PAHDoneB)
#. +> trunk5
#: ekos/align/align.ui:1694
#, kde-format
msgid "Done"
msgstr ""
#. i18n: ectx: property (title), widget (QGroupBox, polarAlignmentGroup)
#. +> trunk5
#: ekos/align/align.ui:1717
#, kde-format
msgid "Legacy Polar Alignment Tool"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, label_3)
#. +> trunk5
#: ekos/align/align.ui:1733
#, kde-format
msgid "Az Error:"
msgstr ""
#. i18n: ectx: property (text), widget (QPushButton, measureAzB)
#. +> trunk5
#: ekos/align/align.ui:1752
#, kde-format
msgid "Measure Az Error"
msgstr ""
#. i18n: ectx: property (text), widget (QPushButton, correctAzB)
#. +> trunk5
#: ekos/align/align.ui:1762
#, kde-format
msgid "Correct Az Error"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, label_4)
#. +> trunk5
#: ekos/align/align.ui:1785
#, kde-format
msgid "Alt Error:"
msgstr ""
#. i18n: ectx: property (text), widget (QPushButton, measureAltB)
#. +> trunk5
#: ekos/align/align.ui:1804
#, kde-format
msgid "Measure Alt Error"
msgstr ""
#. i18n: ectx: property (text), widget (QPushButton, correctAltB)
#. +> trunk5
#: ekos/align/align.ui:1814
#, kde-format
msgid "Correct Alt Error"
msgstr ""
#. +> trunk5
#: ekos/align/alignview.cpp:149 fitsviewer/fitsview.cpp:981
#, kde-format
msgctxt "North Celestial Pole"
msgid "NCP"
msgstr ""
#. +> trunk5
#: ekos/align/alignview.cpp:151 fitsviewer/fitsview.cpp:998
#, kde-format
msgctxt "South Celestial Pole"
msgid "SCP"
msgstr ""
#. +> trunk5
#: ekos/align/alignview.cpp:176
#, 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 ""
"<html><head/><body>"
"<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>"
"</body></html>"
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_3)
#. +> trunk5
#: ekos/align/mountmodel.ui:54
#, kde-format
msgid "Alignment Points:"
msgstr ""
#. i18n: ectx: property (toolTip), widget (QSpinBox, alignPtNum)
#. +> trunk5
#: ekos/align/mountmodel.ui:61
#, kde-format
msgid ""
"<html><head/><body>"
"<p>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.</p>"
"</body></html>"
msgstr ""
#. i18n: ectx: property (toolTip), widget (QPushButton, wizardAlignB)
#. +> trunk5
#: ekos/align/mountmodel.ui:90
#, kde-format
msgid ""
"<html><head/><body>"
"<p>Automatically generate the specified number of alignment points in the table below. They will be generated based on the options selected in this wizard.</p>"
"</body></html>"
msgstr ""
#. i18n: ectx: property (text), widget (QPushButton, wizardAlignB)
#. +> trunk5
#: ekos/align/mountmodel.ui:93
#, kde-format
msgid "Generate"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, label_6)
#. +> trunk5
#: ekos/align/mountmodel.ui:100
#, kde-format
msgid "Minimum Alt:"
msgstr ""
#. i18n: ectx: property (toolTip), widget (QSpinBox, minAltBox)
#. +> trunk5
#: ekos/align/mountmodel.ui:107
#, kde-format
msgid ""
"<html><head/><body>"
"<p>This is the minimum altitude above the horizon to use in generating points with the wizard.</p>"
"</body></html>"
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:120 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, alignDec)
#. +> trunk5
#: ekos/align/mountmodel.ui:130
#, kde-format
msgid ""
"<html><head/><body>"
"<p>The Declination of the points that will be generated. This option only applies to the Fixed DEC Option.</p>"
"</body></html>"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, label_7)
#. +> trunk5
#: ekos/align/mountmodel.ui:156
#, kde-format
msgid "Object Type:"
msgstr ""
#. i18n: ectx: property (toolTip), widget (QComboBox, alignTypeBox)
#. +> trunk5
#: ekos/align/mountmodel.ui:171
#, 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:175
#, kde-format
msgid "Any Stars"
msgstr ""
#. i18n: ectx: property (text), item, widget (QComboBox, alignTypeBox)
#. +> trunk5
#: ekos/align/mountmodel.ui:180
#, kde-format
msgid "Named Stars"
msgstr ""
#. i18n: ectx: property (text), item, widget (QComboBox, alignTypeBox)
#. +> trunk5
#: ekos/align/mountmodel.ui:185
#, kde-format
msgid "Any Object"
msgstr ""
#. i18n: ectx: property (text), item, widget (QComboBox, alignTypeBox)
#. +> trunk5
#: ekos/align/mountmodel.ui:190
#, kde-format
msgid "Fixed DEC"
msgstr ""
#. i18n: ectx: property (text), item, widget (QComboBox, alignTypeBox)
#. +> trunk5
#: ekos/align/mountmodel.ui:195
#, kde-format
msgid "Fixed Grid"
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 ""
"<html><head/><body>"
"<p>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.</p>"
"</body></html>"
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 ""
"<html><head/><body>"
"<p>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.</p>"
"</body></html>"
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 ""
"<html><head/><body>"
"<p>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.</p>"
"</body></html>"
msgstr ""
#. i18n: ectx: property (toolTip), widget (QPushButton, removeAlignB)
#. +> trunk5
#: ekos/align/mountmodel.ui:353
#, kde-format
msgid ""
"<html><head/><body>"
"<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>"
"</body></html>"
msgstr ""
#. i18n: ectx: property (toolTip), widget (QPushButton, addAlignB)
#. +> trunk5
#: ekos/align/mountmodel.ui:375
#, kde-format
msgid ""
"<html><head/><body>"
"<p>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.</p>"
"</body></html>"
msgstr ""
#. i18n: ectx: property (toolTip), widget (QPushButton, findAlignB)
#. +> trunk5
#: ekos/align/mountmodel.ui:397
#, kde-format
msgid ""
"<html><head/><body>"
"<p>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.</p>"
"</body></html>"
msgstr ""
#. i18n: ectx: property (toolTip), widget (QPushButton, sortAlignB)
#. +> trunk5
#: ekos/align/mountmodel.ui:419
#, kde-format
msgid ""
"<html><head/><body>"
"<p>Sort the alignment points, starting with the point closest to the current telescope position, to try to minimize the distance between each slew.</p>"
"</body></html>"
msgstr ""
#. i18n: ectx: property (toolTip), widget (QTableWidget, alignTable)
#. +> trunk5
#: ekos/align/mountmodel.ui:444
#, kde-format
msgid ""
"<html><head/><body>"
"<p>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. </p>"
"</body></html>"
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 ""
"<html><head/><body>"
"<p>Load a saved alignment point list so that you can run the same alignment you ran on a previous occasion.</p>"
"</body></html>"
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 ""
"<html><head/><body>"
"<p>Save the alignment list so that you can run this alignment again in the future.</p>"
"</body></html>"
msgstr ""
#. i18n: ectx: property (toolTip), widget (QPushButton, previewB)
#. +> trunk5
#: ekos/align/mountmodel.ui:569
#, kde-format
msgid ""
"<html><head/><body>"
"<p>Display the alignment points on the skymap as flags. Clicking it again will remove the flags. The flags will not be saved.</p>"
"</body></html>"
msgstr ""
#. i18n: ectx: property (toolTip), widget (QPushButton, startAlignB)
#. +> trunk5
#: ekos/align/mountmodel.ui:604
#, kde-format
msgid ""
"<html><head/><body>"
"<p>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.</p>"
"</body></html>"
msgstr ""
#. i18n: ectx: property (toolTip), widget (QPushButton, stopAlignB)
#. +> trunk5
#: ekos/align/mountmodel.ui:626
#, kde-format
msgid ""
"<html><head/><body>"
"<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>"
"</body></html>"
msgstr ""
#. +> trunk5
#: ekos/align/offlineastrometryparser.cpp:68
#, kde-format
msgid "Failed to find astrometry.net binaries. Please ensure astrometry.net is installed and try again."
msgstr ""
#. +> trunk5
#: ekos/align/offlineastrometryparser.cpp:69
#, kde-format
msgid "Missing astrometry files"
msgstr ""
#. +> trunk5
#: ekos/align/offlineastrometryparser.cpp:93
#, kde-format
msgid "Detected Astrometry.net version %1"
msgstr ""
#. +> trunk5
#: ekos/align/offlineastrometryparser.cpp:98
#, kde-format
msgid "Setting astrometry option --no-fits2fits"
msgstr ""
#. +> trunk5
#: ekos/align/offlineastrometryparser.cpp:103
#, kde-format
msgid "Turning off option --no-fits2fits"
msgstr ""
#. +> trunk5
#: ekos/align/offlineastrometryparser.cpp:188
#, 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:192
#, 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:212
#: ekos/align/opsastrometrycfg.cpp:48
#: ekos/align/opsastrometryindexfiles.cpp:211
#, 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:234
#: ekos/align/opsastrometryindexfiles.cpp:233
#, kde-format
msgid "Unable to find data dir in astrometry configuration file."
msgstr ""
#. +> trunk5
#: ekos/align/offlineastrometryparser.cpp:284
#, kde-format
msgid "Error starting solver: %1"
msgstr ""
#. +> trunk5
#: ekos/align/offlineastrometryparser.cpp:302
#, kde-format
msgid "Starting solver..."
msgstr ""
#. +> trunk5
#: ekos/align/offlineastrometryparser.cpp:335
#: ekos/align/remoteastrometryparser.cpp:241
#, kde-format
msgid "Solver failed. Try again."
msgstr ""
#. +> trunk5
#: ekos/align/offlineastrometryparser.cpp:359
#, kde-format
msgid "WCS header missing or corrupted. Solver failed."
msgstr ""
#. +> trunk5
#: ekos/align/offlineastrometryparser.cpp:392
#: ekos/align/onlineastrometryparser.cpp:476
#: ekos/align/remoteastrometryparser.cpp:283
#, kde-format
msgid "Solver completed in %1 second."
msgid_plural "Solver completed in %1 seconds."
msgstr[0] ""
msgstr[1] ""
#. +> trunk5
#: ekos/align/onlineastrometryparser.cpp:73
#, kde-format
msgid "Error: No connection to the internet."
msgstr ""
#. +> trunk5
#: ekos/align/onlineastrometryparser.cpp:181
#, kde-format
msgid "Failed to open file %1. %2"
msgstr ""
#. +> trunk5
#: ekos/align/onlineastrometryparser.cpp:252
#, kde-format
msgid "Uploading file..."
msgstr ""
#. +> trunk5
#: ekos/align/onlineastrometryparser.cpp:325
#, kde-format
msgid "JSon error during parsing (%1)."
msgstr ""
#. +> trunk5
#: ekos/align/onlineastrometryparser.cpp:343
#, kde-format
msgid "Astrometry.net authentication failed. Check the validity of the Astrometry.net API Key."
msgstr ""
#. +> trunk5
#: ekos/align/onlineastrometryparser.cpp:351
#, kde-format
msgid "Authentication to astrometry.net is successful. Session: %1"
msgstr ""
#. +> trunk5
#: ekos/align/onlineastrometryparser.cpp:360
#, kde-format
msgid "Upload failed."
msgstr ""
#. +> trunk5
#: ekos/align/onlineastrometryparser.cpp:369
#, kde-format
msgid "Parsing submission ID failed."
msgstr ""
#. +> trunk5
#: ekos/align/onlineastrometryparser.cpp:374
#, kde-format
msgid "Upload complete. Waiting for astrometry.net solver to complete..."
msgstr ""
#. +> trunk5
#: ekos/align/onlineastrometryparser.cpp:397
#, kde-format
msgid "Failed to retrieve job ID."
msgstr ""
#. +> trunk5
#: ekos/align/onlineastrometryparser.cpp:420
#, kde-format
msgid "Solver timed out."
msgstr ""
#. +> trunk5
#: ekos/align/onlineastrometryparser.cpp:430
#, kde-format
msgid "Solver failed after %1 second."
msgid_plural "Solver failed after %1 seconds."
msgstr[0] ""
msgstr[1] ""
#. +> trunk5
#: ekos/align/onlineastrometryparser.cpp:440
#, kde-format
msgid "Error parsing parity."
msgstr ""
#. +> trunk5
#: ekos/align/onlineastrometryparser.cpp:447
#, kde-format
msgid "Error parsing orientation."
msgstr ""
#. +> trunk5
#: ekos/align/onlineastrometryparser.cpp:455
#, kde-format
msgid "Error parsing RA."
msgstr ""
#. +> trunk5
#: ekos/align/onlineastrometryparser.cpp:462
#: ekos/align/onlineastrometryparser.cpp:470
#, kde-format
msgid "Error parsing DEC."
msgstr ""
#. +> trunk5
#: ekos/align/opsalign.cpp:35
#, kde-format
msgid "Internal or External Plate Solver?"
msgstr ""
#. +> trunk5
#: ekos/align/opsalign.cpp:40
#, kde-format
msgid "Internal or External astrometry.cfg?"
msgstr ""
#. i18n: ectx: label, entry (AstrometryWCSIsInternal), group (Align)
#. +> trunk5
-#: ekos/align/opsalign.cpp:45 kstars.kcfg:1829
+#: ekos/align/opsalign.cpp:45 kstars.kcfg:1833
#, 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 ""
"<html><head/><body>"
"<p>This option should <span style=\" font-weight:600;\">ONLY</span> be checked if your astrometry.net version is 0.67 or earlier. Uncheck for any versions greater than 0.67</p>"
"</body></html>"
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)
#. +> trunk5
#: ekos/align/opsastrometry.ui:38
#, kde-format
msgid ""
"<html><head/><body>"
"<p>Check this option if your image does not have much nebulosity. If it does have strong nebulosity, uncheck it.</p>"
"</body></html>"
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)
#. +> trunk5
#: ekos/align/opsastrometry.ui:51
#, kde-format
msgid ""
"<html><head/><body>"
"<p>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.</p>"
"</body></html>"
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)
#. +> trunk5
#: ekos/align/opsastrometry.ui:64
#, kde-format
msgid ""
"<html><head/><body>"
"<p>Detect parity and reuse it to speed up solver.</p>"
"</body></html>"
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 ""
"<html><head/><body>"
"<p>Prevents creation of unnecessary files unused by Ekos.</p>"
"</body></html>"
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 ""
"<html><head/><body>"
"<p>Overwrite already generated files. It must be checked to prevent solver failure.</p>"
"</body></html>"
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 ""
"<html><head/><body>"
"<p>Update Image Scale Bounds from the currently active camera &amp; telescope combination.</p>"
"</body></html>"
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 ""
"<html><head/><body>"
"<p>The high end of the imager scale, calculated as a little bigger than the longer dimension of the image.</p>"
"</body></html>"
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)
#. +> trunk5
#: ekos/align/opsastrometry.ui:231 ekos/align/opsastrometry.ui:295
#, kde-format
msgid ""
"<html><head/><body>"
"<p>Downsample the image to shrink its size and speed up the solver.</p>"
"</body></html>"
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)
#. +> trunk5
#: ekos/align/opsastrometry.ui:244
#, kde-format
msgid ""
"<html><head/><body>"
"<p>Set image scale to speed up solver as it does not have to search index files of different image scales.</p>"
"</body></html>"
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:410
#, kde-format
msgid ""
"<html><head/><body>"
"<p>The lower end of the imager scale, calculated as a little smaller than the shorter dimension of the image.</p>"
"</body></html>"
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:631
#, kde-format
msgid "Auto Update"
msgstr ""
#. i18n: ectx: property (toolTip), widget (QLabel, imageWarningLabel)
#. +> trunk5
#: ekos/align/opsastrometry.ui:370
#, kde-format
msgid "<html><head/><body><nobr>Image Scale Auto Update is turned off!</nobr></body></html>"
msgstr ""
#. i18n: ectx: property (toolTip), widget (QLineEdit, lineEdit_50)
#. +> trunk5
#: ekos/align/opsastrometry.ui:400
#, kde-format
msgid ""
"<html><head/><body>"
"<p>The units of the imager scale bounds above.</p>"
"<p>dw: degree width</p>"
"<p>aw: arcminute width</p>"
"</body></html>"
msgstr ""
#. i18n: ectx: property (text), widget (QLineEdit, lineEdit_50)
#. +> trunk5
#: ekos/align/opsastrometry.ui:403
#, kde-format
msgid "u"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, label_12)
#. +> trunk5
#: ekos/align/opsastrometry.ui:413
#, kde-format
msgid "Low"
msgstr ""
#. i18n: ectx: property (title), widget (QGroupBox, groupBox_2)
#. +> trunk5
#: ekos/align/opsastrometry.ui:439
#, kde-format
msgid "Position Options"
msgstr ""
#. i18n: ectx: property (toolTip), widget (QCheckBox, kcfg_AstrometryUsePosition)
#. +> trunk5
#: ekos/align/opsastrometry.ui:445
#, kde-format
msgid ""
"<html><head/><body>"
"<p>Set estimated position to speed up astrometry solver as it does not have to search in other areas of the sky.</p>"
"</body></html>"
msgstr ""
#. i18n: ectx: property (text), widget (QCheckBox, kcfg_AstrometryUsePosition)
#. +> trunk5
#: ekos/align/opsastrometry.ui:448
#, kde-format
msgid "Use Position"
msgstr ""
#. i18n: ectx: property (toolTip), widget (QLineEdit, lineEdit_44)
#. i18n: ectx: property (toolTip), widget (QLabel, label_8)
#. +> trunk5
#: ekos/align/opsastrometry.ui:467 ekos/align/opsastrometry.ui:574
#, kde-format
msgid ""
"<html><head/><body>"
"<p>The Search Radius for the Estimated Telescope/Image Field Position in degrees.</p>"
"</body></html>"
msgstr ""
#. i18n: ectx: property (text), widget (QLineEdit, lineEdit_44)
#. i18n: ectx: property (text), widget (QLabel, bortleClassLabel5)
#. +> trunk5
#: ekos/align/opsastrometry.ui:470 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:499 ekos/align/opsastrometry.ui:522
#: ekos/align/opsastrometry.ui:529
#, kde-format
msgid ""
"<html><head/><body>"
"<p>The RA of the Estimated Telescope/Image Field Position in hh:mm:ss notation</p>"
"</body></html>"
msgstr ""
#. i18n: ectx: property (text), widget (QLineEdit, lineEdit_47)
#. +> trunk5
#: ekos/align/opsastrometry.ui:502
#, 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:509 ekos/align/opsastrometry.ui:593
#: ekos/align/opsastrometry.ui:616
#, kde-format
msgid ""
"<html><head/><body>"
"<p>The DEC of the Estimated Telescope/Image Field Position in dd:mm:ss notation</p>"
"</body></html>"
msgstr ""
#. i18n: ectx: property (toolTip), widget (QPushButton, updatePosition)
#. +> trunk5
#: ekos/align/opsastrometry.ui:551
#, kde-format
msgid ""
"<html><head/><body>"
"<p>Update coordinates to the current telescope position</p>"
"</body></html>"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, label_8)
#. +> trunk5
#: ekos/align/opsastrometry.ui:577
#, kde-format
msgid "Radius"
msgstr ""
#. i18n: ectx: property (text), widget (QLineEdit, lineEdit_48)
#. +> trunk5
#: ekos/align/opsastrometry.ui:619
#, kde-format
msgid "4"
msgstr ""
#. i18n: ectx: property (toolTip), widget (QCheckBox, kcfg_AstrometryAutoUpdatePosition)
#. +> trunk5
#: ekos/align/opsastrometry.ui:628
#, kde-format
msgid "Automatically update position coordinates when mount completes slewing."
msgstr ""
#. i18n: ectx: property (toolTip), widget (QLabel, positionWarningLabel)
#. +> trunk5
#: ekos/align/opsastrometry.ui:659
#, kde-format
msgid "<html><head/><body><nobr>Position Auto Update is turned off!</nobr></body></html>"
msgstr ""
#. i18n: ectx: property (toolTip), widget (QCheckBox, kcfg_AstrometryDifferentialSlewing)
#. +> trunk5
#: ekos/align/opsastrometry.ui:680
#, kde-format
msgid ""
"<html><head/><body>"
-"<p>Do not use Sync when Slew to Target is selected. Use differential slewing to correct for discrepencies. This is useful on some mounts (e.g. Paramount).</p>"
+"<p>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).</p>"
"</body></html>"
msgstr ""
#. i18n: ectx: property (text), widget (QCheckBox, kcfg_AstrometryDifferentialSlewing)
#. +> trunk5
#: ekos/align/opsastrometry.ui:683
#, kde-format
msgid "Use differential slewing instead of syncing"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, label_3)
#. +> trunk5
#: ekos/align/opsastrometry.ui:709
#, kde-format
msgid "Custom:"
msgstr ""
#. i18n: ectx: property (toolTip), widget (QLineEdit, kcfg_AstrometryCustomOptions)
#. +> trunk5
#: ekos/align/opsastrometry.ui:716
#, kde-format
msgid ""
"<html><head/><body>"
"<p>Additional optional astrometry.net options.</p>"
"</body></html>"
msgstr ""
#. +> trunk5
#: ekos/align/opsastrometrycfg.cpp:82
#, 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:129
#: ekos/align/opsastrometryindexfiles.ui:180
#, kde-format
msgid "Optional"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, label_32)
#. +> trunk5
#: ekos/align/opsastrometryindexfiles.cpp:146
#: ekos/align/opsastrometryindexfiles.cpp:151
#: ekos/align/opsastrometryindexfiles.ui:72
#, kde-format
msgid "Required"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, label_33)
#. +> trunk5
#: ekos/align/opsastrometryindexfiles.cpp:163
#: ekos/align/opsastrometryindexfiles.cpp:168
#: ekos/align/opsastrometryindexfiles.ui:126
#, kde-format
msgid "Recommended"
msgstr ""
#. +> trunk5
#: ekos/align/opsastrometryindexfiles.cpp:316
#, kde-format
msgid "Download Timed out. Either the network is not fast enough, the file is not accessible, or you aren't connected."
msgstr ""
#. +> trunk5
#: ekos/align/opsastrometryindexfiles.cpp:355
#, kde-format
msgid "File Write Error"
msgstr ""
#. +> trunk5
#: ekos/align/opsastrometryindexfiles.cpp:373
#: ekos/align/opsastrometryindexfiles.cpp:494
#, kde-format
msgid "Astrometry Folder Permissions Error"
msgstr ""
#. +> trunk5
#: ekos/align/opsastrometryindexfiles.cpp:463
#, kde-format
msgid "Could not contact Astrometry Index Server: broiler.astrometry.net"
msgstr ""
#. +> trunk5
#: ekos/align/opsastrometryindexfiles.cpp:470
#, kde-format
msgid "Delete File(s)"
msgstr ""
#. +> trunk5
#: ekos/align/opsastrometryindexfiles.cpp:484
#, 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. The following list provides a complete list of the index files, along with recommended index files to install given 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, label_31)
#. i18n: ectx: property (toolTip), widget (QLabel, label_32)
#. +> trunk5
#: ekos/align/opsastrometryindexfiles.ui:53
#: ekos/align/opsastrometryindexfiles.ui:69
#, 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, label_34)
#. i18n: ectx: property (toolTip), widget (QLabel, label_33)
#. +> trunk5
#: ekos/align/opsastrometryindexfiles.ui:107
#: ekos/align/opsastrometryindexfiles.ui:123
#, 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, label_36)
#. i18n: ectx: property (toolTip), widget (QLabel, label_35)
#. +> trunk5
#: ekos/align/opsastrometryindexfiles.ui:161
#: ekos/align/opsastrometryindexfiles.ui:177
#, 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:191
#: ekos/align/opsastrometryindexfiles.ui:204
#, 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:194
#, kde-format
msgid "Index Files Location: "
msgstr ""
#. i18n: ectx: property (toolTip), widget (QPushButton, openIndexFileDirectory)
#. +> trunk5
#: ekos/align/opsastrometryindexfiles.ui:211
#, 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:214
#, kde-format
msgid "Open"
msgstr ""
#. i18n: ectx: property (toolTip), widget (QLabel, label_28)
#. +> trunk5
#: ekos/align/opsastrometryindexfiles.ui:221
#, 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:224
#, kde-format
msgid "Current CCD FOV: "
msgstr ""
#. i18n: ectx: property (text), widget (QCheckBox, index_4210)
#. +> trunk5
#: ekos/align/opsastrometryindexfiles.ui:264
#, kde-format
msgid "index-4210.fits"
msgstr ""
#. i18n: ectx: property (text), widget (QCheckBox, index_4208)
#. +> trunk5
#: ekos/align/opsastrometryindexfiles.ui:271
#, kde-format
msgid "index-4208.fits"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, label_26)
#. +> trunk5
#: ekos/align/opsastrometryindexfiles.ui:278
#, kde-format
msgid "(arcminutes)"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, label_23)
#. +> trunk5
#: ekos/align/opsastrometryindexfiles.ui:285
#, kde-format
msgid "SkyMark"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, label_58)
#. +> trunk5
#: ekos/align/opsastrometryindexfiles.ui:354
#, kde-format
msgid "(242 K)"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, label_18)
#. +> trunk5
#: ekos/align/opsastrometryindexfiles.ui:361
#, kde-format
msgid "680' - 1000'"
msgstr ""
#. 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
#: ekos/align/opsastrometryindexfiles.ui:423
#: ekos/align/opsastrometryindexfiles.ui:502
#: ekos/align/opsastrometryindexfiles.ui:578
#: ekos/align/opsastrometryindexfiles.ui:647
#: ekos/align/opsastrometryindexfiles.ui:956
#: ekos/align/opsastrometryindexfiles.ui:1070
#: ekos/align/opsastrometryindexfiles.ui:1163
#: ekos/align/opsastrometryindexfiles.ui:1225
#: ekos/align/opsastrometryindexfiles.ui:1287
#: ekos/align/opsastrometryindexfiles.ui:1401
#: ekos/align/opsastrometryindexfiles.ui:1536
#: ekos/align/opsastrometryindexfiles.ui:1598
#: ekos/align/opsastrometryindexfiles.ui:1674
#: ekos/align/opsastrometryindexfiles.ui:1760
#: ekos/align/opsastrometryindexfiles.ui:1822
#: ekos/align/opsastrometryindexfiles.ui:1891
#: ekos/align/opsastrometryindexfiles.ui:1953
#: ekos/align/opsastrometryindexfiles.ui:2043
#: ekos/align/opsastrometryindexfiles.ui:2143
#: ekos/align/opsastrometryindexfiles.ui:2212
#: ekos/align/opsastrometryindexfiles.ui:2326
#: ekos/align/opsastrometryindexfiles.ui:2388
#: ekos/align/opsastrometryindexfiles.ui:2485
#: ekos/align/opsastrometryindexfiles.ui:2644
#: ekos/align/opsastrometryindexfiles.ui:2713
#: ekos/align/opsastrometryindexfiles.ui:2841
#: ekos/align/opsastrometryindexfiles.ui:2903
#: ekos/align/opsastrometryindexfiles.ui:3141
#: ekos/align/opsastrometryindexfiles.ui:3203
#: ekos/align/opsastrometryindexfiles.ui:3352
#: ekos/align/opsastrometryindexfiles.ui:3501
#: ekos/align/opsastrometryindexfiles.ui:3577
#: ekos/align/opsastrometryindexfiles.ui:3698
#, kde-format
msgid "X"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, label_132)
#. +> trunk5
#: ekos/align/opsastrometryindexfiles.ui:430
#, kde-format
msgid "Wide Fields"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, label_37)
#. +> trunk5
#: ekos/align/opsastrometryindexfiles.ui:440
#, kde-format
msgid "(160 K)"
msgstr ""
#. i18n: ectx: property (text), widget (QCheckBox, index_4115)
#. +> trunk5
#: ekos/align/opsastrometryindexfiles.ui:509
#, kde-format
msgid "index-4115.fits"
msgstr ""
#. i18n: ectx: property (text), widget (QCheckBox, index_4111)
#. +> trunk5
#: ekos/align/opsastrometryindexfiles.ui:516
#, kde-format
msgid "index-4111.fits"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, label_42)
#. +> trunk5
#: ekos/align/opsastrometryindexfiles.ui:585
#, kde-format
msgid "(2.1 M)"
msgstr ""
#. i18n: ectx: property (text), widget (QCheckBox, index_4107)
#. +> trunk5
#: ekos/align/opsastrometryindexfiles.ui:654
#, kde-format
msgid "index-4107.fits"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, label_4)
#. +> trunk5
#: ekos/align/opsastrometryindexfiles.ui:666
#, 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:704
#: ekos/align/opsastrometryindexfiles.ui:798
#: ekos/align/opsastrometryindexfiles.ui:885
#: ekos/align/opsastrometryindexfiles.ui:1465
#: ekos/align/opsastrometryindexfiles.ui:2535
#: ekos/align/opsastrometryindexfiles.ui:2770
#: ekos/align/opsastrometryindexfiles.ui:3008
#: ekos/align/opsastrometryindexfiles.ui:3423
#, kde-format
msgid "info"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, label_29)
#. +> trunk5
#: ekos/align/opsastrometryindexfiles.ui:713
#, kde-format
msgid "(129 K)"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, label_38)
#. +> trunk5
#: ekos/align/opsastrometryindexfiles.ui:720
#, 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:727
#: ekos/align/opsastrometryindexfiles.ui:835
#: ekos/align/opsastrometryindexfiles.ui:1006
#: ekos/align/opsastrometryindexfiles.ui:1077
#: ekos/align/opsastrometryindexfiles.ui:1301
#: ekos/align/opsastrometryindexfiles.ui:1408
#: ekos/align/opsastrometryindexfiles.ui:2262
#: ekos/align/opsastrometryindexfiles.ui:3267
#: ekos/align/opsastrometryindexfiles.ui:3359
#: ekos/align/opsastrometryindexfiles.ui:3627
#: ekos/align/opsastrometryindexfiles.ui:3797
#, kde-format
msgid "perc"
msgstr ""
#. i18n: ectx: property (text), widget (QCheckBox, index_4201)
#. +> trunk5
#: ekos/align/opsastrometryindexfiles.ui:734
#, kde-format
msgid "index-4201-*.fits"
msgstr ""
#. i18n: ectx: property (text), widget (QCheckBox, index_4207)
#. +> trunk5
#: ekos/align/opsastrometryindexfiles.ui:741
#, kde-format
msgid "index-4207-*.fits"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, label_61)
#. +> trunk5
#: ekos/align/opsastrometryindexfiles.ui:748
#, kde-format
msgid "(1.3 M)"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, label_3)
#. +> trunk5
#: ekos/align/opsastrometryindexfiles.ui:760
#, kde-format
msgid "4.0' - 5.6'"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, label_45)
#. +> trunk5
#: ekos/align/opsastrometryindexfiles.ui:807
#, kde-format
msgid "(20 M)"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, label_53)
#. +> trunk5
#: ekos/align/opsastrometryindexfiles.ui:814
#, kde-format
msgid "(4.8 G)"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, label_17)
#. +> trunk5
#: ekos/align/opsastrometryindexfiles.ui:821
#, kde-format
msgid "480' - 680'"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, label_60)
#. +> trunk5
#: ekos/align/opsastrometryindexfiles.ui:828
#, kde-format
msgid "(723 K)"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, label_7)
#. +> trunk5
#: ekos/align/opsastrometryindexfiles.ui:847
#, kde-format
msgid "16' - 22'"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, label_64)
#. +> trunk5
#: ekos/align/opsastrometryindexfiles.ui:894
#, kde-format
msgid "(9.7 M)"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, label_13)
#. +> trunk5
#: ekos/align/opsastrometryindexfiles.ui:968
#, kde-format
msgid "120' - 170'"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, label_71)
#. +> trunk5
#: ekos/align/opsastrometryindexfiles.ui:1084
#, kde-format
msgid "Fields"
msgstr ""
#. i18n: ectx: property (text), widget (QCheckBox, index_4218)
#. +> trunk5
#: ekos/align/opsastrometryindexfiles.ui:1094
#, kde-format
msgid "index-4218.fits"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, label_51)
#. +> trunk5
#: ekos/align/opsastrometryindexfiles.ui:1101
#, kde-format
msgid "(1.2 G)"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, label_46)
#. +> trunk5
#: ekos/align/opsastrometryindexfiles.ui:1294
#, kde-format
msgid "(39 M)"
msgstr ""
#. i18n: ectx: property (text), widget (QCheckBox, index_4119)
#. +> trunk5
#: ekos/align/opsastrometryindexfiles.ui:1308
#, kde-format
msgid "index-4119.fits"
msgstr ""
#. i18n: ectx: property (text), widget (QCheckBox, index_4202)
#. +> trunk5
#: ekos/align/opsastrometryindexfiles.ui:1315
#, kde-format
msgid "index-4202-*.fits"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, label_22)
#. +> trunk5
#: ekos/align/opsastrometryindexfiles.ui:1322
#, kde-format
msgid "Tycho2 Catalog"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, label_65)
#. +> trunk5
#: ekos/align/opsastrometryindexfiles.ui:1332
#, kde-format
msgid "(24 M)"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, label_47)
#. +> trunk5
#: ekos/align/opsastrometryindexfiles.ui:1339
#, kde-format
msgid "(78 M)"
msgstr ""
#. i18n: ectx: property (text), widget (QCheckBox, index_4117)
#. +> trunk5
#: ekos/align/opsastrometryindexfiles.ui:1415
#, kde-format
msgid "index-4117.fits"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, label_5)
#. +> trunk5
#: ekos/align/opsastrometryindexfiles.ui:1427
#, kde-format
msgid "8' - 11'"
msgstr ""
#. i18n: ectx: property (text), widget (QCheckBox, index_4212)
#. +> trunk5
#: ekos/align/opsastrometryindexfiles.ui:1474
#, kde-format
msgid "index-4212.fits"
msgstr ""
#. i18n: ectx: property (text), widget (QCheckBox, index_4116)
#. +> trunk5
#: ekos/align/opsastrometryindexfiles.ui:1605
#, kde-format
msgid "index-4116.fits"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, label_62)
#. +> trunk5
#: ekos/align/opsastrometryindexfiles.ui:1612
#, kde-format
msgid "(2.6 M)"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, label_56)
#. +> trunk5
#: ekos/align/opsastrometryindexfiles.ui:1681
#, kde-format
msgid "(141 K)"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, label_70)
#. +> trunk5
#: ekos/align/opsastrometryindexfiles.ui:1688
#, kde-format
msgid "Narrow - Medium"
msgstr ""
#. i18n: ectx: property (text), widget (QCheckBox, index_4203)
#. +> trunk5
#: ekos/align/opsastrometryindexfiles.ui:1698
#, kde-format
msgid "index-4203-*.fits"
msgstr ""
#. i18n: ectx: property (text), widget (QCheckBox, index_4108)
#. +> trunk5
#: ekos/align/opsastrometryindexfiles.ui:1829
#, kde-format
msgid "index-4108.fits"
msgstr ""
#. i18n: ectx: property (text), widget (QCheckBox, index_4217)
#. +> trunk5
#: ekos/align/opsastrometryindexfiles.ui:1960
#, kde-format
msgid "index-4217.fits"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, label_20)
#. +> trunk5
#: ekos/align/opsastrometryindexfiles.ui:1967
#, kde-format
msgid "1400' - 2000'"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, label_14)
#. +> trunk5
#: ekos/align/opsastrometryindexfiles.ui:1974
#, kde-format
msgid "170' - 240'"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, label_50)
#. +> trunk5
#: ekos/align/opsastrometryindexfiles.ui:1981
#, kde-format
msgid "(624 M)"
msgstr ""
#. i18n: ectx: property (text), widget (QCheckBox, index_4214)
#. +> trunk5
#: ekos/align/opsastrometryindexfiles.ui:2050
#, kde-format
msgid "index-4214.fits"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, label_15)
#. +> trunk5
#: ekos/align/opsastrometryindexfiles.ui:2057
#, kde-format
msgid "240' - 340'"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, label_49)
#. +> trunk5
#: ekos/align/opsastrometryindexfiles.ui:2064
#, 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:2071
#: ekos/align/opsastrometryindexfiles.ui:3373
#, kde-format
msgid "(filesize)"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, label_16)
#. +> trunk5
#: ekos/align/opsastrometryindexfiles.ui:2081
#, kde-format
msgid "340' - 480'"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, label_57)
#. +> trunk5
#: ekos/align/opsastrometryindexfiles.ui:2150
#, kde-format
msgid "(183 K)"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, label_10)
#. +> trunk5
#: ekos/align/opsastrometryindexfiles.ui:2224
#, kde-format
msgid "42' - 60'"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, label_43)
#. +> trunk5
#: ekos/align/opsastrometryindexfiles.ui:2395
#, kde-format
msgid "(4 M)"
msgstr ""
#. i18n: ectx: property (text), widget (QCheckBox, index_4206)
#. +> trunk5
#: ekos/align/opsastrometryindexfiles.ui:2402
#, kde-format
msgid "index-4206-*.fits"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, label_54)
#. +> trunk5
#: ekos/align/opsastrometryindexfiles.ui:2409
#, kde-format
msgid "(8.8 G)"
msgstr ""
#. i18n: ectx: property (text), widget (QCheckBox, index_4109)
#. +> trunk5
#: ekos/align/opsastrometryindexfiles.ui:2416
#, kde-format
msgid "index-4109.fits"
msgstr ""
#. i18n: ectx: property (text), widget (QCheckBox, index_4113)
#. +> trunk5
#: ekos/align/opsastrometryindexfiles.ui:2423
#, kde-format
msgid "index-4113.fits"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, label_2)
#. +> trunk5
#: ekos/align/opsastrometryindexfiles.ui:2497
#, kde-format
msgid "2.8' - 4.0'"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, label_48)
#. +> trunk5
#: ekos/align/opsastrometryindexfiles.ui:2544
#, kde-format
msgid "(156 M)"
msgstr ""
#. i18n: ectx: property (text), widget (QCheckBox, index_4205)
#. +> trunk5
#: ekos/align/opsastrometryindexfiles.ui:2551
#, kde-format
msgid "index-4205-*.fits"
msgstr ""
#. i18n: ectx: property (text), widget (QCheckBox, index_4118)
#. +> trunk5
#: ekos/align/opsastrometryindexfiles.ui:2651
#, kde-format
msgid "index-4118.fits"
msgstr ""
#. i18n: ectx: property (text), widget (QCheckBox, index_4213)
#. +> trunk5
#: ekos/align/opsastrometryindexfiles.ui:2720
#, kde-format
msgid "index-4213.fits"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, label)
#. +> trunk5
#: ekos/align/opsastrometryindexfiles.ui:2732
#, kde-format
msgid "2.0' - 2.8'"
msgstr ""
#. i18n: ectx: property (text), widget (QCheckBox, index_4219)
#. +> trunk5
#: ekos/align/opsastrometryindexfiles.ui:2779
#, kde-format
msgid "index-4219.fits"
msgstr ""
#. i18n: ectx: property (text), widget (QCheckBox, index_4204)
#. +> trunk5
#: ekos/align/opsastrometryindexfiles.ui:2910
#, kde-format
msgid "index-4204-*.fits"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, label_21)
#. +> trunk5
#: ekos/align/opsastrometryindexfiles.ui:2948
#, kde-format
msgid "2Mass Catalog"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, label_69)
#. +> trunk5
#: ekos/align/opsastrometryindexfiles.ui:2958
#, kde-format
msgid "Diameters"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, label_6)
#. +> trunk5
#: ekos/align/opsastrometryindexfiles.ui:2970
#, kde-format
msgid "11' - 16'"
msgstr ""
#. i18n: ectx: property (text), widget (QCheckBox, index_4215)
#. +> trunk5
#: ekos/align/opsastrometryindexfiles.ui:3017
#, kde-format
msgid "index-4215.fits"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, label_55)
#. +> trunk5
#: ekos/align/opsastrometryindexfiles.ui:3210
#, kde-format
msgid "(13.6 G)"
msgstr ""
#. i18n: ectx: property (text), widget (QCheckBox, index_4200)
#. +> trunk5
#: ekos/align/opsastrometryindexfiles.ui:3217
#, kde-format
msgid "index-4200-*.fits"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, label_11)
#. +> trunk5
#: ekos/align/opsastrometryindexfiles.ui:3229
#, kde-format
msgid "60' - 85'"
msgstr ""
#. i18n: ectx: property (text), widget (QCheckBox, index_4110)
#. +> trunk5
#: ekos/align/opsastrometryindexfiles.ui:3276
#, kde-format
msgid "index-4110.fits"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, label_41)
#. +> trunk5
#: ekos/align/opsastrometryindexfiles.ui:3283
#, kde-format
msgid "(1 M)"
msgstr ""
#. i18n: ectx: property (text), widget (QCheckBox, index_4114)
#. +> trunk5
#: ekos/align/opsastrometryindexfiles.ui:3290
#, kde-format
msgid "index-4114.fits"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, label_68)
#. +> trunk5
#: ekos/align/opsastrometryindexfiles.ui:3366
#, kde-format
msgid "(157 M)"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, label_8)
#. +> trunk5
#: ekos/align/opsastrometryindexfiles.ui:3385
#, kde-format
msgid "22' - 30'"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, label_59)
#. +> trunk5
#: ekos/align/opsastrometryindexfiles.ui:3432
#, kde-format
msgid "(399 K)"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, label_40)
#. +> trunk5
#: ekos/align/opsastrometryindexfiles.ui:3439
#, kde-format
msgid "(582 K)"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, label_67)
#. +> trunk5
#: ekos/align/opsastrometryindexfiles.ui:3508
#, kde-format
msgid "(90 M)"
msgstr ""
#. i18n: ectx: property (text), widget (QCheckBox, index_4216)
#. +> trunk5
#: ekos/align/opsastrometryindexfiles.ui:3515
#, kde-format
msgid "index-4216.fits"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, label_9)
#. +> trunk5
#: ekos/align/opsastrometryindexfiles.ui:3589
#, kde-format
msgid "30' - 42'"
msgstr ""
#. i18n: ectx: property (text), widget (QCheckBox, index_4211)
#. +> trunk5
#: ekos/align/opsastrometryindexfiles.ui:3636
#, kde-format
msgid "index-4211.fits"
msgstr ""
#. i18n: ectx: property (text), widget (QCheckBox, index_4209)
#. +> trunk5
#: ekos/align/opsastrometryindexfiles.ui:3705
#, kde-format
msgid "index-4209.fits"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, label_39)
#. +> trunk5
#: ekos/align/opsastrometryindexfiles.ui:3712
#, kde-format
msgid "(332 K)"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, label_52)
#. +> trunk5
#: ekos/align/opsastrometryindexfiles.ui:3719
#, kde-format
msgid "(2.5 G)"
msgstr ""
#. i18n: ectx: property (text), widget (QCheckBox, index_4112)
#. +> trunk5
#: ekos/align/opsastrometryindexfiles.ui:3726
#, kde-format
msgid "index-4112.fits"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, label_44)
#. +> trunk5
#: ekos/align/opsastrometryindexfiles.ui:3733
#, kde-format
msgid "(7.6 M)"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, label_63)
#. +> trunk5
#: ekos/align/opsastrometryindexfiles.ui:3740
#, kde-format
msgid "(5.1 M)"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, label_66)
#. +> trunk5
#: ekos/align/opsastrometryindexfiles.ui:3747
#, kde-format
msgid "(47 M)"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, label_12)
#. +> trunk5
#: ekos/align/opsastrometryindexfiles.ui:3759
#, kde-format
msgid "85' - 120'"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, label_19)
#. +> trunk5
#: ekos/align/opsastrometryindexfiles.ui:3806
#, kde-format
msgid "1000' - 1400'"
msgstr ""
#. +> trunk5
#: ekos/align/remoteastrometryparser.cpp:50
#, kde-format
msgid "Cannot open file %1 for reading!"
msgstr ""
#. +> trunk5
#: ekos/align/remoteastrometryparser.cpp:60
#, kde-format
msgid "Failed to find solver properties."
msgstr ""
#. +> trunk5
#: ekos/align/remoteastrometryparser.cpp:83 indi/indielement.cpp:637
#, kde-format
msgid "Not enough memory for file %1"
msgstr ""
#. +> trunk5
#: ekos/align/remoteastrometryparser.cpp:103
#, kde-format
msgid "Starting remote solver..."
msgstr ""
#. +> trunk5
#: ekos/align/remoteastrometryparser.cpp:115
#, 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 ""
#. +> trunk5
#: ekos/auxiliary/darklibrary.cpp:272
#, kde-format
msgid "Does %1 have mechanical or electronic shutter?"
msgstr ""
#. +> trunk5
#: ekos/auxiliary/darklibrary.cpp:273 ekos/auxiliary/darklibrary.cpp:290
#, kde-format
msgid "Dark Exposure"
msgstr ""
#. +> trunk5
#: ekos/auxiliary/darklibrary.cpp:290
#, kde-format
msgid "Cover the telescope or camera in order to take a dark exposure."
msgstr ""
#. +> trunk5
#: ekos/auxiliary/darklibrary.cpp:294
#, kde-format
msgid "Dark frame capture cancelled."
msgstr ""
#. +> trunk5
#: ekos/auxiliary/darklibrary.cpp:313
#, kde-format
msgid "Capturing dark frame..."
msgstr ""
#. +> trunk5
#: ekos/auxiliary/darklibrary.cpp:336
#, kde-format
msgid "Dark frame received."
msgstr ""
#. +> trunk5
#: ekos/auxiliary/darklibrary.cpp:351
#, 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:96 ekos/capture/capture.ui:880
#: ekos/capture/capture.ui:1497 oal/equipmentwriter.ui:556
#, kde-format
msgid "Filter"
msgstr ""
#. +> trunk5
#: ekos/auxiliary/filtermanager.cpp:98
#, kde-format
msgid "Filter exposure time during focus"
msgstr ""
#. +> trunk5
#: ekos/auxiliary/filtermanager.cpp:99
#, kde-format
msgid "Exposure"
msgstr ""
#. +> trunk5
#: ekos/auxiliary/filtermanager.cpp:101
#, kde-format
msgid "Relative offset in steps"
msgstr ""
#. +> trunk5
#: ekos/auxiliary/filtermanager.cpp:102
#, kde-format
msgid "Offset"
msgstr ""
#. +> trunk5
#: ekos/auxiliary/filtermanager.cpp:104
#, kde-format
msgid "Start AutoFocus when filter is activated"
msgstr ""
#. +> trunk5
#: ekos/auxiliary/filtermanager.cpp:105
#, kde-format
msgid "AutoFocus"
msgstr ""
#. +> trunk5
#: ekos/auxiliary/filtermanager.cpp:107
#, kde-format
msgid "Lock specific filter when running AutoFocus"
msgstr ""
#. +> trunk5
#: ekos/auxiliary/filtermanager.cpp:108
#, kde-format
msgid "Lock Filter"
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:183
#: ekos/capture/capture.ui:94 ekos/focus/focus.ui:371 ekos/profileeditor.ui:523
#, 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 ""
#. 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:316
#, 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 (text), widget (QCheckBox, kcfg_INDICCDLogging)
#. +> trunk5
#: ekos/auxiliary/opslogs.ui:84
#, kde-format
msgid "CCD"
msgstr ""
#. i18n: ectx: property (toolTip), widget (QCheckBox, kcfg_GuideLogging)
#. +> trunk5
#: ekos/auxiliary/opslogs.ui:94 options/opsadvanced.ui:394
#, 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:97 ekos/ekosmanager.cpp:2008
#: ekos/ekosmanager.ui:1217 ekos/guide/guide.cpp:443 ekos/guide/guide.ui:147
#: ekos/scheduler/scheduler.ui:353 fitsviewer/fitsviewer.cpp:371
#: options/opsadvanced.ui:397
#, kde-format
msgid "Guide"
msgstr ""
#. i18n: ectx: property (text), widget (QCheckBox, kcfg_INDIAuxiliaryLogging)
#. +> trunk5
#: ekos/auxiliary/opslogs.ui:107
#, kde-format
msgid "Auxiliary"
msgstr ""
#. i18n: ectx: property (toolTip), widget (QRadioButton, kcfg_LogToFile)
#. +> trunk5
#: ekos/auxiliary/opslogs.ui:117 options/opsadvanced.ui:445
#, kde-format
msgid "Log output to log file"
msgstr ""
#. i18n: ectx: property (text), widget (QRadioButton, kcfg_LogToFile)
#. +> trunk5
#: ekos/auxiliary/opslogs.ui:120 options/opsadvanced.ui:448
#, kde-format
msgid "File"
msgstr ""
#. i18n: ectx: property (toolTip), widget (QCheckBox, kcfg_MountLogging)
#. +> trunk5
#: ekos/auxiliary/opslogs.ui:127 options/opsadvanced.ui:303
#, 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:130 ekos/auxiliary/opslogs.ui:213
#: ekos/ekosmanager.cpp:1930 options/opsadvanced.ui:306
#, kde-format
msgid "Mount"
msgstr ""
#. i18n: ectx: property (toolTip), widget (QLabel, label_6)
#. +> trunk5
#: ekos/auxiliary/opslogs.ui:140
#, 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:143 ekos/ekosmanager.ui:26 kstarsactions.cpp:1041
+#: ekos/auxiliary/opslogs.ui:143 ekos/ekosmanager.ui:26 kstarsactions.cpp:1049
#: kstarsinit.cpp:423
#, kde-format
msgid "Ekos"
msgstr ""
#. i18n: ectx: property (toolTip), widget (QRadioButton, kcfg_LogToDefault)
#. +> trunk5
#: ekos/auxiliary/opslogs.ui:150 options/opsadvanced.ui:429
#, 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:153 options/opsadvanced.ui:432
#, kde-format
msgid "Defaul&t"
msgstr ""
#. i18n: ectx: property (toolTip), widget (QCheckBox, kcfg_AlignmentLogging)
#. +> trunk5
#: ekos/auxiliary/opslogs.ui:163 options/opsadvanced.ui:355
#, kde-format
msgid "Log Ekos Alignment module activity"
msgstr ""
#. i18n: ectx: property (text), widget (QCheckBox, kcfg_AlignmentLogging)
#. +> trunk5
#: ekos/auxiliary/opslogs.ui:166 options/opsadvanced.ui:358
#, kde-format
msgid "Alignment"
msgstr ""
#. i18n: ectx: property (toolTip), widget (QRadioButton, kcfg_VerboseLogging)
#. +> trunk5
#: ekos/auxiliary/opslogs.ui:193 options/opsadvanced.ui:416
#, kde-format
msgid "Enable verbose debug output"
msgstr ""
#. i18n: ectx: property (text), widget (QRadioButton, kcfg_VerboseLogging)
#. +> trunk5
#: ekos/auxiliary/opslogs.ui:196 options/opsadvanced.ui:419
#, kde-format
msgid "&Verbose"
msgstr ""
#. i18n: ectx: property (toolTip), widget (QRadioButton, kcfg_RegularLogging)
#. +> trunk5
#: ekos/auxiliary/opslogs.ui:223 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:226 options/opsadvanced.ui:229
#, kde-format
msgid "Reg&ular"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, label_4)
#. +> trunk5
#: ekos/auxiliary/opslogs.ui:239 options/opsadvanced.ui:409
#, 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:246 ekos/scheduler/scheduler.ui:999
#, kde-format
msgid "Weather"
msgstr ""
#. i18n: ectx: property (toolTip), widget (QLabel, label_9)
#. +> trunk5
#: ekos/auxiliary/opslogs.ui:256
#, 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:259
#, 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:266 ekos/focus/focus.ui:42
#, kde-format
msgid "Focuser"
msgstr ""
#. i18n: ectx: property (toolTip), widget (QCheckBox, kcfg_INDILogging)
#. +> trunk5
#: ekos/auxiliary/opslogs.ui:276 options/opsadvanced.ui:368
#, kde-format
msgid "Log INDI devices activity"
msgstr ""
#. i18n: ectx: property (text), widget (QCheckBox, kcfg_INDILogging)
#. +> trunk5
-#: ekos/auxiliary/opslogs.ui:279 kstarsactions.cpp:1037
+#: ekos/auxiliary/opslogs.ui:279 kstarsactions.cpp:1045
#: options/opsadvanced.ui:371
#, kde-format
msgid "INDI"
msgstr ""
#. i18n: ectx: property (text), widget (QCheckBox, kcfg_INDIDomeLogging)
#. +> trunk5
#: ekos/auxiliary/opslogs.ui:289
#, kde-format
msgid "Dome"
msgstr ""
#. i18n: ectx: property (toolTip), widget (QRadioButton, kcfg_DisableLogging)
#. +> trunk5
#: ekos/auxiliary/opslogs.ui:299 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:302 options/opsadvanced.ui:258
#, kde-format
msgid "&Disable"
msgstr ""
#. i18n: ectx: property (text), widget (QCheckBox, kcfg_INDIDetectorLogging)
#. +> trunk5
#: ekos/auxiliary/opslogs.ui:315
#, kde-format
msgid "Detector"
msgstr ""
#. i18n: ectx: property (toolTip), widget (QCheckBox, kcfg_CaptureLogging)
#. +> trunk5
#: ekos/auxiliary/opslogs.ui:325 options/opsadvanced.ui:329
#, kde-format
msgid "Log Ekos Capture module activity"
msgstr ""
#. i18n: ectx: property (toolTip), widget (QCheckBox, kcfg_FocusLogging)
#. +> trunk5
#: ekos/auxiliary/opslogs.ui:338 options/opsadvanced.ui:316
#, 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:341 ekos/ekosmanager.cpp:1847
#: ekos/ekosmanager.ui:1020 ekos/scheduler/scheduler.ui:321
#: fitsviewer/fitsviewer.cpp:367 options/opsadvanced.ui:319
#, kde-format
msgid "Focus"
msgstr ""
#. i18n: ectx: property (toolTip), widget (QCheckBox, kcfg_SchedulerLogging)
#. +> trunk5
#: ekos/auxiliary/opslogs.ui:351 options/opsadvanced.ui:381
#, 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:354 ekos/ekosmanager.cpp:177 ekos/opsekos.ui:151
#: options/opsadvanced.ui:384
#, kde-format
msgid "Scheduler"
msgstr ""
#. i18n: ectx: property (toolTip), widget (QCheckBox, kcfg_FITSLogging)
#. +> trunk5
#: ekos/auxiliary/opslogs.ui:364 options/opsadvanced.ui:342
#, 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:367 ekos/capture/capture.cpp:625
#: ekos/capture/capture.cpp:635 ekos/capture/capture.ui:367
-#: kstarsactions.cpp:1031 options/opsadvanced.ui:345
+#: kstarsactions.cpp:1039 options/opsadvanced.ui:345
#, kde-format
msgid "FITS"
msgstr ""
#. i18n: ectx: property (toolTip), widget (QCheckBox, kcfg_showINDIMessages)
#. +> trunk5
#: ekos/auxiliary/opslogs.ui:382 indi/opsindi.ui:363
#, 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:385 ekos/auxiliary/opslogs.ui:388
#: indi/opsindi.ui:366 indi/opsindi.ui:369
#, 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:391 indi/opsindi.ui:372
#, kde-format
msgid "INDI messages in status &bar"
msgstr ""
#. i18n: ectx: property (text), widget (QPushButton, showLogsB)
#. +> trunk5
#: ekos/auxiliary/opslogs.ui:417
#, 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:1408
#, 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:1424
#, kde-format
msgid "Park Dome"
msgstr ""
#. +> trunk5
#: ekos/capture/capture.cpp:156 ekos/capture/capture.cpp:3216
#, kde-format
msgid "Add job to sequence queue"
msgstr ""
#. +> trunk5
#: ekos/capture/capture.cpp:157 ekos/capture/capture.cpp:3217
#, kde-format
msgid "Remove job from sequence queue"
msgstr ""
#. +> trunk5
#: ekos/capture/capture.cpp:277
#, kde-format
msgid "Sequence shall be paused after current exposure is complete."
msgstr ""
#. +> trunk5
#: ekos/capture/capture.cpp:281
#, kde-format
msgid "Resume Sequence"
msgstr ""
#. +> trunk5
#: ekos/capture/capture.cpp:290 ekos/capture/capture.cpp:404
#, kde-format
msgid "Stop Sequence"
msgstr ""
#. +> trunk5
#: ekos/capture/capture.cpp:296
#, kde-format
msgid "Sequence resumed."
msgstr ""
#. +> trunk5
#: ekos/capture/capture.cpp:316 ekos/capture/capture.cpp:1730
#, kde-format
msgid "Auto dark subtract is not supported in batch mode."
msgstr ""
#. +> trunk5
#: ekos/capture/capture.cpp:351
#, kde-format
msgid "No pending jobs found. Please add a job to the sequence queue."
msgstr ""
#. +> trunk5
#: ekos/capture/capture.cpp:358
#, 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:359 ekos/capture/capture.cpp:3110
#, kde-format
msgid "Reset job status"
msgstr ""
#. +> trunk5
#: ekos/capture/capture.cpp:424
#, kde-format
msgid "CCD capture failed with errors"
msgstr ""
#. i18n: ectx: property (toolTip), widget (QPushButton, startB)
#. +> trunk5
#: ekos/capture/capture.cpp:491 ekos/capture/capture.ui:1610
#, kde-format
msgid "Start Sequence"
msgstr ""
#. i18n: ectx: property (text), item, widget (QComboBox, transferFormatCombo)
#. +> trunk5
#: ekos/capture/capture.cpp:636 ekos/capture/capture.ui:372
#, kde-format
msgid "Native"
msgstr ""
#. +> trunk5
#: ekos/capture/capture.cpp:1034 ekos/capture/capture.cpp:1146
#: ekos/capture/capture.cpp:1229 ekos/capture/capture.cpp:1517
#, kde-format
msgid "Sequence paused."
msgstr ""
#. +> trunk5
#: ekos/capture/capture.cpp:1035 ekos/capture/capture.cpp:1147
#: ekos/capture/capture.cpp:1230 ekos/capture/capture.cpp:1518
#, kde-format
msgid "Paused..."
msgstr ""
#. +> trunk5
#: ekos/capture/capture.cpp:1041
#, kde-format
msgid "Waiting..."
msgstr ""
#. +> trunk5
#: ekos/capture/capture.cpp:1063
#, kde-format
msgid "Failed to save file to %1"
msgstr ""
#. +> trunk5
#: ekos/capture/capture.cpp:1124 fitsviewer/fitsdebayer.cpp:64
#, kde-format
msgid "Complete."
msgstr ""
#. +> trunk5
#: ekos/capture/capture.cpp:1126
#, kde-format
msgid "Captured image received"
msgstr ""
#. +> trunk5
#: ekos/capture/capture.cpp:1164
#, kde-format
msgid "Received image %1 out of %2."
msgstr ""
#. +> trunk5
#: ekos/capture/capture.cpp:1175
#, kde-format
msgid "Executing post capture script %1"
msgstr ""
#. +> trunk5
#: ekos/capture/capture.cpp:1210
#, kde-format
msgid "CCD capture sequence completed"
msgstr ""
#. +> trunk5
#: ekos/capture/capture.cpp:1307
#, kde-format
msgid "Dithering..."
msgstr ""
#. +> trunk5
#: ekos/capture/capture.cpp:1316 ekos/capture/capture.cpp:1537
#, kde-format
msgid "Scheduled refocus started..."
msgstr ""
#. +> trunk5
#: ekos/capture/capture.cpp:1318 ekos/capture/capture.cpp:1342
#: ekos/capture/capture.cpp:1528 ekos/capture/capture.cpp:1539
#, kde-format
msgid "Focusing..."
msgstr ""
#. +> trunk5
#: ekos/capture/capture.cpp:1373
#, kde-format
msgid "Cannot perform auto dark subtraction of native DSLR formats."
msgstr ""
#. +> trunk5
#: ekos/capture/capture.cpp:1398 ekos/capture/capture.cpp:1506
#, kde-format
msgid "Cannot capture while focus module is busy."
msgstr ""
#. +> trunk5
#: ekos/capture/capture.cpp:1435
#, kde-format
msgid "Cannot calculate ADU levels in non-FITS images."
msgstr ""
#. +> trunk5
#: ekos/capture/capture.cpp:1491
#, kde-format
msgid "Failed to set sub frame."
msgstr ""
#. +> trunk5
#: ekos/capture/capture.cpp:1496
#, kde-format
msgid "Failed to set binning."
msgstr ""
#. +> trunk5
#: ekos/capture/capture.cpp:1643
#, kde-format
msgid "Capture failed. Check INDI Control Panel for details."
msgstr ""
#. +> trunk5
#: ekos/capture/capture.cpp:1682
#, kde-format
msgid "Downloading..."
msgstr ""
#. +> trunk5
#: ekos/capture/capture.cpp:1688
#, kde-format
msgid "second left"
msgstr ""
#. +> trunk5
#: ekos/capture/capture.cpp:1690
#, kde-format
msgid "seconds left"
msgstr ""
#. +> trunk5
#: ekos/capture/capture.cpp:1736
#, kde-format
msgid "You must set remote directory for Local & Both modes."
msgstr ""
#. +> trunk5
#: ekos/capture/capture.cpp:1742
#, kde-format
msgid "You must set local directory for Client & Both modes."
msgstr ""
#. +> trunk5
#: ekos/capture/capture.cpp:1934
#, kde-format
msgid "Job #%1 changes applied."
msgstr ""
#. +> trunk5
#: ekos/capture/capture.cpp:2166
#, kde-format
msgid "Manual scheduled focusing is not supported. Run Autofocus process before trying again."
msgstr ""
#. +> trunk5
#: ekos/capture/capture.cpp:2178
#, kde-format
msgid "Manual focusing post filter change is not supported. Run Autofocus process before trying again."
msgstr ""
#. +> trunk5
#: ekos/capture/capture.cpp:2256
#, kde-format
msgid "Setting temperature to %1 C..."
msgstr ""
#. +> trunk5
#: ekos/capture/capture.cpp:2257
#, kde-format
msgid "Set %1 C..."
msgstr ""
#. +> trunk5
#: ekos/capture/capture.cpp:2261
#, kde-format
msgid "Setting rotation to %1 degrees E of N..."
msgstr ""
#. +> trunk5
#: ekos/capture/capture.cpp:2262
#, kde-format
msgid "Set Rotator %1..."
msgstr ""
#. +> trunk5
#: ekos/capture/capture.cpp:2321
#, kde-format
msgid "Warning: Calibration process was prematurely terminated."
msgstr ""
#. +> trunk5
#: ekos/capture/capture.cpp:2354
#, kde-format
msgid "Post meridian flip calibration completed successfully."
msgstr ""
#. +> trunk5
#: ekos/capture/capture.cpp:2381
#, kde-format
msgid "Guiding deviation %1 exceeded limit value of %2 arcsecs, aborting exposure."
msgstr ""
#. +> trunk5
#: ekos/capture/capture.cpp:2406
#, kde-format
msgid "Guiding deviation %1 is now lower than limit value of %2 arcsecs, resuming exposure."
msgstr ""
#. +> trunk5
#: ekos/capture/capture.cpp:2409
#, 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:2461 ekos/capture/capture.cpp:2479
#, kde-format
msgid "Focus complete."
msgstr ""
#. +> trunk5
#: ekos/capture/capture.cpp:2465 ekos/capture/capture.cpp:2484
#, kde-format
msgid "Autofocus failed. Aborting exposure..."
msgstr ""
#. +> trunk5
#: ekos/capture/capture.cpp:2539 ekos/scheduler/mosaic.cpp:214
#, kde-format
msgid "FITS Save Directory"
msgstr ""
#. +> trunk5
#: ekos/capture/capture.cpp:2549
#, kde-format
msgid "Open Ekos Sequence Queue"
msgstr ""
#. +> trunk5
#: ekos/capture/capture.cpp:2919
#, kde-format
msgid "Save Ekos Sequence Queue"
msgstr ""
#. +> trunk5
#: ekos/capture/capture.cpp:2949
#, kde-format
msgid "Failed to save sequence queue"
msgstr ""
#. +> trunk5
#: ekos/capture/capture.cpp:3102
#, kde-format
msgid "Sequence queue saved to %1"
msgstr ""
#. +> trunk5
#: ekos/capture/capture.cpp:3110
#, kde-format
msgid "Are you sure you want to reset status of all jobs?"
msgstr ""
#. +> trunk5
#: ekos/capture/capture.cpp:3199 ekos/scheduler/scheduler.cpp:729
#, kde-format
msgid "Editing job #%1..."
msgstr ""
#. +> trunk5
#: ekos/capture/capture.cpp:3202
#, kde-format
msgid "Apply job changes."
msgstr ""
#. +> trunk5
#: ekos/capture/capture.cpp:3203
#, kde-format
msgid "Cancel job changes."
msgstr ""
#. +> trunk5
#: ekos/capture/capture.cpp:3211
#, kde-format
msgid "Editing job canceled."
msgstr ""
#. +> trunk5
#: ekos/capture/capture.cpp:3524
#, kde-format
msgid "Telescope completed the meridian flip."
msgstr ""
#. +> trunk5
#: ekos/capture/capture.cpp:3527
#, kde-format
msgid "Meridian flip is successfully completed"
msgstr ""
#. +> trunk5
#: ekos/capture/capture.cpp:3531
#, kde-format
msgid "Performing post flip re-alignment..."
msgstr ""
#. +> trunk5
#: ekos/capture/capture.cpp:3532 ekos/capture/capture.cpp:3712
#, kde-format
msgid "Aligning..."
msgstr ""
#. +> trunk5
#: ekos/capture/capture.cpp:3564
#, kde-format
msgid "Performing post flip re-calibration and guiding..."
msgstr ""
#. +> trunk5
#: ekos/capture/capture.cpp:3565
#, kde-format
msgid "Calibrating..."
msgstr ""
#. +> trunk5
#: ekos/capture/capture.cpp:3584
#, kde-format
msgid "Failed to retrieve telescope coordinates. Unable to calculate telescope's hour angle."
msgstr ""
#. +> trunk5
#: ekos/capture/capture.cpp:3616
#, kde-format
msgid "Current hour angle %1 hours exceeds meridian flip limit of %2 hours. Auto meridian flip is initiated."
msgstr ""
#. +> trunk5
#: ekos/capture/capture.cpp:3620
#, kde-format
msgid "Meridian flip started"
msgstr ""
#. +> trunk5
#: ekos/capture/capture.cpp:3635
#, kde-format
msgid "Meridian Flip..."
msgstr ""
#. +> trunk5
#: ekos/capture/capture.cpp:3656
#, kde-format
msgid "Telescope meridian flip timed out. Please make sure your mount supports meridian flip."
msgstr ""
#. +> trunk5
#: ekos/capture/capture.cpp:3660
#, kde-format
msgid "Meridian flip failed"
msgstr ""
#. +> trunk5
#: ekos/capture/capture.cpp:3669
#, kde-format
msgid "Retrying meridian flip again..."
msgstr ""
#. +> trunk5
#: ekos/capture/capture.cpp:3678
#, kde-format
msgid "Guide module timed out."
msgstr ""
#. +> trunk5
#: ekos/capture/capture.cpp:3694
#, kde-format
msgid "Post flip re-alignment completed successfully."
msgstr ""
#. +> trunk5
#: ekos/capture/capture.cpp:3706
#, kde-format
msgid "Post-flip alignment failed."
msgstr ""
#. +> trunk5
#: ekos/capture/capture.cpp:3711
#, kde-format
msgid "Post-flip alignment failed. Retrying..."
msgstr ""
#. +> trunk5
#: ekos/capture/capture.cpp:3737
#, kde-format
msgid "Autoguiding stopped. Aborting..."
msgstr ""
#. +> trunk5
#: ekos/capture/capture.cpp:3755
#, kde-format
msgid "Post meridian flip calibration error. Aborting..."
msgstr ""
#. +> trunk5
#: ekos/capture/capture.cpp:3760
#, kde-format
msgid "Post meridian flip calibration error. Restarting..."
msgstr ""
#. +> trunk5
#: ekos/capture/capture.cpp:3767
#, kde-format
msgid "Dither complete."
msgstr ""
#. +> trunk5
#: ekos/capture/capture.cpp:3772
#, kde-format
msgid "Warning: Dithering failed. Resuming capture..."
msgstr ""
#. +> trunk5
#: ekos/capture/capture.cpp:4041
#, kde-format
msgid "Wall coordinates are invalid."
msgstr ""
#. +> trunk5
#: ekos/capture/capture.cpp:4087
#, kde-format
msgid "Unparking dust cap..."
msgstr ""
#. +> trunk5
#: ekos/capture/capture.cpp:4092
#, kde-format
msgid "Unparking dust cap failed, aborting..."
msgstr ""
#. +> trunk5
#: ekos/capture/capture.cpp:4106 ekos/capture/capture.cpp:4245
#, kde-format
msgid "Dust cap unparked."
msgstr ""
#. +> trunk5
#: ekos/capture/capture.cpp:4114
#, kde-format
msgid "Autoguiding resumed."
msgstr ""
#. +> trunk5
#: ekos/capture/capture.cpp:4124
#, kde-format
msgid "Autoguiding suspended."
msgstr ""
#. +> trunk5
#: ekos/capture/capture.cpp:4146 ekos/capture/capture.cpp:4196
#, kde-format
msgid "Parking dust cap..."
msgstr ""
#. +> trunk5
#: ekos/capture/capture.cpp:4151 ekos/capture/capture.cpp:4201
#, kde-format
msgid "Parking dust cap failed, aborting..."
msgstr ""
#. +> trunk5
#: ekos/capture/capture.cpp:4165 ekos/capture/capture.cpp:4215
#, kde-format
msgid "Dust cap parked."
msgstr ""
#. +> trunk5
#: ekos/capture/capture.cpp:4226
#, kde-format
msgid "UnParking dust cap..."
msgstr ""
#. +> trunk5
#: ekos/capture/capture.cpp:4231
#, kde-format
msgid "UnParking dust cap failed, aborting..."
msgstr ""
#. +> trunk5
#: ekos/capture/capture.cpp:4273
#, kde-format
msgid "Mount slewing to wall position..."
msgstr ""
#. +> trunk5
#: ekos/capture/capture.cpp:4284
#, kde-format
msgid "Slew to wall position complete."
msgstr ""
#. +> trunk5
#: ekos/capture/capture.cpp:4317
#, kde-format
msgid "Parking mount prior to calibration frames capture..."
msgstr ""
#. +> trunk5
#: ekos/capture/capture.cpp:4322
#, kde-format
msgid "Parking mount failed, aborting..."
msgstr ""
#. +> trunk5
#: ekos/capture/capture.cpp:4337 ekos/scheduler/scheduler.cpp:4089
#, kde-format
msgid "Mount parked."
msgstr ""
#. +> trunk5
#: ekos/capture/capture.cpp:4351 ekos/scheduler/scheduler.cpp:4175
#, kde-format
msgid "Parking dome..."
msgstr ""
#. +> trunk5
#: ekos/capture/capture.cpp:4356
#, kde-format
msgid "Parking dome failed, aborting..."
msgstr ""
#. +> trunk5
#: ekos/capture/capture.cpp:4371 ekos/scheduler/scheduler.cpp:4220
#, kde-format
msgid "Dome parked."
msgstr ""
#. +> trunk5
#: ekos/capture/capture.cpp:4410
#, kde-format
msgid "Current ADU %1 within target ADU tolerance range."
msgstr ""
#. +> trunk5
#: ekos/capture/capture.cpp:4443
#, kde-format
msgid "Unable to calculate optimal exposure settings, please capture the flats manually."
msgstr ""
#. +> trunk5
#: ekos/capture/capture.cpp:4453
#, kde-format
msgid "Current ADU is %1 Next exposure is %2 seconds."
msgstr ""
#. +> trunk5
#: ekos/capture/capture.cpp:4474
#, kde-format
msgid "An empty image is received, aborting..."
msgstr ""
#. +> trunk5
#: ekos/capture/capture.cpp:4486
#, kde-format
msgid "Remote image saved to %1"
msgstr ""
#. +> trunk5
#: ekos/capture/capture.cpp:4509
#, kde-format
msgid "Post capture script finished with code %1."
msgstr ""
#. +> trunk5
#: ekos/capture/capture.cpp:4522
#, kde-format
msgid "Resuming sequence..."
msgstr ""
#. +> trunk5
#: ekos/capture/capture.cpp:4561
#, kde-format
msgid "Filter Focus Offsets"
msgstr ""
#. +> trunk5
#: ekos/capture/capture.cpp:4580
#, kde-format
msgid "Set <em>relative</em> filter focus offset in steps."
msgstr ""
#. +> trunk5
#: ekos/capture/capture.cpp:4706
#, kde-format
msgid "Select Current Observer"
msgstr ""
#. +> trunk5
#: ekos/capture/capture.cpp:4708
#, kde-format
msgid "Current Observer:"
msgstr ""
#. i18n: ectx: property (windowTitle), widget (QWidget, ObserverAdd)
#. +> trunk5
#: ekos/capture/capture.cpp:4719 oal/execute.cpp:49 oal/observeradd.cpp:36
#: oal/observeradd.ui:26
#, kde-format
msgid "Manage Observers"
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:626
#, 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_4)
#. i18n: ectx: property (toolTip), widget (QLabel, textLabel1_2_6)
#. i18n: ectx: property (toolTip), widget (QLabel, FilterPosLabel)
#. +> trunk5
#: ekos/capture/capture.ui:298 ekos/capture/capture.ui:1008
#: ekos/capture/capture.ui:1088 ekos/capture/capture.ui:1101
#: 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:462
#, kde-format
msgid "Frame:"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, textLabel1_13)
#. i18n: ectx: property (text), widget (QLabel, l_26)
#. +> trunk5
#: ekos/capture/capture.ui:448 ekos/guide/opscalibration.ui:158
#, kde-format
msgid "X:"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, textLabel1_14)
#. i18n: ectx: property (text), widget (QLabel, l_27)
#. +> trunk5
#: ekos/capture/capture.ui:471 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:472
#: 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:440
#: ekos/guide/internalguide/rcalibration.cpp:47
#, 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 (text), widget (QPushButton, rotatorB)
#. +> trunk5
#: ekos/capture/capture.ui:632
#, kde-format
msgid "Rotator"
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)
#. +> trunk5
#: ekos/capture/capture.ui:759
#, 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:1303
#: ekos/scheduler/scheduler.ui:1473
#, 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 (toolTip), widget (QCheckBox, meridianCheck)
#. +> trunk5
#: ekos/capture/capture.ui:998
#, 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:1001
#, kde-format
msgid "Meridian Flip if HA >"
msgstr ""
#. i18n: ectx: property (toolTip), widget (QCheckBox, autofocusCheck)
#. +> trunk5
#: ekos/capture/capture.ui:1062
#, 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:1065
#, kde-format
msgid "Autofocus if HFR >"
msgstr ""
#. i18n: ectx: property (toolTip), widget (QCheckBox, guideDeviationCheck)
#. +> trunk5
#: ekos/capture/capture.ui:1075
#, kde-format
msgid "Abort sequence if guiding deviation exceed this value"
msgstr ""
#. i18n: ectx: property (text), widget (QCheckBox, guideDeviationCheck)
#. +> trunk5
#: ekos/capture/capture.ui:1078
#, kde-format
msgid "Guiding Deviation <"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, textLabel1_2_4)
#. +> trunk5
#: ekos/capture/capture.ui:1094
#, kde-format
msgid "\""
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, textLabel1_2_6)
#. +> trunk5
#: ekos/capture/capture.ui:1107
#: 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:1117
#, kde-format
msgid "Refocus every"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, textLabel_1_2_7)
#. +> trunk5
#: ekos/capture/capture.ui:1140
#: 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:1168
#, kde-format
msgid "Sequence Queue"
msgstr ""
#. i18n: ectx: property (toolTip), widget (QPushButton, resetB)
#. +> trunk5
#: ekos/capture/capture.ui:1336
#, kde-format
msgid "Reset status of all jobs"
msgstr ""
#. i18n: ectx: property (toolTip), widget (QPushButton, observerB)
#. +> trunk5
#: ekos/capture/capture.ui:1361
#, kde-format
msgid "Select Observer"
msgstr ""
#. i18n: ectx: property (text), widget (QTableWidget, queueTable)
#. i18n: ectx: property (text), widget (QTreeWidget, localTreeWidget)
#. i18n: ectx: property (text), widget (QTreeWidget, clientTreeWidget)
#. +> trunk5
#: ekos/capture/capture.ui:1492 ekos/scheduler/scheduler.ui:606
#: 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:1502 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:1507
#, kde-format
msgid "Bin"
msgstr ""
#. i18n: ectx: property (text), widget (QTableWidget, queueTable)
#. +> trunk5
#: ekos/capture/capture.ui:1512
#, kde-format
msgid "Exp"
msgstr ""
#. i18n: ectx: property (text), widget (QTableWidget, queueTable)
#. +> trunk5
#: ekos/capture/capture.ui:1517
#, kde-format
msgid "ISO"
msgstr ""
#. i18n: ectx: property (text), widget (QTableWidget, queueTable)
#. +> trunk5
#: ekos/capture/capture.ui:1522
#, kde-format
msgid "Count"
msgstr ""
#. i18n: ectx: property (text), widget (QPushButton, previewB)
#. +> trunk5
#: ekos/capture/capture.ui:1547 fitsviewer/fitsviewer.cpp:457
#: indi/indiccd.cpp:1426
#, kde-format
msgid "Preview"
msgstr ""
#. i18n: ectx: property (text), widget (QPushButton, liveVideoB)
#. +> trunk5
#: ekos/capture/capture.ui:1566
#, kde-format
msgid "Live Video"
msgstr ""
#. i18n: ectx: property (toolTip), widget (QPushButton, pauseB)
#. +> trunk5
#: ekos/capture/capture.ui:1647
#, kde-format
msgid "Pause Sequence"
msgstr ""
#. i18n: ectx: property (title), widget (QGroupBox, groupBox_2)
#. +> trunk5
#: ekos/capture/capture.ui:1672
#, kde-format
msgid "FITS Viewer"
msgstr ""
#. i18n: ectx: property (toolTip), widget (QCheckBox, darkSubCheck)
#. +> trunk5
#: ekos/capture/capture.ui:1699
#, kde-format
msgid "Perform automatic dark subtraction in preview mode"
msgstr ""
#. i18n: ectx: property (text), widget (QCheckBox, darkSubCheck)
#. +> trunk5
#: ekos/capture/capture.ui:1702
#, kde-format
msgid "Auto Dark "
msgstr ""
#. i18n: ectx: property (toolTip), widget (QLabel, label_8)
#. +> trunk5
#: ekos/capture/capture.ui:1717
#, 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:1720
#, kde-format
msgid "Effects:"
msgstr ""
#. i18n: ectx: property (title), widget (QGroupBox, progressGroup)
#. +> trunk5
#: ekos/capture/capture.ui:1747
#, kde-format
msgid "Progress"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, progressLabel_3)
#. +> trunk5
#: ekos/capture/capture.ui:1778
#, kde-format
msgid "Expose:"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, progressLabel_2)
#. +> trunk5
#: ekos/capture/capture.ui:1826
#, kde-format
msgid "Progress:"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, textLabel1_4_2_3)
#. +> trunk5
#: ekos/capture/capture.ui:1849
#, kde-format
msgid "of"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, completedLabel_2)
#. +> trunk5
#: ekos/capture/capture.ui:1875
#, 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:133
#: 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, eastControlCheck)
#. i18n: ectx: property (text), widget (QCheckBox, northControlCheck)
#. +> trunk5
#: ekos/capture/rotatorsettings.ui:313 ekos/guide/guide.ui:374
#: ekos/guide/guide.ui:401 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 ""
#. 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)
#. +> trunk5
#: ekos/capture/sequencejob.cpp:28 ekos/ekos.h:22 ekos/ekos.h:66
#: ekos/ekos.h:96 ekos/ekos.h:114 ekos/ekos.h:131 ekos/ekosmanager.cpp:369
#: ekos/ekosmanager.cpp:370 ekos/ekosmanager.cpp:371 ekos/ekosmanager.cpp:372
#: ekos/ekosmanager.ui:506 ekos/ekosmanager.ui:869 ekos/ekosmanager.ui:1062
#: ekos/ekosmanager.ui:1256 ekos/scheduler/schedulerjob.cpp:150
#: indi/inditelescope.cpp:1030
#, kde-format
msgid "Idle"
msgstr ""
#. +> trunk5
#: ekos/capture/sequencejob.cpp:28 ekos/ekos.h:66 ekos/ekos.h:97
#: ekos/ekos.h:115
#, kde-format
msgid "In Progress"
msgstr ""
#. +> trunk5
#: ekos/capture/sequencejob.cpp:28 ekos/ekos.h:23 ekos/ekos.h:67
#: ekos/ekos.h:97 ekos/ekos.h:115 ekos/scheduler/schedulerjob.cpp:174
#, kde-format
msgid "Aborted"
msgstr ""
#. +> trunk5
#: ekos/capture/sequencejob.cpp:29 ekos/ekos.h:70 ekos/ekos.h:96
#: ekos/ekos.h:114 ekos/scheduler/schedulerjob.cpp:170
#, 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:66 ekos/scheduler/schedulerjob.cpp:276
#, 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:69
#, 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: ectx: property (windowTitle), widget (QWidget, guiderClass)
#. +> trunk5
#: ekos/ekos.h:34 ekos/guide/internalguide/guider.ui:32
#: ekos/scheduler/schedulerjob.cpp:272
#, kde-format
msgid "Guiding"
msgstr ""
#. +> trunk5
#: ekos/ekos.h:35
#, kde-format
msgid "Suspended"
msgstr ""
#. +> trunk5
#: ekos/ekos.h:36 ekos/ekos.h:67
#, kde-format
msgid "Dithering"
msgstr ""
#. +> trunk5
#: ekos/ekos.h:37
#, kde-format
msgid "Dithering error"
msgstr ""
#. +> trunk5
#: ekos/ekos.h:38
#, kde-format
msgid "Dithering successful"
msgstr ""
#. +> trunk5
#: ekos/ekos.h:39
#, kde-format
msgid "Settling"
msgstr ""
#. +> trunk5
#: ekos/ekos.h:66
#, kde-format
msgid "Paused"
msgstr ""
#. +> trunk5
#: ekos/ekos.h:67
#, kde-format
msgid "Waiting"
msgstr ""
#. +> trunk5
#: ekos/ekos.h:67
#, kde-format
msgid "Image Received"
msgstr ""
#. +> trunk5
#: ekos/ekos.h:68 ekos/scheduler/schedulerjob.cpp:244
#, kde-format
msgid "Focusing"
msgstr ""
#. +> trunk5
#: ekos/ekos.h:68
#, kde-format
msgid "Filter Focus"
msgstr ""
#. +> trunk5
#: ekos/ekos.h:68 ekos/ekos.h:98 ekos/ekos.h:131
#, kde-format
msgid "Changing Filter"
msgstr ""
#. +> trunk5
#: ekos/ekos.h:68
#, kde-format
msgid "Setting Temperature"
msgstr ""
#. +> trunk5
#: ekos/ekos.h:69
#, kde-format
msgid "Setting Rotator"
msgstr ""
#. +> trunk5
#: ekos/ekos.h:69 ekos/scheduler/schedulerjob.cpp:252
#, kde-format
msgid "Aligning"
msgstr ""
#. +> trunk5
#: ekos/ekos.h:69
#, kde-format
msgid "Meridian Flip"
msgstr ""
#. +> trunk5
#: ekos/ekos.h:96 ekos/ekos.h:114
#, kde-format
msgid "Failed"
msgstr ""
#. +> trunk5
#: ekos/ekos.h:97
#, kde-format
msgid "User Input"
msgstr ""
#. i18n: ectx: property (text), widget (QPushButton, startLoopB)
#. +> trunk5
#: ekos/ekos.h:98 ekos/focus/focus.ui:150
#, kde-format
msgid "Framing"
msgstr ""
#. +> trunk5
#: ekos/ekos.h:115
#, kde-format
msgid "Syncing"
msgstr ""
#. +> trunk5
#: ekos/ekos.h:116 ekos/scheduler/schedulerjob.cpp:235
#: indi/inditelescope.cpp:1042
#, kde-format
msgid "Slewing"
msgstr ""
#. +> trunk5
#: ekos/ekos.h:131
#, kde-format
msgid "Focus Offset"
msgstr ""
#. i18n: ectx: property (text), widget (QPushButton, startFocusB)
#. +> trunk5
#: ekos/ekos.h:132 ekos/focus/focus.ui:140
#, kde-format
msgid "Auto Focus"
msgstr ""
#. +> trunk5
#: ekos/ekosmanager.cpp:111
#, kde-format
msgid "Logging"
msgstr ""
#. i18n: ectx: property (title), widget (QGroupBox, setupGroup)
#. +> trunk5
#: ekos/ekosmanager.cpp:172 ekos/guide/internalguide/guider.ui:184
#, kde-format
msgid "Setup"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, sequenceLabel)
#. +> trunk5
#: ekos/ekosmanager.cpp:363 ekos/ekosmanager.ui:640
#, kde-format
msgid "Sequence"
msgstr ""
#. i18n: ectx: property (text), widget (QPushButton, processINDIB)
#. +> trunk5
#: ekos/ekosmanager.cpp:383 ekos/ekosmanager.ui:303
#, kde-format
msgid "Start INDI"
msgstr ""
#. +> trunk5
#: ekos/ekosmanager.cpp:518 ekos/ekosmanager.cpp:542
#, kde-format
msgid "Ekos requires at least one CCD or Guider to operate."
msgstr ""
#. +> trunk5
#: ekos/ekosmanager.cpp:577
#, 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:578
#, kde-format
msgid "PTP Camera"
msgstr ""
#. +> trunk5
#: ekos/ekosmanager.cpp:595
#, 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:597
#, kde-format
msgid "INDI Server"
msgstr ""
#. +> trunk5
#: ekos/ekosmanager.cpp:608
#, kde-format
msgid "Starting INDI services..."
msgstr ""
#. +> trunk5
#: ekos/ekosmanager.cpp:625
#, kde-format
msgid "INDI services started on port %1."
msgstr ""
#. +> trunk5
#: ekos/ekosmanager.cpp:628
#, kde-format
msgid "INDI services started on port %1. Please connect devices."
msgstr ""
#. +> trunk5
#: ekos/ekosmanager.cpp:637
#, kde-format
msgid "Establishing communication with remote INDI Web Manager..."
msgstr ""
#. +> trunk5
#: ekos/ekosmanager.cpp:647
#, kde-format
msgid "Failed to start profile on remote INDI Web Manager."
msgstr ""
#. +> trunk5
#: ekos/ekosmanager.cpp:651
#, kde-format
msgid "Starting profile on remote INDI Web Manager..."
msgstr ""
#. +> trunk5
#: ekos/ekosmanager.cpp:656
#, kde-format
msgid "Warning: INDI Web Manager is not online."
msgstr ""
#. +> trunk5
#: ekos/ekosmanager.cpp:660
#, kde-format
msgid "Connecting to remote INDI server at %1 on port %2 ..."
msgstr ""
#. +> trunk5
#: ekos/ekosmanager.cpp:667
#, kde-format
msgid "Failed to connect to remote INDI server!"
msgstr ""
#. +> trunk5
#: ekos/ekosmanager.cpp:683
#, kde-format
msgid "INDI services started. Connection to remote INDI server is successful. Waiting for devices..."
msgstr ""
#. +> trunk5
#: ekos/ekosmanager.cpp:695
#, kde-format
msgid "Stop INDI"
msgstr ""
#. +> trunk5
#: ekos/ekosmanager.cpp:724
#, kde-format
msgid ""
"Unable to establish:\n"
"%1\n"
"Please ensure the device is connected and powered on."
msgstr ""
#. +> trunk5
#: ekos/ekosmanager.cpp:726 ekos/ekosmanager.cpp:733 ekos/ekosmanager.cpp:762
#: ekos/ekosmanager.cpp:769
#, kde-format
msgid "Ekos startup error"
msgstr ""
#. +> trunk5
#: ekos/ekosmanager.cpp:730
#, 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:759
#, 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:766
#, 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:803
#, kde-format
msgid "Connecting INDI devices..."
msgstr ""
#. +> trunk5
#: ekos/ekosmanager.cpp:814
#, kde-format
msgid "Disconnecting INDI devices..."
msgstr ""
#. +> trunk5
#: ekos/ekosmanager.cpp:858
#, kde-format
msgid "INDI services stopped."
msgstr ""
#. +> trunk5
#: ekos/ekosmanager.cpp:896
#, kde-format
msgid "Remote devices established."
msgstr ""
#. +> trunk5
#: ekos/ekosmanager.cpp:898
#, kde-format
msgid "Remote devices established. Please connect devices."
msgstr ""
#. +> trunk5
#: ekos/ekosmanager.cpp:1003
#, kde-format
msgid "%1 is disconnected."
msgstr ""
#. +> trunk5
#: ekos/ekosmanager.cpp:1044 ekos/ekosmanager.cpp:1134
#: ekos/ekosmanager.cpp:1207 ekos/ekosmanager.cpp:1218
#: ekos/ekosmanager.cpp:1229 indi/indistd.cpp:436
#, kde-format
msgid "%1 is online."
msgstr ""
#. +> trunk5
#: ekos/ekosmanager.cpp:1151
#, kde-format
msgid "%1 filter is online."
msgstr ""
#. +> trunk5
#: ekos/ekosmanager.cpp:1187
#, kde-format
msgid "%1 focuser is online."
msgstr ""
#. +> trunk5
#: ekos/ekosmanager.cpp:1269
#, kde-format
msgid "%1 is offline."
msgstr ""
#. +> trunk5
#: ekos/ekosmanager.cpp:1690
#, kde-format
msgctxt "Charge-Coupled Device"
msgid "CCD"
msgstr ""
#. i18n: ectx: property (text), widget (QCheckBox, alignStepCheck)
#. +> trunk5
#: ekos/ekosmanager.cpp:1790 ekos/scheduler/scheduler.ui:337
#: fitsviewer/fitsviewer.cpp:375
#, kde-format
msgid "Align"
msgstr ""
#. +> trunk5
#: ekos/ekosmanager.cpp:2103
#, kde-format
msgid "Guider port from %1 is ready."
msgstr ""
#. +> trunk5
#: ekos/ekosmanager.cpp:2229
#, kde-format
msgid "Are you sure you want to delete the profile?"
msgstr ""
#. +> trunk5
#: ekos/ekosmanager.cpp:2230
#, kde-format
msgid "Confirm Delete"
msgstr ""
#. +> trunk5
#: ekos/ekosmanager.cpp:2290
#, kde-format
msgid "Site location updated to %1."
msgstr ""
#. +> trunk5
#: ekos/ekosmanager.cpp:2292
#, kde-format
msgid "Failed to update site location to %1. City not found."
msgstr ""
#. +> trunk5
#: ekos/ekosmanager.cpp:2623
#, kde-format
msgid "Enabling debug logging for %1..."
msgstr ""
#. +> trunk5
#: ekos/ekosmanager.cpp:2631
#, kde-format
msgid "Disabling debug logging for %1..."
msgstr ""
#. +> trunk5
#: ekos/ekosmanager.cpp:2657
#, kde-format
msgid "Re-enabling debug logging for %1..."
msgstr ""
#. +> trunk5
#: ekos/ekosmanager.cpp:2668
#, 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 kstarslite/qml/indi/INDIControlPanel.qml:166
#, kde-format, kde-kuit-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:183
#, kde-format
msgid "Edit profile"
msgstr ""
#. i18n: ectx: property (toolTip), widget (QPushButton, deleteProfileB)
#. +> trunk5
#: ekos/ekosmanager.ui:214
#, kde-format
msgid "Remove profile"
msgstr ""
#. i18n: ectx: property (toolTip), widget (QPushButton, wizardProfileB)
#. +> trunk5
#: ekos/ekosmanager.ui:239
#, kde-format
msgid "Launch Ekos Profile Wizard"
msgstr ""
#. i18n: ectx: property (title), widget (QGroupBox, groupBox_2)
#. +> trunk5
#: ekos/ekosmanager.ui:268
#, kde-format
msgid "2. Start && Stop INDI"
msgstr ""
#. i18n: ectx: property (toolTip), widget (QPushButton, controlPanelB)
#. +> trunk5
#: ekos/ekosmanager.ui:332 indi/guimanager.cpp:61
#, kde-format
msgid "INDI Control Panel"
msgstr ""
#. i18n: ectx: property (toolTip), widget (QPushButton, optionsB)
#. +> trunk5
#: ekos/ekosmanager.ui:351
#, kde-format
msgid "Ekos Options"
msgstr ""
#. i18n: ectx: property (title), widget (QGroupBox, groupBox_3)
#. +> trunk5
#: ekos/ekosmanager.ui:366
#, kde-format
msgid "3. Connect && Disconnect Devices"
msgstr ""
#. i18n: ectx: property (text), widget (QPushButton, connectB)
#. i18n: ectx: property (text), widget (QPushButton, externalConnectB)
#. i18n: ectx: property (text), widget (QPushButton, connectHostB)
#. +> trunk5
#: ekos/ekosmanager.ui:401 ekos/guide/guide.ui:337 indi/drivermanager.ui:361
#: kstarslite/qml/indi/INDIControlPanel.qml:218
#, kde-format, kde-kuit-format
msgid "Connect"
msgstr ""
#. i18n: ectx: property (text), widget (QPushButton, disconnectB)
#. i18n: ectx: property (text), widget (QPushButton, externalDisconnectB)
#. i18n: ectx: property (text), widget (QPushButton, disconnectHostB)
#. +> trunk5
#: ekos/ekosmanager.ui:417 ekos/guide/guide.ui:196 indi/drivermanager.ui:368
#: kstarslite/qml/indi/INDIControlPanel.qml:218
#, kde-format, kde-kuit-format
msgid "Disconnect"
msgstr ""
#. i18n: ectx: property (title), widget (QGroupBox, summaryGroup)
#. +> trunk5
#: ekos/ekosmanager.ui:446
#, 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:496 ekos/ekosmanager.ui:856 ekos/ekosmanager.ui:1052
#: ekos/ekosmanager.ui:1246 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:623 ekos/ekosmanager.ui:706 ekos/ekosmanager.ui:802
#, kde-format
msgid "--:--:--"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, overallLabel)
#. +> trunk5
#: ekos/ekosmanager.ui:723
#, kde-format
msgid "Overall"
msgstr ""
#. i18n: ectx: property (title), widget (QGroupBox, mountGroup)
#. +> trunk5
#: ekos/ekosmanager.ui:827
#, 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:895 ekos/scheduler/scheduler.ui:61
#, kde-format
msgid "Target:"
msgstr ""
#. i18n: ectx: property (toolTip), widget (QLabel, label_6)
#. +> trunk5
#: ekos/ekosmanager.ui:959 ekos/mount/mount.ui:274
#: 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:962
#, kde-format
msgid "AZ:"
msgstr ""
#. i18n: ectx: property (toolTip), widget (QLabel, label_8)
#. +> trunk5
#: ekos/ekosmanager.ui:976 ekos/mount/mount.ui:291
#: 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:979
#, 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:1082 ekos/focus/focus.ui:876
#, kde-format
msgid "HFR:"
msgstr ""
#. i18n: ectx: property (toolTip), widget (QLabel, focusProfileImage)
#. +> trunk5
#: ekos/ekosmanager.ui:1145
#, kde-format
msgid "Focus Profile"
msgstr ""
#. i18n: ectx: property (toolTip), widget (QLabel, focusStarImage)
#. +> trunk5
#: ekos/ekosmanager.ui:1183
#, kde-format
msgid "Focus Star"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, label_11)
#. +> trunk5
#: ekos/ekosmanager.ui:1279
#, kde-format
msgid " σRA:"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, label_14)
#. +> trunk5
#: ekos/ekosmanager.ui:1311
#, kde-format
msgid "σDEC:"
msgstr ""
#. i18n: ectx: property (toolTip), widget (QLabel, guideProfileImage)
#. +> trunk5
#: ekos/ekosmanager.ui:1356
#, kde-format
msgid "Guide Profile"
msgstr ""
#. i18n: ectx: property (toolTip), widget (QLabel, guideStarImage)
#. +> trunk5
#: ekos/ekosmanager.ui:1391
#, kde-format
msgid "Guide Star"
msgstr ""
#. i18n: ectx: property (toolTip), widget (QPushButton, ekosOptionsB)
#. +> trunk5
#: ekos/ekosmanager.ui:1475
#, kde-format
msgid "Advanced Ekos Options"
msgstr ""
#. i18n: ectx: property (text), widget (QPushButton, ekosOptionsB)
#. +> trunk5
#: ekos/ekosmanager.ui:1478
#, 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:1485 indi/guimanager.cpp:64 tools/conjunctions.ui:205
#: tools/modcalcgeod.ui:160
#, kde-format
msgid "Clear"
msgstr ""
#. +> trunk5
#: ekos/focus/focus.cpp:137
#, kde-format
msgid "Relative Profile"
msgstr ""
#. +> trunk5
#: ekos/focus/focus.cpp:200
#, kde-format
msgid "HFR"
msgstr ""
#. +> trunk5
#: ekos/focus/focus.cpp:638 ekos/focus/focus.cpp:810 ekos/focus/focus.cpp:2160
#, kde-format
msgid "No CCD connected."
msgstr ""
#. +> trunk5
#: ekos/focus/focus.cpp:660
#, kde-format
msgid "Setting dummy central position to 50000"
msgstr ""
#. +> trunk5
#: ekos/focus/focus.cpp:673
#, kde-format
msgid "Starting pulse step is too low. Increase the step size to %1 or higher..."
msgstr ""
#. +> trunk5
#: ekos/focus/focus.cpp:716
#, kde-format
msgid "Autofocus in progress..."
msgstr ""
#. +> trunk5
#: ekos/focus/focus.cpp:718
#, kde-format
msgid "Please wait until image capture is complete..."
msgstr ""
#. +> trunk5
#: ekos/focus/focus.cpp:731
#, kde-format
msgid "Autofocus operation started"
msgstr ""
#. +> trunk5
#: ekos/focus/focus.cpp:928 ekos/focus/focus.cpp:967 ekos/focus/focus.cpp:2532
#, kde-format
msgid "Error: Lost connection to Focuser."
msgstr ""
#. +> trunk5
#: ekos/focus/focus.cpp:944 ekos/focus/focus.cpp:949
#, kde-format
msgid "Focusing inward..."
msgstr ""
#. +> trunk5
#: ekos/focus/focus.cpp:954
#, kde-format
msgid "Focusing inward by %1 ms..."
msgstr ""
#. +> trunk5
#: ekos/focus/focus.cpp:983 ekos/focus/focus.cpp:988
#, kde-format
msgid "Focusing outward..."
msgstr ""
#. +> trunk5
#: ekos/focus/focus.cpp:993
#, kde-format
msgid "Focusing outward by %1 ms..."
msgstr ""
#. +> trunk5
#: ekos/focus/focus.cpp:1175
#, kde-format
msgid "FITS received. No stars detected."
msgstr ""
#. +> trunk5
#: ekos/focus/focus.cpp:1185 ekos/focus/focus.cpp:1668
#: ekos/focus/focus.cpp:1855 ekos/focus/focus.cpp:1949
#, kde-format
msgid "Autofocus complete after %1 iterations."
msgstr ""
#. +> trunk5
#: ekos/focus/focus.cpp:1258
#, kde-format
msgid "No reliable star is detected. Aborting..."
msgstr ""
#. +> trunk5
#: ekos/focus/focus.cpp:1294
#, kde-format
msgid "Failed to automatically select a star. Please select a star manually."
msgstr ""
#. +> trunk5
#: ekos/focus/focus.cpp:1387
#, kde-format
msgid "Capture complete. Select a star to focus."
msgstr ""
#. +> trunk5
#: ekos/focus/focus.cpp:1418 ekos/focus/focus.cpp:1590
#: ekos/focus/focus.cpp:1927
#, kde-format
msgid "No stars detected, capturing again..."
msgstr ""
#. +> trunk5
#: ekos/focus/focus.cpp:1573
#, kde-format
msgid "FITS received. HFR %1 @ %2. Delta (%3%)"
msgstr ""
#. +> trunk5
#: ekos/focus/focus.cpp:1575
#, kde-format
msgid "FITS received. HFR %1 @ %2."
msgstr ""
#. +> trunk5
#: ekos/focus/focus.cpp:1579
#, kde-format
msgid "Autofocus failed to reach proper focus. Try increasing tolerance value."
msgstr ""
#. +> trunk5
#: ekos/focus/focus.cpp:1602
#, kde-format
msgid "Failed to detect any stars. Reset frame and try again."
msgstr ""
#. +> trunk5
#: ekos/focus/focus.cpp:1656
#, kde-format
msgid "Change in HFR is too small. Try increasing the step size or decreasing the tolerance."
msgstr ""
#. +> trunk5
#: ekos/focus/focus.cpp:1662
#, kde-format
msgid "Failed to detect focus star in frame. Capture and select a focus star."
msgstr ""
#. +> trunk5
#: ekos/focus/focus.cpp:1815
#, kde-format
msgid "Found polynomial solution @ %1"
msgstr ""
#. +> trunk5
#: ekos/focus/focus.cpp:1865
#, kde-format
msgid "Deadlock reached. Please try again with different settings."
msgstr ""
#. +> trunk5
#: ekos/focus/focus.cpp:1912
#, kde-format
msgid "FITS received. HFR %1. Delta (%2%) Min HFR (%3)"
msgstr ""
#. +> trunk5
#: ekos/focus/focus.cpp:1916
#, kde-format
msgid "Autofocus failed to reach proper focus. Try adjusting the tolerance value."
msgstr ""
#. +> trunk5
#: ekos/focus/focus.cpp:2052 ekos/focus/focus.cpp:2093
#: ekos/focus/focus.cpp:2120
#, kde-format
msgid "Restarting autofocus process..."
msgstr ""
#. +> trunk5
#: ekos/focus/focus.cpp:2063 ekos/focus/focus.cpp:2103
#: ekos/focus/focus.cpp:2130
#, kde-format
msgid "Focuser error, check INDI panel."
msgstr ""
#. +> trunk5
#: ekos/focus/focus.cpp:2178
#, kde-format
msgid "Starting continuous exposure..."
msgstr ""
#. +> trunk5
#: ekos/focus/focus.cpp:2366
#, kde-format
msgid "Focus star is selected."
msgstr ""
#. +> trunk5
#: ekos/focus/focus.cpp:2375
#, kde-format
msgid "Disabling Auto Star Selection as star selection box was moved manually."
msgstr ""
#. +> trunk5
#: ekos/focus/focus.cpp:2407
#, kde-format
msgid "Warning: Only use filters for preview as they may interface with autofocus operation."
msgstr ""
#. +> trunk5
#: ekos/focus/focus.cpp:2464
#, kde-format
msgid "Autofocus failed, moving back to initial focus position %1."
msgstr ""
#. +> trunk5
#: ekos/focus/focus.cpp:2480
#, kde-format
msgid "Autofocus operation completed successfully"
msgstr ""
#. +> trunk5
#: ekos/focus/focus.cpp:2485
#, kde-format
msgid "Autofocus operation failed with errors"
msgstr ""
#. +> trunk5
#: ekos/focus/focus.cpp:2508
#, kde-format
msgid "No star was selected. Using last known position..."
msgstr ""
#. +> trunk5
#: ekos/focus/focus.cpp:2512
#, kde-format
msgid "No star was selected. Aborting..."
msgstr ""
#. +> trunk5
#: ekos/focus/focus.cpp:2647
#, 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:423
#, 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)
#. i18n: ectx: property (text), widget (QLabel, label_4)
#. +> trunk5
#: ekos/focus/focus.ui:167 ekos/guide/opsguide.ui:164
#, 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:1608
+#: ekos/focus/focus.ui:174 kstars.kcfg:1612
#, 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:213
#, kde-format
msgid "Exposure time in seconds"
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:443 ekos/guide/guide.ui:203
#, 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:446
#, kde-format
msgid "Effect:"
msgstr ""
#. i18n: ectx: property (toolTip), widget (QPushButton, resetFrameB)
#. +> trunk5
#: ekos/focus/focus.ui:469
#, 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:482 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:508
#, 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:511
#, kde-format
msgid "Sub Frame"
msgstr ""
#. i18n: ectx: property (text), widget (QCheckBox, darkFrameCheck)
#. +> trunk5
#: ekos/focus/focus.ui:524
#, kde-format
msgid "Dark Frame"
msgstr ""
#. i18n: ectx: property (toolTip), widget (QCheckBox, useAutoStar)
#. +> trunk5
#: ekos/focus/focus.ui:531
#, 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:534
#, kde-format
msgid "Auto Select Star"
msgstr ""
#. i18n: ectx: property (toolTip), widget (QCheckBox, suspendGuideCheck)
#. +> trunk5
#: ekos/focus/focus.ui:541
#, kde-format
msgid "Suspend Guiding while autofocus in progress"
msgstr ""
#. i18n: ectx: property (text), widget (QCheckBox, suspendGuideCheck)
#. +> trunk5
#: ekos/focus/focus.ui:544
#, kde-format
msgid "Suspend Guiding"
msgstr ""
#. i18n: ectx: property (toolTip), widget (QCheckBox, useFullField)
#. +> trunk5
#: ekos/focus/focus.ui:551
#, 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:554
#, kde-format
msgid "Full Field"
msgstr ""
#. i18n: ectx: property (toolTip), widget (QLabel, label_12)
#. +> trunk5
#: ekos/focus/focus.ui:588
#, 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:591
#, kde-format
msgid "Max Travel:"
msgstr ""
#. i18n: ectx: property (toolTip), widget (QLabel, label_19)
#. +> trunk5
#: ekos/focus/focus.ui:614
#, 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:617
#, kde-format, no-c-format
msgid "Threshold (%):"
msgstr ""
#. i18n: ectx: property (toolTip), widget (QLabel, label)
#. +> trunk5
#: ekos/focus/focus.ui:624
#, 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:630
#, kde-format
msgid "Step:"
msgstr ""
#. i18n: ectx: property (whatsThis), widget (QLabel, label_10)
#. +> trunk5
#: ekos/focus/focus.ui:656
#, kde-format
msgid "Delay between two consequent focus images"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, label_10)
#. +> trunk5
#: ekos/focus/focus.ui:659
#, kde-format
msgid "Box Size:"
msgstr ""
#. i18n: ectx: property (toolTip), widget (QLabel, label_4)
#. +> trunk5
#: ekos/focus/focus.ui:666
#, 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:669
#, 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:708 ekos/focus/focus.ui:718
#, kde-format
msgid "Number of frames to average"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, label_3)
#. +> trunk5
#: ekos/focus/focus.ui:711
#, kde-format
msgid "Frames:"
msgstr ""
#. i18n: ectx: property (text), item, widget (QComboBox, focusDetectionCombo)
#. +> trunk5
#: ekos/focus/focus.ui:729
#, kde-format
msgid "Gradient"
msgstr ""
#. i18n: ectx: property (text), item, widget (QComboBox, focusDetectionCombo)
#. +> trunk5
#: ekos/focus/focus.ui:734
#, 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:739 ekos/guide/opsguide.ui:74
#, kde-format
msgid "Threshold"
msgstr ""
#. i18n: ectx: property (toolTip), widget (QLabel, label_21)
#. +> trunk5
#: ekos/focus/focus.ui:752
#, 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:755
#, kde-format
msgid "Algorithm:"
msgstr ""
#. i18n: ectx: property (toolTip), widget (QLabel, label_5)
#. +> trunk5
#: ekos/focus/focus.ui:762
#, 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:765
#, kde-format
msgid "Detection:"
msgstr ""
#. i18n: ectx: property (text), item, widget (QComboBox, focusAlgorithmCombo)
#. +> trunk5
#: ekos/focus/focus.ui:773
#, kde-format
msgid "Iterative"
msgstr ""
#. i18n: ectx: property (text), item, widget (QComboBox, focusAlgorithmCombo)
#. +> trunk5
#: ekos/focus/focus.ui:778
#, kde-format
msgid "Polynomial"
msgstr ""
#. i18n: ectx: property (title), widget (QGroupBox, groupBox_4)
#. +> trunk5
#: ekos/focus/focus.ui:834
#, kde-format
msgid "V-Curve"
msgstr ""
#. i18n: ectx: property (text), widget (QPushButton, relativeProfileB)
#. +> trunk5
#: ekos/focus/focus.ui:913
#, kde-format
msgid "Relative Profile..."
msgstr ""
#. i18n: ectx: property (text), widget (QPushButton, clearDataB)
#. +> trunk5
#: ekos/focus/focus.ui:920
#, kde-format
msgid "Clear Data"
msgstr ""
#. +> trunk5
#: ekos/guide/externalguide/linguider.cpp:74
#: ekos/guide/externalguide/phd2.cpp:171
#, 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:78
#, 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:83
#: ekos/guide/externalguide/phd2.cpp:180
#, kde-format
msgid "The following error occurred: %1."
msgstr ""
#. +> trunk5
#: ekos/guide/externalguide/linguider.cpp:106
#: ekos/guide/externalguide/linguider.cpp:114
#, kde-format
msgid "Invalid response."
msgstr ""
#. +> trunk5
#: ekos/guide/externalguide/linguider.cpp:143
#, kde-format
msgid "Connected to LinGuider %1"
msgstr ""
#. +> trunk5
#: ekos/guide/externalguide/linguider.cpp:147
#, 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:170
#, kde-format
msgid "Auto star selected %1"
msgstr ""
#. +> trunk5
#: ekos/guide/externalguide/linguider.cpp:179
#, kde-format
msgid "Failed to process star position."
msgstr ""
#. +> trunk5
#: ekos/guide/externalguide/linguider.cpp:192
#, kde-format
msgid "Failed to set guider reticle position."
msgstr ""
#. +> trunk5
#: ekos/guide/externalguide/linguider.cpp:204
#, kde-format
msgid "Failed to set guider square position."
msgstr ""
#. +> trunk5
#: ekos/guide/externalguide/linguider.cpp:230
#, kde-format
msgid "Failed to start guider."
msgstr ""
#. +> trunk5
#: ekos/guide/externalguide/linguider.cpp:232
#, kde-format
msgid "Failed to stop guider."
msgstr ""
#. +> trunk5
#: ekos/guide/externalguide/linguider.cpp:257
#, kde-format
msgid "Failed to get RA/DEC Drift."
msgstr ""
#. +> trunk5
#: ekos/guide/externalguide/linguider.cpp:271
#, kde-format
msgid "Failed to set dither range."
msgstr ""
#. +> trunk5
#: ekos/guide/externalguide/phd2.cpp:127
#, kde-format
msgid "PHD2: There was no dithering response from PHD2, but continue guiding."
msgstr ""
#. +> trunk5
#: ekos/guide/externalguide/phd2.cpp:143
#, kde-format
msgid "Connecting to PHD2 Host: %1, on port %2. . ."
msgstr ""
#. +> trunk5
#: ekos/guide/externalguide/phd2.cpp:175
#, 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:237
#, kde-format
msgid "Unknown PHD2 event: %1"
msgstr ""
#. +> trunk5
#: ekos/guide/externalguide/phd2.cpp:246
#, kde-format
msgid "PHD2: Version %1"
msgstr ""
#. +> trunk5
#: ekos/guide/externalguide/phd2.cpp:259
#, kde-format
msgid "PHD2: Calibration Complete."
msgstr ""
#. +> trunk5
#: ekos/guide/externalguide/phd2.cpp:267
#, kde-format
msgid "PHD2: Guiding Started."
msgstr ""
#. +> trunk5
#: ekos/guide/externalguide/phd2.cpp:273
#, kde-format
msgid "PHD2: Guiding Paused."
msgstr ""
#. +> trunk5
#: ekos/guide/externalguide/phd2.cpp:279
#, kde-format
msgid "PHD2: Calibration Started."
msgstr ""
#. +> trunk5
#: ekos/guide/externalguide/phd2.cpp:289
#, kde-format
msgid "PHD2: Calibration Failed (%1)."
msgstr ""
#. +> trunk5
#: ekos/guide/externalguide/phd2.cpp:294
#, kde-format
msgid "Calibration Data Flipped."
msgstr ""
#. +> trunk5
#: ekos/guide/externalguide/phd2.cpp:302
#, kde-format
msgid "PHD2: Looping Exposures Stopped."
msgstr ""
#. +> trunk5
#: ekos/guide/externalguide/phd2.cpp:317
#, kde-format
msgid "PHD2: Settling failed (%1)."
msgstr ""
#. +> trunk5
#: ekos/guide/externalguide/phd2.cpp:325
#, kde-format
msgid "PHD2: Settling complete, Guiding Started."
msgstr ""
#. +> trunk5
#: ekos/guide/externalguide/phd2.cpp:338
#, kde-format
msgid "PHD2: There was a dithering error, but continue guiding."
msgstr ""
#. +> trunk5
#: ekos/guide/externalguide/phd2.cpp:347
#, kde-format
msgid "PHD2: Star Selected."
msgstr ""
#. +> trunk5
#: ekos/guide/externalguide/phd2.cpp:351
#, kde-format
msgid "PHD2: Star Lost. Trying to reacquire."
msgstr ""
#. +> trunk5
#: ekos/guide/externalguide/phd2.cpp:360
#, kde-format
msgid "PHD2: Guiding Stopped."
msgstr ""
#. +> trunk5
#: ekos/guide/externalguide/phd2.cpp:366
#, kde-format
msgid "PHD2: Guiding Resumed."
msgstr ""
#. +> trunk5
#: ekos/guide/externalguide/phd2.cpp:377
#, kde-format
msgid "PHD2: Star found, guiding resumed."
msgstr ""
#. +> trunk5
#: ekos/guide/externalguide/phd2.cpp:383
#, kde-format
msgid "PHD2: Guiding started up again."
msgstr ""
#. +> trunk5
#: ekos/guide/externalguide/phd2.cpp:448
#, kde-format
msgid "PHD2: Lock Position Set."
msgstr ""
#. +> trunk5
#: ekos/guide/externalguide/phd2.cpp:452
#, kde-format
msgid "PHD2: Lock Position Lost."
msgstr ""
#. +> trunk5
#: ekos/guide/externalguide/phd2.cpp:458
#, kde-format
msgid "PHD2 %1: %2"
msgstr ""
#. +> trunk5
#: ekos/guide/externalguide/phd2.cpp:545
#, kde-format
msgid "PHD2: DEC Guide Mode is Set to: %1"
msgstr ""
#. +> trunk5
#: ekos/guide/externalguide/phd2.cpp:555
#, kde-format
msgid "PHD2: Exposure Time set to: "
msgstr ""
#. +> trunk5
#: ekos/guide/externalguide/phd2.cpp:563
#, kde-format
msgid "PHD2: Valid Exposure Times: Auto, "
msgstr ""
#. +> trunk5
#: ekos/guide/externalguide/phd2.cpp:579
#, kde-format
msgid "PHD2: Please set CCD and telescope parameters in PHD2, Pixel Scale is invalid."
msgstr ""
#. +> trunk5
#: ekos/guide/externalguide/phd2.cpp:581
#, kde-format
msgid "PHD2: Pixel Scale is %1 arcsec per pixel"
msgstr ""
#. +> trunk5
#: ekos/guide/externalguide/phd2.cpp:638
#, kde-format
msgid "PHD2 Error: %1"
msgstr ""
#. +> trunk5
#: ekos/guide/externalguide/phd2.cpp:763 ekos/guide/externalguide/phd2.cpp:780
#: ekos/guide/externalguide/phd2.cpp:879 ekos/guide/externalguide/phd2.cpp:978
#: ekos/guide/externalguide/phd2.cpp:999 ekos/guide/externalguide/phd2.cpp:1021
#, kde-format
msgid "PHD2 Error: Equipment not connected."
msgstr ""
#. +> trunk5
#: ekos/guide/externalguide/phd2.cpp:872
#, kde-format
msgid "PHD2: Guiding is already running."
msgstr ""
#. +> trunk5
#: ekos/guide/externalguide/phd2.cpp:930
#, kde-format
msgid "PHD2: Connecting Equipment. . ."
msgstr ""
#. +> trunk5
#: ekos/guide/externalguide/phd2.cpp:932
#, kde-format
msgid "PHD2: Disconnecting Equipment. . ."
msgstr ""
#. +> trunk5
#: ekos/guide/guide.cpp:269
#, kde-format
msgid "drift (arcsec)"
msgstr ""
#. +> trunk5
#: ekos/guide/guide.cpp:270
#, kde-format
msgid "pulse (ms)"
msgstr ""
#. +> trunk5
#: ekos/guide/guide.cpp:637
#, 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:650 ekos/guide/guide.cpp:2794
#, 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:720
#, kde-format
msgid "Export Guide Data"
msgstr ""
#. +> trunk5
#: ekos/guide/guide.cpp:773
#, kde-format
msgid "Guide Data Saved as: %1"
msgstr ""
#. +> trunk5
#: ekos/guide/guide.cpp:881 ekos/guide/guide.cpp:3134
#, kde-format
msgid "Disabling remote image reception from %1"
msgstr ""
#. +> trunk5
#: ekos/guide/guide.cpp:888 ekos/guide/guide.cpp:3140
#, kde-format
msgid "Enabling remote image reception from %1"
msgstr ""
#. +> trunk5
#: ekos/guide/guide.cpp:1002
#, kde-format
msgid "Connection to the guide CCD is lost."
msgstr ""
#. +> trunk5
#: ekos/guide/guide.cpp:1313
#, kde-format
msgid "Exposure timeout. Aborting Autoguide."
msgstr ""
#. +> trunk5
#: ekos/guide/guide.cpp:1315
#, kde-format
msgid "Exposure timeout. Aborting Dithering."
msgstr ""
#. +> trunk5
#: ekos/guide/guide.cpp:1317
#, kde-format
msgid "Exposure timeout. Aborting Calibration."
msgstr ""
#. +> trunk5
#: ekos/guide/guide.cpp:1323
#, kde-format
msgid "Exposure timeout. Restarting exposure..."
msgstr ""
#. +> trunk5
#: ekos/guide/guide.cpp:1495
#, kde-format
msgid "Lost track of the guide star. Rapid guide aborted."
msgstr ""
#. +> trunk5
#: ekos/guide/guide.cpp:1526
#, kde-format
msgid "Dithering failed. Autoguiding aborted."
msgstr ""
#. +> trunk5
#: ekos/guide/guide.cpp:1546
#, kde-format
msgid "The CCD does not support Rapid Guiding. Aborting..."
msgstr ""
#. +> trunk5
#: ekos/guide/guide.cpp:1823
#, kde-format
msgid "Calibration is cleared."
msgstr ""
#. +> trunk5
#: ekos/guide/guide.cpp:1839
#, kde-format
msgid "External guider connected."
msgstr ""
#. +> trunk5
#: ekos/guide/guide.cpp:1850
#, kde-format
msgid "External guider disconnected."
msgstr ""
#. +> trunk5
#: ekos/guide/guide.cpp:1865 ekos/guide/internalguide/rcalibration.cpp:420
#: ekos/guide/internalguide/rcalibration.cpp:448
#: ekos/guide/internalguide/rcalibration.cpp:669
#: ekos/guide/internalguide/rcalibration.cpp:821
#, kde-format
msgid "Calibration completed."
msgstr ""
#. +> trunk5
#: ekos/guide/guide.cpp:1884
#, kde-format
msgid "Calibration started."
msgstr ""
#. +> trunk5
#: ekos/guide/guide.cpp:1890
#, kde-format
msgid "Guiding resumed."
msgstr ""
#. +> trunk5
#: ekos/guide/guide.cpp:1893 ekos/guide/internalguide/guider.cpp:221
#: ekos/guide/internalguide/guider.cpp:239
#: ekos/guide/internalguide/guider.cpp:311
#, kde-format
msgid "Autoguiding started."
msgstr ""
#. +> trunk5
#: ekos/guide/guide.cpp:1904
#, kde-format
msgid "Autoguiding aborted."
msgstr ""
#. +> trunk5
#: ekos/guide/guide.cpp:1909
#, kde-format
msgid "Guiding suspended."
msgstr ""
#. +> trunk5
#: ekos/guide/guide.cpp:1913
#, kde-format
msgid "Dithering in progress."
msgstr ""
#. +> trunk5
#: ekos/guide/guide.cpp:1918
#, 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:1923
#, kde-format
msgid "Dithering failed!"
msgstr ""
#. +> trunk5
#: ekos/guide/guide.cpp:1934
#, kde-format
msgid "Dithering completed successfully."
msgstr ""
#. +> trunk5
#: ekos/guide/guide.cpp:1988
#, kde-format
msgid "Exposure failed. Restarting exposure..."
msgstr ""
#. +> trunk5
#: ekos/guide/guide.cpp:2070
#, kde-format
msgid "Cannot change guider type while active."
msgstr ""
#. +> trunk5
#: ekos/guide/guide.cpp:2121
#, kde-format
msgid "Select guide camera."
msgstr ""
#. +> trunk5
#: ekos/guide/guide.cpp:2163 ekos/guide/guide.cpp:2198
#, kde-format
msgid "Select a camera to disable remote streaming."
msgstr ""
#. +> trunk5
#: ekos/guide/guide.cpp:2414 ekos/guide/internalguide/guider.cpp:140
#, kde-format
msgid "P: %1"
msgstr ""
#. +> trunk5
#: ekos/guide/guide.cpp:2534
#, kde-format
msgid "You must stop auto guiding before changing this setting."
msgstr ""
#. +> trunk5
#: ekos/guide/guide.cpp:2542
#, 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:2545
#, kde-format
msgid "Rapid Guiding is disabled."
msgstr ""
#. +> trunk5
#: ekos/guide/guide.cpp:2781
#, 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:2914
#, kde-format
msgid "Calibration failed to start!"
msgstr ""
#. +> trunk5
#: ekos/guide/guide.cpp:3054
#, kde-format
msgid "Auto star selected."
msgstr ""
#. +> trunk5
#: ekos/guide/guide.cpp:3058
#, kde-format
msgid "Failed to select an auto star."
msgstr ""
#. +> trunk5
#: ekos/guide/guide.cpp:3067
#, 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 (QCheckBox, checkBox_DirRA)
#. +> trunk5
#: ekos/guide/guide.ui:174
#, kde-format
msgid "Guide Right Ascention Axis"
msgstr ""
#. i18n: ectx: property (toolTip), widget (QPushButton, externalDisconnectB)
#. +> trunk5
#: ekos/guide/guide.ui:193
#, kde-format
msgid "Disconnect from external guiding application."
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, label_8)
#. +> trunk5
#: ekos/guide/guide.ui:206
#, kde-format
msgid "Effects"
msgstr ""
#. i18n: ectx: property (toolTip), widget (QLabel, label_4)
#. +> trunk5
#: ekos/guide/guide.ui:223
#, kde-format
msgid "Guide camera binning. It is recommended to set binning to 2x2 or higher."
msgstr ""
#. i18n: ectx: property (text), item, widget (QComboBox, boxSizeCombo)
#. +> trunk5
#: ekos/guide/guide.ui:237
#, kde-format
msgid "8"
msgstr ""
#. i18n: ectx: property (text), item, widget (QComboBox, boxSizeCombo)
#. +> trunk5
#: ekos/guide/guide.ui:242
#, kde-format
msgid "16"
msgstr ""
#. i18n: ectx: property (text), item, widget (QComboBox, boxSizeCombo)
#. +> trunk5
#: ekos/guide/guide.ui:247
#, 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:252 ekos/guide/opsguide.ui:340
#, 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:257 ekos/guide/opsguide.ui:345
#, kde-format
msgid "128"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, label)
#. i18n: ectx: property (text), widget (QLabel, label_8)
#. +> trunk5
#: ekos/guide/guide.ui:268 ekos/profileeditor.ui:460
#, kde-format
msgid "Guider:"
msgstr ""
#. i18n: ectx: property (toolTip), widget (QLabel, label_5)
#. +> trunk5
#: ekos/guide/guide.ui:275
#, 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:278
#, kde-format
msgid "Box:"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, l_9)
#. +> trunk5
#: ekos/guide/guide.ui:298
#, kde-format
msgid "Directions"
msgstr ""
#. i18n: ectx: property (toolTip), widget (QCheckBox, checkBox_DirDEC)
#. +> trunk5
#: ekos/guide/guide.ui:305
#, kde-format
msgid "Guide Declination Axis"
msgstr ""
#. i18n: ectx: property (toolTip), widget (QCheckBox, swapCheck)
#. +> trunk5
#: ekos/guide/guide.ui:318 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:324 ekos/guide/internalguide/guider.ui:686
#, kde-format
msgid "Swap"
msgstr ""
#. i18n: ectx: property (toolTip), widget (QPushButton, externalConnectB)
#. +> trunk5
#: ekos/guide/guide.ui:334
#, kde-format
msgid "Connect to external guiding application."
msgstr ""
#. i18n: ectx: property (toolTip), widget (QLabel, label_2)
#. +> trunk5
#: ekos/guide/guide.ui:344
#, 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:347
#, kde-format
msgid "Via:"
msgstr ""
#. i18n: ectx: property (toolTip), widget (QCheckBox, eastControlCheck)
#. +> trunk5
#: ekos/guide/guide.ui:371
#, kde-format
msgid "East Direction Guiding"
msgstr ""
#. i18n: ectx: property (toolTip), widget (QCheckBox, westControlCheck)
#. +> trunk5
#: ekos/guide/guide.ui:381
#, kde-format
msgid "West Direction Guiding"
msgstr ""
#. i18n: ectx: property (text), widget (QCheckBox, westControlCheck)
#. i18n: ectx: property (text), widget (QCheckBox, southControlCheck)
#. +> trunk5
#: ekos/guide/guide.ui:384 ekos/guide/guide.ui:411
#: kstarslite/qml/indi/modules/MotionControl.qml:275
#, kde-format, kde-kuit-format
msgid "-"
msgstr ""
#. i18n: ectx: property (toolTip), widget (QCheckBox, northControlCheck)
#. +> trunk5
#: ekos/guide/guide.ui:398
#, kde-format
msgid "North Direction Guiding"
msgstr ""
#. i18n: ectx: property (toolTip), widget (QCheckBox, southControlCheck)
#. +> trunk5
#: ekos/guide/guide.ui:408
#, kde-format
msgid "South Direction Guiding"
msgstr ""
#. i18n: ectx: property (title), widget (QGroupBox, infoGroup)
#. +> trunk5
#: ekos/guide/guide.ui:425
#, kde-format
msgid "Guide Info"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, label_6)
#. +> trunk5
#: ekos/guide/guide.ui:451
#, kde-format
msgid "Scope:"
msgstr ""
#. i18n: ectx: property (toolTip), widget (QLabel, l_3)
#. +> trunk5
#: ekos/guide/guide.ui:488
#, 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:491
#, kde-format
msgid "Guiding rate"
msgstr ""
#. i18n: ectx: property (toolTip), widget (QDoubleSpinBox, spinBox_GuideRate)
#. +> trunk5
#: ekos/guide/guide.ui:498
#, kde-format
msgid "Mount guiding rate (x15\"/sec)"
msgstr ""
#. i18n: ectx: property (toolTip), widget (QLabel, l_RecommendedGain)
#. +> trunk5
#: ekos/guide/guide.ui:517
#, 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:544
#, 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:551 ekos/mount/mount.ui:79 ekos/mount/mount.ui:123
#, kde-format
msgid "Focal Length (mm)"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, l_6)
#. +> trunk5
#: ekos/guide/guide.ui:573
#, 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:580 ekos/mount/mount.ui:59 ekos/mount/mount.ui:156
#, kde-format
msgid "Aperture (mm)"
msgstr ""
#. i18n: ectx: property (toolTip), widget (QLabel, l_7)
#. +> trunk5
#: ekos/guide/guide.ui:599
#, kde-format
msgid "Focal Ratio"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, l_7)
#. +> trunk5
#: ekos/guide/guide.ui:602 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:625
#, kde-format
msgid "FOV"
msgstr ""
#. i18n: ectx: property (toolTip), widget (QLabel, l_FOV)
#. +> trunk5
#: ekos/guide/guide.ui:632
#, kde-format
msgid "Field of View (arcmin)"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, l_FOV)
#. +> trunk5
#: ekos/guide/guide.ui:641 ekos/guide/internalguide/guider.ui:470
#, kde-format
msgid "YYxYY"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, l_17)
#. +> trunk5
#: ekos/guide/guide.ui:665
#, kde-format
msgid "Pulse Length (ms)"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, l_16)
#. +> trunk5
#: ekos/guide/guide.ui:672
#, kde-format
msgid "Guiding Delta \""
msgstr ""
#. i18n: ectx: property (toolTip), widget (QLabel, l_PulseRA)
#. +> trunk5
#: ekos/guide/guide.ui:684
#, kde-format
msgid "Generated RA pulse"
msgstr ""
#. i18n: ectx: property (toolTip), widget (QLabel, l_PulseDEC)
#. +> trunk5
#: ekos/guide/guide.ui:703
#, kde-format
msgid "Generated DEC pulse"
msgstr ""
#. i18n: ectx: property (toolTip), widget (QLabel, l_DeltaRA)
#. +> trunk5
#: ekos/guide/guide.ui:729
#, kde-format
msgid "Immediate Guiding RA deviation in arcseconds"
msgstr ""
#. i18n: ectx: property (toolTip), widget (QLabel, l_DeltaDEC)
#. +> trunk5
#: ekos/guide/guide.ui:748
#, kde-format
msgid "Immediate Guiding DEC deviation in arcseconds"
msgstr ""
#. i18n: ectx: property (toolTip), widget (QLabel, l_20)
#. +> trunk5
#: ekos/guide/guide.ui:771
#, kde-format
msgid "RA Guiding RMS error"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, l_20)
#. +> trunk5
#: ekos/guide/guide.ui:774
#, kde-format
msgid "RA RMS\""
msgstr ""
#. i18n: ectx: property (toolTip), widget (QLabel, l_21)
#. +> trunk5
#: ekos/guide/guide.ui:804
#, kde-format
msgid "DEC Guiding RMS error"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, l_21)
#. +> trunk5
#: ekos/guide/guide.ui:807
#, kde-format
msgid "DE RMS\""
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, label_7)
#. +> trunk5
#: ekos/guide/guide.ui:835
#, kde-format
msgid "<b>Total RMS\"</b>"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, l_TotalRMS)
#. +> trunk5
#: ekos/guide/guide.ui:854
#, kde-format
msgid "xxx"
msgstr ""
#. i18n: ectx: property (title), widget (QGroupBox, driftGraphicsGroup)
#. +> trunk5
#: ekos/guide/guide.ui:919
#, kde-format
msgid "Drift Graphics"
msgstr ""
#. i18n: ectx: property (toolTip), widget (QSlider, correctionSlider)
#. +> trunk5
#: ekos/guide/guide.ui:993
#, 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:1040
#, kde-format
msgid "Control parameters"
msgstr ""
#. i18n: ectx: property (title), widget (QGroupBox, controlGroup)
#. +> trunk5
#: ekos/guide/guide.ui:1058
#, kde-format
msgid "Control Parameters"
msgstr ""
#. i18n: ectx: property (toolTip), widget (QLabel, l_11)
#. +> trunk5
#: ekos/guide/guide.ui:1091
#, 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:1094 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:1121
#, 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:1124 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:1154
#, 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:1157 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:1190
#, 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:1193 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:1214
#, 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:1217 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:1241 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:1251 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)
#. +> trunk5
#: ekos/guide/guide.ui:1273 ekos/guide/internalguide/guider.ui:880
#, kde-format
msgid "arcsecs"
msgstr ""
#. i18n: ectx: attribute (title), widget (QWidget, tab_2)
#. +> trunk5
#: ekos/guide/guide.ui:1286
#, kde-format
msgid "Drift Plot"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, label_9)
#. +> trunk5
#: ekos/guide/guide.ui:1340
#, kde-format
msgid " Graph:"
msgstr ""
#. i18n: ectx: property (toolTip), widget (QCheckBox, showRAPlotCheck)
#. +> trunk5
#: ekos/guide/guide.ui:1355
#, 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:1358
#, kde-format
msgid "RA "
msgstr ""
#. i18n: ectx: property (toolTip), widget (QCheckBox, showRACorrectionsCheck)
#. +> trunk5
#: ekos/guide/guide.ui:1368
#, 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:1371 ekos/guide/guide.ui:1404
#, kde-format
msgid "Corr"
msgstr ""
#. i18n: ectx: property (toolTip), widget (QCheckBox, showDECPlotCheck)
#. +> trunk5
#: ekos/guide/guide.ui:1388
#, 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:1401
#, 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:1413
#, kde-format
msgid "Trace:"
msgstr ""
#. i18n: ectx: property (toolTip), widget (QSlider, guideSlider)
#. +> trunk5
#: ekos/guide/guide.ui:1420
#, 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:1436
#, 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:1439
#, kde-format
msgid "Max "
msgstr ""
#. i18n: ectx: property (toolTip), widget (QPushButton, guideAutoScaleGraphB)
#. +> trunk5
#: ekos/guide/guide.ui:1461
#, 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:1483
#, 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:1505
#, 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:1515
#, 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:267
#: ekos/guide/internalguide/guider.cpp:279
#: ekos/guide/internalguide/guider.cpp:316
#: ekos/guide/internalguide/guider.ui:220
#, kde-format
msgid "Start Autoguide"
msgstr ""
#. +> trunk5
#: ekos/guide/internalguide/guider.cpp:280
#, kde-format
msgid "Autoguiding stopped."
msgstr ""
#. +> trunk5
#: ekos/guide/internalguide/guider.cpp:432
#: ekos/guide/internalguide/internalguider.cpp:840
#, 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:450
#: ekos/guide/internalguide/internalguider.cpp:859
#, kde-format
msgid "Lost track of the guide star. Aborting guiding..."
msgstr ""
#. +> trunk5
#: ekos/guide/internalguide/guider.cpp:522
#, kde-format
msgid "Autoguiding failed with errors"
msgstr ""
#. +> trunk5
#: ekos/guide/internalguide/guider.cpp:702
#, kde-format
msgid "Disconnect PHD2"
msgstr ""
#. +> trunk5
#: ekos/guide/internalguide/guider.cpp:711
#, 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:88
#, 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 (text), widget (QCheckBox, kcfg_DitherEnabled)
#. +> trunk5
#: ekos/guide/internalguide/guider.ui:260 ekos/guide/opsguide.ui:50
#, 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:304
#, 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:206
#, 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:256
#: ekos/guide/internalguide/rcalibration.cpp:262
#, kde-format
msgid "%1 info are missing. Please set the values in INDI Control Panel."
msgstr ""
#. +> trunk5
#: ekos/guide/internalguide/internalguider.cpp:257
#, kde-format
msgid "Missing Information"
msgstr ""
#. +> trunk5
#: ekos/guide/internalguide/internalguider.cpp:300
#: ekos/guide/internalguide/rcalibration.cpp:322
#, 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:364
#, kde-format
msgid "RA drifting forward..."
msgstr ""
#. +> trunk5
#: ekos/guide/internalguide/internalguider.cpp:416
#, kde-format
msgid "RA drifting reverse..."
msgstr ""
#. +> trunk5
#: ekos/guide/internalguide/internalguider.cpp:420
#: ekos/guide/internalguide/internalguider.cpp:547
#: ekos/guide/internalguide/internalguider.cpp:716
#, kde-format
msgid "Calibration rejected. Star drift is too short. Check for mount, cable, or backlash problems."
msgstr ""
#. +> trunk5
#: ekos/guide/internalguide/internalguider.cpp:426
#: ekos/guide/internalguide/internalguider.cpp:512
#: ekos/guide/internalguide/internalguider.cpp:554
#: ekos/guide/internalguide/internalguider.cpp:606
#: ekos/guide/internalguide/internalguider.cpp:687
#: ekos/guide/internalguide/internalguider.cpp:723
#: ekos/guide/internalguide/rcalibration.cpp:465
#: ekos/guide/internalguide/rcalibration.cpp:631
#: ekos/guide/internalguide/rcalibration.cpp:692
#: ekos/guide/internalguide/rcalibration.cpp:805
#: ekos/guide/internalguide/rcalibration.cpp:847
#, kde-format
msgid "Guiding calibration failed with errors"
msgstr ""
#. +> trunk5
#: ekos/guide/internalguide/internalguider.cpp:506
#, 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:532
#, kde-format
msgid "DEC drifting forward..."
msgstr ""
#. +> trunk5
#: ekos/guide/internalguide/internalguider.cpp:543
#: ekos/guide/internalguide/internalguider.cpp:709
#: ekos/guide/internalguide/rcalibration.cpp:423
#: ekos/guide/internalguide/rcalibration.cpp:453
#: ekos/guide/internalguide/rcalibration.cpp:675
#: ekos/guide/internalguide/rcalibration.cpp:829
#, kde-format
msgid "Guiding calibration completed successfully"
msgstr ""
#. +> trunk5
#: ekos/guide/internalguide/internalguider.cpp:590
#, kde-format
msgid "DEC drifting reverse..."
msgstr ""
#. +> trunk5
#: ekos/guide/internalguide/internalguider.cpp:599
#: ekos/guide/internalguide/internalguider.cpp:680
#, 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:700
#: ekos/guide/internalguide/rcalibration.cpp:416
#: ekos/guide/internalguide/rcalibration.cpp:818
#, kde-format
msgid "DEC swap enabled."
msgstr ""
#. +> trunk5
#: ekos/guide/internalguide/internalguider.cpp:702
#: ekos/guide/internalguide/rcalibration.cpp:418
#: ekos/guide/internalguide/rcalibration.cpp:820
#, kde-format
msgid "DEC swap disabled."
msgstr ""
#. +> trunk5
#: ekos/guide/internalguide/internalguider.cpp:918
#, kde-format
msgid "Lost track of phase shift."
msgstr ""
#. +> trunk5
#: ekos/guide/internalguide/internalguider.cpp:937
#, kde-format
msgid "Lost track of phase shift. Aborting guiding..."
msgstr ""
#. +> trunk5
#: ekos/guide/internalguide/rcalibration.cpp:229
#, kde-format
msgid "Cannot calibrate while autoguiding is active."
msgstr ""
#. +> trunk5
#: ekos/guide/internalguide/rcalibration.cpp:375
#, kde-format
msgid "Stop GUIDE_RA"
msgstr ""
#. +> trunk5
#: ekos/guide/internalguide/rcalibration.cpp:381
#, kde-format
msgid "Drift scope in RA. Press stop when done."
msgstr ""
#. +> trunk5
#: ekos/guide/internalguide/rcalibration.cpp:402
#, kde-format
msgid "Stop GUIDE_DEC"
msgstr ""
#. +> trunk5
#: ekos/guide/internalguide/rcalibration.cpp:403
#, kde-format
msgid "Drift scope in DEC. Press Stop when done."
msgstr ""
#. +> trunk5
#: ekos/guide/internalguide/rcalibration.cpp:432
#: ekos/guide/internalguide/rcalibration.cpp:461
#, kde-format
msgid "Calibration rejected. Start drift is too short."
msgstr ""
#. +> trunk5
#: ekos/guide/internalguide/rcalibration.cpp:504
#: skycomponents/satellitescomponent.cpp:154 tools/conjunctions.cpp:340
#, kde-format
msgid "Abort"
msgstr ""
#. +> trunk5
#: ekos/guide/internalguide/rcalibration.cpp:506
#, kde-format
msgid "GUIDE_RA drifting forward..."
msgstr ""
#. +> trunk5
#: ekos/guide/internalguide/rcalibration.cpp:565
#, kde-format
msgid "GUIDE_RA drifting reverse..."
msgstr ""
#. +> trunk5
#: ekos/guide/internalguide/rcalibration.cpp:616
#: ekos/guide/internalguide/rcalibration.cpp:623
#, 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:622
#: ekos/guide/internalguide/rcalibration.cpp:796
#, kde-format
msgid "Warning"
msgstr ""
#. +> trunk5
#: ekos/guide/internalguide/rcalibration.cpp:661
#, kde-format
msgid "GUIDE_DEC drifting forward..."
msgstr ""
#. +> trunk5
#: ekos/guide/internalguide/rcalibration.cpp:682
#: ekos/guide/internalguide/rcalibration.cpp:684
#: ekos/guide/internalguide/rcalibration.cpp:837
#: ekos/guide/internalguide/rcalibration.cpp:839
#, kde-format
msgid "Calibration rejected. Star drift is too short."
msgstr ""
#. +> trunk5
#: ekos/guide/internalguide/rcalibration.cpp:733
#, kde-format
msgid "GUIDE_DEC drifting reverse..."
msgstr ""
#. +> trunk5
#: ekos/guide/internalguide/rcalibration.cpp:790
#: ekos/guide/internalguide/rcalibration.cpp:797
#, 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:914
#, kde-format
msgid "Image captured..."
msgstr ""
#. +> trunk5
#: ekos/guide/internalguide/rcalibration.cpp:931
#, 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:1919
+#: ekos/guide/opscalibration.ui:126 kstars.kcfg:1923
#, 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 (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:49
#, kde-format
msgid "You must restart KStars for this change to take effect."
msgstr ""
#. i18n: ectx: property (toolTip), widget (QCheckBox, kcfg_DitherEnabled)
#. +> trunk5
#: ekos/guide/opsguide.ui:47
#, kde-format
msgid "Move locked guiding square location after frame capture"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, label)
#. i18n: ectx: property (text), widget (QLabel, label_12)
#. +> trunk5
#: ekos/guide/opsguide.ui:57 ekos/opsekos.ui:347
#, kde-format
msgid "frames"
msgstr ""
#. i18n: ectx: property (toolTip), widget (QDoubleSpinBox, kcfg_DitherThreshold)
#. +> trunk5
#: ekos/guide/opsguide.ui:64
#, kde-format
msgid "Maximum allowable distance for guiding to be considered settled."
msgstr ""
#. i18n: ectx: property (toolTip), widget (QSpinBox, kcfg_DitherSettle)
#. i18n: ectx: property (toolTip), widget (QLabel, label_4)
#. i18n: ectx: label, entry (DitherSettle), group (Guide)
#. +> trunk5
-#: ekos/guide/opsguide.ui:81 ekos/guide/opsguide.ui:161 kstars.kcfg:1955
+#: ekos/guide/opsguide.ui:81 ekos/guide/opsguide.ui:161 kstars.kcfg:1959
#, kde-format
msgid "After dither is successful, wait for this many seconds before proceeding."
msgstr ""
#. i18n: ectx: property (toolTip), widget (QDoubleSpinBox, kcfg_DitherPixels)
#. +> trunk5
#: ekos/guide/opsguide.ui:95
#, kde-format
msgid "Number of pixels to move the guiding square in a random direction."
msgstr ""
#. i18n: ectx: property (text), item, widget (QComboBox, kcfg_GuideAlgorithm)
#. +> trunk5
#: ekos/guide/opsguide.ui:121
#, kde-format
msgid "Smart"
msgstr ""
#. i18n: ectx: property (text), item, widget (QComboBox, kcfg_GuideAlgorithm)
#. +> trunk5
#: ekos/guide/opsguide.ui:126
#, kde-format
msgid "Fast"
msgstr ""
#. i18n: ectx: property (text), item, widget (QComboBox, kcfg_GuideAlgorithm)
#. +> trunk5
#: ekos/guide/opsguide.ui:131
#, kde-format
msgid "Auto Threshold"
msgstr ""
#. i18n: ectx: property (text), item, widget (QComboBox, kcfg_GuideAlgorithm)
#. +> trunk5
#: ekos/guide/opsguide.ui:136
#, kde-format
msgid "No Threshold"
msgstr ""
#. i18n: ectx: property (toolTip), widget (QSpinBox, kcfg_DitherFrames)
#. +> trunk5
#: ekos/guide/opsguide.ui:144
#, kde-format
msgid "Dither after this many captured frames in the CCD module"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, l_22)
#. +> trunk5
#: ekos/guide/opsguide.ui:154
#, kde-format
msgid "pixels every"
msgstr ""
#. 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:171 ekos/guide/opsguide.ui:192
#: 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 (text), widget (QLabel, label_8)
#. +> trunk5
#: ekos/guide/opsguide.ui:178
#, kde-format
msgid "Timeout"
msgstr ""
#. i18n: ectx: property (toolTip), widget (QSpinBox, kcfg_DitherTimeout)
#. +> trunk5
#: ekos/guide/opsguide.ui:185
#, 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:203 ekos/guide/opsguide.ui:213
#, 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:206
#, kde-format
msgid "Maximum Dither Iterations:"
msgstr ""
#. i18n: ectx: property (toolTip), widget (QCheckBox, kcfg_DitherFailAbortsAutoGuide)
#. +> trunk5
#: ekos/guide/opsguide.ui:241
#, 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:244
#, kde-format
msgid "Dither Failure Aborts Autoguide"
msgstr ""
#. i18n: ectx: property (toolTip), widget (QCheckBox, kcfg_GuideRemoteImagesEnabled)
#. +> trunk5
#: ekos/guide/opsguide.ui:254
#, 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:257
#, kde-format
msgid "Receive external guide frames"
msgstr ""
#. i18n: ectx: property (toolTip), widget (QCheckBox, kcfg_DitherNoGuiding)
#. +> trunk5
#: ekos/guide/opsguide.ui:266
#, 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:269
#, kde-format
msgid "Non-Guide Dither Pulse:"
msgstr ""
#. i18n: ectx: property (toolTip), widget (QSpinBox, kcfg_DitherNoGuidingPulse)
#. +> trunk5
#: ekos/guide/opsguide.ui:276
#, 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:292
#, kde-format
msgid "ms"
msgstr ""
#. i18n: ectx: property (title), widget (QGroupBox, groupBox_2)
#. +> trunk5
#: ekos/guide/opsguide.ui:317
#, kde-format
msgid "Image Guiding"
msgstr ""
#. i18n: ectx: property (text), widget (QCheckBox, kcfg_ImageGuidingEnabled)
#. +> trunk5
#: ekos/guide/opsguide.ui:323
#, kde-format
msgid "Use Image Guiding"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, label_2)
#. +> trunk5
#: ekos/guide/opsguide.ui:332
#, kde-format
msgid "Region Axis:"
msgstr ""
#. i18n: ectx: property (text), item, widget (QComboBox, kcfg_GuideRegionAxis)
#. +> trunk5
#: ekos/guide/opsguide.ui:350
#, kde-format
msgid "256"
msgstr ""
#. i18n: ectx: property (text), item, widget (QComboBox, kcfg_GuideRegionAxis)
#. +> trunk5
#: ekos/guide/opsguide.ui:355
#, kde-format
msgid "512"
msgstr ""
#. i18n: ectx: property (text), item, widget (QComboBox, kcfg_GuideRegionAxis)
#. +> trunk5
#: ekos/guide/opsguide.ui:360
#, kde-format
msgid "1024"
msgstr ""
#. i18n: ectx: property (text), widget (QPushButton, mountToolBoxB)
#. +> trunk5
#: ekos/mount/mount.cpp:93 ekos/mount/mount.ui:402
#, kde-format
msgid "Mount Control"
msgstr ""
#. +> trunk5
#: ekos/mount/mount.cpp:183 ekos/mount/mount.cpp:548
#, kde-format
msgid "%1 guide scope"
msgstr ""
#. +> trunk5
#: ekos/mount/mount.cpp:271
#, kde-format
msgid "Are you sure you want to turn off mount tracking?"
msgstr ""
#. +> trunk5
#: ekos/mount/mount.cpp:272
#, kde-format
msgid "Mount Tracking"
msgstr ""
#. +> trunk5
#: ekos/mount/mount.cpp:359
#, kde-format
msgid "Telescope altitude is below minimum altitude limit of %1. Aborting motion..."
msgstr ""
#. +> trunk5
#: ekos/mount/mount.cpp:374
#, kde-format
msgid "Telescope altitude is above maximum altitude limit of %1. Aborting motion..."
msgstr ""
#. +> trunk5
#: ekos/mount/mount.cpp:433
#, kde-format
msgid "Error syncing telescope info. Please fill telescope aperture and focal length."
msgstr ""
#. +> trunk5
#: ekos/mount/mount.cpp:435
#, kde-format
msgid "Error syncing telescope info. Check INDI control panel for more details."
msgstr ""
#. +> trunk5
#: ekos/mount/mount.cpp:445
#, kde-format
msgid "Telescope info updated successfully."
msgstr ""
#. +> trunk5
#: ekos/mount/mount.cpp:502
#, kde-format
msgctxt "Message shown in Ekos Mount module"
msgid "%1"
msgstr ""
#. +> trunk5
#: ekos/mount/mount.cpp:577
#, kde-format
msgid "Failed to save telescope information."
msgstr ""
#. +> trunk5
#: ekos/mount/mount.cpp:760
#, kde-format
msgid "Warning: Overriding %1 configuration."
msgstr ""
#. +> trunk5
-#: ekos/mount/mount.cpp:873
+#: ekos/mount/mount.cpp:883
#, kde-format
msgid "Alignment Model cleared."
msgstr ""
#. +> trunk5
-#: ekos/mount/mount.cpp:877
+#: ekos/mount/mount.cpp:887
#, kde-format
msgid "Failed to clear Alignment Model."
msgstr ""
#. +> trunk5
-#: ekos/mount/mount.cpp:892
+#: ekos/mount/mount.cpp:902
#, kde-format
msgid "GPS driver detected. KStars and mount time and location settings are now synced to the GPS driver."
msgstr ""
#. i18n: ectx: property (title), widget (QGroupBox, primaryScopeGroup)
#. +> trunk5
#: ekos/mount/mount.ui:38
#, kde-format
msgid "Primary Telescope"
msgstr ""
#. i18n: ectx: property (title), widget (QGroupBox, guideScopeGroup)
#. +> trunk5
#: ekos/mount/mount.ui:102
#, kde-format
msgid "Guide Telescope"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, label_11)
#. +> trunk5
#: ekos/mount/mount.ui:170
#, kde-format
msgid "Configurations"
msgstr ""
#. i18n: ectx: property (toolTip), widget (QComboBox, scopeConfigCombo)
#. +> trunk5
#: ekos/mount/mount.ui:177
#, 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:184
#, kde-format
msgid "Configuration label"
msgstr ""
#. i18n: ectx: property (toolTip), widget (QPushButton, saveB)
#. +> trunk5
#: ekos/mount/mount.ui:204
#, kde-format
msgid "Save telescope information in configuration file"
msgstr ""
#. i18n: ectx: property (text), widget (QPushButton, saveB)
#. +> trunk5
#: ekos/mount/mount.ui:207
#, kde-format
msgid "Save Telescope Info"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, label_6)
#. +> trunk5
#: ekos/mount/mount.ui:277
#, kde-format
msgid "AZ"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, label_8)
#. +> trunk5
#: ekos/mount/mount.ui:294
#, kde-format
msgid "ALT"
msgstr ""
#. i18n: ectx: property (toolTip), widget (QLabel, label_9)
#. +> trunk5
#: ekos/mount/mount.ui:308
#, kde-format
msgid "Hour Angle"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, label_9)
#. +> trunk5
#: ekos/mount/mount.ui:311
#, kde-format
msgid "HA"
msgstr ""
#. i18n: ectx: property (toolTip), widget (QLabel, label_10)
#. +> trunk5
#: ekos/mount/mount.ui:325
#, kde-format
msgid "Local Sidereal TIme"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, label_10)
#. +> trunk5
#: ekos/mount/mount.ui:328
#, kde-format
msgid "LST"
msgstr ""
#. i18n: ectx: property (text), widget (QPushButton, parkB)
#. +> trunk5
#: ekos/mount/mount.ui:350
#, kde-format
msgid "Park"
msgstr ""
#. i18n: ectx: property (text), widget (QPushButton, unparkB)
#. +> trunk5
#: ekos/mount/mount.ui:360
#, kde-format
msgid "UnPark"
msgstr ""
#. i18n: ectx: property (text), widget (QPushButton, clearAlignmentModelB)
#. +> trunk5
#: ekos/mount/mount.ui:380
#, kde-format
msgid "Clear Alignment Model"
msgstr ""
#. i18n: ectx: property (shortcut), widget (QPushButton, mountToolBoxB)
#. +> trunk5
#: ekos/mount/mount.ui:414
#, kde-format
msgid "Ctrl+S"
msgstr ""
#. i18n: ectx: property (title), widget (QGroupBox, trackingGroup)
#. +> trunk5
#: ekos/mount/mount.ui:424 indi/inditelescope.cpp:1050
#, kde-format
msgid "Tracking"
msgstr ""
#. i18n: ectx: property (text), widget (QPushButton, trackOnB)
#. +> trunk5
#: ekos/mount/mount.ui:465
#, kde-format
msgid "ON"
msgstr ""
#. i18n: ectx: property (text), widget (QPushButton, trackOffB)
#. +> trunk5
#: ekos/mount/mount.ui:498
#, kde-format
msgid "OFF"
msgstr ""
#. i18n: ectx: property (title), widget (QGroupBox, LimitGroup)
#. +> trunk5
#: ekos/mount/mount.ui:511 tools/scriptbuilder.cpp:724
#, kde-format
msgid "Limits"
msgstr ""
#. i18n: ectx: property (text), widget (QCheckBox, enableLimitsCheck)
#. +> trunk5
#: ekos/mount/mount.ui:551
#, 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:561 kstars.kcfg:1465
+#: ekos/mount/mount.ui:561 kstars.kcfg:1469
#, 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:564
#, kde-format
msgid "Min. Alt:"
msgstr ""
#. i18n: ectx: property (toolTip), widget (QLabel, maxAltLabel)
#. +> trunk5
#: ekos/mount/mount.ui:574
#, 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:577
#, kde-format
msgid "Max. Alt:"
msgstr ""
#. +> trunk5
#: ekos/opsekos.cpp:63
#, 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:1422
+#: ekos/opsekos.ui:83 kstars.kcfg:1426
#, 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:382
#, kde-format
msgid "Independent Window"
msgstr ""
#. i18n: ectx: property (toolTip), widget (QLabel, leadTimeLabel)
#. +> trunk5
#: ekos/opsekos.ui:159
#, 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:162
#, kde-format
msgid "Lead Time:"
msgstr ""
#. i18n: ectx: property (toolTip), widget (QLabel, preDawnLabel)
#. +> trunk5
#: ekos/opsekos.ui:172
#, 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:175
#, kde-format
msgid "Pre-dawn"
msgstr ""
#. i18n: ectx: property (toolTip), widget (QCheckBox, kcfg_PreemptiveShutdown)
#. +> trunk5
#: ekos/opsekos.ui:189
#, 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:192
#, kde-format
msgid "Pre-emptive shutdown"
msgstr ""
#. i18n: ectx: property (toolTip), widget (QDoubleSpinBox, kcfg_PreemptiveShutdownTime)
#. +> trunk5
#: ekos/opsekos.ui:199
#, 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:208
#, kde-format
msgid "Reset Mount Model On Alignment Failure"
msgstr ""
#. i18n: ectx: property (toolTip), widget (QCheckBox, kcfg_StopEkosAfterShutdown)
#. +> trunk5
#: ekos/opsekos.ui:215
#, 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:218
#, kde-format
msgid "Stop Ekos After Shutdown"
msgstr ""
#. i18n: ectx: property (toolTip), widget (QCheckBox, kcfg_ShutdownScriptTerminatesINDI)
#. +> trunk5
#: ekos/opsekos.ui:225
#, 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:228
#, kde-format
msgid "Shutdown Script Terminates INDI"
msgstr ""
#. i18n: ectx: property (toolTip), widget (QCheckBox, kcfg_SortSchedulerJobs)
#. +> trunk5
#: ekos/opsekos.ui:235
#, kde-format
msgid "High priority and altitude jobs are executed first"
msgstr ""
#. i18n: ectx: property (text), widget (QCheckBox, kcfg_SortSchedulerJobs)
#. +> trunk5
#: ekos/opsekos.ui:238
#, kde-format
msgid "Sort jobs by Altitude and Priority"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, label_3)
#. i18n: ectx: property (text), widget (QLabel, label_8)
#. +> trunk5
#: ekos/opsekos.ui:267 ekos/opsekos.ui:447
#, kde-format
msgid "° C"
msgstr ""
#. i18n: ectx: property (toolTip), widget (QLabel, label)
#. +> trunk5
#: ekos/opsekos.ui:274
#, 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:277
#, kde-format
msgid "Temperature Threshold:"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, label_9)
#. i18n: ectx: property (text), widget (QLabel, overlapUnits)
#. +> trunk5
#: ekos/opsekos.ui:307 ekos/scheduler/mosaic.ui:403
#, kde-format, no-c-format
msgid "%"
msgstr ""
#. i18n: ectx: property (toolTip), widget (QLabel, label_5)
#. +> trunk5
#: ekos/opsekos.ui:314
#, 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:317
#, 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:324 ekos/opsekos.ui:334 kstars.kcfg:1579
+#: ekos/opsekos.ui:324 ekos/opsekos.ui:334 kstars.kcfg:1583
#, 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:327
#, kde-format
msgid "In-Sequence HFR Check:"
msgstr ""
#. i18n: ectx: property (toolTip), widget (QCheckBox, kcfg_RememberJobProgress)
#. +> trunk5
#: ekos/opsekos.ui:369
#, 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:372
#, kde-format
msgid "Remember Job Progress"
msgstr ""
#. i18n: ectx: property (text), widget (QCheckBox, kcfg_ResetMountModelAfterMeridian)
#. +> trunk5
#: ekos/opsekos.ui:382
#, kde-format
msgid "Reset Mount Model After Meridian Flip"
msgstr ""
#. i18n: ectx: property (toolTip), widget (QCheckBox, kcfg_SaveHFRToFile)
#. +> trunk5
#: ekos/opsekos.ui:389
#, 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:392
#, kde-format
msgid "Save Sequence HFR Value to File"
msgstr ""
#. i18n: ectx: property (toolTip), widget (QCheckBox, kcfg_useSummaryPreview)
#. +> trunk5
#: ekos/opsekos.ui:399
#, 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:402
#, kde-format
msgid "Summary Screen Preview"
msgstr ""
#. i18n: ectx: attribute (title), widget (QWidget, darkLibraryTab)
#. +> trunk5
#: ekos/opsekos.ui:423
#, kde-format
msgid "Dark Library"
msgstr ""
#. i18n: ectx: property (toolTip), widget (QPushButton, clearRowB)
#. +> trunk5
#: ekos/opsekos.ui:454
#, 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:457
#, kde-format
msgid "Clear Row"
msgstr ""
#. i18n: ectx: property (toolTip), widget (QPushButton, clearAllB)
#. +> trunk5
#: ekos/opsekos.ui:474
#, kde-format
msgid "Remove all dark frames data and files"
msgstr ""
#. i18n: ectx: property (text), widget (QPushButton, clearAllB)
#. +> trunk5
#: ekos/opsekos.ui:477
#, kde-format
msgid "Clear All"
msgstr ""
#. i18n: ectx: property (toolTip), widget (QPushButton, openDarksFolderB)
#. +> trunk5
#: ekos/opsekos.ui:491
#, kde-format
msgid "Open folder where dark frames are stored"
msgstr ""
#. i18n: ectx: property (text), widget (QPushButton, openDarksFolderB)
#. +> trunk5
#: ekos/opsekos.ui:494
#, kde-format
msgid "Darks Folder"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, label_10)
#. +> trunk5
#: ekos/opsekos.ui:501 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 (toolTip), widget (QLabel, label_7)
#. i18n: ectx: label, entry (MaxDarkTemperatureDiff), group (DarkLibrary)
#. +> trunk5
-#: ekos/opsekos.ui:508 kstars.kcfg:1452
+#: ekos/opsekos.ui:508 kstars.kcfg:1456
#, 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:511
#, kde-format
msgid "T. Threshold:"
msgstr ""
#. i18n: ectx: property (toolTip), widget (QLabel, label_6)
#. i18n: ectx: label, entry (DarkLibraryDuration), group (Capture)
#. +> trunk5
-#: ekos/opsekos.ui:518 kstars.kcfg:1583
+#: ekos/opsekos.ui:518 kstars.kcfg:1587
#, 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:521
#, kde-format
msgid "Dark Validity"
msgstr ""
#. i18n: ectx: property (toolTip), widget (QTableView, darkTableView)
#. +> trunk5
#: ekos/opsekos.ui:543
#, 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:95 ekos/profileeditor.cpp:97
#: ekos/scheduler/scheduler.cpp:2205 ekos/scheduler/scheduler.cpp:4833
#: ekos/scheduler/scheduler.ui:282 skycomponents/flagcomponent.cpp:44
#, kde-format
msgid "Default"
msgstr ""
#. +> trunk5
#: ekos/profileeditor.cpp:96 ekos/profileeditor.cpp:98
#, kde-format
msgid "Use scope data from INDI"
msgstr ""
#. +> trunk5
#: ekos/profileeditor.cpp:143
#, kde-format
msgid "Cannot save an empty profile!"
msgstr ""
#. +> trunk5
#: ekos/profileeditor.cpp:560
#, kde-format
msgid "<nobr>Available as <b>Remote</b> Driver. To use locally, install the corresponding driver.<nobr/>"
msgstr ""
#. +> trunk5
#: ekos/profileeditor.cpp:562
#, 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:169
#: ekos/profileeditor.ui:290 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:159
#, kde-format
msgid "Guiding:"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, modeLabel)
#. +> trunk5
#: ekos/profileeditor.ui:176
#, 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:186 ekos/profileeditor.ui:280
#: 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:209
#, 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:212
#, kde-format
msgid "INDI Web Manager"
msgstr ""
#. i18n: ectx: property (toolTip), widget (QLineEdit, remotePort)
#. +> trunk5
#: ekos/profileeditor.ui:228
#, 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:231 ekos/profilewizard.ui:515
#: ekos/profilewizard.ui:704
#, kde-format
msgid "7624"
msgstr ""
#. i18n: ectx: property (text), widget (QLineEdit, externalGuideHost)
#. +> trunk5
#: ekos/profileeditor.ui:247
#, kde-format
msgid "localhost"
msgstr ""
#. i18n: ectx: property (text), widget (QRadioButton, remoteMode)
#. +> trunk5
#: ekos/profileeditor.ui:254
#, kde-format
msgid "Re&mote"
msgstr ""
#. i18n: ectx: property (text), widget (QRadioButton, localMode)
#. +> trunk5
#: ekos/profileeditor.ui:297
#, kde-format
msgid "&Local"
msgstr ""
#. i18n: ectx: property (text), item, widget (QComboBox, guideTypeCombo)
#. +> trunk5
#: ekos/profileeditor.ui:308
#, kde-format
msgid "Internal"
msgstr ""
#. i18n: ectx: property (text), item, widget (QComboBox, guideTypeCombo)
#. i18n: ectx: property (text), widget (QRadioButton, usePHD2R)
#. +> trunk5
#: ekos/profileeditor.ui:313 ekos/profilewizard.ui:1064
#, kde-format
msgid "PHD2"
msgstr ""
#. i18n: ectx: property (text), item, widget (QComboBox, guideTypeCombo)
#. +> trunk5
#: ekos/profileeditor.ui:318
#, kde-format
msgid "LinGuider"
msgstr ""
#. i18n: ectx: property (title), widget (QGroupBox, groupBox)
#. +> trunk5
#: ekos/profileeditor.ui:331
#, kde-format
msgid "Select Devices"
msgstr ""
#. i18n: ectx: property (toolTip), widget (QLabel, label_15)
#. +> trunk5
#: ekos/profileeditor.ui:337
#, kde-format
msgid "Auxliary #3"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, label_15)
#. +> trunk5
#: ekos/profileeditor.ui:340
#, kde-format
msgid "Aux 3:"
msgstr ""
#. i18n: ectx: property (toolTip), widget (QLabel, label_17)
#. +> trunk5
#: ekos/profileeditor.ui:373
#, kde-format
msgid "Auxliary #4"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, label_17)
#. +> trunk5
#: ekos/profileeditor.ui:376
#, kde-format
msgid "Aux 4:"
msgstr ""
#. i18n: ectx: property (toolTip), widget (QLabel, label_12)
#. +> trunk5
#: ekos/profileeditor.ui:383
#, kde-format
msgid "Adaptive Optics"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, label_12)
#. +> trunk5
#: ekos/profileeditor.ui:386
#, kde-format
msgid "AO:"
msgstr ""
#. i18n: ectx: property (toolTip), widget (QLabel, label_14)
#. +> trunk5
#: ekos/profileeditor.ui:393
#, kde-format
msgid "Auxliary #2"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, label_14)
#. +> trunk5
#: ekos/profileeditor.ui:396
#, kde-format
msgid "Aux 2:"
msgstr ""
#. i18n: ectx: property (toolTip), widget (QLabel, label_11)
#. +> trunk5
#: ekos/profileeditor.ui:443
#, 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:446 oal/execute.ui:65
#, kde-format
msgid "Weather:"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, label_6)
#. +> trunk5
#: ekos/profileeditor.ui:453
#, kde-format
msgid "Mount:"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, label_13)
#. +> trunk5
#: ekos/profileeditor.ui:480
#, kde-format
msgid "Dome:"
msgstr ""
#. i18n: ectx: property (toolTip), widget (QLabel, label_16)
#. +> trunk5
#: ekos/profileeditor.ui:487
#, kde-format
msgid "Auxliary #1"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, label_16)
#. +> trunk5
#: ekos/profileeditor.ui:490
#, kde-format
msgid "Aux 1:"
msgstr ""
#. i18n: ectx: property (title), widget (QGroupBox, groupBox_2)
#. +> trunk5
#: ekos/profileeditor.ui:601
#, kde-format
msgid "Select Telescopes"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, label)
#. +> trunk5
#: ekos/profileeditor.ui:622
#, kde-format
msgid "Primary:"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, label_2)
#. +> trunk5
#: ekos/profileeditor.ui:639
#, 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:312
#, 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 ""
#. +> trunk5
#: ekos/scheduler/scheduler.cpp:124 ekos/scheduler/scheduler.cpp:756
#, kde-format
msgid "Add observation job to list."
msgstr ""
#. +> trunk5
#: ekos/scheduler/scheduler.cpp:128
#, kde-format
msgid "Remove observation job from list."
msgstr ""
#. +> trunk5
#: ekos/scheduler/scheduler.cpp:302
#, kde-format
msgid "Select FITS Image"
msgstr ""
#. +> trunk5
#: ekos/scheduler/scheduler.cpp:322
#, kde-format
msgid "Select Sequence Queue"
msgstr ""
#. +> trunk5
#: ekos/scheduler/scheduler.cpp:322
#, kde-format
msgid "Ekos Sequence Queue (*.esq)"
msgstr ""
#. +> trunk5
#: ekos/scheduler/scheduler.cpp:344
#, kde-format
msgid "Select Startup Script"
msgstr ""
#. +> trunk5
#: ekos/scheduler/scheduler.cpp:344 ekos/scheduler/scheduler.cpp:356
#, kde-format
msgid "Script (*)"
msgstr ""
#. +> trunk5
#: ekos/scheduler/scheduler.cpp:356
#, kde-format
msgid "Select Shutdown Script"
msgstr ""
#. +> trunk5
#: ekos/scheduler/scheduler.cpp:382 ekos/scheduler/scheduler.cpp:621
#, kde-format
msgid "You cannot add or modify a job while the scheduler is running."
msgstr ""
#. +> trunk5
#: ekos/scheduler/scheduler.cpp:390
#, kde-format
msgid "Target name is required."
msgstr ""
#. +> trunk5
#: ekos/scheduler/scheduler.cpp:396
#, kde-format
msgid "Sequence file is required."
msgstr ""
#. +> trunk5
#: ekos/scheduler/scheduler.cpp:403
#, kde-format
msgid "Target coordinates are required."
msgstr ""
#. +> trunk5
#: ekos/scheduler/scheduler.cpp:425 ekos/scheduler/scheduler.cpp:4455
#, kde-format
msgid "RA value %1 is invalid."
msgstr ""
#. +> trunk5
#: ekos/scheduler/scheduler.cpp:431 ekos/scheduler/scheduler.cpp:4461
#, kde-format
msgid "DEC value %1 is invalid."
msgstr ""
#. +> trunk5
#: ekos/scheduler/scheduler.cpp:593
#, kde-format
msgid "You cannot reset a job while the scheduler is running."
msgstr ""
#. +> trunk5
#: ekos/scheduler/scheduler.cpp:611
#, kde-format
msgid "Job %1 status is reset."
msgstr ""
#. +> trunk5
#: ekos/scheduler/scheduler.cpp:736
#, kde-format
msgid "Exit edit mode"
msgstr ""
#. +> trunk5
#: ekos/scheduler/scheduler.cpp:748
#, kde-format
msgid "Edit mode cancelled."
msgstr ""
#. +> trunk5
#: ekos/scheduler/scheduler.cpp:858
#, kde-format
msgid "Scheduler aborted."
msgstr ""
#. +> trunk5
#: ekos/scheduler/scheduler.cpp:902
#, 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:919 ekos/scheduler/scheduler.ui:661
#, kde-format
msgid "Start Scheduler"
msgstr ""
#. +> trunk5
#: ekos/scheduler/scheduler.cpp:937
#, kde-format
msgid "Scheduler resumed."
msgstr ""
#. +> trunk5
#: ekos/scheduler/scheduler.cpp:941 ekos/scheduler/scheduler.cpp:967
#, kde-format
msgid "Stop Scheduler"
msgstr ""
#. +> trunk5
#: ekos/scheduler/scheduler.cpp:948
#, kde-format
msgid "Startup script URL %1 is not valid."
msgstr ""
#. +> trunk5
#: ekos/scheduler/scheduler.cpp:955
#, kde-format
msgid "Shutdown script URL %1 is not valid."
msgstr ""
#. +> trunk5
#: ekos/scheduler/scheduler.cpp:1003
#, kde-format
msgid "Scheduler paused."
msgstr ""
#. +> trunk5
#: ekos/scheduler/scheduler.cpp:1007
#, kde-format
msgid "Resume Scheduler"
msgstr ""
#. +> trunk5
#: ekos/scheduler/scheduler.cpp:1024
#, kde-format
msgid "%1 observation job has no more runs remaining."
msgstr ""
#. +> trunk5
#: ekos/scheduler/scheduler.cpp:1081
#, kde-format
msgid "Ekos failed to schedule %1."
msgstr ""
#. +> trunk5
#: ekos/scheduler/scheduler.cpp:1087
#, kde-format
msgid "%1 observation job is due to run as soon as possible."
msgstr ""
#. +> trunk5
#: ekos/scheduler/scheduler.cpp:1094
#, kde-format
msgid "%1 observation job is scheduled at %2"
msgstr ""
#. +> trunk5
#: ekos/scheduler/scheduler.cpp:1112
#, kde-format
msgid "%1 completion time (%2) is earlier than start up time (%3)"
msgstr ""
#. +> trunk5
#: ekos/scheduler/scheduler.cpp:1127
#, kde-format
msgid "%1 startup time already passed by %2. Job is marked as invalid."
msgstr ""
#. +> trunk5
#: ekos/scheduler/scheduler.cpp:1133
#, kde-format
msgid "%1 startup time already passed by %2. Aborting job..."
msgstr ""
#. +> trunk5
#: ekos/scheduler/scheduler.cpp:1153 ekos/scheduler/scheduler.cpp:1191
#, kde-format
msgid "%1 observation job evaluation failed with a score of %2. Aborting job..."
msgstr ""
#. +> trunk5
#: ekos/scheduler/scheduler.cpp:1161
#, kde-format
msgid "%1 observation job updated score is %2. Aborting job..."
msgstr ""
#. +> trunk5
#: ekos/scheduler/scheduler.cpp:1164
#, kde-format
msgid "%1 observation job updated score is %2 %3 seconds after startup time. Aborting job..."
msgstr ""
#. +> trunk5
#: ekos/scheduler/scheduler.cpp:1246
#, kde-format
msgid "No valid jobs found, aborting..."
msgstr ""
#. +> trunk5
#: ekos/scheduler/scheduler.cpp:1252
#, kde-format
msgid "%1 job is invalid."
msgid_plural "%1 jobs are invalid."
msgstr[0] ""
msgstr[1] ""
#. +> trunk5
#: ekos/scheduler/scheduler.cpp:1255
#, kde-format
msgid "%1 job aborted."
msgid_plural "%1 jobs aborted"
msgstr[0] ""
msgstr[1] ""
#. +> trunk5
#: ekos/scheduler/scheduler.cpp:1258
#, kde-format
msgid "%1 job completed."
msgid_plural "%1 jobs completed."
msgstr[0] ""
msgstr[1] ""
#. +> trunk5
#: ekos/scheduler/scheduler.cpp:1262
#, kde-format
msgid "Scheduler complete. Starting shutdown procedure..."
msgstr ""
#. +> trunk5
#: ekos/scheduler/scheduler.cpp:1332
#, kde-format
msgid "Observation jobs %1 and %2 have close start up times. %2 is rescheduled to %3."
msgstr ""
#. +> trunk5
#: ekos/scheduler/scheduler.cpp:1341
#, kde-format
msgid "Job evaluation complete."
msgstr ""
#. +> trunk5
#: ekos/scheduler/scheduler.cpp:1399
#, kde-format
msgid "Found candidate job %1 (Priority #%2)."
msgstr ""
#. +> trunk5
#: ekos/scheduler/scheduler.cpp:1432
#, kde-format
msgid "%1 observation job is scheduled for execution at %2. Observatory is scheduled for shutdown until next job is ready."
msgstr ""
#. +> trunk5
#: ekos/scheduler/scheduler.cpp:1454
#, kde-format
msgid "%1 observation job is scheduled for execution at %2. Parking the mount until the job is ready."
msgstr ""
#. +> trunk5
#: ekos/scheduler/scheduler.cpp:1463
#, kde-format
msgid "Scheduler is going into sleep mode..."
msgstr ""
#. +> trunk5
#: ekos/scheduler/scheduler.cpp:1466
#, kde-format
msgid "Scheduler is in sleep mode"
msgstr ""
#. +> trunk5
#: ekos/scheduler/scheduler.cpp:1490
#, kde-format
msgid "Scheduler is awake."
msgstr ""
#. +> trunk5
#: ekos/scheduler/scheduler.cpp:1496
#, kde-format
msgid "Scheduler is awake. Jobs shall be started when ready..."
msgstr ""
#. +> trunk5
#: ekos/scheduler/scheduler.cpp:1498
#, kde-format
msgid "Scheduler is awake. Jobs shall be started when scheduler is resumed."
msgstr ""
#. +> trunk5
#: ekos/scheduler/scheduler.cpp:1558
#, kde-format
msgid "%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:1569
#, kde-format
msgid "%1 is scheduled to start at %2 where its altitude is %3 degrees."
msgstr ""
#. +> trunk5
#: ekos/scheduler/scheduler.cpp:1577
#, kde-format
msgid "No night time found for %1 to rise above minimum altitude of %2 degrees."
msgstr ""
#. +> trunk5
#: ekos/scheduler/scheduler.cpp:1580
#, kde-format
msgid "No night time found for %1 to rise above minimum altitude of %2 degrees with minimum moon separation of %3 degrees."
msgstr ""
#. +> trunk5
#: ekos/scheduler/scheduler.cpp:1603
#, kde-format
msgid "%1 Transit time is %2"
msgstr ""
#. +> trunk5
#: ekos/scheduler/scheduler.cpp:1612
#, 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:1618
#, kde-format
msgid "%1 culminates during the day and cannot be scheduled for observation."
msgstr ""
#. +> trunk5
#: ekos/scheduler/scheduler.cpp:1624
#, kde-format
msgid "Observation time for %1 already passed."
msgstr ""
#. +> trunk5
#: ekos/scheduler/scheduler.cpp:1649
#, kde-format
msgid "Weather conditions are OK."
msgstr ""
#. +> trunk5
#: ekos/scheduler/scheduler.cpp:1653
#, kde-format
msgid "Warning! Weather conditions are in the WARNING zone."
msgstr ""
#. +> trunk5
#: ekos/scheduler/scheduler.cpp:1657
#, kde-format
msgid "Caution! Weather conditions are in the DANGER zone!"
msgstr ""
#. +> trunk5
#: ekos/scheduler/scheduler.cpp:1664
#, kde-format
msgid "Warning: Ekos did not receive any weather updates for the last %1 minutes."
msgstr ""
#. +> trunk5
#: ekos/scheduler/scheduler.cpp:1685
#, kde-format
msgid "Weather conditions in warning zone"
msgstr ""
#. +> trunk5
#: ekos/scheduler/scheduler.cpp:1693
#, kde-format
msgid "Weather conditions are critical. Observatory shutdown is imminent"
msgstr ""
#. +> trunk5
#: ekos/scheduler/scheduler.cpp:1709
#, kde-format
msgid "Starting shutdown procedure due to severe weather."
msgstr ""
#. +> trunk5
#: ekos/scheduler/scheduler.cpp:1762
#, kde-format
msgid "Dark sky score is %1 for time %2"
msgstr ""
#. +> trunk5
#: ekos/scheduler/scheduler.cpp:1820
#, kde-format
msgid "%1 altitude at %2 is %3 degrees. %1 altitude score is %4."
msgstr ""
#. +> trunk5
#: ekos/scheduler/scheduler.cpp:1903
#, kde-format
msgid "%1 Moon score %2 (separation %3)."
msgstr ""
#. +> trunk5
#: ekos/scheduler/scheduler.cpp:1921
#, kde-format
msgid "Astronomical twilight rise is at %1, set is at %2, and current time is %3"
msgstr ""
#. +> trunk5
#: ekos/scheduler/scheduler.cpp:1941
#, kde-format
msgid "Ekos job started (%1)"
msgstr ""
#. +> trunk5
#: ekos/scheduler/scheduler.cpp:1988
#, kde-format
msgid "Ekos started."
msgstr ""
#. +> trunk5
#: ekos/scheduler/scheduler.cpp:1994
#, kde-format
msgid "Ekos failed to start."
msgstr ""
#. +> trunk5
#: ekos/scheduler/scheduler.cpp:2001
#, kde-format
msgid "Ekos timed out."
msgstr ""
#. +> trunk5
#: ekos/scheduler/scheduler.cpp:2014
#, kde-format
msgid "Ekos stopped."
msgstr ""
#. +> trunk5
#: ekos/scheduler/scheduler.cpp:2069
#, kde-format
msgid "INDI devices connected."
msgstr ""
#. +> trunk5
#: ekos/scheduler/scheduler.cpp:2077 ekos/scheduler/scheduler.cpp:2091
#, kde-format
msgid "One or more INDI devices failed to connect. Retrying..."
msgstr ""
#. +> trunk5
#: ekos/scheduler/scheduler.cpp:2082
#, kde-format
msgid "INDI devices failed to connect. Check INDI control panel for details."
msgstr ""
#. +> trunk5
#: ekos/scheduler/scheduler.cpp:2096
#, kde-format
msgid "INDI devices connection timed out. Check INDI control panel for details."
msgstr ""
#. +> trunk5
#: ekos/scheduler/scheduler.cpp:2110
#, kde-format
msgid "INDI devices disconnected."
msgstr ""
#. +> trunk5
#: ekos/scheduler/scheduler.cpp:2185
#, kde-format
msgid "Observatory is in the startup process"
msgstr ""
#. +> trunk5
#: ekos/scheduler/scheduler.cpp:2196
#, kde-format
msgid "Ekos is already started, skipping startup script..."
msgstr ""
#. +> trunk5
#: ekos/scheduler/scheduler.cpp:2295
#, kde-format
msgid "Observatory is in the shutdown process"
msgstr ""
#. +> trunk5
#: ekos/scheduler/scheduler.cpp:2318
#, kde-format
msgid "Warming up CCD..."
msgstr ""
#. +> trunk5
#: ekos/scheduler/scheduler.cpp:2452
#, kde-format
msgid "park/unpark wait procedure failed, aborting..."
msgstr ""
#. +> trunk5
#: ekos/scheduler/scheduler.cpp:2463
#, kde-format
msgid "Executing script %1 ..."
msgstr ""
#. +> trunk5
#: ekos/scheduler/scheduler.cpp:2493
#, kde-format
msgid "Startup script failed, aborting..."
msgstr ""
#. +> trunk5
#: ekos/scheduler/scheduler.cpp:2498
#, kde-format
msgid "Shutdown script failed, aborting..."
msgstr ""
#. +> trunk5
#: ekos/scheduler/scheduler.cpp:2537
#, kde-format
msgid "Shutdown complete."
msgstr ""
#. +> trunk5
#: ekos/scheduler/scheduler.cpp:2539
#, kde-format
msgid "Shutdown procedure failed, aborting..."
msgstr ""
#. +> trunk5
#: ekos/scheduler/scheduler.cpp:2627
#, kde-format
msgid "%1 current altitude (%2 degrees) crossed minimum constraint altitude (%3 degrees), aborting job..."
msgstr ""
#. +> trunk5
#: ekos/scheduler/scheduler.cpp:2653
#, kde-format
msgid "Current moon separation (%1 degrees) is lower than %2 minimum constraint (%3 degrees), aborting job..."
msgstr ""
#. +> trunk5
#: ekos/scheduler/scheduler.cpp:2674
#, kde-format
msgid "Approaching astronomical twilight rise limit at %1 (%2 minutes safety margin), aborting all jobs..."
msgstr ""
#. +> trunk5
#: ekos/scheduler/scheduler.cpp:2708 ekos/scheduler/scheduler.cpp:2741
#: ekos/scheduler/scheduler.cpp:2801 ekos/scheduler/scheduler.cpp:2854
#: ekos/scheduler/scheduler.cpp:2886 ekos/scheduler/scheduler.cpp:2931
#, kde-format
msgid "Connection to INDI is lost. Aborting..."
msgstr ""
#. +> trunk5
#: ekos/scheduler/scheduler.cpp:2719
#, kde-format
msgid "%1 slew is complete."
msgstr ""
#. +> trunk5
#: ekos/scheduler/scheduler.cpp:2726 ekos/scheduler/scheduler.cpp:2869
#, kde-format
msgid "%1 slew failed!"
msgstr ""
#. +> trunk5
#: ekos/scheduler/scheduler.cpp:2754
#, kde-format
msgid "%1 focusing is complete."
msgstr ""
#. +> trunk5
#: ekos/scheduler/scheduler.cpp:2765
#, kde-format
msgid "%1 focusing failed!"
msgstr ""
#. +> trunk5
#: ekos/scheduler/scheduler.cpp:2769
#, kde-format
msgid "Restarting %1 focusing procedure..."
msgstr ""
#. +> trunk5
#: ekos/scheduler/scheduler.cpp:2812
#, kde-format
msgid "%1 alignment is complete."
msgstr ""
#. +> trunk5
#: ekos/scheduler/scheduler.cpp:2820
#, kde-format
msgid "%1 alignment failed!"
msgstr ""
#. +> trunk5
#: ekos/scheduler/scheduler.cpp:2826
#, kde-format
msgid "Restarting %1 alignment procedure..."
msgstr ""
#. +> trunk5
#: ekos/scheduler/scheduler.cpp:2862
#, kde-format
msgid "%1 repositioning is complete."
msgstr ""
#. +> trunk5
#: ekos/scheduler/scheduler.cpp:2897
#, kde-format
msgid "%1 guiding is in progress..."
msgstr ""
#. +> trunk5
#: ekos/scheduler/scheduler.cpp:2906
#, kde-format
msgid "%1 guiding failed!"
msgstr ""
#. +> trunk5
#: ekos/scheduler/scheduler.cpp:2908
#, kde-format
msgid "%1 calibration failed!"
msgstr ""
#. +> trunk5
#: ekos/scheduler/scheduler.cpp:2912 ekos/scheduler/scheduler.cpp:2953
#, kde-format
msgid "Restarting %1 guiding procedure..."
msgstr ""
#. +> trunk5
#: ekos/scheduler/scheduler.cpp:2939
#, kde-format
msgid "%1 capture failed!"
msgstr ""
#. +> trunk5
#: ekos/scheduler/scheduler.cpp:2969
#, kde-format
msgid "Ekos job (%1) - Capture finished"
msgstr ""
#. +> trunk5
#: ekos/scheduler/scheduler.cpp:3009
#, kde-format
msgid "Proceeding directly to capture stage because only calibration frames are pending."
msgstr ""
#. +> trunk5
#: ekos/scheduler/scheduler.cpp:3109
#, kde-format
msgid "Open Ekos Scheduler List"
msgstr ""
#. +> trunk5
#: ekos/scheduler/scheduler.cpp:3386
#, kde-format
msgid "Save Ekos Scheduler List"
msgstr ""
#. +> trunk5
#: ekos/scheduler/scheduler.cpp:3404
#, kde-format
msgid "Failed to save scheduler list"
msgstr ""
#. +> trunk5
#: ekos/scheduler/scheduler.cpp:3525
#, kde-format
msgid "Scheduler list saved to %1"
msgstr ""
#. +> trunk5
#: ekos/scheduler/scheduler.cpp:3541
#, kde-format
msgid "Slewing to %1 ..."
msgstr ""
#. +> trunk5
#: ekos/scheduler/scheduler.cpp:3570
#, kde-format
msgid "canAutoFocus DBUS error: %1"
msgstr ""
#. +> trunk5
#: ekos/scheduler/scheduler.cpp:3576
#, kde-format
msgid "Autofocus is not supported."
msgstr ""
#. +> trunk5
#: ekos/scheduler/scheduler.cpp:3592
#, kde-format
msgid "resetFrame DBUS error: %1"
msgstr ""
#. +> trunk5
#: ekos/scheduler/scheduler.cpp:3604
#, kde-format
msgid "setAutoFocusStar DBUS error: %1"
msgstr ""
#. +> trunk5
#: ekos/scheduler/scheduler.cpp:3612
#, kde-format
msgid "startFocus DBUS error: %1"
msgstr ""
#. +> trunk5
#: ekos/scheduler/scheduler.cpp:3629
#, kde-format
msgid "Focusing %1 ..."
msgstr ""
#. +> trunk5
#: ekos/scheduler/scheduler.cpp:3640
#, kde-format
msgid "%1 observation job terminated due to errors."
msgstr ""
#. +> trunk5
#: ekos/scheduler/scheduler.cpp:3681
#, kde-format
msgid "%1 observation job is complete."
msgstr ""
#. +> trunk5
#: ekos/scheduler/scheduler.cpp:3692
#, kde-format
msgid "Repeating %1 observation job. %2 runs remaining."
msgstr ""
#. +> trunk5
#: ekos/scheduler/scheduler.cpp:3717
#, kde-format
msgid "%1 observation job reached completion time with #%2 batch done. Stopping..."
msgid_plural "%1 observation job reached completion time with #%2 batches done. Stopping..."
msgstr[0] ""
msgstr[1] ""
#. +> trunk5
#: ekos/scheduler/scheduler.cpp:3732
#, kde-format
msgid "%1 observation job completed and will restart now..."
msgstr ""
#. +> trunk5
#: ekos/scheduler/scheduler.cpp:3763
#, kde-format
msgid "loadAndSlew DBUS error: %1"
msgstr ""
#. +> trunk5
#: ekos/scheduler/scheduler.cpp:3768
#, kde-format
msgid "Solving %1 ..."
msgstr ""
#. +> trunk5
#: ekos/scheduler/scheduler.cpp:3774
#, kde-format
msgid "captureAndSolve DBUS error: %1"
msgstr ""
#. +> trunk5
#: ekos/scheduler/scheduler.cpp:3778
#, kde-format
msgid "Capturing and solving %1 ..."
msgstr ""
#. +> trunk5
#: ekos/scheduler/scheduler.cpp:3801
#, kde-format
msgid "Starting guiding procedure for %1 ..."
msgstr ""
#. +> trunk5
#: ekos/scheduler/scheduler.cpp:3830
#, kde-format
msgid "Ekos job (%1) - Capture started"
msgstr ""
#. +> trunk5
#: ekos/scheduler/scheduler.cpp:3833
#, kde-format
msgid "%1 capture is in progress (Batch #%2)..."
msgstr ""
#. +> trunk5
#: ekos/scheduler/scheduler.cpp:3835
#, kde-format
msgid "%1 capture is in progress..."
msgstr ""
#. +> trunk5
#: ekos/scheduler/scheduler.cpp:3901
#, kde-format
msgid "Cannot estimate time since the sequence saves the files remotely."
msgstr ""
#. +> trunk5
#: ekos/scheduler/scheduler.cpp:3978
#, kde-format
msgid "%1 observation job is already complete."
msgstr ""
#. +> trunk5
#: ekos/scheduler/scheduler.cpp:4003
#, kde-format
msgid "%1 observation job is estimated to take %2 to complete."
msgstr ""
#. +> trunk5
#: ekos/scheduler/scheduler.cpp:4019
#, kde-format
msgid "Parking mount in progress..."
msgstr ""
#. +> trunk5
#: ekos/scheduler/scheduler.cpp:4023
#, kde-format
msgid "Parking mount..."
msgstr ""
#. +> trunk5
#: ekos/scheduler/scheduler.cpp:4035
#, kde-format
msgid "Mount already parked."
msgstr ""
#. +> trunk5
#: ekos/scheduler/scheduler.cpp:4052
#, kde-format
msgid "Unparking mount in progress..."
msgstr ""
#. +> trunk5
#: ekos/scheduler/scheduler.cpp:4056
#, kde-format
msgid "Unparking mount..."
msgstr ""
#. +> trunk5
#: ekos/scheduler/scheduler.cpp:4068
#, kde-format
msgid "Mount already unparked."
msgstr ""
#. +> trunk5
#: ekos/scheduler/scheduler.cpp:4098
#, kde-format
msgid "Mount unparked."
msgstr ""
#. +> trunk5
#: ekos/scheduler/scheduler.cpp:4113 ekos/scheduler/scheduler.cpp:4243
#: ekos/scheduler/scheduler.cpp:4362
#, kde-format
msgid "Operation timeout. Restarting operation..."
msgstr ""
#. +> trunk5
#: ekos/scheduler/scheduler.cpp:4126 ekos/scheduler/scheduler.cpp:4141
#, kde-format
msgid "Mount unparking error."
msgstr ""
#. +> trunk5
#: ekos/scheduler/scheduler.cpp:4131 ekos/scheduler/scheduler.cpp:4136
#, kde-format
msgid "Mount parking error."
msgstr ""
#. +> trunk5
#: ekos/scheduler/scheduler.cpp:4181
#, kde-format
msgid "Dome already parked."
msgstr ""
#. +> trunk5
#: ekos/scheduler/scheduler.cpp:4195
#, kde-format
msgid "Unparking dome..."
msgstr ""
#. +> trunk5
#: ekos/scheduler/scheduler.cpp:4201
#, kde-format
msgid "Dome already unparked."
msgstr ""
#. +> trunk5
#: ekos/scheduler/scheduler.cpp:4231
#, kde-format
msgid "Dome unparked."
msgstr ""
#. +> trunk5
#: ekos/scheduler/scheduler.cpp:4256
#, kde-format
msgid "Dome parking error."
msgstr ""
#. +> trunk5
#: ekos/scheduler/scheduler.cpp:4261
#, kde-format
msgid "Dome unparking error."
msgstr ""
#. +> trunk5
#: ekos/scheduler/scheduler.cpp:4295
#, kde-format
msgid "Parking Cap..."
msgstr ""
#. +> trunk5
#: ekos/scheduler/scheduler.cpp:4301
#, kde-format
msgid "Cap already parked."
msgstr ""
#. +> trunk5
#: ekos/scheduler/scheduler.cpp:4315
#, kde-format
msgid "Unparking cap..."
msgstr ""
#. +> trunk5
#: ekos/scheduler/scheduler.cpp:4321
#, kde-format
msgid "Cap already unparked."
msgstr ""
#. +> trunk5
#: ekos/scheduler/scheduler.cpp:4340
#, kde-format
msgid "Cap parked."
msgstr ""
#. +> trunk5
#: ekos/scheduler/scheduler.cpp:4350
#, kde-format
msgid "Cap unparked."
msgstr ""
#. +> trunk5
#: ekos/scheduler/scheduler.cpp:4375
#, kde-format
msgid "Cap parking error."
msgstr ""
#. +> trunk5
#: ekos/scheduler/scheduler.cpp:4380
#, kde-format
msgid "Cap unparking error."
msgstr ""
#. +> trunk5
#: ekos/scheduler/scheduler.cpp:4417
#, kde-format
msgid "Weather information is pending..."
msgstr ""
#. +> trunk5
#: ekos/scheduler/scheduler.cpp:4429
#, kde-format
msgid "%1 observation job aborted due to bad weather."
msgstr ""
#. +> trunk5
#: ekos/scheduler/scheduler.cpp:4532
#, kde-format
msgid "Mosaic file %1 saved successfully."
msgstr ""
#. +> trunk5
#: ekos/scheduler/scheduler.cpp:4536
#, kde-format
msgid "Error saving mosaic file %1. Please reload job."
msgstr ""
#. +> trunk5
#: ekos/scheduler/scheduler.cpp:4648
#, kde-format
msgid "Warning! 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:4650
#, kde-format
msgid "Astronomial Twilight Warning"
msgstr ""
#. +> trunk5
#: ekos/scheduler/scheduler.cpp:4664
#, kde-format
msgid "Manual startup procedure completed successfully."
msgstr ""
#. +> trunk5
#: ekos/scheduler/scheduler.cpp:4666
#, kde-format
msgid "Manual startup procedure terminated due to errors."
msgstr ""
#. +> trunk5
#: ekos/scheduler/scheduler.cpp:4679
#, kde-format
msgid "Cannot run startup procedure while INDI devices are not online."
msgstr ""
#. +> trunk5
#: ekos/scheduler/scheduler.cpp:4684
#, kde-format
msgid "Are you sure you want to execute the startup procedure manually?"
msgstr ""
#. +> trunk5
#: ekos/scheduler/scheduler.cpp:4686
#, kde-format
msgid "Warning! Executing startup procedure manually..."
msgstr ""
#. +> trunk5
#: ekos/scheduler/scheduler.cpp:4734
#, kde-format
msgid "Startup procedure terminated."
msgstr ""
#. +> trunk5
#: ekos/scheduler/scheduler.cpp:4747
#, kde-format
msgid "Manual shutdown procedure completed successfully."
msgstr ""
#. +> trunk5
#: ekos/scheduler/scheduler.cpp:4753
#, kde-format
msgid "Manual shutdown procedure terminated due to errors."
msgstr ""
#. +> trunk5
#: ekos/scheduler/scheduler.cpp:4766
#, kde-format
msgid "Are you sure you want to execute the shutdown procedure manually?"
msgstr ""
#. +> trunk5
#: ekos/scheduler/scheduler.cpp:4768
#, kde-format
msgid "Warning! Executing shutdown procedure manually..."
msgstr ""
#. +> trunk5
#: ekos/scheduler/scheduler.cpp:4819
#, kde-format
msgid "Shutdown procedure terminated."
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
#, 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, evaluateOnlyB)
#. +> trunk5
#: ekos/scheduler/scheduler.ui:451
#, kde-format
msgid ""
"<html><head/><body>"
"<p>Only evaluate jobs</p>"
"</body></html>"
msgstr ""
#. i18n: ectx: property (toolTip), widget (QPushButton, mosaicB)
#. +> trunk5
#: ekos/scheduler/scheduler.ui:482
#, kde-format
msgid "Create mosaic job. You must add a job before creating a mosaic job."
msgstr ""
#. i18n: ectx: property (toolTip), widget (QTableWidget, queueTable)
#. +> trunk5
#: ekos/scheduler/scheduler.ui:585
#, kde-format
msgid "Job scheduler list. Click to edit a job. Double click to reset a job status."
msgstr ""
#. i18n: ectx: property (text), widget (QTableWidget, queueTable)
#. i18n: ectx: property (text), widget (QTreeWidget, clientTreeWidget)
#. i18n: ectx: property (text), widget (QLabel, label)
#. +> trunk5
#: ekos/scheduler/scheduler.ui:601 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:617
#, kde-format
msgid "Start Time"
msgstr ""
#. i18n: ectx: property (text), widget (QTableWidget, queueTable)
#. +> trunk5
#: ekos/scheduler/scheduler.ui:622
#, kde-format
msgid "End Time"
msgstr ""
#. i18n: ectx: property (text), widget (QTableWidget, queueTable)
#. +> trunk5
#: ekos/scheduler/scheduler.ui:627
#, kde-format
msgid "Est. Duration"
msgstr ""
#. i18n: ectx: property (toolTip), widget (QPushButton, pauseB)
#. +> trunk5
#: ekos/scheduler/scheduler.ui:692
#, kde-format
msgid "Pause Scheduler"
msgstr ""
#. i18n: ectx: property (title), widget (QGroupBox, startupGroup)
#. +> trunk5
#: ekos/scheduler/scheduler.ui:742
#, kde-format
msgid "Job Startup Conditions"
msgstr ""
#. i18n: ectx: property (toolTip), widget (QRadioButton, asapConditionR)
#. +> trunk5
#: ekos/scheduler/scheduler.ui:768
#, 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:771
#, kde-format
msgid "ASAP"
msgstr ""
#. i18n: ectx: property (toolTip), widget (QRadioButton, culminationConditionR)
#. +> trunk5
#: ekos/scheduler/scheduler.ui:791
#, 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:794
#, kde-format
msgid "Cu&lmination Offset"
msgstr ""
#. i18n: ectx: property (toolTip), widget (QSpinBox, culminationOffset)
#. +> trunk5
#: ekos/scheduler/scheduler.ui:804
#, 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:843
#, 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:846
#, kde-format
msgid "On"
msgstr ""
#. i18n: ectx: property (displayFormat), widget (QDateTimeEdit, startupTimeEdit)
#. i18n: ectx: property (displayFormat), widget (QDateTimeEdit, completionTimeEdit)
#. +> trunk5
#: ekos/scheduler/scheduler.ui:856 ekos/scheduler/scheduler.ui:1158
#, kde-format
msgid "dd/MM/yy hh:mm"
msgstr ""
#. i18n: ectx: property (title), widget (QGroupBox, contraintsGroup)
#. +> trunk5
#: ekos/scheduler/scheduler.ui:884
#, kde-format
msgid "Job Constraints"
msgstr ""
#. i18n: ectx: property (toolTip), widget (QCheckBox, altConstraintCheck)
#. +> trunk5
#: ekos/scheduler/scheduler.ui:910
#, 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:913
#, kde-format
msgid "Alt > "
msgstr ""
#. i18n: ectx: property (toolTip), widget (QCheckBox, moonSeparationCheck)
#. +> trunk5
#: ekos/scheduler/scheduler.ui:943
#, 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:946
#, kde-format
msgid "Moon > "
msgstr ""
#. i18n: ectx: property (toolTip), widget (QCheckBox, twilightCheck)
#. +> trunk5
#: ekos/scheduler/scheduler.ui:980
#, 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:983
#, kde-format
msgid "Twilight"
msgstr ""
#. i18n: ectx: property (toolTip), widget (QCheckBox, weatherCheck)
#. +> trunk5
#: ekos/scheduler/scheduler.ui:996
#, 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:1046
#, kde-format
msgid "Job Completion Conditions"
msgstr ""
#. i18n: ectx: property (toolTip), widget (QRadioButton, sequenceCompletionR)
#. +> trunk5
#: ekos/scheduler/scheduler.ui:1067
#, 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:1070
#, kde-format
msgid "Se&quence completion"
msgstr ""
#. i18n: ectx: property (text), widget (QRadioButton, repeatCompletionR)
#. +> trunk5
#: ekos/scheduler/scheduler.ui:1085
#, kde-format
msgid "Repeat for"
msgstr ""
#. i18n: ectx: property (toolTip), widget (QSpinBox, repeatsSpin)
#. +> trunk5
#: ekos/scheduler/scheduler.ui:1095
#, 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:1105
#, kde-format
msgid "runs"
msgstr ""
#. i18n: ectx: property (toolTip), widget (QRadioButton, loopCompletionR)
#. +> trunk5
#: ekos/scheduler/scheduler.ui:1127
#, kde-format
msgid "Restart the sequence job indefinitely."
msgstr ""
#. i18n: ectx: property (text), widget (QRadioButton, loopCompletionR)
#. +> trunk5
#: ekos/scheduler/scheduler.ui:1130
#, kde-format
msgid "Repeat until ter&minated"
msgstr ""
#. i18n: ectx: property (toolTip), widget (QRadioButton, timeCompletionR)
#. +> trunk5
#: ekos/scheduler/scheduler.ui:1145
#, 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:1148
#, kde-format
msgid "Repeat until"
msgstr ""
#. i18n: ectx: property (toolTip), widget (QGroupBox, groupBox_2)
#. +> trunk5
#: ekos/scheduler/scheduler.ui:1196
#, 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:1199
#, 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:1228 ekos/scheduler/scheduler.ui:1421
#, kde-format
msgid "Park dome to home position"
msgstr ""
#. i18n: ectx: property (text), widget (QCheckBox, unparkDomeCheck)
#. +> trunk5
#: ekos/scheduler/scheduler.ui:1231
#, 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:1244 ekos/scheduler/scheduler.ui:1405
#, kde-format
msgid "Park telescope to home position."
msgstr ""
#. i18n: ectx: property (text), widget (QCheckBox, unparkMountCheck)
#. +> trunk5
#: ekos/scheduler/scheduler.ui:1247
#, kde-format
msgid "UnPark Mount"
msgstr ""
#. i18n: ectx: property (toolTip), widget (QCheckBox, uncapCheck)
#. +> trunk5
#: ekos/scheduler/scheduler.ui:1257
#, kde-format
msgid "Open dust cover"
msgstr ""
#. i18n: ectx: property (text), widget (QCheckBox, uncapCheck)
#. +> trunk5
#: ekos/scheduler/scheduler.ui:1260
#, kde-format
msgid "UnCap"
msgstr ""
#. i18n: ectx: property (toolTip), widget (QGroupBox, groupBox_10)
#. +> trunk5
#: ekos/scheduler/scheduler.ui:1344
#, 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:1347
#, kde-format
msgid "Observatory Shutdown Procedure"
msgstr ""
#. i18n: ectx: property (toolTip), widget (QCheckBox, warmCCDCheck)
#. +> trunk5
#: ekos/scheduler/scheduler.ui:1376
#, kde-format
msgid "Turn off CCD cooler."
msgstr ""
#. i18n: ectx: property (text), widget (QCheckBox, warmCCDCheck)
#. +> trunk5
#: ekos/scheduler/scheduler.ui:1379
#, kde-format
msgid "Warm CCD"
msgstr ""
#. i18n: ectx: property (toolTip), widget (QCheckBox, capCheck)
#. +> trunk5
#: ekos/scheduler/scheduler.ui:1389
#, kde-format
msgid "Close dust cover"
msgstr ""
#. i18n: ectx: property (text), widget (QCheckBox, capCheck)
#. +> trunk5
#: ekos/scheduler/scheduler.ui:1392
#, kde-format
msgid "Cap"
msgstr ""
#. +> trunk5
#: ekos/scheduler/schedulerjob.cpp:154
#, kde-format
msgid "Evaluating"
msgstr ""
#. +> trunk5
#: ekos/scheduler/schedulerjob.cpp:158
#, kde-format
msgid "Scheduled"
msgstr ""
#. +> trunk5
#: ekos/scheduler/schedulerjob.cpp:162
#, kde-format
msgid "Running"
msgstr ""
#. +> trunk5
#: ekos/scheduler/schedulerjob.cpp:166
#, kde-format
msgid "Invalid"
msgstr ""
#. +> trunk5
#: ekos/scheduler/schedulerjob.cpp:179
#, kde-format
msgid "Ekos job failed (%1)"
msgstr ""
#. +> trunk5
#: ekos/scheduler/schedulerjob.cpp:184 fitsviewer/fitshistogram.cpp:646
#: indi/indigroup.cpp:37 skycomponents/constellationboundarylines.cpp:290
#, kde-format
msgid "Unknown"
msgstr ""
#. +> trunk5
#: ekos/scheduler/schedulerjob.cpp:239
#, kde-format
msgid "Slew complete"
msgstr ""
#. +> trunk5
#: ekos/scheduler/schedulerjob.cpp:248
#, kde-format
msgid "Focus complete"
msgstr ""
#. +> trunk5
#: ekos/scheduler/schedulerjob.cpp:256
#, kde-format
msgid "Align complete"
msgstr ""
#. +> trunk5
#: ekos/scheduler/schedulerjob.cpp:260
#, kde-format
msgid "Repositioning"
msgstr ""
#. +> trunk5
#: ekos/scheduler/schedulerjob.cpp:264
#, kde-format
msgid "Repositioning complete"
msgstr ""
#. +> trunk5
#: fitsviewer/fitsdata.cpp:138
#, kde-format
msgid "Could not open file %1. Error %2"
msgstr ""
#. +> trunk5
#: fitsviewer/fitsdata.cpp:140 fitsviewer/fitsdata.cpp:151
#: fitsviewer/fitsdata.cpp:160 fitsviewer/fitsdata.cpp:204
#: fitsviewer/fitsdata.cpp:217 fitsviewer/fitsdata.cpp:256
#, kde-format
msgid "FITS Open"
msgstr ""
#. +> trunk5
#: fitsviewer/fitsdata.cpp:149
#, kde-format
msgid "FITS file open error (fits_get_img_param): %1"
msgstr ""
#. +> trunk5
#: fitsviewer/fitsdata.cpp:158
#, kde-format
msgid "1D FITS images are not supported in KStars."
msgstr ""
#. +> trunk5
#: fitsviewer/fitsdata.cpp:202
#, kde-format
msgid "Bit depth %1 is not supported."
msgstr ""
#. +> trunk5
#: fitsviewer/fitsdata.cpp:215
#, kde-format
msgid "Image has invalid dimensions %1x%2"
msgstr ""
#. +> trunk5
#: fitsviewer/fitsdata.cpp:254 fitsviewer/fitsdata.cpp:3122
#, kde-format
msgid "Error reading image: %1"
msgstr ""
#. +> trunk5
#: fitsviewer/fitsdata.cpp:2159 fitsviewer/fitsdata.cpp:2166
#: fitsviewer/fitsdata.cpp:2223 fitsviewer/fitsdata.cpp:2230
#: fitsviewer/fitsdata.cpp:2295 fitsviewer/fitsdata.cpp:2332
#, kde-format
msgid "No world coordinate systems found."
msgstr ""
#. +> trunk5
#: fitsviewer/fitsdata.cpp:3065
#, kde-format
msgid "Only 8 and 16 bits bayered images supported."
msgstr ""
#. +> trunk5
#: fitsviewer/fitsdata.cpp:3065 fitsviewer/fitsdata.cpp:3082
#: fitsviewer/fitsdata.cpp:3122 fitsviewer/fitsdata.cpp:3151
#: fitsviewer/fitsdata.cpp:3174 fitsviewer/fitsdata.cpp:3188
#: fitsviewer/fitsdata.cpp:3225 fitsviewer/fitsdata.cpp:3248
#: fitsviewer/fitsdata.cpp:3262
#, kde-format
msgid "Debayer error"
msgstr ""
#. +> trunk5
#: fitsviewer/fitsdata.cpp:3082
#, kde-format
msgid "Unsupported bayer pattern %1."
msgstr ""
#. +> trunk5
#: fitsviewer/fitsdata.cpp:3151 fitsviewer/fitsdata.cpp:3188
#: fitsviewer/fitsdata.cpp:3225 fitsviewer/fitsdata.cpp:3262
#, kde-format
msgid "Unable to allocate memory for temporary bayer buffer."
msgstr ""
#. +> trunk5
#: fitsviewer/fitsdata.cpp:3174 fitsviewer/fitsdata.cpp:3248
#, kde-format
msgid "Debayer failed (%1)"
msgstr ""
#. +> trunk5
#: fitsviewer/fitsdebayer.cpp:58
#, kde-format
msgid "Processing..."
msgstr ""
#. +> trunk5
#: fitsviewer/fitsdebayer.cpp:69
#, 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:901
#, kde-format
msgid "Ready."
msgstr ""
#. i18n: ectx: property (windowTitle), widget (QDialog, fitsHeaderDialog)
#. +> trunk5
#: fitsviewer/fitsheaderdialog.ui:14 fitsviewer/fitstab.cpp:190
#: 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:260
#, kde-format
msgid "Intensity"
msgstr ""
#. +> trunk5
#: fitsviewer/fitshistogram.cpp:261
#, kde-format
msgid "Frequency"
msgstr ""
#. +> trunk5
#: fitsviewer/fitshistogram.cpp:628
#, kde-format
msgid "Auto Scale"
msgstr ""
#. +> trunk5
#: fitsviewer/fitshistogram.cpp:631
#, kde-format
msgid "Linear Scale"
msgstr ""
#. +> trunk5
#: fitsviewer/fitshistogram.cpp:634
#, kde-format
msgid "Logarithmic Scale"
msgstr ""
#. +> trunk5
#: fitsviewer/fitshistogram.cpp:637
#, 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:192
#, kde-format
msgctxt "Half Flux Radius"
msgid "HFR: %1"
msgstr ""
#. +> trunk5
#: fitsviewer/fitslabel.cpp:237 tools/whatsinteresting/wiview.cpp:323
#, kde-format
msgid "Continue Slew"
msgstr ""
#. +> trunk5
#: fitsviewer/fitstab.cpp:49
#, kde-format
msgid "Save Changes to FITS?"
msgstr ""
#. +> trunk5
#: fitsviewer/fitstab.cpp:50
#, kde-format
msgid "The current FITS file has unsaved changes. Would you like to save before closing it?"
msgstr ""
#. +> trunk5
#: fitsviewer/fitstab.cpp:190
#, kde-format
msgid "FITS record error: %1"
msgstr ""
#. +> trunk5
#: fitsviewer/fitstab.cpp:244
#, kde-format
msgid "Save FITS"
msgstr ""
#. +> trunk5
#: fitsviewer/fitstab.cpp:282
#, kde-format
msgid "FITS file save error: %1"
msgstr ""
#. +> trunk5
#: fitsviewer/fitstab.cpp:282
#, kde-format
msgid "FITS Save"
msgstr ""
#. i18n("File saved."), 3);
#. +> trunk5
#: fitsviewer/fitstab.cpp:288
#, kde-format
msgid "File saved to %1"
msgstr ""
#. +> trunk5
#: fitsviewer/fitsview.cpp:194
#, kde-format
msgid "Please hold while loading FITS file..."
msgstr ""
#. +> trunk5
#: fitsviewer/fitsview.cpp:195
#, kde-format
msgid "Loading FITS"
msgstr ""
#. +> trunk5
#: fitsviewer/fitsview.cpp:401
#, kde-format
msgid "Image is saturated!"
msgstr ""
#. +> trunk5
#: fitsviewer/fitsview.cpp:521
#, kde-format
msgid "Cannot zoom in further due to active limited resources mode."
msgstr ""
#. +> trunk5
#: fitsviewer/fitsview.cpp:1297
#, kde-format
msgid "Finding stars..."
msgstr ""
#. +> trunk5
#: fitsviewer/fitsview.cpp:1302
#, kde-format
msgid "1 star detected."
msgid_plural "%1 stars detected."
msgstr[0] ""
msgstr[1] ""
#. +> trunk5
#: fitsviewer/fitsview.cpp:1520
#, kde-format
msgid "Zoom In"
msgstr ""
#. +> trunk5
#: fitsviewer/fitsview.cpp:1523
#, kde-format
msgid "Zoom Out"
msgstr ""
#. +> trunk5
#: fitsviewer/fitsview.cpp:1526
#, kde-format
msgid "Default Zoom"
msgstr ""
#. +> trunk5
#: fitsviewer/fitsview.cpp:1529
#, kde-format
msgid "Zoom to Fit"
msgstr ""
#. +> trunk5
#: fitsviewer/fitsview.cpp:1534 fitsviewer/fitsviewer.cpp:185
#, kde-format
msgid "Show Cross Hairs"
msgstr ""
#. +> trunk5
#: fitsviewer/fitsview.cpp:1538 fitsviewer/fitsviewer.cpp:191
#, kde-format
msgid "Show Pixel Gridlines"
msgstr ""
#. +> trunk5
#: fitsviewer/fitsview.cpp:1543 fitsviewer/fitsview.cpp:1652
#, kde-format
msgid "Detect Stars in Image"
msgstr ""
#. +> trunk5
#: fitsviewer/fitsview.cpp:1549
#, kde-format
msgid "View Star Profile"
msgstr ""
#. +> trunk5
#: fitsviewer/fitsview.cpp:1559 fitsviewer/fitsviewer.cpp:197
#: fitsviewer/fitsviewer.cpp:772
#, kde-format
msgid "Show Equatorial Gridlines"
msgstr ""
#. +> trunk5
#: fitsviewer/fitsview.cpp:1565 fitsviewer/fitsviewer.cpp:204
#: fitsviewer/fitsviewer.cpp:774
#, kde-format
msgid "Show Objects in Image"
msgstr ""
#. +> trunk5
#: fitsviewer/fitsview.cpp:1571
#, 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:784
#, 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:874
#, 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:779
#, kde-format
msgid ""
"Center Telescope\n"
"*Ready*"
msgstr ""
#. +> trunk5
#: fitsviewer/fitsviewer.cpp:790
#, kde-format
msgid ""
"Show Equatorial Gridlines\n"
"*No WCS Info*"
msgstr ""
#. +> trunk5
#: fitsviewer/fitsviewer.cpp:792
#, kde-format
msgid ""
"Center Telescope\n"
"*No WCS Info*"
msgstr ""
#. +> trunk5
#: fitsviewer/fitsviewer.cpp:794
#, kde-format
msgid ""
"Show Objects in Image\n"
"*No WCS Info*"
msgstr ""
#. +> trunk5
#: fitsviewer/fitsviewer.cpp:879
#, kde-format
msgid "Unmark Stars"
msgstr ""
#. +> trunk5
#: fitsviewer/fitsviewer.cpp:895
#, 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:1356
+#: fitsviewer/opsfits.ui:53 kstars.kcfg:1360
#, 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:338
#, 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:67
#, kde-format
msgid "HiPS Update"
msgstr ""
#. +> trunk5
#: hips/opships.cpp:67
#, kde-format
msgid "Downloading HiPS sources..."
msgstr ""
#. +> trunk5
#: hips/opships.cpp:140
#, 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 "Couldn't 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 indi/clientmanagerlite.cpp:248
#: indi/clientmanagerlite.cpp:259 kstarslite/qml/indi/INDIControlPanel.qml:128
#, kde-format, kde-kuit-format
msgid "Web Manager Status:"
msgstr ""
#. +> trunk5
#: indi/clientmanagerlite.cpp:243 kstarslite/qml/indi/INDIControlPanel.qml:138
#, kde-format, kde-kuit-format
msgid "Active Profile:"
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 ""
#. 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:274
#, kde-format
msgid "Driver %1 is already running, do you want to restart it?"
msgstr ""
#. +> trunk5
#: indi/drivermanager.cpp:336 indi/indidriver.cpp:320
#, kde-format, kde-kuit-format
msgid "Cannot start INDI server: port error."
msgstr ""
#. +> trunk5
#: indi/drivermanager.cpp:422
#, kde-format
msgid "Connection to INDI server locally on port %1 failed."
msgstr ""
#. +> trunk5
#: indi/drivermanager.cpp:590 indi/indidriver.cpp:302
#, kde-format, kde-kuit-format
msgid "Invalid port entry: %1"
msgstr ""
#. +> trunk5
#: indi/drivermanager.cpp:627
#, kde-format
msgid "Connection to INDI host at %1 on port %2 lost. Server disconnected."
msgstr ""
#. +> trunk5
#: indi/drivermanager.cpp:650
#, kde-format
msgid "Connection to INDI host at %1 on port %2 encountered an error: %3."
msgstr ""
#. +> trunk5
#: indi/drivermanager.cpp:702
#, kde-format
msgid "Invalid host port %1"
msgstr ""
#. +> trunk5
#: indi/drivermanager.cpp:744
#, kde-format
msgid "Connection to INDI server at host %1 with port %2 failed."
msgstr ""
#. +> trunk5
#: indi/drivermanager.cpp:943 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:984 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:1275 indi/indidriver.cpp:747 kstarsactions.cpp:1632
-#: kstarsinit.cpp:677 kstarsinit.cpp:678 oal/equipmentwriter.ui:197
+#: indi/drivermanager.cpp:1275 indi/indidriver.cpp:747 kstarsactions.cpp:1640
+#: kstarsinit.cpp:690 kstarsinit.cpp:691 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:1351 indi/indidriver.cpp:808
#, kde-format, kde-kuit-format
msgid "Add Host"
msgstr ""
#. +> trunk5
#: indi/drivermanager.cpp:1362 indi/indidriver.cpp:824
#, kde-format, kde-kuit-format
msgid "Error: the port number is invalid."
msgstr ""
#. +> trunk5
#: indi/drivermanager.cpp:1375 indi/indidriver.cpp:834
#, kde-format, kde-kuit-format
msgid "Host: %1 Port: %2 already exists."
msgstr ""
#. +> trunk5
#: indi/drivermanager.cpp:1400 indi/indidriver.cpp:855
#, kde-format, kde-kuit-format
msgid "Modify Host"
msgstr ""
#. +> trunk5
#: indi/drivermanager.cpp:1445 indi/indidriver.cpp:902
#, kde-format, kde-kuit-format
msgid "You need to disconnect the client before removing it."
msgstr ""
#. +> trunk5
#: indi/drivermanager.cpp:1450 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:1477 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:65 kstarslite/qml/modules/tutorial/TutorialPopup.qml:68
#, kde-format, kde-kuit-format
msgid "Close"
msgstr ""
#. +> trunk5
#: indi/guimanager.cpp:134
#, 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:1068
#, kde-format
msgid "Video Recording Stopped"
msgstr ""
#. +> trunk5
#: indi/indiccd.cpp:1073
#, kde-format
msgid "Video Recording Started"
msgstr ""
#. +> trunk5
#: indi/indiccd.cpp:1283
#, kde-format
msgid "%1 file saved to %2"
msgstr ""
#. +> trunk5
#: indi/indiccd.cpp:1288
#, kde-format
msgid "Image file is received"
msgstr ""
#. +> trunk5
#: indi/indiccd.cpp:1320
#, kde-format
msgid "Cannot open %1: %2"
msgstr ""
#. +> trunk5
#: indi/indiccd.cpp:1343
#, kde-format
msgid "Cannot unpack_thumb %1: %2"
msgstr ""
#. +> trunk5
#: indi/indiccd.cpp:1355
#, kde-format
msgid "Cannot write %s %1: %2"
msgstr ""
#. +> trunk5
#: indi/indiccd.cpp:1423
#, 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:104
#, kde-format
msgid "Dome parking is in progress"
msgstr ""
#. +> trunk5
#: indi/indidome.cpp:109
#, kde-format
msgid "Dome unparking is in progress"
msgstr ""
#. +> trunk5
#: indi/indidome.cpp:114
#, kde-format
msgid "Dome parked"
msgstr ""
#. +> trunk5
#: indi/indidome.cpp:126
#, kde-format
msgid "Dome unparked"
msgstr ""
#. +> trunk5
#: indi/indielement.cpp:351
#, kde-format
msgid "INDI DATA STREAM"
msgstr ""
#. +> trunk5
#: indi/indielement.cpp:628
#, kde-format
msgid "Cannot open file %1 for reading"
msgstr ""
#. +> trunk5
#: indi/indilistener.cpp:463
#, kde-format
msgid "INDI Server Message"
msgstr ""
#. i18n: ectx: property (text), widget (QCheckBox, kcfg_useTimeUpdate)
#. +> trunk5
#: indi/indiproperty.cpp:234 indi/opsindi.ui:199 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:215 indi/indistd.cpp:218
#, kde-format
msgid "GPS Location"
msgstr ""
#. +> trunk5
#: indi/indistd.cpp:382
#, kde-format
msgid "Data file saved to %1"
msgstr ""
#. +> trunk5
#: indi/inditelescope.cpp:160
#, kde-format
msgid "Mount is slewing to target location"
msgstr ""
#. +> trunk5
#: indi/inditelescope.cpp:164
#, kde-format
msgid "Mount arrived at target location"
msgstr ""
#. +> trunk5
#: indi/inditelescope.cpp:231
#, kde-format
msgid "Mount parking failed"
msgstr ""
#. +> trunk5
#: indi/inditelescope.cpp:236
#, kde-format
msgid "Mount parking is in progress"
msgstr ""
#. +> trunk5
#: indi/inditelescope.cpp:242
#, kde-format
msgid "Mount unparking is in progress"
msgstr ""
#. +> trunk5
#: indi/inditelescope.cpp:247
#, kde-format
msgid "Mount parked"
msgstr ""
#. +> trunk5
#: indi/inditelescope.cpp:260
#, kde-format
msgid "Mount unparked"
msgstr ""
#. +> trunk5
#: indi/inditelescope.cpp:277
#, kde-format
msgid "Mount motion was aborted"
msgstr ""
#. +> trunk5
#: indi/inditelescope.cpp:301 indi/inditelescope.cpp:307
#, kde-format
msgid "Mount is manually moving"
msgstr ""
#. +> trunk5
#: indi/inditelescope.cpp:591
#, kde-format
msgid "Requested altitude %1 is outside the specified altitude limit boundary (%2,%3)."
msgstr ""
#. +> trunk5
#: indi/inditelescope.cpp:594 indi/inditelescope.cpp:603
#, kde-format
msgid "Telescope Motion"
msgstr ""
#. +> trunk5
#: indi/inditelescope.cpp:602
#, kde-format
msgid "Requested altitude is below the horizon. Are you sure you want to proceed?"
msgstr ""
#. +> trunk5
#: indi/inditelescope.cpp:1034
#, kde-format
msgid "Parked"
msgstr ""
#. +> trunk5
#: indi/inditelescope.cpp:1038
#, kde-format
msgid "Parking"
msgstr ""
#. +> trunk5
#: indi/inditelescope.cpp:1046
#, kde-format
msgid "Moving %1"
msgstr ""
#. +> trunk5
#: indi/indiwebmanager.cpp:156
#, kde-format
msgid "Driver %1 failed to start on the remote INDI server!"
msgstr ""
#. i18n: ectx: label, entry (indiServerIsInternal), group (indi)
#. +> trunk5
-#: indi/opsindi.cpp:45 kstars.kcfg:206
+#: indi/opsindi.cpp:45 kstars.kcfg:210
#, kde-format
msgid "Internal or External INDI Server?"
msgstr ""
#. +> trunk5
#: indi/opsindi.cpp:47
#, kde-format
msgid "Internal or External INDI Drivers?"
msgstr ""
#. +> trunk5
#: indi/opsindi.cpp:90 indi/opsindi.cpp:110
#, kde-format
msgid "You need to restart KStars for this change to take effect."
msgstr ""
#. +> trunk5
#: indi/opsindi.cpp:96
#, kde-format
msgid "FITS Default Directory"
msgstr ""
#. +> trunk5
#: indi/opsindi.cpp:104
#, kde-format
msgid "INDI Drivers Directory"
msgstr ""
#. +> trunk5
#: indi/opsindi.cpp:132
#, 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:32 indi/opsindi.ui:63
#, kde-format
msgid "Default INDI video port"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, videoLabel_2)
#. +> trunk5
#: indi/opsindi.ui:35
#, kde-format
msgid "INDI Server:"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, videoLabel_3)
#. +> trunk5
#: indi/opsindi.ui:66
#, kde-format
msgid "INDI Drivers Directory:"
msgstr ""
#. i18n: ectx: property (whatsThis), widget (QLabel, fitsLabel)
#. +> trunk5
#: indi/opsindi.ui:112
#, 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:115
#, kde-format
msgid "Default FITS directory:"
msgstr ""
#. i18n: ectx: property (toolTip), widget (QGroupBox, autoGroup)
#. +> trunk5
#: indi/opsindi.ui:159
#, 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:162
#, kde-format
msgid "Time && Location Updates"
msgstr ""
#. i18n: ectx: property (toolTip), widget (QRadioButton, kcfg_useComputerSource)
#. +> trunk5
#: indi/opsindi.ui:170
#, 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_useComputerSource)
#. +> trunk5
#: indi/opsindi.ui:173
#, kde-format
msgid "KStars Updates All Devices"
msgstr ""
#. i18n: ectx: property (toolTip), widget (QCheckBox, kcfg_useTimeUpdate)
#. +> trunk5
#: indi/opsindi.ui:193
#, 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:196
#, kde-format
msgid "Synchronize KStars date and time automatically from the update source."
msgstr ""
#. i18n: ectx: property (toolTip), widget (QRadioButton, kcfg_useDeviceSource)
#. +> trunk5
#: indi/opsindi.ui:209
#, kde-format
msgid ""
"<html><head/><body>"
"<p>GPS/Mount devices are the master source of time and location settings. KStars time and location settings are synchronized with GPS/Mount settings.</p>"
"</body></html>"
msgstr ""
#. i18n: ectx: property (text), widget (QRadioButton, kcfg_useDeviceSource)
#. +> trunk5
#: indi/opsindi.ui:212
#, kde-format
msgid "GPS && Mount Updates KStars"
msgstr ""
#. i18n: ectx: property (toolTip), widget (QCheckBox, kcfg_useGeographicUpdate)
#. +> trunk5
#: indi/opsindi.ui:219
#, 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:222
#, kde-format
msgid "Synchronize KStars location settings from the update source"
msgstr ""
#. i18n: ectx: property (text), widget (QCheckBox, kcfg_useGeographicUpdate)
#. +> trunk5
#: indi/opsindi.ui:225
#, kde-format
msgid "Location"
msgstr ""
#. i18n: ectx: property (whatsThis), widget (QGroupBox, groupBox)
#. +> trunk5
#: indi/opsindi.ui:253
#, 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:256 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:279 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:286 tools/obslistwizard.ui:771
#, kde-format
msgid "To:"
msgstr ""
#. i18n: ectx: property (toolTip), widget (QCheckBox, kcfg_showTargetCrosshair)
#. +> trunk5
#: indi/opsindi.ui:344
#, 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:347 indi/opsindi.ui:350
#, 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:353
#, kde-format
msgid "&Telescope crosshair"
msgstr ""
#. i18n: ectx: property (toolTip), widget (QCheckBox, kcfg_messageNotificationINDI)
#. +> trunk5
#: indi/opsindi.ui:389
#, 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:392
#, kde-format
msgid "Message notifications"
msgstr ""
#. i18n: ectx: property (text), widget (QPushButton, showLogsB)
#. +> trunk5
#: indi/opsindi.ui:415
#, 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:93
#, kde-format
msgid "Error making FIFO file %1: %2."
msgstr ""
#. +> trunk5
#: indi/servermanager.cpp:132
#, kde-format
msgid "INDI server failed to start: %1"
msgstr ""
#. +> trunk5
#: indi/servermanager.cpp:196
#, 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:311
#, 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:184 indi/streamwg.cpp:194
#, 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:143
#, kde-format
msgid "FPS:"
msgstr ""
#. i18n: ectx: property (toolTip), widget (QLabel, instFPS)
#. +> trunk5
#: indi/streamform.ui:156
#, kde-format
msgid "Instant FPS"
msgstr ""
#. i18n: ectx: property (toolTip), widget (QLabel, avgFPS)
#. +> trunk5
#: indi/streamform.ui:184
#, kde-format
msgid "Average FPS"
msgstr ""
#. +> trunk5
#: indi/streamwg.cpp:57
#, kde-format
msgid "SER Record Directory"
msgstr ""
#. +> trunk5
#: indi/streamwg.cpp:82
#, kde-format
msgid "%1 Live Video"
msgstr ""
#. +> trunk5
#: indi/streamwg.cpp:179 indi/streamwg.cpp:220
#, 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:98
#, kde-format
msgid "Rise time: %1"
msgstr ""
#. +> trunk5
#: kspopupmenu.cpp:99
#, kde-format
msgctxt "the time at which an object falls below the horizon"
msgid "Set time: %1"
msgstr ""
#. +> trunk5
#: kspopupmenu.cpp:102
#, kde-format
msgid "No rise time: Circumpolar"
msgstr ""
#. +> trunk5
#: kspopupmenu.cpp:102
#, kde-format
msgid "No set time: Circumpolar"
msgstr ""
#. +> trunk5
#: kspopupmenu.cpp:104
#, kde-format
msgid "No rise time: Never rises"
msgstr ""
#. +> trunk5
#: kspopupmenu.cpp:104
#, kde-format
msgid "No set time: Never rises"
msgstr ""
#. +> trunk5
#: kspopupmenu.cpp:114
#, kde-format
msgid "Transit time: %1"
msgstr ""
#. +> trunk5
#: kspopupmenu.cpp:144 kspopupmenu.cpp:321 skymapevents.cpp:647
#, kde-format
msgid "Empty sky"
msgstr ""
#. +> trunk5
#: kspopupmenu.cpp:145 kspopupmenu.cpp:224 kspopupmenu.cpp:507
#, kde-format
msgctxt "Sloan Digital Sky Survey"
msgid "Show SDSS Image"
msgstr ""
#. +> trunk5
#: kspopupmenu.cpp:146 kspopupmenu.cpp:225 kspopupmenu.cpp:508
#, kde-format
msgctxt "Digitized Sky Survey"
msgid "Show DSS Image"
msgstr ""
#. +> trunk5
#: kspopupmenu.cpp:216
#, kde-format
msgid "%1<sup>m</sup>, %2"
msgstr ""
#. +> trunk5
#: kspopupmenu.cpp:242
#, kde-format
msgid "Solar system object"
msgstr ""
#. +> trunk5
#: kspopupmenu.cpp:267
#, kde-format
msgid "satellite"
msgstr ""
#. +> trunk5
#: kspopupmenu.cpp:272
#, kde-format
msgid "Velocity: %1 km/s"
msgstr ""
#. +> trunk5
#: kspopupmenu.cpp:273
#, kde-format
msgid "Altitude: %1 km"
msgstr ""
#. +> trunk5
#: kspopupmenu.cpp:274
#, kde-format
msgid "Range: %1 km"
msgstr ""
#. +> trunk5
#: kspopupmenu.cpp:279 kspopupmenu.cpp:344
#, kde-format
msgid "Center && Track"
msgstr ""
#. +> trunk5
#: kspopupmenu.cpp:282 kspopupmenu.cpp:354
#, kde-format
msgid "Angular Distance To... ["
msgstr ""
#. +> trunk5
#: kspopupmenu.cpp:283 kspopupmenu.cpp:355
#, kde-format
msgid "Starhop from here to... "
msgstr ""
#. +> trunk5
#: kspopupmenu.cpp:287 kspopupmenu.cpp:365
#, kde-format
msgid "Remove Label"
msgstr ""
#. +> trunk5
#: kspopupmenu.cpp:289 kspopupmenu.cpp:369
#, kde-format
msgid "Attach Label"
msgstr ""
#. +> trunk5
#: kspopupmenu.cpp:307
#, kde-format
msgid "supernova"
msgstr ""
#. +> trunk5
#: kspopupmenu.cpp:340
#, kde-format
msgid "Select this object"
msgstr ""
#. +> trunk5
#: kspopupmenu.cpp:359 tools/obslistpopupmenu.cpp:65
#, kde-format
msgctxt "Show Detailed Information Dialog"
msgid "Details"
msgstr ""
#. +> trunk5
#: kspopupmenu.cpp:376
#, kde-format
msgid "Remove From Observing WishList"
msgstr ""
#. +> trunk5
#: kspopupmenu.cpp:378
#, kde-format
msgid "Add to Observing WishList"
msgstr ""
#. +> trunk5
#: kspopupmenu.cpp:385
#, kde-format
msgid "Remove Trail"
msgstr ""
#. +> trunk5
#: kspopupmenu.cpp:387
#, kde-format
msgid "Add Trail"
msgstr ""
#. +> trunk5
#: kspopupmenu.cpp:390
#, kde-format
msgid "Simulate eyepiece view"
msgstr ""
#. i18n( "Print Xplanet view" ) );
#. +> trunk5
#: kspopupmenu.cpp:400
#, kde-format
msgid "View in XPlanet"
msgstr ""
#. +> trunk5
#: kspopupmenu.cpp:408
#, kde-format
msgid "View in What's Interesting"
msgstr ""
#. +> trunk5
#: kspopupmenu.cpp:420
#, kde-format
msgid "Add flag..."
msgstr ""
#. +> trunk5
#: kspopupmenu.cpp:426
#, kde-format
msgid "Edit flag"
msgstr ""
#. +> trunk5
#: kspopupmenu.cpp:427
#, kde-format
msgid "Delete flag"
msgstr ""
#. +> trunk5
#: kspopupmenu.cpp:435
#, kde-format
msgid "Edit flag..."
msgstr ""
#. +> trunk5
#: kspopupmenu.cpp:436
#, kde-format
msgid "Delete flag..."
msgstr ""
#. +> trunk5
#: kspopupmenu.cpp:493
#, kde-format
msgid "Image Resources"
msgstr ""
#. +> trunk5
#: kspopupmenu.cpp:521
#, kde-format
msgid "Information Resources"
msgstr ""
#. +> trunk5
#: kspopupmenu.cpp:609
#, kde-format
msgid "Set As Parking Position"
msgstr ""
#. +> trunk5
#: kspopupmenu.cpp:619
#, kde-format
msgid "Center Crosshair"
msgstr ""
#. +> trunk5
#: kstars.cpp:71 main.cpp:89
#, kde-format
msgid "KStars"
msgstr ""
#. +> trunk5
-#: kstars.cpp:335 kstarsactions.cpp:1427 skymap.cpp:366
+#: kstars.cpp:335 kstarsactions.cpp:1435 skymap.cpp:366
#, kde-format
msgid "Stop &Tracking"
msgstr ""
#. +> trunk5
-#: kstars.cpp:343 kstarsactions.cpp:1564 kstarsinit.cpp:254
+#: kstars.cpp:343 kstarsactions.cpp:1572 kstarsinit.cpp:254
#, kde-format
msgid "Switch to star globe view (Equatorial &Coordinates)"
msgstr ""
#. +> trunk5
-#: kstars.cpp:344 kstarsactions.cpp:1555 kstarsinit.cpp:255
+#: kstars.cpp:344 kstarsactions.cpp:1563 kstarsinit.cpp:255
#, 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 (WindowWidth), group (GUI)
+#. 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:104
+#: kstars.kcfg:108
#, kde-format
msgid "Height of main window, in pixels"
msgstr ""
#. i18n: ectx: label, entry (RunStartupWizard), group (GUI)
#. +> trunk5
-#: kstars.kcfg:108
+#: kstars.kcfg:112
#, kde-format
msgid "Run Startup Wizard when KStars launches?"
msgstr ""
#. i18n: ectx: label, entry (CurrentTheme), group (GUI)
#. +> trunk5
-#: kstars.kcfg:112
+#: kstars.kcfg:116
#, kde-format
msgid "Current application theme"
msgstr ""
#. i18n: ectx: label, entry (CatalogFile), group (Catalogs)
#. +> trunk5
-#: kstars.kcfg:119
+#: kstars.kcfg:123
#, kde-format
msgid "Filenames of defined custom object catalogs."
msgstr ""
#. i18n: ectx: whatsthis, entry (CatalogFile), group (Catalogs)
#. +> trunk5
-#: kstars.kcfg:120
+#: 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:123
+#: 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:124
+#: 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:127
+#: kstars.kcfg:131
#, kde-format
msgid "List for displaying custom object catalogs."
msgstr ""
#. i18n: ectx: whatsthis, entry (ShowCatalogNames), group (Catalogs)
#. +> trunk5
-#: kstars.kcfg:128
+#: 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:131
+#: kstars.kcfg:135
#, kde-format
msgid "Resolve names using online services."
msgstr ""
#. i18n: ectx: whatsthis, entry (ResolveNamesOnline), group (Catalogs)
#. +> trunk5
-#: kstars.kcfg:132
+#: 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:139
+#: kstars.kcfg:143
#, kde-format
msgid "INDI window width"
msgstr ""
#. i18n: ectx: label, entry (INDIWindowHeight), group (indi)
#. +> trunk5
-#: kstars.kcfg:143
+#: kstars.kcfg:147
#, kde-format
msgid "INDI window height"
msgstr ""
#. i18n: ectx: label, entry (useGeographicUpdate), group (indi)
#. +> trunk5
-#: kstars.kcfg:147
+#: kstars.kcfg:151
#, kde-format
msgid "Automatically updates geographic location?"
msgstr ""
#. i18n: ectx: label, entry (useTimeUpdate), group (indi)
#. +> trunk5
-#: kstars.kcfg:151
+#: kstars.kcfg:155
#, kde-format
msgid "Automatically updates time and date?"
msgstr ""
#. i18n: ectx: label, entry (independentWindowINDI), group (indi)
#. +> trunk5
-#: kstars.kcfg:155
+#: 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:159
+#: 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:160
+#: 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:164
+#: kstars.kcfg:168
#, kde-format
msgid "Display INDI messages in the statusbar?"
msgstr ""
#. i18n: ectx: whatsthis, entry (showINDIMessages), group (indi)
#. +> trunk5
-#: kstars.kcfg:165
+#: 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:169
+#: kstars.kcfg:173
#, kde-format
msgid "INDI message notifications"
msgstr ""
#. i18n: ectx: whatsthis, entry (messageNotificationINDI), group (indi)
#. +> trunk5
-#: kstars.kcfg:170
+#: kstars.kcfg:174
#, kde-format
msgid "Show INDI messages as desktop notifications instead of dialogs."
msgstr ""
#. i18n: ectx: label, entry (useComputerSource), group (indi)
#. +> trunk5
-#: kstars.kcfg:174
+#: kstars.kcfg:178
#, kde-format
msgid "Use computer time and location for synchronization?"
msgstr ""
#. i18n: ectx: label, entry (useDeviceSource), group (indi)
#. +> trunk5
-#: kstars.kcfg:178
+#: kstars.kcfg:182
#, kde-format
msgid "Use device time and location for synchronization?"
msgstr ""
#. i18n: ectx: label, entry (fitsDir), group (indi)
#. +> trunk5
-#: kstars.kcfg:182
+#: kstars.kcfg:186
#, kde-format
msgid "FITS Default directory"
msgstr ""
#. i18n: ectx: whatsthis, entry (fitsDir), group (indi)
#. +> trunk5
-#: kstars.kcfg:183
+#: kstars.kcfg:187
#, kde-format
msgid "The default location of saved FITS files"
msgstr ""
#. i18n: ectx: label, entry (serverPortStart), group (indi)
#. +> trunk5
-#: kstars.kcfg:187
+#: kstars.kcfg:191
#, kde-format
msgid "INDI Server Start Port"
msgstr ""
#. i18n: ectx: whatsthis, entry (serverPortStart), group (indi)
#. +> trunk5
-#: kstars.kcfg:188
+#: kstars.kcfg:192
#, 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:192
+#: kstars.kcfg:196
#, kde-format
msgid "INDI Server Final Port"
msgstr ""
#. i18n: ectx: whatsthis, entry (serverPortEnd), group (indi)
#. +> trunk5
-#: kstars.kcfg:193
+#: kstars.kcfg:197
#, 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:197
+#: kstars.kcfg:201
#, kde-format
msgid "Aliases for filter wheel slots."
msgstr ""
#. i18n: ectx: whatsthis, entry (filterAlias), group (indi)
#. +> trunk5
-#: kstars.kcfg:198
+#: kstars.kcfg:202
#, 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:201 kstars.kcfg:202
+#: kstars.kcfg:205 kstars.kcfg:206
#, kde-format
msgid "PATH to indiserver binary"
msgstr ""
#. i18n: ectx: label, entry (indiDriversDir), group (indi)
#. i18n: ectx: whatsthis, entry (indiDriversDir), group (indi)
#. +> trunk5
-#: kstars.kcfg:210 kstars.kcfg:211
+#: kstars.kcfg:214 kstars.kcfg:215
#, 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:215 kstars.kcfg:1820
+#: kstars.kcfg:219 kstars.kcfg:1824
#, kde-format
msgid "Internal or External Astrometry Solver?"
msgstr ""
#. i18n: ectx: label, entry (streamWindowWidth), group (indi)
#. +> trunk5
-#: kstars.kcfg:219
+#: kstars.kcfg:223
#, kde-format
msgid "Video streaming window width"
msgstr ""
#. i18n: ectx: label, entry (streamWindowHeight), group (indi)
#. +> trunk5
-#: kstars.kcfg:223
+#: kstars.kcfg:227
#, kde-format
msgid "Video streaming window height"
msgstr ""
#. i18n: ectx: label, entry (INDIMountLogging), group (indi)
#. +> trunk5
-#: kstars.kcfg:227
+#: kstars.kcfg:231
#, kde-format
msgid "Enable INDI Mount logging"
msgstr ""
#. i18n: ectx: label, entry (INDIFocuserLogging), group (indi)
#. +> trunk5
-#: kstars.kcfg:231
+#: kstars.kcfg:235
#, kde-format
msgid "Enable INDI Focuser logging"
msgstr ""
#. i18n: ectx: label, entry (INDICCDLogging), group (indi)
#. +> trunk5
-#: kstars.kcfg:235
+#: kstars.kcfg:239
#, kde-format
msgid "Enable INDI CCD logging"
msgstr ""
#. i18n: ectx: label, entry (INDIFilterWheelLogging), group (indi)
#. +> trunk5
-#: kstars.kcfg:239
+#: kstars.kcfg:243
#, kde-format
msgid "Enable INDI Filter Wheel logging"
msgstr ""
#. i18n: ectx: label, entry (INDIDomeLogging), group (indi)
#. +> trunk5
-#: kstars.kcfg:243
+#: kstars.kcfg:247
#, kde-format
msgid "Enable INDI Dome logging"
msgstr ""
#. i18n: ectx: label, entry (INDIDetectorLogging), group (indi)
#. +> trunk5
-#: kstars.kcfg:247
+#: kstars.kcfg:251
#, kde-format
msgid "Enable INDI Detector logging"
msgstr ""
#. i18n: ectx: label, entry (INDIWeatherLogging), group (indi)
#. +> trunk5
-#: kstars.kcfg:251
+#: kstars.kcfg:255
#, kde-format
msgid "Enable INDI Weather logging"
msgstr ""
#. i18n: ectx: label, entry (INDIAuxiliaryLogging), group (indi)
#. +> trunk5
-#: kstars.kcfg:255
+#: kstars.kcfg:259
#, kde-format
msgid "Enable INDI Auxiliary logging"
msgstr ""
#. i18n: ectx: label, entry (CityName), group (Location)
#. +> trunk5
-#: kstars.kcfg:262
+#: kstars.kcfg:266
#, kde-format
msgid "City name of geographic location."
msgstr ""
#. i18n: ectx: whatsthis, entry (CityName), group (Location)
#. +> trunk5
-#: kstars.kcfg:263
+#: kstars.kcfg:267
#, kde-format
msgid "The City name of the current geographic location."
msgstr ""
#. i18n: ectx: label, entry (ProvinceName), group (Location)
#. +> trunk5
-#: kstars.kcfg:267
+#: kstars.kcfg:271
#, kde-format
msgid "Province name of geographic location."
msgstr ""
#. i18n: ectx: whatsthis, entry (ProvinceName), group (Location)
#. +> trunk5
-#: kstars.kcfg:268
+#: kstars.kcfg:272
#, 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:272
+#: kstars.kcfg:276
#, kde-format
msgid "Country name of geographic location."
msgstr ""
#. i18n: ectx: whatsthis, entry (CountryName), group (Location)
#. +> trunk5
-#: kstars.kcfg:273
+#: kstars.kcfg:277
#, kde-format
msgid "The Country name of the current geographic location."
msgstr ""
#. i18n: ectx: label, entry (Longitude), group (Location)
#. +> trunk5
-#: kstars.kcfg:277
+#: kstars.kcfg:281
#, kde-format
msgid "Geographic Longitude, in degrees."
msgstr ""
#. i18n: ectx: whatsthis, entry (Longitude), group (Location)
#. +> trunk5
-#: kstars.kcfg:278
+#: kstars.kcfg:282
#, kde-format
msgid "The longitude of the current geographic location, in decimal degrees."
msgstr ""
#. i18n: ectx: label, entry (Latitude), group (Location)
#. +> trunk5
-#: kstars.kcfg:282
+#: kstars.kcfg:286
#, kde-format
msgid "Geographic Latitude, in degrees."
msgstr ""
#. i18n: ectx: whatsthis, entry (Latitude), group (Location)
#. +> trunk5
-#: kstars.kcfg:283
+#: kstars.kcfg:287
#, kde-format
msgid "The latitude of the current geographic location, in decimal degrees."
msgstr ""
#. i18n: ectx: label, entry (Elevation), group (Location)
#. +> trunk5
-#: kstars.kcfg:287
+#: kstars.kcfg:291
#, kde-format
msgid "Elevation above sea level of geographic location, in meters."
msgstr ""
#. i18n: ectx: label, entry (TimeZone), group (Location)
#. +> trunk5
-#: kstars.kcfg:291
+#: kstars.kcfg:295
#, kde-format
msgid "Time Zone offset of geographic location, in hours."
msgstr ""
#. i18n: ectx: label, entry (DST), group (Location)
#. +> trunk5
-#: kstars.kcfg:295
+#: kstars.kcfg:299
#, 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:296
+#: kstars.kcfg:300
#, 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:303
+#: kstars.kcfg:307
#, kde-format
msgid "Use animated slewing effects when changing focus position?"
msgstr ""
#. i18n: ectx: whatsthis, entry (UseAnimatedSlewing), group (View)
#. +> trunk5
-#: kstars.kcfg:304
+#: kstars.kcfg:308
#, 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:308
+#: kstars.kcfg:312
#, kde-format
msgid "Name of selected FOV indicators"
msgstr ""
#. i18n: ectx: whatsthis, entry (FOVNames), group (View)
#. +> trunk5
-#: kstars.kcfg:309
+#: kstars.kcfg:313
#, 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:313
+#: kstars.kcfg:317
#, kde-format
msgid "Fade planet trails to background color?"
msgstr ""
#. i18n: ectx: whatsthis, entry (FadePlanetTrails), group (View)
#. +> trunk5
-#: kstars.kcfg:314
+#: kstars.kcfg:318
#, 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:318
+#: kstars.kcfg:322
#, kde-format
msgid "Right Ascension of focus position"
msgstr ""
#. i18n: ectx: whatsthis, entry (FocusRA), group (View)
#. +> trunk5
-#: kstars.kcfg:319
+#: kstars.kcfg:323
#, 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:323
+#: kstars.kcfg:327
#, kde-format
msgid "Declination of focus position"
msgstr ""
#. i18n: ectx: whatsthis, entry (FocusDec), group (View)
#. +> trunk5
-#: kstars.kcfg:324
+#: kstars.kcfg:328
#, 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:328
+#: kstars.kcfg:332
#, kde-format
msgid "Name of focused object"
msgstr ""
#. i18n: ectx: whatsthis, entry (FocusObject), group (View)
#. +> trunk5
-#: kstars.kcfg:329
+#: kstars.kcfg:333
#, 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:333
+#: kstars.kcfg:337
#, kde-format
msgid "Is tracking engaged?"
msgstr ""
#. i18n: ectx: whatsthis, entry (IsTracking), group (View)
#. +> trunk5
-#: kstars.kcfg:334
+#: kstars.kcfg:338
#, 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:338
+#: kstars.kcfg:342
#, kde-format
msgid "Hide objects while moving?"
msgstr ""
#. i18n: ectx: whatsthis, entry (HideOnSlew), group (View)
#. +> trunk5
-#: kstars.kcfg:339
+#: kstars.kcfg:343
#, 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:343
+#: kstars.kcfg:347
#, kde-format
msgid "Hide constellation boundaries while moving?"
msgstr ""
#. i18n: ectx: whatsthis, entry (HideCBounds), group (View)
#. +> trunk5
-#: kstars.kcfg:344
+#: kstars.kcfg:348
#, 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:348 options/opsadvanced.ui:767
+#: kstars.kcfg:352 options/opsadvanced.ui:767
#, kde-format
msgid "Hide constellation lines while moving?"
msgstr ""
#. i18n: ectx: whatsthis, entry (HideCLines), group (View)
#. +> trunk5
-#: kstars.kcfg:349
+#: kstars.kcfg:353
#, 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:353
+#: kstars.kcfg:357
#, kde-format
msgid "Sky culture"
msgstr ""
#. i18n: ectx: whatsthis, entry (SkyCulture), group (View)
#. +> trunk5
-#: kstars.kcfg:354
+#: kstars.kcfg:358
#, 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:358 options/opsadvanced.ui:741
+#: kstars.kcfg:362 options/opsadvanced.ui:741
#, kde-format
msgid "Hide constellation names while moving?"
msgstr ""
#. i18n: ectx: whatsthis, entry (HideCNames), group (View)
#. +> trunk5
-#: kstars.kcfg:359
+#: kstars.kcfg:363
#, 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:363 options/opsadvanced.ui:807
+#: kstars.kcfg:367 options/opsadvanced.ui:807
#, kde-format
msgid "Hide coordinate grids while moving?"
msgstr ""
#. i18n: ectx: whatsthis, entry (HideGrids), group (View)
#. +> trunk5
-#: kstars.kcfg:364
+#: kstars.kcfg:368
#, 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:368
+#: kstars.kcfg:372
#, kde-format
msgid "Hide Milky Way contour while moving?"
msgstr ""
#. i18n: ectx: whatsthis, entry (HideMilkyWay), group (View)
#. +> trunk5
-#: kstars.kcfg:369
+#: kstars.kcfg:373
#, 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:373 options/opsadvanced.ui:780
+#: kstars.kcfg:377 options/opsadvanced.ui:780
#, kde-format
msgid "Hide IC objects while moving?"
msgstr ""
#. i18n: ectx: whatsthis, entry (HideIC), group (View)
#. +> trunk5
-#: kstars.kcfg:374
+#: kstars.kcfg:378
#, 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:378
+#: kstars.kcfg:382
#, kde-format
msgid "Hide Messier objects while moving?"
msgstr ""
#. i18n: ectx: whatsthis, entry (HideMessier), group (View)
#. +> trunk5
-#: kstars.kcfg:379
+#: kstars.kcfg:383
#, 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:383 options/opsadvanced.ui:754
+#: kstars.kcfg:387 options/opsadvanced.ui:754
#, kde-format
msgid "Hide NGC objects while moving?"
msgstr ""
#. i18n: ectx: whatsthis, entry (HideNGC), group (View)
#. +> trunk5
-#: kstars.kcfg:384
+#: kstars.kcfg:388
#, 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:388
+#: kstars.kcfg:392
#, kde-format
msgid "Hide extra objects while moving?"
msgstr ""
#. i18n: ectx: whatsthis, entry (HideOther), group (View)
#. +> trunk5
-#: kstars.kcfg:389
+#: kstars.kcfg:393
#, 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:393
+#: kstars.kcfg:397
#, kde-format
msgid "Hide solar system objects while moving?"
msgstr ""
#. i18n: ectx: whatsthis, entry (HidePlanets), group (View)
#. +> trunk5
-#: kstars.kcfg:394
+#: kstars.kcfg:398
#, 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:398 options/opsadvanced.ui:662
+#: kstars.kcfg:402 options/opsadvanced.ui:662
#, kde-format
msgid "Hide faint stars while moving?"
msgstr ""
#. i18n: ectx: whatsthis, entry (HideStars), group (View)
#. +> trunk5
-#: kstars.kcfg:399
+#: kstars.kcfg:403
#, 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:403
+#: kstars.kcfg:407
#, kde-format
msgid "Hide object name labels while moving?"
msgstr ""
#. i18n: ectx: whatsthis, entry (HideLabels), group (View)
#. +> trunk5
-#: kstars.kcfg:404
+#: kstars.kcfg:408
#, 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:408
+#: kstars.kcfg:412
#, kde-format
msgid "Draw asteroids in the sky map?"
msgstr ""
#. i18n: ectx: whatsthis, entry (ShowAsteroids), group (View)
#. +> trunk5
-#: kstars.kcfg:409
+#: kstars.kcfg:413
#, kde-format
msgid "Toggle whether asteroids are drawn in the sky map."
msgstr ""
#. i18n: ectx: label, entry (ShowAsteroidNames), group (View)
#. +> trunk5
-#: kstars.kcfg:413
+#: kstars.kcfg:417
#, kde-format
msgid "Label asteroid names in the sky map?"
msgstr ""
#. i18n: ectx: whatsthis, entry (ShowAsteroidNames), group (View)
#. +> trunk5
-#: kstars.kcfg:414
+#: kstars.kcfg:418
#, 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:418
+#: kstars.kcfg:422
#, kde-format
msgid "Draw comets in the sky map?"
msgstr ""
#. i18n: ectx: whatsthis, entry (ShowComets), group (View)
#. +> trunk5
-#: kstars.kcfg:419
+#: kstars.kcfg:423
#, kde-format
msgid "Toggle whether comets are drawn in the sky map."
msgstr ""
#. i18n: ectx: label, entry (ShowCometComas), group (View)
#. +> trunk5
-#: kstars.kcfg:423
+#: kstars.kcfg:427
#, kde-format
msgid "Draw comet comas in the sky map?"
msgstr ""
#. i18n: ectx: whatsthis, entry (ShowCometComas), group (View)
#. +> trunk5
-#: kstars.kcfg:424
+#: kstars.kcfg:428
#, kde-format
msgid "Toggle whether comet comas are drawn in the sky map."
msgstr ""
#. i18n: ectx: label, entry (ShowCometNames), group (View)
#. +> trunk5
-#: kstars.kcfg:428
+#: kstars.kcfg:432
#, kde-format
msgid "Label comet names in the sky map?"
msgstr ""
#. i18n: ectx: whatsthis, entry (ShowCometNames), group (View)
#. +> trunk5
-#: kstars.kcfg:429
+#: kstars.kcfg:433
#, 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:433
+#: kstars.kcfg:437
#, kde-format
msgid "Draw supernovae in the sky map?"
msgstr ""
#. i18n: ectx: whatsthis, entry (ShowSupernovae), group (View)
#. +> trunk5
-#: kstars.kcfg:434
+#: kstars.kcfg:438
#, kde-format
msgid "Toggle whether supernovae are drawn in the sky map."
msgstr ""
#. i18n: ectx: label, entry (ShowSupernovaNames), group (View)
#. +> trunk5
-#: kstars.kcfg:438
+#: kstars.kcfg:442
#, kde-format
msgid "Label Supernova Names in the sky map?"
msgstr ""
#. i18n: ectx: whatsthis, entry (ShowSupernovaNames), group (View)
#. +> trunk5
-#: kstars.kcfg:439
+#: kstars.kcfg:443
#, 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:443
+#: kstars.kcfg:447
#, 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:444
+#: kstars.kcfg:448
#, 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:448
+#: kstars.kcfg:452
#, kde-format
msgid "Show supernova alerts?"
msgstr ""
#. i18n: ectx: whatsthis, entry (ShowSupernovaAlerts), group (View)
#. +> trunk5
-#: kstars.kcfg:449
+#: kstars.kcfg:453
#, kde-format
msgid "Toggle supernova alerts."
msgstr ""
#. i18n: ectx: label, entry (MagnitudeLimitAlertSupernovae), group (View)
#. +> trunk5
-#: kstars.kcfg:453
+#: kstars.kcfg:457
#, kde-format
msgid "Set magnitude limit for supernovae to be alerted"
msgstr ""
#. i18n: ectx: whatsthis, entry (MagnitudeLimitAlertSupernovae), group (View)
#. +> trunk5
-#: kstars.kcfg:454
+#: kstars.kcfg:458
#, kde-format
msgid "Set magnitude limit for supernovae to be alerted."
msgstr ""
#. i18n: ectx: label, entry (ShowCBounds), group (View)
#. +> trunk5
-#: kstars.kcfg:458
+#: kstars.kcfg:462
#, kde-format
msgid "Draw constellation boundaries in the sky map?"
msgstr ""
#. i18n: ectx: whatsthis, entry (ShowCBounds), group (View)
#. +> trunk5
-#: kstars.kcfg:459
+#: kstars.kcfg:463
#, kde-format
msgid "Toggle whether constellation boundaries are drawn in the sky map."
msgstr ""
#. i18n: ectx: label, entry (ShowHighlightedCBound), group (View)
#. +> trunk5
-#: kstars.kcfg:463
+#: kstars.kcfg:467
#, kde-format
msgid "Highlight the central constellation boundary in the sky map?"
msgstr ""
#. i18n: ectx: whatsthis, entry (ShowHighlightedCBound), group (View)
#. +> trunk5
-#: kstars.kcfg:464
+#: kstars.kcfg:468
#, 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:468
+#: kstars.kcfg:472
#, kde-format
msgid "Draw constellation lines in the sky map?"
msgstr ""
#. i18n: ectx: whatsthis, entry (ShowCLines), group (View)
#. +> trunk5
-#: kstars.kcfg:469
+#: kstars.kcfg:473
#, kde-format
msgid "Toggle whether constellation lines are drawn in the sky map."
msgstr ""
#. i18n: ectx: label, entry (ShowConstellationArt), group (View)
#. +> trunk5
-#: kstars.kcfg:473
+#: kstars.kcfg:477
#, kde-format
msgid "Draw constellation art in the sky map?"
msgstr ""
#. i18n: ectx: whatsthis, entry (ShowConstellationArt), group (View)
#. +> trunk5
-#: kstars.kcfg:474
+#: kstars.kcfg:478
#, kde-format
msgid "Toggle whether constellation art drawn in the sky map."
msgstr ""
#. i18n: ectx: label, entry (ShowCNames), group (View)
#. +> trunk5
-#: kstars.kcfg:478
+#: kstars.kcfg:482
#, kde-format
msgid "Draw constellation names in the sky map?"
msgstr ""
#. i18n: ectx: whatsthis, entry (ShowCNames), group (View)
#. +> trunk5
-#: kstars.kcfg:479
+#: kstars.kcfg:483
#, 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:483
+#: kstars.kcfg:487
#, kde-format
msgid "Draw \"deep sky\" objects in the sky map?"
msgstr ""
#. i18n: ectx: whatsthis, entry (ShowDeepSky), group (View)
#. +> trunk5
-#: kstars.kcfg:484
+#: kstars.kcfg:488
#, 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:488
+#: kstars.kcfg:492
#, kde-format
msgid "Draw ecliptic line in the sky map?"
msgstr ""
#. i18n: ectx: whatsthis, entry (ShowEcliptic), group (View)
#. +> trunk5
-#: kstars.kcfg:489
+#: kstars.kcfg:493
#, 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:493
+#: kstars.kcfg:497
#, kde-format
msgid "Draw equator line in the sky map?"
msgstr ""
#. i18n: ectx: whatsthis, entry (ShowEquator), group (View)
#. +> trunk5
-#: kstars.kcfg:494
+#: kstars.kcfg:498
#, 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:498 options/opsguides.ui:265
+#: kstars.kcfg:502 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:499
+#: kstars.kcfg:503
#, kde-format
msgid "Coordinate grids will automatically change according to active coordinate system."
msgstr ""
#. i18n: ectx: label, entry (ShowEquatorialGrid), group (View)
#. +> trunk5
-#: kstars.kcfg:503
+#: kstars.kcfg:507
#, kde-format
msgid "Draw equatorial coordinate grid in the sky map?"
msgstr ""
#. i18n: ectx: whatsthis, entry (ShowEquatorialGrid), group (View)
#. +> trunk5
-#: kstars.kcfg:504
+#: kstars.kcfg:508
#, 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:508
+#: kstars.kcfg:512
#, kde-format
msgid "Draw horizontal coordinate grid in the sky map?"
msgstr ""
#. i18n: ectx: whatsthis, entry (ShowHorizontalGrid), group (View)
#. +> trunk5
-#: kstars.kcfg:509
+#: kstars.kcfg:513
#, 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:513
+#: kstars.kcfg:517
#, kde-format
msgid "Draw local meridian line in the sky map?"
msgstr ""
#. i18n: ectx: whatsthis, entry (ShowLocalMeridian), group (View)
#. +> trunk5
-#: kstars.kcfg:514
+#: kstars.kcfg:518
#, 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:518
+#: kstars.kcfg:522
#, kde-format
msgid "Draw opaque ground in the sky map?"
msgstr ""
#. i18n: ectx: whatsthis, entry (ShowGround), group (View)
#. +> trunk5
-#: kstars.kcfg:519
+#: kstars.kcfg:523
#, kde-format
msgid "Toggle whether the region below the horizon is opaque."
msgstr ""
#. i18n: ectx: label, entry (ShowHorizon), group (View)
#. +> trunk5
-#: kstars.kcfg:523
+#: kstars.kcfg:527
#, kde-format
msgid "Draw horizon line in the sky map?"
msgstr ""
#. i18n: ectx: whatsthis, entry (ShowHorizon), group (View)
#. +> trunk5
-#: kstars.kcfg:524
+#: kstars.kcfg:528
#, 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:528
+#: kstars.kcfg:532
#, kde-format
msgid "Draw flags in the sky map?"
msgstr ""
#. i18n: ectx: whatsthis, entry (ShowFlags), group (View)
#. +> trunk5
-#: kstars.kcfg:529
+#: kstars.kcfg:533
#, kde-format
msgid "Toggle whether flags are drawn in the sky map."
msgstr ""
#. i18n: ectx: label, entry (ShowIC), group (View)
#. +> trunk5
-#: kstars.kcfg:533
+#: kstars.kcfg:537
#, kde-format
msgid "Draw IC objects in the sky map?"
msgstr ""
#. i18n: ectx: whatsthis, entry (ShowIC), group (View)
#. +> trunk5
-#: kstars.kcfg:534
+#: kstars.kcfg:538
#, kde-format
msgid "Toggle whether IC objects are drawn in the sky map."
msgstr ""
#. i18n: ectx: label, entry (ShowNGC), group (View)
#. +> trunk5
-#: kstars.kcfg:538
+#: kstars.kcfg:542
#, kde-format
msgid "Draw NGC objects in the sky map?"
msgstr ""
#. i18n: ectx: whatsthis, entry (ShowNGC), group (View)
#. +> trunk5
-#: kstars.kcfg:539
+#: kstars.kcfg:543
#, kde-format
msgid "Toggle whether NGC objects are drawn in the sky map."
msgstr ""
#. i18n: ectx: label, entry (ShowMessier), group (View)
#. +> trunk5
-#: kstars.kcfg:543
+#: kstars.kcfg:547
#, kde-format
msgid "Draw Messier objects in the sky map?"
msgstr ""
#. i18n: ectx: whatsthis, entry (ShowMessier), group (View)
#. +> trunk5
-#: kstars.kcfg:544
+#: kstars.kcfg:548
#, kde-format
msgid "Toggle whether Messier objects are drawn in the sky map."
msgstr ""
#. i18n: ectx: label, entry (ShowMessierImages), group (View)
#. +> trunk5
-#: kstars.kcfg:548
+#: kstars.kcfg:552
#, kde-format
msgid "Draw Messier object images in the sky map?"
msgstr ""
#. i18n: ectx: whatsthis, entry (ShowMessierImages), group (View)
#. +> trunk5
-#: kstars.kcfg:549
+#: kstars.kcfg:553
#, 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:553
+#: kstars.kcfg:557
#, kde-format
msgid "Draw extra deep-sky objects in the sky map?"
msgstr ""
#. i18n: ectx: whatsthis, entry (ShowOther), group (View)
#. +> trunk5
-#: kstars.kcfg:554
+#: kstars.kcfg:558
#, kde-format
msgid "Toggle whether extra objects are drawn in the sky map."
msgstr ""
#. i18n: ectx: label, entry (ShowMilkyWay), group (View)
#. +> trunk5
-#: kstars.kcfg:558
+#: kstars.kcfg:562
#, kde-format
msgid "Draw Milky Way contour in the sky map?"
msgstr ""
#. i18n: ectx: whatsthis, entry (ShowMilkyWay), group (View)
#. +> trunk5
-#: kstars.kcfg:559
+#: kstars.kcfg:563
#, 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:563
+#: kstars.kcfg:567
#, kde-format
msgid "Fill Milky Way contour? (false means use outline only)"
msgstr ""
#. i18n: ectx: whatsthis, entry (FillMilkyWay), group (View)
#. +> trunk5
-#: kstars.kcfg:564
+#: kstars.kcfg:568
#, 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:568
+#: kstars.kcfg:572
#, kde-format
msgid "Meta-option for all planets in the sky map."
msgstr ""
#. i18n: ectx: whatsthis, entry (ShowSolarSystem), group (View)
#. +> trunk5
-#: kstars.kcfg:569
+#: kstars.kcfg:573
#, 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:573
+#: kstars.kcfg:577
#, kde-format
msgid "Draw planets as images in the sky map?"
msgstr ""
#. i18n: ectx: whatsthis, entry (ShowPlanetImages), group (View)
#. +> trunk5
-#: kstars.kcfg:574
+#: kstars.kcfg:578
#, 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:578
+#: kstars.kcfg:582
#, kde-format
msgid "Label planet names in the sky map?"
msgstr ""
#. i18n: ectx: whatsthis, entry (ShowPlanetNames), group (View)
#. +> trunk5
-#: kstars.kcfg:579
+#: kstars.kcfg:583
#, 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:583
+#: kstars.kcfg:587
#, kde-format
msgid "Draw Sun in the sky map?"
msgstr ""
#. i18n: ectx: whatsthis, entry (ShowSun), group (View)
#. +> trunk5
-#: kstars.kcfg:584
+#: kstars.kcfg:588
#, kde-format
msgid "Toggle whether the Sun is drawn in the sky map."
msgstr ""
#. i18n: ectx: label, entry (ShowMoon), group (View)
#. +> trunk5
-#: kstars.kcfg:588
+#: kstars.kcfg:592
#, kde-format
msgid "Draw Moon in the sky map?"
msgstr ""
#. i18n: ectx: whatsthis, entry (ShowMoon), group (View)
#. +> trunk5
-#: kstars.kcfg:589
+#: kstars.kcfg:593
#, kde-format
msgid "Toggle whether the Moon is drawn in the sky map."
msgstr ""
#. i18n: ectx: label, entry (ShowMercury), group (View)
#. +> trunk5
-#: kstars.kcfg:593
+#: kstars.kcfg:597
#, kde-format
msgid "Draw Mercury in the sky map?"
msgstr ""
#. i18n: ectx: whatsthis, entry (ShowMercury), group (View)
#. +> trunk5
-#: kstars.kcfg:594
+#: kstars.kcfg:598
#, kde-format
msgid "Toggle whether Mercury is drawn in the sky map."
msgstr ""
#. i18n: ectx: label, entry (ShowVenus), group (View)
#. +> trunk5
-#: kstars.kcfg:598
+#: kstars.kcfg:602
#, kde-format
msgid "Draw Venus in the sky map?"
msgstr ""
#. i18n: ectx: whatsthis, entry (ShowVenus), group (View)
#. +> trunk5
-#: kstars.kcfg:599
+#: kstars.kcfg:603
#, kde-format
msgid "Toggle whether Venus is drawn in the sky map."
msgstr ""
#. i18n: ectx: label, entry (ShowMars), group (View)
#. +> trunk5
-#: kstars.kcfg:603
+#: kstars.kcfg:607
#, kde-format
msgid "Draw Mars in the sky map?"
msgstr ""
#. i18n: ectx: whatsthis, entry (ShowMars), group (View)
#. +> trunk5
-#: kstars.kcfg:604
+#: kstars.kcfg:608
#, kde-format
msgid "Toggle whether Mars is drawn in the sky map."
msgstr ""
#. i18n: ectx: label, entry (ShowJupiter), group (View)
#. +> trunk5
-#: kstars.kcfg:608
+#: kstars.kcfg:612
#, kde-format
msgid "Draw Jupiter in the sky map?"
msgstr ""
#. i18n: ectx: whatsthis, entry (ShowJupiter), group (View)
#. +> trunk5
-#: kstars.kcfg:609
+#: kstars.kcfg:613
#, kde-format
msgid "Toggle whether Jupiter is drawn in the sky map."
msgstr ""
#. i18n: ectx: label, entry (ShowSaturn), group (View)
#. +> trunk5
-#: kstars.kcfg:613
+#: kstars.kcfg:617
#, kde-format
msgid "Draw Saturn in the sky map?"
msgstr ""
#. i18n: ectx: whatsthis, entry (ShowSaturn), group (View)
#. +> trunk5
-#: kstars.kcfg:614
+#: kstars.kcfg:618
#, kde-format
msgid "Toggle whether Saturn is drawn in the sky map."
msgstr ""
#. i18n: ectx: label, entry (ShowUranus), group (View)
#. +> trunk5
-#: kstars.kcfg:618
+#: kstars.kcfg:622
#, kde-format
msgid "Draw Uranus in the sky map?"
msgstr ""
#. i18n: ectx: whatsthis, entry (ShowUranus), group (View)
#. +> trunk5
-#: kstars.kcfg:619
+#: kstars.kcfg:623
#, kde-format
msgid "Toggle whether Uranus is drawn in the sky map."
msgstr ""
#. i18n: ectx: label, entry (ShowNeptune), group (View)
#. +> trunk5
-#: kstars.kcfg:623
+#: kstars.kcfg:627
#, kde-format
msgid "Draw Neptune in the sky map?"
msgstr ""
#. i18n: ectx: whatsthis, entry (ShowNeptune), group (View)
#. +> trunk5
-#: kstars.kcfg:624
+#: kstars.kcfg:628
#, kde-format
msgid "Toggle whether Neptune is drawn in the sky map."
msgstr ""
#. i18n: ectx: label, entry (ShowPluto), group (View)
#. +> trunk5
-#: kstars.kcfg:628
+#: kstars.kcfg:632
#, kde-format
msgid "Draw Pluto in the sky map?"
msgstr ""
#. i18n: ectx: whatsthis, entry (ShowPluto), group (View)
#. +> trunk5
-#: kstars.kcfg:629
+#: kstars.kcfg:633
#, kde-format
msgid "Toggle whether Pluto is drawn in the sky map."
msgstr ""
#. i18n: ectx: label, entry (ShowStars), group (View)
#. +> trunk5
-#: kstars.kcfg:633
+#: kstars.kcfg:637
#, kde-format
msgid "Draw stars in the sky map?"
msgstr ""
#. i18n: ectx: whatsthis, entry (ShowStars), group (View)
#. +> trunk5
-#: kstars.kcfg:634
+#: kstars.kcfg:638
#, kde-format
msgid "Toggle whether stars are drawn in the sky map."
msgstr ""
#. i18n: ectx: label, entry (ShowStarMagnitudes), group (View)
#. +> trunk5
-#: kstars.kcfg:638
+#: kstars.kcfg:642
#, kde-format
msgid "Label star magnitudes in the sky map?"
msgstr ""
#. i18n: ectx: whatsthis, entry (ShowStarMagnitudes), group (View)
#. +> trunk5
-#: kstars.kcfg:639
+#: kstars.kcfg:643
#, 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:643
+#: kstars.kcfg:647
#, kde-format
msgid "Label star names in the sky map?"
msgstr ""
#. i18n: ectx: whatsthis, entry (ShowStarNames), group (View)
#. +> trunk5
-#: kstars.kcfg:644
+#: kstars.kcfg:648
#, 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:648
+#: kstars.kcfg:652
#, kde-format
msgid "Label deep-sky object magnitudes in the sky map?"
msgstr ""
#. i18n: ectx: whatsthis, entry (ShowDeepSkyMagnitudes), group (View)
#. +> trunk5
-#: kstars.kcfg:649
+#: kstars.kcfg:653
#, 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:653
+#: kstars.kcfg:657
#, kde-format
msgid "Label deep-sky objects in the sky map?"
msgstr ""
#. i18n: ectx: whatsthis, entry (ShowDeepSkyNames), group (View)
#. +> trunk5
-#: kstars.kcfg:654
+#: kstars.kcfg:658
#, 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:658
+#: kstars.kcfg:662
#, kde-format
msgid "Minimum timescale for forced-slewing mode"
msgstr ""
#. i18n: ectx: whatsthis, entry (SlewTimeScale), group (View)
#. +> trunk5
-#: kstars.kcfg:659
+#: kstars.kcfg:663
#, 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:663
+#: kstars.kcfg:667
#, kde-format
msgid "InfoBoxes Background fill mode"
msgstr ""
#. i18n: ectx: whatsthis, entry (BoxBGMode), group (View)
#. +> trunk5
-#: kstars.kcfg:664
+#: kstars.kcfg:668
#, 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:668
+#: kstars.kcfg:672
#, kde-format
msgid "Mapping projection algorithm"
msgstr ""
#. i18n: ectx: whatsthis, entry (Projection), group (View)
#. +> trunk5
-#: kstars.kcfg:669
+#: kstars.kcfg:673
#, kde-format
msgid "Algorithm for the mapping projection."
msgstr ""
#. i18n: ectx: label, entry (UseAbbrevConstellNames), group (View)
#. +> trunk5
-#: kstars.kcfg:673
+#: kstars.kcfg:677
#, kde-format
msgid "Use abbreviated constellation names?"
msgstr ""
#. i18n: ectx: whatsthis, entry (UseAbbrevConstellNames), group (View)
#. +> trunk5
-#: kstars.kcfg:674
+#: kstars.kcfg:678
#, kde-format
msgid "Use official IAU abbreviations for constellation names."
msgstr ""
#. i18n: ectx: label, entry (UseLatinConstellNames), group (View)
#. +> trunk5
-#: kstars.kcfg:678
+#: kstars.kcfg:682
#, kde-format
msgid "Use Latin constellation names?"
msgstr ""
#. i18n: ectx: whatsthis, entry (UseLatinConstellNames), group (View)
#. +> trunk5
-#: kstars.kcfg:679
+#: kstars.kcfg:683
#, kde-format
msgid "Use Latin constellation names."
msgstr ""
#. i18n: ectx: label, entry (UseLocalConstellNames), group (View)
#. +> trunk5
-#: kstars.kcfg:683
+#: kstars.kcfg:687
#, kde-format
msgid "Use localized constellation names?"
msgstr ""
#. i18n: ectx: whatsthis, entry (UseLocalConstellNames), group (View)
#. +> trunk5
-#: kstars.kcfg:684
+#: kstars.kcfg:688
#, 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:688
+#: kstars.kcfg:692
#, kde-format
msgid "Use horizontal coordinate system?"
msgstr ""
#. i18n: ectx: whatsthis, entry (UseAltAz), group (View)
#. +> trunk5
-#: kstars.kcfg:689
+#: kstars.kcfg:693
#, 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:693
+#: kstars.kcfg:697
#, kde-format
msgid "Automatically label focused object?"
msgstr ""
#. i18n: ectx: whatsthis, entry (UseAutoLabel), group (View)
#. +> trunk5
-#: kstars.kcfg:694
+#: kstars.kcfg:698
#, 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:698 tools/scriptbuilder.cpp:703
+#: kstars.kcfg:702 tools/scriptbuilder.cpp:703
#, kde-format
msgid "Automatically add trail to centered solar system body?"
msgstr ""
#. i18n: ectx: whatsthis, entry (UseAutoTrail), group (View)
#. +> trunk5
-#: kstars.kcfg:699
+#: kstars.kcfg:703
#, 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:703
+#: kstars.kcfg:707
#, kde-format
msgid "Add temporary label on mouse hover?"
msgstr ""
#. i18n: ectx: whatsthis, entry (UseHoverLabel), group (View)
#. +> trunk5
-#: kstars.kcfg:704
+#: kstars.kcfg:708
#, 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:708
+#: kstars.kcfg:712
#, kde-format
msgid "Correct positions for atmospheric refraction?"
msgstr ""
#. i18n: ectx: whatsthis, entry (UseRefraction), group (View)
#. +> trunk5
-#: kstars.kcfg:709
+#: kstars.kcfg:713
#, 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:713
+#: kstars.kcfg:717
#, 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:714
+#: kstars.kcfg:718
#, 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:718
+#: kstars.kcfg:722
#, kde-format
msgid "Use antialiasing when drawing the screen?"
msgstr ""
#. i18n: ectx: whatsthis, entry (UseAntialias), group (View)
#. +> trunk5
-#: kstars.kcfg:719
+#: kstars.kcfg:723
#, 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:723
+#: kstars.kcfg:727
#, kde-format
msgid "Zoom Factor, in pixels per radian"
msgstr ""
#. i18n: ectx: whatsthis, entry (ZoomFactor), group (View)
#. +> trunk5
-#: kstars.kcfg:724
+#: kstars.kcfg:728
#, kde-format
msgid "The zoom level, measured in pixels per radian."
msgstr ""
#. i18n: ectx: label, entry (ZoomScrollFactor), group (View)
#. +> trunk5
-#: kstars.kcfg:730
+#: kstars.kcfg:734
#, kde-format
msgid "Zoom scroll sensitivity."
msgstr ""
#. i18n: ectx: whatsthis, entry (ZoomScrollFactor), group (View)
#. +> trunk5
-#: kstars.kcfg:731
+#: kstars.kcfg:735
#, 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:737
+#: kstars.kcfg:741
#, kde-format
msgid "Faint limit for asteroids"
msgstr ""
#. i18n: ectx: whatsthis, entry (MagLimitAsteroid), group (View)
#. +> trunk5
-#: kstars.kcfg:738
+#: kstars.kcfg:742
#, kde-format
msgid "The faint magnitude limit for drawing asteroids."
msgstr ""
#. i18n: ectx: label, entry (MagLimitAsteroidDownload), group (View)
#. +> trunk5
-#: kstars.kcfg:742
+#: kstars.kcfg:746
#, kde-format
msgid "Maximum magnitude for asteroids to be downloaded from JPL."
msgstr ""
#. i18n: ectx: whatsthis, entry (MagLimitAsteroidDownload), group (View)
#. +> trunk5
-#: kstars.kcfg:743
+#: kstars.kcfg:747
#, 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:747
+#: kstars.kcfg:751
#, kde-format
msgid "Label density for asteroid names"
msgstr ""
#. i18n: ectx: whatsthis, entry (AsteroidLabelDensity), group (View)
#. +> trunk5
-#: kstars.kcfg:748
+#: kstars.kcfg:752
#, 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:752
+#: kstars.kcfg:756
#, kde-format
msgid "Faint limit for deep-sky objects"
msgstr ""
#. i18n: ectx: whatsthis, entry (MagLimitDrawDeepSky), group (View)
#. +> trunk5
-#: kstars.kcfg:753
+#: kstars.kcfg:757
#, 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:757
+#: kstars.kcfg:761
#, kde-format
msgid "Faint limit for deep-sky objects when zoomed out"
msgstr ""
#. i18n: ectx: whatsthis, entry (MagLimitDrawDeepSkyZoomOut), group (View)
#. +> trunk5
-#: kstars.kcfg:758
+#: kstars.kcfg:762
#, 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:762
+#: kstars.kcfg:766
#, kde-format
msgid "Show deep-sky objects of unknown magnitude"
msgstr ""
#. i18n: ectx: whatsthis, entry (ShowUnknownMagObjects), group (View)
#. +> trunk5
-#: kstars.kcfg:763
+#: kstars.kcfg:767
#, 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:768
+#: kstars.kcfg:772
#, kde-format
msgid "Faint limit for stars"
msgstr ""
#. i18n: ectx: whatsthis, entry (MagLimitDrawStar), group (View)
#. +> trunk5
-#: kstars.kcfg:769
+#: kstars.kcfg:773
#, 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:773
+#: kstars.kcfg:777
#, kde-format
msgid "Density of stars in the field of view"
msgstr ""
#. i18n: ectx: whatsthis, entry (StarDensity), group (View)
#. +> trunk5
-#: kstars.kcfg:774
+#: kstars.kcfg:778
#, kde-format
msgid "Sets the density of stars in the field of view"
msgstr ""
#. i18n: ectx: label, entry (MagLimitDrawStarZoomOut), group (View)
#. +> trunk5
-#: kstars.kcfg:779
+#: kstars.kcfg:783
#, kde-format
msgid "Faint limit for stars when zoomed out"
msgstr ""
#. i18n: ectx: whatsthis, entry (MagLimitDrawStarZoomOut), group (View)
#. +> trunk5
-#: kstars.kcfg:780
+#: kstars.kcfg:784
#, 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:785
+#: kstars.kcfg:789
#, kde-format
msgid "Faint limit for stars when slewing"
msgstr ""
#. i18n: ectx: whatsthis, entry (MagLimitHideStar), group (View)
#. +> trunk5
-#: kstars.kcfg:786
+#: kstars.kcfg:790
#, 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:790
+#: kstars.kcfg:794
#, kde-format
msgid "Relative density for star name labels and/or magnitudes"
msgstr ""
#. i18n: ectx: whatsthis, entry (StarLabelDensity), group (View)
#. +> trunk5
-#: kstars.kcfg:791
+#: kstars.kcfg:795
#, kde-format
msgid "The relative density for drawing star name and magnitude labels."
msgstr ""
#. i18n: ectx: label, entry (DeepSkyLabelDensity), group (View)
#. +> trunk5
-#: kstars.kcfg:795
+#: kstars.kcfg:799
#, 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:796
+#: kstars.kcfg:800
#, 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:800
+#: kstars.kcfg:804
#, kde-format
msgid "Show long names in deep-sky object name labels?"
msgstr ""
#. i18n: ectx: whatsthis, entry (DeepSkyLongLabels), group (View)
#. +> trunk5
-#: kstars.kcfg:801
+#: kstars.kcfg:805
#, 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:805
+#: kstars.kcfg:809
#, kde-format
msgid "Maximum distance from Sun for labeling comets, in AU"
msgstr ""
#. i18n: ectx: whatsthis, entry (MaxRadCometName), group (View)
#. +> trunk5
-#: kstars.kcfg:806
+#: kstars.kcfg:810
#, kde-format
msgid "The maximum solar distance for drawing comets."
msgstr ""
#. i18n: ectx: label, entry (UseGL), group (View)
#. +> trunk5
-#: kstars.kcfg:810
+#: kstars.kcfg:814
#, kde-format
msgid "Switch to OpenGL backend"
msgstr ""
#. i18n: ectx: whatsthis, entry (UseGL), group (View)
#. +> trunk5
-#: kstars.kcfg:811
+#: kstars.kcfg:815
#, kde-format
msgid "Use experimental OpenGL backend (deprecated)."
msgstr ""
#. i18n: ectx: label, entry (RunClock), group (View)
#. +> trunk5
-#: kstars.kcfg:815
+#: kstars.kcfg:819
#, kde-format
msgid "Run clock"
msgstr ""
#. i18n: ectx: whatsthis, entry (RunClock), group (View)
#. +> trunk5
-#: kstars.kcfg:816
+#: kstars.kcfg:820
#, kde-format
msgid "The state of the clock (running or not)"
msgstr ""
#. i18n: ectx: label, entry (ObsListSymbol), group (ObservingList)
#. +> trunk5
-#: kstars.kcfg:822
+#: kstars.kcfg:826
#, kde-format
msgid "Use symbols to label observing list objects"
msgstr ""
#. i18n: ectx: whatsthis, entry (ObsListSymbol), group (ObservingList)
#. +> trunk5
-#: kstars.kcfg:823
+#: kstars.kcfg:827
#, 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:827
+#: kstars.kcfg:831
#, kde-format
msgid "Use text to label observing list objects"
msgstr ""
#. i18n: ectx: whatsthis, entry (ObsListText), group (ObservingList)
#. +> trunk5
-#: kstars.kcfg:828
+#: kstars.kcfg:832
#, 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:832
+#: kstars.kcfg:836
#, kde-format
msgid "Prefer Digitized Sky Survey imagery in the observing list"
msgstr ""
#. i18n: ectx: whatsthis, entry (ObsListPreferDSS), group (ObservingList)
#. +> trunk5
-#: kstars.kcfg:833
+#: kstars.kcfg:837
#, kde-format
msgid "The observing list will prefer DSS imagery while downloading imagery."
msgstr ""
#. i18n: ectx: label, entry (ObsListPreferSDSS), group (ObservingList)
#. +> trunk5
-#: kstars.kcfg:837
+#: kstars.kcfg:841
#, kde-format
msgid "Prefer Sloan Digital Sky Survey imagery in the observing list"
msgstr ""
#. i18n: ectx: whatsthis, entry (ObsListPreferSDSS), group (ObservingList)
#. +> trunk5
-#: kstars.kcfg:838
+#: kstars.kcfg:842
#, kde-format
msgid "The observing list will prefer SDSS imagery while downloading imagery."
msgstr ""
#. i18n: ectx: label, entry (ObsListDemoteHole), group (ObservingList)
#. +> trunk5
-#: kstars.kcfg:842
+#: kstars.kcfg:846
#, 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:843
+#: kstars.kcfg:847
#, 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:847
+#: kstars.kcfg:851
#, 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:848
+#: kstars.kcfg:852
#, 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:854 kstars.kcfg:855
+#: kstars.kcfg:858 kstars.kcfg:859
#, kde-format
msgid "The name of the color scheme"
msgstr ""
#. i18n: ectx: label, entry (StarColorMode), group (Colors)
#. +> trunk5
-#: kstars.kcfg:859
+#: kstars.kcfg:863
#, kde-format
msgid "Mode for rendering stars"
msgstr ""
#. i18n: ectx: whatsthis, entry (StarColorMode), group (Colors)
#. +> trunk5
-#: kstars.kcfg:860
+#: kstars.kcfg:864
#, 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:865
+#: kstars.kcfg:869
#, kde-format
msgid "Saturation level of star colors"
msgstr ""
#. i18n: ectx: whatsthis, entry (StarColorIntensity), group (Colors)
#. +> trunk5
-#: kstars.kcfg:866
+#: kstars.kcfg:870
#, 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:871
+#: kstars.kcfg:875
#, kde-format
msgid "Color of angular distance ruler"
msgstr ""
#. i18n: ectx: whatsthis, entry (AngularRulerColor), group (Colors)
#. +> trunk5
-#: kstars.kcfg:872
+#: kstars.kcfg:876
#, kde-format
msgid "The color for the angular-distance measurement ruler."
msgstr ""
#. i18n: ectx: label, entry (BoxBGColor), group (Colors)
#. +> trunk5
-#: kstars.kcfg:876
+#: kstars.kcfg:880
#, kde-format
msgid "Background color of InfoBoxes"
msgstr ""
#. i18n: ectx: whatsthis, entry (BoxBGColor), group (Colors)
#. +> trunk5
-#: kstars.kcfg:877
+#: kstars.kcfg:881
#, kde-format
msgid "The background color of the on-screen information boxes."
msgstr ""
#. i18n: ectx: label, entry (BoxGrabColor), group (Colors)
#. +> trunk5
-#: kstars.kcfg:881
+#: kstars.kcfg:885
#, kde-format
msgid "Text color of InfoBoxes when grabbed with mouse"
msgstr ""
#. i18n: ectx: whatsthis, entry (BoxGrabColor), group (Colors)
#. +> trunk5
-#: kstars.kcfg:882
+#: kstars.kcfg:886
#, 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:886
+#: kstars.kcfg:890
#, kde-format
msgid "Text color of InfoBoxes"
msgstr ""
#. i18n: ectx: whatsthis, entry (BoxTextColor), group (Colors)
#. +> trunk5
-#: kstars.kcfg:887
+#: kstars.kcfg:891
#, kde-format
msgid "The normal text color of the on-screen information boxes."
msgstr ""
#. i18n: ectx: label, entry (CBoundColor), group (Colors)
#. +> trunk5
-#: kstars.kcfg:891
+#: kstars.kcfg:895
#, 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:892 kstars.kcfg:897
+#: kstars.kcfg:896 kstars.kcfg:901
#, kde-format
msgid "The color for the constellation boundary lines."
msgstr ""
#. i18n: ectx: label, entry (CBoundHighColor), group (Colors)
#. +> trunk5
-#: kstars.kcfg:896
+#: kstars.kcfg:900
#, kde-format
msgid "Color of highlighted constellation boundary"
msgstr ""
#. i18n: ectx: label, entry (CLineColor), group (Colors)
#. +> trunk5
-#: kstars.kcfg:901
+#: kstars.kcfg:905
#, kde-format
msgid "Color of constellation lines"
msgstr ""
#. i18n: ectx: whatsthis, entry (CLineColor), group (Colors)
#. +> trunk5
-#: kstars.kcfg:902
+#: kstars.kcfg:906
#, kde-format
msgid "The color for the constellation figure lines."
msgstr ""
#. i18n: ectx: label, entry (CNameColor), group (Colors)
#. +> trunk5
-#: kstars.kcfg:906
+#: kstars.kcfg:910
#, kde-format
msgid "Color of constellation names"
msgstr ""
#. i18n: ectx: whatsthis, entry (CNameColor), group (Colors)
#. +> trunk5
-#: kstars.kcfg:907
+#: kstars.kcfg:911
#, kde-format
msgid "The color for the constellation names."
msgstr ""
#. i18n: ectx: label, entry (CompassColor), group (Colors)
#. +> trunk5
-#: kstars.kcfg:911
+#: kstars.kcfg:915
#, kde-format
msgid "Color of cardinal compass labels along horizon"
msgstr ""
#. i18n: ectx: whatsthis, entry (CompassColor), group (Colors)
#. +> trunk5
-#: kstars.kcfg:912
+#: kstars.kcfg:916
#, kde-format
msgid "The color for the cardinal compass point labels."
msgstr ""
#. i18n: ectx: label, entry (EclipticColor), group (Colors)
#. +> trunk5
-#: kstars.kcfg:916
+#: kstars.kcfg:920
#, kde-format
msgid "Color of ecliptic line"
msgstr ""
#. i18n: ectx: whatsthis, entry (EclipticColor), group (Colors)
#. +> trunk5
-#: kstars.kcfg:917
+#: kstars.kcfg:921
#, kde-format
msgid "The color for the ecliptic line."
msgstr ""
#. i18n: ectx: label, entry (EquatorColor), group (Colors)
#. +> trunk5
-#: kstars.kcfg:921
+#: kstars.kcfg:925
#, kde-format
msgid "Color of equator line"
msgstr ""
#. i18n: ectx: whatsthis, entry (EquatorColor), group (Colors)
#. +> trunk5
-#: kstars.kcfg:922
+#: kstars.kcfg:926
#, kde-format
msgid "The color for the equator line."
msgstr ""
#. i18n: ectx: label, entry (EquatorialGridColor), group (Colors)
#. +> trunk5
-#: kstars.kcfg:926
+#: kstars.kcfg:930
#, kde-format
msgid "Color of equatorial coordinate grid lines"
msgstr ""
#. i18n: ectx: whatsthis, entry (EquatorialGridColor), group (Colors)
#. +> trunk5
-#: kstars.kcfg:927
+#: kstars.kcfg:931
#, kde-format
msgid "The color for the equatorial coordinate grid lines."
msgstr ""
#. i18n: ectx: label, entry (HorizontalGridColor), group (Colors)
#. +> trunk5
-#: kstars.kcfg:931
+#: kstars.kcfg:935
#, kde-format
msgid "Color of horizontal coordinate grid lines"
msgstr ""
#. i18n: ectx: whatsthis, entry (HorizontalGridColor), group (Colors)
#. +> trunk5
-#: kstars.kcfg:932
+#: kstars.kcfg:936
#, kde-format
msgid "The color for the horizontal coordinate grid lines."
msgstr ""
#. i18n: ectx: label, entry (SpecialObjectColor), group (Colors)
#. +> trunk5
-#: kstars.kcfg:936
+#: kstars.kcfg:940
#, kde-format
msgid "Color of objects with extra links available"
msgstr ""
#. i18n: ectx: whatsthis, entry (SpecialObjectColor), group (Colors)
#. +> trunk5
-#: kstars.kcfg:937
+#: kstars.kcfg:941
#, kde-format
msgid "The color for objects which have extra URL links available."
msgstr ""
#. i18n: ectx: label, entry (HorizonColor), group (Colors)
#. +> trunk5
-#: kstars.kcfg:941
+#: kstars.kcfg:945
#, kde-format
msgid "Color of horizon line"
msgstr ""
#. i18n: ectx: whatsthis, entry (HorizonColor), group (Colors)
#. +> trunk5
-#: kstars.kcfg:942
+#: kstars.kcfg:946
#, kde-format
msgid "The color for the horizon line and opaque ground."
msgstr ""
#. i18n: ectx: label, entry (LocalMeridianColor), group (Colors)
#. +> trunk5
-#: kstars.kcfg:946
+#: kstars.kcfg:950
#, kde-format
msgid "Color of local meridian line"
msgstr ""
#. i18n: ectx: whatsthis, entry (LocalMeridianColor), group (Colors)
#. +> trunk5
-#: kstars.kcfg:947
+#: kstars.kcfg:951
#, kde-format
msgid "The color for the local meridian line."
msgstr ""
#. i18n: ectx: label, entry (MessierColor), group (Colors)
#. +> trunk5
-#: kstars.kcfg:951
+#: kstars.kcfg:955
#, kde-format
msgid "Color of Messier objects"
msgstr ""
#. i18n: ectx: whatsthis, entry (MessierColor), group (Colors)
#. +> trunk5
-#: kstars.kcfg:952
+#: kstars.kcfg:956
#, kde-format
msgid "The color for Messier object symbols."
msgstr ""
#. i18n: ectx: label, entry (NGCColor), group (Colors)
#. +> trunk5
-#: kstars.kcfg:956
+#: kstars.kcfg:960
#, kde-format
msgid "Color of NGC objects"
msgstr ""
#. i18n: ectx: whatsthis, entry (NGCColor), group (Colors)
#. +> trunk5
-#: kstars.kcfg:957
+#: kstars.kcfg:961
#, kde-format
msgid "The color for NGC object symbols."
msgstr ""
#. i18n: ectx: label, entry (ICColor), group (Colors)
#. +> trunk5
-#: kstars.kcfg:961
+#: kstars.kcfg:965
#, kde-format
msgid "Color of IC objects"
msgstr ""
#. i18n: ectx: whatsthis, entry (ICColor), group (Colors)
#. +> trunk5
-#: kstars.kcfg:962
+#: kstars.kcfg:966
#, kde-format
msgid "The color for IC object symbols."
msgstr ""
#. i18n: ectx: label, entry (MilkyWayWColor), group (Colors)
#. +> trunk5
-#: kstars.kcfg:966
+#: kstars.kcfg:970
#, kde-format
msgid "Color of Milky Way contour"
msgstr ""
#. i18n: ectx: whatsthis, entry (MilkyWayWColor), group (Colors)
#. +> trunk5
-#: kstars.kcfg:967
+#: kstars.kcfg:971
#, kde-format
msgid "The color for the Milky Way contour."
msgstr ""
#. i18n: ectx: label, entry (StarNameColor), group (Colors)
#. +> trunk5
-#: kstars.kcfg:971
+#: kstars.kcfg:975
#, kde-format
msgid "Color of star name labels"
msgstr ""
#. i18n: ectx: whatsthis, entry (StarNameColor), group (Colors)
#. +> trunk5
-#: kstars.kcfg:972
+#: kstars.kcfg:976
#, kde-format
msgid "The color for star name labels."
msgstr ""
#. i18n: ectx: label, entry (DeepSkyNameColor), group (Colors)
#. +> trunk5
-#: kstars.kcfg:976
+#: kstars.kcfg:980
#, kde-format
msgid "Color of deep-sky object name labels"
msgstr ""
#. i18n: ectx: whatsthis, entry (DeepSkyNameColor), group (Colors)
#. +> trunk5
-#: kstars.kcfg:977
+#: kstars.kcfg:981
#, kde-format
msgid "The color for deep-sky object name labels."
msgstr ""
#. i18n: ectx: label, entry (PlanetNameColor), group (Colors)
#. +> trunk5
-#: kstars.kcfg:981
+#: kstars.kcfg:985
#, kde-format
msgid "Color of planet name labels"
msgstr ""
#. i18n: ectx: whatsthis, entry (PlanetNameColor), group (Colors)
#. +> trunk5
-#: kstars.kcfg:982
+#: kstars.kcfg:986
#, kde-format
msgid "The color for solar system object labels."
msgstr ""
#. i18n: ectx: label, entry (PlanetTrailColor), group (Colors)
#. +> trunk5
-#: kstars.kcfg:986
+#: kstars.kcfg:990
#, kde-format
msgid "Color of planet trails"
msgstr ""
#. i18n: ectx: whatsthis, entry (PlanetTrailColor), group (Colors)
#. +> trunk5
-#: kstars.kcfg:987
+#: kstars.kcfg:991
#, kde-format
msgid "The color for solar system object trails."
msgstr ""
#. i18n: ectx: label, entry (SkyColor), group (Colors)
#. +> trunk5
-#: kstars.kcfg:991
+#: kstars.kcfg:995
#, kde-format
msgid "Color of sky"
msgstr ""
#. i18n: ectx: whatsthis, entry (SkyColor), group (Colors)
#. +> trunk5
-#: kstars.kcfg:992
+#: kstars.kcfg:996
#, kde-format
msgid "The color for the sky background."
msgstr ""
#. i18n: ectx: label, entry (ArtificialHorizonColor), group (Colors)
#. +> trunk5
-#: kstars.kcfg:996
+#: kstars.kcfg:1000
#, kde-format
msgid "Color Artificial Horizon"
msgstr ""
#. i18n: ectx: whatsthis, entry (ArtificialHorizonColor), group (Colors)
#. +> trunk5
-#: kstars.kcfg:997
+#: kstars.kcfg:1001
#, kde-format
msgid "The color for the artificial horizon region."
msgstr ""
#. i18n: ectx: label, entry (TelescopeTargetColor), group (Colors)
#. +> trunk5
-#: kstars.kcfg:1001
+#: kstars.kcfg:1005
#, kde-format
msgid "Color of telescope symbols"
msgstr ""
#. i18n: ectx: whatsthis, entry (TelescopeTargetColor), group (Colors)
#. +> trunk5
-#: kstars.kcfg:1002
+#: kstars.kcfg:1006
#, kde-format
msgid "The color for telescope target symbols."
msgstr ""
#. i18n: ectx: label, entry (VisibleSatColor), group (Colors)
#. +> trunk5
-#: kstars.kcfg:1006
+#: kstars.kcfg:1010
#, kde-format
msgid "Color of visible satellites"
msgstr ""
#. i18n: ectx: whatsthis, entry (VisibleSatColor), group (Colors)
#. +> trunk5
-#: kstars.kcfg:1007
+#: kstars.kcfg:1011
#, kde-format
msgid "Color of visible satellites."
msgstr ""
#. i18n: ectx: label, entry (SatColor), group (Colors)
#. +> trunk5
-#: kstars.kcfg:1011
+#: kstars.kcfg:1015
#, kde-format
msgid "Color of invisible satellites"
msgstr ""
#. i18n: ectx: whatsthis, entry (SatColor), group (Colors)
#. +> trunk5
-#: kstars.kcfg:1012
+#: kstars.kcfg:1016
#, kde-format
msgid "Color of invisible satellites."
msgstr ""
#. i18n: ectx: label, entry (SatLabelColor), group (Colors)
#. +> trunk5
-#: kstars.kcfg:1016
+#: kstars.kcfg:1020
#, kde-format
msgid "Color of satellites labels"
msgstr ""
#. i18n: ectx: whatsthis, entry (SatLabelColor), group (Colors)
#. +> trunk5
-#: kstars.kcfg:1017
+#: kstars.kcfg:1021
#, kde-format
msgid "Color of satellites labels."
msgstr ""
#. i18n: ectx: label, entry (SupernovaColor), group (Colors)
#. +> trunk5
-#: kstars.kcfg:1021
+#: kstars.kcfg:1025
#, kde-format
msgid "Color of supernovae"
msgstr ""
#. i18n: ectx: whatsthis, entry (SupernovaColor), group (Colors)
#. +> trunk5
-#: kstars.kcfg:1022
+#: kstars.kcfg:1026
#, kde-format
msgid "Color of supernova"
msgstr ""
#. i18n: ectx: label, entry (UserLabelColor), group (Colors)
#. +> trunk5
-#: kstars.kcfg:1026
+#: kstars.kcfg:1030
#, kde-format
msgid "Color of user-added labels"
msgstr ""
#. i18n: ectx: whatsthis, entry (UserLabelColor), group (Colors)
#. +> trunk5
-#: kstars.kcfg:1027
+#: kstars.kcfg:1031
#, kde-format
msgid "The color for user-added object labels."
msgstr ""
#. i18n: ectx: label, entry (RAGuideColor), group (Colors)
#. +> trunk5
-#: kstars.kcfg:1031
+#: kstars.kcfg:1035
#, kde-format
msgid "Color of RA Guide Error"
msgstr ""
#. i18n: ectx: whatsthis, entry (RAGuideColor), group (Colors)
#. +> trunk5
-#: kstars.kcfg:1032
+#: kstars.kcfg:1036
#, 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:1036
+#: kstars.kcfg:1040
#, kde-format
msgid "Color of DEC Guide Error"
msgstr ""
#. i18n: ectx: whatsthis, entry (DEGuideColor), group (Colors)
#. +> trunk5
-#: kstars.kcfg:1037
+#: kstars.kcfg:1041
#, 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:1041
+#: kstars.kcfg:1045
#, kde-format
msgid "Color of solver FOV box"
msgstr ""
#. i18n: ectx: whatsthis, entry (SolverFOVColor), group (Colors)
#. +> trunk5
-#: kstars.kcfg:1042
+#: kstars.kcfg:1046
#, kde-format
msgid "The color for solver FOV box in Ekos alignment module."
msgstr ""
#. i18n: ectx: label, entry (xplanetIsInternal), group (Xplanet)
#. +> trunk5
-#: kstars.kcfg:1048 xplanet/opsxplanet.cpp:29
+#: kstars.kcfg:1052 xplanet/opsxplanet.cpp:29
#, kde-format
msgid "Internal or External XPlanet?"
msgstr ""
#. i18n: ectx: label, entry (XplanetPath), group (Xplanet)
#. +> trunk5
-#: kstars.kcfg:1052
+#: kstars.kcfg:1056
#, 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:1053 xplanet/opsxplanet.ui:148
+#: kstars.kcfg:1057 xplanet/opsxplanet.ui:148
#, kde-format
msgid "Xplanet binary path"
msgstr ""
#. i18n: ectx: label, entry (XplanetTitle), group (Xplanet)
#. +> trunk5
-#: kstars.kcfg:1057
+#: kstars.kcfg:1061
#, kde-format
msgid "Window title"
msgstr ""
#. i18n: ectx: whatsthis, entry (XplanetTitle), group (Xplanet)
#. i18n: ectx: property (whatsThis), widget (QLineEdit, kcfg_XplanetTitle)
#. +> trunk5
-#: kstars.kcfg:1058 xplanet/opsxplanet.ui:53
+#: kstars.kcfg:1062 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:1062 kstars.kcfg:1063
+#: kstars.kcfg:1066 kstars.kcfg:1067
#, 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:1067 kstars.kcfg:1068
+#: kstars.kcfg:1071 kstars.kcfg:1072
#, 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:1072 xplanet/opsxplanet.ui:674
+#: kstars.kcfg:1076 xplanet/opsxplanet.ui:674
#, kde-format
msgid "Show label"
msgstr ""
#. i18n: ectx: whatsthis, entry (XplanetLabel), group (Xplanet)
#. +> trunk5
-#: kstars.kcfg:1073
+#: kstars.kcfg:1077
#, 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:1077 kstars.kcfg:1082
+#: kstars.kcfg:1081 kstars.kcfg:1086
#, kde-format
msgid "Show GMT label"
msgstr ""
#. i18n: ectx: whatsthis, entry (XplanetLabelLocalTime), group (Xplanet)
#. +> trunk5
-#: kstars.kcfg:1078
+#: kstars.kcfg:1082
#, kde-format
msgid "Show local time."
msgstr ""
#. i18n: ectx: whatsthis, entry (XplanetLabelGMT), group (Xplanet)
#. +> trunk5
-#: kstars.kcfg:1083
+#: kstars.kcfg:1087
#, kde-format
msgid "Show GMT instead of local time."
msgstr ""
#. i18n: ectx: label, entry (XplanetLabelString), group (Xplanet)
#. +> trunk5
-#: kstars.kcfg:1087
+#: kstars.kcfg:1091
#, kde-format
msgid "Planet string"
msgstr ""
#. i18n: ectx: whatsthis, entry (XplanetLabelString), group (Xplanet)
#. +> trunk5
-#: kstars.kcfg:1088
+#: kstars.kcfg:1092
#, 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:1092
+#: kstars.kcfg:1096
#, kde-format
msgid "Font Size"
msgstr ""
#. i18n: ectx: whatsthis, entry (XplanetFontSize), group (Xplanet)
#. i18n: ectx: property (whatsThis), widget (QSpinBox, kcfg_XplanetFontSize)
#. +> trunk5
-#: kstars.kcfg:1093 xplanet/opsxplanet.ui:549
+#: kstars.kcfg:1097 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:1097 xplanet/opsxplanet.ui:563
+#: kstars.kcfg:1101 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:1098 xplanet/opsxplanet.ui:566
+#: kstars.kcfg:1102 xplanet/opsxplanet.ui:566
#, kde-format
msgid "Set the color for the label."
msgstr ""
#. i18n: ectx: label, entry (XplanetDateFormat), group (Xplanet)
#. +> trunk5
-#: kstars.kcfg:1102
+#: kstars.kcfg:1106
#, kde-format
msgid "Date format"
msgstr ""
#. i18n: ectx: whatsthis, entry (XplanetDateFormat), group (Xplanet)
#. +> trunk5
-#: kstars.kcfg:1103
+#: kstars.kcfg:1107
#, 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:1107 xplanet/opsxplanet.ui:580
+#: kstars.kcfg:1111 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:1111 xplanet/opsxplanet.ui:604
+#: kstars.kcfg:1115 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:1115 xplanet/opsxplanet.ui:614
+#: kstars.kcfg:1119 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:1119 xplanet/opsxplanet.ui:590
+#: kstars.kcfg:1123 xplanet/opsxplanet.ui:590
#, kde-format
msgid "Bottom left"
msgstr ""
#. i18n: ectx: label, entry (XplanetGlare), group (Xplanet)
#. +> trunk5
-#: kstars.kcfg:1123
+#: kstars.kcfg:1127
#, kde-format
msgid "Sun Glare"
msgstr ""
#. i18n: ectx: whatsthis, entry (XplanetGlare), group (Xplanet)
#. +> trunk5
-#: kstars.kcfg:1124
+#: kstars.kcfg:1128
#, 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:1128
+#: kstars.kcfg:1132
#, 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:1129 xplanet/opsxplanet.ui:832
+#: kstars.kcfg:1133 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:1133
+#: kstars.kcfg:1137
#, kde-format
msgid "Latitude-Longitude"
msgstr ""
#. i18n: ectx: whatsthis, entry (XplanetLatLong), group (Xplanet)
#. +> trunk5
-#: kstars.kcfg:1134
+#: kstars.kcfg:1138
#, 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:1138 xplanet/opsxplanet.ui:784
+#: kstars.kcfg:1142 xplanet/opsxplanet.ui:784
#, kde-format
msgid "Latitude in degrees"
msgstr ""
#. i18n: ectx: whatsthis, entry (XplanetLatitude), group (Xplanet)
#. +> trunk5
-#: kstars.kcfg:1139
+#: kstars.kcfg:1143
#, 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:1143 xplanet/opsxplanet.ui:807
+#: kstars.kcfg:1147 xplanet/opsxplanet.ui:807
#, kde-format
msgid "Longitude in degrees"
msgstr ""
#. i18n: ectx: whatsthis, entry (XplanetLongitude), group (Xplanet)
#. +> trunk5
-#: kstars.kcfg:1144
+#: kstars.kcfg:1148
#, 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:1148 xplanet/opsxplanet.ui:855
+#: kstars.kcfg:1152 xplanet/opsxplanet.ui:855
#, kde-format
msgid "Projection"
msgstr ""
#. i18n: ectx: whatsthis, entry (XplanetProjection), group (Xplanet)
#. +> trunk5
-#: kstars.kcfg:1149
+#: kstars.kcfg:1153
#, 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:1153
+#: kstars.kcfg:1157
#, kde-format
msgid "Update view"
msgstr ""
#. i18n: ectx: whatsthis, entry (XplanetWait), group (Xplanet)
#. +> trunk5
-#: kstars.kcfg:1154
+#: kstars.kcfg:1158
#, 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:1158 kstars.kcfg:1159 xplanet/opsxplanet.ui:236
+#: kstars.kcfg:1162 kstars.kcfg:1163 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:1163 xplanet/opsxplanet.ui:914
+#: kstars.kcfg:1167 xplanet/opsxplanet.ui:914
#, kde-format
msgid "Use background"
msgstr ""
#. i18n: ectx: whatsthis, entry (XplanetBackground), group (Xplanet)
#. +> trunk5
-#: kstars.kcfg:1164
+#: kstars.kcfg:1168
#, 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:1168
+#: kstars.kcfg:1172
#, kde-format
msgid "Use background image"
msgstr ""
#. i18n: ectx: whatsthis, entry (XplanetBackgroundImage), group (Xplanet)
#. +> trunk5
-#: kstars.kcfg:1169
+#: kstars.kcfg:1173
#, kde-format
msgid "Use a file as the background image."
msgstr ""
#. i18n: ectx: label, entry (XplanetBackgroundImagePath), group (Xplanet)
#. +> trunk5
-#: kstars.kcfg:1173
+#: kstars.kcfg:1177
#, kde-format
msgid "Background image path"
msgstr ""
#. i18n: ectx: whatsthis, entry (XplanetBackgroundImagePath), group (Xplanet)
#. +> trunk5
-#: kstars.kcfg:1174
+#: kstars.kcfg:1178
#, kde-format
msgid "The path of the background image."
msgstr ""
#. i18n: ectx: label, entry (XplanetBackgroundColor), group (Xplanet)
#. +> trunk5
-#: kstars.kcfg:1178
+#: kstars.kcfg:1182
#, kde-format
msgid "Use background color"
msgstr ""
#. i18n: ectx: whatsthis, entry (XplanetBackgroundColor), group (Xplanet)
#. +> trunk5
-#: kstars.kcfg:1179
+#: kstars.kcfg:1183
#, 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:1183 xplanet/opsxplanet.ui:957
+#: kstars.kcfg:1187 xplanet/opsxplanet.ui:957
#, kde-format
msgid "Background color"
msgstr ""
#. i18n: ectx: whatsthis, entry (XplanetBackgroundColorValue), group (Xplanet)
#. +> trunk5
-#: kstars.kcfg:1184
+#: kstars.kcfg:1188
#, kde-format
msgid "The color of the background."
msgstr ""
#. i18n: ectx: label, entry (XplanetMagnitude), group (Xplanet)
#. +> trunk5
-#: kstars.kcfg:1188
+#: kstars.kcfg:1192
#, kde-format
msgid "Base magnitude"
msgstr ""
#. i18n: ectx: whatsthis, entry (XplanetMagnitude), group (Xplanet)
#. i18n: ectx: property (whatsThis), widget (QSpinBox, kcfg_XplanetMagnitude)
#. +> trunk5
-#: kstars.kcfg:1189 xplanet/opsxplanet.ui:297
+#: kstars.kcfg:1193 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:1193
+#: kstars.kcfg:1197
#, kde-format
msgid "Arc file"
msgstr ""
#. i18n: ectx: whatsthis, entry (XplanetArcFile), group (Xplanet)
#. +> trunk5
-#: kstars.kcfg:1194
+#: kstars.kcfg:1198
#, 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:1198
+#: kstars.kcfg:1202
#, 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:1199 xplanet/opsxplanet.ui:342
+#: kstars.kcfg:1203 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:1203
+#: kstars.kcfg:1207
#, kde-format
msgid "Config file"
msgstr ""
#. i18n: ectx: whatsthis, entry (XplanetConfigFile), group (Xplanet)
#. +> trunk5
-#: kstars.kcfg:1204
+#: kstars.kcfg:1208
#, kde-format
msgid "If checked, use a config file."
msgstr ""
#. i18n: ectx: label, entry (XplanetConfigFilePath), group (Xplanet)
#. +> trunk5
-#: kstars.kcfg:1208
+#: kstars.kcfg:1212
#, kde-format
msgid "Path to config file"
msgstr ""
#. i18n: ectx: whatsthis, entry (XplanetConfigFilePath), group (Xplanet)
#. +> trunk5
-#: kstars.kcfg:1209
+#: kstars.kcfg:1213
#, 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:1213 xplanet/opsxplanet.ui:214
+#: kstars.kcfg:1217 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:1214 xplanet/opsxplanet.ui:211
+#: kstars.kcfg:1218 xplanet/opsxplanet.ui:211
#, kde-format
msgid "If checked, use kstars's FOV."
msgstr ""
#. i18n: ectx: label, entry (XplanetMarkerFile), group (Xplanet)
#. +> trunk5
-#: kstars.kcfg:1218
+#: kstars.kcfg:1222
#, 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:1219 xplanet/opsxplanet.ui:700
+#: kstars.kcfg:1223 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:1223 xplanet/opsxplanet.ui:710
+#: kstars.kcfg:1227 xplanet/opsxplanet.ui:710
#, kde-format
msgid "Marker file path"
msgstr ""
#. i18n: ectx: whatsthis, entry (XplanetMarkerFilePath), group (Xplanet)
#. +> trunk5
-#: kstars.kcfg:1224
+#: kstars.kcfg:1228
#, 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:1228
+#: kstars.kcfg:1232
#, kde-format
msgid "Write marker bounds"
msgstr ""
#. i18n: ectx: whatsthis, entry (XplanetMarkerBounds), group (Xplanet)
#. +> trunk5
-#: kstars.kcfg:1229
+#: kstars.kcfg:1233
#, 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:1233 xplanet/opsxplanet.ui:733
+#: kstars.kcfg:1237 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:1234 xplanet/opsxplanet.ui:736
+#: kstars.kcfg:1238 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:1238
+#: kstars.kcfg:1242
#, kde-format
msgid "Star map"
msgstr ""
#. i18n: ectx: whatsthis, entry (XplanetStarmap), group (Xplanet)
#. i18n: ectx: property (whatsThis), widget (QCheckBox, kcfg_XplanetStarmap)
#. +> trunk5
-#: kstars.kcfg:1239 xplanet/opsxplanet.ui:307
+#: kstars.kcfg:1243 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:1243 kstars.kcfg:1244 xplanet/opsxplanet.ui:323
+#: kstars.kcfg:1247 kstars.kcfg:1248 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:1248
+#: kstars.kcfg:1252
#, 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:1249 xplanet/opsxplanet.ui:415
+#: kstars.kcfg:1253 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:1255
+#: kstars.kcfg:1259
#, 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:1256 kstars.kcfg:1261
+#: kstars.kcfg:1260 kstars.kcfg:1265
#, kde-format
msgid "Toggle whether satellite tracks are drawn in the sky map."
msgstr ""
#. i18n: ectx: label, entry (ShowVisibleSatellites), group (Satellites)
#. +> trunk5
-#: kstars.kcfg:1260
+#: kstars.kcfg:1264
#, 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:1265 kstars.kcfg:1266
+#: kstars.kcfg:1269 kstars.kcfg:1270
#, 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:1270
+#: kstars.kcfg:1274
#, kde-format
msgid "Draw satellite labels?"
msgstr ""
#. i18n: ectx: whatsthis, entry (ShowSatellitesLabels), group (Satellites)
#. +> trunk5
-#: kstars.kcfg:1271
+#: kstars.kcfg:1275
#, kde-format
msgid "Toggle whether satellite labels are drawn in the sky map."
msgstr ""
#. i18n: ectx: label, entry (SelectedSatellites), group (Satellites)
#. +> trunk5
-#: kstars.kcfg:1275
+#: kstars.kcfg:1279
#, kde-format
msgid "Selected satellites."
msgstr ""
#. i18n: ectx: whatsthis, entry (SelectedSatellites), group (Satellites)
#. +> trunk5
-#: kstars.kcfg:1276
+#: kstars.kcfg:1280
#, 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:1281 options/opsadvanced.ui:94
+#: kstars.kcfg:1285 options/opsadvanced.ui:94
#, kde-format
msgid "Always recompute coordinates"
msgstr ""
#. i18n: ectx: whatsthis, entry (AlwaysRecomputeCoordinates), group (General)
#. +> trunk5
-#: kstars.kcfg:1282
+#: kstars.kcfg:1286
#, 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:1286
+#: kstars.kcfg:1290
#, kde-format
msgid "Default size for DSS images"
msgstr ""
#. i18n: ectx: whatsthis, entry (DefaultDSSImageSize), group (General)
#. +> trunk5
-#: kstars.kcfg:1287
+#: kstars.kcfg:1291
#, kde-format
msgid "The default size for DSS images downloaded from the internet."
msgstr ""
#. i18n: ectx: label, entry (DSSPadding), group (General)
#. +> trunk5
-#: kstars.kcfg:1291
+#: kstars.kcfg:1295
#, kde-format
msgid "Additional padding around DSS Images of deep-sky objects"
msgstr ""
#. i18n: ectx: whatsthis, entry (DSSPadding), group (General)
#. +> trunk5
-#: kstars.kcfg:1292
+#: kstars.kcfg:1296
#, 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:1296
+#: kstars.kcfg:1300
#, kde-format
msgid "Enable Verbose Logging"
msgstr ""
#. i18n: ectx: whatsthis, entry (VerboseLogging), group (General)
#. +> trunk5
-#: kstars.kcfg:1297
+#: kstars.kcfg:1301
#, 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:1301
+#: kstars.kcfg:1305
#, kde-format
msgid "Enable Regular Logging"
msgstr ""
#. i18n: ectx: whatsthis, entry (RegularLogging), group (General)
#. +> trunk5
-#: kstars.kcfg:1302
+#: kstars.kcfg:1306
#, kde-format
msgid "Checking this option causes KStars to generate regular debug information."
msgstr ""
#. i18n: ectx: label, entry (DisableLogging), group (General)
#. +> trunk5
-#: kstars.kcfg:1306
+#: kstars.kcfg:1310
#, kde-format
msgid "Disable Verbose Logging"
msgstr ""
#. i18n: ectx: whatsthis, entry (DisableLogging), group (General)
#. +> trunk5
-#: kstars.kcfg:1307
+#: kstars.kcfg:1311
#, 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:1311
+#: kstars.kcfg:1315
#, kde-format
msgid "Log debug message to default output"
msgstr ""
#. i18n: ectx: whatsthis, entry (LogToDefault), group (General)
#. +> trunk5
-#: kstars.kcfg:1312
+#: kstars.kcfg:1316
#, 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:1316
+#: kstars.kcfg:1320
#, kde-format
msgid "Log debug message to a log file"
msgstr ""
#. i18n: ectx: whatsthis, entry (LogToFile), group (General)
#. +> trunk5
-#: kstars.kcfg:1317
+#: kstars.kcfg:1321
#, 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:1321
+#: kstars.kcfg:1325
#, kde-format
msgid "Log FITS Data activity."
msgstr ""
#. i18n: ectx: whatsthis, entry (INDILogging), group (General)
#. +> trunk5
-#: kstars.kcfg:1325
+#: kstars.kcfg:1329
#, kde-format
msgid "Log INDI devices activity."
msgstr ""
#. i18n: ectx: whatsthis, entry (CaptureLogging), group (General)
#. +> trunk5
-#: kstars.kcfg:1329
+#: kstars.kcfg:1333
#, kde-format
msgid "Log Ekos Capture Module activity."
msgstr ""
#. i18n: ectx: whatsthis, entry (FocusLogging), group (General)
#. +> trunk5
-#: kstars.kcfg:1333
+#: kstars.kcfg:1337
#, kde-format
msgid "Log Ekos Focus Module activity."
msgstr ""
#. i18n: ectx: whatsthis, entry (GuideLogging), group (General)
#. +> trunk5
-#: kstars.kcfg:1337
+#: kstars.kcfg:1341
#, kde-format
msgid "Log Ekos Guide Module activity."
msgstr ""
#. i18n: ectx: whatsthis, entry (AlignmentLogging), group (General)
#. +> trunk5
-#: kstars.kcfg:1341
+#: kstars.kcfg:1345
#, kde-format
msgid "Log Ekos Alignment Module activity."
msgstr ""
#. i18n: ectx: whatsthis, entry (MountLogging), group (General)
#. +> trunk5
-#: kstars.kcfg:1345
+#: kstars.kcfg:1349
#, kde-format
msgid "Log Ekos Mount Module activity."
msgstr ""
#. i18n: ectx: label, entry (useFITSViewer), group (FITSViewer)
#. +> trunk5
-#: kstars.kcfg:1351
+#: kstars.kcfg:1355
#, kde-format
msgid "Display every image captured in a FITS Viewer window."
msgstr ""
#. i18n: ectx: label, entry (singlePreviewFITS), group (FITSViewer)
#. +> trunk5
-#: kstars.kcfg:1355
+#: kstars.kcfg:1359
#, kde-format
msgid "Preview FITS in a single tab?"
msgstr ""
#. i18n: ectx: label, entry (singleWindowCapturedFITS), group (FITSViewer)
#. +> trunk5
-#: kstars.kcfg:1360
+#: kstars.kcfg:1364
#, kde-format
msgid "Display all captured FITS in one window?"
msgstr ""
#. i18n: ectx: whatsthis, entry (singleWindowCapturedFITS), group (FITSViewer)
#. +> trunk5
-#: kstars.kcfg:1361
+#: kstars.kcfg:1365
#, 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:1365
+#: kstars.kcfg:1369
#, kde-format
msgid "Display all opened FITS in one window?"
msgstr ""
#. i18n: ectx: whatsthis, entry (singleWindowOpenedFITS), group (FITSViewer)
#. +> trunk5
-#: kstars.kcfg:1366
+#: kstars.kcfg:1370
#, 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:1370
+#: kstars.kcfg:1374
#, kde-format
msgid "Make FITS Viewer window independent of KStars main window"
msgstr ""
#. i18n: ectx: label, entry (AutoDebayer), group (FITSViewer)
#. +> trunk5
-#: kstars.kcfg:1374
+#: kstars.kcfg:1378
#, 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:1378
+#: kstars.kcfg:1382
#, 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:1382
+#: kstars.kcfg:1386
#, 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:1386
+#: kstars.kcfg:1390
#, 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:1392
+#: kstars.kcfg:1396
#, kde-format
msgid "Bortle dark-sky rating"
msgstr ""
#. i18n: ectx: label, entry (TelescopeCheck), group (WISettings)
#. +> trunk5
-#: kstars.kcfg:1396
+#: kstars.kcfg:1400
#, kde-format
msgid "Availability of telescope"
msgstr ""
#. i18n: ectx: label, entry (BinocularsCheck), group (WISettings)
#. +> trunk5
-#: kstars.kcfg:1400
+#: kstars.kcfg:1404
#, kde-format
msgid "Availability of binoculars"
msgstr ""
#. i18n: ectx: label, entry (BinocularsAperture), group (WISettings)
#. +> trunk5
-#: kstars.kcfg:1404
+#: kstars.kcfg:1408
#, kde-format
msgid "Aperture of available binocular"
msgstr ""
#. i18n: ectx: label, entry (ScopeListIndex), group (WISettings)
#. +> trunk5
-#: kstars.kcfg:1408
+#: kstars.kcfg:1412
#, kde-format
msgid "Index of selected scope from list of scopes"
msgstr ""
#. i18n: ectx: label, entry (EkosWindowWidth), group (Ekos)
#. +> trunk5
-#: kstars.kcfg:1414
+#: kstars.kcfg:1418
#, kde-format
msgid "Ekos window width"
msgstr ""
#. i18n: ectx: label, entry (EkosWindowHeight), group (Ekos)
#. +> trunk5
-#: kstars.kcfg:1418
+#: kstars.kcfg:1422
#, kde-format
msgid "Ekos window height"
msgstr ""
#. i18n: ectx: label, entry (EkosLeftIcons), group (Ekos)
#. +> trunk5
-#: kstars.kcfg:1426
+#: kstars.kcfg:1430
#, kde-format
msgid "Ekos modules icons are placed to the left of pages"
msgstr ""
#. i18n: ectx: label, entry (independentWindowEkos), group (Ekos)
#. +> trunk5
-#: kstars.kcfg:1430
+#: kstars.kcfg:1434
#, kde-format
msgid "Make Ekos window independent of KStars main window"
msgstr ""
#. i18n: ectx: label, entry (profile), group (Ekos)
#. +> trunk5
-#: kstars.kcfg:1434
+#: kstars.kcfg:1438
#, kde-format
msgid "Ekos drivers profile"
msgstr ""
#. i18n: ectx: label, entry (neverLoadConfig), group (Ekos)
#. +> trunk5
-#: kstars.kcfg:1438
+#: kstars.kcfg:1442
#, kde-format
msgid "Never load device configuration?"
msgstr ""
#. i18n: ectx: label, entry (loadConfigOnConnection), group (Ekos)
#. +> trunk5
-#: kstars.kcfg:1442
+#: kstars.kcfg:1446
#, kde-format
msgid "Load device configuration upon successful connection?"
msgstr ""
#. i18n: ectx: label, entry (loadDefaultConfig), group (Ekos)
#. +> trunk5
-#: kstars.kcfg:1446
+#: kstars.kcfg:1450
#, kde-format
msgid "Always load device default configuration upon successful connection?"
msgstr ""
#. i18n: ectx: label, entry (shutterfulCCDs), group (DarkLibrary)
#. +> trunk5
-#: kstars.kcfg:1456
+#: kstars.kcfg:1460
#, kde-format
msgid "List of CCDs with mechanical or electronic shutters."
msgstr ""
#. i18n: ectx: label, entry (shutterlessCCDs), group (DarkLibrary)
#. +> trunk5
-#: kstars.kcfg:1459
+#: kstars.kcfg:1463
#, kde-format
msgid "List of CCDs without mechanical or electronic shutters."
msgstr ""
#. i18n: ectx: label, entry (MinimumAltLimit), group (Mount)
#. +> trunk5
-#: kstars.kcfg:1464
+#: kstars.kcfg:1468
#, kde-format
msgid "Default minimum mount altitude limit"
msgstr ""
#. i18n: ectx: label, entry (MaximumAltLimit), group (Mount)
#. +> trunk5
-#: kstars.kcfg:1469
+#: kstars.kcfg:1473
#, kde-format
msgid "Default maximum mount altitude limit."
msgstr ""
#. i18n: ectx: whatsthis, entry (MaximumAltLimit), group (Mount)
#. +> trunk5
-#: kstars.kcfg:1470
+#: kstars.kcfg:1474
#, 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:1474
+#: kstars.kcfg:1478
#, kde-format
msgid "Enable mount altitude limits."
msgstr ""
#. i18n: ectx: label, entry (DefaultCaptureCCD), group (Capture)
#. +> trunk5
-#: kstars.kcfg:1480
+#: kstars.kcfg:1484
#, kde-format
msgid "Default capture module CCD."
msgstr ""
#. i18n: ectx: label, entry (DefaultObserver), group (Capture)
#. +> trunk5
-#: kstars.kcfg:1483
+#: kstars.kcfg:1487
#, kde-format
msgid "Default observer full name."
msgstr ""
#. i18n: ectx: label, entry (SyncFOVPA), group (Capture)
#. +> trunk5
-#: kstars.kcfg:1486
+#: kstars.kcfg:1490
#, kde-format
msgid "Sync FOV indicator Position Angle with Rotator Settings Position Angle"
msgstr ""
#. i18n: ectx: label, entry (PAMultiplier), group (Capture)
#. +> trunk5
-#: kstars.kcfg:1490
+#: kstars.kcfg:1494
#, kde-format
msgid "Position angle multiplier"
msgstr ""
#. i18n: ectx: label, entry (PAOffset), group (Capture)
#. +> trunk5
-#: kstars.kcfg:1494
+#: kstars.kcfg:1498
#, kde-format
msgid "Position angle offset"
msgstr ""
#. i18n: ectx: label, entry (GuideDeviation), group (Capture)
#. +> trunk5
-#: kstars.kcfg:1498
+#: kstars.kcfg:1502
#, kde-format
msgid "Default maximum permittable guide deviation"
msgstr ""
#. i18n: ectx: whatsthis, entry (GuideDeviation), group (Capture)
#. +> trunk5
-#: kstars.kcfg:1499
+#: kstars.kcfg:1503
#, 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:1503
+#: kstars.kcfg:1507
#, kde-format
msgid "Default maximum permittable HFR deviation"
msgstr ""
#. i18n: ectx: whatsthis, entry (HFRDeviation), group (Capture)
#. +> trunk5
-#: kstars.kcfg:1504
+#: kstars.kcfg:1508
#, 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:1508
+#: kstars.kcfg:1512
#, kde-format
msgid "Enforce guiding deviation limit."
msgstr ""
#. i18n: ectx: label, entry (EnforceAutofocus), group (Capture)
#. +> trunk5
-#: kstars.kcfg:1512
+#: kstars.kcfg:1516
#, kde-format
msgid "Enforce Autofocus HFR limit."
msgstr ""
#. i18n: ectx: label, entry (EnforceRefocusEveryN), group (Capture)
#. +> trunk5
-#: kstars.kcfg:1516
+#: kstars.kcfg:1520
#, kde-format
msgid "Enforce Refocus Every N Minutes."
msgstr ""
#. i18n: ectx: label, entry (RefocusEveryN), group (Capture)
#. +> trunk5
-#: kstars.kcfg:1520
+#: kstars.kcfg:1524
#, kde-format
msgid "Number of minute between forced refocus attempts"
msgstr ""
#. i18n: ectx: whatsthis, entry (RefocusEveryN), group (Capture)
#. +> trunk5
-#: kstars.kcfg:1521
+#: kstars.kcfg:1525
#, 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:1525
+#: kstars.kcfg:1529
#, kde-format
msgid "Default hour angle to perform meridian flip"
msgstr ""
#. i18n: ectx: whatsthis, entry (AutoMeridianHours), group (Capture)
#. +> trunk5
-#: kstars.kcfg:1526
+#: kstars.kcfg:1530
#, 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:1529
+#: kstars.kcfg:1533
#, kde-format
msgid "Flips the mount when reaching the meridian, if supported."
msgstr ""
#. i18n: ectx: label, entry (ResetMountModelAfterMeridian), group (Capture)
#. +> trunk5
-#: kstars.kcfg:1533
+#: kstars.kcfg:1537
#, kde-format
msgid "Reset mount model after meridian flip."
msgstr ""
#. i18n: ectx: label, entry (CalibrationADUValue), group (Capture)
#. +> trunk5
-#: kstars.kcfg:1537
+#: kstars.kcfg:1541
#, kde-format
msgid "Desired flat field ADU"
msgstr ""
#. i18n: ectx: whatsthis, entry (CalibrationADUValue), group (Capture)
#. +> trunk5
-#: kstars.kcfg:1538
+#: kstars.kcfg:1542
#, 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:1542
+#: kstars.kcfg:1546
#, kde-format
msgid "ADU Value tolerance"
msgstr ""
#. i18n: ectx: whatsthis, entry (CalibrationADUValueTolerance), group (Capture)
#. +> trunk5
-#: kstars.kcfg:1543
+#: kstars.kcfg:1547
#, 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:1547
+#: kstars.kcfg:1551
#, kde-format
msgid "Index of flat source option."
msgstr ""
#. i18n: ectx: label, entry (CalibrationFlatDurationIndex), group (Capture)
#. +> trunk5
-#: kstars.kcfg:1551
+#: kstars.kcfg:1555
#, kde-format
msgid "Index of flat duration option."
msgstr ""
#. i18n: ectx: label, entry (CalibrationWallAz), group (Capture)
#. +> trunk5
-#: kstars.kcfg:1555
+#: kstars.kcfg:1559
#, kde-format
msgid "Azimuth of calibration wall location."
msgstr ""
#. i18n: ectx: label, entry (CalibrationWallAlt), group (Capture)
#. +> trunk5
-#: kstars.kcfg:1559
+#: kstars.kcfg:1563
#, kde-format
msgid "Altitude of calibration wall location."
msgstr ""
#. i18n: ectx: label, entry (MaxTemperatureDiff), group (Capture)
#. +> trunk5
-#: kstars.kcfg:1563
+#: kstars.kcfg:1567
#, kde-format
msgid "Maximum acceptable difference between requested and measured temperature set point."
msgstr ""
#. i18n: ectx: label, entry (RememberJobProgress), group (Capture)
#. +> trunk5
-#: kstars.kcfg:1567
+#: kstars.kcfg:1571
#, kde-format
msgid "When starting a new capture job, check if files were previously captured and resume capture afterwards."
msgstr ""
#. i18n: ectx: label, entry (HFRThresholdPercentage), group (Capture)
#. +> trunk5
-#: kstars.kcfg:1571
+#: kstars.kcfg:1575
#, 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:1575
+#: kstars.kcfg:1579
#, 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:1587
+#: kstars.kcfg:1591
#, kde-format
msgid "Perform auto stretch on captured images in FITS Viewer."
msgstr ""
#. i18n: ectx: label, entry (useSummaryPreview), group (Capture)
#. +> trunk5
-#: kstars.kcfg:1591
+#: kstars.kcfg:1595
#, kde-format
msgid "Display every image captured sequence image in the Ekos summary screen preview window."
msgstr ""
#. i18n: ectx: label, entry (DefaultFocusCCD), group (Focus)
#. +> trunk5
-#: kstars.kcfg:1597
+#: kstars.kcfg:1601
#, kde-format
msgid "Default focus module CCD."
msgstr ""
#. i18n: ectx: label, entry (DefaultFocusFocuser), group (Focus)
#. +> trunk5
-#: kstars.kcfg:1600
+#: kstars.kcfg:1604
#, kde-format
msgid "Default focus module focuser."
msgstr ""
#. i18n: ectx: label, entry (FocusTicks), group (Focus)
#. +> trunk5
-#: kstars.kcfg:1603
+#: kstars.kcfg:1607
#, kde-format
msgid "Default Focuser step ticks"
msgstr ""
#. i18n: ectx: whatsthis, entry (FocusTicks), group (Focus)
#. +> trunk5
-#: kstars.kcfg:1604
+#: kstars.kcfg:1608
#, 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:1612
+#: kstars.kcfg:1616
#, kde-format
msgid "Default Focuser tolerance value"
msgstr ""
#. i18n: ectx: whatsthis, entry (FocusTolerance), group (Focus)
#. +> trunk5
-#: kstars.kcfg:1613
+#: kstars.kcfg:1617
#, 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:1617
+#: kstars.kcfg:1621
#, kde-format
msgid "Maximum Focus Travel Distance"
msgstr ""
#. i18n: ectx: whatsthis, entry (FocusMaxTravel), group (Focus)
#. +> trunk5
-#: kstars.kcfg:1618
+#: kstars.kcfg:1622
#, kde-format
msgid "Set the maximum travel distance of an absolute focuser."
msgstr ""
#. i18n: ectx: label, entry (FocusExposure), group (Focus)
#. +> trunk5
-#: kstars.kcfg:1622
+#: kstars.kcfg:1626
#, kde-format
msgid "Default Focuser exposure value"
msgstr ""
#. i18n: ectx: whatsthis, entry (FocusExposure), group (Focus)
#. +> trunk5
-#: kstars.kcfg:1623
+#: kstars.kcfg:1627
#, 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:1627
+#: kstars.kcfg:1631
#, kde-format
msgid "Default Focuser star selection box size"
msgstr ""
#. i18n: ectx: whatsthis, entry (FocusBoxSize), group (Focus)
#. +> trunk5
-#: kstars.kcfg:1628
+#: kstars.kcfg:1632
#, kde-format
msgid "Set box size to select a focus star."
msgstr ""
#. i18n: ectx: label, entry (FocusXBin), group (Focus)
#. +> trunk5
-#: kstars.kcfg:1632
+#: kstars.kcfg:1636
#, kde-format
msgid "Default CCD X binning in focus mode"
msgstr ""
#. i18n: ectx: whatsthis, entry (FocusXBin), group (Focus)
#. +> trunk5
-#: kstars.kcfg:1633
+#: kstars.kcfg:1637
#, kde-format
msgid "Set horizontal binning of CCD camera while in focus mode."
msgstr ""
#. i18n: ectx: label, entry (FocusYBin), group (Focus)
#. +> trunk5
-#: kstars.kcfg:1637
+#: kstars.kcfg:1641
#, kde-format
msgid "Default CCD Y binning in focus mode"
msgstr ""
#. i18n: ectx: whatsthis, entry (FocusYBin), group (Focus)
#. +> trunk5
-#: kstars.kcfg:1638
+#: kstars.kcfg:1642
#, kde-format
msgid "Set vertical binning of CCD camera while in focus mode."
msgstr ""
#. i18n: ectx: label, entry (FocusSubFrame), group (Focus)
#. +> trunk5
-#: kstars.kcfg:1642
+#: kstars.kcfg:1646
#, kde-format
msgid "Subframe the focus star during the autofocus procedure."
msgstr ""
#. i18n: ectx: label, entry (FocusUseFullField), group (Focus)
#. +> trunk5
-#: kstars.kcfg:1646
+#: kstars.kcfg:1650
#, kde-format
msgid "Use full frame field to measure HFR."
msgstr ""
#. i18n: ectx: label, entry (FocusAutoStarEnabled), group (Focus)
#. +> trunk5
-#: kstars.kcfg:1650
+#: kstars.kcfg:1654
#, kde-format
msgid "Automatically select a star to focus."
msgstr ""
#. i18n: ectx: label, entry (SuspendGuiding), group (Focus)
#. +> trunk5
-#: kstars.kcfg:1654
+#: kstars.kcfg:1658
#, kde-format
msgid "Suspend guiding while autofocus in progress."
msgstr ""
#. i18n: ectx: label, entry (UseFocusDarkFrame), group (Focus)
#. +> trunk5
-#: kstars.kcfg:1658
+#: kstars.kcfg:1662
#, 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:1662
+#: kstars.kcfg:1666
#, kde-format
msgid "Image filter to be applied to focus image upon loading."
msgstr ""
#. i18n: ectx: label, entry (FocusThreshold), group (Focus)
#. +> trunk5
-#: kstars.kcfg:1666
+#: kstars.kcfg:1670
#, 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:1670
+#: kstars.kcfg:1674
#, kde-format
msgid "Star detection algorithm"
msgstr ""
#. i18n: ectx: label, entry (FocusAlgorithm), group (Focus)
#. +> trunk5
-#: kstars.kcfg:1674
+#: kstars.kcfg:1678
#, kde-format
msgid "Focus process algorithm"
msgstr ""
#. i18n: ectx: label, entry (FocusFramesCount), group (Focus)
#. +> trunk5
-#: kstars.kcfg:1678
+#: kstars.kcfg:1682
#, kde-format
msgid "Number of focus frames to average for HFR calculations."
msgstr ""
#. i18n: ectx: label, entry (DefaultAlignCCD), group (Align)
#. +> trunk5
-#: kstars.kcfg:1684
+#: kstars.kcfg:1688
#, kde-format
msgid "Default align module CCD."
msgstr ""
#. i18n: ectx: label, entry (DefaultAlignFW), group (Align)
#. +> trunk5
-#: kstars.kcfg:1687
+#: kstars.kcfg:1691
#, kde-format
msgid "Default align module Filter Wheel."
msgstr ""
#. i18n: ectx: label, entry (AlignExposure), group (Align)
#. +> trunk5
-#: kstars.kcfg:1690
+#: kstars.kcfg:1694
#, kde-format
msgid "Default alignment exposure value"
msgstr ""
#. i18n: ectx: whatsthis, entry (AlignExposure), group (Align)
#. +> trunk5
-#: kstars.kcfg:1691
+#: kstars.kcfg:1695
#, 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:1695
+#: kstars.kcfg:1699
#, kde-format
msgid "Default CCD binning index while in alignment mode"
msgstr ""
#. i18n: ectx: whatsthis, entry (SolverBinningIndex), group (Align)
#. +> trunk5
-#: kstars.kcfg:1696
+#: kstars.kcfg:1700
#, kde-format
msgid "Set binning index of CCD camera while in alignment mode. Default values 0-3 corresponding to 1x1 to 4x4 binning"
msgstr ""
#. i18n: ectx: whatsthis, entry (AstrometrySolverVerbose), group (Align)
#. +> trunk5
-#: kstars.kcfg:1700
+#: kstars.kcfg:1704
#, 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:1704
+#: kstars.kcfg:1708
#, kde-format
msgid "Use rotator when performing load and slew."
msgstr ""
#. i18n: ectx: whatsthis, entry (AstrometryRotatorThreshold), group (Align)
#. +> trunk5
-#: kstars.kcfg:1708
+#: kstars.kcfg:1712
#, 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:1712
+#: kstars.kcfg:1716
#, kde-format
msgid "Set solver type (online, offline, remote)."
msgstr ""
#. i18n: ectx: label, entry (SolverScopeType), group (Align)
#. +> trunk5
-#: kstars.kcfg:1716
+#: kstars.kcfg:1720
#, 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:1720
+#: kstars.kcfg:1724
#, 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:1724
+#: kstars.kcfg:1728
#, 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:1728
+#: kstars.kcfg:1732
#, 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:1732
+#: kstars.kcfg:1736
#, kde-format
-msgid "Do not use Sync when Slew to Target is selected. Use differential slewing to correct for discrepencies."
+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:1736
+#: kstars.kcfg:1740
#, kde-format
msgid "Accuracy threshold in arcseconds between solution and target coordinates."
msgstr ""
#. i18n: ectx: label, entry (LockAlignFilterIndex), group (Align)
#. +> trunk5
-#: kstars.kcfg:1740
+#: kstars.kcfg:1744
#, 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:1744
+#: kstars.kcfg:1748
#, 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:1748
+#: kstars.kcfg:1752
#, 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:1752
+#: kstars.kcfg:1756
#, 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 (AstrometryUseResort), group (Align)
#. +> trunk5
-#: kstars.kcfg:1756
+#: kstars.kcfg:1760
#, 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: label, entry (AstrometryUseNoVerify), group (Align)
#. +> trunk5
-#: kstars.kcfg:1760
+#: kstars.kcfg:1764
#, 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: label, entry (AstrometryUseImageScale), group (Align)
#. +> trunk5
-#: kstars.kcfg:1764
+#: kstars.kcfg:1768
#, 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: label, entry (AstrometryImageScaleLow), group (Align)
#. +> trunk5
-#: kstars.kcfg:1768
+#: kstars.kcfg:1772
#, kde-format
msgid "Lower image scale."
msgstr ""
#. i18n: ectx: label, entry (AstrometryImageScaleHigh), group (Align)
#. +> trunk5
-#: kstars.kcfg:1771
+#: kstars.kcfg:1775
#, kde-format
msgid "Upper image scale."
msgstr ""
#. i18n: ectx: label, entry (AstrometryAutoUpdateImageScale), group (Align)
#. +> trunk5
-#: kstars.kcfg:1774
+#: kstars.kcfg:1778
#, 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:1778
+#: kstars.kcfg:1782
#, kde-format
msgid "Image scale units in arcminutes (aw), degrees (dw), or arcsec per pixel (app)"
msgstr ""
#. i18n: ectx: label, entry (AstrometryUseDownsample), group (Align)
#. +> trunk5
-#: kstars.kcfg:1782
+#: kstars.kcfg:1786
#, kde-format
msgid "Downsample the image to shrink its size and speed up the solver."
msgstr ""
#. i18n: ectx: label, entry (AstrometryDownsample), group (Align)
#. +> trunk5
-#: kstars.kcfg:1786
+#: kstars.kcfg:1790
#, kde-format
msgid "Downsample factor"
msgstr ""
#. i18n: ectx: label, entry (AstrometryUsePosition), group (Align)
#. +> trunk5
-#: kstars.kcfg:1790
+#: kstars.kcfg:1794
#, 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: label, entry (AstrometryPositionRA), group (Align)
#. +> trunk5
-#: kstars.kcfg:1794
+#: kstars.kcfg:1798
#, 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:1797
+#: kstars.kcfg:1801
#, 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:1800
+#: kstars.kcfg:1804
#, kde-format
msgid "Automatically update position coordinates when mounts completes slewing."
msgstr ""
#. i18n: ectx: label, entry (AstrometryRadius), group (Align)
#. +> trunk5
-#: kstars.kcfg:1804
+#: kstars.kcfg:1808
#, kde-format
msgid "The Search Radius for the Estimated Telescope/Image Field Position in degrees."
msgstr ""
#. i18n: ectx: label, entry (AstrometryDetectParity), group (Align)
#. +> trunk5
-#: kstars.kcfg:1808
+#: kstars.kcfg:1812
#, kde-format
msgid "Detect parity and reuse it to speed up solver."
msgstr ""
#. i18n: ectx: label, entry (AstrometryCustomOptions), group (Align)
#. +> trunk5
-#: kstars.kcfg:1812
+#: kstars.kcfg:1816
#, kde-format
msgid "Additional optional astrometry.net options"
msgstr ""
#. i18n: ectx: label, entry (AstrometrySolverBinary), group (Align)
#. +> trunk5
-#: kstars.kcfg:1815
+#: kstars.kcfg:1819
#, kde-format
msgid "astrometry.net solve-field binary"
msgstr ""
#. i18n: ectx: whatsthis, entry (AstrometrySolverBinary), group (Align)
#. +> trunk5
-#: kstars.kcfg:1816
+#: kstars.kcfg:1820
#, kde-format
msgid "Path to astrometry.net solver location."
msgstr ""
#. i18n: ectx: label, entry (AstrometryWCSInfo), group (Align)
#. +> trunk5
-#: kstars.kcfg:1824
+#: kstars.kcfg:1828
#, kde-format
msgid "astrometry.net wcsinfo binary"
msgstr ""
#. i18n: ectx: whatsthis, entry (AstrometryWCSInfo), group (Align)
#. +> trunk5
-#: kstars.kcfg:1825
+#: kstars.kcfg:1829
#, kde-format
msgid "Path to astrometry.net wcsinfo location."
msgstr ""
#. i18n: ectx: label, entry (AstrometryConfFile), group (Align)
#. +> trunk5
-#: kstars.kcfg:1833
+#: kstars.kcfg:1837
#, kde-format
msgid "astrometry.net configuration file"
msgstr ""
#. i18n: ectx: whatsthis, entry (AstrometryConfFile), group (Align)
#. +> trunk5
-#: kstars.kcfg:1834
+#: kstars.kcfg:1838
#, kde-format
msgid "Path to astrometry.net file location."
msgstr ""
#. i18n: ectx: label, entry (AstrometryConfFileIsInternal), group (Align)
#. +> trunk5
-#: kstars.kcfg:1838
+#: kstars.kcfg:1842
#, kde-format
msgid "Internal or External Astrometry.net Conf File?"
msgstr ""
#. i18n: ectx: label, entry (AstrometryAPIKey), group (Align)
#. +> trunk5
-#: kstars.kcfg:1842
+#: kstars.kcfg:1846
#, kde-format
msgid "astrometry.net API Key"
msgstr ""
#. i18n: ectx: whatsthis, entry (AstrometryAPIKey), group (Align)
#. +> trunk5
-#: kstars.kcfg:1843
+#: kstars.kcfg:1847
#, 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:1847
+#: kstars.kcfg:1851
#, kde-format
msgid "astrometry.net API URL"
msgstr ""
#. i18n: ectx: label, entry (AstrometryUseJPEG), group (Align)
#. +> trunk5
-#: kstars.kcfg:1851
+#: kstars.kcfg:1855
#, 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:1855
+#: kstars.kcfg:1859
#, kde-format
msgid "Timeout in seconds to wait for astrometry solver to complete."
msgstr ""
#. i18n: ectx: label, entry (DefaultGuideCCD), group (Guide)
#. +> trunk5
-#: kstars.kcfg:1861
+#: kstars.kcfg:1865
#, kde-format
msgid "Default guide module CCD."
msgstr ""
#. i18n: ectx: label, entry (DefaultST4Driver), group (Guide)
#. +> trunk5
-#: kstars.kcfg:1864
+#: kstars.kcfg:1868
#, kde-format
msgid "Default guide module ST4 Driver."
msgstr ""
#. i18n: ectx: label, entry (GuideExposure), group (Guide)
#. +> trunk5
-#: kstars.kcfg:1867
+#: kstars.kcfg:1871
#, kde-format
msgid "Guider exposure duration in seconds."
msgstr ""
#. i18n: ectx: label, entry (GuiderType), group (Guide)
#. +> trunk5
-#: kstars.kcfg:1871
+#: kstars.kcfg:1875
#, 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:1875
+#: kstars.kcfg:1879
#, 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:1879
+#: kstars.kcfg:1883
#, kde-format
msgid "Host name of external PHD2 service"
msgstr ""
#. i18n: ectx: label, entry (PHD2Port), group (Guide)
#. +> trunk5
-#: kstars.kcfg:1883
+#: kstars.kcfg:1887
#, kde-format
msgid "PHD2 Event Monitoring Port"
msgstr ""
#. i18n: ectx: label, entry (LinGuiderHost), group (Guide)
#. +> trunk5
-#: kstars.kcfg:1887
+#: kstars.kcfg:1891
#, kde-format
msgid "Host name of external lin_guider service"
msgstr ""
#. i18n: ectx: label, entry (LinGuiderPort), group (Guide)
#. +> trunk5
-#: kstars.kcfg:1891
+#: kstars.kcfg:1895
#, kde-format
msgid "Lin_guider Event Monitoring Port"
msgstr ""
#. i18n: ectx: label, entry (GuideScopeType), group (Guide)
#. +> trunk5
-#: kstars.kcfg:1895
+#: kstars.kcfg:1899
#, 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:1899
+#: kstars.kcfg:1903
#, 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:1903
+#: kstars.kcfg:1907
#, 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:1907
+#: kstars.kcfg:1911
#, kde-format
msgid "Use Image Guiding algorithms instead of classical centroid guiding."
msgstr ""
#. i18n: ectx: label, entry (GuideRegionAxis), group (Guide)
#. +> trunk5
-#: kstars.kcfg:1911
+#: kstars.kcfg:1915
#, 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:1915
+#: kstars.kcfg:1919
#, kde-format
msgid "Automatically select calibration star and perform calibration."
msgstr ""
#. i18n: ectx: label, entry (GuideRemoteImagesEnabled), group (Guide)
#. +> trunk5
-#: kstars.kcfg:1923
+#: kstars.kcfg:1927
#, 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:1927
+#: kstars.kcfg:1931
#, kde-format
msgid "Number of automode iterations for calibration process."
msgstr ""
#. i18n: ectx: label, entry (TwoAxisEnabled), group (Guide)
#. +> trunk5
-#: kstars.kcfg:1931
+#: kstars.kcfg:1935
#, kde-format
msgid "Use both axes to perform calibration."
msgstr ""
#. i18n: ectx: label, entry (RapidGuideEnabled), group (Guide)
#. +> trunk5
-#: kstars.kcfg:1935
+#: kstars.kcfg:1939
#, kde-format
msgid "Use driver side Rapid Guide to perform guiding."
msgstr ""
#. i18n: ectx: label, entry (GuideDarkFrameEnabled), group (Guide)
#. +> trunk5
-#: kstars.kcfg:1939
+#: kstars.kcfg:1943
#, kde-format
msgid "Take dark frame for autoguider images."
msgstr ""
#. i18n: ectx: label, entry (GuideSubframeEnabled), group (Guide)
#. +> trunk5
-#: kstars.kcfg:1943
+#: kstars.kcfg:1947
#, kde-format
msgid "Subframe guide image around selected region"
msgstr ""
#. i18n: ectx: label, entry (DitherPixels), group (Guide)
#. +> trunk5
-#: kstars.kcfg:1947
+#: kstars.kcfg:1951
#, 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:1951
+#: kstars.kcfg:1955
#, kde-format
msgid "Dither after this many frames."
msgstr ""
#. i18n: ectx: label, entry (DitherThreshold), group (Guide)
#. +> trunk5
-#: kstars.kcfg:1959
+#: kstars.kcfg:1963
#, kde-format
msgid "Maximum distance (pixels) for guiding to be considered settled."
msgstr ""
#. i18n: ectx: label, entry (DitherTimeout), group (Guide)
#. +> trunk5
-#: kstars.kcfg:1963
+#: kstars.kcfg:1967
#, kde-format
msgid "Time limit (seconds) on dithering to settle down."
msgstr ""
#. i18n: ectx: label, entry (DitherMaxIterations), group (Guide)
#. +> trunk5
-#: kstars.kcfg:1967
+#: kstars.kcfg:1971
#, kde-format
msgid "How many dithering attempts to undertake before giving up."
msgstr ""
#. i18n: ectx: label, entry (DitherNoGuidingPulse), group (Guide)
#. +> trunk5
-#: kstars.kcfg:1971
+#: kstars.kcfg:1975
#, kde-format
msgid "Pulse length in milliseconds used for non-guiding dither."
msgstr ""
#. i18n: ectx: label, entry (DitherFailAbortsAutoGuide), group (Guide)
#. +> trunk5
-#: kstars.kcfg:1975
+#: kstars.kcfg:1979
#, kde-format
msgid "If dithering fails then abort autoguide."
msgstr ""
#. i18n: ectx: label, entry (DitherEnabled), group (Guide)
#. +> trunk5
-#: kstars.kcfg:1979
+#: kstars.kcfg:1983
#, kde-format
msgid "Use Auto Dithering when guiding."
msgstr ""
#. i18n: ectx: label, entry (DitherNoGuiding), group (Guide)
#. +> trunk5
-#: kstars.kcfg:1983
+#: kstars.kcfg:1987
#, kde-format
msgid "Perform dithering even when not guiding."
msgstr ""
#. i18n: ectx: label, entry (AOLimit), group (Guide)
#. +> trunk5
-#: kstars.kcfg:1987
+#: kstars.kcfg:1991
#, 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:1991
+#: kstars.kcfg:1995
#, kde-format
msgid "Enable autoguiding in the RA axis."
msgstr ""
#. i18n: ectx: label, entry (DECGuideEnabled), group (Guide)
#. +> trunk5
-#: kstars.kcfg:1995
+#: kstars.kcfg:1999
#, kde-format
msgid "Enable autoguiding in the DEC axis."
msgstr ""
#. i18n: ectx: label, entry (NorthDECGuideEnabled), group (Guide)
#. +> trunk5
-#: kstars.kcfg:1999
+#: kstars.kcfg:2003
#, kde-format
msgid "Enable North autoguiding in the DEC axis."
msgstr ""
#. i18n: ectx: label, entry (SouthDECGuideEnabled), group (Guide)
#. +> trunk5
-#: kstars.kcfg:2003
+#: kstars.kcfg:2007
#, kde-format
msgid "Enable South autoguiding in the DEC axis."
msgstr ""
#. i18n: ectx: label, entry (EastRAGuideEnabled), group (Guide)
#. +> trunk5
-#: kstars.kcfg:2007
+#: kstars.kcfg:2011
#, kde-format
msgid "Enable East autoguiding in the RA axis."
msgstr ""
#. i18n: ectx: label, entry (WestRAGuideEnabled), group (Guide)
#. +> trunk5
-#: kstars.kcfg:2011
+#: kstars.kcfg:2015
#, kde-format
msgid "Enable West autoguiding in the RA axis."
msgstr ""
#. i18n: ectx: label, entry (GuiderAccuracyThreshold), group (Guide)
#. +> trunk5
-#: kstars.kcfg:2048
+#: kstars.kcfg:2052
#, kde-format
msgid "Accuracy threshold for the Guide Graphs."
msgstr ""
#. i18n: ectx: label, entry (RADisplayedOnGuideGraph), group (Guide)
#. +> trunk5
-#: kstars.kcfg:2052
+#: kstars.kcfg:2056
#, kde-format
msgid "Display the RA Plot on the Guide Drift Graphics."
msgstr ""
#. i18n: ectx: label, entry (DEDisplayedOnGuideGraph), group (Guide)
#. +> trunk5
-#: kstars.kcfg:2056
+#: kstars.kcfg:2060
#, kde-format
msgid "Display the DEC Plot on the Guide Drift Graphics."
msgstr ""
#. i18n: ectx: label, entry (RACorrDisplayedOnGuideGraph), group (Guide)
#. +> trunk5
-#: kstars.kcfg:2060
+#: kstars.kcfg:2064
#, kde-format
msgid "Display the RA Corrections Plot on the Guide Drift Graphics."
msgstr ""
#. i18n: ectx: label, entry (DECorrDisplayedOnGuideGraph), group (Guide)
#. +> trunk5
-#: kstars.kcfg:2064
+#: kstars.kcfg:2068
#, kde-format
msgid "Display the DEC Corrections Plot on the Guide Drift Graphics."
msgstr ""
#. i18n: ectx: whatsthis, entry (SchedulerLogging), group (Scheduler)
#. +> trunk5
-#: kstars.kcfg:2070
+#: kstars.kcfg:2074
#, kde-format
msgid "Log Ekos Scheduler Module activity."
msgstr ""
#. i18n: ectx: whatsthis, entry (SortSchedulerJobs), group (Scheduler)
#. +> trunk5
-#: kstars.kcfg:2074
+#: kstars.kcfg:2078
#, kde-format
msgid "Sort scheduler jobs by priority and altitude."
msgstr ""
#. i18n: ectx: label, entry (StopEkosAfterShutdown), group (Scheduler)
#. +> trunk5
-#: kstars.kcfg:2078
+#: kstars.kcfg:2082
#, kde-format
msgid "After shutdown procedure is successfully executed, shutdown INDI and Ekos."
msgstr ""
#. i18n: ectx: label, entry (ShutdownScriptTerminatesINDI), group (Scheduler)
#. +> trunk5
-#: kstars.kcfg:2082
+#: kstars.kcfg:2086
#, 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:2086
+#: kstars.kcfg:2090
#, 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:2090
+#: kstars.kcfg:2094
#, kde-format
msgid "Reset mount model in case of alignment failure."
msgstr ""
#. i18n: ectx: label, entry (PreemptiveShutdownTime), group (Scheduler)
#. +> trunk5
-#: kstars.kcfg:2094
+#: kstars.kcfg:2098
#, 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:2098
+#: kstars.kcfg:2102
#, kde-format
msgid "Minimum time between jobs in minutes."
msgstr ""
#. i18n: ectx: label, entry (PreDawnTime), group (Scheduler)
#. +> trunk5
-#: kstars.kcfg:2102
+#: kstars.kcfg:2106
#, 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:2106
+#: kstars.kcfg:2110
#, kde-format
msgid "Telescope focal length in millimeters."
msgstr ""
#. i18n: ectx: label, entry (CameraPixelWidth), group (Scheduler)
#. +> trunk5
-#: kstars.kcfg:2110
+#: kstars.kcfg:2114
#, kde-format
msgid "Camera pixel size width in micrometers."
msgstr ""
#. i18n: ectx: label, entry (CameraPixelHeight), group (Scheduler)
#. +> trunk5
-#: kstars.kcfg:2114
+#: kstars.kcfg:2118
#, kde-format
msgid "Camera pixel size height in micrometers."
msgstr ""
#. i18n: ectx: label, entry (CameraWidth), group (Scheduler)
#. +> trunk5
-#: kstars.kcfg:2118
+#: kstars.kcfg:2122
#, kde-format
msgid "Camera Width in pixels."
msgstr ""
#. i18n: ectx: label, entry (CameraHeight), group (Scheduler)
#. +> trunk5
-#: kstars.kcfg:2122
+#: kstars.kcfg:2126
#, kde-format
msgid "Camera Height in pixels."
msgstr ""
#. i18n: ectx: label, entry (CameraRotation), group (Scheduler)
#. +> trunk5
-#: kstars.kcfg:2126
+#: kstars.kcfg:2130
#, kde-format
msgid "Position angle of the camera with respect to north."
msgstr ""
#. i18n: ectx: label, entry (LastServer), group (INDI Lite)
#. +> trunk5
-#: kstars.kcfg:2132
+#: kstars.kcfg:2136
#, kde-format
msgid "The address of last used server"
msgstr ""
#. i18n: ectx: label, entry (LastServerPort), group (INDI Lite)
#. +> trunk5
-#: kstars.kcfg:2135
+#: kstars.kcfg:2139
#, kde-format
msgid "The port of last used server"
msgstr ""
#. i18n: ectx: label, entry (LastWebManagerPort), group (INDI Lite)
#. +> trunk5
-#: kstars.kcfg:2139
+#: kstars.kcfg:2143
#, kde-format
msgid "The port of last used Web Manager"
msgstr ""
#. i18n: ectx: label, entry (HIPSMemoryCache), group (HIPS)
#. +> trunk5
-#: kstars.kcfg:2145
+#: kstars.kcfg:2149
#, 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:2149
+#: kstars.kcfg:2153
#, 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:2153
+#: kstars.kcfg:2157
#, kde-format
msgid "HIPS source catalog title."
msgstr ""
#. i18n: ectx: label, entry (HIPSBiLinearInterpolation), group (HIPS)
#. +> trunk5
-#: kstars.kcfg:2157
+#: kstars.kcfg:2161
#, kde-format
msgid "Use Bilinear interpolation when rendering HiPS images?"
msgstr ""
#. i18n: ectx: label, entry (HIPSShowGrid), group (HIPS)
#. +> trunk5
-#: kstars.kcfg:2161
+#: kstars.kcfg:2165
#, kde-format
msgid "Show HiPS grid on the sky map."
msgstr ""
#. i18n: ectx: label, entry (ShowHIPS), group (HIPS)
#. +> trunk5
-#: kstars.kcfg:2165
+#: kstars.kcfg:2169
#, kde-format
msgid "Draw HiPS sources in the sky map?"
msgstr ""
#. i18n: ectx: whatsthis, entry (ShowHIPS), group (HIPS)
#. +> trunk5
-#: kstars.kcfg:2166
+#: kstars.kcfg:2170
#, 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:37
#, 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:150
#, 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:150
#, 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:151
#, 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
#: kstars_i18n.cpp:8231
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "(1999 RD215)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:8232
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "(2000 YU1)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:8233
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "(2000 YC2)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:8234
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "(2001 KU76)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:8235
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "(2001 QW297)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:8236
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "(2002 FU6)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:8237
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "(2002 GZ31)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:8238
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "(2002 GJ32)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:8239
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "(2003 TG58)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:8240
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "(2004 DJ64)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:8241
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "(2004 DJ71)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:8242
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "(2004 PB112)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:8243
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "(2005 EO302)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:8244
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "(2007 JG43)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:8245
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "(2007 RZ281)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:8246
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "(2007 PH37)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:8247
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "(2005 UQ513)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:8248
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "(2003 AZ84)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:8249
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "(2007 OR10)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:8250
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "(2007 UK126)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:8251
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "(2004 XA192)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:8252
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "(2007 DU112)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:8253
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "(2006 SX368)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:8254
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "(2002 KY14)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:8255
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "(2001 QY297)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:8256
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "(2007 JJ43)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:8257
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "(2008 FC76)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:8258
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "(2005 PR21)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:8259
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "(2005 QU182)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:8260
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "(2008 QY40)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:8261
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "(2001 KQ77)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:8262
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "(2002 KW14)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:8263
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "(2002 MS4)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:8264
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "(2002 VU130)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:8265
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "(2003 QW90)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:8266
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "(2004 PG115)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:8267
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "(2005 CB79)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:8268
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "(2005 RS43)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:8269
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "(2005 SC278)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:8270
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "(2005 XU100)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:8271
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "(2006 SQ372)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:8272
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "(2006 XQ51)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:8273
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "(2007 RW10)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:8274
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "(2008 UZ6)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:8275
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "(2009 KE)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:8276
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "(2010 KR59)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:8277
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "(2010 EP65)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:8278
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "(2008 AP129)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:8279
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "(2008 QD4)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:8280
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "(2010 EN65)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:8281
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "(2010 LJ109)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:8282
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Orius (2009 HW77)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:8283
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "(2009 HH36)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:8284
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "(2010 NV1)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:8285
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "(2007 RG283)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:8286
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "(2007 TY430)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:8287
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "(2008 YB3)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:8288
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Rhiphonos (2009 QV38)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:8289
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "(2009 YF7)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:8290
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "(2009 YD7)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:8291
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "(2002 PQ145)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:8292
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "(2003 LB7)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:8293
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "(2006 JZ81)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:8294
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "(2010 RM64)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:8295
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "(1993 RO)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:8296
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "(1997 RT5)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:8297
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "(1998 KG62)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:8298
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "(1999 OE4)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:8299
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "(1999 RN215)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:8300
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "(2001 QB298)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:8301
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "(2002 PT170)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:8302
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "(2002 PW170)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:8303
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "(2003 GH55)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:8304
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "(2003 QH91)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:8305
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "Manwe (2003 QW111)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:8306
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "(2003 QF113)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:8307
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "(2003 SP317)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:8308
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "(2004 OK14)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:8309
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "(2004 OR15)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:8310
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "(2004 QD29)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:8311
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "(2004 UP10)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:8312
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "(2005 EO297)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:8313
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "(2005 TO74)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:8314
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "(2009 YE7)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:8315
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "(2012 BR61)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:8316
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "(2012 GN12)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:8317
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "(2001 QJ298)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:8318
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "(2005 VJ119)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:8319
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "(1999 RU215)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:8320
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "(2003 UZ117)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:8321
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "(2009 MS9)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:8322
#, kde-kuit-format
msgctxt "Asteroid name (optional)"
msgid "(2012 BX85)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:8323
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "1P/Halley"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:8324
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "2P/Encke"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:8325
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "4P/Faye"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:8326
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "6P/d''Arrest"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:8327
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "7P/Pons-Winnecke"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:8328
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "8P/Tuttle"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:8329
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "9P/Tempel 1"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:8330
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "10P/Tempel 2"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:8331
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "11P/Tempel-Swift-LINEAR"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:8332
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "12P/Pons-Brooks"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:8333
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "13P/Olbers"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:8334
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "14P/Wolf"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:8335
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "15P/Finlay"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:8336
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "16P/Brooks 2"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:8337
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "17P/Holmes"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:8338
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "19P/Borrelly"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:8339
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "21P/Giacobini-Zinner"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:8340
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "22P/Kopff"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:8341
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "23P/Brorsen-Metcalf"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:8342
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "24P/Schaumasse"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:8343
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "26P/Grigg-Skjellerup"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:8344
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "27P/Crommelin"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:8345
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "28P/Neujmin 1"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:8346
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "29P/Schwassmann-Wachmann 1"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:8347
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "30P/Reinmuth 1"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:8348
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "31P/Schwassmann-Wachmann 2"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:8349
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "32P/Comas Sola"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:8350
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "33P/Daniel"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:8351
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "35P/Herschel-Rigollet"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:8352
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "36P/Whipple"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:8353
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "37P/Forbes"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:8354
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "38P/Stephan-Oterma"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:8355
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "39P/Oterma"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:8356
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "40P/Vaisala 1"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:8357
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "41P/Tuttle-Giacobini-Kresak"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:8358
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "42P/Neujmin 3"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:8359
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "43P/Wolf-Harrington"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:8360
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "44P/Reinmuth 2"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:8361
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "45P/Honda-Mrkos-Pajdusakova"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:8362
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "46P/Wirtanen"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:8363
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "47P/Ashbrook-Jackson"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:8364
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "48P/Johnson"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:8365
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "49P/Arend-Rigaux"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:8366
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "50P/Arend"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:8367
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "51P/Harrington"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:8368
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "51P/Harrington-A"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:8369
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "52P/Harrington-Abell"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:8370
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "53P/Van Biesbroeck"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:8371
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "54P/de Vico-Swift-NEAT"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:8372
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "55P/Tempel-Tuttle"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:8373
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "56P/Slaughter-Burnham"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:8374
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "57P/duToit-Neujmin-Delporte"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:8375
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "57P/duToit-Neujmin-Delporte-A"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:8376
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "58P/Jackson-Neujmin"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:8377
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "59P/Kearns-Kwee"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:8378
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "60P/Tsuchinshan 2"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:8379
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "61P/Shajn-Schaldach"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:8380
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "62P/Tsuchinshan 1"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:8381
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "63P/Wild 1"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:8382
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "64P/Swift-Gehrels"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:8383
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "65P/Gunn"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:8384
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "66P/du Toit"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:8385
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "67P/Churyumov-Gerasimenko"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:8386
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "68P/Klemola"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:8387
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "69P/Taylor"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:8388
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "70P/Kojima"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:8389
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "71P/Clark"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:8390
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "72P/Denning-Fujikawa"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:8391
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "73P/Schwassmann-Wachmann 3"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:8392
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "73P/Schwassmann-Wachmann 3-B"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:8393
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "73P/Schwassmann-Wachmann 3-C"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:8394
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "73P/Schwassmann-Wachmann 3-E"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:8395
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "73P/Schwassmann-Wachmann 3-G"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:8396
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "73P/Schwassmann-Wachmann 3-H"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:8397
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "73P/Schwassmann-Wachmann 3-J"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:8398
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "73P/Schwassmann-Wachmann 3-K"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:8399
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "73P/Schwassmann-Wachmann 3-L"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:8400
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "73P/Schwassmann-Wachmann 3-M"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:8401
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "73P/Schwassmann-Wachmann 3-N"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:8402
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "73P/Schwassmann-Wachmann 3-P"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:8403
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "73P/Schwassmann-Wachmann 3-Q"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:8404
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "73P/Schwassmann-Wachmann 3-R"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:8405
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "73P/Schwassmann-Wachmann 3-S"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:8406
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "73P/Schwassmann-Wachmann 3-T"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:8407
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "73P/Schwassmann-Wachmann 3-U"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:8408
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "73P/Schwassmann-Wachmann 3-V"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:8409
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "73P/Schwassmann-Wachmann 3-W"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:8410
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "73P/Schwassmann-Wachmann 3-X"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:8411
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "73P/Schwassmann-Wachmann 3-Y"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:8412
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "73P/Schwassmann-Wachmann 3-Z"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:8413
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "73P/Schwassmann-Wachmann 3-AA"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:8414
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "73P/Schwassmann-Wachmann 3-AB"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:8415
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "73P/Schwassmann-Wachmann 3-AC"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:8416
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "73P/Schwassmann-Wachmann 3-AD"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:8417
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "73P/Schwassmann-Wachmann 3-AE"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:8418
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "73P/Schwassmann-Wachmann 3-AF"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:8419
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "73P/Schwassmann-Wachmann 3-AG"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:8420
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "73P/Schwassmann-Wachmann 3-AH"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:8421
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "73P/Schwassmann-Wachmann 3-AI"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:8422
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "73P/Schwassmann-Wachmann 3-AJ"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:8423
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "73P/Schwassmann-Wachmann 3-AK"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:8424
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "73P/Schwassmann-Wachmann 3-AL"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:8425
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "73P/Schwassmann-Wachmann 3-AM"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:8426
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "73P/Schwassmann-Wachmann 3-AN"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:8427
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "73P/Schwassmann-Wachmann 3-AO"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:8428
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "73P/Schwassmann-Wachmann 3-AP"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:8429
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "73P/Schwassmann-Wachmann 3-AQ"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:8430
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "73P/Schwassmann-Wachmann 3-AR"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:8431
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "73P/Schwassmann-Wachmann 3-AS"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:8432
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "73P/Schwassmann-Wachmann 3-AT"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:8433
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "73P/Schwassmann-Wachmann 3-AU"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:8434
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "73P/Schwassmann-Wachmann 3-AV"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:8435
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "73P/Schwassmann-Wachmann 3-AW"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:8436
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "73P/Schwassmann-Wachmann 3-AX"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:8437
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "73P/Schwassmann-Wachmann 3-AY"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:8438
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "73P/Schwassmann-Wachmann 3-AZ"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:8439
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "73P/Schwassmann-Wachmann 3-BA"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:8440
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "73P/Schwassmann-Wachmann 3-BB"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:8441
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "73P/Schwassmann-Wachmann 3-BC"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:8442
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "73P/Schwassmann-Wachmann 3-BD"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:8443
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "73P/Schwassmann-Wachmann 3-BE"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:8444
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "73P/Schwassmann-Wachmann 3-BF"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:8445
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "73P/Schwassmann-Wachmann 3-BG"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:8446
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "73P/Schwassmann-Wachmann 3-BH"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:8447
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "73P/Schwassmann-Wachmann 3-BI"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:8448
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "73P/Schwassmann-Wachmann 3-BJ"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:8449
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "73P/Schwassmann-Wachmann 3-BK"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:8450
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "73P/Schwassmann-Wachmann 3-BL"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:8451
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "73P/Schwassmann-Wachmann 3-BM"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:8452
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "73P/Schwassmann-Wachmann 3-BN"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:8453
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "73P/Schwassmann-Wachmann 3-BO"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:8454
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "73P/Schwassmann-Wachmann 3-BP"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:8455
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "73P/Schwassmann-Wachmann 3-BQ"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:8456
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "73P/Schwassmann-Wachmann 3-BR"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:8457
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "73P/Schwassmann-Wachmann 3-BS"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:8458
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "74P/Smirnova-Chernykh"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:8459
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "76P/West-Kohoutek-Ikemura"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:8460
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "77P/Longmore"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:8461
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "78P/Gehrels 2"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:8462
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "79P/du Toit-Hartley"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:8463
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "80P/Peters-Hartley"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:8464
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "81P/Wild 2"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:8465
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "82P/Gehrels 3"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:8466
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "84P/Giclas"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:8467
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "85P/Boethin"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:8468
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "86P/Wild 3"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:8469
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "87P/Bus"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:8470
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "88P/Howell"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:8471
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "89P/Russell 2"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:8472
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "90P/Gehrels 1"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:8473
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "91P/Russell 3"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:8474
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "92P/Sanguin"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:8475
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "93P/Lovas 1"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:8476
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "94P/Russell 4"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:8477
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "96P/Machholz 1"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:8478
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "97P/Metcalf-Brewington"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:8479
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "98P/Takamizawa"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:8480
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "99P/Kowal 1"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:8481
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "100P/Hartley 1"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:8482
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "101P/Chernykh"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:8483
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "101P/Chernykh-B"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:8484
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "102P/Shoemaker 1"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:8485
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "103P/Hartley 2"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:8486
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "104P/Kowal 2"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:8487
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "105P/Singer Brewster"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:8488
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "106P/Schuster"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:8489
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "108P/Ciffreo"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:8490
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "109P/Swift-Tuttle"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:8491
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "110P/Hartley 3"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:8492
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "111P/Helin-Roman-Crockett"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:8493
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "112P/Urata-Niijima"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:8494
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "113P/Spitaler"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:8495
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "114P/Wiseman-Skiff"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:8496
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "115P/Maury"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:8497
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "116P/Wild 4"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:8498
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "117P/Helin-Roman-Alu 1"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:8499
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "118P/Shoemaker-Levy 4"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:8500
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "119P/Parker-Hartley"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:8501
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "120P/Mueller 1"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:8502
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "121P/Shoemaker-Holt 2"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:8503
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "122P/de Vico"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:8504
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "123P/West-Hartley"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:8505
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "124P/Mrkos"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:8506
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "125P/Spacewatch"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:8507
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "126P/IRAS"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:8508
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "127P/Holt-Olmstead"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:8509
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "128P/Shoemaker-Holt 1-A"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:8510
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "128P/Shoemaker-Holt 1-B"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:8511
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "129P/Shoemaker-Levy 3"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:8512
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "130P/McNaught-Hughes"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:8513
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "131P/Mueller 2"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:8514
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "132P/Helin-Roman-Alu 2"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:8515
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "134P/Kowal-Vavrova"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:8516
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "135P/Shoemaker-Levy 8"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:8517
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "136P/Mueller 3"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:8518
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "137P/Shoemaker-Levy 2"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:8519
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "138P/Shoemaker-Levy 7"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:8520
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "139P/Vaisala-Oterma"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:8521
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "140P/Bowell-Skiff"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:8522
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "141P/Machholz 2-A"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:8523
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "141P/Machholz 2-D"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:8524
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "142P/Ge-Wang"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:8525
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "143P/Kowal-Mrkos"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:8526
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "144P/Kushida"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:8527
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "145P/Shoemaker-Levy 5"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:8528
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "146P/Shoemaker-LINEAR"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:8529
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "147P/Kushida-Muramatsu"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:8530
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "148P/Anderson-LINEAR"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:8531
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "149P/Mueller 4"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:8532
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "150P/LONEOS"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:8533
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "151P/Helin"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:8534
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "152P/Helin-Lawrence"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:8535
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "153P/Ikeya-Zhang"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:8536
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "154P/Brewington"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:8537
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "155P/Shoemaker 3"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:8538
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "156P/Russell-LINEAR"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:8539
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "157P/Tritton"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:8540
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "158P/Kowal-LINEAR"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:8541
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "159P/LONEOS"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:8542
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "160P/LINEAR"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:8543
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "161P/Hartley-IRAS"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:8544
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "162P/Siding Spring"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:8545
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "163P/NEAT"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:8546
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "164P/Christensen"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:8547
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "165P/LINEAR"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:8548
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "166P/NEAT"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:8549
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "167P/CINEOS"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:8550
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "168P/Hergenrother"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:8551
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "169P/NEAT"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:8552
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "170P/Christensen"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:8553
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "171P/Spahr"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:8554
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "172P/Yeung"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:8555
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "173P/Mueller 5"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:8556
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "175P/Hergenrother"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:8557
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "177P/Barnard"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:8558
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "178P/Hug-Bell"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:8559
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "179P/Jedicke"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:8560
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "180P/NEAT"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:8561
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "181P/Shoemaker-Levy 6"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:8562
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "182P/LONEOS"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:8563
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "183P/Korlevic-Juric"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:8564
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "184P/Lovas 2"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:8565
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "185P/Petriew"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:8566
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "186P/Garradd"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:8567
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "187P/LINEAR"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:8568
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "188P/LINEAR-Mueller"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:8569
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "189P/NEAT"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:8570
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "190P/Mueller"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:8571
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "191P/McNaught"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:8572
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "192P/Shoemaker-Levy 1"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:8573
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "193P/LINEAR-NEAT"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:8574
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "194P/LINEAR"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:8575
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "195P/Hill"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:8576
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "196P/Tichy"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:8577
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "197P/LINEAR"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:8578
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "198P/ODAS"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:8579
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "199P/Shoemaker 4"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:8580
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "200P/Larsen"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:8581
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "201P/LONEOS"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:8582
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "202P/Scotti"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:8583
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "203P/Korlevic"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:8584
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "204P/LINEAR-NEAT"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:8585
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "205P/Giacobini"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:8586
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "205P/Giacobini-A"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:8587
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "205P/Giacobini-B"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:8588
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "205P/Giacobini-C"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:8589
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "206P/Barnard-Boattini"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:8590
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "207P/NEAT"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:8591
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "208P/McMillan"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:8592
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "209P/LINEAR"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:8593
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "210P/Christensen"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:8594
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "211P/Hill"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:8595
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "212P/NEAT"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:8596
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "213P/Van Ness"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:8597
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "213P/Van Ness-B"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:8598
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "214P/LINEAR"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:8599
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "215P/NEAT"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:8600
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "216P/LINEAR"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:8601
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "217P/LINEAR"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:8602
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "218P/LINEAR"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:8603
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "219P/LINEAR"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:8604
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "220P/McNaught"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:8605
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "221P/LINEAR"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:8606
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "222P/LINEAR"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:8607
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "223P/Skiff"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:8608
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "224P/LINEAR-NEAT"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:8609
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "225P/LINEAR"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:8610
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "226P/Pigott-LINEAR-Kowalski"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:8611
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "227P/Catalina-LINEAR"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:8612
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "228P/LINEAR"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:8613
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "229P/Gibbs"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:8614
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "230P/LINEAR"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:8615
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "231P/LINEAR-NEAT"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:8616
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "232P/Hill"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:8617
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "233P/La Sagra"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:8618
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "234P/LINEAR"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:8619
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "235P/LINEAR"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:8620
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "236P/LINEAR"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:8621
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "237P/LINEAR"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:8622
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "238P/Read"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:8623
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "239P/LINEAR"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:8624
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "240P/NEAT"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:8625
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "241P/LINEAR"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:8626
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "242P/Spahr"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:8627
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "243P/NEAT"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:8628
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "244P/Scotti"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:8629
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "245P/WISE"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:8630
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "246P/NEAT"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:8631
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "247P/LINEAR"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:8632
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "248P/Gibbs"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:8633
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "249P/LINEAR"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:8634
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "250P/Larson"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:8635
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "251P/LINEAR"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:8636
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "252P/LINEAR"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:8637
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "253P/PANSTARRS"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:8638
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "254P/McNaught"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:8639
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "255P/Levy"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:8640
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "256P/LINEAR"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:8641
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "257P/Catalina"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:8642
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "258P/PANSTARRS"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:8643
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "259P/Garradd"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:8644
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "260P/McNaught"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:8645
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "261P/Larson"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:8646
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "262P/McNaught-Russell"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:8647
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "263P/Gibbs"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:8648
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "264P/Larsen"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:8649
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "265P/LINEAR"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:8650
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "266P/Christensen"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:8651
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "267P/LONEOS"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:8652
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "268P/Bernardi"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:8653
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "269P/Jedicke"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:8654
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "270P/Gehrels"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:8655
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "271P/van Houten-Lemmon"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:8656
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "272P/NEAT"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:8657
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "273P/Pons-Gambart"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:8658
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "274P/Tombaugh-Tenagra"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:8659
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "275P/Hermann"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:8660
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "276P/Vorobjov"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:8661
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "277P/LINEAR"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:8662
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "278P/McNaught"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:8663
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "279P/La Sagra"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:8664
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "280P/Larsen"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:8665
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "281P/MOSS"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:8666
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "283P/Spacewatch"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:8667
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "284P/McNaught"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:8668
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "285P/LINEAR"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:8669
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "286P/Christensen"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:8670
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "287P/Christensen"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:8671
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "289P/Blanpain"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:8672
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "290P/Jager"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:8673
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "291P/NEAT"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:8674
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "292P/Li"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:8675
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "293P/Spacewatch"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:8676
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "294P/LINEAR"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:8677
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "295P/LINEAR"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:8678
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "296P/Garradd"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:8679
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "297P/Beshore"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:8680
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "298P/Christensen"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:8681
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "299P/Catalina-PANSTARRS"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:8682
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "300P/Catalina"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:8683
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "301P/LINEAR-NEAT"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:8684
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "302P/Lemmon-PANSTARRS"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:8685
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "303P/NEAT"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:8686
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "304P/Ory"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:8687
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "305P/Skiff"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:8688
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "306P/LINEAR"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:8689
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "307P/LINEAR"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:8690
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "308P/Lagerkvist-Carsenty"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:8691
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "309P/LINEAR"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:8692
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "310P/Hill"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:8693
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "311P/PANSTARRS"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:8694
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "312P/NEAT"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:8695
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "313P/Gibbs"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:8696
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "314P/Montani"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:8697
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "315P/LONEOS"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:8698
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/1760 A1 (Great comet)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:8699
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/1760 B1 (Messier)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:8700
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/1762 K1 (Klinkenberg)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:8701
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/1763 S1 (Messier)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:8702
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/1764 A1 (Messier)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:8703
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/1766 E1 (Messier)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:8704
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/1769 P1 (Messier)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:8705
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/1771 A1 (Great comet)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:8706
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/1771 G1 (Messier)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:8707
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/1773 T1 (Messier)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:8708
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/1774 P1 (Montaigne)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:8709
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/1779 A1 (Bode)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:8710
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/1780 U1 (Montaigne-Olbers)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:8711
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/1780 U2 (Messier)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:8712
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/1781 M1 (Mechain)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:8713
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/1781 T1 (Mechain)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:8714
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/1783 X1 (Great comet)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:8715
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/1785 A1 (Messier-Mechain)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:8716
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/1785 E1 (Mechain)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:8717
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/1786 P1 (Herschel)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:8718
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/1787 G1 (Mechain)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:8719
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/1788 W1 (Messier)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:8720
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/1790 A1 (Herschel)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:8721
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/1790 H1 (Herschel)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:8722
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/1791 X1 (Herschel)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:8723
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/1793 A1 (Gregory)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:8724
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/1793 S1 (Perny)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:8725
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/1793 S2 (Messier)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:8726
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/1796 F1 (Olbers)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:8727
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/1797 P1 (Bouvard-Herschel)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:8728
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/1798 G1 (Messier)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:8729
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/1798 X1 (Bouvard)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:8730
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/1799 P1 (Mechain)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:8731
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/1799 Y1 (Mechain)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:8732
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/1801 N1 (Pons)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:8733
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/1802 Q1 (Pons)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:8734
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/1804 E1 (Pons)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:8735
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/1806 V1 (Pons)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:8736
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/1807 R1 (Great comet)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:8737
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/1808 F1 (Pons)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:8738
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/1808 M1 (Pons)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:8739
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/1810 Q1 (Pons)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:8740
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/1811 F1 (Great comet)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:8741
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/1811 W1 (Pons)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:8742
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/1813 C1 (Pons)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:8743
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/1813 G1 (Pons)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:8744
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/1816 B1 (Pons)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:8745
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/1817 Y1 (Pons)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:8746
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/1818 W2 (Pons)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:8747
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/1819 N1 (Great comet)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:8748
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/1821 B1 (Nicollet-Pons)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:8749
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/1822 J1 (Gambart)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:8750
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/1822 K1 (Pons)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:8751
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/1822 N1 (Pons)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:8752
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/1823 Y1 (Great comet)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:8753
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/1824 N1 (Rumker)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:8754
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/1824 O1 (Scheithauer)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:8755
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/1825 K1 (Gambart)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:8756
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/1825 N1 (Pons)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:8757
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/1825 P1 (Pons)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:8758
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/1825 V1 (Pons)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:8759
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/1826 P1 (Pons)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:8760
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/1826 U1 (Pons)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:8761
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/1826 Y1 (Pons)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:8762
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/1827 P1 (Pons)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:8763
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/1830 F1 (Great comet)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:8764
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/1831 A1 (Great comet)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:8765
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/1832 O1 (Gambart)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:8766
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/1833 S1 (Dunlop)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:8767
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/1834 E1 (Gambart)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:8768
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/1835 H1 (Boguslawski)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:8769
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/1839 X1 (Galle)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:8770
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/1840 B1 (Galle)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:8771
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/1840 E1 (Galle)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:8772
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/1840 U1 (Bremiker)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:8773
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/1842 U1 (Laugier)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:8774
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/1843 D1 (Great March comet)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:8775
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/1843 J1 (Mauvais)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:8776
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/1844 N1 (Mauvais)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:8777
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/1844 Y1 (Great comet)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:8778
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/1844 Y2 (d''Arrest)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:8779
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/1845 D1 (de Vico)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:8780
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/1845 L1 (Great June comet)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:8781
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/1846 B1 (de Vico)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:8782
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/1846 J1 (Brorsen)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:8783
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/1846 O1 (de Vico-Hind)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:8784
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/1846 S1 (de Vico)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:8785
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/1847 C1 (Hind)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:8786
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/1847 J1 (Colla)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:8787
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/1847 N1 (Mauvais)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:8788
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/1847 Q1 (Schweizer)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:8789
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/1847 T1 (Mitchell)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:8790
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/1848 P1 (Petersen)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:8791
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/1848 U1 (Petersen)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:8792
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/1849 G1 (Schweizer)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:8793
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/1849 G2 (Goujon)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:8794
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/1850 J1 (Petersen)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:8795
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/1850 Q1 (Bond)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:8796
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/1851 P1 (Brorsen)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:8797
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/1851 U1 (Brorsen)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:8798
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/1852 K1 (Chacornac)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:8799
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/1853 E1 (Secchi)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:8800
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/1853 G1 (Schweizer)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:8801
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/1853 L1 (Klinkerfues)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:8802
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/1853 R1 (Bruhns)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:8803
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/1853 W1 (van Arsdale)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:8804
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/1854 F1 (Great comet)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:8805
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/1854 L1 (Klinkerfues)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:8806
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/1854 R1 (Klinkerfues)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:8807
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/1854 Y1 (Winnecke-Dien)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:8808
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/1855 G1 (Schweizer)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:8809
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/1855 L1 (Donati)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:8810
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/1855 V1 (Bruhns)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:8811
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/1857 D1 (d''Arrest)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:8812
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/1857 M1 (Klinkerfues)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:8813
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/1857 O1 (Peters)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:8814
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/1857 Q1 (Klinkerfues)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:8815
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/1857 V1 (Donati-van Arsdale)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:8816
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/1858 K1 (Bruhns)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:8817
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/1858 L1 (Donati)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:8818
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/1858 R1 (Tuttle)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:8819
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/1859 G1 (Tempel)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:8820
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/1860 D1-A (Liais)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:8821
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/1860 D1-B (Liais)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:8822
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/1860 H1 (Rumker)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:8823
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/1860 M1 (Great comet)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:8824
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/1860 U1 (Tempel)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:8825
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/1861 G1 (Thatcher)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:8826
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/1861 J1 (Great comet)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:8827
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/1861 Y1 (Tuttle)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:8828
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/1862 N1 (Schmidt)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:8829
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/1862 W1 (Respighi)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:8830
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/1862 X1 (Bruhns)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:8831
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/1863 G1 (Klinkerfues)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:8832
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/1863 G2 (Respighi)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:8833
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/1863 T1 (Baeker)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:8834
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/1863 V1 (Tempel)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:8835
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/1863 Y1 (Respighi)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:8836
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/1864 N1 (Tempel)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:8837
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/1864 O1 (Donati-Toussaint)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:8838
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/1864 R1 (Donati)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:8839
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/1864 X1 (Baeker)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:8840
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/1864 Y1 (Bruhns)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:8841
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/1865 B1 (Great southern comet)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:8842
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/1867 S1 (Baeker-Winnecke)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:8843
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/1868 L1 (Winnecke)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:8844
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/1869 T1 (Tempel)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:8845
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/1870 K1 (Winnecke)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:8846
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/1870 Q1 (Coggia)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:8847
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/1870 W1 (Winnecke)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:8848
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/1871 G1 (Winnecke)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:8849
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/1871 L1 (Tempel)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:8850
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/1871 V1 (Tempel)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:8851
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/1873 Q1 (Borrelly)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:8852
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/1873 Q2 (Henry)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:8853
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/1874 D1 (Winnecke)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:8854
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/1874 G1 (Winnecke)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:8855
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/1874 H1 (Coggia)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:8856
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/1874 O1 (Borrelly)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:8857
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/1874 Q1 (Coggia)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:8858
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/1874 X1 (Borrelly)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:8859
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/1877 C1 (Borrelly)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:8860
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/1877 G1 (Winnecke)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:8861
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/1877 G2 (Swift)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:8862
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/1877 R1 (Coggia)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:8863
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/1877 T1 (Tempel)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:8864
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/1878 N1 (Swift)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:8865
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/1879 M1 (Swift)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:8866
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/1879 Q1 (Palisa)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:8867
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/1879 Q2 (Hartwig)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:8868
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/1880 C1 (Great southern comet)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:8869
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/1880 G1 (Schaeberle)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:8870
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/1880 S1 (Hartwig)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:8871
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/1880 Y1 (Pechule)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:8872
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/1881 J1 (Swift)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:8873
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/1881 K1 (Great comet)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:8874
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/1881 N1 (Schaeberle)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:8875
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/1881 S1 (Barnard)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:8876
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/1881 W1 (Swift)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:8877
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/1882 F1 (Wells)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:8878
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/1882 R1-A (Great September comet)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:8879
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/1882 R1-B (Great September comet)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:8880
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/1882 R1-C (Great September comet)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:8881
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/1882 R1-D (Great September comet)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:8882
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/1882 R2 (Barnard)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:8883
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/1883 D1 (Brooks-Swift)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:8884
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/1884 A1 (Ross)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:8885
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/1885 N1 (Barnard)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:8886
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/1885 R1 (Brooks)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:8887
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/1885 X1 (Fabry)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:8888
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/1885 X2 (Barnard)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:8889
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/1885 Y1 (Brooks)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:8890
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/1886 H1 (Brooks)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:8891
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/1886 J1 (Brooks)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:8892
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/1886 T1 (Barnard-Hartwig)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:8893
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/1887 B1 (Great southern comet)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:8894
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/1887 B2 (Brooks)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:8895
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/1887 B3 (Barnard)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:8896
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/1887 D1 (Barnard)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:8897
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/1887 J1 (Barnard)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:8898
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/1888 D1 (Sawerthal)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:8899
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/1888 P1 (Brooks)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:8900
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/1888 R1 (Barnard)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:8901
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/1888 U1 (Barnard)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:8902
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/1889 G1 (Barnard)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:8903
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/1889 O1 (Davidson)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:8904
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/1889 X1 (Borrelly)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:8905
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/1890 F1 (Brooks)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:8906
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/1890 O1 (Coggia)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:8907
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/1890 O2 (Denning)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:8908
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/1890 V1 (Zona)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:8909
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/1891 F1 (Barnard-Denning)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:8910
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/1891 T1 (Barnard)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:8911
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/1892 E1 (Swift)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:8912
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/1892 F1 (Denning)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:8913
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/1892 Q1 (Brooks)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:8914
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/1892 W1 (Brooks)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:8915
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/1893 N1 (Rordame-Quenisset)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:8916
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/1893 U1 (Brooks)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:8917
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/1894 G1 (Gale)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:8918
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/1895 W1 (Perrine)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:8919
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/1895 W2 (Brooks)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:8920
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/1896 C1 (Perrine-Lamp)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:8921
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/1896 G1 (Swift)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:8922
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/1896 R1 (Sperra)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:8923
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/1896 V1 (Perrine)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:8924
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/1897 U1 (Perrine)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:8925
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/1898 F1 (Perrine)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:8926
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/1898 L1 (Coddington-Pauly)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:8927
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/1898 L2 (Perrine)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:8928
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/1898 M1 (Giacobini)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:8929
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/1898 R1 (Perrine-Chofardet)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:8930
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/1898 U1 (Brooks)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:8931
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/1898 V1 (Chase)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:8932
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/1899 E1 (Swift)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:8933
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/1899 S1 (Giacobini)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:8934
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/1900 B1 (Giacobini)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:8935
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/1900 O1 (Borrelly-Brooks)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:8936
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/1901 G1 (Great comet)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:8937
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/1902 G1 (Brooks)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:8938
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/1902 R1 (Perrine)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:8939
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/1902 X1 (Giacobini)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:8940
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/1903 A1 (Giacobini)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:8941
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/1903 H1 (Grigg)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:8942
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/1903 M1 (Borrelly)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:8943
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/1904 H1 (Brooks)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:8944
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/1904 Y1 (Giacobini)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:8945
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/1905 F1 (Giacobini)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:8946
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/1905 W1 (Schaer)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:8947
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/1905 X1 (Giacobini)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:8948
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/1906 B1 (Brooks)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:8949
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/1906 E1 (Kopff)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:8950
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/1906 F1 (Ross)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:8951
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/1906 V1 (Thiele)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:8952
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/1907 E1 (Giacobini)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:8953
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/1907 G1 (Grigg-Mellish)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:8954
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/1907 L2 (Daniel)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:8955
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/1907 T1 (Mellish)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:8956
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/1908 R1 (Morehouse)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:8957
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/1909 L1 (Borrelly-Daniel)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:8958
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/1910 A1 (Great January comet)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:8959
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/1910 P1 (Metcalf)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:8960
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/1911 N1 (Kiess)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:8961
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/1911 O1 (Brooks)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:8962
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/1911 S2 (Quenisset)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:8963
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/1911 S3 (Beljawsky)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:8964
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/1912 R1 (Gale)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:8965
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/1912 V1 (Borrelly)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:8966
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/1913 J1 (Schaumasse)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:8967
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/1913 R1 (Metcalf)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:8968
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/1913 Y1 (Delavan)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:8969
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/1914 F1 (Kritzinger)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:8970
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/1914 J1 (Zlatinsky)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:8971
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/1914 M1 (Neujmin)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:8972
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/1914 S1 (Campbell)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:8973
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/1915 C1 (Mellish)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:8974
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/1915 R1 (Mellish)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:8975
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/1916 G1 (Wolf)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:8976
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/1917 F1 (Mellish)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:8977
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/1917 H1 (Schaumasse)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:8978
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/1918 L1 (Reid)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:8979
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/1919 Q2 (Metcalf)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:8980
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/1919 Y1 (Skjellerup)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:8981
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/1920 X1 (Skjellerup)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:8982
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/1921 E1 (Reid)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:8983
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/1921 H1 (Dubiago)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:8984
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/1922 B1 (Reid)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:8985
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/1922 U1 (Baade)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:8986
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/1922 W1 (Skjellerup)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:8987
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/1923 T1 (Dubiago-Bernard)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:8988
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/1924 F1 (Reid)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:8989
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/1924 R1 (Finsler)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:8990
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/1925 F1 (Shajn-Comas Sola)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:8991
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/1925 F2 (Reid)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:8992
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/1925 G1 (Orkisz)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:8993
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/1925 V1 (Wilk-Peltier)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:8994
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/1925 W1 (Van Biesbroeck)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:8995
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/1925 X1 (Ensor)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:8996
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/1926 B1 (Blathwayt)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:8997
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/1927 A1 (Blathwayt)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:8998
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/1927 B1 (Reid)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:8999
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/1927 E1 (Stearns)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:9000
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/1927 X1 (Skjellerup-Maristany)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:9001
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/1929 Y1 (Wilk)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:9002
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/1930 D1 (Peltier-Schwassmann-Wachmann)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:9003
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/1930 E1 (Beyer)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:9004
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/1930 F1 (Wilk)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:9005
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/1930 L1 (Forbes)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:9006
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/1931 O1 (Nagata)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:9007
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/1931 P1 (Ryves)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:9008
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/1932 G1 (Houghton-Ensor)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:9009
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/1932 H1 (Carrasco)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:9010
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/1932 M1 (Newman)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:9011
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/1932 M2 (Geddes)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:9012
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/1932 P1 (Peltier-Whipple)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:9013
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/1932 Y1 (Dodwell-Forbes)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:9014
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/1933 D1 (Peltier)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:9015
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/1935 A1 (Johnson)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:9016
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/1935 M1 (Jackson)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:9017
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/1935 Q1 (Van Biesbroeck)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:9018
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/1936 K1 (Peltier)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:9019
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/1936 O1 (Kaho-Kozik-Lis)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:9020
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/1937 C1 (Whipple)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:9021
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/1937 D1 (Wilk)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:9022
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/1937 N1 (Finsler)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:9023
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/1937 P1 (Hubble)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:9024
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/1939 B1 (Kozik-Peltier)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:9025
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/1939 H1 (Jurlof-Achmarof-Hassel)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:9026
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/1939 V1 (Friend)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:9027
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/1940 O1 (Whipple-Paraskevopoulos)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:9028
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/1940 R2 (Cunningham)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:9029
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/1940 S1 (Okabayasi-Honda)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:9030
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/1941 B1 (Friend-Reese-Honda)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:9031
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/1941 B2 (de Kock-Paraskevopoulos)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:9032
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/1941 K1 (van Gent)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:9033
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/1942 C1 (Whipple-Bernasconi-Kulin)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:9034
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/1942 C2 (Oterma)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:9035
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/1942 EA (Vaisala)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:9036
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/1942 X1 (Whipple-Fedtke-Tevzadze)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:9037
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/1943 R1 (Daimaca)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:9038
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/1943 W1 (van Gent-Peltier-Daimaca)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:9039
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/1944 H1 (Vaisala)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:9040
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/1944 K2 (van Gent)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:9041
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/1945 L1 (du Toit)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:9042
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/1945 W1 (Friend-Peltier)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:9043
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/1945 X1 (du Toit)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:9044
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/1946 C1 (Timmers)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:9045
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/1946 K1 (Pajdusakova-Rotbart-Weber)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:9046
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/1946 P1 (Jones)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:9047
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/1946 U1 (Bester)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:9048
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/1947 F1 (Rondanina-Bester)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:9049
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/1947 F2 (Becvar)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:9050
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/1947 K1 (Bester)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:9051
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/1947 O1 (Wirtanen)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:9052
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/1947 S1 (Bester)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:9053
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/1947 V1 (Honda)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:9054
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/1947 X1-A (Southern comet)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:9055
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/1947 X1-B (Southern comet)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:9056
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/1947 Y1 (Mrkos)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:9057
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/1948 E1 (Pajdusakova-Mrkos)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:9058
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/1948 L1 (Honda-Bernasconi)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:9059
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/1948 N1 (Wirtanen)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:9060
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/1948 R1 (Johnson)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:9061
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/1948 T1 (Wirtanen)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:9062
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/1948 V1 (Eclipse comet)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:9063
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/1948 W1 (Bester)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:9064
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/1949 K1 (Johnson)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:9065
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/1949 N1 (Bappu-Bok-Newkirk)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:9066
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/1950 K1 (Minkowski)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:9067
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/1951 C1 (Pajdusakova)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:9068
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/1951 P1 (Wilson-Harrington)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:9069
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/1952 H1 (Mrkos)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:9070
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/1952 M1 (Peltier)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:9071
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/1952 Q1 (Harrington)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:9072
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/1952 W1 (Mrkos)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:9073
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/1953 G1 (Mrkos-Honda)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:9074
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/1953 T1 (Abell)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:9075
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/1953 X1 (Pajdusakova)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:9076
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/1954 M1 (Harrington)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:9077
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/1954 M2 (Kresak-Peltier)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:9078
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/1954 O1 (Vozarova)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:9079
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/1954 O2 (Baade)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:9080
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/1954 Y1 (Haro-Chavira)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:9081
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/1955 G1 (Abell)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:9082
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/1955 L1 (Mrkos)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:9083
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/1955 N1 (Bakharev-Macfarlane-Krienke)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:9084
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/1955 O1 (Honda)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:9085
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/1956 E1 (Mrkos)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:9086
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/1956 F1-A (Wirtanen)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:9087
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/1956 R1 (Arend-Roland)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:9088
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/1957 P1 (Mrkos)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:9089
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/1957 U1 (Latyshev-Wild-Burnham)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:9090
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/1958 D1 (Burnham)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:9091
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/1958 R1 (Burnham-Slaughter)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:9092
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/1959 O1 (Bester-Hoffmeister)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:9093
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/1959 Q1 (Alcock)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:9094
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/1959 Q2 (Alcock)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:9095
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/1959 X1 (Mrkos)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:9096
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/1959 Y1 (Burnham)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:9097
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/1960 B1 (Burnham)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:9098
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/1960 M1 (Humason)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:9099
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/1960 Y1 (Candy)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:9100
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/1961 O1 (Wilson-Hubbard)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:9101
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/1961 R1 (Humason)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:9102
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/1961 T1 (Seki)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:9103
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/1962 C1 (Seki-Lines)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:9104
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/1962 H1 (Honda)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:9105
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/1963 A1 (Ikeya)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:9106
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/1963 F1 (Alcock)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:9107
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/1963 R1 (Pereyra)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:9108
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/1964 L1 (Tomita-Gerber-Honda)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:9109
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/1964 N1 (Ikeya)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:9110
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/1964 P1 (Everhart)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:9111
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/1965 S1-A (Ikeya-Seki)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:9112
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/1965 S1-B (Ikeya-Seki)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:9113
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/1965 S2 (Alcock)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:9114
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/1966 P1 (Kilston)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:9115
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/1966 P2 (Barbon)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:9116
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/1966 R1 (Ikeya-Everhart)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:9117
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/1966 T1 (Rudnicki)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:9118
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/1967 C1 (Seki)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:9119
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/1967 C2 (Wild)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:9120
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/1967 M1 (Mitchell-Jones-Gerber)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:9121
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/1967 Y1 (Ikeya-Seki)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:9122
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/1968 H1 (Tago-Honda-Yamamoto)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:9123
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/1968 L1 (Whitaker-Thomas)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:9124
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/1968 N1 (Honda)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:9125
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/1968 Q1 (Bally-Clayton)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:9126
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/1968 Q2 (Honda)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:9127
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/1968 U1 (Wild)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:9128
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/1968 Y1 (Thomas)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:9129
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/1969 O1-A (Kohoutek)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:9130
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/1969 P1 (Fujikawa)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:9131
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/1969 T1 (Tago-Sato-Kosaka)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:9132
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/1969 Y1 (Bennett)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:9133
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/1970 B1 (Daido-Fujikawa)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:9134
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/1970 K1 (White-Ortiz-Bolelli)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:9135
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/1970 N1 (Abe)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:9136
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/1970 U1 (Suzuki-Sato-Seki)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:9137
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/1971 E1 (Toba)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:9138
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/1972 E1 (Bradfield)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:9139
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/1972 F1 (Gehrels)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:9140
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/1972 L1 (Sandage)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:9141
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/1972 U1 (Kojima)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:9142
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/1972 X1 (Araya)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:9143
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/1973 A1 (Heck-Sause)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:9144
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/1973 D1 (Kohoutek)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:9145
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/1973 E1 (Kohoutek)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:9146
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/1973 H1 (Huchra)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:9147
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/1973 N1 (Sandage)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:9148
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/1973 W1 (Gibson)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:9149
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/1974 C1 (Bradfield)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:9150
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/1974 F1 (Lovas)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:9151
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/1974 O1 (Cesco)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:9152
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/1974 V1 (van den Bergh)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:9153
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/1974 V2 (Bennett)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:9154
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/1975 E1 (Bradfield)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:9155
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/1975 N1 (Kobayashi-Berger-Milon)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:9156
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/1975 T1 (Mori-Sato-Fujikawa)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:9157
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/1975 T2 (Suzuki-Saigusa-Mori)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:9158
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/1975 V1-A (West)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:9159
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/1975 V2 (Bradfield)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:9160
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/1975 X1 (Sato)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:9161
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/1976 D1 (Bradfield)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:9162
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/1976 D2 (Schuster)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:9163
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/1976 E1 (Bradfield)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:9164
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/1976 J1 (Harlan)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:9165
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/1976 U1 (Lovas)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:9166
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/1977 D1 (Lovas)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:9167
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/1977 H1 (Helin)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:9168
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/1977 R1 (Kohler)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:9169
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/1977 V1 (Tsuchinshan)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:9170
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/1978 A1 (West)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:9171
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/1978 C1 (Bradfield)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:9172
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/1978 G2 (McNaught-Tritton)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:9173
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/1978 H1 (Meier)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:9174
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/1978 R3 (Machholz)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:9175
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/1978 T1 (Seargent)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:9176
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/1978 T3 (Bradfield)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:9177
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/1979 M1 (Bradfield)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:9178
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/1979 M3 (Torres)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:9179
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/1979 Q1 (SOLWIND)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:9180
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/1979 S1 (Meier)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:9181
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/1979 Y1 (Bradfield)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:9182
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/1980 E1 (Bowell)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:9183
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/1980 L1 (Torres)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:9184
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/1980 O1 (Cernis-Petrauskas)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:9185
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/1980 R1 (Russell)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:9186
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/1980 V1 (Meier)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:9187
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/1980 Y1 (Bradfield)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:9188
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/1980 Y2 (Panther)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:9189
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/1981 B1 (SOLWIND)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:9190
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/1981 G1 (Elias)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:9191
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/1981 H1 (Bus)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:9192
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/1981 M1 (Gonzalez)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:9193
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/1981 O1 (SOLWIND)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:9194
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/1981 V1 (SOLWIND)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:9195
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/1981 W1 (SOLWIND)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:9196
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/1982 M1 (Austin)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:9197
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/1983 H1 (IRAS-Araki-Alcock)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:9198
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/1983 J1 (Sugano-Saigusa-Fujikawa)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:9199
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/1983 J2 (IRAS)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:9200
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/1983 N1 (IRAS)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:9201
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/1983 N2 (SOLWIND)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:9202
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/1983 O1 (Cernis)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:9203
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/1983 O2 (IRAS)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:9204
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/1983 R1 (Shoemaker)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:9205
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/1983 S2 (SOLWIND)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:9206
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/1984 A1 (Bradfield 1)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:9207
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/1984 K1 (Shoemaker)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:9208
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/1984 N1 (Austin)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:9209
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/1984 O2 (SOLWIND)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:9210
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/1984 Q1 (SOLWIND)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:9211
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/1984 R1 (SOLWIND)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:9212
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/1984 S1 (Meier)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:9213
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/1984 U1 (Shoemaker)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:9214
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/1984 U2 (Shoemaker)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:9215
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/1984 V1 (Levy-Rudenko)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:9216
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/1984 W2 (Hartley)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:9217
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/1985 K1 (Machholz)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:9218
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/1985 R1 (Hartley-Good)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:9219
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/1985 T1 (Thiele)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:9220
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/1986 E1 (Shoemaker)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:9221
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/1986 N1 (Churyumov-Solodovnikov)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:9222
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/1986 P1 (Wilson)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:9223
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/1986 P1-A (Wilson)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:9224
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/1986 P1-B (Wilson)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:9225
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/1986 V1 (Sorrells)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:9226
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/1987 A1 (Levy)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:9227
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/1987 B1 (Nishikawa-Takamizawa-Tago)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:9228
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/1987 B2 (Terasako)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:9229
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/1987 F1 (Torres)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:9230
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/1987 H1 (Shoemaker)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:9231
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/1987 P1 (Bradfield)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:9232
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/1987 Q1 (Rudenko)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:9233
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/1987 T1 (Levy)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:9234
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/1987 T2 (SMM)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:9235
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/1987 U3 (McNaught)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:9236
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/1987 U4 (SMM)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:9237
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/1987 W1 (Ichimura)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:9238
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/1987 W2 (Furuyama)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:9239
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/1987 W3 (Jensen-Shoemaker)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:9240
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/1988 A1 (Liller)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:9241
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/1988 B1 (Shoemaker)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:9242
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/1988 C1 (Maury-Phinney)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:9243
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/1988 F1 (Levy)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:9244
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/1988 J1 (Shoemaker-Holt)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:9245
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/1988 L1 (Shoemaker-Holt-Rodriquez)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:9246
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/1988 M1 (SMM)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:9247
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/1988 P1 (Machholz)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:9248
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/1988 Q1 (SMM)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:9249
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/1988 T1 (SMM)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:9250
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/1988 U1 (SMM)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:9251
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/1988 W1 (SMM)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:9252
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/1988 Y1 (Yanaka)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:9253
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/1989 A1 (Yanaka)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:9254
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/1989 A3 (Bradfield)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:9255
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/1989 A5 (Shoemaker)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:9256
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/1989 A6 (Shoemaker)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:9257
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/1989 L1 (SMM)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:9258
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/1989 N3 (SMM)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:9259
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/1989 Q1 (Okazaki-Levy-Rudenko)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:9260
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/1989 R1 (Helin-Roman)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:9261
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/1989 S1 (SMM)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:9262
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/1989 T1 (Helin-Roman-Alu)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:9263
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/1989 W1 (Aarseth-Brewington)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:9264
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/1989 X1 (Austin)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:9265
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/1989 Y1 (Skorichenko-George)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:9266
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/1989 Y2 (McKenzie-Russell)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:9267
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/1990 E1 (Cernis-Kiuchi-Nakamura)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:9268
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/1990 K1 (Levy)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:9269
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/1990 M1 (McNaught-Hughes)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:9270
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/1990 N1 (Tsuchiya-Kiuchi)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:9271
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/1991 A2 (Arai)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:9272
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/1991 B1 (Shoemaker-Levy)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:9273
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/1991 C3 (McNaught-Russell)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:9274
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/1991 F2 (Helin-Lawrence)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:9275
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/1991 L3 (Levy)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:9276
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/1991 L4 (Helin-Alu)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:9277
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/1991 Q1 (McNaught-Russell)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:9278
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/1991 R1 (McNaught-Russell)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:9279
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/1991 T2 (Shoemaker-Levy)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:9280
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/1991 X2 (Mueller)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:9281
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/1991 Y1 (Zanotta-Brewington)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:9282
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/1992 A1 (Helin-Alu)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:9283
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/1992 B1 (Bradfield)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:9284
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/1992 F1 (Tanaka-Machholz)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:9285
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/1992 J1 (Spacewatch)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:9286
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/1992 J2 (Bradfield)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:9287
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/1992 N1 (Machholz)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:9288
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/1992 Q2 (Helin-Lawrence)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:9289
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/1992 U1 (Shoemaker)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:9290
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/1992 W1 (Ohshita)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:9291
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/1993 A1 (Mueller)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:9292
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/1993 F1 (Mueller)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:9293
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/1993 K1 (Shoemaker-Levy)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:9294
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/1993 Q1 (Mueller)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:9295
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/1993 Y1 (McNaught-Russell)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:9296
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/1994 E1 (Mueller)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:9297
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/1994 E2 (Shoemaker-Levy)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:9298
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/1994 G1-A (Takamizawa-Levy)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:9299
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/1994 G1-B (Takamizawa-Levy)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:9300
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/1994 J2 (Takamizawa)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:9301
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/1994 N1 (Nakamura-Nishimura-Machholz)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:9302
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "P/1994 N2 (McNaught-Hartley)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:9303
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/1994 T1 (Machholz)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:9304
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/1995 O1 (Hale-Bopp)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:9305
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/1995 Q1 (Bradfield)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:9306
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/1995 Q2 (Hartley-Drinkwater)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:9307
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/1995 Y1 (Hyakutake)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:9308
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/1996 B1 (Szczepanski)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:9309
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/1996 B2 (Hyakutake)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:9310
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/1996 E1 (NEAT)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:9311
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/1996 J1-A (Evans-Drinkwater)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:9312
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/1996 J1-B (Evans-Drinkwater)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:9313
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/1996 N1 (Brewington)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:9314
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/1996 P2 (Russell-Watson)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:9315
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/1996 Q1 (Tabur)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:9316
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/1996 R1 (Hergenrother-Spahr)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:9317
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "P/1996 R2 (Lagerkvist)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:9318
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/1996 R3 (Lagerkvist)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:9319
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/1997 A1 (NEAT)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:9320
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "P/1997 B1 (Kobayashi)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:9321
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/1997 BA6 (Spacewatch)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:9322
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/1997 D1 (Mueller)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:9323
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/1997 G2 (Montani)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:9324
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/1997 J1 (Mueller)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:9325
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/1997 J2 (Meunier-Dupouy)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:9326
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/1997 L1 (Zhu-Balam)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:9327
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/1997 N1 (Tabur)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:9328
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/1997 O1 (Tilbrook)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:9329
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/1997 P2 (Spacewatch)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:9330
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/1997 T1 (Utsunomiya)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:9331
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/1998 G1 (LINEAR)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:9332
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/1998 H1 (Stonehouse)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:9333
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/1998 K1 (Mueller)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:9334
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/1998 K2 (LINEAR)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:9335
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/1998 K3 (LINEAR)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:9336
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/1998 K5 (LINEAR)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:9337
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/1998 M1 (LINEAR)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:9338
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/1998 M2 (LINEAR)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:9339
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/1998 M3 (Larsen)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:9340
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/1998 M4 (LINEAR)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:9341
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/1998 M5 (LINEAR)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:9342
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/1998 M6 (Montani)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:9343
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/1998 P1 (Williams)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:9344
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/1998 Q1 (LINEAR)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:9345
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "P/1998 QP54 (LONEOS-Tucker)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:9346
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/1998 T1 (LINEAR)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:9347
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/1998 U1 (LINEAR)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:9348
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/1998 U5 (LINEAR)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:9349
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "P/1998 VS24 (LINEAR)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:9350
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/1998 W3 (LINEAR)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:9351
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/1998 Y1 (LINEAR)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:9352
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/1999 A1 (Tilbrook)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:9353
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/1999 E1 (Li)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:9354
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/1999 F1 (Catalina)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:9355
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/1999 F2 (Dalcanton)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:9356
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/1999 G1 (LINEAR)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:9357
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/1999 H1 (Lee)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:9358
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/1999 H3 (LINEAR)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:9359
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/1999 J2 (Skiff)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:9360
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/1999 J3 (LINEAR)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:9361
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/1999 J4 (LINEAR)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:9362
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/1999 K2 (Ferris)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:9363
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/1999 K3 (LINEAR)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:9364
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/1999 K4 (LINEAR)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:9365
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/1999 K5 (LINEAR)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:9366
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/1999 K6 (LINEAR)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:9367
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/1999 K7 (LINEAR)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:9368
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/1999 K8 (LINEAR)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:9369
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/1999 L2 (LINEAR)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:9370
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/1999 L3 (LINEAR)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:9371
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/1999 N2 (Lynn)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:9372
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/1999 N4 (LINEAR)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:9373
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "P/1999 RO28 (LONEOS)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:9374
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/1999 S2 (McNaught-Watson)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:9375
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/1999 S3 (LINEAR)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:9376
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/1999 S4 (LINEAR)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:9377
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/1999 T1 (McNaught-Hartley)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:9378
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/1999 T2 (LINEAR)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:9379
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/1999 T3 (LINEAR)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:9380
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/1999 U1 (Ferris)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:9381
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/1999 U4 (Catalina-Skiff)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:9382
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "P/1999 V1 (Catalina)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:9383
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/1999 XS87 (LINEAR)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:9384
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "P/1999 XN120 (Catalina)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:9385
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/1999 Y1 (LINEAR)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:9386
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/2000 A1 (Montani)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:9387
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/2000 B2 (LINEAR)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:9388
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/2000 CT54 (LINEAR)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:9389
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/2000 D2 (LINEAR)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:9390
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/2000 G2 (LINEAR)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:9391
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/2000 H1 (LINEAR)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:9392
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/2000 J1 (Ferris)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:9393
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/2000 K1 (LINEAR)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:9394
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/2000 K2 (LINEAR)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:9395
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/2000 O1 (Koehn)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:9396
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/2000 OF8 (Spacewatch)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:9397
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "P/2000 R2 (LINEAR)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:9398
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "P/2000 S1 (Skiff)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:9399
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/2000 S3 (LONEOS)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:9400
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "P/2000 S4 (LINEAR-Spacewatch)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:9401
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/2000 SV74 (LINEAR)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:9402
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/2000 U5 (LINEAR)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:9403
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/2000 W1 (Utsunomiya-Jones)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:9404
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/2000 WM1 (LINEAR)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:9405
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/2000 Y1 (Tubbiolo)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:9406
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/2000 Y2 (Skiff)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:9407
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/2001 A1 (LINEAR)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:9408
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/2001 A2-A (LINEAR)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:9409
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/2001 A2-B (LINEAR)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:9410
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/2001 B1 (LINEAR)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:9411
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/2001 B2 (NEAT)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:9412
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/2001 C1 (LINEAR)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:9413
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "P/2001 F1 (NEAT)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:9414
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/2001 G1 (LONEOS)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:9415
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "P/2001 H5 (NEAT)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:9416
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/2001 HT50 (LINEAR-NEAT)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:9417
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/2001 K3 (Skiff)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:9418
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/2001 K5 (LINEAR)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:9419
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/2001 M10 (NEAT)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:9420
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/2001 N2 (LINEAR)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:9421
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/2001 O2 (NEAT)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:9422
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/2001 OG108 (LONEOS)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:9423
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/2001 Q1 (NEAT)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:9424
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/2001 Q4 (NEAT)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:9425
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "P/2001 Q6 (NEAT)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:9426
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "P/2001 R6 (LINEAR-Skiff)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:9427
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/2001 RX14 (LINEAR)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:9428
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/2001 S1 (Skiff)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:9429
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "P/2001 T3 (NEAT)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:9430
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/2001 U6 (LINEAR)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:9431
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/2001 W1 (LINEAR)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:9432
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/2001 W2 (BATTERS)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:9433
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/2001 X1 (LINEAR)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:9434
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/2002 A1 (LINEAR)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:9435
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/2002 A2 (LINEAR)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:9436
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/2002 A3 (LINEAR)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:9437
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/2002 B1 (LINEAR)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:9438
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/2002 B2 (LINEAR)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:9439
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/2002 B3 (LINEAR)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:9440
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/2002 C2 (LINEAR)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:9441
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/2002 CE10 (LINEAR)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:9442
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/2002 E2 (Snyder-Murakami)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:9443
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "P/2002 EJ57 (LINEAR)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:9444
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/2002 F1 (Utsunomiya)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:9445
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/2002 H2 (LINEAR)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:9446
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/2002 J4 (NEAT)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:9447
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/2002 J5 (LINEAR)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:9448
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/2002 K1 (NEAT)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:9449
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/2002 K2 (LINEAR)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:9450
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/2002 K4 (NEAT)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:9451
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/2002 L9 (NEAT)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:9452
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/2002 O4 (Hoenig)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:9453
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/2002 O6 (SWAN)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:9454
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/2002 O7 (LINEAR)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:9455
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/2002 P1 (NEAT)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:9456
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "P/2002 Q1 (Van Ness)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:9457
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/2002 Q2 (LINEAR)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:9458
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/2002 Q3 (LINEAR)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:9459
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/2002 Q3-A (LINEAR)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:9460
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/2002 Q5 (LINEAR)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:9461
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/2002 R3 (LONEOS)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:9462
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "P/2002 T5 (LINEAR)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:9463
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "P/2002 T6 (NEAT-LINEAR)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:9464
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/2002 T7 (LINEAR)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:9465
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/2002 U2 (LINEAR)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:9466
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/2002 V1 (NEAT)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:9467
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/2002 V2 (LINEAR)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:9468
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/2002 VQ94 (LINEAR)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:9469
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/2002 X1 (LINEAR)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:9470
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/2002 X5 (Kudo-Fujikawa)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:9471
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/2002 Y1 (Juels-Holvorcem)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:9472
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/2003 A2 (Gleason)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:9473
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/2003 E1 (NEAT)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:9474
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/2003 F1 (LINEAR)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:9475
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "P/2003 F2 (NEAT)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:9476
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/2003 G1 (LINEAR)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:9477
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/2003 G2 (LINEAR)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:9478
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/2003 H1 (LINEAR)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:9479
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/2003 H2 (LINEAR)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:9480
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/2003 H3 (NEAT)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:9481
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/2003 J1 (NEAT)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:9482
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/2003 K1 (Spacewatch)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:9483
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/2003 K4 (LINEAR)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:9484
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "P/2003 L1 (Scotti)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:9485
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/2003 L2 (LINEAR)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:9486
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/2003 O1 (LINEAR)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:9487
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "P/2003 QX29 (NEAT)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:9488
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/2003 R1 (LINEAR)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:9489
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/2003 S3 (LINEAR)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:9490
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/2003 S4-A (LINEAR)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:9491
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/2003 S4-B (LINEAR)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:9492
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "P/2003 SQ215 (NEAT-LONEOS)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:9493
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/2003 T2 (LINEAR)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:9494
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/2003 T3 (Tabur)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:9495
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/2003 T4 (LINEAR)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:9496
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/2003 U1 (LINEAR)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:9497
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/2003 V1 (LINEAR)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:9498
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/2003 W1 (LINEAR)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:9499
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "P/2003 WC7 (LINEAR-Catalina)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:9500
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/2003 WT42 (LINEAR)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:9501
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "P/2004 A1 (LONEOS)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:9502
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/2004 B1 (LINEAR)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:9503
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/2004 C1 (Larsen)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:9504
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/2004 D1 (NEAT)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:9505
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "P/2004 DO29 (Spacewatch-LINEAR)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:9506
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/2004 DZ61 (Catalina-LINEAR)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:9507
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/2004 F2 (LINEAR)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:9508
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/2004 F4 (Bradfield)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:9509
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "P/2004 FY140 (LINEAR)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:9510
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/2004 G1 (LINEAR)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:9511
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/2004 H1 (LINEAR)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:9512
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/2004 H6 (SWAN)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:9513
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/2004 HV60 (Spacewatch)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:9514
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/2004 K1 (Catalina)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:9515
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/2004 K3 (LINEAR)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:9516
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/2004 L1 (LINEAR)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:9517
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/2004 L2 (LINEAR)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:9518
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/2004 P1 (NEAT)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:9519
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/2004 Q1 (Tucker)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:9520
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/2004 Q2 (Machholz)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:9521
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "P/2004 R1 (McNaught)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:9522
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/2004 R2 (ASAS)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:9523
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "P/2004 R3 (LINEAR-NEAT)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:9524
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/2004 RG113 (LINEAR)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:9525
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/2004 S1 (Van Ness)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:9526
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "P/2004 T1 (LINEAR-NEAT)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:9527
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/2004 T3 (Siding Spring)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:9528
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/2004 U1 (LINEAR)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:9529
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "P/2004 V3 (Siding Spring)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:9530
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "P/2004 V5-A (LINEAR-Hill)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:9531
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "P/2004 V5-B (LINEAR-Hill)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:9532
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/2004 V13 (SWAN)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:9533
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "P/2004 WR9 (LINEAR)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:9534
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/2004 X2 (LINEAR)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:9535
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/2004 X3 (LINEAR)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:9536
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/2004 YJ35 (LINEAR)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:9537
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/2005 A1-A (LINEAR)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:9538
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/2005 B1 (Christensen)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:9539
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "P/2005 E1 (Tubbiolo)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:9540
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/2005 E2 (McNaught)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:9541
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/2005 EL173 (LONEOS)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:9542
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/2005 G1 (LINEAR)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:9543
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "P/2005 GF8 (LONEOS)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:9544
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/2005 H1 (LINEAR)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:9545
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "P/2005 JN (Spacewatch)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:9546
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "P/2005 J1 (McNaught)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:9547
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/2005 J2 (Catalina)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:9548
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "P/2005 JD108 (Catalina-NEAT)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:9549
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/2005 K1 (Skiff)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:9550
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/2005 K2 (LINEAR)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:9551
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/2005 K2-A (LINEAR)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:9552
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "P/2005 L1 (McNaught)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:9553
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/2005 L2 (McNaught)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:9554
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/2005 L3 (McNaught)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:9555
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/2005 N1 (Juels-Holvorcem)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:9556
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/2005 N4 (Catalina)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:9557
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/2005 N5 (Catalina)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:9558
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/2005 O1 (NEAT)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:9559
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/2005 O2 (Christensen)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:9560
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/2005 P3 (SWAN)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:9561
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/2005 Q1 (LINEAR)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:9562
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "P/2005 R1 (NEAT)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:9563
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/2005 R4 (LINEAR)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:9564
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "P/2005 RV25 (LONEOS-Christensen)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:9565
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "P/2005 S2 (Skiff)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:9566
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "P/2005 S3 (Read)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:9567
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/2005 S4 (McNaught)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:9568
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "P/2005 SB216 (LONEOS)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:9569
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "P/2005 T2 (Christensen)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:9570
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "P/2005 T3 (Read)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:9571
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "P/2005 T4 (SWAN)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:9572
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "P/2005 T5 (Broughton)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:9573
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/2005 W2 (Christensen)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:9574
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "P/2005 W3 (Kowalski)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:9575
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/2005 X1 (Beshore)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:9576
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "P/2005 XA54 (LONEOS-Hill)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:9577
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/2005 YW (LINEAR)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:9578
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "P/2005 Y2 (McNaught)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:9579
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/2006 A1 (Pojmanski)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:9580
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/2006 A2 (Catalina)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:9581
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/2006 B1 (McNaught)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:9582
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/2006 CK10 (Catalina)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:9583
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "P/2006 D1 (Hill)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:9584
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/2006 E1 (McNaught)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:9585
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "P/2006 F1 (Kowalski)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:9586
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/2006 F2 (Christensen)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:9587
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "P/2006 F4 (Spacewatch)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:9588
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "P/2006 G1 (McNaught)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:9589
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/2006 GZ2 (Spacewatch)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:9590
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "P/2006 H1 (McNaught)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:9591
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "P/2006 HR30 (Siding Spring)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:9592
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/2006 HW51 (Siding Spring)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:9593
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/2006 K1 (McNaught)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:9594
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/2006 K3 (McNaught)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:9595
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/2006 K4 (NEAT)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:9596
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/2006 L1 (Garradd)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:9597
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/2006 L2 (McNaught)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:9598
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/2006 M1 (LINEAR)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:9599
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/2006 M2 (Spacewatch)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:9600
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/2006 M4 (SWAN)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:9601
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/2006 O2 (Garradd)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:9602
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/2006 OF2 (Broughton)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:9603
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/2006 P1 (McNaught)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:9604
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/2006 Q1 (McNaught)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:9605
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "P/2006 R1 (Siding Spring)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:9606
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "P/2006 S1 (Christensen)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:9607
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/2006 S2 (LINEAR)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:9608
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/2006 S3 (LONEOS)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:9609
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "P/2006 S4 (Christensen)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:9610
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/2006 S5 (Hill)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:9611
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/2006 U6 (Spacewatch)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:9612
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/2006 U7 (Gibbs)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:9613
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/2006 V1 (Catalina)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:9614
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/2006 VZ13 (LINEAR)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:9615
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "P/2006 W1 (Gibbs)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:9616
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/2006 W3 (Christensen)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:9617
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/2006 WD4 (Lemmon)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:9618
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "P/2006 WY182 (Christensen)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:9619
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/2006 X1 (LINEAR)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:9620
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/2006 XA1 (LINEAR)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:9621
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/2006 YC (Catalina-Christensen)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:9622
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "P/2007 B1 (Christensen)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:9623
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/2007 B2 (Skiff)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:9624
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "P/2007 C2 (Catalina)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:9625
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/2007 D1 (LINEAR)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:9626
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/2007 D2 (Spacewatch)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:9627
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/2007 D3 (LINEAR)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:9628
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/2007 E1 (Garradd)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:9629
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/2007 E2 (Lovejoy)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:9630
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/2007 F1 (LONEOS)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:9631
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/2007 G1 (LINEAR)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:9632
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/2007 H2 (Skiff)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:9633
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/2007 JA21 (LINEAR)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:9634
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/2007 K1 (Lemmon)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:9635
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "P/2007 K2 (Gibbs)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:9636
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/2007 K3 (Siding Spring)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:9637
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/2007 K4 (Gibbs)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:9638
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/2007 K5 (Lovejoy)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:9639
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/2007 K6 (McNaught)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:9640
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/2007 M1 (McNaught)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:9641
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/2007 M2 (Catalina)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:9642
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/2007 M3 (LINEAR)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:9643
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/2007 N3 (Lulin)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:9644
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/2007 O1 (LINEAR)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:9645
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/2007 P1 (McNaught)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:9646
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/2007 Q1 (Garradd)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:9647
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "P/2007 Q2 (Gilmore)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:9648
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/2007 Q3 (Siding Spring)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:9649
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "P/2007 R1 (Larson)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:9650
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "P/2007 R2 (Gibbs)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:9651
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "P/2007 R3 (Gibbs)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:9652
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "P/2007 R4 (Garradd)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:9653
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "P/2007 S1 (Zhao)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:9654
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/2007 S2 (Lemmon)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:9655
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/2007 T1 (McNaught)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:9656
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "P/2007 T2 (Kowalski)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:9657
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "P/2007 T4 (Gibbs)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:9658
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/2007 T5 (Gibbs)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:9659
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "P/2007 T6 (Catalina)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:9660
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/2007 U1 (LINEAR)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:9661
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "P/2007 V1 (Larson)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:9662
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "P/2007 V2 (Hill)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:9663
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "P/2007 VQ11 (CATALINA)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:9664
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/2007 VO53 (Spacewatch)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:9665
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/2007 W1 (Boattini)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:9666
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/2007 W3 (LINEAR)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:9667
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/2007 Y1 (LINEAR)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:9668
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/2007 Y2 (McNaught)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:9669
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/2008 A1 (McNaught)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:9670
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/2008 C1 (Chen-Gao)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:9671
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "P/2008 CL94 (Lemmon)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:9672
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/2008 D1 (STEREO)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:9673
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/2008 D2 (STEREO)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:9674
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/2008 D3 (STEREO)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:9675
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/2008 D4 (STEREO)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:9676
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/2008 E1 (Catalina)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:9677
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/2008 E3 (Garradd)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:9678
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/2008 E5 (STEREO)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:9679
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/2008 E6 (STEREO)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:9680
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/2008 FK75 (Lemmon-Siding Spring)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:9681
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/2008 G1 (Gibbs)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:9682
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/2008 H1 (LINEAR)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:9683
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/2008 J1 (Boattini)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:9684
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "P/2008 J3 (McNaught)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:9685
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/2008 J4 (McNaught)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:9686
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/2008 J5 (Garradd)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:9687
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/2008 J6 (Hill)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:9688
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "P/2008 L2 (Hill)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:9689
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/2008 L3 (Hill)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:9690
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/2008 N1 (Holmes)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:9691
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "P/2008 O2 (McNaught)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:9692
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "P/2008 O3 (Boattini)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:9693
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/2008 P1 (Garradd)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:9694
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/2008 Q1 (Maticic)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:9695
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/2008 Q3 (Garradd)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:9696
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "P/2008 QP20 (LINEAR-Hill)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:9697
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/2008 R3 (LINEAR)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:9698
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "P/2008 S1 (McNaught)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:9699
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/2008 S3 (Boattini)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:9700
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "P/2008 T1 (Boattini)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:9701
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/2008 T2 (Cardinal)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:9702
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "P/2008 T4 (Hill)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:9703
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "P/2008 WZ96 (LINEAR)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:9704
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/2008 X3 (LINEAR)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:9705
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "P/2008 Y1 (Boattini)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:9706
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "P/2008 Y2 (Gibbs)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:9707
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "P/2008 Y3 (McNaught)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:9708
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "P/2009 B1 (Boattini)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:9709
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/2009 B2 (LINEAR)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:9710
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/2009 E1 (Itagaki)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:9711
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/2009 F1 (Larson)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:9712
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/2009 F2 (McNaught)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:9713
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/2009 F4 (McNaught)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:9714
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/2009 F5 (McNaught)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:9715
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/2009 F6 (Yi-SWAN)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:9716
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/2009 G1 (STEREO)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:9717
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "P/2009 K1 (Gibbs)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:9718
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/2009 K2 (Catalina)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:9719
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/2009 K3 (Beshore)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:9720
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/2009 K4 (Gibbs)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:9721
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/2009 K5 (McNaught)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:9722
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "P/2009 L2 (Yang-Gao)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:9723
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/2009 O2 (Catalina)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:9724
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "P/2009 O3 (Hill)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:9725
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/2009 O4 (Hill)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:9726
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/2009 P1 (Garradd)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:9727
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/2009 P2 (Boattini)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:9728
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "P/2009 Q1 (Hill)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:9729
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "P/2009 Q4 (Boattini)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:9730
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "P/2009 Q5 (McNaught)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:9731
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/2009 R1 (McNaught)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:9732
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "P/2009 S2 (McNaught)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:9733
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/2009 S3 (Lemmon)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:9734
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "P/2009 SK280 (Spacewatch-Hill)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:9735
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/2009 T1 (McNaught)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:9736
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "P/2009 T2 (La Sagra)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:9737
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/2009 T3 (LINEAR)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:9738
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/2009 U1 (Garradd)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:9739
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/2009 U3 (Hill)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:9740
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "P/2009 U4 (McNaught)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:9741
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/2009 U5 (Grauer)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:9742
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/2009 UG89 (Lemmon)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:9743
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/2009 W2 (Boattini)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:9744
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "P/2009 WX51 (Catalina)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:9745
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/2009 Y1 (Catalina)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:9746
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "P/2009 Y2 (Kowalski)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:9747
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "P/2010 A1 (Hill)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:9748
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "P/2010 A2 (LINEAR)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:9749
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "P/2010 A3 (Hill)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:9750
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/2010 A4 (Siding Spring)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:9751
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "P/2010 A5 (LINEAR)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:9752
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/2010 B1 (Cardinal)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:9753
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "P/2010 B2 (WISE)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:9754
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "P/2010 C1 (Scotti)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:9755
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "P/2010 D1 (WISE)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:9756
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "P/2010 D2 (WISE)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:9757
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/2010 D3 (WISE)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:9758
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/2010 D4 (WISE)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:9759
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/2010 DG56 (WISE)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:9760
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/2010 E1 (Garradd)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:9761
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "P/2010 E2 (Jarnac)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:9762
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/2010 E3 (WISE)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:9763
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/2010 E5 (Scotti)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:9764
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/2010 F1 (Boattini)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:9765
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/2010 F3 (Scotti)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:9766
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/2010 F4 (Machholz)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:9767
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/2010 FB87 (WISE-Garradd)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:9768
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/2010 G1 (Boattini)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:9769
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/2010 G2 (Hill)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:9770
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/2010 G3 (WISE)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:9771
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/2010 H1 (Garradd)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:9772
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "P/2010 H2 (Vales)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:9773
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "P/2010 H4 (Scotti)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:9774
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "P/2010 H5 (Scotti)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:9775
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/2010 J1 (Boattini)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:9776
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/2010 J2 (McNaught)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:9777
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "P/2010 J3 (McMillan)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:9778
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/2010 J4 (WISE)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:9779
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "P/2010 J5 (McNaught)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:9780
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "P/2010 JC81 (WISE)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:9781
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "P/2010 K2 (WISE)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:9782
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/2010 KW7 (WISE)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:9783
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/2010 L3 (Catalina)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:9784
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/2010 L4 (WISE)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:9785
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/2010 L5 (WISE)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:9786
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/2010 M1 (Gibbs)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:9787
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "P/2010 N1 (WISE)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:9788
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "P/2010 P4 (WISE)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:9789
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/2010 R1 (LINEAR)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:9790
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "P/2010 R2 (La Sagra)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:9791
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/2010 S1 (LINEAR)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:9792
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "P/2010 T2 (PANSTARRS)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:9793
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "P/2010 TO20 (LINEAR-Grauer)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:9794
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "P/2010 U1 (Boattini)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:9795
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "P/2010 U2 (Hill)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:9796
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/2010 U3 (Boattini)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:9797
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "P/2010 UH55 (Spacewatch)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:9798
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "P/2010 V1 (Ikeya-Murakami)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:9799
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "P/2010 WK (LINEAR)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:9800
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/2010 X1 (Elenin)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:9801
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "P/2011 A2 (Scotti)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:9802
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/2011 A3 (Gibbs)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:9803
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/2011 C1 (McNaught)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:9804
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "P/2011 C2 (Gibbs)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:9805
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/2011 C3 (Gibbs)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:9806
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "P/2011 CR42 (Catalina)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:9807
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/2011 F1 (LINEAR)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:9808
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "P/2011 FR143 (Lemmon)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:9809
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/2011 G1 (McNaught)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:9810
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/2011 H1 (Lemmon)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:9811
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/2011 J2 (LINEAR)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:9812
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/2011 J2-B (LINEAR)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:9813
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/2011 J2-C (LINEAR)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:9814
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/2011 J3 (LINEAR)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:9815
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "P/2011 JB15 (Spacewatch-Boattini)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:9816
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/2011 K1 (Schwartz-Holvorcem)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:9817
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/2011 KP36 (Spacewatch)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:9818
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/2011 L1 (McNaught)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:9819
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/2011 L2 (McNaught)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:9820
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/2011 L3 (McNaught)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:9821
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/2011 L4 (PANSTARRS)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:9822
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/2011 L6 (Boattini)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:9823
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/2011 M1 (LINEAR)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:9824
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "P/2011 N1 (ASH)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:9825
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "P/2011 NO1 (Elenin)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:9826
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/2011 N2 (McNaught)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:9827
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/2011 O1 (LINEAR)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:9828
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "P/2011 P1 (McNaught)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:9829
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/2011 P2 (PANSTARRS)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:9830
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/2011 Q1 (PANSTARRS)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:9831
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/2011 Q2 (McNaught)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:9832
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "P/2011 Q3 (McNaught)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:9833
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/2011 Q4 (SWAN)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:9834
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/2011 R1 (McNaught)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:9835
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "P/2011 R3 (Novichonok)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:9836
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "P/2011 S1 (Gibbs)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:9837
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/2011 S2 (Kowalski)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:9838
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "P/2011 U1 (PANSTARRS)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:9839
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "P/2011 U2 (Bressi)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:9840
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/2011 U3 (PANSTARRS)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:9841
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "P/2011 UA134 (Spacewatch-PANSTARRS)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:9842
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/2011 UF305 (LINEAR)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:9843
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "P/2011 V1 (Boattini)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:9844
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "P/2011 VJ5 (Lemmon)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:9845
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "P/2011 W1 (PANSTARRS)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:9846
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "P/2011 W2 (Rinner)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:9847
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/2011 W3 (Lovejoy)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:9848
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "P/2011 Y2 (Boattini)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:9849
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/2011 Y3 (Boattini)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:9850
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/2012 A1 (PANSTARRS)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:9851
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/2012 A2 (LINEAR)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:9852
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "P/2012 B1 (PANSTARRS)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:9853
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/2012 B3 (La Sagra)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:9854
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/2012 C1 (McNaught)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:9855
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/2012 C2 (Bruenjes)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:9856
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "P/2012 C3 (PANSTARRS)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:9857
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/2012 CH17 (MOSS)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:9858
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/2012 E1 (Hill)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:9859
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/2012 E2 (SWAN)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:9860
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/2012 E3 (PANSTARRS)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:9861
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/2012 F1 (Gibbs)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:9862
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "P/2012 F2 (PANSTARRS)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:9863
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/2012 F3 (PANSTARRS)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:9864
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "P/2012 F5 (Gibbs)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:9865
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/2012 F6 (Lemmon)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:9866
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "P/2012 G1 (PANSTARRS)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:9867
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/2012 H2 (McNaught)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:9868
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/2012 J1 (Catalina)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:9869
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/2012 K1 (PANSTARRS)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:9870
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "P/2012 K3 (Gibbs)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:9871
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/2012 K5 (LINEAR)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:9872
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/2012 K6 (McNaught)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:9873
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/2012 K8 (Lemmon)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:9874
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/2012 L1 (LINEAR)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:9875
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/2012 L2 (LINEAR)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:9876
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/2012 L3 (LINEAR)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:9877
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/2012 LP26 (Palomar)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:9878
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "P/2012 NJ (La Sagra)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:9879
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/2012 OP (Siding Spring)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:9880
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "P/2012 O1 (McNaught)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:9881
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "P/2012 O2 (McNaught)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:9882
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "P/2012 O3 (McNaught)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:9883
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/2012 Q1 (Kowalski)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:9884
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/2012 S1 (ISON)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:9885
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "P/2012 S2 (La Sagra)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:9886
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/2012 S3 (PANSTARRS)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:9887
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/2012 S4 (PANSTARRS)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:9888
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "P/2012 SB6 (Lemmon)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:9889
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "P/2012 T1 (PANSTARRS)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:9890
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "P/2012 T2 (PANSTARRS)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:9891
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "P/2012 T3 (PANSTARRS)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:9892
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/2012 T4 (McNaught)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:9893
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/2012 T5 (Bressi)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:9894
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/2012 T6 (Kowalski)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:9895
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "P/2012 TK8 (Tenagra)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:9896
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/2012 U1 (PANSTARRS)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:9897
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "P/2012 U2 (PANSTARRS)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:9898
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "P/2012 US27 (Siding Spring)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:9899
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/2012 V1 (PANSTARRS)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:9900
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/2012 V2 (LINEAR)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:9901
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "P/2012 WA34 (Lemmon-PANSTARRS)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:9902
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/2012 X1 (LINEAR)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:9903
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/2012 X2 (PANSTARRS)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:9904
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/2012 Y1 (LINEAR)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:9905
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/2012 Y3 (McNaught)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:9906
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/2013 A1 (Siding Spring)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:9907
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "P/2013 A2 (Scotti)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:9908
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "P/2013 AL76 (Catalina)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:9909
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/2013 B2 (Catalina)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:9910
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/2013 C2 (Tenagra)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:9911
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "P/2013 CU129 (PANSTARRS)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:9912
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/2013 D1 (Holvorcem)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:9913
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/2013 E1 (McNaught)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:9914
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/2013 E2 (Iwamoto)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:9915
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "P/2013 EW90 (Tenagra)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:9916
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/2013 F1 (Boattini)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:9917
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/2013 F2 (Catalina)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:9918
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/2013 F3 (McNaught)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:9919
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "P/2013 G1 (Kowalski)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:9920
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/2013 G2 (McNaught)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:9921
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/2013 G3 (PANSTARRS)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:9922
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "P/2013 G4 (PANSTARRS)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:9923
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/2013 G5 (Catalina)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:9924
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/2013 G6 (Lemmon)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:9925
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/2013 G7 (McNaught)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:9926
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/2013 G8 (PANSTARRS)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:9927
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/2013 G9 (Tenagra)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:9928
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/2013 H1 (La Sagra)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:9929
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/2013 H2 (Boattini)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:9930
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "P/2013 J2 (McNaught)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:9931
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/2013 J3 (McNaught)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:9932
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "P/2013 J4 (PANSTARRS)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:9933
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/2013 J5 (Boattini)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:9934
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/2013 J6 (Catalina)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:9935
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/2013 K1 (Christensen)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:9936
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/2013 L2 (Catalina)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:9937
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "P/2013 N3 (PANSTARRS)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:9938
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/2013 N4 (Borisov)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:9939
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "P/2013 N5 (PANSTARRS)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:9940
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "P/2013 O2 (PANSTARRS)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:9941
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/2013 O3 (McNaught)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:9942
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "P/2013 P1 (PANSTARRS)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:9943
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/2013 P2 (PANSTARRS)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:9944
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/2013 P3 (Palomar)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:9945
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/2013 P4 (PANSTARRS)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:9946
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/2013 PE67 (Catalina-Spacewatch)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:9947
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/2013 R1 (Lovejoy)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:9948
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "P/2013 R3 (Catalina-PANSTARRS)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:9949
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "P/2013 R3-A (Catalina-PANSTARRS)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:9950
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "P/2013 R3-B (Catalina-PANSTARRS)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:9951
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/2013 S1 (Catalina)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:9952
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "P/2013 T1 (PANSTARRS)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:9953
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "P/2013 T2 (Schwartz)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:9954
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/2013 TW5 (Spacewatch)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:9955
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "P/2013 TL117 (Lemmon)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:9956
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/2013 U1 (Catalina)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:9957
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/2013 U2 (Holvorcem)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:9958
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/2013 UQ4 (Catalina)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:9959
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/2013 US10 (Catalina)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:9960
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/2013 V1 (Boattini)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:9961
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/2013 V2 (Borisov)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:9962
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/2013 V3 (Nevski)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:9963
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/2013 V4 (Catalina)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:9964
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/2013 V5 (Oukaimeden)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:9965
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "P/2013 W1 (PANSTARRS)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:9966
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/2013 W2 (PANSTARRS)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:9967
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/2013 X1 (PANSTARRS)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:9968
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/2013 Y2 (PANSTARRS)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:9969
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "P/2013 YG46 (Spacewatch)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:9970
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "P/2014 A2 (Hill)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:9971
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "P/2014 A3 (PANSTARRS)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:9972
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/2014 A4 (SONEAR)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:9973
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/2014 A5 (PANSTARRS)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:9974
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/2014 AA52 (Catalina)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:9975
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/2014 B1 (Schwartz)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:9976
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "P/2014 C1 (TOTAS)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:9977
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/2014 C2 (STEREO)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:9978
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/2014 C3 (NEOWISE)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:9979
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "P/2014 E1 (Larson)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:9980
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/2014 E2 (Jacques)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:9981
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/2014 F1 (Hill)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:9982
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/2014 F2 (Tenagra)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:9983
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/2014 F3 (Sheppard-Trujillo)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:9984
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/2014 G1 (PANSTARRS)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:9985
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/2014 G3 (PANSTARRS)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:9986
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/2014 H1 (Christensen)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:9987
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/2014 J1 (Catalina)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:9988
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "P/2014 L2 (NEOWISE)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:9989
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "P/2014 L3 (Hill)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:9990
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/2014 L5 (Lemmon)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:9991
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/2014 M1 (PANSTARRS)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:9992
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/2014 M2 (Christensen)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:9993
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/2014 M3 (Catalina)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:9994
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "P/2014 M4 (PANSTARRS)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:9995
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "P/2014 MG4 (Spacewatch-PANSTARRS)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:9996
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/2014 N2 (PANSTARRS)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:9997
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/2014 N3 (NEOWISE)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:9998
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "P/2014 O3 (PANSTARRS)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:9999
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/2014 OE4 (PANSTARRS)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:10000
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/2014 Q1 (PANSTARRS)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:10001
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/2014 Q2 (Lovejoy)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:10002
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/2014 QU2 (PANSTARRS)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:10003
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/2014 Q3 (Borisov)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:10004
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/2014 Q6 (PANSTARRS)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:10005
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/2014 R1 (Borisov)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:10006
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/2014 R3 (PANSTARRS)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:10007
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/2014 R4 (Gibbs)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:10008
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "P/2014 R5 (Lemmon-PANSTARRS)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:10009
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/2014 S1 (PANSTARRS)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:10010
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/2014 S2 (PANSTARRS)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:10011
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/2014 S3 (PANSTARRS)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:10012
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/2014 TG64 (Catalina)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:10013
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "P/2014 U2 (Kowalski)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:10014
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/2014 U3 (Kowalski)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:10015
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "P/2014 U4 (PANSTARRS)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:10016
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "P/2014 V1 (PANSTARRS)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:10017
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "P/2014 W1 (PANSTARRS)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:10018
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/2014 W2 (PANSTARRS)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:10019
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/2014 W3 (PANSTARRS)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:10020
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "P/2014 W4 (PANSTARRS)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:10021
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/2014 W5 (Lemmon-PANSTARRS)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:10022
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/2014 W6 (Catalina)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:10023
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/2014 W7 (Christensen)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:10024
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/2014 W8 (PANSTARRS)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:10025
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/2014 W9 (PANSTARRS)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:10026
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/2014 W10 (PANSTARRS)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:10027
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/2014 W11 (PANSTARRS)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:10028
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "P/2014 W12 (Gibbs)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:10029
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "P/2014 X1 (Elenin)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:10030
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/2014 XB8 (PANSTARRS)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:10031
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/2014 Y1 (PANSTARRS)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:10032
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/2015 A1 (PANSTARRS)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:10033
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "C/2015 A2 (PANSTARRS)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:10034
#, kde-kuit-format
msgctxt "Comet name (optional)"
msgid "P/2015 A3 (PANSTARRS)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:10035
#, kde-kuit-format
msgctxt "Advanced URLs: description or category"
msgid "Simbad"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:10036
#, kde-kuit-format
msgctxt "Advanced URLs: description or category"
msgid "Aladin"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:10037
#, kde-kuit-format
msgctxt "Advanced URLs: description or category"
msgid "Skyview"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:10038
#, kde-kuit-format
msgctxt "Advanced URLs: description or category"
msgid "Gamma-ray"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:10039
#, kde-kuit-format
msgctxt "Advanced URLs: description or category"
msgid "X-ray"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:10040
#, kde-kuit-format
msgctxt "Advanced URLs: description or category"
msgid "EUV"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:10041
#, kde-kuit-format
msgctxt "Advanced URLs: description or category"
msgid "UV"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:10042
#, kde-kuit-format
msgctxt "Advanced URLs: description or category"
msgid "Optical"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:10043
#, kde-kuit-format
msgctxt "Advanced URLs: description or category"
msgid "Infrared"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:10044
#, kde-kuit-format
msgctxt "Advanced URLs: description or category"
msgid "Radio"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:10045
#, kde-kuit-format
msgctxt "Advanced URLs: description or category"
msgid "High Energy Astrophysical Archive (HEASARC)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:10046
#, kde-kuit-format
msgctxt "Advanced URLs: description or category"
msgid "Recent X-Ray Missions"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:10047
#, kde-kuit-format
msgctxt "Advanced URLs: description or category"
msgid "Past X-ray Mission"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:10048
#, kde-kuit-format
msgctxt "Advanced URLs: description or category"
msgid "Gamma-Ray Missions"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:10049
#, kde-kuit-format
msgctxt "Advanced URLs: description or category"
msgid "Other Missions"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:10050
#, kde-kuit-format
msgctxt "Advanced URLs: description or category"
msgid "Popular Catalog Choices"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:10051
#, kde-kuit-format
msgctxt "Advanced URLs: description or category"
msgid "Multiwavelength Catalogs"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:10052
#, kde-kuit-format
msgctxt "Advanced URLs: description or category"
msgid "NASA Extragalactic Database (NED)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:10053
#, kde-kuit-format
msgctxt "Advanced URLs: description or category"
msgid "Positions"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:10054
#, kde-kuit-format
msgctxt "Advanced URLs: description or category"
msgid "NASA Astrophysics Data System (ADS)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:10055
#, kde-kuit-format
msgctxt "Advanced URLs: description or category"
msgid "Astronomy and Astrophysics"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:10056
#, kde-kuit-format
msgctxt "Advanced URLs: description or category"
msgid "Instrumentation"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:10057
#, kde-kuit-format
msgctxt "Advanced URLs: description or category"
msgid "Physics and Geophysics"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:10058
#, kde-kuit-format
msgctxt "Advanced URLs: description or category"
msgid "Astrophysics preprints"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:10059
#, kde-kuit-format
msgctxt "Advanced URLs: description or category"
msgid "Multimission Archive at Space Telescope (MAST)"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:10060
#, kde-kuit-format
msgctxt "Advanced URLs: description or category"
msgid "HST"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:10061
#, kde-kuit-format
msgctxt "Advanced URLs: description or category"
msgid "ASTRO"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:10062
#, kde-kuit-format
msgctxt "Advanced URLs: description or category"
msgid "ORFEUS"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:10063
#, kde-kuit-format
msgctxt "Advanced URLs: description or category"
msgid "COPERNICUS"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:10064
#, kde-kuit-format
msgctxt "Advanced URLs: description or category"
msgid "Images"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:10065
#, kde-kuit-format
msgctxt "Advanced URLs: description or category"
msgid "Spectra"
msgstr ""
#. +> trunk5
#: kstars_i18n.cpp:10066
#, kde-kuit-format
msgctxt "Advanced URLs: description or category"
msgid "Other"
msgstr ""
#. +> trunk5
#: kstarsactions.cpp:208
#, kde-format
msgid "Refraction effects disabled"
msgstr ""
#. +> trunk5
#: kstarsactions.cpp:209
#, kde-format
msgid "When the horizon is switched off, refraction effects are temporarily disabled."
msgstr ""
#. +> trunk5
-#: kstarsactions.cpp:519
+#: kstarsactions.cpp:527
#, kde-format
msgid "Light Pollution Settings"
msgstr ""
#. +> trunk5
-#: kstarsactions.cpp:520
+#: kstarsactions.cpp:528
#, kde-format
msgid "Equipment Settings - Equipment Type and Parameters"
msgstr ""
#. +> trunk5
-#: kstarsactions.cpp:626 kstarsactions.cpp:661 kstarsactions.cpp:693
-#: kstarsactions.cpp:731
+#: kstarsactions.cpp:634 kstarsactions.cpp:669 kstarsactions.cpp:701
+#: kstarsactions.cpp:739
#, kde-format
msgid "Unable to find INDI server. Please make sure the package that provides the 'indiserver' binary is installed."
msgstr ""
#. +> trunk5
-#: kstarsactions.cpp:1011
+#: kstarsactions.cpp:1019
#, kde-format
msgid "Catalogs"
msgstr ""
#. +> trunk5
-#: kstarsactions.cpp:1023
+#: kstarsactions.cpp:1031
#, kde-format
msgid "Guides"
msgstr ""
#. +> trunk5
-#: kstarsactions.cpp:1026
+#: kstarsactions.cpp:1034
#, kde-format
msgid "Colors"
msgstr ""
#. +> trunk5
-#: kstarsactions.cpp:1051
+#: kstarsactions.cpp:1059
#, kde-format
msgid "Xplanet"
msgstr ""
#. +> trunk5
-#: kstarsactions.cpp:1147
+#: kstarsactions.cpp:1155
#, kde-format
msgid "KStars::slotFind() - Not enough memory for dialog"
msgstr ""
#. +> trunk5
-#: kstarsactions.cpp:1167
+#: kstarsactions.cpp:1175
#, kde-format
msgid "Open FITS"
msgstr ""
#. +> trunk5
-#: kstarsactions.cpp:1194
+#: kstarsactions.cpp:1202
#, kde-format
msgid "Export Image"
msgstr ""
#. +> trunk5
-#: kstarsactions.cpp:1237 tools/scriptbuilder.cpp:834
+#: kstarsactions.cpp:1245 tools/scriptbuilder.cpp:834
#: tools/scriptbuilder.cpp:904
#, kde-format
msgctxt "Filter by file type: KStars Scripts."
msgid "KStars Scripts (*.kstars)"
msgstr ""
#. +> trunk5
-#: kstarsactions.cpp:1245
+#: kstarsactions.cpp:1253
#, kde-format
msgid "Executing remote scripts is not supported."
msgstr ""
#. +> trunk5
-#: kstarsactions.cpp:1253 oal/execute.cpp:329 tools/observinglist.cpp:859
+#: kstarsactions.cpp:1261 oal/execute.cpp:329 tools/observinglist.cpp:859
#, kde-format
msgid "Could not open file %1"
msgstr ""
#. +> trunk5
-#: kstarsactions.cpp:1277
+#: kstarsactions.cpp:1285
#, kde-format
msgid "The selected script contains unrecognized elements, indicating that it was not created using the KStars script builder. This script may not function properly, and it may even contain malicious code. Would you like to execute it anyway?"
msgstr ""
#. +> trunk5
-#: kstarsactions.cpp:1281
+#: kstarsactions.cpp:1289
#, kde-format
msgid "Script Validation Failed"
msgstr ""
#. +> trunk5
-#: kstarsactions.cpp:1281
+#: kstarsactions.cpp:1289
#, kde-format
msgid "Run Nevertheless"
msgstr ""
#. +> trunk5
-#: kstarsactions.cpp:1288
+#: kstarsactions.cpp:1296
#, kde-format
msgid "Running script: %1"
msgstr ""
#. +> trunk5
-#: kstarsactions.cpp:1305
+#: kstarsactions.cpp:1313
#, kde-format
msgid "Script finished."
msgstr ""
#. +> trunk5
-#: kstarsactions.cpp:1316
+#: kstarsactions.cpp:1324
#, kde-format
msgid "You can save printer ink by using the \"Star Chart\" color scheme, which uses a white background. Would you like to temporarily switch to the Star Chart color scheme for printing?"
msgstr ""
#. +> trunk5
-#: kstarsactions.cpp:1322
+#: kstarsactions.cpp:1330
#, kde-format
msgid "Switch to Star Chart Colors?"
msgstr ""
#. +> trunk5
-#: kstarsactions.cpp:1322
+#: kstarsactions.cpp:1330
#, kde-format
msgid "Switch Color Scheme"
msgstr ""
#. +> trunk5
-#: kstarsactions.cpp:1323
+#: kstarsactions.cpp:1331
#, kde-format
msgid "Do Not Switch"
msgstr ""
#. +> trunk5
-#: kstarsactions.cpp:1404 kstarsinit.cpp:227
+#: kstarsactions.cpp:1412 kstarsinit.cpp:227
#, kde-format
msgid "Engage &Tracking"
msgstr ""
#. +> trunk5
-#: kstarsactions.cpp:1505
+#: kstarsactions.cpp:1513
#, kde-format
msgctxt "approximate field of view"
msgid "Approximate FOV: %1 degrees"
msgstr ""
#. +> trunk5
-#: kstarsactions.cpp:1509
+#: kstarsactions.cpp:1517
#, kde-format
msgctxt "approximate field of view"
msgid "Approximate FOV: %1 arcminutes"
msgstr ""
#. +> trunk5
-#: kstarsactions.cpp:1514
+#: kstarsactions.cpp:1522
#, kde-format
msgctxt "approximate field of view"
msgid "Approximate FOV: %1 arcseconds"
msgstr ""
#. +> trunk5
-#: kstarsactions.cpp:1531
+#: kstarsactions.cpp:1539
#, kde-format
msgctxt "The user should enter an angle for the field-of-view of the display"
msgid "Enter Desired Field-of-View Angle"
msgstr ""
#. +> trunk5
-#: kstarsactions.cpp:1532
+#: kstarsactions.cpp:1540
#, kde-format
msgid "Enter a field-of-view angle in degrees: "
msgstr ""
#. +> trunk5
-#: kstarsactions.cpp:1700
+#: kstarsactions.cpp:1708
#, kde-format
msgid "Attempt to determine from image"
msgstr ""
#. +> trunk5
-#: kstarsactions.cpp:1701
+#: kstarsactions.cpp:1709
#, kde-format
msgid "Eyepiece View: Choose a field-of-view"
msgstr ""
#. +> trunk5
-#: kstarsactions.cpp:1702
+#: kstarsactions.cpp:1710
#, kde-format
msgid "FOV to render eyepiece view for:"
msgstr ""
#. +> trunk5
#: kstarsdata.cpp:54
#, kde-format
msgid ""
"The file %1 could not be found. KStars cannot run properly without this file. KStars searches for this file in following locations:\n"
"\n"
"\t%2\n"
"\n"
"It appears that your setup is broken."
msgstr ""
#. +> trunk5
#: kstarsdata.cpp:60 kstarsdata.cpp:62
#, kde-format
msgid "Critical File Not Found: %1"
msgstr ""
#. +> trunk5
#: kstarsdata.cpp:76
#, kde-format
msgid ""
"The file %1 could not be found. KStars can still run without this file. KStars search for this file in following locations:\n"
"\n"
"\t%2\n"
"\n"
"It appears that you setup is broken. Press Continue to run KStars without this file "
msgstr ""
#. +> trunk5
#: kstarsdata.cpp:82
#, kde-format
msgid "Non-Critical File Not Found: %1"
msgstr ""
#. +> trunk5
#: kstarsdata.cpp:144
#, kde-format
msgid "Reading time zone rules"
msgstr ""
#. +> trunk5
#: kstarsdata.cpp:152
#, kde-format
msgid "Upgrade existing user city db to support geographic elevation."
msgstr ""
#. +> trunk5
#: kstarsdata.cpp:171
#, kde-format
msgid "Adding \"Elevation\" column to city table."
msgstr ""
#. +> trunk5
#: kstarsdata.cpp:181
#, kde-format
msgid "City table already contains \"Elevation\"."
msgstr ""
#. +> trunk5
#: kstarsdata.cpp:186
#, kde-format
msgid "City table missing from database."
msgstr ""
#. +> trunk5
#: kstarsdata.cpp:193
#, kde-format
msgid "Loading city data"
msgstr ""
#. +> trunk5
#: kstarsdata.cpp:201
#, kde-format
msgid "Loading User Information"
msgstr ""
#. +> trunk5
#: kstarsdata.cpp:205
#, kde-format
msgid "Loading sky objects"
msgstr ""
#. +> trunk5
#: kstarsdata.cpp:210
#, kde-format
msgid "Loading Image URLs"
msgstr ""
#. +> trunk5
#: kstarsdata.cpp:217
#, kde-format
msgid "Loading Information URLs"
msgstr ""
#. +> trunk5
#: kstarsdata.cpp:718
#, kde-format
msgid "Object named %1 not found"
msgstr ""
#. +> trunk5
#: kstarsdata.cpp:1106
#, kde-format
msgid "Could not set time: %1 / %2 / %3 ; %4:%5:%6"
msgstr ""
#. +> trunk5
#: kstarsdata.cpp:1456
#, kde-format
msgid "Could not set location named %1, %2, %3"
msgstr ""
#. i18n: ectx: property (text), item, widget (QComboBox, FocusEdit)
#. +> trunk5
#: kstarsdbus.cpp:65 tools/arglooktoward.ui:92
#, kde-format
msgid "zenith"
msgstr ""
#. i18n: ectx: property (text), item, widget (QComboBox, FocusEdit)
#. +> trunk5
#: kstarsdbus.cpp:69 tools/arglooktoward.ui:52
#, kde-format
msgid "north"
msgstr ""
#. i18n: ectx: property (text), item, widget (QComboBox, FocusEdit)
#. +> trunk5
#: kstarsdbus.cpp:73 tools/arglooktoward.ui:62
#, kde-format
msgid "east"
msgstr ""
#. i18n: ectx: property (text), item, widget (QComboBox, FocusEdit)
#. +> trunk5
#: kstarsdbus.cpp:77 tools/arglooktoward.ui:72
#, kde-format
msgid "south"
msgstr ""
#. i18n: ectx: property (text), item, widget (QComboBox, FocusEdit)
#. +> trunk5
#: kstarsdbus.cpp:81 tools/arglooktoward.ui:82
#, kde-format
msgid "west"
msgstr ""
#. i18n: ectx: property (text), item, widget (QComboBox, FocusEdit)
#. +> trunk5
#: kstarsdbus.cpp:85 tools/arglooktoward.ui:57
#, kde-format
msgid "northeast"
msgstr ""
#. i18n: ectx: property (text), item, widget (QComboBox, FocusEdit)
#. +> trunk5
#: kstarsdbus.cpp:93 tools/arglooktoward.ui:67
#, kde-format
msgid "southeast"
msgstr ""
#. i18n: ectx: property (text), item, widget (QComboBox, FocusEdit)
#. +> trunk5
#: kstarsdbus.cpp:101 tools/arglooktoward.ui:77
#, kde-format
msgid "southwest"
msgstr ""
#. i18n: ectx: property (text), item, widget (QComboBox, FocusEdit)
#. +> trunk5
#: kstarsdbus.cpp:109 tools/arglooktoward.ui:87
#, kde-format
msgid "northwest"
msgstr ""
#. +> trunk5
#: kstarsdbus.cpp:929
#, kde-format
msgid "Print Sky"
msgstr ""
#. +> trunk5
#: kstarsinit.cpp:158
#, kde-format
msgid "Download New Data..."
msgstr ""
#. +> trunk5
#: kstarsinit.cpp:161
#, kde-format
msgid "Downloads new data"
msgstr ""
#. +> trunk5
#: kstarsinit.cpp:167
#, kde-format
msgid "Open FITS..."
msgstr ""
#. +> trunk5
#: kstarsinit.cpp:171
#, kde-format
msgid "&Save Sky Image..."
msgstr ""
#. +> trunk5
#: kstarsinit.cpp:178
#, kde-format
msgid "&Run Script..."
msgstr ""
#. +> trunk5
#: kstarsinit.cpp:182
#, kde-format
msgctxt "start Printing Wizard"
msgid "Printing &Wizard"
msgstr ""
#. +> trunk5
#: kstarsinit.cpp:191
#, kde-format
msgid "Set Time to &Now"
msgstr ""
#. +> trunk5
#: kstarsinit.cpp:195
#, kde-format
msgctxt "set Clock to New Time"
msgid "&Set Time..."
msgstr ""
#. +> trunk5
#: kstarsinit.cpp:199
#, kde-format
msgid "Stop &Clock"
msgstr ""
#. +> trunk5
#: kstarsinit.cpp:208
#, kde-format
msgid "Advance one step forward in time"
msgstr ""
#. +> trunk5
#: kstarsinit.cpp:212
#, kde-format
msgid "Advance one step backward in time"
msgstr ""
#. +> trunk5
#: kstarsinit.cpp:217
#, kde-format
msgid "&Zenith"
msgstr ""
#. +> trunk5
#: kstarsinit.cpp:218
#, kde-format
msgid "&North"
msgstr ""
#. +> trunk5
#: kstarsinit.cpp:219
#, kde-format
msgid "&East"
msgstr ""
#. +> trunk5
#: kstarsinit.cpp:220
#, kde-format
msgid "&South"
msgstr ""
#. +> trunk5
#: kstarsinit.cpp:221
#, kde-format
msgid "&West"
msgstr ""
#. +> trunk5
#: kstarsinit.cpp:224
#, kde-format
msgid "&Find Object..."
msgstr ""
#. +> trunk5
#: kstarsinit.cpp:231
#, kde-format
msgid "Set Coordinates &Manually..."
msgstr ""
#. +> trunk5
#: kstarsinit.cpp:243
#, kde-format
msgid "&Default Zoom"
msgstr ""
#. +> trunk5
#: kstarsinit.cpp:246
#, kde-format
msgid "&Zoom to Angular Size..."
msgstr ""
#. +> trunk5
#: kstarsinit.cpp:259
#, kde-format
msgid "&Lambert Azimuthal Equal-area"
msgstr ""
#. +> trunk5
#: kstarsinit.cpp:262
#, kde-format
msgid "&Azimuthal Equidistant"
msgstr ""
#. +> trunk5
#: kstarsinit.cpp:265
#, kde-format
msgid "&Orthographic"
msgstr ""
#. +> trunk5
#: kstarsinit.cpp:268
#, kde-format
msgid "&Equirectangular"
msgstr ""
#. +> trunk5
#: kstarsinit.cpp:271
#, kde-format
msgid "&Stereographic"
msgstr ""
#. +> trunk5
#: kstarsinit.cpp:274
#, kde-format
msgid "&Gnomonic"
msgstr ""
#. +> trunk5
#: kstarsinit.cpp:280
#, kde-format
msgctxt "Show the information boxes"
msgid "Show &Info Boxes"
msgstr ""
#. +> trunk5
#: kstarsinit.cpp:285
#, kde-format
msgctxt "Show time-related info box"
msgid "Show &Time Box"
msgstr ""
#. +> trunk5
#: kstarsinit.cpp:292
#, kde-format
msgctxt "Show focus-related info box"
msgid "Show &Focus Box"
msgstr ""
#. +> trunk5
#: kstarsinit.cpp:299
#, kde-format
msgctxt "Show location-related info box"
msgid "Show &Location Box"
msgstr ""
#. +> trunk5
#: kstarsinit.cpp:306
#, kde-format
msgid "Show Main Toolbar"
msgstr ""
#. +> trunk5
#: kstarsinit.cpp:308
#, kde-format
msgid "Show View Toolbar"
msgstr ""
#. +> trunk5
#: kstarsinit.cpp:312
#, kde-format
msgid "Show Statusbar"
msgstr ""
#. +> trunk5
#: kstarsinit.cpp:313
#, kde-format
msgid "Show Az/Alt Field"
msgstr ""
#. +> trunk5
#: kstarsinit.cpp:314
#, kde-format
msgid "Show RA/Dec Field"
msgstr ""
#. +> trunk5
#: kstarsinit.cpp:315
#, kde-format
msgid "Show J2000.0 RA/Dec Field"
msgstr ""
#. +> trunk5
#: kstarsinit.cpp:323
#, kde-format
msgid "C&olor Schemes"
msgstr ""
#. +> trunk5
#: kstarsinit.cpp:324
#, kde-format
msgid "&Classic"
msgstr ""
#. +> trunk5
#: kstarsinit.cpp:325
#, kde-format
msgid "&Star Chart"
msgstr ""
#. +> trunk5
#: kstarsinit.cpp:326
#, kde-format
msgid "&Night Vision"
msgstr ""
#. +> trunk5
#: kstarsinit.cpp:327
#, kde-format
msgid "&Moonless Night"
msgstr ""
#. +> trunk5
#: kstarsinit.cpp:347
#, kde-format
msgid "&FOV Symbols"
msgstr ""
#. +> trunk5
#: kstarsinit.cpp:355
#, kde-format
msgid "HiPS All Sky Overlay (Experimental)"
msgstr ""
#. +> trunk5
#: kstarsinit.cpp:362
#, kde-format
msgctxt "Location on Earth"
msgid "&Geographic..."
msgstr ""
#. +> trunk5
#: kstarsinit.cpp:376
#, kde-format
msgid "Startup Wizard..."
msgstr ""
#. +> trunk5
#: kstarsinit.cpp:381
#, kde-format
msgid "Manually add a deep-sky object"
msgstr ""
#. +> trunk5
#: kstarsinit.cpp:385
#, kde-format
msgid "Update comets orbital elements"
msgstr ""
#. +> trunk5
#: kstarsinit.cpp:387
#, kde-format
msgid "Update asteroids orbital elements"
msgstr ""
#. +> trunk5
#: kstarsinit.cpp:389
#, kde-format
msgid "Update Recent Supernovae data"
msgstr ""
#. +> trunk5
#: kstarsinit.cpp:391
#, kde-format
msgid "Update satellites orbital elements"
msgstr ""
#. +> trunk5
#: kstarsinit.cpp:395 tools/astrocalc.cpp:119
#, kde-format
msgid "Calculator"
msgstr ""
#. +> trunk5
#: kstarsinit.cpp:405 tools/observinglist.cpp:82
#, kde-format
msgid "Observation Planner"
msgstr ""
#. i18n: ectx: property (windowTitle), widget (QWidget, AltVsTime)
#. +> trunk5
#: kstarsinit.cpp:408 tools/altvstime.cpp:58 tools/altvstime.ui:14
#: tools/obslistpopupmenu.cpp:72
#, kde-format
msgid "Altitude vs. Time"
msgstr ""
#. +> trunk5
#: kstarsinit.cpp:411 tools/wutdialog.cpp:48
#, kde-format
msgid "What's up Tonight"
msgstr ""
#. +> trunk5
#: kstarsinit.cpp:416 tools/whatsinteresting/qml/wiview.qml:37
#, kde-format, kde-kuit-format
msgid "What's Interesting..."
msgstr ""
#. i18n: ectx: property (windowTitle), widget (QWidget, SkyCalendar)
#. +> trunk5
#: kstarsinit.cpp:419 tools/skycalendar.cpp:56 tools/skycalendar.cpp:437
#: tools/skycalendar.ui:20
#, kde-format
msgid "Sky Calendar"
msgstr ""
#. +> trunk5
#: kstarsinit.cpp:437 tools/scriptbuilder.cpp:180
#, kde-format
msgid "Script Builder"
msgstr ""
#. i18n("Jupiter's Moons")
#. QKeySequence(Qt::CTRL+Qt::Key_J );
#. i18n: ectx: property (text), widget (QCheckBox, kcfg_ShowFlags)
#. +> trunk5
#: kstarsinit.cpp:448 options/opsguides.ui:287
#, kde-format
msgid "Flags"
msgstr ""
#. +> trunk5
#: kstarsinit.cpp:451
#, kde-format
msgid "List your &Equipment..."
msgstr ""
#. +> trunk5
#: kstarsinit.cpp:453
#, kde-format
msgid "Manage Observer..."
msgstr ""
#. +> trunk5
#: kstarsinit.cpp:457
#, kde-format
msgid "Artificial Horizon..."
msgstr ""
#. +> trunk5
#: kstarsinit.cpp:461
#, kde-format
msgid "Execute the session Plan..."
msgstr ""
#. +> trunk5
#: kstarsinit.cpp:465
#, kde-format
msgid "Polaris Hour Angle..."
msgstr ""
#. +> trunk5
#: kstarsinit.cpp:471
#, kde-format
msgid "Telescope Wizard..."
msgstr ""
#. +> trunk5
#: kstarsinit.cpp:475
#, kde-format
msgid "Device Manager..."
msgstr ""
#. +> trunk5
#: kstarsinit.cpp:479
#, kde-format
msgid "INDI Control Panel..."
msgstr ""
#. +> trunk5
#: kstarsinit.cpp:491
#, kde-format
msgid "Displays the Tip of the Day"
msgstr ""
#. +> trunk5
#: kstarsinit.cpp:499
#, kde-format
msgctxt "Tooltip describing the nature of the time step control"
msgid ""
"Use this to set the rate at which time in the simulation flows.\n"
"For time step 'X' up to 10 minutes, time passes at the rate of 'X' per second.\n"
"For time steps larger than 10 minutes, frames are displayed at an interval of 'X'."
msgstr ""
#. +> trunk5
#: kstarsinit.cpp:506
#, kde-format
msgid "Time step control"
msgstr ""
#. +> trunk5
#: kstarsinit.cpp:510
#, kde-format
msgctxt "Toggle Stars in the display"
msgid "Stars"
msgstr ""
#. +> trunk5
#: kstarsinit.cpp:512
#, kde-format
msgid "Toggle stars"
msgstr ""
#. +> trunk5
#: kstarsinit.cpp:514
#, kde-format
msgctxt "Toggle Deep Sky Objects in the display"
msgid "Deep Sky"
msgstr ""
#. +> trunk5
#: kstarsinit.cpp:516
#, kde-format
msgid "Toggle deep sky objects"
msgstr ""
#. +> trunk5
#: kstarsinit.cpp:518
#, kde-format
msgctxt "Toggle Solar System objects in the display"
msgid "Solar System"
msgstr ""
#. +> trunk5
#: kstarsinit.cpp:520
#, kde-format
msgid "Toggle Solar system objects"
msgstr ""
#. +> trunk5
#: kstarsinit.cpp:522
#, kde-format
msgctxt "Toggle Constellation Lines in the display"
msgid "Const. Lines"
msgstr ""
#. +> trunk5
#: kstarsinit.cpp:524
#, kde-format
msgid "Toggle constellation lines"
msgstr ""
#. +> trunk5
#: kstarsinit.cpp:526
#, kde-format
msgctxt "Toggle Constellation Names in the display"
msgid "Const. Names"
msgstr ""
#. +> trunk5
#: kstarsinit.cpp:528
#, kde-format
msgid "Toggle constellation names"
msgstr ""
#. +> trunk5
#: kstarsinit.cpp:530
#, kde-format
msgctxt "Toggle Constellation Boundaries in the display"
msgid "C. Boundaries"
msgstr ""
#. +> trunk5
#: kstarsinit.cpp:532
#, kde-format
msgid "Toggle constellation boundaries"
msgstr ""
#. +> trunk5
#: kstarsinit.cpp:534
#, kde-kuit-format
msgctxt "Toggle Constellation Art in the display"
msgid "C. Art (BETA)"
msgstr ""
#. +> trunk5
#: kstarsinit.cpp:536
#, kde-kuit-format
msgid "Toggle constellation art (BETA)"
msgstr ""
#. +> trunk5
#: kstarsinit.cpp:538
#, kde-format
msgctxt "Toggle Milky Way in the display"
msgid "Milky Way"
msgstr ""
#. +> trunk5
#: kstarsinit.cpp:540
#, kde-format
msgid "Toggle milky way"
msgstr ""
#. +> trunk5
#: kstarsinit.cpp:542
#, kde-format
msgctxt "Toggle Equatorial Coordinate Grid in the display"
msgid "Equatorial coord. grid"
msgstr ""
#. +> trunk5
#: kstarsinit.cpp:544
#, kde-format
msgid "Toggle equatorial coordinate grid"
msgstr ""
#. +> trunk5
#: kstarsinit.cpp:546
#, kde-format
msgctxt "Toggle Horizontal Coordinate Grid in the display"
msgid "Horizontal coord. grid"
msgstr ""
#. +> trunk5
#: kstarsinit.cpp:548
#, kde-format
msgid "Toggle horizontal coordinate grid"
msgstr ""
#. +> trunk5
#: kstarsinit.cpp:550
#, kde-format
msgctxt "Toggle the opaque fill of the ground polygon in the display"
msgid "Ground"
msgstr ""
#. +> trunk5
#: kstarsinit.cpp:552
#, kde-format
msgid "Toggle opaque ground"
msgstr ""
#. +> trunk5
#: kstarsinit.cpp:554
#, kde-format
msgctxt "Toggle flags in the display"
msgid "Flags"
msgstr ""
#. +> trunk5
#: kstarsinit.cpp:556
#, kde-format
msgid "Toggle flags"
msgstr ""
#. +> trunk5
#: kstarsinit.cpp:558
#, kde-format
msgctxt "Toggle satellites in the display"
msgid "Satellites"
msgstr ""
#. +> trunk5
#: kstarsinit.cpp:560
#, kde-format
msgid "Toggle satellites"
msgstr ""
#. +> trunk5
#: kstarsinit.cpp:562
#, kde-format
msgctxt "Toggle supernovae in the display"
msgid "Supernovae"
msgstr ""
#. +> trunk5
#: kstarsinit.cpp:564
#, kde-format
msgid "Toggle supernovae"
msgstr ""
#. +> trunk5
#: kstarsinit.cpp:566
#, kde-format
msgctxt "Toggle What's Interesting"
msgid "What's Interesting"
msgstr ""
#. +> trunk5
#: kstarsinit.cpp:568
#, kde-format
msgid "Toggle What's Interesting"
msgstr ""
#. +> trunk5
#: kstarsinit.cpp:573
#, kde-format
msgctxt "Toggle Ekos in the display"
msgid "Ekos"
msgstr ""
#. +> trunk5
#: kstarsinit.cpp:575
#, kde-format
msgid "Toggle Ekos"
msgstr ""
#. +> trunk5
#: kstarsinit.cpp:577
#, kde-format
msgctxt "Toggle the INDI Control Panel in the display"
msgid "INDI Control Panel"
msgstr ""
#. +> trunk5
#: kstarsinit.cpp:579
#, kde-format
msgid "Toggle INDI Control Panel"
msgstr ""
#. +> trunk5
#: kstarsinit.cpp:582
#, kde-format
msgctxt "Toggle the FITS Viewer in the display"
msgid "FITS Viewer"
msgstr ""
#. +> trunk5
#: kstarsinit.cpp:584
#, kde-format
msgid "Toggle FITS Viewer"
msgstr ""
#. +> trunk5
#: kstarsinit.cpp:588
#, kde-format
+msgctxt "Toggle the sensor Field of View"
+msgid "Sensor FOV"
+msgstr ""
+
+#. +> trunk5
+#: kstarsinit.cpp:590
+#, kde-format
+msgid "Toggle Sensor FOV"
+msgstr ""
+
+#. +> trunk5
+#: kstarsinit.cpp:595
+#, kde-format
+msgctxt "Toggle the Mount Control Panel"
+msgid "Mount Control"
+msgstr ""
+
+#. +> trunk5
+#: kstarsinit.cpp:597
+#, kde-format
+msgid "Toggle Mount Control Panel"
+msgstr ""
+
+#. +> trunk5
+#: kstarsinit.cpp:601
+#, kde-format
msgctxt "Toggle the telescope center lock in display"
msgid "Center Telescope"
msgstr ""
#. +> trunk5
-#: kstarsinit.cpp:590
+#: kstarsinit.cpp:603
#, kde-format
msgid "Toggle Lock Telescope Center"
msgstr ""
#. +> trunk5
-#: kstarsinit.cpp:594
+#: kstarsinit.cpp:607
#, kde-format
msgid "Toggle Telescope Tracking"
msgstr ""
#. +> trunk5
-#: kstarsinit.cpp:598
+#: kstarsinit.cpp:611
#, kde-format
msgid "Slew telescope to the focused object"
msgstr ""
#. +> trunk5
-#: kstarsinit.cpp:602
+#: kstarsinit.cpp:615
#, kde-format
msgid "Sync telescope to the focused object"
msgstr ""
#. +> trunk5
-#: kstarsinit.cpp:606
+#: kstarsinit.cpp:619
#, kde-format
msgid "Abort telescope motions"
msgstr ""
#. +> trunk5
-#: kstarsinit.cpp:611
+#: kstarsinit.cpp:624
#, kde-format
msgid "Park telescope"
msgstr ""
#. +> trunk5
-#: kstarsinit.cpp:615
+#: kstarsinit.cpp:628
#, kde-format
msgid "Unpark telescope"
msgstr ""
#. +> trunk5
-#: kstarsinit.cpp:621
+#: kstarsinit.cpp:634
#, kde-format
msgid "Slew the telescope to the mouse pointer position"
msgstr ""
#. +> trunk5
-#: kstarsinit.cpp:624
+#: kstarsinit.cpp:637
#, kde-format
msgid "Sync the telescope to the mouse pointer position"
msgstr ""
#. +> trunk5
-#: kstarsinit.cpp:631
+#: kstarsinit.cpp:644
#, kde-format
msgid "Park dome"
msgstr ""
#. +> trunk5
-#: kstarsinit.cpp:635
+#: kstarsinit.cpp:648
#, kde-format
msgid "Unpark dome"
msgstr ""
#. +> trunk5
-#: kstarsinit.cpp:666
+#: kstarsinit.cpp:679
#, kde-format
msgid "Edit FOV Symbols..."
msgstr ""
#. +> trunk5
-#: kstarsinit.cpp:696
+#: kstarsinit.cpp:709
#, kde-format
msgid "HiPS Settings..."
msgstr ""
#. +> trunk5
-#: kstarsinit.cpp:703
+#: kstarsinit.cpp:716
#, kde-format
msgid " Welcome to KStars "
msgstr ""
#. +> trunk5
-#: kstarsinit.cpp:784 kstarsliteinit.cpp:60 skymap.cpp:309 skymaplite.cpp:321
+#: kstarsinit.cpp:797 kstarsliteinit.cpp:60 skymap.cpp:309 skymaplite.cpp:321
#: widgets/infoboxwidget.cpp:123
#, kde-format
msgid "nothing"
msgstr ""
#. +> trunk5
-#: kstarsinit.cpp:839 kstarsliteinit.cpp:115
+#: kstarsinit.cpp:852 kstarsliteinit.cpp:115
#, kde-format
msgid "Initial Position is Below Horizon"
msgstr ""
#. +> trunk5
-#: kstarsinit.cpp:841 kstarsliteinit.cpp:117
+#: kstarsinit.cpp:854 kstarsliteinit.cpp:117
#, kde-format
msgid ""
"The initial position is below the horizon.\n"
"Would you like to reset to the default position?"
msgstr ""
#. +> trunk5
-#: kstarsinit.cpp:842
+#: kstarsinit.cpp:855
#, kde-format
msgid "Reset Position"
msgstr ""
#. +> trunk5
-#: kstarsinit.cpp:843
+#: kstarsinit.cpp:856
#, kde-format
msgid "Do Not Reset"
msgstr ""
#. +> trunk5
-#: kstarsinit.cpp:898
+#: kstarsinit.cpp:911
#, kde-format
msgid "&Themes"
msgstr ""
#. i18n: ectx: property (text), item, widget (QComboBox, PlanetComboBoxBatch)
#. +> trunk5
#: kstarslite/dialogs/detaildialoglite.cpp:145 skyobjects/kspluto.cpp:37
#: tools/modcalcplanets.ui:604
#, kde-format, kde-kuit-format
msgid "Pluto"
msgstr ""
#. +> trunk5
#: kstarslite/dialogs/detaildialoglite.cpp:452 printing/detailstable.cpp:549
#, kde-format
msgid "Dec (%1):"
msgstr ""
#. +> trunk5
#: kstarslite/qml/dialogs/DetailsDialog.qml:150
#, kde-kuit-format
msgid "Distance"
msgstr ""
#. +> trunk5
#: kstarslite/qml/dialogs/DetailsDialog.qml:155
#, kde-kuit-format
msgid "B - V Index"
msgstr ""
#. +> trunk5
#: kstarslite/qml/dialogs/DetailsDialog.qml:160
#, kde-kuit-format
msgid "Size"
msgstr ""
#. +> trunk5
#: kstarslite/qml/dialogs/DetailsDialog.qml:165
#, kde-kuit-format
msgid "Illumination"
msgstr ""
#. +> trunk5
#: kstarslite/qml/dialogs/DetailsDialog.qml:170
#, kde-kuit-format
msgid "Perihelion"
msgstr ""
#. +> trunk5
#: kstarslite/qml/dialogs/DetailsDialog.qml:175
#, kde-kuit-format
msgid "OrbitID"
msgstr ""
#. +> trunk5
#: kstarslite/qml/dialogs/DetailsDialog.qml:185
#, kde-kuit-format
msgid "Diameter"
msgstr ""
#. +> trunk5
#: kstarslite/qml/dialogs/DetailsDialog.qml:190
#, kde-kuit-format
msgid "Rotation period"
msgstr ""
#. +> trunk5
#: kstarslite/qml/dialogs/DetailsDialog.qml:195
#, kde-kuit-format
msgid "EarthMOID"
msgstr ""
#. +> trunk5
#: kstarslite/qml/dialogs/DetailsDialog.qml:200
#, kde-kuit-format
msgid "OrbitClass"
msgstr ""
#. +> trunk5
#: kstarslite/qml/dialogs/DetailsDialog.qml:205
#, kde-kuit-format
msgid "Albedo"
msgstr ""
#. i18n: ectx: property (title), widget (QGroupBox, groupBox_3)
#. +> trunk5
#: kstarslite/qml/dialogs/DetailsDialog.qml:210 tools/adddeepskyobject.ui:322
#, kde-format, kde-kuit-format
msgid "Dimensions"
msgstr ""
#. +> trunk5
#: kstarslite/qml/dialogs/DetailsDialog.qml:215
#, kde-kuit-format
msgid "Period"
msgstr ""
#. +> trunk5
#: kstarslite/qml/dialogs/DetailsDialog.qml:261
#, kde-kuit-format
msgid "RA (J2000.0)"
msgstr ""
#. +> trunk5
#: kstarslite/qml/dialogs/DetailsDialog.qml:266
#, kde-kuit-format
msgid "Dec (J2000.0)"
msgstr ""
#. +> trunk5
#: kstarslite/qml/dialogs/DetailsDialog.qml:281
#, kde-kuit-format
msgid "Hour angle"
msgstr ""
#. +> trunk5
#: kstarslite/qml/dialogs/DetailsDialog.qml:286
#, kde-kuit-format
msgid "Airmass"
msgstr ""
#. +> trunk5
#: kstarslite/qml/dialogs/DetailsDialog.qml:299
#, kde-kuit-format
msgid "Rise time"
msgstr ""
#. +> trunk5
#: kstarslite/qml/dialogs/DetailsDialog.qml:304
#, kde-kuit-format
msgid "Transit time"
msgstr ""
#. +> trunk5
#: kstarslite/qml/dialogs/DetailsDialog.qml:309
#, kde-kuit-format
msgid "Set time"
msgstr ""
#. +> trunk5
#: kstarslite/qml/dialogs/DetailsDialog.qml:314
#, kde-kuit-format
msgid "Azimuth at rise"
msgstr ""
#. +> trunk5
#: kstarslite/qml/dialogs/DetailsDialog.qml:319
#, kde-kuit-format
msgid "Azimuth at transit"
msgstr ""
#. +> trunk5
#: kstarslite/qml/dialogs/DetailsDialog.qml:324
#, kde-kuit-format
msgid "Azimuth at set"
msgstr ""
#. +> trunk5
#: kstarslite/qml/dialogs/DetailsDialog.qml:428
#, kde-kuit-format
msgid "Add Link"
msgstr ""
#. +> trunk5
#: kstarslite/qml/dialogs/FindDialog.qml:21
#, kde-kuit-format
msgid "Find an Object"
msgstr ""
#. +> trunk5
#: kstarslite/qml/dialogs/FindDialog.qml:44
#, kde-kuit-format
msgid "Filter by name: "
msgstr ""
#. +> trunk5
#: kstarslite/qml/dialogs/helpers/DetailsAddLink.qml:20
#, kde-kuit-format
msgid "Add a Link"
msgstr ""
#. i18n: ectx: property (text), widget (QTreeWidget, OptionsList)
#. +> trunk5
#: kstarslite/qml/dialogs/helpers/DetailsAddLink.qml:75
#: tools/optionstreeview.ui:28
#, kde-format, kde-kuit-format
msgid "Description"
msgstr ""
#. +> trunk5
#: kstarslite/qml/dialogs/helpers/DetailsAddLink.qml:84
#, kde-kuit-format
msgid "URL"
msgstr ""
#. +> trunk5
#: kstarslite/qml/dialogs/helpers/DetailsAddLink.qml:98
#, kde-kuit-format
msgid "Please, fill in URL and Description"
msgstr ""
#. +> trunk5
#: kstarslite/qml/dialogs/helpers/LocationEdit.qml:20
#, kde-kuit-format
msgid "Edit location"
msgstr ""
#. +> trunk5
#: kstarslite/qml/dialogs/helpers/LocationEdit.qml:20
#, kde-kuit-format
msgid "View location"
msgstr ""
#. +> trunk5
#: kstarslite/qml/dialogs/helpers/LocationEdit.qml:20
#, kde-kuit-format
msgid "Add location"
msgstr ""
#. +> trunk5
#: kstarslite/qml/dialogs/helpers/LocationEdit.qml:27
#, kde-kuit-format
msgid "Please, wait while we are fetching coordinates"
msgstr ""
#. +> trunk5
#: kstarslite/qml/dialogs/helpers/LocationEdit.qml:65
#, kde-kuit-format
msgid "Default city"
msgstr ""
#. +> trunk5
#: kstarslite/qml/dialogs/helpers/LocationEdit.qml:66
#, kde-kuit-format
msgid "Default province"
msgstr ""
#. +> trunk5
#: kstarslite/qml/dialogs/helpers/LocationEdit.qml:67
#, kde-kuit-format
msgid "Default country"
msgstr ""
#. +> trunk5
#: kstarslite/qml/dialogs/helpers/LocationEdit.qml:69
#, kde-kuit-format
msgid "Couldn't fetch location name (check your internet connection). Added with default name"
msgstr ""
#. +> trunk5
#: kstarslite/qml/dialogs/helpers/LocationEdit.qml:73
#: kstarslite/qml/dialogs/helpers/LocationEdit.qml:103
#, kde-kuit-format
msgid "Failed to set location"
msgstr ""
#. +> trunk5
#: kstarslite/qml/dialogs/helpers/LocationEdit.qml:78
#: kstarslite/qml/dialogs/helpers/LocationEdit.qml:107
#, kde-kuit-format
msgid "Successfully set your location"
msgstr ""
#. +> trunk5
#: kstarslite/qml/dialogs/helpers/LocationEdit.qml:80
#: kstarslite/qml/dialogs/helpers/LocationEdit.qml:109
#, kde-kuit-format
msgid "Couldn't set your location"
msgstr ""
#. +> trunk5
#: kstarslite/qml/dialogs/helpers/LocationEdit.qml:83
#, kde-kuit-format
msgid "Couldn't fetch location name (check your internet connection). Set default name"
msgstr ""
#. +> trunk5
#: kstarslite/qml/dialogs/helpers/LocationEdit.qml:155
#, kde-kuit-format
msgid ""
"No location service (GPS, cellular service, etc.) is available.\n"
"Please, switch on location service and retry"
msgstr ""
#. +> trunk5
#: kstarslite/qml/dialogs/helpers/LocationEdit.qml:157
#, kde-kuit-format
msgid "Unknown error occurred. Please contact application developer."
msgstr ""
#. +> trunk5
#: kstarslite/qml/dialogs/helpers/LocationEdit.qml:167
#, kde-kuit-format
msgid "Timeout occurred. Try again."
msgstr ""
#. +> trunk5
#: kstarslite/qml/dialogs/helpers/LocationEdit.qml:182
#, kde-kuit-format
msgid "Found your longitude and altitude"
msgstr ""
#. +> trunk5
#: kstarslite/qml/dialogs/helpers/LocationEdit.qml:192
#, kde-kuit-format
msgid "Please, wait while we are retrieving location name"
msgstr ""
#. +> trunk5
#: kstarslite/qml/dialogs/helpers/LocationEdit.qml:254
#, kde-kuit-format
msgid "City: "
msgstr ""
#. +> trunk5
#: kstarslite/qml/dialogs/helpers/LocationEdit.qml:267
#, kde-kuit-format
msgid "Province: "
msgstr ""
#. +> trunk5
#: kstarslite/qml/dialogs/helpers/LocationEdit.qml:280
#, kde-kuit-format
msgid "Country: "
msgstr ""
#. +> trunk5
#: kstarslite/qml/dialogs/helpers/LocationEdit.qml:301
#, kde-kuit-format
msgid "Latitude: "
msgstr ""
#. +> trunk5
#: kstarslite/qml/dialogs/helpers/LocationEdit.qml:314
#, kde-kuit-format
msgid "Longitude: "
msgstr ""
#. +> trunk5
#: kstarslite/qml/dialogs/helpers/LocationEdit.qml:330
#, kde-kuit-format
msgid "UT offset: "
msgstr ""
#. +> trunk5
#: kstarslite/qml/dialogs/helpers/LocationEdit.qml:341
#, kde-kuit-format
msgid "DST Rule: "
msgstr ""
#. +> trunk5
#: kstarslite/qml/dialogs/helpers/LocationEdit.qml:385
#, kde-kuit-format
msgid "Please, fill in city"
msgstr ""
#. +> trunk5
#: kstarslite/qml/dialogs/helpers/LocationEdit.qml:388
#, kde-kuit-format
msgid "Please, fill in country"
msgstr ""
#. +> trunk5
#: kstarslite/qml/dialogs/helpers/LocationEdit.qml:391
#, kde-kuit-format
msgid "Please, fill in latitude"
msgstr ""
#. +> trunk5
#: kstarslite/qml/dialogs/helpers/LocationEdit.qml:394
#, kde-kuit-format
msgid "Please, fill in longitude"
msgstr ""
#. +> trunk5
#: kstarslite/qml/dialogs/helpers/LocationEdit.qml:399
#, kde-kuit-format
msgid "Either longitude or latitude values are not valid"
msgstr ""
#. +> trunk5
#: kstarslite/qml/dialogs/helpers/LocationEdit.qml:405
#, kde-kuit-format
msgid "This location already exists. Change either city, province or country"
msgstr ""
#. +> trunk5
#: kstarslite/qml/dialogs/helpers/LocationEdit.qml:421
#, kde-kuit-format
msgid "Failed to add location"
msgstr ""
#. +> trunk5
#: kstarslite/qml/dialogs/helpers/LocationEdit.qml:424
#, kde-kuit-format
msgid "Added new location - "
msgstr ""
#. +> trunk5
#: kstarslite/qml/dialogs/helpers/LocationEdit.qml:430
#, kde-kuit-format
msgid "Failed to edit city"
msgstr ""
#. +> trunk5
#: kstarslite/qml/dialogs/LocationDialog.qml:21
#, kde-kuit-format
msgid "Set Geolocation"
msgstr ""
#. +> trunk5
#: kstarslite/qml/dialogs/LocationDialog.qml:46
#, kde-kuit-format
msgid "Current Location: "
msgstr ""
#. +> trunk5
#: kstarslite/qml/dialogs/LocationDialog.qml:70
#, kde-kuit-format
msgid "City filter: "
msgstr ""
#. +> trunk5
#: kstarslite/qml/dialogs/LocationDialog.qml:85
#, kde-kuit-format
msgid "Province filter: "
msgstr ""
#. +> trunk5
#: kstarslite/qml/dialogs/LocationDialog.qml:101
#, kde-kuit-format
msgid "Country filter: "
msgstr ""
#. +> trunk5
#: kstarslite/qml/dialogs/menus/DetailsLinkMenu.qml:43
#, kde-kuit-format
msgid "View resource"
msgstr ""
#. +> trunk5
#: kstarslite/qml/dialogs/menus/DetailsLinkMenu.qml:54
#: kstarslite/qml/dialogs/menus/LocationsGeoMenu.qml:77
#, kde-kuit-format
msgid "Edit"
msgstr ""
#. i18n: ectx: property (text), widget (QPushButton, delButton)
#. +> trunk5
#: kstarslite/qml/dialogs/menus/DetailsLinkMenu.qml:61
#: kstarslite/qml/dialogs/menus/LocationsGeoMenu.qml:89
#: tools/flagmanager.ui:223
#, kde-format, kde-kuit-format
msgid "Delete"
msgstr ""
#. +> trunk5
#: kstarslite/qml/dialogs/menus/LocationsGeoMenu.qml:65
#, kde-kuit-format
msgid "Set as my location"
msgstr ""
#. +> trunk5
#: kstarslite/qml/dialogs/menus/LocationsGeoMenu.qml:68
#, kde-kuit-format
msgid "Set "
msgstr ""
#. +> trunk5
#: kstarslite/qml/dialogs/menus/LocationsGeoMenu.qml:70
#, kde-kuit-format
msgid "Couldn't set "
msgstr ""
#. +> trunk5
#: kstarslite/qml/dialogs/menus/LocationsGeoMenu.qml:77
#, kde-kuit-format
msgid "View"
msgstr ""
#. +> trunk5
#: kstarslite/qml/dialogs/menus/LocationsGeoMenu.qml:92
#, kde-kuit-format
msgid "Deleted location "
msgstr ""
#. +> trunk5
#: kstarslite/qml/indi/INDIControlPanel.qml:65
#, kde-kuit-format
msgid "IP Address or Hostname"
msgstr ""
#. +> trunk5
#: kstarslite/qml/indi/INDIControlPanel.qml:76
#, kde-kuit-format
msgid "xxx.xxx.xxx.xxx"
msgstr ""
#. +> trunk5
#: kstarslite/qml/indi/INDIControlPanel.qml:91
#, kde-kuit-format
msgid "Web Manager Port"
msgstr ""
#. +> trunk5
#: kstarslite/qml/indi/INDIControlPanel.qml:102
#, kde-kuit-format
msgid "xxxx"
msgstr ""
#. +> trunk5
#: kstarslite/qml/indi/INDIControlPanel.qml:117
#, kde-kuit-format
msgid "Get Status"
msgstr ""
#. +> trunk5
#: kstarslite/qml/indi/INDIControlPanel.qml:183
#, kde-kuit-format
msgid "Manage Profiles"
msgstr ""
#. +> trunk5
#: kstarslite/qml/indi/INDIControlPanel.qml:203
#, kde-kuit-format
msgid "INDI Server Port"
msgstr ""
#. +> trunk5
#: kstarslite/qml/indi/INDIControlPanel.qml:223
#, kde-kuit-format
msgid "Successfully connected to the server"
msgstr ""
#. +> trunk5
#: kstarslite/qml/indi/INDIControlPanel.qml:225
#, kde-kuit-format
msgid "Couldn't connect to the server"
msgstr ""
#. +> trunk5
#: kstarslite/qml/indi/INDIControlPanel.qml:241
#, kde-kuit-format
msgid "Connected to "
msgstr ""
#. +> trunk5
#: kstarslite/qml/indi/INDIControlPanel.qml:258
#, kde-kuit-format
msgid "Available Devices"
msgstr ""
#. +> trunk5
#: kstarslite/qml/indi/INDIControlPanel.qml:304
#, kde-kuit-format
msgid "Disconnect INDI"
msgstr ""
#. +> trunk5
#: kstarslite/qml/indi/modules/MotionControl.qml:73
#, kde-kuit-format
msgid "NW"
msgstr ""
#. +> trunk5
#: kstarslite/qml/indi/modules/MotionControl.qml:93
#, kde-kuit-format
msgid "N"
msgstr ""
#. +> trunk5
#: kstarslite/qml/indi/modules/MotionControl.qml:115
#, kde-kuit-format
msgid "NE"
msgstr ""
#. +> trunk5
#: kstarslite/qml/indi/modules/MotionControl.qml:177
#, kde-kuit-format
msgid "E"
msgstr ""
#. +> trunk5
#: kstarslite/qml/indi/modules/MotionControl.qml:203
#, kde-kuit-format
msgid "SW"
msgstr ""
#. +> trunk5
#: kstarslite/qml/indi/modules/MotionControl.qml:212
#, kde-kuit-format
msgid "S"
msgstr ""
#. +> trunk5
#: kstarslite/qml/indi/modules/MotionControl.qml:245
#, kde-kuit-format
msgid "SE"
msgstr ""
#. +> trunk5
#: kstarslite/qml/indi/modules/MotionControl.qml:282
#, kde-kuit-format
msgid "Slew rate: "
msgstr ""
#. +> trunk5
#: kstarslite/qml/main.qml:444
#, kde-kuit-format
msgid "Projection systems"
msgstr ""
#. +> trunk5
#: kstarslite/qml/main.qml:445
#, kde-kuit-format
msgid "Color Schemes"
msgstr ""
#. +> trunk5
#: kstarslite/qml/main.qml:446
#, kde-kuit-format
msgid "FOV Symbols"
msgstr ""
#. +> trunk5
#: kstarslite/qml/modules/helpers/TelescopeControl.qml:29
#: kstarslite/qml/modules/menus/ContextMenu.qml:137
#, kde-kuit-format
msgid "Slew"
msgstr ""
#. +> trunk5
#: kstarslite/qml/modules/helpers/TelescopeControl.qml:35
#: kstarslite/qml/modules/menus/ContextMenu.qml:143
#, kde-kuit-format
msgid "Sync"
msgstr ""
#. +> trunk5
#: kstarslite/qml/modules/helpers/TimeSpinBox.qml:173
#, kde-format
msgid "second"
msgid_plural "sec"
msgstr[0] ""
msgstr[1] ""
#. +> trunk5
#: kstarslite/qml/modules/helpers/TimeSpinBox.qml:179
#, kde-format
msgid "minute"
msgid_plural "min"
msgstr[0] ""
msgstr[1] ""
#. +> trunk5
#: kstarslite/qml/modules/helpers/TimeSpinBox.qml:185
#: widgets/timespinbox.cpp:142
#, kde-format, kde-kuit-format
msgid "hour"
msgstr ""
#. +> trunk5
#: kstarslite/qml/modules/helpers/TimeSpinBox.qml:193
#, kde-format
msgid "sidereal day"
msgid_plural "sid day"
msgstr[0] ""
msgstr[1] ""
#. +> trunk5
#: kstarslite/qml/modules/helpers/TimeSpinBox.qml:194
#: widgets/timespinbox.cpp:153
#, kde-format, kde-kuit-format
msgid "day"
msgstr ""
#. +> trunk5
#: kstarslite/qml/modules/helpers/TimeSpinBox.qml:198
#: widgets/timespinbox.cpp:157
#, kde-format, kde-kuit-format
msgid "week"
msgstr ""
#. +> trunk5
#: kstarslite/qml/modules/helpers/TimeSpinBox.qml:199
#: kstarslite/qml/modules/helpers/TimeSpinBox.qml:200
#, kde-format
msgid "weeks"
msgid_plural "wks"
msgstr[0] ""
msgstr[1] ""
#. +> trunk5
#: kstarslite/qml/modules/helpers/TimeSpinBox.qml:201
#: widgets/timespinbox.cpp:160
#, kde-format, kde-kuit-format
msgid "month"
msgstr ""
#. +> trunk5
#: kstarslite/qml/modules/helpers/TimeSpinBox.qml:202
#: kstarslite/qml/modules/helpers/TimeSpinBox.qml:203
#: kstarslite/qml/modules/helpers/TimeSpinBox.qml:204
#: kstarslite/qml/modules/helpers/TimeSpinBox.qml:205
#: kstarslite/qml/modules/helpers/TimeSpinBox.qml:206
#, kde-format
msgid "months"
msgid_plural "mths"
msgstr[0] ""
msgstr[1] ""
#. +> trunk5
#: kstarslite/qml/modules/helpers/TimeSpinBox.qml:207
#: widgets/timespinbox.cpp:166
#, kde-format, kde-kuit-format
msgid "year"
msgstr ""
#. +> trunk5
#: kstarslite/qml/modules/helpers/TimeSpinBox.qml:208
#: kstarslite/qml/modules/helpers/TimeSpinBox.qml:209
#: kstarslite/qml/modules/helpers/TimeSpinBox.qml:210
#: kstarslite/qml/modules/helpers/TimeSpinBox.qml:211
#: kstarslite/qml/modules/helpers/TimeSpinBox.qml:212
#: kstarslite/qml/modules/helpers/TimeSpinBox.qml:213
#: kstarslite/qml/modules/helpers/TimeSpinBox.qml:214
#, kde-format
msgid "years"
msgid_plural "yrs"
msgstr[0] ""
msgstr[1] ""
#. +> trunk5
#: kstarslite/qml/modules/helpers/TopMenuButton.qml:35
#, kde-kuit-format
msgid "%1 are toggled on"
msgstr ""
#. +> trunk5
#: kstarslite/qml/modules/helpers/TopMenuButton.qml:37
#, kde-kuit-format
msgid "%1 is toggled on"
msgstr ""
#. +> trunk5
#: kstarslite/qml/modules/helpers/TopMenuButton.qml:41
#, kde-kuit-format
msgid "%1 are toggled off"
msgstr ""
#. +> trunk5
#: kstarslite/qml/modules/helpers/TopMenuButton.qml:43
#, kde-kuit-format
msgid "%1 is toggled off"
msgstr ""
#. +> trunk5
#: kstarslite/qml/modules/menus/ContextMenu.qml:47
#, kde-kuit-format
msgid "Empty Sky"
msgstr ""
#. +> trunk5
#: kstarslite/qml/modules/menus/ContextMenu.qml:68
#, kde-kuit-format
msgid "Center and Track"
msgstr ""
#. i18n: ectx: property (text), widget (QPushButton, DetailsButton)
#. +> trunk5
#: kstarslite/qml/modules/menus/ContextMenu.qml:78 tools/starhopperdialog.ui:39
#, kde-format, kde-kuit-format
msgid "Details"
msgstr ""
#. +> trunk5
#: kstarslite/qml/modules/popups/ColorSchemePopup.qml:62
#, kde-kuit-format
msgid "Classic"
msgstr ""
#. +> trunk5
#: kstarslite/qml/modules/popups/ColorSchemePopup.qml:63
#, kde-kuit-format
msgid "Star Chart"
msgstr ""
#. +> trunk5
#: kstarslite/qml/modules/popups/ColorSchemePopup.qml:64
#, kde-kuit-format
msgid "Night Vision"
msgstr ""
#. +> trunk5
#: kstarslite/qml/modules/popups/ColorSchemePopup.qml:65
#, kde-kuit-format
msgid "Moonless Night"
msgstr ""
#. +> trunk5
#: kstarslite/qml/modules/popups/ProjectionsPopup.qml:41
#, kde-kuit-format
msgid "Lambert (Default)"
msgstr ""
#. +> trunk5
#: kstarslite/qml/modules/popups/ProjectionsPopup.qml:42
#, kde-kuit-format
msgid "Azimuthal Equidistant"
msgstr ""
#. +> trunk5
#: kstarslite/qml/modules/popups/ProjectionsPopup.qml:43
#, kde-kuit-format
msgid "Orthographic"
msgstr ""
#. +> trunk5
#: kstarslite/qml/modules/popups/ProjectionsPopup.qml:44
#, kde-kuit-format
msgid "Equirectangular"
msgstr ""
#. +> trunk5
#: kstarslite/qml/modules/popups/ProjectionsPopup.qml:45
#, kde-kuit-format
msgid "Stereographic"
msgstr ""
#. +> trunk5
#: kstarslite/qml/modules/popups/ProjectionsPopup.qml:46
#, kde-kuit-format
msgid "Gnomonic"
msgstr ""
#. i18n: ectx: property (text), widget (QPushButton, SetTime)
#. +> trunk5
#: kstarslite/qml/modules/TimePage.qml:20 tools/observinglist.ui:518
#, kde-format, kde-kuit-format
msgid "Set Time"
msgstr ""
#. +> trunk5
#: kstarslite/qml/modules/tutorial/TutorialExitPopup.qml:34
#, kde-kuit-format
msgid "Are you sure you want to exit tutorial?"
msgstr ""
#. +> trunk5
#: kstarslite/qml/modules/tutorial/TutorialPane.qml:52
#, kde-kuit-format
msgid "Exit"
msgstr ""
#. +> trunk5
#: kstarslite/qml/modules/tutorial/TutorialPopup.qml:43
#, kde-kuit-format
msgid "Welcome to KStars Lite!"
msgstr ""
#. +> trunk5
#: kstarslite/qml/modules/tutorial/TutorialPopup.qml:51
#, kde-kuit-format
msgid "KStars Lite is a free, open source, cross-platform Astronomy Software designed for mobile devices."
msgstr ""
#. +> trunk5
#: kstarslite/qml/modules/tutorial/TutorialPopup.qml:58
#, kde-kuit-format
msgid "A quick tutorial will introduce you to main functions of KStars Lite"
msgstr ""
#. +> trunk5
#: kstarslite/qml/modules/tutorial/TutorialPopup.qml:73
#, kde-kuit-format
msgid "Start tutorial"
msgstr ""
#. +> trunk5
#: kstarslite/qml/modules/tutorial/TutorialStep1.qml:42
#, kde-kuit-format
msgid "Global Drawer"
msgstr ""
#. +> trunk5
#: kstarslite/qml/modules/tutorial/TutorialStep1.qml:43
#, kde-kuit-format
msgid "By swiping from left to right on any page of KStars Lite you can access global drawer"
msgstr ""
#. +> trunk5
#: kstarslite/qml/modules/tutorial/TutorialStep2.qml:35
#, kde-kuit-format
msgid "Context Drawer"
msgstr ""
#. +> trunk5
#: kstarslite/qml/modules/tutorial/TutorialStep2.qml:36
#, kde-kuit-format
msgid "By swiping from right to left you can access context drawer with functions related to Sky Map. This menu is available only on Sky Map."
msgstr ""
#. +> trunk5
#: kstarslite/qml/modules/tutorial/TutorialStep3.qml:37
#, kde-kuit-format
msgid "Top Menu"
msgstr ""
#. +> trunk5
#: kstarslite/qml/modules/tutorial/TutorialStep3.qml:38
#, kde-kuit-format
msgid "By tapping on this arrow you can access top menu from which you can control visibility of different sky objects"
msgstr ""
#. +> trunk5
#: kstarslite/qml/modules/tutorial/TutorialStep4.qml:32
#, kde-kuit-format
msgid "Bottom Menu"
msgstr ""
#. +> trunk5
#: kstarslite/qml/modules/tutorial/TutorialStep4.qml:33
#, kde-kuit-format
msgid "By tapping on this arrow you can access bottom menu from which you can set time and start time simulation"
msgstr ""
#. +> trunk5
#: kstarslite/qml/modules/tutorial/TutorialStep5.qml:25
#, kde-kuit-format
msgid "Set Location"
msgstr ""
#. +> trunk5
#: kstarslite/qml/modules/tutorial/TutorialStep5.qml:26
#, kde-kuit-format
msgid "Congratulations with your first steps in KStars Lite! Your tutorial is almost"
msgstr ""
#. +> trunk5
#: kstarslite/skyitems/horizonitem.cpp:34
#: skycomponents/horizoncomponent.cpp:126
#, kde-format
msgctxt "Northeast"
msgid "NE"
msgstr ""
#. +> trunk5
#: kstarslite/skyitems/horizonitem.cpp:35
#: skycomponents/horizoncomponent.cpp:127
#, kde-format
msgctxt "East"
msgid "E"
msgstr ""
#. +> trunk5
#: kstarslite/skyitems/horizonitem.cpp:36
#: skycomponents/horizoncomponent.cpp:128
#, kde-format
msgctxt "Southeast"
msgid "SE"
msgstr ""
#. +> trunk5
#: kstarslite/skyitems/horizonitem.cpp:37
#: skycomponents/horizoncomponent.cpp:129
#, kde-format
msgctxt "South"
msgid "S"
msgstr ""
#. +> trunk5
#: kstarslite/skyitems/horizonitem.cpp:38
#: skycomponents/horizoncomponent.cpp:130
#, kde-format
msgctxt "Southwest"
msgid "SW"
msgstr ""
#. +> trunk5
#: kstarslite/skyitems/horizonitem.cpp:39
#: skycomponents/horizoncomponent.cpp:131
#, kde-format
msgctxt "West"
msgid "W"
msgstr ""
#. +> trunk5
#: kstarslite/skyitems/horizonitem.cpp:40
#: skycomponents/horizoncomponent.cpp:132
#, kde-format
msgctxt "Northwest"
msgid "NW"
msgstr ""
#. +> trunk5
#: kstarslite/skyitems/horizonitem.cpp:41
#: skycomponents/horizoncomponent.cpp:133
#, kde-format
msgctxt "North"
msgid "N"
msgstr ""
#. i18n?
#. i18n?
#. i18n: ectx: property (text), widget (QCheckBox, kcfg_ShowMars)
#. i18n: ectx: property (text), item, widget (QComboBox, PlanetComboBox)
#. i18n: ectx: property (text), item, widget (QComboBox, PlanetComboBoxBatch)
#. i18n: ectx: property (text), widget (QCheckBox, checkBox_Mars)
#. +> trunk5
#: kstarslite/skyitems/skynodes/planetnode.cpp:37 options/opssolarsystem.ui:85
#: skycomponents/skymapcomposite.cpp:654 skyglpainter.cpp:306
-#: skymapdrawabstract.cpp:188 skyobjects/ksplanet.cpp:140
+#: skymapdrawabstract.cpp:187 skyobjects/ksplanet.cpp:140
#: skyobjects/ksplanet.cpp:173 skyobjects/ksplanet.cpp:375
#: skyobjects/ksplanet.cpp:419 skyobjects/ksplanetbase.cpp:160
#: skyqpainter.cpp:426 tools/conjunctions.cpp:76 tools/ksconjunct.cpp:75
#: tools/modcalcplanets.cpp:274 tools/modcalcplanets.ui:160
#: tools/modcalcplanets.ui:579 tools/obslistwizard.cpp:561
#: tools/obslistwizard.cpp:563 tools/skycalendar.ui:48
#, kde-format, kde-kuit-format
msgid "Mars"
msgstr ""
#. i18n: ectx: property (text), widget (QCheckBox, kcfg_ShowJupiter)
#. i18n: ectx: property (text), item, widget (QComboBox, PlanetComboBox)
#. i18n: ectx: property (text), item, widget (QComboBox, PlanetComboBoxBatch)
#. i18n: ectx: property (text), widget (QCheckBox, checkBox_Jupiter)
#. +> trunk5
#: kstarslite/skyitems/skynodes/planetnode.cpp:41
#: options/opssolarsystem.ui:172 skycomponents/skymapcomposite.cpp:656
-#: skyglpainter.cpp:310 skymapdrawabstract.cpp:190 skyobjects/ksplanet.cpp:143
+#: skyglpainter.cpp:310 skymapdrawabstract.cpp:189 skyobjects/ksplanet.cpp:143
#: skyobjects/ksplanet.cpp:175 skyobjects/ksplanet.cpp:379
#: skyobjects/ksplanet.cpp:423 skyobjects/ksplanetbase.cpp:160
#: skyqpainter.cpp:430 tools/conjunctions.cpp:77 tools/jmoontool.cpp:115
#: tools/ksconjunct.cpp:71 tools/modcalcplanets.cpp:274
#: tools/modcalcplanets.ui:165 tools/modcalcplanets.ui:584
#: tools/obslistwizard.cpp:574 tools/obslistwizard.cpp:576
#: tools/skycalendar.ui:55
#, kde-format, kde-kuit-format
msgid "Jupiter"
msgstr ""
#. i18n: ectx: property (text), widget (QCheckBox, kcfg_ShowMercury)
#. i18n: ectx: property (text), item, widget (QComboBox, PlanetComboBox)
#. i18n: ectx: property (text), item, widget (QComboBox, PlanetComboBoxBatch)
#. i18n: ectx: property (text), widget (QCheckBox, checkBox_Mercury)
#. +> trunk5
#: kstarslite/skyitems/skynodes/planetnode.cpp:41
#: options/opssolarsystem.ui:204 skycomponents/skymapcomposite.cpp:648
-#: skyglpainter.cpp:310 skymapdrawabstract.cpp:182 skyobjects/ksplanet.cpp:134
+#: skyglpainter.cpp:310 skymapdrawabstract.cpp:181 skyobjects/ksplanet.cpp:134
#: skyobjects/ksplanet.cpp:169 skyobjects/ksplanet.cpp:365
#: skyobjects/ksplanet.cpp:407 skyobjects/ksplanetbase.cpp:160
#: skyqpainter.cpp:430 tools/conjunctions.cpp:74 tools/ksconjunct.cpp:78
#: tools/modcalcplanets.cpp:274 tools/modcalcplanets.ui:145
#: tools/modcalcplanets.ui:564 tools/obslistwizard.cpp:534
#: tools/obslistwizard.cpp:536 tools/skycalendar.ui:34
#, kde-format, kde-kuit-format
msgid "Mercury"
msgstr ""
#. i18n: ectx: property (text), widget (QCheckBox, kcfg_ShowSaturn)
#. i18n: ectx: property (text), item, widget (QComboBox, PlanetComboBox)
#. i18n: ectx: property (text), item, widget (QComboBox, PlanetComboBoxBatch)
#. i18n: ectx: property (text), widget (QCheckBox, checkBox_Saturn)
#. +> trunk5
#: kstarslite/skyitems/skynodes/planetnode.cpp:41 options/opssolarsystem.ui:56
#: skycomponents/skymapcomposite.cpp:658 skyglpainter.cpp:311
-#: skymapdrawabstract.cpp:192 skyobjects/ksplanet.cpp:146
+#: skymapdrawabstract.cpp:191 skyobjects/ksplanet.cpp:146
#: skyobjects/ksplanet.cpp:177 skyobjects/ksplanet.cpp:383
#: skyobjects/ksplanet.cpp:427 skyobjects/ksplanetbase.cpp:161
#: skyobjects/ksplanetbase.cpp:290 skyqpainter.cpp:431
#: tools/conjunctions.cpp:78 tools/ksconjunct.cpp:71 tools/ksconjunct.cpp:72
#: tools/modcalcplanets.cpp:274 tools/modcalcplanets.ui:170
#: tools/modcalcplanets.ui:589 tools/obslistwizard.cpp:588
#: tools/obslistwizard.cpp:590 tools/skycalendar.ui:62
#, kde-format, kde-kuit-format
msgid "Saturn"
msgstr ""
#. +> trunk5
#: kstarssplash.cpp:29
#, kde-format
msgid "Welcome to KStars. Please stand by while loading..."
msgstr ""
#. +> trunk5
#: libindi_strings.cpp:1
#, kde-kuit-format
msgctxt "string from libindi, used in the config dialog"
msgid "100x"
msgstr ""
#. +> trunk5
#: libindi_strings.cpp:2
#, kde-kuit-format
msgctxt "string from libindi, used in the config dialog"
msgid "10x"
msgstr ""
#. +> trunk5
#: libindi_strings.cpp:3
#, kde-kuit-format
msgctxt "string from libindi, used in the config dialog"
msgid "1200x"
msgstr ""
#. +> trunk5
#: libindi_strings.cpp:4
#, kde-kuit-format
msgctxt "string from libindi, used in the config dialog"
msgid "12x"
msgstr ""
#. +> trunk5
#: libindi_strings.cpp:5
#, kde-kuit-format
msgctxt "string from libindi, used in the config dialog"
msgid "600x"
msgstr ""
#. +> trunk5
#: libindi_strings.cpp:6
#, kde-kuit-format
msgctxt "string from libindi, used in the config dialog"
msgid "64x"
msgstr ""
#. +> trunk5
#: libindi_strings.cpp:7
#, kde-kuit-format
msgctxt "string from libindi, used in the config dialog"
msgid "900x"
msgstr ""
#. +> trunk5
#: libindi_strings.cpp:8
#, kde-kuit-format
msgctxt "string from libindi, used in the config dialog"
msgid ":CM#"
msgstr ""
#. +> trunk5
#: libindi_strings.cpp:9
#, kde-kuit-format
msgctxt "string from libindi, used in the config dialog"
msgid ":CMR#"
msgstr ""
#. +> trunk5
#: libindi_strings.cpp:10
#, kde-kuit-format
msgctxt "string from libindi, used in the config dialog"
msgid "AP UTC Offset"
msgstr ""
#. +> trunk5
#: libindi_strings.cpp:11
#, kde-kuit-format
msgctxt "string from libindi, used in the config dialog"
msgid "AP local time"
msgstr ""
#. +> trunk5
#: libindi_strings.cpp:12
#, kde-kuit-format
msgctxt "string from libindi, used in the config dialog"
msgid "AP sidereal time"
msgstr ""
#. +> trunk5
#: libindi_strings.cpp:13
#, kde-kuit-format
msgctxt "string from libindi, used in the config dialog"
msgid "Abell"
msgstr ""
#. +> trunk5
#: libindi_strings.cpp:14
#, kde-kuit-format
msgctxt "string from libindi, used in the config dialog"
msgid "Abort Motion"
msgstr ""
#. +> trunk5
#: libindi_strings.cpp:15
#, kde-kuit-format
msgctxt "string from libindi, used in the config dialog"
msgid "Abort Slew"
msgstr ""
#. +> trunk5
#: libindi_strings.cpp:16
#, kde-kuit-format
msgctxt "string from libindi, used in the config dialog"
msgid "Abort Slew/Track"
msgstr ""
#. +> trunk5
#: libindi_strings.cpp:17
#, kde-kuit-format
msgctxt "string from libindi, used in the config dialog"
msgid "Abort"
msgstr ""
#. +> trunk5
#: libindi_strings.cpp:18
#, kde-kuit-format
msgctxt "string from libindi, used in the config dialog"
msgid "Absolute Position"
msgstr ""
#. +> trunk5
#: libindi_strings.cpp:19
#, kde-kuit-format
msgctxt "string from libindi, used in the config dialog"
msgid "Activate"
msgstr ""
#. +> trunk5
#: libindi_strings.cpp:20
#, kde-kuit-format
msgctxt "string from libindi, used in the config dialog"
msgid "Active Filter"
msgstr ""
#. +> trunk5
#: libindi_strings.cpp:21
#, kde-kuit-format
msgctxt "string from libindi, used in the config dialog"
msgid "Actual Time"
msgstr ""
#. +> trunk5
#: libindi_strings.cpp:22
#, kde-kuit-format
msgctxt "string from libindi, used in the config dialog"
msgid "Alignment"
msgstr ""
#. +> trunk5
#: libindi_strings.cpp:23
#, kde-kuit-format
msgctxt "string from libindi, used in the config dialog"
msgid "Alt D:M:S"
msgstr ""
#. +> trunk5
#: libindi_strings.cpp:24
#, kde-kuit-format
msgctxt "string from libindi, used in the config dialog"
msgid "Alt/Dec Anti-backlash"
msgstr ""
#. +> trunk5
#: libindi_strings.cpp:25
#, kde-kuit-format
msgctxt "string from libindi, used in the config dialog"
msgid "Alt/Dec PEC"
msgstr ""
#. +> trunk5
#: libindi_strings.cpp:26
#, kde-kuit-format
msgctxt "string from libindi, used in the config dialog"
msgid "AltAz"
msgstr ""
#. +> trunk5
#: libindi_strings.cpp:27
#, kde-kuit-format
msgctxt "string from libindi, used in the config dialog"
msgid "Anti Flicker"
msgstr ""
#. +> trunk5
#: libindi_strings.cpp:28
#, kde-kuit-format
msgctxt "string from libindi, used in the config dialog"
msgid "Aperture (mm)"
msgstr ""
#. +> trunk5
#: libindi_strings.cpp:29
#, kde-kuit-format
msgctxt "string from libindi, used in the config dialog"
msgid "Arp"
msgstr ""
#. +> trunk5
#: libindi_strings.cpp:30
#, kde-kuit-format
msgctxt "string from libindi, used in the config dialog"
msgid "Atmosphere"
msgstr ""
#. +> trunk5
#: libindi_strings.cpp:31
#, kde-kuit-format
msgctxt "string from libindi, used in the config dialog"
msgid "Auto"
msgstr ""
#. +> trunk5
#: libindi_strings.cpp:32
#, kde-kuit-format
msgctxt "string from libindi, used in the config dialog"
msgid "Auxiliary"
msgstr ""
#. +> trunk5
#: libindi_strings.cpp:33
#, kde-kuit-format
msgctxt "string from libindi, used in the config dialog"
msgid "Az D:M:S"
msgstr ""
#. +> trunk5
#: libindi_strings.cpp:34
#, kde-kuit-format
msgctxt "string from libindi, used in the config dialog"
msgid "Az/Ra Anti-backlash"
msgstr ""
#. +> trunk5
#: libindi_strings.cpp:35
#, kde-kuit-format
msgctxt "string from libindi, used in the config dialog"
msgid "Az/Ra PEC"
msgstr ""
#. +> trunk5
#: libindi_strings.cpp:36
#, kde-kuit-format
msgctxt "string from libindi, used in the config dialog"
msgid "Back Light"
msgstr ""
#. +> trunk5
#: libindi_strings.cpp:37
#, kde-kuit-format
msgctxt "string from libindi, used in the config dialog"
msgid "Backlash"
msgstr ""
#. +> trunk5
#: libindi_strings.cpp:38
#, kde-kuit-format
msgctxt "string from libindi, used in the config dialog"
msgid "Bias"
msgstr ""
#. +> trunk5
#: libindi_strings.cpp:39
#, kde-kuit-format
msgctxt "string from libindi, used in the config dialog"
msgid "Binning"
msgstr ""
#. +> trunk5
#: libindi_strings.cpp:40
#, kde-kuit-format
msgctxt "string from libindi, used in the config dialog"
msgid "Bits per pixel"
msgstr ""
#. +> trunk5
#: libindi_strings.cpp:41
#, kde-kuit-format
msgctxt "string from libindi, used in the config dialog"
msgid "Blue"
msgstr ""
#. +> trunk5
#: libindi_strings.cpp:42
#, kde-kuit-format
msgctxt "string from libindi, used in the config dialog"
msgid "Brightness"
msgstr ""
#. +> trunk5
#: libindi_strings.cpp:43
#, kde-kuit-format
msgctxt "string from libindi, used in the config dialog"
msgid "CCD Bias"
msgstr ""
#. +> trunk5
#: libindi_strings.cpp:44
#, kde-kuit-format
msgctxt "string from libindi, used in the config dialog"
msgid "CCD Information"
msgstr ""
#. +> trunk5
#: libindi_strings.cpp:45
#, kde-kuit-format
msgctxt "string from libindi, used in the config dialog"
msgid "CCD Maximum ADU"
msgstr ""
#. +> trunk5
#: libindi_strings.cpp:46
#, kde-kuit-format
msgctxt "string from libindi, used in the config dialog"
msgid "CCD Noise"
msgstr ""
#. +> trunk5
#: libindi_strings.cpp:47
#, kde-kuit-format
msgctxt "string from libindi, used in the config dialog"
msgid "CCD Simulator"
msgstr ""
#. +> trunk5
#: libindi_strings.cpp:48
#, kde-kuit-format
msgctxt "string from libindi, used in the config dialog"
msgid "CCD X Pixel Size"
msgstr ""
#. +> trunk5
#: libindi_strings.cpp:49
#, kde-kuit-format
msgctxt "string from libindi, used in the config dialog"
msgid "CCD X resolution"
msgstr ""
#. +> trunk5
#: libindi_strings.cpp:50
#, kde-kuit-format
msgctxt "string from libindi, used in the config dialog"
msgid "CCD Y Pixel Size"
msgstr ""
#. +> trunk5
#: libindi_strings.cpp:51
#, kde-kuit-format
msgctxt "string from libindi, used in the config dialog"
msgid "CCD Y resolution"
msgstr ""
#. +> trunk5
#: libindi_strings.cpp:52
#, kde-kuit-format
msgctxt "string from libindi, used in the config dialog"
msgid "CCD1"
msgstr ""
#. +> trunk5
#: libindi_strings.cpp:53
#, kde-kuit-format
msgctxt "string from libindi, used in the config dialog"
msgid "CCDs"
msgstr ""
#. +> trunk5
#: libindi_strings.cpp:54
#, kde-kuit-format
msgctxt "string from libindi, used in the config dialog"
msgid "Caldwell"
msgstr ""
#. +> trunk5
#: libindi_strings.cpp:55
#, kde-kuit-format
msgctxt "string from libindi, used in the config dialog"
msgid "Camera Model"
msgstr ""
#. +> trunk5
#: libindi_strings.cpp:56
#, kde-kuit-format
msgctxt "string from libindi, used in the config dialog"
msgid "Celsius"
msgstr ""
#. +> trunk5
#: libindi_strings.cpp:57
#, kde-kuit-format
msgctxt "string from libindi, used in the config dialog"
msgid "Centering"
msgstr ""
#. +> trunk5
#: libindi_strings.cpp:58
#, kde-kuit-format
msgctxt "string from libindi, used in the config dialog"
msgid "Color"
msgstr ""
#. +> trunk5
#: libindi_strings.cpp:59
#, kde-kuit-format
msgctxt "string from libindi, used in the config dialog"
msgid "Comet DEC motion arcmin/day"
msgstr ""
#. +> trunk5
#: libindi_strings.cpp:60
#, kde-kuit-format
msgctxt "string from libindi, used in the config dialog"
msgid "Comet RA motion arcmin/day"
msgstr ""
#. +> trunk5
#: libindi_strings.cpp:61
#, kde-kuit-format
msgctxt "string from libindi, used in the config dialog"
msgid "Comet tracking parameters"
msgstr ""
#. +> trunk5
#: libindi_strings.cpp:62
#, kde-kuit-format
msgctxt "string from libindi, used in the config dialog"
msgid "Comet"
msgstr ""
#. +> trunk5
#: libindi_strings.cpp:63
#, kde-kuit-format
msgctxt "string from libindi, used in the config dialog"
msgid "Communication"
msgstr ""
#. +> trunk5
#: libindi_strings.cpp:64
#, kde-kuit-format
msgctxt "string from libindi, used in the config dialog"
msgid "Compress"
msgstr ""
#. +> trunk5
#: libindi_strings.cpp:65
#, kde-kuit-format
msgctxt "string from libindi, used in the config dialog"
msgid "Compression"
msgstr ""
#. +> trunk5
#: libindi_strings.cpp:66
#, kde-kuit-format
msgctxt "string from libindi, used in the config dialog"
msgid "Configuration"
msgstr ""
#. +> trunk5
#: libindi_strings.cpp:67
#, kde-kuit-format
msgctxt "string from libindi, used in the config dialog"
msgid "Connect"
msgstr ""
#. +> trunk5
#: libindi_strings.cpp:68
#, kde-kuit-format
msgctxt "string from libindi, used in the config dialog"
msgid "Connection"
msgstr ""
#. +> trunk5
#: libindi_strings.cpp:69
#, kde-kuit-format
msgctxt "string from libindi, used in the config dialog"
msgid "Contrast"
msgstr ""
#. +> trunk5
#: libindi_strings.cpp:70
#, kde-kuit-format
msgctxt "string from libindi, used in the config dialog"
msgid "Control"
msgstr ""
#. +> trunk5
#: libindi_strings.cpp:71
#, kde-kuit-format
msgctxt "string from libindi, used in the config dialog"
msgid "Count"
msgstr ""
#. +> trunk5
#: libindi_strings.cpp:72
#, kde-kuit-format
msgctxt "string from libindi, used in the config dialog"
msgid "DEC (dd:mm:ss)"
msgstr ""
#. +> trunk5
#: libindi_strings.cpp:73
#, kde-kuit-format
msgctxt "string from libindi, used in the config dialog"
msgid "Dark"
msgstr ""
#. +> trunk5
#: libindi_strings.cpp:74
#, kde-kuit-format
msgctxt "string from libindi, used in the config dialog"
msgid "Date"
msgstr ""
#. +> trunk5
#: libindi_strings.cpp:75
#, kde-kuit-format
msgctxt "string from libindi, used in the config dialog"
msgid "Date/Time"
msgstr ""
#. +> trunk5
#: libindi_strings.cpp:76
#, kde-kuit-format
msgctxt "string from libindi, used in the config dialog"
msgid "Date/Time/Location"
msgstr ""
#. +> trunk5
#: libindi_strings.cpp:77
#, kde-kuit-format
msgctxt "string from libindi, used in the config dialog"
msgid "Debug"
msgstr ""
#. +> trunk5
#: libindi_strings.cpp:78
#, kde-kuit-format
msgctxt "string from libindi, used in the config dialog"
msgid "Dec (arcmin)"
msgstr ""
#. +> trunk5
#: libindi_strings.cpp:79
#, kde-kuit-format
msgctxt "string from libindi, used in the config dialog"
msgid "Dec (dd:mm:ss)"
msgstr ""
#. +> trunk5
#: libindi_strings.cpp:80
#, kde-kuit-format
msgctxt "string from libindi, used in the config dialog"
msgid "Dec D:M:S"
msgstr ""
#. +> trunk5
#: libindi_strings.cpp:81
#, kde-kuit-format
msgctxt "string from libindi, used in the config dialog"
msgid "Declination axis"
msgstr ""
#. +> trunk5
#: libindi_strings.cpp:82
#, kde-kuit-format
msgctxt "string from libindi, used in the config dialog"
msgid "Deep Sky Catalogs"
msgstr ""
#. +> trunk5
#: libindi_strings.cpp:83
#, kde-kuit-format
msgctxt "string from libindi, used in the config dialog"
msgid "Default"
msgstr ""
#. +> trunk5
#: libindi_strings.cpp:84
#, kde-kuit-format
msgctxt "string from libindi, used in the config dialog"
msgid "Device"
msgstr ""
#. +> trunk5
#: libindi_strings.cpp:85
#, kde-kuit-format
msgctxt "string from libindi, used in the config dialog"
msgid "Diff. Eq."
msgstr ""
#. +> trunk5
#: libindi_strings.cpp:86
#, kde-kuit-format
msgctxt "string from libindi, used in the config dialog"
msgid "Direction"
msgstr ""
#. +> trunk5
#: libindi_strings.cpp:87
#, kde-kuit-format
msgctxt "string from libindi, used in the config dialog"
msgid "Disable"
msgstr ""
#. +> trunk5
#: libindi_strings.cpp:88
#, kde-kuit-format
msgctxt "string from libindi, used in the config dialog"
msgid "Disconnect"
msgstr ""
#. +> trunk5
#: libindi_strings.cpp:89
#, kde-kuit-format
msgctxt "string from libindi, used in the config dialog"
msgid "Dome control"
msgstr ""
#. +> trunk5
#: libindi_strings.cpp:90
#, kde-kuit-format
msgctxt "string from libindi, used in the config dialog"
msgid "Driver Info"
msgstr ""
#. +> trunk5
#: libindi_strings.cpp:91
#, kde-kuit-format
msgctxt "string from libindi, used in the config dialog"
msgid "Duration (s)"
msgstr ""
#. +> trunk5
#: libindi_strings.cpp:92
#, kde-kuit-format
msgctxt "string from libindi, used in the config dialog"
msgid "Duty cycle"
msgstr ""
#. +> trunk5
#: libindi_strings.cpp:93
#, kde-kuit-format
msgctxt "string from libindi, used in the config dialog"
msgid "EQ Coord"
msgstr ""
#. +> trunk5
#: libindi_strings.cpp:94
#, kde-kuit-format
msgctxt "string from libindi, used in the config dialog"
msgid "EQ PEC"
msgstr ""
#. +> trunk5
#: libindi_strings.cpp:95
#, kde-kuit-format
msgctxt "string from libindi, used in the config dialog"
msgid "East (msec)"
msgstr ""
#. +> trunk5
#: libindi_strings.cpp:96
#, kde-kuit-format
msgctxt "string from libindi, used in the config dialog"
msgid "East (sec)"
msgstr ""
#. +> trunk5
#: libindi_strings.cpp:97
#, kde-kuit-format
msgctxt "string from libindi, used in the config dialog"
msgid "East"
msgstr ""
#. +> trunk5
#: libindi_strings.cpp:98
#, kde-kuit-format
msgctxt "string from libindi, used in the config dialog"
msgid "East/West"
msgstr ""
#. +> trunk5
#: libindi_strings.cpp:99
#, kde-kuit-format
msgctxt "string from libindi, used in the config dialog"
msgid "Enable"
msgstr ""
#. +> trunk5
#: libindi_strings.cpp:100
#, kde-kuit-format
msgctxt "string from libindi, used in the config dialog"
msgid "Eq. Coordinates"
msgstr ""
#. +> trunk5
#: libindi_strings.cpp:101
#, kde-kuit-format
msgctxt "string from libindi, used in the config dialog"
msgid "Equatorial JNow"
msgstr ""
#. +> trunk5
#: libindi_strings.cpp:102
#, kde-kuit-format
msgctxt "string from libindi, used in the config dialog"
msgid "Exec"
msgstr ""
#. +> trunk5
#: libindi_strings.cpp:103
#, kde-kuit-format
msgctxt "string from libindi, used in the config dialog"
msgid "Expose"
msgstr ""
#. +> trunk5
#: libindi_strings.cpp:104
#, kde-kuit-format
msgctxt "string from libindi, used in the config dialog"
msgid "Expose Abort"
msgstr ""
#. +> trunk5
#: libindi_strings.cpp:105
#, kde-kuit-format
msgctxt "string from libindi, used in the config dialog"
msgid "Exposure"
msgstr ""
#. +> trunk5
#: libindi_strings.cpp:106
#, kde-kuit-format
msgctxt "string from libindi, used in the config dialog"
msgid "Extended GPS Features"
msgstr ""
#. +> trunk5
#: libindi_strings.cpp:107
#, kde-kuit-format
msgctxt "string from libindi, used in the config dialog"
msgid "Extrema"
msgstr ""
#. +> trunk5
#: libindi_strings.cpp:108
#, kde-kuit-format
msgctxt "string from libindi, used in the config dialog"
msgid "FWHM (arcseconds)"
msgstr ""
#. +> trunk5
#: libindi_strings.cpp:109
#, kde-kuit-format
msgctxt "string from libindi, used in the config dialog"
msgid "FWHM"
msgstr ""
#. +> trunk5
#: libindi_strings.cpp:110
#, kde-kuit-format
msgctxt "string from libindi, used in the config dialog"
msgid "Factory"
msgstr ""
#. +> trunk5
#: libindi_strings.cpp:111
#, kde-kuit-format
msgctxt "string from libindi, used in the config dialog"
msgid "Fan"
msgstr ""
#. +> trunk5
#: libindi_strings.cpp:112
#, kde-kuit-format
msgctxt "string from libindi, used in the config dialog"
msgid "Fast"
msgstr ""
#. +> trunk5
#: libindi_strings.cpp:113
#, kde-kuit-format
msgctxt "string from libindi, used in the config dialog"
msgid "Feed"
msgstr ""
#. +> trunk5
#: libindi_strings.cpp:114
#, kde-kuit-format
msgctxt "string from libindi, used in the config dialog"
msgid "Feedback"
msgstr ""
#. +> trunk5
#: libindi_strings.cpp:115
#, kde-kuit-format
msgctxt "string from libindi, used in the config dialog"
msgid "Field De-rotator"
msgstr ""
#. +> trunk5
#: libindi_strings.cpp:116
#, kde-kuit-format
msgctxt "string from libindi, used in the config dialog"
msgid "Filter #1"
msgstr ""
#. +> trunk5
#: libindi_strings.cpp:117
#, kde-kuit-format
msgctxt "string from libindi, used in the config dialog"
msgid "Filter #2"
msgstr ""
#. +> trunk5
#: libindi_strings.cpp:118
#, kde-kuit-format
msgctxt "string from libindi, used in the config dialog"
msgid "Filter #3"
msgstr ""
#. +> trunk5
#: libindi_strings.cpp:119
#, kde-kuit-format
msgctxt "string from libindi, used in the config dialog"
msgid "Filter #4"
msgstr ""
#. +> trunk5
#: libindi_strings.cpp:120
#, kde-kuit-format
msgctxt "string from libindi, used in the config dialog"
msgid "Filter #5"
msgstr ""
#. +> trunk5
#: libindi_strings.cpp:121
#, kde-kuit-format
msgctxt "string from libindi, used in the config dialog"
msgid "Filter Count"
msgstr ""
#. +> trunk5
#: libindi_strings.cpp:122
#, kde-kuit-format
msgctxt "string from libindi, used in the config dialog"
msgid "Filter Simulator"
msgstr ""
#. +> trunk5
#: libindi_strings.cpp:123
#, kde-kuit-format
msgctxt "string from libindi, used in the config dialog"
msgid "Filter Wheel"
msgstr ""
#. +> trunk5
#: libindi_strings.cpp:124
#, kde-kuit-format
msgctxt "string from libindi, used in the config dialog"
msgid "Filter"
msgstr ""
#. +> trunk5
#: libindi_strings.cpp:125
#, kde-kuit-format
msgctxt "string from libindi, used in the config dialog"
msgid "Find"
msgstr ""
#. +> trunk5
#: libindi_strings.cpp:126
#, kde-kuit-format
msgctxt "string from libindi, used in the config dialog"
msgid "Firmware Info"
msgstr ""
#. +> trunk5
#: libindi_strings.cpp:127
#, kde-kuit-format
msgctxt "string from libindi, used in the config dialog"
msgid "Firmware data"
msgstr ""
#. +> trunk5
#: libindi_strings.cpp:128
#, kde-kuit-format
msgctxt "string from libindi, used in the config dialog"
msgid "Firmware version"
msgstr ""
#. +> trunk5
#: libindi_strings.cpp:129
#, kde-kuit-format
msgctxt "string from libindi, used in the config dialog"
msgid "Firmware"
msgstr ""
#. +> trunk5
#: libindi_strings.cpp:130
#, kde-kuit-format
msgctxt "string from libindi, used in the config dialog"
msgid "Flat"
msgstr ""
#. +> trunk5
#: libindi_strings.cpp:131
#, kde-kuit-format
msgctxt "string from libindi, used in the config dialog"
msgid "Fluorescent"
msgstr ""
#. +> trunk5
#: libindi_strings.cpp:132 libindi_strings.cpp:133
#, kde-kuit-format
msgctxt "string from libindi, used in the config dialog"
msgid "Focal Length (mm)"
msgstr ""
#. +> trunk5
#: libindi_strings.cpp:134
#, kde-kuit-format
msgctxt "string from libindi, used in the config dialog"
msgid "Focus Control"
msgstr ""
#. +> trunk5
#: libindi_strings.cpp:135
#, kde-kuit-format
msgctxt "string from libindi, used in the config dialog"
msgid "Focus In"
msgstr ""
#. +> trunk5
#: libindi_strings.cpp:136
#, kde-kuit-format
msgctxt "string from libindi, used in the config dialog"
msgid "Focus Out"
msgstr ""
#. +> trunk5
#: libindi_strings.cpp:137
#, kde-kuit-format
msgctxt "string from libindi, used in the config dialog"
msgid "Focus Speed"
msgstr ""
#. +> trunk5
#: libindi_strings.cpp:138
#, kde-kuit-format
msgctxt "string from libindi, used in the config dialog"
msgid "Focus Timer"
msgstr ""
#. +> trunk5
#: libindi_strings.cpp:139
#, kde-kuit-format
msgctxt "string from libindi, used in the config dialog"
msgid "Focus in"
msgstr ""
#. +> trunk5
#: libindi_strings.cpp:140
#, kde-kuit-format
msgctxt "string from libindi, used in the config dialog"
msgid "Focus out"
msgstr ""
#. +> trunk5
#: libindi_strings.cpp:141
#, kde-kuit-format
msgctxt "string from libindi, used in the config dialog"
msgid "Focuser Simulator"
msgstr ""
#. +> trunk5
#: libindi_strings.cpp:142
#, kde-kuit-format
msgctxt "string from libindi, used in the config dialog"
msgid "Focuser"
msgstr ""
#. +> trunk5
#: libindi_strings.cpp:143
#, kde-kuit-format
msgctxt "string from libindi, used in the config dialog"
msgid "Focusers"
msgstr ""
#. +> trunk5
#: libindi_strings.cpp:144
#, kde-kuit-format
msgctxt "string from libindi, used in the config dialog"
msgid "Frame Rate"
msgstr ""
#. +> trunk5
#: libindi_strings.cpp:145
#, kde-kuit-format
msgctxt "string from libindi, used in the config dialog"
msgid "Frame"
msgstr ""
#. +> trunk5
#: libindi_strings.cpp:146
#, kde-kuit-format
msgctxt "string from libindi, used in the config dialog"
msgid "FrameType"
msgstr ""
#. +> trunk5
#: libindi_strings.cpp:147
#, kde-kuit-format
msgctxt "string from libindi, used in the config dialog"
msgid "Freq"
msgstr ""
#. +> trunk5
#: libindi_strings.cpp:148
#, kde-kuit-format
msgctxt "string from libindi, used in the config dialog"
msgid "Full"
msgstr ""
#. +> trunk5
#: libindi_strings.cpp:149
#, kde-kuit-format
msgctxt "string from libindi, used in the config dialog"
msgid "GCVS"
msgstr ""
#. +> trunk5
#: libindi_strings.cpp:150
#, kde-kuit-format
msgctxt "string from libindi, used in the config dialog"
msgid "GOTO"
msgstr ""
#. +> trunk5
#: libindi_strings.cpp:151
#, kde-kuit-format
msgctxt "string from libindi, used in the config dialog"
msgid "GPS Power"
msgstr ""
#. +> trunk5
#: libindi_strings.cpp:152
#, kde-kuit-format
msgctxt "string from libindi, used in the config dialog"
msgid "GPS Status"
msgstr ""
#. +> trunk5
#: libindi_strings.cpp:153
#, kde-kuit-format
msgctxt "string from libindi, used in the config dialog"
msgid "GPS System"
msgstr ""
#. +> trunk5
#: libindi_strings.cpp:154
#, kde-kuit-format
msgctxt "string from libindi, used in the config dialog"
msgid "GPS/16 inch Features"
msgstr ""
#. +> trunk5
#: libindi_strings.cpp:155
#, kde-kuit-format
msgctxt "string from libindi, used in the config dialog"
msgid "Gamma"
msgstr ""
#. +> trunk5
#: libindi_strings.cpp:156
#, kde-kuit-format
msgctxt "string from libindi, used in the config dialog"
msgid "Generic Video4Linux"
msgstr ""
#. +> trunk5
#: libindi_strings.cpp:157 libindi_strings.cpp:158
#, kde-kuit-format
msgctxt "string from libindi, used in the config dialog"
msgid "Geographic Location"
msgstr ""
#. +> trunk5
#: libindi_strings.cpp:159
#, kde-kuit-format
msgctxt "string from libindi, used in the config dialog"
msgid "Goto"
msgstr ""
#. +> trunk5
#: libindi_strings.cpp:160
#, kde-kuit-format
msgctxt "string from libindi, used in the config dialog"
msgid "Green"
msgstr ""
#. +> trunk5
#: libindi_strings.cpp:161
#, kde-kuit-format
msgctxt "string from libindi, used in the config dialog"
msgid "Grey"
msgstr ""
#. +> trunk5
#: libindi_strings.cpp:162
#, kde-kuit-format
msgctxt "string from libindi, used in the config dialog"
msgid "Guide Abort"
msgstr ""
#. +> trunk5
#: libindi_strings.cpp:163
#, kde-kuit-format
msgctxt "string from libindi, used in the config dialog"
msgid "Guide East/West"
msgstr ""
#. +> trunk5
#: libindi_strings.cpp:164
#, kde-kuit-format
msgctxt "string from libindi, used in the config dialog"
msgid "Guide Head"
msgstr ""
#. +> trunk5
#: libindi_strings.cpp:165
#, kde-kuit-format
msgctxt "string from libindi, used in the config dialog"
msgid "Guide North/South"
msgstr ""
#. +> trunk5
#: libindi_strings.cpp:166
#, kde-kuit-format
msgctxt "string from libindi, used in the config dialog"
msgid "Guide West/East"
msgstr ""
#. +> trunk5
#: libindi_strings.cpp:167
#, kde-kuit-format
msgctxt "string from libindi, used in the config dialog"
msgid "Guide Wheel"
msgstr ""
#. +> trunk5
#: libindi_strings.cpp:168
#, kde-kuit-format
msgctxt "string from libindi, used in the config dialog"
msgid "Guide"
msgstr ""
#. +> trunk5
#: libindi_strings.cpp:169
#, kde-kuit-format
msgctxt "string from libindi, used in the config dialog"
msgid "Guider Aperture (mm)"
msgstr ""
#. +> trunk5
#: libindi_strings.cpp:170
#, kde-kuit-format
msgctxt "string from libindi, used in the config dialog"
msgid "Guider Control"
msgstr ""
#. +> trunk5
#: libindi_strings.cpp:171
#, kde-kuit-format
msgctxt "string from libindi, used in the config dialog"
msgid "Guider Focal Length (mm)"
msgstr ""
#. +> trunk5
#: libindi_strings.cpp:172
#, kde-kuit-format
msgctxt "string from libindi, used in the config dialog"
msgid "Guider Image"
msgstr ""
#. +> trunk5
#: libindi_strings.cpp:173
#, kde-kuit-format
msgctxt "string from libindi, used in the config dialog"
msgid "H Alpha"
msgstr ""
#. +> trunk5
#: libindi_strings.cpp:174
#, kde-kuit-format
msgctxt "string from libindi, used in the config dialog"
msgid "H:M:S"
msgstr ""
#. +> trunk5
#: libindi_strings.cpp:175
#, kde-kuit-format
msgctxt "string from libindi, used in the config dialog"
msgid "HA H:M:S"
msgstr ""
#. +> trunk5
#: libindi_strings.cpp:176
#, kde-kuit-format
msgctxt "string from libindi, used in the config dialog"
msgid "Halt"
msgstr ""
#. +> trunk5
#: libindi_strings.cpp:177
#, kde-kuit-format
msgctxt "string from libindi, used in the config dialog"
msgid "Height m"
msgstr ""
#. +> trunk5
#: libindi_strings.cpp:178
#, kde-kuit-format
msgctxt "string from libindi, used in the config dialog"
msgid "Height"
msgstr ""
#. +> trunk5
#: libindi_strings.cpp:179
#, kde-kuit-format
msgctxt "string from libindi, used in the config dialog"
msgid "High"
msgstr ""
#. +> trunk5
#: libindi_strings.cpp:180
#, kde-kuit-format
msgctxt "string from libindi, used in the config dialog"
msgid "Horizontal Coords"
msgstr ""
#. +> trunk5
#: libindi_strings.cpp:181
#, kde-kuit-format
msgctxt "string from libindi, used in the config dialog"
msgid "Hour axis"
msgstr ""
#. +> trunk5
#: libindi_strings.cpp:182
#, kde-kuit-format
msgctxt "string from libindi, used in the config dialog"
msgid "Hourangle Coords"
msgstr ""
#. +> trunk5
#: libindi_strings.cpp:183
#, kde-kuit-format
msgctxt "string from libindi, used in the config dialog"
msgid "Hue"
msgstr ""
#. +> trunk5
#: libindi_strings.cpp:184
#, kde-kuit-format
msgctxt "string from libindi, used in the config dialog"
msgid "Humidity Perc."
msgstr ""
#. +> trunk5
#: libindi_strings.cpp:185
#, kde-kuit-format
msgctxt "string from libindi, used in the config dialog"
msgid "IC"
msgstr ""
#. +> trunk5
#: libindi_strings.cpp:186
#, kde-kuit-format
msgctxt "string from libindi, used in the config dialog"
msgid "Image Adjustments"
msgstr ""
#. +> trunk5
#: libindi_strings.cpp:187
#, kde-kuit-format
msgctxt "string from libindi, used in the config dialog"
msgid "Image Control"
msgstr ""
#. +> trunk5
#: libindi_strings.cpp:188
#, kde-kuit-format
msgctxt "string from libindi, used in the config dialog"
msgid "Image Data"
msgstr ""
#. +> trunk5
#: libindi_strings.cpp:189
#, kde-kuit-format
msgctxt "string from libindi, used in the config dialog"
msgid "Image Info"
msgstr ""
#. +> trunk5
#: libindi_strings.cpp:190
#, kde-kuit-format
msgctxt "string from libindi, used in the config dialog"
msgid "Image Settings"
msgstr ""
#. +> trunk5
#: libindi_strings.cpp:191
#, kde-kuit-format
msgctxt "string from libindi, used in the config dialog"
msgid "Image Type"
msgstr ""
#. +> trunk5
#: libindi_strings.cpp:192
#, kde-kuit-format
msgctxt "string from libindi, used in the config dialog"
msgid "Image"
msgstr ""
#. +> trunk5
#: libindi_strings.cpp:193
#, kde-kuit-format
msgctxt "string from libindi, used in the config dialog"
msgid "Indoor"
msgstr ""
#. +> trunk5
#: libindi_strings.cpp:194
#, kde-kuit-format
msgctxt "string from libindi, used in the config dialog"
msgid "Info"
msgstr ""
#. +> trunk5
#: libindi_strings.cpp:195
#, kde-kuit-format
msgctxt "string from libindi, used in the config dialog"
msgid "Jupiter"
msgstr ""
#. +> trunk5
#: libindi_strings.cpp:196
#, kde-kuit-format
msgctxt "string from libindi, used in the config dialog"
msgid "LX200 Basic"
msgstr ""
#. +> trunk5
#: libindi_strings.cpp:197
#, kde-kuit-format
msgctxt "string from libindi, used in the config dialog"
msgid "Lat (dd:mm:ss)"
msgstr ""
#. +> trunk5
#: libindi_strings.cpp:198
#, kde-kuit-format
msgctxt "string from libindi, used in the config dialog"
msgid "Lat. D:M:S +N"
msgstr ""
#. +> trunk5
#: libindi_strings.cpp:199
#, kde-kuit-format
msgctxt "string from libindi, used in the config dialog"
msgid "Lat. D:M:S +N"
msgstr ""
#. +> trunk5
#: libindi_strings.cpp:200
#, kde-kuit-format
msgctxt "string from libindi, used in the config dialog"
msgid "Left "
msgstr ""
#. +> trunk5
#: libindi_strings.cpp:201
#, kde-kuit-format
msgctxt "string from libindi, used in the config dialog"
msgid "Library"
msgstr ""
#. +> trunk5
#: libindi_strings.cpp:202
#, kde-kuit-format
msgctxt "string from libindi, used in the config dialog"
msgid "Light"
msgstr ""
#. +> trunk5
#: libindi_strings.cpp:203
#, kde-kuit-format
msgctxt "string from libindi, used in the config dialog"
msgid "Limiting Mag"
msgstr ""
#. +> trunk5
#: libindi_strings.cpp:204
#, kde-kuit-format
msgctxt "string from libindi, used in the config dialog"
msgid "Load"
msgstr ""
#. +> trunk5
#: libindi_strings.cpp:205
#, kde-kuit-format
msgctxt "string from libindi, used in the config dialog"
msgid "Lon (dd:mm:ss)"
msgstr ""
#. +> trunk5
#: libindi_strings.cpp:206
#, kde-kuit-format
msgctxt "string from libindi, used in the config dialog"
msgid "Long. D:M:S +E"
msgstr ""
#. +> trunk5
#: libindi_strings.cpp:207
#, kde-kuit-format
msgctxt "string from libindi, used in the config dialog"
msgid "Low"
msgstr ""
#. +> trunk5
#: libindi_strings.cpp:208
#, kde-kuit-format
msgctxt "string from libindi, used in the config dialog"
msgid "Luminosity"
msgstr ""
#. +> trunk5
#: libindi_strings.cpp:209
#, kde-kuit-format
msgctxt "string from libindi, used in the config dialog"
msgid "Lunar"
msgstr ""
#. +> trunk5
#: libindi_strings.cpp:210
#, kde-kuit-format
msgctxt "string from libindi, used in the config dialog"
msgid "Main Control"
msgstr ""
#. +> trunk5
#: libindi_strings.cpp:211
#, kde-kuit-format
msgctxt "string from libindi, used in the config dialog"
msgid "Manual Blue"
msgstr ""
#. +> trunk5
#: libindi_strings.cpp:212
#, kde-kuit-format
msgctxt "string from libindi, used in the config dialog"
msgid "Manual Red"
msgstr ""
#. +> trunk5
#: libindi_strings.cpp:213
#, kde-kuit-format
msgctxt "string from libindi, used in the config dialog"
msgid "Manual"
msgstr ""
#. +> trunk5
#: libindi_strings.cpp:214
#, kde-kuit-format
msgctxt "string from libindi, used in the config dialog"
msgid "Mars"
msgstr ""
#. +> trunk5
#: libindi_strings.cpp:215
#, kde-kuit-format
msgctxt "string from libindi, used in the config dialog"
msgid "Master alarm"
msgstr ""
#. +> trunk5
#: libindi_strings.cpp:216
#, kde-kuit-format
msgctxt "string from libindi, used in the config dialog"
msgid "Max slew Rate"
msgstr ""
#. +> trunk5
#: libindi_strings.cpp:217
#, kde-kuit-format
msgctxt "string from libindi, used in the config dialog"
msgid "Max"
msgstr ""
#. +> trunk5
#: libindi_strings.cpp:218
#, kde-kuit-format
msgctxt "string from libindi, used in the config dialog"
msgid "Max. travel"
msgstr ""
#. +> trunk5
#: libindi_strings.cpp:219
#, kde-kuit-format
msgctxt "string from libindi, used in the config dialog"
msgid "Maximum Tick"
msgstr ""
#. +> trunk5
#: libindi_strings.cpp:220
#, kde-kuit-format
msgctxt "string from libindi, used in the config dialog"
msgid "Maximum travel"
msgstr ""
#. +> trunk5
#: libindi_strings.cpp:221
#, kde-kuit-format
msgctxt "string from libindi, used in the config dialog"
msgid "Medium"
msgstr ""
#. +> trunk5
#: libindi_strings.cpp:222
#, kde-kuit-format
msgctxt "string from libindi, used in the config dialog"
msgid "Mercury"
msgstr ""
#. +> trunk5
#: libindi_strings.cpp:223
#, kde-kuit-format
msgctxt "string from libindi, used in the config dialog"
msgid "Messier"
msgstr ""
#. +> trunk5
#: libindi_strings.cpp:224
#, kde-kuit-format
msgctxt "string from libindi, used in the config dialog"
msgid "Minimum Tick"
msgstr ""
#. +> trunk5
#: libindi_strings.cpp:225
#, kde-kuit-format
msgctxt "string from libindi, used in the config dialog"
msgid "Mode"
msgstr ""
#. +> trunk5
#: libindi_strings.cpp:226
#, kde-kuit-format
msgctxt "string from libindi, used in the config dialog"
msgid "Model"
msgstr ""
#. +> trunk5
#: libindi_strings.cpp:227
#, kde-kuit-format
msgctxt "string from libindi, used in the config dialog"
msgid "Moon"
msgstr ""
#. +> trunk5
#: libindi_strings.cpp:228
#, kde-kuit-format
msgctxt "string from libindi, used in the config dialog"
msgid "Motion Control"
msgstr ""
#. +> trunk5
#: libindi_strings.cpp:229
#, kde-kuit-format
msgctxt "string from libindi, used in the config dialog"
msgid "Motion"
msgstr ""
#. +> trunk5
#: libindi_strings.cpp:230
#, kde-kuit-format
msgctxt "string from libindi, used in the config dialog"
msgid "Motor Steps"
msgstr ""
#. +> trunk5
#: libindi_strings.cpp:231
#, kde-kuit-format
msgctxt "string from libindi, used in the config dialog"
msgid "Motor steps per tick"
msgstr ""
#. +> trunk5
#: libindi_strings.cpp:232
#, kde-kuit-format
msgctxt "string from libindi, used in the config dialog"
msgid "Mount coordinates"
msgstr ""
#. +> trunk5
#: libindi_strings.cpp:233
#, kde-kuit-format
msgctxt "string from libindi, used in the config dialog"
msgid "Mount init."
msgstr ""
#. +> trunk5
#: libindi_strings.cpp:234
#, kde-kuit-format
msgctxt "string from libindi, used in the config dialog"
msgid "Mounting"
msgstr ""
#. +> trunk5
#: libindi_strings.cpp:235
#, kde-kuit-format
msgctxt "string from libindi, used in the config dialog"
msgid "Move to rate"
msgstr ""
#. +> trunk5
#: libindi_strings.cpp:236
#, kde-kuit-format
msgctxt "string from libindi, used in the config dialog"
msgid "Movement Control"
msgstr ""
#. +> trunk5
#: libindi_strings.cpp:237
#, kde-kuit-format
msgctxt "string from libindi, used in the config dialog"
msgid "NGC"
msgstr ""
#. +> trunk5
#: libindi_strings.cpp:238
#, kde-kuit-format
msgctxt "string from libindi, used in the config dialog"
msgid "Name"
msgstr ""
#. +> trunk5
#: libindi_strings.cpp:239
#, kde-kuit-format
msgctxt "string from libindi, used in the config dialog"
msgid "Neptune"
msgstr ""
#. +> trunk5
#: libindi_strings.cpp:240
#, kde-kuit-format
msgctxt "string from libindi, used in the config dialog"
msgid "Noise Reduction"
msgstr ""
#. +> trunk5
#: libindi_strings.cpp:241
#, kde-kuit-format
msgctxt "string from libindi, used in the config dialog"
msgid "None"
msgstr ""
#. +> trunk5
#: libindi_strings.cpp:242
#, kde-kuit-format
msgctxt "string from libindi, used in the config dialog"
msgid "North (msec)"
msgstr ""
#. +> trunk5
#: libindi_strings.cpp:243
#, kde-kuit-format
msgctxt "string from libindi, used in the config dialog"
msgid "North (sec)"
msgstr ""
#. +> trunk5
#: libindi_strings.cpp:244
#, kde-kuit-format
msgctxt "string from libindi, used in the config dialog"
msgid "North"
msgstr ""
#. +> trunk5
#: libindi_strings.cpp:245
#, kde-kuit-format
msgctxt "string from libindi, used in the config dialog"
msgid "North/South"
msgstr ""
#. +> trunk5
#: libindi_strings.cpp:246
#, kde-kuit-format
msgctxt "string from libindi, used in the config dialog"
msgid "Note"
msgstr ""
#. +> trunk5
#: libindi_strings.cpp:247
#, kde-kuit-format
msgctxt "string from libindi, used in the config dialog"
msgid "Number"
msgstr ""
#. +> trunk5
#: libindi_strings.cpp:248
#, kde-kuit-format
msgctxt "string from libindi, used in the config dialog"
msgid "OFF"
msgstr ""
#. +> trunk5
#: libindi_strings.cpp:249
#, kde-kuit-format
msgctxt "string from libindi, used in the config dialog"
msgid "ON"
msgstr ""
#. +> trunk5
#: libindi_strings.cpp:250
#, kde-kuit-format
msgctxt "string from libindi, used in the config dialog"
msgid "OTA Temperature (C)"
msgstr ""
#. +> trunk5
#: libindi_strings.cpp:251
#, kde-kuit-format
msgctxt "string from libindi, used in the config dialog"
msgid "OTA Update"
msgstr ""
#. +> trunk5
#: libindi_strings.cpp:252
#, kde-kuit-format
msgctxt "string from libindi, used in the config dialog"
msgid "Oag Offset (arcminutes)"
msgstr ""
#. +> trunk5
#: libindi_strings.cpp:253
#, kde-kuit-format
msgctxt "string from libindi, used in the config dialog"
msgid "Object Info"
msgstr ""
#. +> trunk5
#: libindi_strings.cpp:254
#, kde-kuit-format
msgctxt "string from libindi, used in the config dialog"
msgid "Object Number"
msgstr ""
#. +> trunk5
#: libindi_strings.cpp:255
#, kde-kuit-format
msgctxt "string from libindi, used in the config dialog"
msgid "Object"
msgstr ""
#. +> trunk5
#: libindi_strings.cpp:256
#, kde-kuit-format
msgctxt "string from libindi, used in the config dialog"
msgid "Off"
msgstr ""
#. +> trunk5
#: libindi_strings.cpp:257
#, kde-kuit-format
msgctxt "string from libindi, used in the config dialog"
msgid "Offset"
msgstr ""
#. +> trunk5
#: libindi_strings.cpp:258
#, kde-kuit-format
msgctxt "string from libindi, used in the config dialog"
msgid "On Set"
msgstr ""
#. +> trunk5
#: libindi_strings.cpp:259
#, kde-kuit-format
msgctxt "string from libindi, used in the config dialog"
msgid "On"
msgstr ""
#. +> trunk5
#: libindi_strings.cpp:260
#, kde-kuit-format
msgctxt "string from libindi, used in the config dialog"
msgid "Options"
msgstr ""
#. +> trunk5
#: libindi_strings.cpp:261
#, kde-kuit-format
msgctxt "string from libindi, used in the config dialog"
msgid "Outdoor"
msgstr ""
#. +> trunk5
#: libindi_strings.cpp:262
#, kde-kuit-format
msgctxt "string from libindi, used in the config dialog"
msgid "PE N/S"
msgstr ""
#. +> trunk5
#: libindi_strings.cpp:263
#, kde-kuit-format
msgctxt "string from libindi, used in the config dialog"
msgid "PE W/E"
msgstr ""
#. +> trunk5
#: libindi_strings.cpp:264
#, kde-kuit-format
msgctxt "string from libindi, used in the config dialog"
msgid "Park Scope"
msgstr ""
#. +> trunk5
#: libindi_strings.cpp:265
#, kde-kuit-format
msgctxt "string from libindi, used in the config dialog"
msgid "Park"
msgstr ""
#. +> trunk5
#: libindi_strings.cpp:266
#, kde-kuit-format
msgctxt "string from libindi, used in the config dialog"
msgid "Periodic Error"
msgstr ""
#. +> trunk5
#: libindi_strings.cpp:267
#, kde-kuit-format
msgctxt "string from libindi, used in the config dialog"
msgid "Philips Webcam"
msgstr ""
#. +> trunk5
#: libindi_strings.cpp:268
#, kde-kuit-format
msgctxt "string from libindi, used in the config dialog"
msgid "Pixel size (um)"
msgstr ""
#. +> trunk5
#: libindi_strings.cpp:269
#, kde-kuit-format
msgctxt "string from libindi, used in the config dialog"
msgid "Pixel size X"
msgstr ""
#. +> trunk5
#: libindi_strings.cpp:270
#, kde-kuit-format
msgctxt "string from libindi, used in the config dialog"
msgid "Pixel size Y"
msgstr ""
#. +> trunk5
#: libindi_strings.cpp:271
#, kde-kuit-format
msgctxt "string from libindi, used in the config dialog"
msgid "Pluto"
msgstr ""
#. +> trunk5
#: libindi_strings.cpp:272
#, kde-kuit-format
msgctxt "string from libindi, used in the config dialog"
msgid "Polar"
msgstr ""
#. +> trunk5
#: libindi_strings.cpp:273
#, kde-kuit-format
msgctxt "string from libindi, used in the config dialog"
msgid "Port"
msgstr ""
#. +> trunk5
#: libindi_strings.cpp:274
#, kde-kuit-format
msgctxt "string from libindi, used in the config dialog"
msgid "Ports"
msgstr ""
#. +> trunk5
#: libindi_strings.cpp:275
#, kde-kuit-format
msgctxt "string from libindi, used in the config dialog"
msgid "Position"
msgstr ""
#. +> trunk5
#: libindi_strings.cpp:276
#, kde-kuit-format
msgctxt "string from libindi, used in the config dialog"
msgid "Power"
msgstr ""
#. +> trunk5
#: libindi_strings.cpp:277
#, kde-kuit-format
msgctxt "string from libindi, used in the config dialog"
msgid "Pressure hPa"
msgstr ""
#. +> trunk5
#: libindi_strings.cpp:278
#, kde-kuit-format
msgctxt "string from libindi, used in the config dialog"
msgid "Property"
msgstr ""
#. +> trunk5
#: libindi_strings.cpp:279
#, kde-kuit-format
msgctxt "string from libindi, used in the config dialog"
msgid "RA H:M:S"
msgstr ""
#. +> trunk5
#: libindi_strings.cpp:280
#, kde-kuit-format
msgctxt "string from libindi, used in the config dialog"
msgid "RA (arcmin)"
msgstr ""
#. +> trunk5
#: libindi_strings.cpp:281
#, kde-kuit-format
msgctxt "string from libindi, used in the config dialog"
msgid "RA (hh:mm:ss)"
msgstr ""
#. +> trunk5
#: libindi_strings.cpp:282
#, kde-kuit-format
msgctxt "string from libindi, used in the config dialog"
msgid "RA H:M:S"
msgstr ""
#. +> trunk5
#: libindi_strings.cpp:283
#, kde-kuit-format
msgctxt "string from libindi, used in the config dialog"
msgid "RA motor"
msgstr ""
#. +> trunk5
#: libindi_strings.cpp:284
#, kde-kuit-format
msgctxt "string from libindi, used in the config dialog"
msgid "Ra (hh:mm:ss)"
msgstr ""
#. +> trunk5
#: libindi_strings.cpp:285
#, kde-kuit-format
msgctxt "string from libindi, used in the config dialog"
msgid "Rate"
msgstr ""
#. +> trunk5
#: libindi_strings.cpp:286
#, kde-kuit-format
msgctxt "string from libindi, used in the config dialog"
msgid "Raw"
msgstr ""
#. +> trunk5
#: libindi_strings.cpp:287
#, kde-kuit-format
msgctxt "string from libindi, used in the config dialog"
msgid "Red"
msgstr ""
#. +> trunk5
#: libindi_strings.cpp:288
#, kde-kuit-format
msgctxt "string from libindi, used in the config dialog"
msgid "Relative Position"
msgstr ""
#. +> trunk5
#: libindi_strings.cpp:289
#, kde-kuit-format
msgctxt "string from libindi, used in the config dialog"
msgid "Resolution x"
msgstr ""
#. +> trunk5
#: libindi_strings.cpp:290
#, kde-kuit-format
msgctxt "string from libindi, used in the config dialog"
msgid "Resolution y"
msgstr ""
#. +> trunk5
#: libindi_strings.cpp:291
#, kde-kuit-format
msgctxt "string from libindi, used in the config dialog"
msgid "Restart"
msgstr ""
#. +> trunk5
#: libindi_strings.cpp:292
#, kde-kuit-format
msgctxt "string from libindi, used in the config dialog"
msgid "Restore"
msgstr ""
#. +> trunk5
#: libindi_strings.cpp:293
#, kde-kuit-format
msgctxt "string from libindi, used in the config dialog"
msgid "SAO"
msgstr ""
#. +> trunk5
#: libindi_strings.cpp:294
#, kde-kuit-format
msgctxt "string from libindi, used in the config dialog"
msgid "STAR"
msgstr ""
#. +> trunk5
#: libindi_strings.cpp:295
#, kde-kuit-format
msgctxt "string from libindi, used in the config dialog"
msgid "Saturation Mag"
msgstr ""
#. +> trunk5
#: libindi_strings.cpp:296
#, kde-kuit-format
msgctxt "string from libindi, used in the config dialog"
msgid "Saturn"
msgstr ""
#. +> trunk5
#: libindi_strings.cpp:297
#, kde-kuit-format
msgctxt "string from libindi, used in the config dialog"
msgid "Save home"
msgstr ""
#. +> trunk5
#: libindi_strings.cpp:298
#, kde-kuit-format
msgctxt "string from libindi, used in the config dialog"
msgid "Save"
msgstr ""
#. +> trunk5
#: libindi_strings.cpp:299
#, kde-kuit-format
msgctxt "string from libindi, used in the config dialog"
msgid "Scope Location"
msgstr ""
#. +> trunk5
#: libindi_strings.cpp:300
#, kde-kuit-format
msgctxt "string from libindi, used in the config dialog"
msgid "Scope Properties"
msgstr ""
#. +> trunk5
#: libindi_strings.cpp:301
#, kde-kuit-format
msgctxt "string from libindi, used in the config dialog"
msgid "Seeing"
msgstr ""
#. +> trunk5
#: libindi_strings.cpp:302
#, kde-kuit-format
msgctxt "string from libindi, used in the config dialog"
msgid "Select item..."
msgstr ""
#. +> trunk5
#: libindi_strings.cpp:303
#, kde-kuit-format
msgctxt "string from libindi, used in the config dialog"
msgid "Select"
msgstr ""
#. +> trunk5
#: libindi_strings.cpp:304
#, kde-kuit-format
msgctxt "string from libindi, used in the config dialog"
msgid "Selenographic Sync"
msgstr ""
#. +> trunk5
#: libindi_strings.cpp:305
#, kde-kuit-format
msgctxt "string from libindi, used in the config dialog"
msgid "Set Register"
msgstr ""
#. +> trunk5
#: libindi_strings.cpp:306
#, kde-kuit-format
msgctxt "string from libindi, used in the config dialog"
msgid "Set home"
msgstr ""
#. +> trunk5
#: libindi_strings.cpp:307
#, kde-kuit-format
msgctxt "string from libindi, used in the config dialog"
msgid "Set register"
msgstr ""
#. +> trunk5
#: libindi_strings.cpp:308
#, kde-kuit-format
msgctxt "string from libindi, used in the config dialog"
msgid "Set"
msgstr ""
#. +> trunk5
#: libindi_strings.cpp:309
#, kde-kuit-format
msgctxt "string from libindi, used in the config dialog"
msgid "Settings"
msgstr ""
#. +> trunk5
#: libindi_strings.cpp:310
#, kde-kuit-format
msgctxt "string from libindi, used in the config dialog"
msgid "Shutter Speed"
msgstr ""
#. +> trunk5
#: libindi_strings.cpp:311
#, kde-kuit-format
msgctxt "string from libindi, used in the config dialog"
msgid "Sidereal"
msgstr ""
#. +> trunk5
#: libindi_strings.cpp:312
#, kde-kuit-format
msgctxt "string from libindi, used in the config dialog"
msgid "Sidereal Time"
msgstr ""
#. +> trunk5
#: libindi_strings.cpp:313
#, kde-kuit-format
msgctxt "string from libindi, used in the config dialog"
msgid "Sidereal time"
msgstr ""
#. +> trunk5
#: libindi_strings.cpp:314
#, kde-kuit-format
msgctxt "string from libindi, used in the config dialog"
msgid "Simulation"
msgstr ""
#. +> trunk5
#: libindi_strings.cpp:315
#, kde-kuit-format
msgctxt "string from libindi, used in the config dialog"
msgid "Simulator Config"
msgstr ""
#. +> trunk5
#: libindi_strings.cpp:316
#, kde-kuit-format
msgctxt "string from libindi, used in the config dialog"
msgid "Simulator Settings"
msgstr ""
#. +> trunk5
#: libindi_strings.cpp:317
#, kde-kuit-format
msgctxt "string from libindi, used in the config dialog"
msgid "Site 1"
msgstr ""
#. +> trunk5
#: libindi_strings.cpp:318
#, kde-kuit-format
msgctxt "string from libindi, used in the config dialog"
msgid "Site 2"
msgstr ""
#. +> trunk5
#: libindi_strings.cpp:319
#, kde-kuit-format
msgctxt "string from libindi, used in the config dialog"
msgid "Site 3"
msgstr ""
#. +> trunk5
#: libindi_strings.cpp:320
#, kde-kuit-format
msgctxt "string from libindi, used in the config dialog"
msgid "Site 4"
msgstr ""
#. +> trunk5
#: libindi_strings.cpp:321
#, kde-kuit-format
msgctxt "string from libindi, used in the config dialog"
msgid "Site Management"
msgstr ""
#. +> trunk5
#: libindi_strings.cpp:322
#, kde-kuit-format
msgctxt "string from libindi, used in the config dialog"
msgid "Site Name"
msgstr ""
#. +> trunk5
#: libindi_strings.cpp:323
#, kde-kuit-format
msgctxt "string from libindi, used in the config dialog"
msgid "Sites"
msgstr ""
#. +> trunk5
#: libindi_strings.cpp:324
#, kde-kuit-format
msgctxt "string from libindi, used in the config dialog"
msgid "Sky Glow (magnitudes)"
msgstr ""
#. +> trunk5
#: libindi_strings.cpp:325
#, kde-kuit-format
msgctxt "string from libindi, used in the config dialog"
msgid "Sleep"
msgstr ""
#. +> trunk5
#: libindi_strings.cpp:326
#, kde-kuit-format
msgctxt "string from libindi, used in the config dialog"
msgid "Slew Accuracy"
msgstr ""
#. +> trunk5
#: libindi_strings.cpp:327
#, kde-kuit-format
msgctxt "string from libindi, used in the config dialog"
msgid "Slew rate"
msgstr ""
#. +> trunk5
#: libindi_strings.cpp:328
#, kde-kuit-format
msgctxt "string from libindi, used in the config dialog"
msgid "Slew"
msgstr ""
#. +> trunk5
#: libindi_strings.cpp:329
#, kde-kuit-format
msgctxt "string from libindi, used in the config dialog"
msgid "Slow"
msgstr ""
#. +> trunk5
#: libindi_strings.cpp:330
#, kde-kuit-format
msgctxt "string from libindi, used in the config dialog"
msgid "Snoop dc connection"
msgstr ""
#. +> trunk5
#: libindi_strings.cpp:331
#, kde-kuit-format
msgctxt "string from libindi, used in the config dialog"
msgid "Snoop dc master alarm"
msgstr ""
#. +> trunk5
#: libindi_strings.cpp:332
#, kde-kuit-format
msgctxt "string from libindi, used in the config dialog"
msgid "Snoop dc mode"
msgstr ""
#. +> trunk5
#: libindi_strings.cpp:333
#, kde-kuit-format
msgctxt "string from libindi, used in the config dialog"
msgid "Snoop devices"
msgstr ""
#. +> trunk5
#: libindi_strings.cpp:334
#, kde-kuit-format
msgctxt "string from libindi, used in the config dialog"
msgid "Solar System"
msgstr ""
#. +> trunk5
#: libindi_strings.cpp:335
#, kde-kuit-format
msgctxt "string from libindi, used in the config dialog"
msgid "Solar"
msgstr ""
#. +> trunk5
#: libindi_strings.cpp:336
#, kde-kuit-format
msgctxt "string from libindi, used in the config dialog"
msgid "South (msec)"
msgstr ""
#. +> trunk5
#: libindi_strings.cpp:337
#, kde-kuit-format
msgctxt "string from libindi, used in the config dialog"
msgid "South (sec)"
msgstr ""
#. +> trunk5
#: libindi_strings.cpp:338
#, kde-kuit-format
msgctxt "string from libindi, used in the config dialog"
msgid "South"
msgstr ""
#. +> trunk5
#: libindi_strings.cpp:339
#, kde-kuit-format
msgctxt "string from libindi, used in the config dialog"
msgid "Speed"
msgstr ""
#. +> trunk5
#: libindi_strings.cpp:340
#, kde-kuit-format
msgctxt "string from libindi, used in the config dialog"
msgid "Star Catalogs"
msgstr ""
#. +> trunk5
#: libindi_strings.cpp:341
#, kde-kuit-format
msgctxt "string from libindi, used in the config dialog"
msgid "Step delay"
msgstr ""
#. +> trunk5
#: libindi_strings.cpp:342
#, kde-kuit-format
msgctxt "string from libindi, used in the config dialog"
msgid "Stop"
msgstr ""
#. +> trunk5
#: libindi_strings.cpp:343
#, kde-kuit-format
msgctxt "string from libindi, used in the config dialog"
msgid "Stream Off"
msgstr ""
#. +> trunk5
#: libindi_strings.cpp:344
#, kde-kuit-format
msgctxt "string from libindi, used in the config dialog"
msgid "Stream On"
msgstr ""
#. +> trunk5
#: libindi_strings.cpp:345
#, kde-kuit-format
msgctxt "string from libindi, used in the config dialog"
msgid "Swap buttons"
msgstr ""
#. +> trunk5
#: libindi_strings.cpp:346
#, kde-kuit-format
msgctxt "string from libindi, used in the config dialog"
msgid "Switch 1"
msgstr ""
#. +> trunk5
#: libindi_strings.cpp:347
#, kde-kuit-format
msgctxt "string from libindi, used in the config dialog"
msgid "Switch 2"
msgstr ""
#. +> trunk5
#: libindi_strings.cpp:348
#, kde-kuit-format
msgctxt "string from libindi, used in the config dialog"
msgid "Switch 3"
msgstr ""
#. +> trunk5
#: libindi_strings.cpp:349
#, kde-kuit-format
msgctxt "string from libindi, used in the config dialog"
msgid "Switch 4"
msgstr ""
#. +> trunk5
#: libindi_strings.cpp:350
#, kde-kuit-format
msgctxt "string from libindi, used in the config dialog"
msgid "Sync"
msgstr ""
#. +> trunk5
#: libindi_strings.cpp:351
#, kde-kuit-format
msgctxt "string from libindi, used in the config dialog"
msgid "Telescope Simulator"
msgstr ""
#. +> trunk5
#: libindi_strings.cpp:352
#, kde-kuit-format
msgctxt "string from libindi, used in the config dialog"
msgid "Telescope"
msgstr ""
#. +> trunk5
#: libindi_strings.cpp:353
#, kde-kuit-format
msgctxt "string from libindi, used in the config dialog"
msgid "Telescopes"
msgstr ""
#. +> trunk5
#: libindi_strings.cpp:354
#, kde-kuit-format
msgctxt "string from libindi, used in the config dialog"
msgid "Temma Driver"
msgstr ""
#. +> trunk5
#: libindi_strings.cpp:355
#, kde-kuit-format
msgctxt "string from libindi, used in the config dialog"
msgid "Temma version"
msgstr ""
#. +> trunk5
#: libindi_strings.cpp:356
#, kde-kuit-format
msgctxt "string from libindi, used in the config dialog"
msgid "Temma"
msgstr ""
#. +> trunk5
#: libindi_strings.cpp:357
#, kde-kuit-format
msgctxt "string from libindi, used in the config dialog"
msgid "Temp."
msgstr ""
#. +> trunk5
#: libindi_strings.cpp:358
#, kde-kuit-format
msgctxt "string from libindi, used in the config dialog"
msgid "Temperature K"
msgstr ""
#. +> trunk5
#: libindi_strings.cpp:359
#, kde-kuit-format
msgctxt "string from libindi, used in the config dialog"
msgid "Theta D:M:S"
msgstr ""
#. +> trunk5
#: libindi_strings.cpp:360
#, kde-kuit-format
msgctxt "string from libindi, used in the config dialog"
msgid "Ticks"
msgstr ""
#. +> trunk5
#: libindi_strings.cpp:361
#, kde-kuit-format
msgctxt "string from libindi, used in the config dialog"
msgid "Time Factor"
msgstr ""
#. +> trunk5
#: libindi_strings.cpp:362
#, kde-kuit-format
msgctxt "string from libindi, used in the config dialog"
msgid "Time"
msgstr ""
#. +> trunk5
#: libindi_strings.cpp:363
#, kde-kuit-format
msgctxt "string from libindi, used in the config dialog"
msgid "Timer (ms)"
msgstr ""
#. +> trunk5
#: libindi_strings.cpp:364
#, kde-kuit-format
msgctxt "string from libindi, used in the config dialog"
msgid "Timer"
msgstr ""
#. +> trunk5
#: libindi_strings.cpp:365
#, kde-kuit-format
msgctxt "string from libindi, used in the config dialog"
msgid "Top"
msgstr ""
#. +> trunk5
#: libindi_strings.cpp:366
#, kde-kuit-format
msgctxt "string from libindi, used in the config dialog"
msgid "Total Exposure Time (ms)"
msgstr ""
#. +> trunk5
#: libindi_strings.cpp:367
#, kde-kuit-format
msgctxt "string from libindi, used in the config dialog"
msgid "Track Mode"
msgstr ""
#. +> trunk5
#: libindi_strings.cpp:368
#, kde-kuit-format
msgctxt "string from libindi, used in the config dialog"
msgid "Track"
msgstr ""
#. +> trunk5
#: libindi_strings.cpp:369
#, kde-kuit-format
msgctxt "string from libindi, used in the config dialog"
msgid "Tracking Accuracy"
msgstr ""
#. +> trunk5
#: libindi_strings.cpp:370
#, kde-kuit-format
msgctxt "string from libindi, used in the config dialog"
msgid "Tracking Frequency"
msgstr ""
#. +> trunk5
#: libindi_strings.cpp:371
#, kde-kuit-format
msgctxt "string from libindi, used in the config dialog"
msgid "Tracking Mode"
msgstr ""
#. +> trunk5
#: libindi_strings.cpp:372
#, kde-kuit-format
msgctxt "string from libindi, used in the config dialog"
msgid "Tracking mode"
msgstr ""
#. +> trunk5
#: libindi_strings.cpp:373
#, kde-kuit-format
msgctxt "string from libindi, used in the config dialog"
msgid "Transformation"
msgstr ""
#. +> trunk5
#: libindi_strings.cpp:374
#, kde-kuit-format
msgctxt "string from libindi, used in the config dialog"
msgid "UGC"
msgstr ""
#. +> trunk5
#: libindi_strings.cpp:375
#, kde-kuit-format
msgctxt "string from libindi, used in the config dialog"
msgid "UTC Offset"
msgstr ""
#. +> trunk5
#: libindi_strings.cpp:376
#, kde-kuit-format
msgctxt "string from libindi, used in the config dialog"
msgid "UTC Time"
msgstr ""
#. +> trunk5
#: libindi_strings.cpp:377
#, kde-kuit-format
msgctxt "string from libindi, used in the config dialog"
msgid "UTC"
msgstr ""
#. +> trunk5
#: libindi_strings.cpp:378
#, kde-kuit-format
msgctxt "string from libindi, used in the config dialog"
msgid "Update Client"
msgstr ""
#. +> trunk5
#: libindi_strings.cpp:379
#, kde-kuit-format
msgctxt "string from libindi, used in the config dialog"
msgid "Update GPS"
msgstr ""
#. +> trunk5
#: libindi_strings.cpp:380
#, kde-kuit-format
msgctxt "string from libindi, used in the config dialog"
msgid "Update"
msgstr ""
#. +> trunk5
#: libindi_strings.cpp:381
#, kde-kuit-format
msgctxt "string from libindi, used in the config dialog"
msgid "Uranus"
msgstr ""
#. +> trunk5
#: libindi_strings.cpp:382
#, kde-kuit-format
msgctxt "string from libindi, used in the config dialog"
msgid "Use Pulse Cmd"
msgstr ""
#. +> trunk5
#: libindi_strings.cpp:383
#, kde-kuit-format
msgctxt "string from libindi, used in the config dialog"
msgid "Venus"
msgstr ""
#. +> trunk5
#: libindi_strings.cpp:384
#, kde-kuit-format
msgctxt "string from libindi, used in the config dialog"
msgid "Version"
msgstr ""
#. +> trunk5
#: libindi_strings.cpp:385
#, kde-kuit-format
msgctxt "string from libindi, used in the config dialog"
msgid "Video Stream"
msgstr ""
#. +> trunk5
#: libindi_strings.cpp:386
#, kde-kuit-format
msgctxt "string from libindi, used in the config dialog"
msgid "Video"
msgstr ""
#. +> trunk5
#: libindi_strings.cpp:387
#, kde-kuit-format
msgctxt "string from libindi, used in the config dialog"
msgid "Wake up"
msgstr ""
#. +> trunk5
#: libindi_strings.cpp:388
#, kde-kuit-format
msgctxt "string from libindi, used in the config dialog"
msgid "Webcam Name"
msgstr ""
#. +> trunk5
#: libindi_strings.cpp:389
#, kde-kuit-format
msgctxt "string from libindi, used in the config dialog"
msgid "West (msec)"
msgstr ""
#. +> trunk5
#: libindi_strings.cpp:390
#, kde-kuit-format
msgctxt "string from libindi, used in the config dialog"
msgid "West (sec)"
msgstr ""
#. +> trunk5
#: libindi_strings.cpp:391
#, kde-kuit-format
msgctxt "string from libindi, used in the config dialog"
msgid "West"
msgstr ""
#. +> trunk5
#: libindi_strings.cpp:392
#, kde-kuit-format
msgctxt "string from libindi, used in the config dialog"
msgid "West/East"
msgstr ""
#. +> trunk5
#: libindi_strings.cpp:393
#, kde-kuit-format
msgctxt "string from libindi, used in the config dialog"
msgid "W/E Rate"
msgstr ""
#. +> trunk5
#: libindi_strings.cpp:394
#, kde-kuit-format
msgctxt "string from libindi, used in the config dialog"
msgid "N/S Rate"
msgstr ""
#. +> trunk5
#: libindi_strings.cpp:395
#, kde-kuit-format
msgctxt "string from libindi, used in the config dialog"
msgid "White Balance Mode"
msgstr ""
#. +> trunk5
#: libindi_strings.cpp:396
#, kde-kuit-format
msgctxt "string from libindi, used in the config dialog"
msgid "White Balance"
msgstr ""
#. +> trunk5
#: libindi_strings.cpp:397
#, kde-kuit-format
msgctxt "string from libindi, used in the config dialog"
msgid "Whiteness"
msgstr ""
#. +> trunk5
#: libindi_strings.cpp:398
#, kde-kuit-format
msgctxt "string from libindi, used in the config dialog"
msgid "Width"
msgstr ""
#. +> trunk5
#: libindi_strings.cpp:399
#, kde-kuit-format
msgctxt "string from libindi, used in the config dialog"
msgid "X"
msgstr ""
#. +> trunk5
#: libindi_strings.cpp:400
#, kde-kuit-format
msgctxt "string from libindi, used in the config dialog"
msgid "Y"
msgstr ""
#. +> trunk5
#: libindi_strings.cpp:401
#, kde-kuit-format
msgctxt "string from libindi, used in the config dialog"
msgid "app. to refracted"
msgstr ""
#. +> trunk5
#: libindi_strings.cpp:402
#, kde-kuit-format
msgctxt "string from libindi, used in the config dialog"
msgid "app., refr., tel., observed"
msgstr ""
#. +> trunk5
#: libindi_strings.cpp:403
#, kde-kuit-format
msgctxt "string from libindi, used in the config dialog"
msgid "app., refr., telescope"
msgstr ""
#. +> trunk5
#: libindi_strings.cpp:404
#, kde-kuit-format
msgctxt "string from libindi, used in the config dialog"
msgid "arcseconds"
msgstr ""
#. +> trunk5
#: libindi_strings.cpp:405
#, kde-kuit-format
msgctxt "string from libindi, used in the config dialog"
msgid "cold"
msgstr ""
#. +> trunk5
#: libindi_strings.cpp:406
#, kde-kuit-format
msgctxt "string from libindi, used in the config dialog"
msgid "danger"
msgstr ""
#. +> trunk5
#: libindi_strings.cpp:407
#, kde-kuit-format
msgctxt "string from libindi, used in the config dialog"
msgid "decPEC (dd:mm:ss)"
msgstr ""
#. +> trunk5
#: libindi_strings.cpp:408
#, kde-kuit-format
msgctxt "string from libindi, used in the config dialog"
msgid "dome control"
msgstr ""
#. +> trunk5
#: libindi_strings.cpp:409
#, kde-kuit-format
msgctxt "string from libindi, used in the config dialog"
msgid "identity"
msgstr ""
#. +> trunk5
#: libindi_strings.cpp:410
#, kde-kuit-format
msgctxt "string from libindi, used in the config dialog"
msgid "lunar"
msgstr ""
#. +> trunk5
#: libindi_strings.cpp:411
#, kde-kuit-format
msgctxt "string from libindi, used in the config dialog"
msgid "manual"
msgstr ""
#. +> trunk5
#: libindi_strings.cpp:412
#, kde-kuit-format
msgctxt "string from libindi, used in the config dialog"
msgid "max Alt"
msgstr ""
#. +> trunk5
#: libindi_strings.cpp:413
#, kde-kuit-format
msgctxt "string from libindi, used in the config dialog"
msgid "min Alt"
msgstr ""
#. +> trunk5
#: libindi_strings.cpp:414
#, kde-kuit-format
msgctxt "string from libindi, used in the config dialog"
msgid "off"
msgstr ""
#. +> trunk5
#: libindi_strings.cpp:415
#, kde-kuit-format
msgctxt "string from libindi, used in the config dialog"
msgid "on"
msgstr ""
#. +> trunk5
#: libindi_strings.cpp:416
#, kde-kuit-format
msgctxt "string from libindi, used in the config dialog"
msgid "rel. to HA"
msgstr ""
#. +> trunk5
#: libindi_strings.cpp:417
#, kde-kuit-format
msgctxt "string from libindi, used in the config dialog"
msgid "reset"
msgstr ""
#. +> trunk5
#: libindi_strings.cpp:418
#, kde-kuit-format
msgctxt "string from libindi, used in the config dialog"
msgid "sidereal"
msgstr ""
#. +> trunk5
#: libindi_strings.cpp:419
#, kde-kuit-format
msgctxt "string from libindi, used in the config dialog"
msgid "solar"
msgstr ""
#. +> trunk5
#: libindi_strings.cpp:420
#, kde-kuit-format
msgctxt "string from libindi, used in the config dialog"
msgid "undefined"
msgstr ""
#. +> trunk5
#: libindi_strings.cpp:421
#, kde-kuit-format
msgctxt "string from libindi, used in the config dialog"
msgid "warm"
msgstr ""
#. +> trunk5
#: main.cpp:54
#, kde-format
msgid "Desktop Planetarium"
msgstr ""
#. +> trunk5
#: main.cpp:55
#, kde-format
msgid "Some images in KStars are for non-commercial use only. See README.images."
msgstr ""
#. +> trunk5
#: main.cpp:75
#, kde-format
msgid "Sorry, without a KStars Data Directory, KStars cannot operate. Exiting program now."
msgstr ""
#. +> trunk5
#: main.cpp:90
#, kde-format
msgid "(c), The KStars Team"
msgstr ""
#. +> trunk5
#: main.cpp:91
#, kde-format
msgctxt "Build number followed by copyright notice"
msgid ""
"Build: %1\n"
"\n"
"%2"
msgstr ""
#. +> trunk5
#: main.cpp:93
#, kde-format
msgid "Jason Harris"
msgstr ""
#. +> trunk5
#: main.cpp:93
#, kde-format
msgid "Original Author"
msgstr ""
#. +> trunk5
#: main.cpp:95
#, kde-format
msgid "Jasem Mutlaq"
msgstr ""
#. +> trunk5
#: main.cpp:95
#, kde-format
msgid "Current Maintainer"
msgstr ""
#. +> trunk5
#: main.cpp:99
#, kde-format
msgid "Akarsh Simha"
msgstr ""
#. +> trunk5
#: main.cpp:100
#, kde-format
msgid "Robert Lancaster"
msgstr ""
#. +> trunk5
#: main.cpp:100
#, kde-format
msgid "FITSViewer Improvements. KStars OSX Port"
msgstr ""
#. +> trunk5
#: main.cpp:102
#, kde-format
msgid "Csaba Kertesz"
msgstr ""
#. +> trunk5
#: main.cpp:105
#, kde-format
msgid "Artem Fedoskin"
msgstr ""
#. +> trunk5
#: main.cpp:105
#, kde-format
msgid "KStars Lite"
msgstr ""
#. +> trunk5
#: main.cpp:106
#, kde-format
msgid "James Bowlin"
msgstr ""
#. +> trunk5
#: main.cpp:107
#, kde-format
msgid "Pablo de Vicente"
msgstr ""
#. +> trunk5
#: main.cpp:108
#, kde-format
msgid "Thomas Kabelmann"
msgstr ""
#. +> trunk5
#: main.cpp:109
#, kde-format
msgid "Heiko Evermann"
msgstr ""
#. +> trunk5
#: main.cpp:110
#, kde-format
msgid "Carsten Niehaus"
msgstr ""
#. +> trunk5
#: main.cpp:111
#, kde-format
msgid "Mark Hollomon"
msgstr ""
#. +> trunk5
#: main.cpp:112
#, kde-format
msgid "Alexey Khudyakov"
msgstr ""
#. +> trunk5
#: main.cpp:113
#, kde-format
msgid "M&eacute;d&eacute;ric Boquien"
msgstr ""
#. +> trunk5
#: main.cpp:114
#, kde-format
msgid "J&eacute;r&ocirc;me Sonrier"
msgstr ""
#. +> trunk5
#: main.cpp:115
#, kde-format
msgid "Prakash Mohan"
msgstr ""
#. +> trunk5
#: main.cpp:116
#, kde-format
msgid "Victor Cărbune"
msgstr ""
#. +> trunk5
#: main.cpp:117
#, kde-format
msgid "Henry de Valence"
msgstr ""
#. +> trunk5
#: main.cpp:118
#, kde-format
msgid "Samikshan Bairagya"
msgstr ""
#. +> trunk5
#: main.cpp:119
#, kde-format
msgid "Rafał Kułaga"
msgstr ""
#. +> trunk5
#: main.cpp:120
#, kde-format
msgid "Rishab Arora"
msgstr ""
#. +> trunk5
#: main.cpp:123
#, kde-format
msgid "Valery Kharitonov"
msgstr ""
#. +> trunk5
#: main.cpp:124
#, kde-format
msgid "Converted labels containing technical terms to links to documentation"
msgstr ""
#. +> trunk5
#: main.cpp:125
#, kde-format
msgid "Ana-Maria Constantin"
msgstr ""
#. +> trunk5
#: main.cpp:125
#, kde-format
msgid "Technical documentation on Astronomy and KStars"
msgstr ""
#. +> trunk5
#: main.cpp:126
#, kde-format
msgid "Andrew Stepanenko"
msgstr ""
#. +> trunk5
#: main.cpp:126
#, kde-format
msgid "Guiding code based on lin_guider"
msgstr ""
#. +> trunk5
#: main.cpp:127
#, kde-format
msgid "Nuno Pinheiro"
msgstr ""
#. +> trunk5
#: main.cpp:127
#, kde-format
msgid "Artwork"
msgstr ""
#. +> trunk5
#: main.cpp:128
#, kde-format
msgid "Utkarsh Simha"
msgstr ""
#. +> trunk5
#: main.cpp:128
#, kde-format
msgid "Improvements to observation plan execution, star hopper etc."
msgstr ""
#. +> trunk5
#: main.cpp:129
#, kde-format
msgid "Daniel Holler"
msgstr ""
#. +> trunk5
#: main.cpp:129
#, kde-format
msgid "Extensive testing and suggestions for Ekos/INDI."
msgstr ""
#. +> trunk5
#: main.cpp:130
#, kde-format
msgid "Stephane Lucas"
msgstr ""
#. +> trunk5
#: main.cpp:131
#, kde-format
msgid "Extensive testing and suggestions for Ekos Scheduler. KStars OSX Port"
msgstr ""
#. +> trunk5
#: main.cpp:132
#, kde-format
msgid "Yuri Fabirovsky"
msgstr ""
#. +> trunk5
#: main.cpp:132
#, kde-format
msgid "Splash screen for both regular KStars and KStars Lite."
msgstr ""
#. +> trunk5
#: main.cpp:133
#, kde-format
msgid "Jamie Smith"
msgstr ""
#. +> trunk5
#: main.cpp:133
#, kde-format
msgid "KStars OSX Port."
msgstr ""
#. +> trunk5
#: main.cpp:144
#, kde-format
msgid "Dump sky image to file."
msgstr ""
#. +> trunk5
#: main.cpp:145
#, kde-format
msgid "Script to execute."
msgstr ""
#. +> trunk5
#: main.cpp:146
#, kde-format
msgid "Width of sky image."
msgstr ""
#. +> trunk5
#: main.cpp:147
#, kde-format
msgid "Height of sky image."
msgstr ""
#. +> trunk5
#: main.cpp:148
#, kde-format
msgid "Date and time."
msgstr ""
#. +> trunk5
#: main.cpp:149
#, kde-format
msgid "Start with clock paused."
msgstr ""
#. +> trunk5
#: main.cpp:152
#, kde-format
msgid "FITS file(s) to open."
msgstr ""
#. +> trunk5
#: main.cpp:238
#, kde-format
msgid "Supplied date string is invalid: %1. Using CPU date/time instead."
msgstr ""
#. +> trunk5
#: main.cpp:268
#, kde-format
msgid "Script executed."
msgstr ""
#. +> trunk5
#: main.cpp:272
#, kde-format
msgid "Could not execute script."
msgstr ""
#. +> trunk5
#: main.cpp:296
#, kde-format
msgid "Using CPU date/time instead."
msgstr ""
#. +> trunk5
#: oal/equipmentwriter.cpp:42
#, kde-format
msgid "Configure Equipment"
msgstr ""
#. i18n: ectx: attribute (title), widget (QWidget, Scope)
#. i18n: ectx: property (text), widget (QCheckBox, kcfg_TelescopeCheck)
#. +> trunk5
#: oal/equipmentwriter.ui:30 tools/whatsinteresting/wiequipsettings.ui:43
#, kde-format
msgid "Telescope"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, label)
#. i18n: ectx: property (text), widget (QLabel, label_6)
#. i18n: ectx: property (text), widget (QLabel, label3_2)
#. i18n: ectx: property (text), widget (QLabel, label4)
#. +> trunk5
#: oal/equipmentwriter.ui:46 oal/equipmentwriter.ui:264
#: oal/equipmentwriter.ui:459 oal/equipmentwriter.ui:569
#, kde-format
msgid "Id:"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, label_3)
#. i18n: ectx: property (text), widget (QLabel, label_8)
#. i18n: ectx: property (text), widget (QLabel, label31)
#. i18n: ectx: property (text), widget (QLabel, label5)
#. +> trunk5
#: oal/equipmentwriter.ui:63 oal/equipmentwriter.ui:281
#: oal/equipmentwriter.ui:476 oal/equipmentwriter.ui:586
#, kde-format
msgid "Vendor:"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, label_2)
#. i18n: ectx: property (text), widget (QLabel, label_7)
#. i18n: ectx: property (text), widget (QLabel, label2)
#. i18n: ectx: property (text), widget (QLabel, label3)
#. i18n: ectx: property (text), widget (QLabel, scopeModelText)
#. +> trunk5
#: oal/equipmentwriter.ui:73 oal/equipmentwriter.ui:322
#: oal/equipmentwriter.ui:506 oal/equipmentwriter.ui:596
#: tools/whatsinteresting/wiequipsettings.ui:107
#, kde-format
msgid "Model:"
msgstr ""
#. i18n: ectx: property (text), item, widget (QComboBox, Type)
#. +> trunk5
#: oal/equipmentwriter.ui:94 tools/eyepiecefield.cpp:115
#, kde-format
msgid "Refractor"
msgstr ""
#. i18n: ectx: property (text), item, widget (QComboBox, Type)
#. +> trunk5
#: oal/equipmentwriter.ui:99
#, kde-format
msgid "Newtonian"
msgstr ""
#. i18n: ectx: property (text), item, widget (QComboBox, Type)
#. +> trunk5
#: oal/equipmentwriter.ui:104
#, kde-format
msgid "Maksutov"
msgstr ""
#. i18n: ectx: property (text), item, widget (QComboBox, Type)
#. +> trunk5
#: oal/equipmentwriter.ui:109
#, kde-format
msgid "Schmidt-Cassegrain"
msgstr ""
#. i18n: ectx: property (text), item, widget (QComboBox, Type)
#. +> trunk5
#: oal/equipmentwriter.ui:114
#, kde-format
msgid "Kutter (Schiefspiegler)"
msgstr ""
#. i18n: ectx: property (text), item, widget (QComboBox, Type)
#. +> trunk5
#: oal/equipmentwriter.ui:119
#, kde-format
msgid "Cassegrain"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, label_13)
#. i18n: ectx: property (text), widget (QLabel, scopeApertureText)
#. +> trunk5
#: oal/equipmentwriter.ui:127 tools/whatsinteresting/wiequipsettings.ui:121
#, kde-format
msgid "Aperture:"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, driverLabel)
#. +> trunk5
#: oal/equipmentwriter.ui:186
#, kde-format
msgid "Driver:"
msgstr ""
#. i18n: ectx: property (text), widget (QPushButton, NewScope)
#. i18n: ectx: property (text), widget (QPushButton, NewLens)
#. i18n: ectx: property (text), widget (QPushButton, NewFilter)
#. +> trunk5
#: oal/equipmentwriter.ui:222 oal/equipmentwriter.ui:530
#: oal/equipmentwriter.ui:722
#, kde-format
msgid "Add New..."
msgstr ""
#. i18n: ectx: property (text), widget (QPushButton, AddScope)
#. +> trunk5
#: oal/equipmentwriter.ui:229
#, kde-format
msgid "Save Telescope"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, label_9)
#. +> trunk5
#: oal/equipmentwriter.ui:333
#, kde-format
msgid "Apparent FOV:"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, label_11)
#. +> trunk5
#: oal/equipmentwriter.ui:353
#, kde-format
msgid "Unit:"
msgstr ""
#. i18n: ectx: property (text), item, widget (QComboBox, FovUnit)
#. +> trunk5
#: oal/equipmentwriter.ui:361
#, kde-format
msgid "deg"
msgstr ""
#. i18n: ectx: property (text), item, widget (QComboBox, FovUnit)
#. +> trunk5
#: oal/equipmentwriter.ui:366
#, kde-format
msgid "rad"
msgstr ""
#. i18n: ectx: property (text), widget (QPushButton, NewEyepiece)
#. +> trunk5
#: oal/equipmentwriter.ui:404
#, kde-format
msgid "Add New"
msgstr ""
#. i18n: ectx: property (text), widget (QPushButton, AddEyepiece)
#. +> trunk5
#: oal/equipmentwriter.ui:411
#, kde-format
msgid "Save Eyepiece"
msgstr ""
#. i18n: ectx: attribute (title), widget (QWidget, Lens)
#. +> trunk5
#: oal/equipmentwriter.ui:430
#, kde-format
msgid "Lens"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, label_16)
#. +> trunk5
#: oal/equipmentwriter.ui:447
#, kde-format
msgid "Enter details of Barlow/Shapley lenses"
msgstr ""
#. i18n: ectx: property (toolTip), widget (QLabel, label51)
#. +> trunk5
#: oal/equipmentwriter.ui:486
#, kde-format
msgid "Magnification factor of the Barlow/Shapley lens"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, label51)
#. +> trunk5
#: oal/equipmentwriter.ui:489
#, kde-format
msgid "Factor:"
msgstr ""
#. i18n: ectx: property (text), widget (QPushButton, AddLens)
#. +> trunk5
#: oal/equipmentwriter.ui:537
#, kde-format
msgid "Save Lens"
msgstr ""
#. i18n: ectx: property (toolTip), widget (QLabel, label_18)
#. +> trunk5
#: oal/equipmentwriter.ui:652
#, kde-format
msgid "Filter focus offset"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, label_18)
#. +> trunk5
#: oal/equipmentwriter.ui:655
#, kde-format
msgid "Offset:"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, label_21)
#. +> trunk5
#: oal/equipmentwriter.ui:681
#, kde-format
msgid "Auto Focus:"
msgstr ""
#. i18n: ectx: property (text), widget (QCheckBox, f_UseAutoFocus)
#. +> trunk5
#: oal/equipmentwriter.ui:688
#, kde-format
msgid "Enable"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, label_20)
#. +> trunk5
#: oal/equipmentwriter.ui:695
#, kde-format
msgid "Locked Filter:"
msgstr ""
#. i18n: ectx: property (text), widget (QPushButton, AddFilter)
#. +> trunk5
#: oal/equipmentwriter.ui:729
#, kde-format
msgid "Save Filter"
msgstr ""
#. +> trunk5
#: oal/execute.cpp:48
#, kde-format
msgid "End Session"
msgstr ""
#. +> trunk5
#: oal/execute.cpp:50
#, kde-format
msgid "Save and End the current session"
msgstr ""
#. i18n: ectx: property (windowTitle), widget (QWidget, Execute)
#. +> trunk5
#: oal/execute.cpp:56 oal/execute.ui:14
#, kde-format
msgid "Execute Session"
msgstr ""
#. +> trunk5
#: oal/execute.cpp:165 oal/execute.cpp:429
#, kde-format
msgid "Next Page >"
msgstr ""
#. +> trunk5
#: oal/execute.cpp:180 oal/execute.cpp:182
#, kde-format
msgid "site_"
msgstr ""
#. +> trunk5
#: oal/execute.cpp:194 oal/execute.cpp:196
#, kde-format
msgid "session_"
msgstr ""
#. +> trunk5
#: oal/execute.cpp:290
#, kde-format
msgid "Next Target >"
msgstr ""
#. +> trunk5
#: oal/execute.cpp:296 oal/execute.cpp:301
#, kde-format
msgid "observation_"
msgstr ""
#. +> trunk5
#: oal/execute.cpp:316
#, kde-format
msgid "Save Session"
msgstr ""
#. i18n: ectx: property (text), widget (KTitleWidget, ktitlewidget)
#. +> trunk5
#: oal/execute.ui:29
#, kde-format
msgid "Enter Session Details:"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, label_2)
#. i18n: ectx: property (text), widget (QLabel, LocationLabel)
#. i18n: ectx: property (text), widget (QLabel, LocationLabelBatch)
#. i18n: ectx: property (text), widget (QLabel, label_3)
#. i18n: ectx: property (text), widget (QLabel, locationLabel)
#. +> trunk5
#: oal/execute.ui:41 tools/modcalcaltaz.ui:109 tools/modcalcdaylength.ui:38
#: tools/modcalcdaylength.ui:792 tools/modcalcsidtime.ui:130
#: tools/modcalcsidtime.ui:222 tools/modcalcvlsr.ui:81
#: tools/observinglist.ui:185
#, kde-format
msgid "Location:"
msgstr ""
#. i18n: ectx: property (text), widget (QPushButton, Location)
#. +> trunk5
#: oal/execute.ui:48
#, kde-format
msgid "set location"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, label_3)
#. +> trunk5
#: oal/execute.ui:55
#, kde-format
msgid "Begin:"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, label_5)
#. +> trunk5
#: oal/execute.ui:79
#, kde-format
msgid "Equipment:"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, label_6)
#. +> trunk5
#: oal/execute.ui:93
#, kde-format
msgid "Comments:"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, label_7)
#. +> trunk5
#: oal/execute.ui:107
#, kde-format
msgid "Language:"
msgstr ""
#. i18n: ectx: property (text), widget (KTitleWidget, ktitlewidget_2)
#. +> trunk5
#: oal/execute.ui:123
#, kde-format
msgid "View Object Details:"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, label_24)
#. +> trunk5
#: oal/execute.ui:160
#, kde-format
msgid "Scheduled Time:"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, label_26)
#. +> trunk5
#: oal/execute.ui:174
#, kde-format
msgid "Right Ascension:"
msgstr ""
#. i18n: ectx: property (text), widget (KTitleWidget, ktitlewidget_4)
#. +> trunk5
#: oal/execute.ui:232
#, kde-format
msgid "Set observing notes for the object:"
msgstr ""
#. i18n: ectx: property (text), widget (QPushButton, Slew)
#. +> trunk5
#: oal/execute.ui:265
#, kde-format
msgctxt "Move the telescope to an object or location"
msgid "Slew Telescope"
msgstr ""
#. i18n: ectx: property (text), widget (KTitleWidget, ktitlewidget_3)
#. +> trunk5
#: oal/execute.ui:278
#, kde-format
msgid "Enter the Observation Details:"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, label_19)
#. +> trunk5
#: oal/execute.ui:290
#, kde-format
msgid "Observer"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, label_11)
#. +> trunk5
#: oal/execute.ui:307 printing/loggingform.cpp:64
#, kde-format
msgid "Telescope:"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, label_12)
#. +> trunk5
#: oal/execute.ui:324 printing/loggingform.cpp:67
#, kde-format
msgid "Eyepiece:"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, label_17)
#. +> trunk5
#: oal/execute.ui:341
#, kde-format
msgid "Lens:"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, label_14)
#. +> trunk5
#: oal/execute.ui:375 printing/loggingform.cpp:60
#, kde-format
msgid "Seeing:"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, label_8)
#. +> trunk5
#: oal/execute.ui:387
#, kde-format
msgid "arc seconds"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, label_15)
#. +> trunk5
#: oal/execute.ui:396
#, kde-format
msgid "Faintest Star:"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, label)
#. +> trunk5
#: oal/execute.ui:408
#, kde-format
msgid "(magnitude)"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, label_16)
#. +> trunk5
#: oal/execute.ui:417 printing/loggingform.cpp:56
#, kde-format
msgid "Time:"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, hintLabel)
#. +> trunk5
#: oal/execute.ui:443
#, kde-format
msgid "Looks like you haven't listed out your observers / equipment. Please hit Ctrl + 0 and Ctrl + 1 to fix this situation and come back here."
msgstr ""
#. i18n: ectx: property (text), widget (QPushButton, NextButton)
#. +> trunk5
#: oal/execute.ui:474
#, kde-format
msgid "Next >"
msgstr ""
#. i18n: ectx: property (text), widget (KUrlLabel, SessionURL)
#. +> trunk5
#: oal/execute.ui:485
#, kde-format
msgid "Step 1: Session Details"
msgstr ""
#. i18n: ectx: property (text), widget (KUrlLabel, AddObject)
#. +> trunk5
#: oal/execute.ui:503
#, kde-format
msgid "Add new object to list"
msgstr ""
#. i18n: ectx: property (text), widget (KUrlLabel, RemoveObject)
#. +> trunk5
#: oal/execute.ui:516
#, kde-format
msgid "Remove object from list"
msgstr ""
#. i18n: ectx: property (text), widget (KUrlLabel, ObservationsURL)
#. +> trunk5
#: oal/execute.ui:538
#, kde-format
msgid "Step 2: Observations"
msgstr ""
#. +> trunk5
#: oal/oal.h:56
#, kde-kuit-format
msgid "Overwrite"
msgstr ""
#. +> trunk5
#: oal/observeradd.cpp:107
#, kde-format
msgid "Another Observer already exists with the given Name and Surname, Overwrite?"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, label_2)
#. +> trunk5
#: oal/observeradd.ui:63
#, kde-format
msgid "Surname"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, label_3)
#. +> trunk5
#: oal/observeradd.ui:73
#, kde-format
msgid "Contact"
msgstr ""
#. i18n: ectx: attribute (title), widget (QWidget, tab)
#. +> trunk5
#: options/opsadvanced.ui:36
#, kde-format
msgid "&General"
msgstr ""
#. i18n: ectx: property (title), widget (QGroupBox, BackendsGroupBox)
#. +> trunk5
#: options/opsadvanced.ui:62
#, kde-format
msgid "Backends"
msgstr ""
#. i18n: ectx: property (toolTip), widget (QCheckBox, kcfg_UseRefraction)
#. +> trunk5
#: options/opsadvanced.ui:68
#, kde-format
msgid "Correct coordinates of objects for the effects of the atmosphere"
msgstr ""
#. i18n: ectx: property (whatsThis), widget (QCheckBox, kcfg_UseRefraction)
#. +> trunk5
#: options/opsadvanced.ui:71
#, kde-format
msgid "The atmosphere bends light passing through it, like a lens. If this item is checked, this \"atmospheric refraction\" will be simulated in the sky map. Note that this correction is only applied when using the Horizontal coordinate system."
msgstr ""
#. i18n: ectx: property (text), widget (QCheckBox, kcfg_UseRefraction)
#. +> trunk5
#: options/opsadvanced.ui:74
#, kde-format
msgid "Correct for atmospheric refraction"
msgstr ""
#. i18n: ectx: property (toolTip), widget (QCheckBox, kcfg_UseRelativistic)
#. +> trunk5
#: options/opsadvanced.ui:81
#, kde-format
msgid "Correct for the effect of sun's gravity on star positions, as predicted by General Relativity, and verified by Eddington's experiment."
msgstr ""
#. i18n: ectx: property (text), widget (QCheckBox, kcfg_UseRelativistic)
#. +> trunk5
#: options/opsadvanced.ui:84
#, kde-format
msgid "General Relativity effects near the sun"
msgstr ""
#. i18n: ectx: property (whatsThis), widget (QCheckBox, kcfg_AlwaysRecomputeCoordinates)
#. +> trunk5
#: options/opsadvanced.ui:91
#, 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: property (title), widget (QGroupBox, ImageryGroupBox)
#. +> trunk5
#: options/opsadvanced.ui:104
#, kde-format
msgid "DSS Imagery"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, label)
#. +> trunk5
#: options/opsadvanced.ui:125
#, kde-format
msgid "Default DSS Image Size: "
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, DefaultDSSImageSizeUnitLabel)
#. i18n: ectx: property (text), widget (QLabel, DSSPaddingUnitLabel)
#. +> trunk5
#: options/opsadvanced.ui:166 options/opsadvanced.ui:208
#, kde-format
msgid "arcminutes"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, label_3)
#. +> trunk5
#: options/opsadvanced.ui:173
#, kde-format
msgid "Padding around Deep Sky Objects:"
msgstr ""
#. i18n: ectx: property (title), widget (QGroupBox, groupBox)
#. +> trunk5
#: options/opsadvanced.ui:220
#, kde-format
msgid "Logging Output"
msgstr ""
#. i18n: ectx: property (text), widget (QPushButton, showLogsB)
#. +> trunk5
#: options/opsadvanced.ui:271
#, kde-format
msgid "Show Logs"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, label_6)
#. +> trunk5
#: options/opsadvanced.ui:471
#, kde-format
msgid "Modules:"
msgstr ""
#. i18n: ectx: attribute (title), widget (QWidget, tab_3)
#. +> trunk5
#: options/opsadvanced.ui:502
#, kde-format
msgid "Look and &Feel"
msgstr ""
#. i18n: ectx: property (toolTip), widget (QCheckBox, kcfg_UseAnimatedSlewing)
#. +> trunk5
#: options/opsadvanced.ui:512
#, kde-format
msgid "Show slewing motion when focus changes?"
msgstr ""
#. i18n: ectx: property (whatsThis), widget (QCheckBox, kcfg_UseAnimatedSlewing)
#. +> trunk5
#: options/opsadvanced.ui:515
#, kde-format
msgid "If checked, changing the focus position will result in a visible animated \"slew\" to the new position. Otherwise, the display will center on the new position instantaneously."
msgstr ""
#. i18n: ectx: property (text), widget (QCheckBox, kcfg_UseAnimatedSlewing)
#. +> trunk5
#: options/opsadvanced.ui:518
#, kde-format
msgid "Use animated slewing"
msgstr ""
#. i18n: ectx: property (toolTip), widget (QCheckBox, kcfg_UseAutoLabel)
#. i18n: ectx: property (toolTip), widget (QCheckBox, kcfg_UseHoverLabel)
#. +> trunk5
#: options/opsadvanced.ui:525 options/opsadvanced.ui:548
#, kde-format
msgid "Show name label of centered object?"
msgstr ""
#. i18n: ectx: property (whatsThis), widget (QCheckBox, kcfg_UseAutoLabel)
#. i18n: ectx: property (whatsThis), widget (QCheckBox, kcfg_UseHoverLabel)
#. +> trunk5
#: options/opsadvanced.ui:528 options/opsadvanced.ui:551
#, kde-format
msgid "If checked, a name label will be temporarily attached to an object while it is centered in the display. You can attach a more persistent label to any object using the right-click popup menu."
msgstr ""
#. i18n: ectx: property (text), widget (QCheckBox, kcfg_UseAutoLabel)
#. +> trunk5
#: options/opsadvanced.ui:531
#, kde-format
msgid "Attach label to centered object"
msgstr ""
#. i18n: ectx: property (toolTip), widget (QCheckBox, kcfg_UseAntialias)
#. +> trunk5
#: options/opsadvanced.ui:538
#, kde-format
msgid "Select this for smoother (but slower) graphics"
msgstr ""
#. i18n: ectx: property (text), widget (QCheckBox, kcfg_UseAntialias)
#. +> trunk5
#: options/opsadvanced.ui:541
#, kde-format
msgid "Use antialiased drawing"
msgstr ""
#. i18n: ectx: property (text), widget (QCheckBox, kcfg_UseHoverLabel)
#. +> trunk5
#: options/opsadvanced.ui:554
#, kde-format
msgid "Attach temporary label when hovering mouse"
msgstr ""
#. i18n: ectx: property (toolTip), widget (QCheckBox, kcfg_HideOnSlew)
#. +> trunk5
#: options/opsadvanced.ui:561
#, kde-format
msgid "Do not draw all objects while the map is moving?"
msgstr ""
#. i18n: ectx: property (whatsThis), widget (QCheckBox, kcfg_HideOnSlew)
#. +> trunk5
#: options/opsadvanced.ui:564
#, kde-format
msgid "When the map is in motion, smooth animation is compromised if the program has too many objects to draw on the map; check this item to temporarily hide some of the objects while the display is in motion."
msgstr ""
#. i18n: ectx: property (text), widget (QCheckBox, kcfg_HideOnSlew)
#. +> trunk5
#: options/opsadvanced.ui:567
#, kde-format
msgid "Hide objects while moving"
msgstr ""
#. i18n: ectx: property (toolTip), widget (QLabel, label_2)
#. +> trunk5
#: options/opsadvanced.ui:574
#, kde-format
msgid "Adjust speed of zooming when scrolling in and out with the mouse wheel"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, label_2)
#. +> trunk5
#: options/opsadvanced.ui:577
#, kde-format
msgid "Zoom Scroll Speed:"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, textLabelHideTimeStep)
#. +> trunk5
#: options/opsadvanced.ui:619
#, kde-format
msgid "Also hide if time step larger than:"
msgstr ""
#. i18n: ectx: property (title), widget (QGroupBox, HideBox)
#. +> trunk5
#: options/opsadvanced.ui:637
#, kde-format
msgid "Configure Hidden Objects"
msgstr ""
#. i18n: ectx: property (whatsThis), widget (QCheckBox, kcfg_HideStars)
#. +> trunk5
#: options/opsadvanced.ui:665
#, kde-format
msgid "If checked, then fainter stars will be hidden when the map is in motion."
msgstr ""
#. i18n: ectx: property (text), widget (QCheckBox, kcfg_HideStars)
#. +> trunk5
#: options/opsadvanced.ui:668
#, kde-format
msgid "Stars fainter than"
msgstr ""
#. i18n: ectx: property (whatsThis), widget (MagnitudeSpinBox, kcfg_MagLimitHideStar)
#. +> trunk5
#: options/opsadvanced.ui:684
#, kde-format
msgid "Stars fainter than this will not be drawn while the map is moving."
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, textLabelMag1)
#. i18n: ectx: property (text), widget (QLabel, LabelMag3)
#. i18n: ectx: property (text), widget (QLabel, LabelMag4)
#. i18n: ectx: property (text), widget (QLabel, textLabel6)
#. i18n: ectx: property (text), widget (QLabel, label_2)
#. i18n: ectx: property (text), widget (QLabel, label_3)
#. +> trunk5
#: options/opsadvanced.ui:691 options/opscatalog.ui:593
#: options/opscatalog.ui:604 options/opssolarsystem.ui:403
#: options/opssolarsystem.ui:417 tools/obslistwizard.ui:970
#, kde-format
msgid "mag"
msgstr ""
#. i18n: ectx: property (toolTip), widget (QCheckBox, kcfg_HidePlanets)
#. +> trunk5
#: options/opsadvanced.ui:702
#, kde-format
msgid "Hide solar system bodies while moving?"
msgstr ""
#. i18n: ectx: property (whatsThis), widget (QCheckBox, kcfg_HidePlanets)
#. +> trunk5
#: options/opsadvanced.ui:705
#, kde-format
msgid "If checked, then all solar system bodies will be hidden when the map is in motion."
msgstr ""
#. i18n: ectx: property (text), widget (QCheckBox, kcfg_HidePlanets)
#. i18n: ectx: property (text), widget (QPushButton, SolarSystemButton)
#. +> trunk5
#: options/opsadvanced.ui:708 tools/obslistwizard.ui:203
#, kde-format
msgid "Solar system"
msgstr ""
#. i18n: ectx: property (toolTip), widget (QCheckBox, kcfg_HideMilkyWay)
#. +> trunk5
#: options/opsadvanced.ui:715
#, kde-format
msgid "Hide the Milky Way contour while moving?"
msgstr ""
#. i18n: ectx: property (whatsThis), widget (QCheckBox, kcfg_HideMilkyWay)
#. +> trunk5
#: options/opsadvanced.ui:718
#, kde-format
msgid "If checked, then the Milky Way contour will be hidden when the map is in motion."
msgstr ""
#. i18n: ectx: property (text), widget (QCheckBox, kcfg_HideMilkyWay)
#. +> trunk5
#: options/opsadvanced.ui:721 skycomponents/milkyway.cpp:33
#, kde-format
msgid "Milky Way"
msgstr ""
#. i18n: ectx: property (toolTip), widget (QCheckBox, kcfg_HideMessier)
#. +> trunk5
#: options/opsadvanced.ui:728
#, kde-format
msgid "Hide Messier objects when moving?"
msgstr ""
#. i18n: ectx: property (whatsThis), widget (QCheckBox, kcfg_HideMessier)
#. +> trunk5
#: options/opsadvanced.ui:731
#, kde-format
msgid "If checked, then objects in the Messier catalog will be hidden when the map is in motion."
msgstr ""
#. i18n: ectx: property (text), widget (QCheckBox, kcfg_HideMessier)
#. +> trunk5
#: options/opsadvanced.ui:734
#, kde-format
msgid "Messier objects"
msgstr ""
#. i18n: ectx: property (whatsThis), widget (QCheckBox, kcfg_HideCNames)
#. +> trunk5
#: options/opsadvanced.ui:744
#, kde-format
msgid "If checked, then constellation names will be hidden when the map is in motion."
msgstr ""
#. i18n: ectx: property (text), widget (QCheckBox, kcfg_HideCNames)
#. +> trunk5
#: options/opsadvanced.ui:747
#, kde-format
msgid "Constellation names"
msgstr ""
#. i18n: ectx: property (whatsThis), widget (QCheckBox, kcfg_HideNGC)
#. +> trunk5
#: options/opsadvanced.ui:757
#, kde-format
msgid "If checked, then objects in the NGC catalog will be hidden when the map is in motion."
msgstr ""
#. i18n: ectx: property (text), widget (QCheckBox, kcfg_HideNGC)
#. +> trunk5
#: options/opsadvanced.ui:760
#, kde-format
msgid "NGC objects"
msgstr ""
#. i18n: ectx: property (whatsThis), widget (QCheckBox, kcfg_HideCLines)
#. +> trunk5
#: options/opsadvanced.ui:770
#, kde-format
msgid "If checked, then constellation lines will be hidden when the map is in motion."
msgstr ""
#. i18n: ectx: property (text), widget (QCheckBox, kcfg_HideCLines)
#. +> trunk5
#: options/opsadvanced.ui:773
#, kde-format
msgid "Constellation lines"
msgstr ""
#. i18n: ectx: property (whatsThis), widget (QCheckBox, kcfg_HideIC)
#. +> trunk5
#: options/opsadvanced.ui:783
#, kde-format
msgid "If checked, then objects in the IC catalog will be hidden when the map is in motion."
msgstr ""
#. i18n: ectx: property (text), widget (QCheckBox, kcfg_HideIC)
#. +> trunk5
#: options/opsadvanced.ui:786
#, kde-format
msgid "IC objects"
msgstr ""
#. i18n: ectx: property (text), widget (QCheckBox, kcfg_HideCBounds)
#. +> trunk5
#: options/opsadvanced.ui:793
#, kde-format
msgid "Constellation boundaries"
msgstr ""
#. i18n: ectx: property (text), widget (QCheckBox, kcfg_HideLabels)
#. +> trunk5
#: options/opsadvanced.ui:800
#, kde-format
msgid "Object labels"
msgstr ""
#. i18n: ectx: property (whatsThis), widget (QCheckBox, kcfg_HideGrids)
#. +> trunk5
#: options/opsadvanced.ui:810
#, kde-format
msgid "If checked, then the coordinate grids will be hidden when the map is in motion."
msgstr ""
#. i18n: ectx: property (text), widget (QCheckBox, kcfg_HideGrids)
#. +> trunk5
#: options/opsadvanced.ui:813
#, kde-format
msgid "Coordinate grids"
msgstr ""
#. i18n: ectx: attribute (title), widget (QWidget, tab_2)
#. +> trunk5
#: options/opsadvanced.ui:843
#, kde-format
msgid "Observing &List"
msgstr ""
#. i18n: ectx: property (title), widget (QGroupBox, ObsListOptions)
#. +> trunk5
#: options/opsadvanced.ui:870
#, kde-format
msgid "Observing List Labels"
msgstr ""
#. i18n: ectx: property (text), widget (QRadioButton, kcfg_ObsListSymbol)
#. +> trunk5
#: options/opsadvanced.ui:891
#, kde-format
msgid "S&ymbol"
msgstr ""
#. i18n: ectx: property (text), widget (QRadioButton, kcfg_ObsListText)
#. +> trunk5
#: options/opsadvanced.ui:901
#, kde-format
msgid "Te&xt"
msgstr ""
#. i18n: ectx: property (title), widget (QGroupBox, ObsListImageryOptions)
#. +> trunk5
#: options/opsadvanced.ui:917
#, kde-format
msgid "Preferred Imagery"
msgstr ""
#. i18n: ectx: property (text), widget (QRadioButton, kcfg_ObsListPreferDSS)
#. +> trunk5
#: options/opsadvanced.ui:941
#, kde-format
msgid "Digiti&zed Sky Survey (DSS)"
msgstr ""
#. i18n: ectx: property (text), widget (QRadioButton, kcfg_ObsListPreferSDSS)
#. +> trunk5
#: options/opsadvanced.ui:954
#, kde-format
msgid "Sloan &Digital Sky Survey (SDSS)"
msgstr ""
#. i18n: ectx: property (title), widget (QGroupBox, ObsListMiscOptions)
#. +> trunk5
#: options/opsadvanced.ui:964
#, kde-format
msgid "Miscellaneous"
msgstr ""
#. i18n: ectx: property (text), widget (QCheckBox, kcfg_ObsListDemoteHole)
#. +> trunk5
#: options/opsadvanced.ui:985
#, kde-format
msgid "While sorting by percentage altitude, demote objects present in the Dobsonian hole"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, holeSizeLabel)
#. +> trunk5
#: options/opsadvanced.ui:1016
#, kde-format
msgid "Hole size in degrees:"
msgstr ""
#. +> trunk5
#: options/opscatalog.cpp:210
#, kde-format
msgid "The selected database will be removed. This action cannot be reversed! Delete Catalog?"
msgstr ""
#. +> trunk5
#: options/opscatalog.cpp:211
#, kde-format
msgid "Delete Catalog?"
msgstr ""
#. +> trunk5
#: options/opscatalog.cpp:351
#, kde-format
msgid "Index Catalog (IC)"
msgstr ""
#. +> trunk5
#: options/opscatalog.cpp:355
#, kde-format
msgid "New General Catalog (NGC)"
msgstr ""
#. +> trunk5
#: options/opscatalog.cpp:359
#, kde-format
msgid "Messier Catalog (images)"
msgstr ""
#. +> trunk5
#: options/opscatalog.cpp:363
#, kde-format
msgid "Messier Catalog (symbols)"
msgstr ""
#. i18n: ectx: property (text), widget (QCheckBox, kcfg_ShowStars)
#. +> trunk5
#: options/opscatalog.ui:25
#, kde-format
msgid "&Star Catalogs"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, LabelStarDensity)
#. +> trunk5
#: options/opscatalog.ui:52
#, kde-format
msgid "Star Density:"
msgstr ""
#. i18n: ectx: property (text), widget (QCheckBox, kcfg_ShowStarNames)
#. +> trunk5
#: options/opscatalog.ui:129
#, kde-format
msgid "Show &name"
msgstr ""
#. i18n: ectx: property (text), widget (QCheckBox, kcfg_ShowStarMagnitudes)
#. +> trunk5
#: options/opscatalog.ui:139
#, kde-format
msgid "Show ma&gnitude"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, LabelDensity)
#. i18n: ectx: property (text), widget (QLabel, DeepSkyLabelDensityLabel)
#. +> trunk5
#: options/opscatalog.ui:201 options/opscatalog.ui:410
#: options/opssolarsystem.ui:497
#, kde-format
msgid "Label density:"
msgstr ""
#. i18n: ectx: property (text), widget (QCheckBox, kcfg_ShowDeepSky)
#. +> trunk5
#: options/opscatalog.ui:267
#, kde-format
msgid "Deep-Sky Catalogs"
msgstr ""
#. i18n: ectx: property (text), widget (QCheckBox, kcfg_ShowDeepSkyNames)
#. +> trunk5
#: options/opscatalog.ui:298
#, kde-format
msgid "Show na&me"
msgstr ""
#. i18n: ectx: property (text), widget (QCheckBox, kcfg_DeepSkyLongLabels)
#. +> trunk5
#: options/opscatalog.ui:331
#, kde-format
msgid "Show &long names"
msgstr ""
#. i18n: ectx: property (text), widget (QCheckBox, kcfg_ShowDeepSkyMagnitudes)
#. +> trunk5
#: options/opscatalog.ui:377
#, kde-format
msgid "Show magni&tude"
msgstr ""
#. i18n: ectx: property (text), widget (QPushButton, AddCatalog)
#. +> trunk5
#: options/opscatalog.ui:488
#, kde-format
msgid "Import Catalog..."
msgstr ""
#. i18n: ectx: property (text), widget (QPushButton, LoadCatalog)
#. +> trunk5
#: options/opscatalog.ui:495
#, kde-format
msgid "Load Catalog..."
msgstr ""
#. i18n: ectx: property (text), widget (QPushButton, RemoveCatalog)
#. +> trunk5
#: options/opscatalog.ui:505
#, kde-format
msgid "Remove Catalog..."
msgstr ""
#. i18n: ectx: property (toolTip), widget (QCheckBox, kcfg_ResolveNamesOnline)
#. +> trunk5
#: options/opscatalog.ui:532
#, kde-format
msgid ""
"If this checkbox is checked, when an object name unknown to KStars is entered in the Find Dialog, KStars will contact online services (such as CDS Sesame) to learn about the object and then add it to the database.\n"
" The objects acquired in this manner are stored under a catalog that is called _Internet_Resolved as of this writing."
msgstr ""
#. i18n: ectx: property (text), widget (QCheckBox, kcfg_ResolveNamesOnline)
#. +> trunk5
#: options/opscatalog.ui:535
#, kde-format
msgid "Resolve names not known to KStars using online services"
msgstr ""
#. i18n: ectx: property (toolTip), widget (QLabel, LabelMagDeepSkyZoomOut)
#. i18n: ectx: property (toolTip), widget (QLabel, LabelMag3)
#. i18n: ectx: property (toolTip), widget (QLabel, LabelMag4)
#. i18n: ectx: property (toolTip), widget (QLabel, LabelMagDeepSky)
#. i18n: ectx: property (toolTip), widget (MagnitudeSpinBox, kcfg_MagLimitDrawDeepSky)
#. i18n: ectx: property (toolTip), widget (MagnitudeSpinBox, kcfg_MagLimitDrawDeepSkyZoomOut)
#. +> trunk5
#: options/opscatalog.ui:579 options/opscatalog.ui:590
#: options/opscatalog.ui:601 options/opscatalog.ui:612
#: options/opscatalog.ui:623 options/opscatalog.ui:631
#, kde-format
msgid ""
"Set the faint magnitude limits for NGC / Messier objects when zoomed in and zoomed out. \n"
"These magnitude limits do not affect IC objects, as the magnitudes for many IC objects are undefined."
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, LabelMagDeepSkyZoomOut)
#. +> trunk5
#: options/opscatalog.ui:582
#, kde-format
msgid "Faint limit zoomed out:"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, LabelMagDeepSky)
#. +> trunk5
#: options/opscatalog.ui:615
#, kde-format
msgid "Faint limit zoomed in:"
msgstr ""
#. i18n: ectx: property (text), widget (QCheckBox, kcfg_ShowUnknownMagObjects)
#. +> trunk5
#: options/opscatalog.ui:656
#, kde-format
msgid "Show objects of unknown magnitude"
msgstr ""
#. +> trunk5
#: options/opscolors.cpp:69 tools/scriptbuilder.cpp:783
#, kde-format
msgctxt "use 'moonless night' color scheme"
msgid "Moonless Night"
msgstr ""
#. +> trunk5
#: options/opscolors.cpp:95
#, kde-format
msgctxt "use realistic star colors"
msgid "Real Colors"
msgstr ""
#. +> trunk5
#: options/opscolors.cpp:96
#, kde-format
msgctxt "show stars as red circles"
msgid "Solid Red"
msgstr ""
#. +> trunk5
#: options/opscolors.cpp:97
#, kde-format
msgctxt "show stars as black circles"
msgid "Solid Black"
msgstr ""
#. +> trunk5
#: options/opscolors.cpp:98
#, kde-format
msgctxt "show stars as white circles"
msgid "Solid White"
msgstr ""
#. +> trunk5
#: options/opscolors.cpp:99
#, kde-format
msgctxt "show stars as colored circles"
msgid "Solid Colors"
msgstr ""
#. +> trunk5
#: options/opscolors.cpp:217
#, kde-format
msgid "New Color Scheme"
msgstr ""
#. +> trunk5
#: options/opscolors.cpp:217
#, kde-format
msgid "Enter a name for the new color scheme:"
msgstr ""
#. +> trunk5
#: options/opscolors.cpp:261
#, kde-format
msgid ""
"Local color scheme index file could not be opened.\n"
"Scheme cannot be removed."
msgstr ""
#. +> trunk5
#: options/opscolors.cpp:295
#, kde-format
msgid "Could not delete the file: %1"
msgstr ""
#. +> trunk5
#: options/opscolors.cpp:296
#, kde-format
msgid "Error Deleting File"
msgstr ""
#. +> trunk5
#: options/opscolors.cpp:308
#, kde-format
msgid "Could not find an entry named %1 in colors.dat."
msgstr ""
#. +> trunk5
#: options/opscolors.cpp:309
#, kde-format
msgid "Scheme Not Found"
msgstr ""
#. i18n: ectx: property (title), widget (QGroupBox, groupBox)
#. +> trunk5
#: options/opscolors.ui:32
#, kde-format
msgid "Current Colors"
msgstr ""
#. i18n: ectx: property (toolTip), widget (QListWidget, ColorPalette)
#. +> trunk5
#: options/opscolors.ui:53
#, kde-format
msgid "Current color settings"
msgstr ""
#. i18n: ectx: property (whatsThis), widget (QListWidget, ColorPalette)
#. +> trunk5
#: options/opscolors.ui:56
#, kde-format
msgid "The list of all customizable colors in the program. Next to each item is a square showing the color it is currently set to. Click on any item to change its color."
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, textLabel1_2)
#. +> trunk5
#: options/opscolors.ui:80
#, kde-format
msgid "InfoBox BG mode:"
msgstr ""
#. i18n: ectx: property (text), item, widget (QComboBox, kcfg_BoxBGMode)
#. +> trunk5
#: options/opscolors.ui:88
#, kde-format
msgid "No Fill"
msgstr ""
#. i18n: ectx: property (text), item, widget (QComboBox, kcfg_BoxBGMode)
#. +> trunk5
#: options/opscolors.ui:93
#, kde-format
msgid "Transparent"
msgstr ""
#. i18n: ectx: property (text), item, widget (QComboBox, kcfg_BoxBGMode)
#. +> trunk5
#: options/opscolors.ui:98
#, kde-format
msgid "Opaque"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, textLabel1)
#. +> trunk5
#: options/opscolors.ui:125
#, kde-format
msgid "Star color mode:"
msgstr ""
#. i18n: ectx: property (toolTip), widget (QComboBox, kcfg_StarColorMode)
#. +> trunk5
#: options/opscolors.ui:135
#, kde-format
msgid "Set the star color mode"
msgstr ""
#. i18n: ectx: property (whatsThis), widget (QComboBox, kcfg_StarColorMode)
#. +> trunk5
#: options/opscolors.ui:138
#, kde-format
msgid "There are four ways to draw stars on the map. By default, stars are circles with a white core and a rim which is tinted to reflect the star's actual color. You may also choose to draw the stars as solid white, red, or black circles, to match the needs of your overall color scheme."
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, textLabel2)
#. +> trunk5
#: options/opscolors.ui:164
#, kde-format
msgid "Star color intensity:"
msgstr ""
#. i18n: ectx: property (toolTip), widget (QSpinBox, kcfg_StarColorIntensity)
#. +> trunk5
#: options/opscolors.ui:171
#, kde-format
msgid "Set the intensity of star colors"
msgstr ""
#. i18n: ectx: property (whatsThis), widget (QSpinBox, kcfg_StarColorIntensity)
#. +> trunk5
#: options/opscolors.ui:174
#, kde-format
msgid "When using the realistic-color star mode, this option will set the saturation level of the star's colors. A higher value means more intense colors."
msgstr ""
#. i18n: ectx: property (title), widget (QGroupBox, groupBox_2)
#. +> trunk5
#: options/opscolors.ui:186
#, kde-format
msgid "Preset Color Schemes"
msgstr ""
#. i18n: ectx: property (toolTip), widget (QListWidget, PresetBox)
#. +> trunk5
#: options/opscolors.ui:192
#, kde-format
msgid "List of preset color schemes"
msgstr ""
#. i18n: ectx: property (whatsThis), widget (QListWidget, PresetBox)
#. +> trunk5
#: options/opscolors.ui:195
#, kde-format
msgid "List of all known color schemes. Several are provided by default, and you may also define your own."
msgstr ""
#. i18n: ectx: property (toolTip), widget (QPushButton, AddPreset)
#. +> trunk5
#: options/opscolors.ui:211
#, kde-format
msgid "Create a new preset color scheme using current settings"
msgstr ""
#. i18n: ectx: property (whatsThis), widget (QPushButton, AddPreset)
#. +> trunk5
#: options/opscolors.ui:214
#, kde-format
msgid "After changing the colors to a scheme that you like, press this button to create a new scheme using those colors. Your scheme will appear here in the list of presets, and will also be available in the \"Settings\" menu of the main window."
msgstr ""
#. i18n: ectx: property (text), widget (QPushButton, AddPreset)
#. +> trunk5
#: options/opscolors.ui:217
#, kde-format
msgid "Save As..."
msgstr ""
#. i18n: ectx: property (toolTip), widget (QPushButton, RemovePreset)
#. +> trunk5
#: options/opscolors.ui:224
#, kde-format
msgid "Remove a preset color scheme"
msgstr ""
#. i18n: ectx: property (whatsThis), widget (QPushButton, RemovePreset)
#. +> trunk5
#: options/opscolors.ui:227
#, kde-format
msgid "Press this button to remove the highlighted color scheme. This will only work on your custom color schemes."
msgstr ""
#. i18n: ectx: property (toolTip), widget (QCheckBox, kcfg_ShowCLines)
#. +> trunk5
#: options/opsguides.ui:23
#, kde-format
msgid "Show constellation lines?"
msgstr ""
#. i18n: ectx: property (whatsThis), widget (QCheckBox, kcfg_ShowCLines)
#. +> trunk5
#: options/opsguides.ui:26
#, kde-format
msgid "If checked, constellation lines will be drawn on the sky map."
msgstr ""
#. i18n: ectx: property (text), widget (QCheckBox, kcfg_ShowCLines)
#. +> trunk5
#: options/opsguides.ui:29
#, kde-format
msgid "&Constellation lines"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, textLabelSkyCulture)
#. +> trunk5
#: options/opsguides.ui:39
#, kde-format
msgid "Sky culture:"
msgstr ""
#. i18n: ectx: property (toolTip), widget (QComboBox, kcfg_SkyCulture)
#. +> trunk5
#: options/opsguides.ui:49
#, kde-format
msgid "Choose sky culture"
msgstr ""
#. i18n: ectx: property (whatsThis), widget (QComboBox, kcfg_SkyCulture)
#. +> trunk5
#: options/opsguides.ui:52
#, kde-format
msgid "Here, you can choose how constellations are represented"
msgstr ""
#. i18n: ectx: property (text), widget (QCheckBox, kcfg_ShowCBounds)
#. +> trunk5
#: options/opsguides.ui:61
#, kde-format
msgid "Constellation &boundaries"
msgstr ""
#. i18n: ectx: property (text), widget (QCheckBox, kcfg_ShowConstellationArt)
#. +> trunk5
#: options/opsguides.ui:71
#, kde-format
msgid "Constellation Art"
msgstr ""
#. i18n: ectx: property (text), widget (QCheckBox, kcfg_ShowHighlightedCBound)
#. +> trunk5
#: options/opsguides.ui:81
#, kde-format
msgid "Highlight central constellation boundary"
msgstr ""
#. i18n: ectx: property (toolTip), widget (QCheckBox, kcfg_ShowCNames)
#. +> trunk5
#: options/opsguides.ui:91
#, kde-format
msgid "Draw constellation names?"
msgstr ""
#. i18n: ectx: property (whatsThis), widget (QCheckBox, kcfg_ShowCNames)
#. +> trunk5
#: options/opsguides.ui:94
#, kde-format
msgid "If checked, constellation names will be drawn on the sky map."
msgstr ""
#. i18n: ectx: property (text), widget (QCheckBox, kcfg_ShowCNames)
#. +> trunk5
#: options/opsguides.ui:97
#, kde-format
msgid "Constellation &names"
msgstr ""
#. i18n: ectx: property (title), widget (QGroupBox, ConstellOptions)
#. +> trunk5
#: options/opsguides.ui:109
#, kde-format
msgid "Constellation Name Options"
msgstr ""
#. i18n: ectx: property (toolTip), widget (QRadioButton, kcfg_UseLatinConstellNames)
#. +> trunk5
#: options/opsguides.ui:130
#, kde-format
msgid "Use Latin constellation names"
msgstr ""
#. i18n: ectx: property (whatsThis), widget (QRadioButton, kcfg_UseLatinConstellNames)
#. +> trunk5
#: options/opsguides.ui:133
#, kde-format
msgid "Select this to use Latin constellation names on the sky map"
msgstr ""
#. i18n: ectx: property (text), widget (QRadioButton, kcfg_UseLatinConstellNames)
#. +> trunk5
#: options/opsguides.ui:136
#, kde-format
msgid "L&atin"
msgstr ""
#. i18n: ectx: property (toolTip), widget (QRadioButton, kcfg_UseLocalConstellNames)
#. +> trunk5
#: options/opsguides.ui:146
#, kde-format
msgid "Use Localized constellation names"
msgstr ""
#. i18n: ectx: property (whatsThis), widget (QRadioButton, kcfg_UseLocalConstellNames)
#. +> trunk5
#: options/opsguides.ui:149
#, kde-format
msgid "Select this to use constellation names from your locality (if available)"
msgstr ""
#. i18n: ectx: property (text), widget (QRadioButton, kcfg_UseLocalConstellNames)
#. +> trunk5
#: options/opsguides.ui:152
#, kde-format
msgid "Localized"
msgstr ""
#. i18n: ectx: property (toolTip), widget (QRadioButton, kcfg_UseAbbrevConstellNames)
#. +> trunk5
#: options/opsguides.ui:162
#, kde-format
msgid "Use IAU abbreviations"
msgstr ""
#. i18n: ectx: property (whatsThis), widget (QRadioButton, kcfg_UseAbbrevConstellNames)
#. +> trunk5
#: options/opsguides.ui:165
#, kde-format
msgid "Select this to use abbreviations from the International Astronomical Union as constellation labels"
msgstr ""
#. i18n: ectx: property (text), widget (QRadioButton, kcfg_UseAbbrevConstellNames)
#. +> trunk5
#: options/opsguides.ui:168
#, kde-format
msgid "Abbre&viated"
msgstr ""
#. i18n: ectx: property (toolTip), widget (QCheckBox, kcfg_ShowEcliptic)
#. +> trunk5
#: options/opsguides.ui:201
#, kde-format
msgid "Draw Ecliptic?"
msgstr ""
#. i18n: ectx: property (whatsThis), widget (QCheckBox, kcfg_ShowEcliptic)
#. +> trunk5
#: options/opsguides.ui:204
#, kde-format
msgid "If checked, the ecliptic will be drawn on the sky map. The ecliptic is a great circle on the sky that the Sun appears to follow over the course of one year. All other solar system bodies roughly follow the ecliptic as well."
msgstr ""
#. i18n: ectx: property (toolTip), widget (QCheckBox, kcfg_FillMilkyWay)
#. +> trunk5
#: options/opsguides.ui:217
#, kde-format
msgid "Use filled Milky Way contour?"
msgstr ""
#. i18n: ectx: property (whatsThis), widget (QCheckBox, kcfg_FillMilkyWay)
#. +> trunk5
#: options/opsguides.ui:220
#, kde-format
msgid "If checked, the Milky Way contour will be shown filled. Otherwise, only the outline will be drawn."
msgstr ""
#. i18n: ectx: property (text), widget (QCheckBox, kcfg_FillMilkyWay)
#. +> trunk5
#: options/opsguides.ui:223
#, kde-format
msgid "Fill Milk&y Way"
msgstr ""
#. i18n: ectx: property (toolTip), widget (QCheckBox, kcfg_ShowHorizon)
#. +> trunk5
#: options/opsguides.ui:233
#, kde-format
msgid "Draw horizon?"
msgstr ""
#. i18n: ectx: property (whatsThis), widget (QCheckBox, kcfg_ShowHorizon)
#. +> trunk5
#: options/opsguides.ui:236
#, kde-format
msgid "If checked, a line representing the local horizon will be drawn on the map."
msgstr ""
#. i18n: ectx: property (text), widget (QCheckBox, kcfg_ShowHorizon)
#. +> trunk5
#: options/opsguides.ui:239
#, kde-format
msgid "Hori&zon (line)"
msgstr ""
#. i18n: ectx: property (toolTip), widget (QCheckBox, kcfg_ShowMilkyWay)
#. +> trunk5
#: options/opsguides.ui:249
#, kde-format
msgid "Draw the Milky Way contour?"
msgstr ""
#. i18n: ectx: property (whatsThis), widget (QCheckBox, kcfg_ShowMilkyWay)
#. +> trunk5
#: options/opsguides.ui:252
#, kde-format
msgid "If checked, a contour representing the Milky Way will be drawn on the sky map"
msgstr ""
#. i18n: ectx: property (text), widget (QCheckBox, kcfg_ShowMilkyWay)
#. +> trunk5
#: options/opsguides.ui:255
#, kde-format
msgid "Mil&ky Way"
msgstr ""
#. i18n: ectx: property (whatsThis), widget (QCheckBox, kcfg_AutoSelectGrid)
#. +> trunk5
#: options/opsguides.ui:268
#, kde-format
msgid "If checked, coordinate grids will automatically change according to active coordinate system."
msgstr ""
#. i18n: ectx: property (text), widget (QCheckBox, kcfg_AutoSelectGrid)
#. +> trunk5
#: options/opsguides.ui:271
#, kde-format
msgid "Automatically select coordinate grid"
msgstr ""
#. i18n: ectx: property (toolTip), widget (QCheckBox, kcfg_ShowFlags)
#. +> trunk5
#: options/opsguides.ui:281
#, kde-format
msgid "Draw flags?"
msgstr ""
#. i18n: ectx: property (whatsThis), widget (QCheckBox, kcfg_ShowFlags)
#. +> trunk5
#: options/opsguides.ui:284
#, kde-format
msgid "If checked, flags will be drawn on the sky map"
msgstr ""
#. i18n: ectx: property (toolTip), widget (QCheckBox, kcfg_ShowEquatorialGrid)
#. +> trunk5
#: options/opsguides.ui:297
#, kde-format
msgid "Draw equatorial coordinate grid?"
msgstr ""
#. i18n: ectx: property (whatsThis), widget (QCheckBox, kcfg_ShowEquatorialGrid)
#. +> trunk5
#: options/opsguides.ui:300
#, kde-format
msgid "If checked, a grid of lines will be drawn every 2 hours in Right Ascension and every 20 degrees in Declination."
msgstr ""
#. i18n: ectx: property (text), widget (QCheckBox, kcfg_ShowEquatorialGrid)
#. +> trunk5
#: options/opsguides.ui:303
#, kde-format
msgid "Equatorial coordinate grid"
msgstr ""
#. i18n: ectx: property (toolTip), widget (QCheckBox, kcfg_ShowHorizontalGrid)
#. +> trunk5
#: options/opsguides.ui:313
#, kde-format
msgid "Draw horizontal coordinate grid?"
msgstr ""
#. i18n: ectx: property (whatsThis), widget (QCheckBox, kcfg_ShowHorizontalGrid)
#. +> trunk5
#: options/opsguides.ui:316
#, kde-format
msgid "If checked, a grid of lines will be drawn every 30 degrees in Azimuth and every 20 degrees in Altitude."
msgstr ""
#. i18n: ectx: property (text), widget (QCheckBox, kcfg_ShowHorizontalGrid)
#. +> trunk5
#: options/opsguides.ui:319
#, kde-format
msgid "Horizontal coor&dinate grid"
msgstr ""
#. i18n: ectx: property (toolTip), widget (QCheckBox, kcfg_ShowGround)
#. +> trunk5
#: options/opsguides.ui:329
#, kde-format
msgid "Draw opaque ground?"
msgstr ""
#. i18n: ectx: property (whatsThis), widget (QCheckBox, kcfg_ShowGround)
#. +> trunk5
#: options/opsguides.ui:332
#, kde-format
msgid "If checked, the area below the horizon will be filled in, to simulate the ground beneath you. Note that the ground is never drawn when using the Equatorial coordinate system."
msgstr ""
#. i18n: ectx: property (text), widget (QCheckBox, kcfg_ShowGround)
#. +> trunk5
#: options/opsguides.ui:335
#, kde-format
msgid "Opaque &ground"
msgstr ""
#. i18n: ectx: property (toolTip), widget (QCheckBox, kcfg_ShowEquator)
#. +> trunk5
#: options/opsguides.ui:345
#, kde-format
msgid "Draw Celestial equator?"
msgstr ""
#. i18n: ectx: property (whatsThis), widget (QCheckBox, kcfg_ShowEquator)
#. +> trunk5
#: options/opsguides.ui:348
#, kde-format
msgid "If checked, the celestial equator will be drawn in the sky map."
msgstr ""
#. i18n: ectx: property (text), widget (QCheckBox, kcfg_ShowEquator)
#. +> trunk5
#: options/opsguides.ui:351
#, kde-format
msgid "Celestial e&quator"
msgstr ""
#. +> trunk5
#: options/opssatellites.cpp:109
#, kde-format
msgid "Satellite name"
msgstr ""
#. +> trunk5
#: options/opssatellites.cpp:185
#, kde-format
msgid "%1 position calculation error: %2."
msgstr ""
#. i18n: ectx: property (title), widget (QGroupBox, groupBox_2)
#. +> trunk5
#: options/opssatellites.ui:19
#, kde-format
msgid "View options"
msgstr ""
#. i18n: ectx: property (text), widget (QCheckBox, kcfg_ShowSatellites)
#. +> trunk5
#: options/opssatellites.ui:30
#, kde-format
msgid "Show satellites"
msgstr ""
#. i18n: ectx: property (text), widget (QCheckBox, kcfg_ShowVisibleSatellites)
#. +> trunk5
#: options/opssatellites.ui:40
#, kde-format
msgid "Show only visible satellites"
msgstr ""
#. i18n: ectx: property (text), widget (QCheckBox, kcfg_ShowSatellitesLabels)
#. +> trunk5
#: options/opssatellites.ui:54
#, kde-format
msgid "Show labels"
msgstr ""
#. i18n: ectx: property (text), widget (QCheckBox, kcfg_DrawSatellitesLikeStars)
#. +> trunk5
#: options/opssatellites.ui:64
#, kde-format
msgid "Draw satellites like stars"
msgstr ""
#. i18n: ectx: property (title), widget (QGroupBox, groupBox)
#. +> trunk5
#: options/opssatellites.ui:79
#, kde-format
msgid "List of satellites"
msgstr ""
#. i18n: ectx: property (placeholderText), widget (QLineEdit, FilterEdit)
#. +> trunk5
#: options/opssatellites.ui:87
#, kde-format
msgid "Search satellites"
msgstr ""
#. i18n: ectx: property (text), widget (QPushButton, UpdateTLEButton)
#. +> trunk5
#: options/opssatellites.ui:103
#, kde-format
msgid "Update TLEs"
msgstr ""
#. i18n: ectx: property (text), widget (QCheckBox, kcfg_ShowSolarSystem)
#. +> trunk5
#: options/opssolarsystem.ui:32
#, kde-format
msgid "Show solar system objects"
msgstr ""
#. i18n: ectx: property (title), widget (QGroupBox, MajorBodiesBox)
#. +> trunk5
#: options/opssolarsystem.ui:42
#, kde-format
msgid "Sun, Moon && Planets"
msgstr ""
#. i18n: ectx: property (toolTip), widget (QCheckBox, kcfg_ShowSaturn)
#. +> trunk5
#: options/opssolarsystem.ui:50
#, kde-format
msgid "Draw Saturn?"
msgstr ""
#. i18n: ectx: property (whatsThis), widget (QCheckBox, kcfg_ShowSaturn)
#. +> trunk5
#: options/opssolarsystem.ui:53
#, kde-format
msgid "If checked, Saturn will be drawn on the map."
msgstr ""
#. i18n: ectx: property (toolTip), widget (QCheckBox, kcfg_ShowPlanetImages)
#. +> trunk5
#: options/opssolarsystem.ui:66
#, kde-format
msgid "Draw major bodies as images?"
msgstr ""
#. i18n: ectx: property (whatsThis), widget (QCheckBox, kcfg_ShowPlanetImages)
#. +> trunk5
#: options/opssolarsystem.ui:69
#, kde-format
msgid "If checked, then the planets, the Sun and the Moon will be shown as bitmap images on the map"
msgstr ""
#. i18n: ectx: property (text), widget (QCheckBox, kcfg_ShowPlanetImages)
#. +> trunk5
#: options/opssolarsystem.ui:72
#, kde-format
msgid "Use images"
msgstr ""
#. i18n: ectx: property (toolTip), widget (QCheckBox, kcfg_ShowMars)
#. +> trunk5
#: options/opssolarsystem.ui:79
#, kde-format
msgid "Draw Mars?"
msgstr ""
#. i18n: ectx: property (whatsThis), widget (QCheckBox, kcfg_ShowMars)
#. +> trunk5
#: options/opssolarsystem.ui:82
#, kde-format
msgid "If checked, Mars will be drawn on the map."
msgstr ""
#. i18n: ectx: property (toolTip), widget (QCheckBox, kcfg_ShowPlanetNames)
#. +> trunk5
#: options/opssolarsystem.ui:95
#, kde-format
msgid "Attach Name labels to the major solar system bodies?"
msgstr ""
#. i18n: ectx: property (whatsThis), widget (QCheckBox, kcfg_ShowPlanetNames)
#. +> trunk5
#: options/opssolarsystem.ui:98
#, kde-format
msgid "If checked, name labels will be attached to the planets, the Sun and the Moon"
msgstr ""
#. i18n: ectx: property (text), widget (QCheckBox, kcfg_ShowPlanetNames)
#. +> trunk5
#: options/opssolarsystem.ui:101
#, kde-format
msgid "Use name labels"
msgstr ""
#. i18n: ectx: property (toolTip), widget (QPushButton, showAllPlanets)
#. +> trunk5
#: options/opssolarsystem.ui:108
#, kde-format
msgid "Select all major bodies"
msgstr ""
#. i18n: ectx: property (whatsThis), widget (QPushButton, showAllPlanets)
#. +> trunk5
#: options/opssolarsystem.ui:111
#, kde-format
msgid "Press this to select all planets, the Sun and the Moon to be drawn in the map"
msgstr ""
#. i18n: ectx: property (text), widget (QPushButton, showAllPlanets)
#. +> trunk5
#: options/opssolarsystem.ui:114
#, kde-format
msgid "Select All"
msgstr ""
#. i18n: ectx: property (toolTip), widget (QPushButton, showNonePlanets)
#. +> trunk5
#: options/opssolarsystem.ui:121
#, kde-format
msgid "Unselect all major bodies"
msgstr ""
#. i18n: ectx: property (whatsThis), widget (QPushButton, showNonePlanets)
#. +> trunk5
#: options/opssolarsystem.ui:124
#, kde-format
msgid "Press this button to unselect all planets, the Sun and the Moon so that they will not be drawn on the map"
msgstr ""
#. i18n: ectx: property (text), widget (QPushButton, showNonePlanets)
#. +> trunk5
#: options/opssolarsystem.ui:127
#, kde-format
msgid "Select None"
msgstr ""
#. i18n: ectx: property (toolTip), widget (QCheckBox, kcfg_ShowVenus)
#. +> trunk5
#: options/opssolarsystem.ui:134
#, kde-format
msgid "Draw Venus?"
msgstr ""
#. i18n: ectx: property (whatsThis), widget (QCheckBox, kcfg_ShowVenus)
#. +> trunk5
#: options/opssolarsystem.ui:137
#, kde-format
msgid "If checked, Venus will be drawn on the map."
msgstr ""
#. i18n: ectx: property (text), widget (QCheckBox, kcfg_ShowVenus)
#. i18n: ectx: property (text), item, widget (QComboBox, PlanetComboBox)
#. i18n: ectx: property (text), item, widget (QComboBox, PlanetComboBoxBatch)
#. i18n: ectx: property (text), widget (QCheckBox, checkBox_Venus)
#. +> trunk5
#: options/opssolarsystem.ui:140 skycomponents/skymapcomposite.cpp:650
-#: skymapdrawabstract.cpp:184 skyobjects/ksplanet.cpp:137
+#: skymapdrawabstract.cpp:183 skyobjects/ksplanet.cpp:137
#: skyobjects/ksplanet.cpp:171 skyobjects/ksplanet.cpp:371
#: skyobjects/ksplanet.cpp:411 skyobjects/ksplanetbase.cpp:160
#: tools/conjunctions.cpp:75 tools/ksconjunct.cpp:78 tools/ksconjunct.cpp:79
#: tools/modcalcplanets.cpp:274 tools/modcalcplanets.ui:150
#: tools/modcalcplanets.ui:569 tools/obslistwizard.cpp:548
#: tools/obslistwizard.cpp:550 tools/skycalendar.ui:41
#, kde-format
msgid "Venus"
msgstr ""
#. i18n: ectx: property (toolTip), widget (QCheckBox, kcfg_ShowSun)
#. +> trunk5
#: options/opssolarsystem.ui:150
#, kde-format
msgid "Draw the Sun?"
msgstr ""
#. i18n: ectx: property (whatsThis), widget (QCheckBox, kcfg_ShowSun)
#. +> trunk5
#: options/opssolarsystem.ui:153
#, kde-format
msgid "If checked, the Sun will be drawn on the map."
msgstr ""
#. i18n: ectx: property (text), widget (QCheckBox, kcfg_ShowSun)
#. +> trunk5
#: options/opssolarsystem.ui:156
#, kde-format
msgid "The sun"
msgstr ""
#. i18n: ectx: property (toolTip), widget (QCheckBox, kcfg_ShowJupiter)
#. +> trunk5
#: options/opssolarsystem.ui:166
#, kde-format
msgid "Draw Jupiter?"
msgstr ""
#. i18n: ectx: property (whatsThis), widget (QCheckBox, kcfg_ShowJupiter)
#. +> trunk5
#: options/opssolarsystem.ui:169
#, kde-format
msgid "If checked, Jupiter will be drawn on the map."
msgstr ""
#. i18n: ectx: property (toolTip), widget (QCheckBox, kcfg_ShowMoon)
#. +> trunk5
#: options/opssolarsystem.ui:182
#, kde-format
msgid "Draw the Moon?"
msgstr ""
#. i18n: ectx: property (whatsThis), widget (QCheckBox, kcfg_ShowMoon)
#. +> trunk5
#: options/opssolarsystem.ui:185
#, kde-format
msgid "If checked, the Moon will be drawn on the map."
msgstr ""
#. i18n: ectx: property (text), widget (QCheckBox, kcfg_ShowMoon)
#. +> trunk5
#: options/opssolarsystem.ui:188
#, kde-format
msgid "The moon"
msgstr ""
#. i18n: ectx: property (toolTip), widget (QCheckBox, kcfg_ShowMercury)
#. +> trunk5
#: options/opssolarsystem.ui:198
#, kde-format
msgid "Draw Mercury?"
msgstr ""
#. i18n: ectx: property (whatsThis), widget (QCheckBox, kcfg_ShowMercury)
#. +> trunk5
#: options/opssolarsystem.ui:201
#, kde-format
msgid "If checked, Mercury will be drawn on the map."
msgstr ""
#. i18n: ectx: property (toolTip), widget (QCheckBox, kcfg_ShowNeptune)
#. +> trunk5
#: options/opssolarsystem.ui:214
#, kde-format
msgid "Draw Neptune?"
msgstr ""
#. i18n: ectx: property (whatsThis), widget (QCheckBox, kcfg_ShowNeptune)
#. +> trunk5
#: options/opssolarsystem.ui:217
#, kde-format
msgid "If checked, Neptune will be drawn on the map."
msgstr ""
#. i18n: ectx: property (text), widget (QCheckBox, kcfg_ShowNeptune)
#. i18n: ectx: property (text), item, widget (QComboBox, PlanetComboBox)
#. i18n: ectx: property (text), item, widget (QComboBox, PlanetComboBoxBatch)
#. i18n: ectx: property (text), widget (QCheckBox, checkBox_Neptune)
#. +> trunk5
#: options/opssolarsystem.ui:220 skycomponents/skymapcomposite.cpp:662
-#: skymapdrawabstract.cpp:196 skyobjects/ksplanet.cpp:152
+#: skymapdrawabstract.cpp:195 skyobjects/ksplanet.cpp:152
#: skyobjects/ksplanet.cpp:181 skyobjects/ksplanet.cpp:397
#: skyobjects/ksplanet.cpp:435 skyobjects/ksplanetbase.cpp:161
#: tools/conjunctions.cpp:80 tools/ksconjunct.cpp:67
#: tools/modcalcplanets.cpp:275 tools/modcalcplanets.ui:180
#: tools/modcalcplanets.ui:599 tools/obslistwizard.cpp:616
#: tools/obslistwizard.cpp:618 tools/skycalendar.ui:69
#, kde-format
msgid "Neptune"
msgstr ""
#. i18n: ectx: property (toolTip), widget (QCheckBox, kcfg_ShowUranus)
#. +> trunk5
#: options/opssolarsystem.ui:246
#, kde-format
msgid "Draw Uranus?"
msgstr ""
#. i18n: ectx: property (whatsThis), widget (QCheckBox, kcfg_ShowUranus)
#. +> trunk5
#: options/opssolarsystem.ui:249
#, kde-format
msgid "If checked, Uranus will be drawn on the map."
msgstr ""
#. i18n: ectx: property (text), widget (QCheckBox, kcfg_ShowUranus)
#. i18n: ectx: property (text), item, widget (QComboBox, PlanetComboBox)
#. i18n: ectx: property (text), item, widget (QComboBox, PlanetComboBoxBatch)
#. i18n: ectx: property (text), widget (QCheckBox, checkBox_Uranus)
#. +> trunk5
#: options/opssolarsystem.ui:252 skycomponents/skymapcomposite.cpp:660
-#: skymapdrawabstract.cpp:194 skyobjects/ksplanet.cpp:149
+#: skymapdrawabstract.cpp:193 skyobjects/ksplanet.cpp:149
#: skyobjects/ksplanet.cpp:179 skyobjects/ksplanet.cpp:393
#: skyobjects/ksplanet.cpp:431 skyobjects/ksplanetbase.cpp:161
#: tools/conjunctions.cpp:79 tools/ksconjunct.cpp:67 tools/ksconjunct.cpp:68
#: tools/modcalcplanets.cpp:275 tools/modcalcplanets.ui:175
#: tools/modcalcplanets.ui:594 tools/obslistwizard.cpp:602
#: tools/obslistwizard.cpp:604 tools/skycalendar.ui:76
#, kde-format
msgid "Uranus"
msgstr ""
#. i18n: ectx: property (title), widget (QGroupBox, MinorBodiesBox)
#. +> trunk5
#: options/opssolarsystem.ui:283
#, kde-format
msgid "Minor Planets"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, label_3)
#. +> trunk5
#: options/opssolarsystem.ui:291
#, kde-format
msgid "Download asteroids brighter than"
msgstr ""
#. i18n: ectx: property (toolTip), widget (QCheckBox, kcfg_ShowAsteroids)
#. +> trunk5
#: options/opssolarsystem.ui:298
#, kde-format
msgid "Draw asteroids?"
msgstr ""
#. i18n: ectx: property (whatsThis), widget (QCheckBox, kcfg_ShowAsteroids)
#. +> trunk5
#: options/opssolarsystem.ui:301
#, kde-format
msgid "If checked, asteroids will be drawn on the map"
msgstr ""
#. i18n: ectx: property (toolTip), widget (QCheckBox, kcfg_ShowComets)
#. +> trunk5
#: options/opssolarsystem.ui:314
#, kde-format
msgid "Draw comets?"
msgstr ""
#. i18n: ectx: property (whatsThis), widget (QCheckBox, kcfg_ShowComets)
#. +> trunk5
#: options/opssolarsystem.ui:317
#, kde-format
msgid "If checked, comets will be drawn on the map"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, MagLimitAsteroidDownloadWarning)
#. +> trunk5
#: options/opssolarsystem.ui:349
#, kde-format
msgid "This value might result in a big data file and reduced performance!"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, textLabel3)
#. +> trunk5
#: options/opssolarsystem.ui:359
#, kde-format
msgid "Show asteroids brighter than"
msgstr ""
#. i18n: ectx: property (toolTip), widget (QCheckBox, kcfg_ShowCometNames)
#. +> trunk5
#: options/opssolarsystem.ui:366
#, kde-format
msgid "Show names of comets near the Sun"
msgstr ""
#. i18n: ectx: property (whatsThis), widget (QCheckBox, kcfg_ShowCometNames)
#. +> trunk5
#: options/opssolarsystem.ui:369
#, kde-format
msgid "If checked, the comets near the Sun will have name labels attached. Comets vary in brightness in their orbits, so a faint magnitude is not effective in this case."
msgstr ""
#. i18n: ectx: property (text), widget (QCheckBox, kcfg_ShowCometNames)
#. +> trunk5
#: options/opssolarsystem.ui:372
#, kde-format
msgid "Show names of comets within"
msgstr ""
#. i18n: ectx: property (toolTip), widget (MagnitudeSpinBox, kcfg_MagLimitAsteroid)
#. +> trunk5
#: options/opssolarsystem.ui:387
#, kde-format
msgid "faint limit for asteroids"
msgstr ""
#. i18n: ectx: property (whatsThis), widget (MagnitudeSpinBox, kcfg_MagLimitAsteroid)
#. +> trunk5
#: options/opssolarsystem.ui:390
#, kde-format
msgid "Set the faintest magnitude for drawing asteroids"
msgstr ""
#. i18n: ectx: property (toolTip), widget (QDoubleSpinBox, kcfg_MaxRadCometName)
#. +> trunk5
#: options/opssolarsystem.ui:428
#, kde-format
msgid "Maximum distance for comet names"
msgstr ""
#. i18n: ectx: property (whatsThis), widget (QDoubleSpinBox, kcfg_MaxRadCometName)
#. +> trunk5
#: options/opssolarsystem.ui:431
#, kde-format
msgid "Set the maximum distance from the Sun for a comet to have a name label, in Astronomical Units (AU). 1 AU is the distance between the Earth and the Sun, approximately 150 million km"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, textLabel4)
#. +> trunk5
#: options/opssolarsystem.ui:444
#, kde-format
msgid "AU"
msgstr ""
#. i18n: ectx: property (toolTip), widget (QCheckBox, kcfg_ShowAsteroidNames)
#. +> trunk5
#: options/opssolarsystem.ui:465
#, kde-format
msgid "Attach name labels to asteroids?"
msgstr ""
#. i18n: ectx: property (whatsThis), widget (QCheckBox, kcfg_ShowAsteroidNames)
#. +> trunk5
#: options/opssolarsystem.ui:468
#, kde-format
msgid "If checked, then name labels will be attached to asteroids"
msgstr ""
#. i18n: ectx: property (text), widget (QCheckBox, kcfg_ShowAsteroidNames)
#. +> trunk5
#: options/opssolarsystem.ui:471
#, kde-format
msgid "Show names"
msgstr ""
#. i18n: ectx: property (text), widget (QCheckBox, kcfg_ShowCometComas)
#. +> trunk5
#: options/opssolarsystem.ui:506
#, kde-format
msgid "Show Comet Comas"
msgstr ""
#. i18n: ectx: property (title), widget (QGroupBox, TrailsBox)
#. +> trunk5
#: options/opssolarsystem.ui:531
#, kde-format
msgid "Orbit Trails"
msgstr ""
#. i18n: ectx: property (toolTip), widget (QCheckBox, kcfg_UseAutoTrail)
#. +> trunk5
#: options/opssolarsystem.ui:537
#, kde-format
msgid "Auto-trail tracked bodies"
msgstr ""
#. i18n: ectx: property (whatsThis), widget (QCheckBox, kcfg_UseAutoTrail)
#. +> trunk5
#: options/opssolarsystem.ui:540
#, kde-format
msgid "If checked then any solar system body will have a temporary trail attached while it is centered in the display."
msgstr ""
#. i18n: ectx: property (text), widget (QCheckBox, kcfg_UseAutoTrail)
#. +> trunk5
#: options/opssolarsystem.ui:543
#, kde-format
msgid "Always show trail when tracking a solar system body"
msgstr ""
#. i18n: ectx: property (toolTip), widget (QCheckBox, kcfg_FadePlanetTrails)
#. +> trunk5
#: options/opssolarsystem.ui:555
#, kde-format
msgid "Fade trail color into the background?"
msgstr ""
#. i18n: ectx: property (whatsThis), widget (QCheckBox, kcfg_FadePlanetTrails)
#. +> trunk5
#: options/opssolarsystem.ui:558
#, kde-format
msgid "If checked, the color of the planet trail will be blended into the background sky color."
msgstr ""
#. i18n: ectx: property (text), widget (QCheckBox, kcfg_FadePlanetTrails)
#. +> trunk5
#: options/opssolarsystem.ui:561
#, kde-format
msgid "Fade trails to background color"
msgstr ""
#. i18n: ectx: property (toolTip), widget (QPushButton, ClearAllTrails)
#. +> trunk5
#: options/opssolarsystem.ui:587
#, kde-format
msgid "Clear all orbit trails"
msgstr ""
#. i18n: ectx: property (whatsThis), widget (QPushButton, ClearAllTrails)
#. +> trunk5
#: options/opssolarsystem.ui:590
#, kde-format
msgid "Press this to clear all orbit trails that you may have attached to solar system bodies using the right-click popup menu."
msgstr ""
#. i18n: ectx: property (text), widget (QPushButton, ClearAllTrails)
#. +> trunk5
#: options/opssolarsystem.ui:593
#, kde-format
msgid "Remove All Trails"
msgstr ""
#. i18n: ectx: property (text), widget (QCheckBox, checkBox)
#. +> trunk5
#: options/opssolarsystem.ui:618
#, kde-format
msgid "Earth satellite tracks"
msgstr ""
#. i18n: ectx: property (title), widget (QGroupBox, groupBox_2)
#. +> trunk5
#: options/opssupernovae.ui:19
#, kde-format
msgid "Supernovae options"
msgstr ""
#. i18n: ectx: property (text), widget (QCheckBox, kcfg_ShowSupernovae)
#. +> trunk5
#: options/opssupernovae.ui:43
#, kde-format
msgid "Show supernovae"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, label)
#. +> trunk5
#: options/opssupernovae.ui:53
#, kde-format
msgid "Set the magnitude limit for supernova to show"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, label_2)
#. +> trunk5
#: options/opssupernovae.ui:60
#, kde-format
msgid "Set the magnitude limit for supernova alerts"
msgstr ""
#. +> trunk5
#: printing/detailstable.cpp:341
#, kde-format
msgid "Names:"
msgstr ""
#. +> trunk5
#: printing/detailstable.cpp:361
#, kde-format
msgid "B-V index:"
msgstr ""
#. +> trunk5
#: printing/detailstable.cpp:475
#, kde-format
msgid "Asteroid/Comet details"
msgstr ""
#. +> trunk5
#: printing/finderchart.cpp:93
#, kde-format
msgid "Date, time and location: "
msgstr ""
#. +> trunk5
#: printing/foveditordialog.cpp:38
#, kde-format
msgid "Field of View Snapshot Browser"
msgstr ""
#. +> trunk5
#: printing/foveditordialog.cpp:208 printing/pwizprint.cpp:136
#: tools/scriptbuilder.cpp:962
#, kde-format
msgid "Could not upload file"
msgstr ""
#. +> trunk5
#: printing/foveditordialog.cpp:257
#, kde-format
msgid "FOV (%1/%2): %3 (%4' x %5')"
msgstr ""
#. i18n: ectx: property (text), widget (QPushButton, previousButton)
#. +> trunk5
#: printing/foveditordialog.ui:115
#, kde-format
msgid "<"
msgstr ""
#. i18n: ectx: property (text), widget (QPushButton, nextButton)
#. +> trunk5
#: printing/foveditordialog.ui:122
#, kde-format
msgid ">"
msgstr ""
#. i18n: ectx: property (text), widget (QPushButton, recaptureButton)
#. +> trunk5
#: printing/foveditordialog.ui:154
#, kde-format
msgid "Capture again..."
msgstr ""
#. i18n: ectx: property (text), widget (QPushButton, deleteButton)
#. +> trunk5
#: printing/foveditordialog.ui:174
#, kde-format
msgid "Delete snapshot"
msgstr ""
#. i18n: ectx: property (text), widget (QPushButton, saveButton)
#. +> trunk5
#: printing/foveditordialog.ui:194
#, kde-format
msgid "Save to file..."
msgstr ""
#. +> trunk5
#: printing/legend.cpp:357 printing/legend.cpp:392 skyobjects/skyobject.cpp:368
#, kde-format
msgid "Open Cluster"
msgstr ""
#. +> trunk5
#: printing/legend.cpp:357 printing/legend.cpp:392 skyobjects/skyobject.cpp:396
#, kde-format
msgid "Asterism"
msgstr ""
#. +> trunk5
#: printing/legend.cpp:362 printing/legend.cpp:397 skyobjects/skyobject.cpp:370
#, kde-format
msgid "Globular Cluster"
msgstr ""
#. +> trunk5
#: printing/legend.cpp:366 printing/legend.cpp:401 skyobjects/skyobject.cpp:372
#, kde-format
msgid "Gaseous Nebula"
msgstr ""
#. +> trunk5
#: printing/legend.cpp:366 printing/legend.cpp:401 skyobjects/skyobject.cpp:398
#, kde-format
msgid "Dark Nebula"
msgstr ""
#. +> trunk5
#: printing/legend.cpp:371 printing/legend.cpp:406 skyobjects/skyobject.cpp:374
#, kde-format
msgid "Planetary Nebula"
msgstr ""
#. +> trunk5
#: printing/legend.cpp:375 printing/legend.cpp:410 skyobjects/skyobject.cpp:376
#, kde-format
msgid "Supernova Remnant"
msgstr ""
#. +> trunk5
#: printing/legend.cpp:379 printing/legend.cpp:414 skyobjects/skyobject.cpp:378
#, kde-format
msgid "Galaxy"
msgstr ""
#. +> trunk5
#: printing/legend.cpp:379 printing/legend.cpp:414 skyobjects/skyobject.cpp:400
#, kde-format
msgid "Quasar"
msgstr ""
#. +> trunk5
#: printing/legend.cpp:384 printing/legend.cpp:419
#, kde-format
msgid "Galactic Cluster"
msgstr ""
#. +> trunk5
#: printing/legend.cpp:448
#, kde-format
msgid "Star Magnitudes:"
msgstr ""
#. +> trunk5
#: printing/legend.cpp:516 printing/legend.cpp:533
#, kde-format
msgid "Chart Scale:"
msgstr ""
#. +> trunk5
#: printing/loggingform.cpp:51
#, kde-format
msgid "Observer:"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, textLabel5)
#. i18n: ectx: property (text), widget (QLabel, dateLabel)
#. i18n: ectx: property (text), widget (QCheckBox, dateCheckBatch)
#. i18n: ectx: property (text), widget (QLabel, DateLabel)
#. i18n: ectx: property (text), widget (QCheckBox, DateCheckBatch)
#. i18n: ectx: property (text), widget (QLabel, DateLabelBatch)
#. +> trunk5
#: printing/loggingform.cpp:54 tools/altvstime.ui:400
#: tools/modcalcapcoord.ui:237 tools/modcalcapcoord.ui:497
#: tools/modcalcdaylength.ui:45 tools/modcalcplanets.ui:684
#: tools/modcalcsidtime.ui:77 tools/modcalcsidtime.ui:202
#: tools/modcalcvlsr.ui:581 tools/observinglist.ui:199
#, kde-format
msgid "Date:"
msgstr ""
#. +> trunk5
#: printing/loggingform.cpp:59
#, kde-format
msgid "Site:"
msgstr ""
#. +> trunk5
#: printing/loggingform.cpp:61
#, kde-format
msgid "Trans:"
msgstr ""
#. +> trunk5
#: printing/loggingform.cpp:68
#, kde-format
msgid "Power:"
msgstr ""
#. +> trunk5
#: printing/printingwizard.cpp:231
#, kde-format
msgid "Star hopper returned empty path. We advise you to change star hopping settings or use manual capture mode."
msgstr ""
#. +> trunk5
#: printing/printingwizard.cpp:233
#, kde-format
msgid "Star hopper failed to find path"
msgstr ""
#. +> trunk5
#: printing/printingwizard.cpp:414
#, kde-format
msgid "Printing Wizard"
msgstr ""
#. +> trunk5
#: printing/printingwizard.cpp:425
#, kde-format
msgid "Go to next Wizard page"
msgstr ""
#. +> trunk5
#: printing/printingwizard.cpp:428
#, kde-format
msgid "Go to previous Wizard page"
msgstr ""
#. +> trunk5
#: printing/printingwizard.cpp:547
#, kde-format
msgid "Logging Form"
msgstr ""
#. +> trunk5
#: printing/printingwizard.cpp:551
#, kde-format
msgid "Field of View Snapshots"
msgstr ""
#. +> trunk5
#: printing/printingwizard.cpp:559
#, kde-format
msgctxt "%1 = FOV index, %2 = FOV count, %3 = FOV name, %4 = FOV X size, %5 = FOV Y size"
msgid "FOV (%1/%2): %3 (%4' x %5')"
msgstr ""
#. +> trunk5
#: printing/printingwizard.cpp:569
#, kde-format
msgid "Details About Object"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, stepTitle)
#. +> trunk5
#: printing/pwizchartconfig.ui:86
#, kde-format
msgid "Basic Finder Chart Settings"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, stepText)
#. +> trunk5
#: printing/pwizchartconfig.ui:110
#, kde-format
msgid ""
"<p>Set basic document details: title, subtitle and description.</p>"
"\n"
"<p>When done, press <b>Next</b> button.</p>"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, titleLabel)
#. +> trunk5
#: printing/pwizchartconfig.ui:141
#, kde-format
msgid "Title:"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, subtitleLabel)
#. +> trunk5
#: printing/pwizchartconfig.ui:154
#, kde-format
msgid "Subtitle:"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, stepTitle)
#. +> trunk5
#: printing/pwizchartcontents.ui:77
#, kde-format
msgid "Select Additional Finder Chart Contents"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, stepText)
#. +> trunk5
#: printing/pwizchartcontents.ui:100
#, kde-format
msgid "<p>Finder chart can contain additional elements such as details tables and logging forms. Select which you want to be included in finder chart and press <b>Next</b> to proceed.</p>"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, tablesLabel)
#. +> trunk5
#: printing/pwizchartcontents.ui:132
#, kde-format
msgid "Details tables"
msgstr ""
#. i18n: ectx: property (text), widget (QCheckBox, generalCheckBox)
#. +> trunk5
#: printing/pwizchartcontents.ui:139
#, kde-format
msgid "Add general details table"
msgstr ""
#. i18n: ectx: property (text), widget (QCheckBox, posCheckBox)
#. +> trunk5
#: printing/pwizchartcontents.ui:146
#, kde-format
msgid "Add position details table"
msgstr ""
#. i18n: ectx: property (text), widget (QCheckBox, rstCheckBox)
#. +> trunk5
#: printing/pwizchartcontents.ui:153
#, kde-format
msgid "Add Rise/Set/Transit details table"
msgstr ""
#. i18n: ectx: property (text), widget (QCheckBox, astComCheckBox)
#. +> trunk5
#: printing/pwizchartcontents.ui:160
#, kde-format
msgid "Add Asteroid/Comet details table"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, loggingFormLabel)
#. +> trunk5
#: printing/pwizchartcontents.ui:189
#, kde-format
msgid "Logging form"
msgstr ""
#. i18n: ectx: property (text), widget (QCheckBox, loggingFormBox)
#. +> trunk5
#: printing/pwizchartcontents.ui:196
#, kde-format
msgid "Add basic logging form to finder chart"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, stepTitle)
#. +> trunk5
#: printing/pwizfovbrowse.ui:71
#, kde-format
msgid "Browse Captured Field of View Images"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, stepText)
#. +> trunk5
#: printing/pwizfovbrowse.ui:94
#, kde-format
msgid "After FOV snapshots are captured, you can view, caption and delete them using Field of View Snapshot Browser window."
msgstr ""
#. i18n: ectx: property (text), widget (QPushButton, browseButton)
#. +> trunk5
#: printing/pwizfovbrowse.ui:135
#, kde-format
msgid "Browse captured FOV snapshots"
msgstr ""
#. +> trunk5
#: printing/pwizfovconfig.cpp:66
#, kde-format
msgid "Only magnitudes chart"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, stepTitle)
#. +> trunk5
#: printing/pwizfovconfig.ui:77
#, kde-format
msgid "Set Basic Field of View Capture Settings"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, stepText)
#. +> trunk5
#: printing/pwizfovconfig.ui:100
#, kde-format
msgid "<p>Set basic field of view capture settings: color scheme, legend and FOV image shape, then click <b>Next</b> to proceed.</p>"
msgstr ""
#. i18n: ectx: property (text), widget (QCheckBox, switchColorsBox)
#. +> trunk5
#: printing/pwizfovconfig.ui:126
#, kde-format
msgid "Use \"Sky Chart\" color scheme"
msgstr ""
#. i18n: ectx: property (text), widget (QCheckBox, overrideShapeBox)
#. +> trunk5
#: printing/pwizfovconfig.ui:136
#, kde-format
msgid "Override FOV shape to rectangular"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, label1)
#. +> trunk5
#: printing/pwizfovconfig.ui:165
#, kde-format
msgid "Scale and magnitudes chart"
msgstr ""
#. i18n: ectx: property (text), widget (QCheckBox, addLegendBox)
#. +> trunk5
#: printing/pwizfovconfig.ui:172
#, kde-format
msgid "Add scale and magnitudes chart to exported FOV images"
msgstr ""
#. i18n: ectx: property (text), widget (QCheckBox, useAlphaBlendBox)
#. +> trunk5
#: printing/pwizfovconfig.ui:179
#, kde-format
msgid "Use alpha-blended background"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, label3)
#. +> trunk5
#: printing/pwizfovconfig.ui:188
#, kde-format
msgid "Chart orientation:"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, label4)
#. +> trunk5
#: printing/pwizfovconfig.ui:198
#, kde-format
msgid "Chart position:"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, label2)
#. +> trunk5
#: printing/pwizfovconfig.ui:208
#, kde-format
msgid "Chart type:"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, stepTitle)
#. +> trunk5
#: printing/pwizfovmanual.ui:71
#, kde-format
msgid "Manually Capture Field of View Snapshots"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, stepText)
#. +> trunk5
#: printing/pwizfovmanual.ui:96
#, kde-format
msgid ""
"<p>In manual field of view capture method, user centers sky map to a point of interest, then captures snapshots of sky fragments inside the active FOV symbol.</p>"
"\n"
"<p>When in field of view capture mode, press <b>Page Up</b> and <b>Page Down</b> to switch FOV symbols. Snapshots are captured by pressing <b>K</b> key. When done, press <b>Escape</b> key to return to the Printing Wizard.</p>"
"\n"
"<p>Press <b>Next</b> when done.</p>"
msgstr ""
#. i18n: ectx: property (text), widget (QPushButton, pushButton)
#. i18n: ectx: property (text), widget (QPushButton, captureButton)
#. +> trunk5
#: printing/pwizfovmanual.ui:137 printing/pwizfovsh.ui:308
#, kde-format
msgid "Begin capture"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, stepTitle)
#. +> trunk5
#: printing/pwizfovsh.ui:77
#, kde-format
msgid "Set Star Hopper FOV Capture Options"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, stepText)
#. +> trunk5
#: printing/pwizfovsh.ui:100
#, kde-format
msgid "Configure star hopper FOV capture: select object at which star hopping will begin, select FOV symbol and magnitude limit."
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, label1)
#. +> trunk5
#: printing/pwizfovsh.ui:116
#, kde-format
msgid "Select begin star:"
msgstr ""
#. i18n: ectx: property (text), widget (QPushButton, selectFromListButton)
#. i18n: ectx: property (text), widget (QPushButton, fromListButton)
#. +> trunk5
#: printing/pwizfovsh.ui:138 printing/pwizobjectselection.ui:136
#, kde-format
msgid "Select object from list"
msgstr ""
#. i18n: ectx: property (text), widget (QPushButton, pointButton)
#. +> trunk5
#: printing/pwizfovsh.ui:158 printing/pwizobjectselection.ui:156
#, kde-format
msgid "Point object on sky map"
msgstr ""
#. i18n: ectx: property (text), widget (QPushButton, detailsButton)
#. +> trunk5
#: printing/pwizfovsh.ui:205 printing/pwizobjectselection.ui:232
#, kde-format
msgid "Show details..."
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, label2)
#. +> trunk5
#: printing/pwizfovsh.ui:242
#, kde-format
msgid "Hopping FOV:"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, label3)
#. +> trunk5
#: printing/pwizfovsh.ui:252
#, kde-format
msgid "Hop magnitude limit:"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, stepTitle)
#. +> trunk5
#: printing/pwizfovtypeselection.ui:71
#, kde-format
msgid "Choose Field of View Capture Method"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, stepText)
#. +> trunk5
#: printing/pwizfovtypeselection.ui:97
#, kde-format
msgid ""
"<p>Select field of view capture method. There are two methods: manual and star hopping-based.</p>"
"\n"
"<p>In <b>manual method</b> you navigate the sky map to find the objects of interest, then capture multiple fields of view representations.</p>"
"\n"
"<p><b>Star hopping-based method</b> automatically captures FOV snapshots using star hopping. This is experimental feature.</p>"
"\n"
"<p>Once you have selected field of view capture method, press <b>Next</b>.</p>"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, typeLabel)
#. +> trunk5
#: printing/pwizfovtypeselection.ui:129
#, kde-format
msgid "Field of view definition method:"
msgstr ""
#. i18n: ectx: property (text), widget (QRadioButton, manualRadio)
#. +> trunk5
#: printing/pwizfovtypeselection.ui:136
#, kde-format
msgid "Manually capture field of view snapshots"
msgstr ""
#. i18n: ectx: property (text), widget (QRadioButton, hopperRadio)
#. +> trunk5
#: printing/pwizfovtypeselection.ui:152
#, kde-format
msgid "Star hopper-based fields of view capture (experimental)"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, stepTitle)
#. +> trunk5
#: printing/pwizobjectselection.ui:71
#, kde-format
msgid "Select Sky Object"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, stepText)
#. +> trunk5
#: printing/pwizobjectselection.ui:95
#, kde-format
msgid ""
"<p>Select observed sky object. You can select it from object list, by clicking <b>Select object from list</b> button or point it on sky map by pressing <b>Point object on sky map</b>. After object is located, press it with right mouse button and select <b>Select this object</b> option from context menu.</p>"
"\n"
"<p>When done, press <b>Next</b> button.</p>"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, selectedObjLabel)
#. +> trunk5
#: printing/pwizobjectselection.ui:200
#, kde-format
msgid "Selected object:"
msgstr ""
#. i18n: ectx: property (text), widget (QPushButton, ExportButton)
#. +> trunk5
#: printing/pwizprint.cpp:74 tools/conjunctions.ui:198
#, kde-format
msgid "Export"
msgstr ""
#. +> trunk5
#: printing/pwizprint.cpp:135
#, kde-format
msgid "Could not upload file to remote location: %1"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, stepTitle)
#. +> trunk5
#: printing/pwizprint.ui:77
#, kde-format
msgid "Preview, Print and Export"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, stepText)
#. +> trunk5
#: printing/pwizprint.ui:101
#, kde-format
msgid ""
"<p>Your document is ready to be printed. Click <b>Print preview</b> button to preview it and <b>Print</b> button to begin printing. You can also export it to file.</p>"
"\n"
"<p>If you wish to change contents of printed document, click <b>Previous</b> button to get back to previous steps.</p>"
msgstr ""
#. i18n: ectx: property (text), widget (QPushButton, previewButton)
#. +> trunk5
#: printing/pwizprint.ui:142
#, kde-format
msgid "Print preview"
msgstr ""
#. i18n: ectx: property (text), widget (QPushButton, printButton)
#. +> trunk5
#: printing/pwizprint.ui:179
#, kde-format
msgid "Print"
msgstr ""
#. i18n: ectx: property (text), widget (QPushButton, exportButton)
#. +> trunk5
#: printing/pwizprint.ui:216
#, kde-format
msgid "Export to file"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, stepTitle)
#. +> trunk5
#: printing/pwizwelcome.ui:83
#, kde-format
msgid "Welcome to the KStars Printing Wizard"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, stepText)
#. +> trunk5
#: printing/pwizwelcome.ui:107
#, kde-format
msgid ""
"<p>This wizard will help you set up all the parameters for printing finder charts with logging forms.</p>"
"\n"
"<p>To get started, press the <b>Next</b> button.</p>"
msgstr ""
#. +> trunk5
#: skycomponents/asteroidscomponent.cpp:101
#, kde-format
msgid "Loading asteroids"
msgstr ""
#. +> trunk5
#: skycomponents/asteroidscomponent.cpp:152
#, kde-format
msgid " (Asteroid)"
msgstr ""
#. +> trunk5
#: skycomponents/asteroidscomponent.cpp:272
#, kde-format
msgid "Asteroid Update"
msgstr ""
#. +> trunk5
#: skycomponents/asteroidscomponent.cpp:272
#, kde-format
msgid "Downloading asteroids updates..."
msgstr ""
#. +> trunk5
#: skycomponents/asteroidscomponent.cpp:311
#: skycomponents/asteroidscomponent.cpp:312
#: skycomponents/cometscomponent.cpp:265
#: skycomponents/supernovaecomponent.cpp:274
#, kde-format
msgid "Error downloading asteroids data: %1"
msgstr ""
#. +> trunk5
#: skycomponents/catalogcomponent.cpp:61
#, kde-format
msgid "Loading custom catalog: %1"
msgstr ""
#. +> trunk5
#: skycomponents/catalogcomponent.cpp:63
#, kde-format
msgid "Loading internal catalog: %1"
msgstr ""
#. +> trunk5
#: skycomponents/cometscomponent.cpp:101
#, kde-format
msgid "Loading comets"
msgstr ""
#. +> trunk5
#: skycomponents/cometscomponent.cpp:225
#, kde-format
msgid "Comets Update"
msgstr ""
#. +> trunk5
#: skycomponents/cometscomponent.cpp:225
#, kde-format
msgid "Downloading comets updates..."
msgstr ""
#. +> trunk5
#: skycomponents/cometscomponent.cpp:267
#, kde-format
msgid "Error downloading comets data: %1"
msgstr ""
#. +> trunk5
#: skycomponents/constellationboundarylines.cpp:37
#, kde-format
msgid "Constellation Boundaries"
msgstr ""
#. +> trunk5
#: skycomponents/constellationboundarylines.cpp:72
#, kde-format
msgid "Loading Constellation Boundaries"
msgstr ""
#. +> trunk5
#: skycomponents/constellationlines.cpp:35
#, kde-format
msgid "Constellation Lines"
msgstr ""
#. +> trunk5
#: skycomponents/constellationlines.cpp:112
#, kde-format
msgid "Star HD%1 not found."
msgstr ""
#. +> trunk5
#: skycomponents/constellationnamescomponent.cpp:52
#, kde-format
msgid "Loading constellation names"
msgstr ""
#. +> trunk5
#: skycomponents/deepskycomponent.cpp:152
#, kde-format
msgid "Loading NGC/IC objects"
msgstr ""
#. +> trunk5
#: skycomponents/deepskycomponent.cpp:304
#, kde-format
msgid "Unnamed Object"
msgstr ""
#. +> trunk5
#: skycomponents/flagcomponent.cpp:42
#, kde-format
msgid "No icon"
msgstr ""
#. +> trunk5
#: skycomponents/horizoncomponent.cpp:39
#, kde-format
msgid "Creating horizon"
msgstr ""
#. +> trunk5
#: skycomponents/linelistindex.cpp:250
#, kde-format
msgid "Loading %1"
msgstr ""
#. +> trunk5
#: skycomponents/localmeridiancomponent.cpp:31
#, kde-format
msgid "Local Meridian Component"
msgstr ""
#. i18n("Loading Milky Way"));
#. Magellanic clouds
#. loadContours("lmc.dat", i18n("Loading Large Magellanic Clouds"));
#. loadContours("smc.dat", i18n("Loading Small Magellanic Clouds"));
#. summary();
#. +> trunk5
#: skycomponents/milkyway.cpp:43
#, kde-format
msgid "Loading Milky Way"
msgstr ""
#. +> trunk5
#: skycomponents/milkyway.cpp:44
#, kde-format
msgid "Loading Large Magellanic Clouds"
msgstr ""
#. +> trunk5
#: skycomponents/milkyway.cpp:45
#, kde-format
msgid "Loading Small Magellanic Clouds"
msgstr ""
#. +> trunk5
#: skycomponents/notifyupdatesui.cpp:32
#, kde-format
msgid "New Supernova(e) discovered!"
msgstr ""
#. +> trunk5
#: skycomponents/notifyupdatesui.cpp:49
#, kde-format
msgid "Host Galaxy :: %1"
msgstr ""
#. +> trunk5
#: skycomponents/notifyupdatesui.cpp:50
#, kde-format
msgid "Magnitude :: %1"
msgstr ""
#. +> trunk5
#: skycomponents/notifyupdatesui.cpp:51
#, kde-format
msgid "Type :: %1"
msgstr ""
#. +> trunk5
#: skycomponents/notifyupdatesui.cpp:53
#, kde-format
msgid "Position :: RA : %1 Dec : %2"
msgstr ""
#. +> trunk5
#: skycomponents/notifyupdatesui.cpp:54
#, kde-format
msgid "Date :: %1"
msgstr ""
#. i18n: ectx: property (text), widget (QPushButton, centrePushButton)
#. +> trunk5
#: skycomponents/notifyupdatesui.ui:36
#, kde-format
msgid "Slew map to object"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, label)
#. +> trunk5
#: skycomponents/notifyupdatesui.ui:68
#, kde-format
msgid "New supernova(e) discovered!"
msgstr ""
#. +> trunk5
#: skycomponents/satellitescomponent.cpp:54
#, kde-format
msgid "Loading satellites"
msgstr ""
#. +> trunk5
#: skycomponents/satellitescomponent.cpp:154
#, kde-format
msgid "Update TLEs..."
msgstr ""
#. +> trunk5
#: skycomponents/satellitescomponent.cpp:166
#, kde-format
msgid "Update %1 satellites"
msgstr ""
#. +> trunk5
#: skycomponents/satellitescomponent.cpp:167
#, kde-format
msgid "Satellite Orbital Elements Update"
msgstr ""
#. +> trunk5
#: skycomponents/skymapcomposite.cpp:694
#, kde-format
msgid "Could not find custom catalog component named %1."
msgstr ""
#. +> trunk5
#: skycomponents/solarsystemcomposite.cpp:34
#, kde-format
msgid "Loading solar system"
msgstr ""
#. i18n: ectx: property (text), item, widget (QComboBox, PlanetComboBox)
#. i18n: ectx: property (text), item, widget (QComboBox, PlanetComboBoxBatch)
#. +> trunk5
#: skycomponents/solarsystemcomposite.cpp:35 skyobjects/ksplanet.cpp:415
#: tools/ksconjunct.cpp:155 tools/modcalcplanets.cpp:81
#: tools/modcalcplanets.cpp:274 tools/modcalcplanets.cpp:394
#: tools/modcalcplanets.ui:155 tools/modcalcplanets.ui:574
#: widgets/moonphasecalendarwidget.cpp:332
#, kde-format
msgid "Earth"
msgstr ""
#. +> trunk5
#: skycomponents/starcomponent.cpp:71
#, kde-format
msgid "Loading stars"
msgstr ""
#. +> trunk5
#: skycomponents/starcomponent.cpp:169
#, kde-format
msgid "Please wait while re-indexing stars..."
msgstr ""
#. +> trunk5
#: skycomponents/supernovaecomponent.cpp:248
#, kde-format
msgid "Supernovae Update"
msgstr ""
#. +> trunk5
#: skycomponents/supernovaecomponent.cpp:248
#, kde-format
msgid "Downloading Supernovae updates..."
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
#: skyglpainter.cpp:302 skyobjects/kssun.cpp:28 tools/conjunctions.cpp:82
#: tools/conjunctions.cpp:286 tools/modcalcdaylength.ui:109
#: tools/modcalcplanets.cpp:276 tools/modcalcplanets.ui:190
#: tools/modcalcplanets.ui:614 tools/whatsinteresting/qml/wiview.qml:144
#, kde-format, kde-kuit-format
msgid "Sun"
msgstr ""
#. +> trunk5
#: skymap.cpp:290
#, kde-format
msgid "%1: %2<sup>m</sup>"
msgstr ""
#. +> trunk5
#: skymap.cpp:344 skymaplite.cpp:352
#, kde-format
msgid "Requested Position Below Horizon"
msgstr ""
#. +> trunk5
#: skymap.cpp:345 skymaplite.cpp:353
#, kde-format
msgid ""
"The requested position is below the horizon.\n"
"Would you like to go there anyway?"
msgstr ""
#. +> trunk5
#: skymap.cpp:346
#, kde-format
msgid "Go Anyway"
msgstr ""
#. +> trunk5
#: skymap.cpp:347
#, kde-format
msgid "Keep Position"
msgstr ""
#. +> trunk5
#: skymap.cpp:433
#, kde-format
msgid "Digitized Sky Survey image provided by the Space Telescope Science Institute [public domain]."
msgstr ""
#. +> trunk5
#: skymap.cpp:474
#, kde-format
msgid "Sloan Digital Sky Survey image provided by the Astrophysical Research Consortium [free for non-commercial use]."
msgstr ""
#. +> trunk5
#: skymap.cpp:550
#, kde-format
msgid "Angular distance: %1"
msgstr ""
#. +> trunk5
#: skymap.cpp:563
#, kde-format
msgid "; Physical distance: %1 pc"
msgstr ""
#. +> trunk5
#: skymap.cpp:600
#, kde-format
msgid "Star Hopper: Choose a field-of-view"
msgstr ""
#. +> trunk5
#: skymap.cpp:601
#, kde-format
msgid "FOV to use for star hopping:"
msgstr ""
#. +> trunk5
#: skymap.cpp:608
#, kde-format
msgid "Star Hopper: Enter field-of-view to use"
msgstr ""
#. +> trunk5
#: skymap.cpp:609
#, kde-format
msgid "FOV to use for star hopping (in arcminutes):"
msgstr ""
#. +> trunk5
#: skymap.cpp:809
#, kde-format
msgid "No object selected."
msgstr ""
#. +> trunk5
#: skymap.cpp:1214
#, kde-format
msgid "Xplanet binary path is empty in config panel."
msgstr ""
#. +> trunk5
#: skymap.cpp:1398
#, kde-format
msgid "XPlanet Program Error"
msgstr ""
#. +> trunk5
#: skyobjects/jupitermoons.cpp:29
#, kde-format
msgctxt "Jupiter's moon Io"
msgid "Io"
msgstr ""
#. +> trunk5
#: skyobjects/jupitermoons.cpp:30
#, kde-format
msgctxt "Jupiter's moon Europa"
msgid "Europa"
msgstr ""
#. +> trunk5
#: skyobjects/jupitermoons.cpp:31
#, kde-format
msgctxt "Jupiter's moon Ganymede"
msgid "Ganymede"
msgstr ""
#. +> trunk5
#: skyobjects/jupitermoons.cpp:32
#, kde-format
msgctxt "Jupiter's moon Callisto"
msgid "Callisto"
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
#: skyobjects/ksmoon.cpp:70 skyobjects/skyobject.cpp:386
#: tools/conjunctions.cpp:83 tools/modcalcdaylength.ui:453
#: tools/modcalcplanets.cpp:276 tools/modcalcplanets.ui:185
#: tools/modcalcplanets.ui:609 tools/whatsinteresting/qml/wiview.qml:175
#, kde-format, kde-kuit-format
msgid "Moon"
msgstr ""
#. +> trunk5
#: skyobjects/ksmoon.cpp:298
#, kde-format
msgctxt "moon phase, 100 percent illuminated"
msgid "Full moon"
msgstr ""
#. +> trunk5
#: skyobjects/ksmoon.cpp:300
#, kde-format
msgctxt "moon phase, 0 percent illuminated"
msgid "New moon"
msgstr ""
#. +> trunk5
#: skyobjects/ksmoon.cpp:304
#, kde-format
msgctxt "moon phase, half-illuminated and growing"
msgid "First quarter"
msgstr ""
#. +> trunk5
#: skyobjects/ksmoon.cpp:306
#, kde-format
msgctxt "moon phase, half-illuminated and shrinking"
msgid "Third quarter"
msgstr ""
#. +> trunk5
#: skyobjects/ksmoon.cpp:311
#, kde-format
msgctxt "moon phase between new moon and 1st quarter"
msgid "Waxing crescent"
msgstr ""
#. +> trunk5
#: skyobjects/ksmoon.cpp:313
#, kde-format
msgctxt "moon phase between 1st quarter and full moon"
msgid "Waxing gibbous"
msgstr ""
#. +> trunk5
#: skyobjects/ksmoon.cpp:315
#, kde-format
msgctxt "moon phase between full moon and 3rd quarter"
msgid "Waning gibbous"
msgstr ""
#. +> trunk5
#: skyobjects/ksmoon.cpp:317
#, kde-format
msgctxt "moon phase between 3rd quarter and new moon"
msgid "Waning crescent"
msgstr ""
#. +> trunk5
#: skyobjects/ksmoon.cpp:320
#, kde-format
msgid "unknown"
msgstr ""
#. +> trunk5
#: skyobjects/ksplanetbase.cpp:139
#, kde-format
msgctxt "Universal time"
msgid "UT"
msgstr ""
#. +> trunk5
#: skyobjects/ksplanetbase.h:70 skyobjects/skyobject.cpp:32
#, kde-format
msgid "unnamed"
msgstr ""
#. +> trunk5
#: skyobjects/satellite.cpp:1251
#, kde-format
msgid "Success"
msgstr ""
#. +> trunk5
#: skyobjects/satellite.cpp:1255
#, kde-format
msgid "Eccentricity >= 1.0 or < -0.001"
msgstr ""
#. +> trunk5
#: skyobjects/satellite.cpp:1258
#, kde-format
msgid "Mean motion less than 0.0"
msgstr ""
#. +> trunk5
#: skyobjects/satellite.cpp:1261
#, kde-format
msgid "Semi-latus rectum < 0.0"
msgstr ""
#. +> trunk5
#: skyobjects/satellite.cpp:1264
#, kde-format
msgid "Satellite has decayed"
msgstr ""
#. +> trunk5
#: skyobjects/satellite.cpp:1267
#, kde-format
msgid "Unknown error"
msgstr ""
#. +> trunk5
#: skyobjects/skyobject.cpp:33
#, kde-format
msgid "unnamed object"
msgstr ""
#. +> trunk5
#: skyobjects/skyobject.cpp:362
#, kde-format
msgid "Star"
msgstr ""
#. +> trunk5
#: skyobjects/skyobject.cpp:364
#, kde-format
msgid "Catalog Star"
msgstr ""
#. +> trunk5
#: skyobjects/skyobject.cpp:366
#, kde-format
msgid "Planet"
msgstr ""
#. +> trunk5
#: skyobjects/skyobject.cpp:380
#, kde-format
msgid "Comet"
msgstr ""
#. +> trunk5
#: skyobjects/skyobject.cpp:382
#, kde-format
msgid "Asteroid"
msgstr ""
#. +> trunk5
#: skyobjects/skyobject.cpp:384
#, kde-format
msgid "Constellation"
msgstr ""
#. +> trunk5
#: skyobjects/skyobject.cpp:388
#, kde-format
msgid "Galaxy Cluster"
msgstr ""
#. +> trunk5
#: skyobjects/skyobject.cpp:390
#, kde-format
msgid "Satellite"
msgstr ""
#. +> trunk5
#: skyobjects/skyobject.cpp:394
#, kde-format
msgid "Radio Source"
msgstr ""
#. +> trunk5
#: skyobjects/skyobject.cpp:402
#, kde-format
msgid "Multiple Star"
msgstr ""
#. +> trunk5
#: skyobjects/skyobject.cpp:404
#, kde-format
msgid "Unknown Type"
msgstr ""
#. +> trunk5
#: skyobjects/skyobject.cpp:418
#, kde-format
msgid "Show HST Image"
msgstr ""
#. +> trunk5
#: skyobjects/skyobject.cpp:420
#, kde-format
msgid "%1: Hubble Space Telescope, operated by STScI for NASA [public domain]"
msgstr ""
#. +> trunk5
#: skyobjects/skyobject.cpp:424
#, kde-format
msgid "Show Spitzer Image"
msgstr ""
#. +> trunk5
#: skyobjects/skyobject.cpp:426
#, kde-format
msgid "%1: Spitzer Space Telescope, courtesy NASA/JPL-Caltech [public domain]"
msgstr ""
#. +> trunk5
#: skyobjects/skyobject.cpp:430
#, kde-format
msgid "Show SEDS Image"
msgstr ""
#. +> trunk5
#: skyobjects/skyobject.cpp:432
#, kde-format
msgid "%1: SEDS, http://www.seds.org [free for non-commercial use]"
msgstr ""
#. +> trunk5
#: skyobjects/skyobject.cpp:436
#, kde-format
msgid "Show KPNO AOP Image"
msgstr ""
#. +> trunk5
#: skyobjects/skyobject.cpp:438
#, kde-format
msgid "%1: Advanced Observing Program at Kitt Peak National Observatory [free for non-commercial use; no physical reproductions]"
msgstr ""
#. +> trunk5
#: skyobjects/skyobject.cpp:444
#, kde-format
msgid "Show NOAO Image"
msgstr ""
#. +> trunk5
#: skyobjects/skyobject.cpp:447
#, kde-format
msgid "%1: National Optical Astronomy Observatories and AURA [free for non-commercial use]"
msgstr ""
#. +> trunk5
#: skyobjects/skyobject.cpp:453
#, kde-format
msgid "%1: Very Large Telescope, operated by the European Southern Observatory [free for non-commercial use; no reproductions]"
msgstr ""
#. +> trunk5
#: skyobjects/skyobject.cpp:459
#, kde-format
msgid "Show"
msgstr ""
#. +> trunk5
#: skyobjects/skypoint.cpp:455
#, kde-format
msgid "lat and LST parameters should only be used in KSPlanetBase objects."
msgstr ""
#. +> trunk5
#: skyobjects/starobject.cpp:504
#, kde-format
msgid "alpha"
msgstr ""
#. +> trunk5
#: skyobjects/starobject.cpp:505
#, kde-format
msgid "beta"
msgstr ""
#. +> trunk5
#: skyobjects/starobject.cpp:506
#, kde-format
msgid "gamma"
msgstr ""
#. +> trunk5
#: skyobjects/starobject.cpp:507
#, kde-format
msgid "delta"
msgstr ""
#. +> trunk5
#: skyobjects/starobject.cpp:508
#, kde-format
msgid "epsilon"
msgstr ""
#. +> trunk5
#: skyobjects/starobject.cpp:509
#, kde-format
msgid "zeta"
msgstr ""
#. +> trunk5
#: skyobjects/starobject.cpp:510
#, kde-format
msgid "eta"
msgstr ""
#. +> trunk5
#: skyobjects/starobject.cpp:511
#, kde-format
msgid "theta"
msgstr ""
#. +> trunk5
#: skyobjects/starobject.cpp:512
#, kde-format
msgid "iota"
msgstr ""
#. +> trunk5
#: skyobjects/starobject.cpp:513
#, kde-format
msgid "kappa"
msgstr ""
#. +> trunk5
#: skyobjects/starobject.cpp:514
#, kde-format
msgid "lambda"
msgstr ""
#. +> trunk5
#: skyobjects/starobject.cpp:515
#, kde-format
msgid "mu"
msgstr ""
#. +> trunk5
#: skyobjects/starobject.cpp:516
#, kde-format
msgid "nu"
msgstr ""
#. +> trunk5
#: skyobjects/starobject.cpp:517
#, kde-format
msgid "xi"
msgstr ""
#. +> trunk5
#: skyobjects/starobject.cpp:518
#, kde-format
msgid "omicron"
msgstr ""
#. +> trunk5
#: skyobjects/starobject.cpp:519
#, kde-format
msgid "pi"
msgstr ""
#. +> trunk5
#: skyobjects/starobject.cpp:520
#, kde-format
msgid "rho"
msgstr ""
#. +> trunk5
#: skyobjects/starobject.cpp:523
#, kde-format
msgid "sigma"
msgstr ""
#. +> trunk5
#: skyobjects/starobject.cpp:524
#, kde-format
msgid "tau"
msgstr ""
#. +> trunk5
#: skyobjects/starobject.cpp:525
#, kde-format
msgid "upsilon"
msgstr ""
#. +> trunk5
#: skyobjects/starobject.cpp:526
#, kde-format
msgid "phi"
msgstr ""
#. +> trunk5
#: skyobjects/starobject.cpp:527
#, kde-format
msgid "chi"
msgstr ""
#. +> trunk5
#: skyobjects/starobject.cpp:528
#, kde-format
msgid "psi"
msgstr ""
#. +> trunk5
#: skyobjects/starobject.cpp:529
#, kde-format
msgid "omega"
msgstr ""
#. +> trunk5
#: time/kstarsdatetime.cpp:114
#, kde-format
msgid "Could not parse Date/Time string: "
msgstr ""
#. +> trunk5
#: time/kstarsdatetime.cpp:115
#, kde-format
msgid "Valid date formats: "
msgstr ""
#. +> trunk5
#: time/timezonerule.cpp:48
#, kde-format
msgid "Error parsing TimeZoneRule, setting to empty rule."
msgstr ""
#. +> trunk5
#: time/timezonerule.cpp:115
#, kde-format
msgid "Could not parse %1 as a valid month code."
msgstr ""
#. +> trunk5
#: time/timezonerule.cpp:228
#, kde-format
msgid "Could not parse %1 as a valid day code."
msgstr ""
#. i18n: ectx: @info:tipoftheday
#. +> trunk5
#: tips:2
#, kde-format
msgid ""
"\t\t"
"<p>You can locate objects in the sky by their name.\n"
"\t\t\tUse Ctrl+F, the \"Pointing->Find Object\" menu item, or the \"Find Object\"\n"
"\t\t\tToolbar button.\n"
"\t\t</p>"
"\n"
"\t\n"
msgstr ""
#. i18n: ectx: @info:tipoftheday
#. +> trunk5
#: tips:10
#, kde-format
msgid ""
"\t\t"
"<p>To change your Geographic Location,\n"
"\t\t\tuse Ctrl+G, the \"Settings->Geographic...\" menu item,\n"
"\t\t\tor the \"globe\" Toolbar button.\n"
"\t\t</p>"
"\n"
"\t\n"
msgstr ""
#. i18n: ectx: @info:tipoftheday
#. +> trunk5
#: tips:18
#, kde-format
msgid ""
"\t\t"
"<p>You can Track an object, so it will always be centered\n"
"\t\t\tin the display.<br/>"
"\n"
"\t\t\tUse Ctrl+T, the \"Pointing->Engage Tracking\" menu item, or the \"lock\"\n"
"\t\t\tToolbar button. You can also simply center the object by\n"
"\t\t\tdouble-clicking on it or selecting \"Center and Track\" from the\n"
"\t\t\tobject's popup menu.\n"
"\t\t</p>"
"\n"
"\t\n"
msgstr ""
#. i18n: ectx: @info:tipoftheday
#. +> trunk5
#: tips:29
#, kde-format
msgid ""
"\t\t"
"<p>The KStars Handbook includes the AstroInfo Project, a series\n"
"\t\t\tof informative articles about Astronomy.\n"
"\t\t</p>"
"\n"
"\t\n"
msgstr ""
#. i18n: ectx: @info:tipoftheday
#. +> trunk5
#: tips:36
#, kde-format
msgid ""
"\t\t"
"<p>There are three on-screen \"Info Boxes\" which show data related to the\n"
"\t\t\ttime/date, your geographic location, and the current central position on the\n"
"\t\t\tsky (the focus). You can drag these boxes with the mouse, and \"shade\" them\n"
"\t\t\tby double-clicking them to show more (or less) information. You can hide\n"
"\t\t\tthem altogether in the Settings->Info Boxes menu.\n"
"\t\t</p>"
"\n"
"\t\n"
msgstr ""
#. i18n: ectx: @info:tipoftheday
#. +> trunk5
#: tips:46
#, kde-format
msgid ""
"\t\t"
"<p>KStars has a full-screen mode; you can toggle this mode using the\n"
"\t\t\t\"fullscreen\" toolbar button, or by pressing Ctrl+Shift+F.\n"
"\t\t</p>"
"\n"
"\t\n"
msgstr ""
#. i18n: ectx: @info:tipoftheday
#. +> trunk5
#: tips:53
#, kde-format
msgid ""
"\t\t"
"<p>Help us improve the KStars project! Visit our website at http://edu.kde.org/kstars and join our mailing list at kstars-devel@kde.org to learn more. We welcome you to help us with bug reports, contributions of astronomy know-how and knowledge, code contributions, translations and many more kinds of contributions!\n"
"\t\t</p>"
"\n"
"\t\n"
msgstr ""
#. i18n: ectx: @info:tipoftheday
#. +> trunk5
#: tips:59
#, kde-format
msgid ""
"\t\t"
"<p>The N,S,E,W keys will point the display at the North,\n"
"\t\t\tSouth, East and West points on the Horizon. The Z key will point the\n"
"\t\t\tdisplay at the Zenith.\n"
"\t\t</p>"
"\n"
"\t\n"
msgstr ""
#. i18n: ectx: @info:tipoftheday
#. +> trunk5
#: tips:67
#, kde-format
msgid ""
"\t\t"
"<p>The 0-9 keys will center the display on one of the major solar system\n"
"\t\t\tbodies. 0 centers on the Sun, 3 centers on the Moon; the rest are the eight\n"
"\t\t\tplanets, in order of their distance from the Sun.\n"
"\t\t</p>"
"\n"
"\t\n"
msgstr ""
#. i18n: ectx: @info:tipoftheday
#. +> trunk5
#: tips:75
#, kde-format
msgid ""
"\t\t"
"<p>Click and Drag with the mouse to slew the skymap to a new position on\n"
"\t\t\tthe sky.\n"
"\t\t</p>"
"\n"
"\t\n"
msgstr ""
#. i18n: ectx: @info:tipoftheday
#. +> trunk5
#: tips:82
#, kde-format
msgid ""
"\t\t"
"<p>Double-click with the mouse to center the display on the location\n"
"\t\t\tof the mouse cursor. If you double-click on an object, KStars will\n"
"\t\t\tautomatically begin tracking it.\n"
"\t\t</p>"
"\n"
"\t\n"
msgstr ""
#. i18n: ectx: @info:tipoftheday
#. +> trunk5
#: tips:90
#, kde-format
msgid ""
"\t\t"
"<p>The status bar displays the current sky coordinates of the mouse cursor,\n"
"\t\t\tin both Equatorial and Horizontal coordinate systems.\n"
"\t\t</p>"
"\n"
"\t\n"
msgstr ""
#. i18n: ectx: @info:tipoftheday
#. +> trunk5
#: tips:97
#, kde-format
msgid ""
"\t\t"
"<p>The display can be zoomed in or out by spinning your mouse's scroll wheel,\n"
"\t\t\tor by dragging the mouse up or down with the middle mouse button pressed. You\n"
"\t\t\tcan also use the +/- keys, or the \"Zoom In\"/\"Zoom Out\" items in the toolbar and\n"
"\t\t\tin the View menu. The Zoom Level can be set manually using the \"Zoom to Angular\n"
"\t\t\tSize\" item in the View menu (Shift+Ctrl+Z), and you can set it graphically by\n"
"\t\t\tholding down the Ctrl button while dragging the mouse to define a rectangle for\n"
"\t\t\tthe new window boundaries.\n"
"\t\t</p>"
"\n"
"\t\n"
msgstr ""
#. i18n: ectx: @info:tipoftheday
#. +> trunk5
#: tips:109
#, kde-format
msgid ""
"\t\t"
"<p>You can manually set the coordinates of the central Focus point.\n"
"\t\t\tPress Ctrl+M, or use the \"Pointing->Set Coordinates Manually...\" menu item, and enter\n"
"\t\t\tthe desired coordinates in the popup window.\n"
"\t\t</p>"
"\n"
"\t\n"
msgstr ""
#. i18n: ectx: @info:tipoftheday
#. +> trunk5
#: tips:117
#, kde-format
msgid ""
"\t\t"
"<p>To switch between Equatorial and Horizontal coordinate\n"
"\t\t\tsystems, use the \"View->Coordinates\" menu item, or press the spacebar.\n"
"\t\t</p>"
"\n"
"\t\n"
msgstr ""
#. i18n: ectx: @info:tipoftheday
#. +> trunk5
#: tips:124
#, kde-format
msgid ""
"\t\t"
"<p>To set the Time and Date, type Ctrl+S, use the \"Time->Set Time\" menu item,\n"
"\t\t\tor press the \"time\" toolbar button. Note that dates in KStars can be very\n"
"\t\t\tremote; you can use any year between -50,000 and +50,000.\n"
"\t\t</p>"
"\n"
"\t\n"
msgstr ""
#. i18n: ectx: @info:tipoftheday
#. +> trunk5
#: tips:132
#, kde-format
msgid ""
"\t\t"
"<p>You can use Ctrl+E or the \"Time->Set Time to Now\" menu item to synchronize\n"
"\t\t\tthe simulation clock with your CPU clock.\n"
"\t\t</p>"
"\n"
"\t\n"
msgstr ""
#. i18n: ectx: @info:tipoftheday
#. +> trunk5
#: tips:139
#, kde-format
msgid ""
"\t\t"
"<p>The Spin Box in the Toolbar allows you to adjust the time step\n"
"\t\t\tused by the KStars clock; setting it to \"1.0 sec\" provides \"real time\".\n"
"\t\t\tNote: negative values make time run backwards.\n"
"\t\t</p>"
"\n"
"\t\n"
msgstr ""
#. i18n: ectx: @info:tipoftheday
#. +> trunk5
#: tips:147
#, kde-format
msgid ""
"\t\t"
"<p>You can stop and start the clock with the \"Play/Pause\" button\n"
"\t\t\tin the Toolbar, or with the \"Time->Stop Clock\" menu item.\n"
"\t\t</p>"
"\n"
"\t\n"
msgstr ""
#. i18n: ectx: @info:tipoftheday
#. +> trunk5
#: tips:154
#, kde-format
msgid ""
"\t\t"
"<p>You can advance the simulation clock forward or backward by a single\n"
"\t\t\ttime step by pressing the \"&gt;\" or \"&lt;\" keys.\n"
"\t\t</p>"
"\n"
"\t\n"
msgstr ""
#. i18n: ectx: @info:tipoftheday
#. +> trunk5
#: tips:161
#, kde-format
msgid ""
"\t\t"
"<p>When you click your mouse in the map, the object in the sky nearest\n"
"\t\t\tthe mouse cursor is identified in the status bar.\n"
"\t\t</p>"
"\n"
"\t\n"
msgstr ""
#. i18n: ectx: @info:tipoftheday
#. +> trunk5
#: tips:168
#, kde-format
msgid ""
"\t\t"
"<p>When you hold the mouse cursor still for a moment, the nearest object\n"
"\t\t\twill be identified by a temporary name label that automatically fades\n"
"\t\t\tout when you move the mouse again.\n"
"\t\t</p>"
"\n"
"\t\n"
msgstr ""
#. i18n: ectx: @info:tipoftheday
#. +> trunk5
#: tips:176
#, kde-format
msgid ""
"\t\t"
"<p>Right-click with the mouse to open a popup menu of detailed options\n"
"\t\t\tfor a particular object, including links to images and information on\n"
"\t\t\tthe Internet.\n"
"\t\t</p>"
"\n"
"\t\n"
msgstr ""
#. i18n: ectx: @info:tipoftheday
#. +> trunk5
#: tips:184
#, kde-format
msgid ""
"\t\t"
"<p>The deep-sky objects with a special color (the default is Red)\n"
"\t\t\thave extra URL links available in their popup menu.\n"
"\t\t</p>"
"\n"
"\t\n"
msgstr ""
#. i18n: ectx: @info:tipoftheday
#. +> trunk5
#: tips:191
#, kde-format
msgid ""
"\t\t"
"<p>By default, stars in KStars are displayed with realistic colors.\n"
"\t\t\tA star's color depends on its temperature; cooler stars are red,\n"
"\t\t\twhile hotter stars are blue.\n"
"\t\t</p>"
"\n"
"\t\n"
msgstr ""
#. i18n: ectx: @info:tipoftheday
#. +> trunk5
#: tips:199
#, kde-format
msgid ""
"\t\t"
"<p>If you want the very latest orbital information for asteroids and\n"
"\t\t\tcomets (including recently-discovered objects), check the \"Download\n"
"\t\t\tData\" tool (\"File->Download New Data\" or Ctrl+D) frequently for updated\n"
"\t\t\tephemerides.\n"
"\t\t</p>"
"\n"
"\t\n"
msgstr ""
#. i18n: ectx: @info:tipoftheday
#. +> trunk5
#: tips:208
#, kde-format
msgid ""
"\t\t"
"<p>The Details window provides a large amount of information on any \n"
"\t\t\tobject in the sky, including coordinates, rise/set times, Internet \n"
"\t\t\tlinks, and your own custom notes. Access the Details window through \n"
"\t\t\tthe popup menu, or by clicking on an object and then pressing \"D\".\n"
"\t\t</p>"
"\n"
"\t\n"
msgstr ""
#. i18n: ectx: @info:tipoftheday
#. +> trunk5
#: tips:217
#, kde-format
msgid ""
"\t\t"
"<p>You can attach a name label to any object in the sky. Toggle the \n"
"\t\t\tlabel in the popup menu, or by clicking on the object and then \n"
"\t\t\tpressing \"L\".\n"
"\t\t</p>"
"\n"
"\t\n"
msgstr ""
#. i18n: ectx: @info:tipoftheday
#. +> trunk5
#: tips:225
#, kde-format
msgid ""
"\t\t"
"<p>The KStars Astrocalculator (Ctrl+C) gives you direct access to many \n"
"\t\t\tof the calculations that KStars does behind-the-scenes.\n"
"\t\t</p>"
"\n"
"\t\n"
msgstr ""
#. i18n: ectx: @info:tipoftheday
#. +> trunk5
#: tips:232
#, kde-format
msgid ""
"\t\t"
"<p>The AAVSO Light Curve Generator tool (Ctrl+V) connects to a server at the\n"
"\t\t\tAmerican Association of Variable Star Observers, and constructs a\n"
"\t\t\tlightcurve for any of the 6000+ variable stars that they monitor\n"
"\t\t\ton a daily basis.\n"
"\t\t</p>"
"\n"
"\t\n"
msgstr ""
#. i18n: ectx: @info:tipoftheday
#. +> trunk5
#: tips:241
#, kde-format
msgid ""
"\t\t"
"<p>The Altitude vs. Time tool (Ctrl+A) will plot altitude curves for any group\n"
"\t\t\tof objects that you select. This is a great tool for planning\n"
"\t\t\tobserving sessions.\n"
"\t\t</p>"
"\n"
"\t\n"
msgstr ""
#. i18n: ectx: @info:tipoftheday
#. +> trunk5
#: tips:249
#, kde-format
msgid ""
"\t\t"
"<p>With the What's Up Tonight? tool (Ctrl+U), you can tell at a glance what\n"
"\t\t\tobjects will be visible from your location on a given night.\n"
"\t\t</p>"
"\n"
"\t\n"
msgstr ""
#. i18n: ectx: @info:tipoftheday
#. +> trunk5
#: tips:256
#, kde-format
msgid ""
"\t\t"
"<p>KStars has a powerful Observation Planner tool\n"
"\t\t\t (Ctrl + L). The planner helps you maintain a\n"
"\t\t\t wish list of objects that you would like to\n"
"\t\t\t observe, and then select some of these\n"
"\t\t\t objects to plan out an observing\n"
"\t\t\t session. The planner can then assign\n"
"\t\t\t observing times, and present the objects in\n"
"\t\t\t time order for easy observing workflow on\n"
"\t\t\t the field.\n"
"\t\t</p>"
"\n"
"\t\n"
msgstr ""
#. i18n: ectx: @info:tipoftheday
#. +> trunk5
#: tips:271
#, kde-format
msgid ""
"\t\t"
"<p>KStars has a powerful astrophotography suite called Ekos! Ekos lets you control your astrophotography equipment through INDI, perform auto-focus etc, and set up automatic capture sequences.\n"
"\t\t</p>"
"\n"
"\t\n"
msgstr ""
#. i18n: ectx: @info:tipoftheday
#. +> trunk5
#: tips:278
#, kde-format
msgid ""
"\t\t"
"<p>The ScriptBuilder tool allows you to construct complex D-Bus\n"
"\t\t\tscripts using a simple GUI. The scripts can be played back later\n"
"\t\t\tfrom the command line, or from within KStars.\n"
"\t\t</p>"
"\n"
"\t\n"
msgstr ""
#. i18n: ectx: @info:tipoftheday
#. +> trunk5
#: tips:286
#, kde-format
msgid ""
"\t\t"
"<p>The Solar System Viewer tool (Ctrl+Y) shows an overhead view of the solar\n"
"\t\t\tsystem, showing the positions of the major planets for the current\n"
"\t\t\tsimulation date.\n"
"\t\t</p>"
"\n"
"\t\n"
msgstr ""
#. i18n: ectx: @info:tipoftheday
#. +> trunk5
#: tips:294
#, kde-format
msgid ""
"\t\t"
"<p>The Jupiter Moons tool (Ctrl+J) shows the relative positions of Jupiter's\n"
"\t\t\tfour largest moons (Io, Europa, Ganymede and Callisto), as seen from\n"
"\t\t\tEarth, and as a function of time.\n"
"\t\t</p>"
"\n"
"\t\n"
msgstr ""
#. i18n: ectx: @info:tipoftheday
#. +> trunk5
#: tips:302
#, kde-format
msgid ""
"\t\t"
"<p>You can export the sky image to a file using the \"Save Sky Image\"\n"
"\t\t\titem in the File menu, or by pressing Ctrl+I. In addition, you can\n"
"\t\t\trun KStars from a command prompt with the \"--dump\" argument to save a\n"
"\t\t\tsky image to disk without even opening the program window. This can\n"
"\t\t\tbe used to generate dynamic wallpaper for your KDE desktop.\n"
"\t\t</p>"
"\n"
"\t\n"
msgstr ""
#. i18n: ectx: @info:tipoftheday
#. +> trunk5
#: tips:312
#, kde-format
msgid ""
"\t\t"
"<p>To add your own custom Object Catalogs, select \"Import Catalog\" or \n"
"\t\t\t\"Load Catalog\" from the Catalogs tab in the KStars Configuration window.\n"
"\t\t\tSee the Handbook for instructions on formatting your catalog file.\n"
"\t\t</p>"
"\n"
"\t\n"
msgstr ""
#. i18n: ectx: @info:tipoftheday
#. +> trunk5
#: tips:320
#, kde-format
msgid ""
"\t\t"
"<p>By default, KStars ships with the NGC and IC deep-sky object catalogs. You can download many more catalogs from the File->Download New Data option. You can also make your own custom catalogs and add them.\n"
"\t\t</p>"
"\n"
"\t\n"
msgstr ""
#. i18n: ectx: @info:tipoftheday
#. +> trunk5
#: tips:326
#, kde-format
msgid ""
"\t\t"
"<p>By default, KStars ships with a catalog of stars up to about magnitude 8. You can download additional star catalogs (Tycho-2 and USNO NOMAD) to show up to 100 million stars down to about magnitude 16 using the File->Download New Data option.\n"
"\t\t</p>"
"\n"
"\t\n"
msgstr ""
#. i18n: ectx: @info:tipoftheday
#. +> trunk5
#: tips:332
#, kde-format
msgid ""
"\t\t"
"<p>To add your own custom image/information URLs to\n"
"\t\t\tany object, select \"Add Link...\" from the object's popup menu.\n"
"\t\t</p>"
"\n"
"\t\n"
msgstr ""
#. i18n: ectx: @info:tipoftheday
#. +> trunk5
#: tips:339
#, kde-format
msgid ""
"\t\t"
"<p>You can adjust dozens of display options by clicking the\n"
"\t\t\t\"configure\" Toolbar button, or selecting the \"Settings->Configure KStars...\"\n"
"\t\t\tmenu item.\n"
"\t\t</p>"
"\n"
"\t\n"
msgstr ""
#. i18n: ectx: @info:tipoftheday
#. +> trunk5
#: tips:347
#, kde-format
msgid ""
"\t\t"
"<p>The on-screen Info Boxes can be hidden or shown using the\n"
"\t\t\t\"Settings->Info Boxes\" menu.\n"
"\t\t</p>"
"\n"
"\t\n"
msgstr ""
#. i18n: ectx: @info:tipoftheday
#. +> trunk5
#: tips:354
#, kde-format
msgid ""
"\t\t"
"<p>The Toolbars can be hidden or shown using the \"Settings->Toolbars\" menu.\n"
"\t\t</p>"
"\n"
"\t\n"
msgstr ""
#. i18n: ectx: @info:tipoftheday
#. +> trunk5
#: tips:360
#, kde-format
msgid ""
"\t\t"
"<p>You can hide either the Ra/Dec or Az/Alt coordinate fields in the statusbar,\n"
"\t\t\tor hide the statusbar completely, using the Settings->Statusbar menu.\n"
"\t\t</p>"
"\n"
"\t\n"
msgstr ""
#. i18n: ectx: @info:tipoftheday
#. +> trunk5
#: tips:367
#, kde-format
msgid ""
"\t\t"
"<p>You can easily switch between predefined color schemes by selecting\n"
"\t\t\tthe scheme from the \"Settings->Color Schemes\" menu.\n"
"\t\t</p>"
"\n"
"\t\n"
msgstr ""
#. i18n: ectx: @info:tipoftheday
#. +> trunk5
#: tips:374
#, kde-format
msgid ""
"\t\t"
"<p>You can define your own Geographic Locations. Fill in the\n"
"\t\t\trequired fields in the \"Set Geographic Location\" Dialog and then press the\n"
"\t\t\t\"Add City to List\" button. Your Locations will be available in all\n"
"\t\t\tfuture sessions.\n"
"\t\t</p>"
"\n"
"\t\n"
msgstr ""
#. i18n: ectx: @info:tipoftheday
#. +> trunk5
#: tips:383
#, kde-format
msgid ""
"\t\t"
"<p>You can define your own Color Schemes. Adjust the colors\n"
"\t\t\tin the Configuration Window's \"Colors\" Tab, and then press the \"Save\n"
"\t\t\tCurrent Colors\" button. Your Color Scheme will appear in the list in\n"
"\t\t\tall future sessions.\n"
"\t\t</p>"
"\n"
"\t\n"
msgstr ""
#. i18n: ectx: @info:tipoftheday
#. +> trunk5
#: tips:392
#, kde-format
msgid ""
"\t\t"
"<p>You can construct your own field-of-view (FOV) symbols, using the\n"
"\t\t\tFOV Editor from the Settings->FOV Symbols menu. You can set the angular size, the\n"
"\t\t\tshape, and the color of your new symbols.\n"
"\t\t</p>"
"\n"
"\t\n"
msgstr ""
#. i18n: ectx: @info:tipoftheday
#. +> trunk5
#: tips:400
#, kde-format
msgid ""
"\t\t"
"<p>If you use a camera to capture images, you can create a field-of-view (FOV) symbol that matches your camera sensor's size. You can then adjust the orientation of the FOV symbol to match the orientation of your camera, to see what fits into your imaging field. The FOV Editor may be accessed from the Settings->FOV Symbols menu.\n"
"\t\t</p>"
"\n"
"\t\n"
msgstr ""
#. i18n: ectx: @info:tipoftheday
#. +> trunk5
#: tips:406
#, kde-format
msgid ""
"\t\t"
"<p>The Advanced tab of the KStars Configuration window allows you to fine-tune\n"
"\t\t\tthe behavior of KStars. You can specify whether to correct for atmospheric\n"
"\t\t\trefraction, and whether to use animated slewing. You can also specify which\n"
"\t\t\tobjects are hidden while the display is in motion.\n"
"\t\t</p>"
"\n"
"\t\n"
msgstr ""
#. i18n: ectx: @info:tipoftheday
#. +> trunk5
#: tips:415
#, kde-format
msgid ""
"\t\t"
"<p>KStars displays up to 100 million stars, more than 13,000 deep-sky objects, the 88 constellations,\n"
"\t\t\tall planets, the Sun, the Moon, thousands of comets and asteroids, and the\n"
"\t\t\tMilky Way.\n"
"\t\t</p>"
"\n"
"\t\n"
msgstr ""
#. i18n: ectx: @info:tipoftheday
#. +> trunk5
#: tips:423
#, kde-format
msgid ""
"\t\t"
"<p>The line in the sky that the Sun and all the Planets seem to follow\n"
"\t\t\tis called the Ecliptic.\n"
"\t\t</p>"
"\n"
"\t\n"
msgstr ""
#. i18n: ectx: @info:tipoftheday
#. +> trunk5
#: tips:430
#, kde-format
msgid ""
"\t\t"
"<p>Object positions in KStars include the effects of precession, nutation,\n"
"\t\t\taberration, atmospheric refraction, and light travel time (for planets).\n"
"\t\t</p>"
"\n"
"\t\n"
msgstr ""
#. i18n: ectx: @info:tipoftheday
#. +> trunk5
#: tips:437
#, kde-format
msgid ""
"\t\t"
"<p>You can simulate the famous experimental test of general relativity in KStars -- KStars can calculate the bending of star-light around the sun. Simply center on the sun, zoom in the sky map and toggle the corrections by pressing 'r' on the keyboard.\n"
"\t\t</p>"
"\n"
"\t\n"
msgstr ""
#. i18n: ectx: @info:tipoftheday
#. +> trunk5
#: tips:443
#, kde-format
msgid ""
"\t\t"
"<p>The nearest star to the Sun is Rigel Kentaurus (alpha Centauri).\n"
"\t\t\tThe brightest star in the night sky is Sirius (alpha Canis Majoris).\n"
"\t\t</p>"
"\n"
"\t\n"
msgstr ""
#. i18n: ectx: @info:tipoftheday
#. +> trunk5
#: tips:450
#, kde-format
msgid ""
"\t\t"
"<p>The large group of galaxies between Leo, Virgo and Coma Berenices\n"
"\t\t\tis called the Virgo Cluster of Galaxies.\n"
"\t\t</p>"
"\n"
"\t\n"
msgstr ""
#. i18n: ectx: @info:tipoftheday
#. +> trunk5
#: tips:457
#, kde-format
msgid ""
"\t\t"
"<p>The large group of clusters and nebulae near the south celestial pole\n"
"\t\t\tare objects in the Large Magellanic Cloud, which is a dwarf galaxy in\n"
"\t\t\torbit around the Milky Way.\n"
"\t\t</p>"
"\n"
"\t\n"
msgstr ""
#. i18n: ectx: @info:tipoftheday
#. +> trunk5
#: tips:465
#, kde-format
msgid ""
"\t\t"
"<p>The Messier Catalog is a list of 110 of the brightest non-stellar objects\n"
"\t\t\tin the sky. It includes such famous objects as the Orion Nebula (M 42), the\n"
"\t\t\tAndromeda Galaxy (M 31), and the Pleiades (M 45).\n"
"\t\t</p>"
"\n"
"\t\n"
msgstr ""
#. i18n: ectx: @info:tipoftheday
#. +> trunk5
#: tips:473
#, kde-format
msgid ""
"\t\t"
"<p>Every now and then, planets seem to stop, and temporarily change their direction of motion across the night sky. This is called retrograde motion. You can simulate it in KStars by attaching a trail to an outer planet and letting the simulation clock step quickly (at 1 sid day or so).\n"
"\t\t</p>"
"\n"
"\t\n"
msgstr ""
#. i18n: ectx: @info:tipoftheday
#. +> trunk5
#: tips:479
#, kde-format
msgid ""
"\t\t"
"<p>From a dark, country-side location, the Andromeda Galaxy (M 31) is visible to the naked eye! The galaxy lies about 2.2 million light years away from us, and yet it has an apparent size of 3 degrees, 6 times the apparent size of the full moon!\n"
"\t\t</p>"
"\n"
"\t\n"
msgstr ""
#. i18n: ectx: @info:tipoftheday
#. +> trunk5
#: tips:485
#, kde-format
msgid ""
"\t\t"
"<p>Apparent sizes of deep-sky objects and planets are measured in arcminutes. An arc-minute is 1/60 of a degree. Stars have even smaller apparent sizes, which are measured in milli-arc-seconds (1/3600000 of a degree)!\n"
"\t\t</p>"
"\n"
"\t\n"
msgstr ""
#. i18n: ectx: @info:tipoftheday
#. +> trunk5
#: tips:491
#, kde-format
msgid ""
"\t\t"
"<p>Distance to the more nearby stars may be measured using \"Parallax\". The idea is explained in the Astro Info project. KStars shows the distances to many stars in the Details dialog. To access this information, simply right click on the star, and choose \"Details\" in the popup-menu.\n"
"\t\t</p>"
"\n"
"\t\n"
msgstr ""
#. i18n: ectx: @info:tipoftheday
#. +> trunk5
#: tips:497
#, kde-format
msgid ""
"\t\t"
"<p>The Hubble Space Telescope images are usually in false-color. The colors are chosen to indicate the presence of the elements Hydrogen, Oxygen, and Sulfur. For real-color images, try the other image options.\n"
"\t\t</p>"
"\n"
"\t\n"
msgstr ""
#. i18n: ectx: @info:tipoftheday
#. +> trunk5
#: tips:503
#, kde-format
msgid ""
"\t\t"
"<p>The Digitized Sky Survey (DSS) has digitized images from photographs of every region of the sky, made with the Oschin Schmidt telescope at Mt. Palomar, and the UK Schmidt Telescope. The DSS image of almost any region of the sky can be accessed from KStars by right-clicking on the sky map and selection \"Show DSS Image\".\n"
"\t\t</p>"
"\n"
"\t\n"
msgstr ""
#. i18n: ectx: @info:tipoftheday
#. +> trunk5
#: tips:509
#, kde-format
msgid ""
"\t\t"
"<p>Edwin Hubble made the first measurements that showed that the distant galaxies are receding at very fast speeds from us. This was early evidence for the expansion of the universe. Learn more at the AstroInfo project in the KStars Handbook (Help->KStars Handbook).\n"
"\t\t</p>"
"\n"
"\t\n"
msgstr ""
#. i18n: ectx: @info:tipoftheday
#. +> trunk5
#: tips:515
#, kde-format
msgid ""
"\t\t"
"<p>The best way to observe a faint object in the night-sky is to not look straight at it but look in the region around it! This technique, called \"averted vision\", works because of the way the rod cells, which are sensitive to dim light, are placed on the retina in our eyes.\n"
"\t\t</p>"
"\n"
"\t\n"
msgstr ""
#. +> trunk5
#: tools/adddeepskyobject.cpp:376
#, kde-format
msgid "Could not add deep-sky object. See console for error message!"
msgstr ""
#. +> trunk5
#: tools/adddeepskyobject.cpp:377
#, kde-format
msgid "Add deep-sky object"
msgstr ""
#. +> trunk5
#: tools/adddeepskyobject.cpp:387
#, kde-format
msgid "Add deep-sky object : enter text"
msgstr ""
#. +> trunk5
#: tools/adddeepskyobject.cpp:388
#, kde-format
msgid "Enter the data to guess parameters from:"
msgstr ""
#. i18n: ectx: property (windowTitle), widget (QDialog, AddDeepSkyObject)
#. +> trunk5
#: tools/adddeepskyobject.ui:14
#, kde-format
msgid "Add/Edit Deep Sky Object"
msgstr ""
#. i18n: ectx: property (title), widget (QGroupBox, groupBox)
#. +> trunk5
#: tools/adddeepskyobject.ui:32
#, kde-format
msgid "Designation"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, label_3)
#. +> trunk5
#: tools/adddeepskyobject.ui:65
#, kde-format
msgid "Numeric ID:"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, label_2)
#. +> trunk5
#: tools/adddeepskyobject.ui:81
#, kde-format
msgid "Catalog:"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, label_5)
#. +> trunk5
#: tools/adddeepskyobject.ui:126
#, kde-format
msgid "Long Name:"
msgstr ""
#. i18n: ectx: property (title), widget (QGroupBox, groupBox_2)
#. +> trunk5
#: tools/adddeepskyobject.ui:155
#, kde-format
msgid "Coordinates (J2000 / ICRS)"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, label_6)
#. i18n: ectx: property (text), widget (QLabel, textLabel4)
#. i18n: ectx: property (text), widget (QLabel, textLabel1_2)
#. i18n: ectx: property (text), widget (QCheckBox, decCheckBatch)
#. i18n: ectx: property (text), widget (QCheckBox, DecCheckBatch)
#. +> trunk5
#: tools/adddeepskyobject.ui:183 tools/altvstime.ui:161
#: tools/argsetradec.ui:30 tools/modcalcgalcoord.ui:275
#: tools/modcalcplanets.ui:244 tools/modcalcvlsr.ui:485
#, kde-format
msgid "Dec:"
msgstr ""
#. i18n: ectx: property (title), widget (QGroupBox, groupBox_4)
#. +> trunk5
#: tools/adddeepskyobject.ui:199
#, kde-format
msgid "Magnitudes"
msgstr ""
#. i18n: ectx: property (toolTip), widget (QLabel, label_8)
#. +> trunk5
#: tools/adddeepskyobject.ui:205
#, kde-format
msgid "Object's magnitude in visual band. If unknown, leave magnitude at 99.99"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, label_8)
#. +> trunk5
#: tools/adddeepskyobject.ui:208
#, kde-format
msgid "Visual:"
msgstr ""
#. i18n: ectx: property (toolTip), widget (QLabel, label_7)
#. +> trunk5
#: tools/adddeepskyobject.ui:231
#, kde-format
msgid "Object's magnitude in Blue band. If unknown, leave magnitude at 99.99"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, label_7)
#. +> trunk5
#: tools/adddeepskyobject.ui:234
#, kde-format
msgid "Blue:"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, label_9)
#. +> trunk5
#: tools/adddeepskyobject.ui:282
#, kde-format
msgid "Actual Type:"
msgstr ""
#. i18n: ectx: property (toolTip), widget (QLabel, label_10)
#. +> trunk5
#: tools/adddeepskyobject.ui:299
#, kde-format
msgid "The <b>Actual Type</b> may be shown as a guideline to choose the <b>Generic Type</b>. The generic type is what KStars understands. The actual type has no consequence as of this version. Choose the generic type that best approximates the actual type."
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, label_10)
#. +> trunk5
#: tools/adddeepskyobject.ui:302
#, kde-format
msgid "Generic Type:"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, label_17)
#. +> trunk5
#: tools/adddeepskyobject.ui:357
#, kde-format
msgid "° E of N"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, label_13)
#. +> trunk5
#: tools/adddeepskyobject.ui:364
#, kde-format
msgid "Major Axis:"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, label_14)
#. +> trunk5
#: tools/adddeepskyobject.ui:371
#, kde-format
msgid "Minor Axis:"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, label_12)
#. i18n: ectx: property (text), widget (QLabel, AngDistLabel_2)
#. +> trunk5
#: tools/adddeepskyobject.ui:378 tools/modcalcangdist.ui:338
#, kde-format
msgid "Position Angle:"
msgstr ""
#. i18n: ectx: property (toolTip), widget (QPushButton, fillFromTextButton)
#. +> trunk5
#: tools/adddeepskyobject.ui:445
#, kde-format
msgid "Guess object parameters from a body of text that contains all the object info"
msgstr ""
#. i18n: ectx: property (text), widget (QPushButton, fillFromTextButton)
#. +> trunk5
#: tools/adddeepskyobject.ui:448
#, kde-format
msgid "Guess from &Text"
msgstr ""
#. +> trunk5
#: tools/altvstime.cpp:103
#, kde-format
msgid "Local Sidereal Time"
msgstr ""
#. +> trunk5
#: tools/altvstime.cpp:107 tools/observinglist.cpp:126
#, kde-format
msgid "Local Time"
msgstr ""
#. +> trunk5
#: tools/altvstime.cpp:169 tools/skycalendar.cpp:62
#, kde-format
msgid "&Print..."
msgstr ""
#. +> trunk5
#: tools/altvstime.cpp:170
#, kde-format
msgid "Print the Altitude vs. time plot"
msgstr ""
#. +> trunk5
#: tools/altvstime.cpp:1450
#, kde-format
msgid "Print elevation vs time plot"
msgstr ""
#. +> trunk5
#: tools/altvstime.cpp:1464
#, kde-format
msgid "Elevation vs. Time Plot"
msgstr ""
#. i18n: ectx: property (toolTip), widget (QLineEdit, nameBox)
#. +> trunk5
#: tools/altvstime.ui:61
#, kde-format
msgid "Name of plotted object"
msgstr ""
#. i18n: ectx: property (whatsThis), widget (QLineEdit, nameBox)
#. +> trunk5
#: tools/altvstime.ui:68
#, kde-format
msgid ""
"There are two ways to use this field: \n"
"\n"
"1. Simply type the name of a known object and press the \"Plot\" button (or press Enter). The object's Altitude vs. Time curve will be added to the plot, and its coordinates will be displayed below.\n"
"\n"
"2. Type a name label for a custom object. You will also need to specify the RA and Dec coordinates of the object, and then press the \"Plot\" button to add its curve to the plot."
msgstr ""
#. i18n: ectx: property (text), widget (QPushButton, browseButton)
#. i18n: ectx: property (text), widget (QPushButton, Obj1FindButton)
#. +> trunk5
#: tools/altvstime.ui:84 tools/conjunctions.ui:52
#, kde-format
msgid "Find Object..."
msgstr ""
#. i18n: ectx: property (text), widget (QPushButton, addButton)
#. +> trunk5
#: tools/altvstime.ui:129
#, kde-format
msgid "Plot"
msgstr ""
#. i18n: ectx: property (text), widget (QPushButton, clearFieldsButton)
#. +> trunk5
#: tools/altvstime.ui:148
#, kde-format
msgid "Clear Fields"
msgstr ""
#. i18n: ectx: property (text), widget (QPushButton, clearButton)
#. i18n: ectx: property (text), widget (QPushButton, clearListB)
#. +> trunk5
#: tools/altvstime.ui:190 tools/observinglist.ui:368
#, kde-format
msgid "Clear List"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, textLabel3)
#. +> trunk5
#: tools/altvstime.ui:197
#, kde-format
msgid "Equinox: "
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, timeLabel)
#. +> trunk5
#: tools/altvstime.ui:237
#, kde-format
msgid "Local Time:"
msgstr ""
#. i18n: ectx: property (displayFormat), widget (QDateTimeEdit, timeSpin)
#. +> trunk5
#: tools/altvstime.ui:254
#, kde-format
msgid "HH:mm"
msgstr ""
#. i18n: ectx: property (text), widget (QPushButton, computeButton)
#. +> trunk5
#: tools/altvstime.ui:267
#, kde-format
msgid " Compute "
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, altitudeLabel)
#. +> trunk5
#: tools/altvstime.ui:293
#, kde-format
msgid "Altitude: "
msgstr ""
#. i18n: ectx: property (text), widget (QPushButton, riseButton)
#. +> trunk5
#: tools/altvstime.ui:338
#, kde-format
msgid "Object Rise"
msgstr ""
#. i18n: ectx: property (text), widget (QPushButton, setButton)
#. +> trunk5
#: tools/altvstime.ui:345
#, kde-format
msgid "Object Set"
msgstr ""
#. i18n: ectx: property (text), widget (QPushButton, transitButton)
#. +> trunk5
#: tools/altvstime.ui:352
#, kde-format
msgid "Transit"
msgstr ""
#. i18n: ectx: attribute (title), widget (QWidget, tab2)
#. +> trunk5
#: tools/altvstime.ui:362
#, kde-format
msgid "Date && Location"
msgstr ""
#. i18n: ectx: property (text), widget (QPushButton, cityButton)
#. +> trunk5
#: tools/altvstime.ui:445
#, kde-format
msgid "Choose City..."
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, textLabel7)
#. +> trunk5
#: tools/altvstime.ui:458
#, kde-format
msgid "Long.:"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, textLabel6)
#. +> trunk5
#: tools/altvstime.ui:474
#, kde-format
msgid "Lat.:"
msgstr ""
#. i18n: ectx: property (toolTip), widget (QComboBox, OptionName)
#. +> trunk5
#: tools/argchangeviewoption.ui:30
#, kde-format
msgid "List of adjustable options"
msgstr ""
#. i18n: ectx: property (whatsThis), widget (QComboBox, OptionName)
#. +> trunk5
#: tools/argchangeviewoption.ui:33
#, kde-format
msgid "Select an option from this list to set its value. You may also select the option using an organized Tree List using the \"Browse Tree\" button."
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, textLabel1_2)
#. +> trunk5
#: tools/argchangeviewoption.ui:56
#, kde-format
msgid "Value:"
msgstr ""
#. i18n: ectx: property (toolTip), widget (QPushButton, TreeButton)
#. +> trunk5
#: tools/argchangeviewoption.ui:63
#, kde-format
msgid "Show Tree View of options"
msgstr ""
#. i18n: ectx: property (whatsThis), widget (QPushButton, TreeButton)
#. +> trunk5
#: tools/argchangeviewoption.ui:66
#, kde-format
msgid "Press this button to select a View Option from a Tree list, in which they are grouped by subject. Also shown are a short description of each option, and the data type of the option's value (string, integer, float or boolean)."
msgstr ""
#. i18n: ectx: property (text), widget (QPushButton, TreeButton)
#. +> trunk5
#: tools/argchangeviewoption.ui:69
#, kde-format
msgid "Browse Tree"
msgstr ""
#. i18n: ectx: property (toolTip), widget (QLineEdit, OptionValue)
#. +> trunk5
#: tools/argchangeviewoption.ui:76
#, kde-format
msgid "value for selected option"
msgstr ""
#. i18n: ectx: property (whatsThis), widget (QLineEdit, OptionValue)
#. +> trunk5
#: tools/argchangeviewoption.ui:79
#, kde-format
msgid "Set the value for the selected view option here. Make sure the value you enter matches the data type expected by the option. For example, the \"UseAltAz\" option expects a boolean value, so you should enter \"true\", \"false\", \"1\", or \"0\". If you are unsure what data type is expected, examine the Tree View of options using the \"Browse Tree\" button."
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, textLabel1)
#. +> trunk5
#: tools/argchangeviewoption.ui:102
#, kde-format
msgid "Option:"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, textLabel1)
#. +> trunk5
#: tools/argexportimage.ui:30
#, kde-format
msgid "File name:"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, textLabel2)
#. +> trunk5
#: tools/argexportimage.ui:107
#, kde-format
msgid "Image width:"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, textLabel2_2)
#. +> trunk5
#: tools/argexportimage.ui:114
#, kde-format
msgid "Image height:"
msgstr ""
#. i18n: ectx: property (toolTip), widget (QPushButton, FindButton)
#. +> trunk5
#: tools/argfindobject.ui:41 tools/arglooktoward.ui:110
#, kde-format
msgid "Select object from a list"
msgstr ""
#. i18n: ectx: property (whatsThis), widget (QPushButton, FindButton)
#. +> trunk5
#: tools/argfindobject.ui:44 tools/arglooktoward.ui:113
#, kde-format
msgid "Opens the Find Object dialog, which allows you to select an object from the list of known objects. When an object has been selected, its name will appear in the \"dir\" box at left."
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, textLabel1)
#. +> trunk5
#: tools/arglooktoward.ui:30
#, kde-format
msgid "Dir:"
msgstr ""
#. i18n: ectx: property (toolTip), widget (QComboBox, FocusEdit)
#. +> trunk5
#: tools/arglooktoward.ui:37
#, kde-format
msgid "Target object or direction"
msgstr ""
#. i18n: ectx: property (whatsThis), widget (QComboBox, FocusEdit)
#. +> trunk5
#: tools/arglooktoward.ui:40
#, kde-format
msgid "Select a direction or object to center on. The combo box provides a list of known directions including cardinal compass points on the horizon, as well as the Zenith. You may also enter the name of a known object here, or select an object from the list of known objects by pressing the \"Object\" button."
msgstr ""
#. i18n: ectx: property (text), widget (QCheckBox, UsePrintDialog)
#. +> trunk5
#: tools/argprintimage.ui:22
#, kde-format
msgid "Show print dialog"
msgstr ""
#. i18n: ectx: property (text), widget (QCheckBox, UseChartColors)
#. +> trunk5
#: tools/argprintimage.ui:29
#, kde-format
msgid "Use star chart colors"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, textLabel1)
#. +> trunk5
#: tools/argsetcolor.ui:30
#, kde-format
msgid "Color name:"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, textLabel2)
#. +> trunk5
#: tools/argsetcolor.ui:37
#, kde-format
msgid "Color value:"
msgstr ""
#. i18n: ectx: property (toolTip), widget (QLineEdit, CountryName)
#. +> trunk5
#: tools/argsetgeolocation.ui:53
#, kde-format
msgid "Country name"
msgstr ""
#. i18n: ectx: property (whatsThis), widget (QLineEdit, CountryName)
#. +> trunk5
#: tools/argsetgeolocation.ui:56
#, kde-format
msgid "Enter the Country name for the desired location. It might be easier to use the \"Find City\" location to choose your location from the list of predefined cities."
msgstr ""
#. i18n: ectx: property (toolTip), widget (QLineEdit, CityName)
#. +> trunk5
#: tools/argsetgeolocation.ui:77
#, kde-format
msgid "City name"
msgstr ""
#. i18n: ectx: property (whatsThis), widget (QLineEdit, CityName)
#. +> trunk5
#: tools/argsetgeolocation.ui:80
#, kde-format
msgid "Enter the City name for the desired location. It might be easier to use the \"Find City\" location to choose your location from the list of predefined cities."
msgstr ""
#. i18n: ectx: property (toolTip), widget (QLineEdit, ProvinceName)
#. +> trunk5
#: tools/argsetgeolocation.ui:87
#, kde-format
msgid "Province name"
msgstr ""
#. i18n: ectx: property (whatsThis), widget (QLineEdit, ProvinceName)
#. +> trunk5
#: tools/argsetgeolocation.ui:90
#, kde-format
msgid "Enter the Province name for the desired location. It might be easier to use the \"Find City\" location to choose your location from the list of predefined cities."
msgstr ""
#. i18n: ectx: property (toolTip), widget (QPushButton, FindCityButton)
#. +> trunk5
#: tools/argsetgeolocation.ui:123
#, kde-format
msgid "Open the Set Location tool"
msgstr ""
#. i18n: ectx: property (whatsThis), widget (QPushButton, FindCityButton)
#. +> trunk5
#: tools/argsetgeolocation.ui:126
#, kde-format
msgid "Press this button to open the Set Location dialog, which will allow you to choose a location from our list of over 2500 cities around the word. Once a location has been selected, the City, Province and Country fields will be filled in."
msgstr ""
#. i18n: ectx: property (text), widget (QPushButton, FindCityButton)
#. +> trunk5
#: tools/argsetgeolocation.ui:129
#, kde-format
msgid "Find City"
msgstr ""
#. i18n: ectx: property (toolTip), widget (QCheckBox, CheckTrack)
#. +> trunk5
#: tools/argsettrack.ui:30
#, kde-format
msgid "Toggle Tracking on/off"
msgstr ""
#. i18n: ectx: property (whatsThis), widget (QCheckBox, CheckTrack)
#. +> trunk5
#: tools/argsettrack.ui:35
#, kde-format
msgid ""
"If checked, the sky will remain focused on its current position or object as time passes. This is called \"Tracking\". Note that tracking is automatically engaged whenever an object is centered at the focus point. So, if you use \"lookToward\" with an object name, you do not need to engage tracking. \n"
"\n"
"If unchecked, then Tracking will be forced off, even if an object has been centered. As time passes, the sky will then appear to drift by (due to the rotation of the Earth)."
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, textLabel1)
#. +> trunk5
#: tools/argwaitfor.ui:30
#, kde-format
msgid "<font color=\"#00007f\">Sec:</font>"
msgstr ""
#. i18n: ectx: property (toolTip), widget (QSpinBox, DelayBox)
#. +> trunk5
#: tools/argwaitfor.ui:37
#, kde-format
msgid "Pause delay in seconds"
msgstr ""
#. i18n: ectx: property (whatsThis), widget (QSpinBox, DelayBox)
#. +> trunk5
#: tools/argwaitfor.ui:40
#, kde-format
msgid "Enter the number of seconds that the script should pause before executing the remaining commands."
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, textLabel1)
#. +> trunk5
#: tools/argwaitforkey.ui:30
#, kde-format
msgid "Key:"
msgstr ""
#. i18n: ectx: property (toolTip), widget (QLineEdit, WaitKeyEdit)
#. +> trunk5
#: tools/argwaitforkey.ui:37
#, kde-format
msgid "Wait for this key to be pressed"
msgstr ""
#. i18n: ectx: property (whatsThis), widget (QLineEdit, WaitKeyEdit)
#. +> trunk5
#: tools/argwaitforkey.ui:42
#, kde-format
msgid ""
"The script execution will pause until the user presses the key specified here. \n"
"\n"
"Only simple keys can currently be used; you cannot use modifier keys such as Ctrl or Shift. Type \"space\" to specify the spacebar, otherwise use the key itself."
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, textLabel1)
#. +> trunk5
#: tools/argzoom.ui:30
#, kde-format
msgid "Zoom level:"
msgstr ""
#. i18n: ectx: property (toolTip), widget (QLineEdit, ZoomBox)
#. +> trunk5
#: tools/argzoom.ui:37
#, kde-format
msgid "New Zoom level"
msgstr ""
#. i18n: ectx: property (whatsThis), widget (QLineEdit, ZoomBox)
#. +> trunk5
#: tools/argzoom.ui:43
#, kde-format
msgid ""
"Set the Zoom level for the display. You can incrementally change this value using \"ZoomIn\" and \"ZoomOut\". \n"
"\n"
"The Zoom level specifies the number of pixels which span one radian of arc. Reasonable values should be between 300 and 10,000,000.\n"
msgstr ""
#. +> trunk5
#: tools/astrocalc.cpp:48
#, kde-format
msgid "<QT><H2>KStars Astrocalculator</H2><P>The KStars Astrocalculator contains several <B>modules</b> which perform a variety of astronomy-related calculations. The modules are organized into several categories: <UL><LI><B>Time calculators: </B>Convert between time systems, and predict the timing of celestial events</LI><LI><B>Coordinate converters: </B>Convert between various coordinate systems</LI><LI><B>Solar system: </B>Predict the position of any planet, from a given location on Earth at a given time</LI></UL></QT>"
msgstr ""
#. +> trunk5
#: tools/astrocalc.cpp:63
#, kde-format
msgid "<QT>Section which includes algorithms for computing time ephemeris<UL><LI><B>Julian Day:</B> Julian Day/Calendar conversion</LI><LI><B>Sidereal Time:</B> Sidereal/Universal time conversion</LI><LI><B>Almanac:</B> Rise/Set/Transit timing and position data for the Sun and Moon</LI><LI><B>Equinoxes & Solstices:</B> Equinoxes, Solstices and duration of the seasons</LI></UL></QT>"
msgstr ""
#. +> trunk5
#: tools/astrocalc.cpp:77
#, kde-format
msgid "<QT>Section with algorithms for the conversion of different astronomical systems of coordinates<UL><LI><B>Galactic:</B> Galactic/Equatorial coordinates conversion</LI><LI><B>Apparent:</B> Computation of current equatorial coordinates from a given epoch</LI><LI><B>Ecliptic:</B> Ecliptic/Equatorial coordinates conversion</LI><LI><B>Horizontal:</B> Computation of azimuth and elevation for a given source, time, and location on the Earth</LI><LI><B>Angular Distance:</B> Computation of angular distance between two objects whose positions are given in equatorial coordinates</LI><LI><B>Geodetic Coords:</B> Geodetic/XYZ coordinate conversion</LI><LI><B>LSR Velocity:</B> Computation of the heliocentric, geocentric and topocentric radial velocity of a source from its LSR velocity</LI></UL></QT>"
msgstr ""
#. +> trunk5
#: tools/astrocalc.cpp:100
#, kde-format
msgid "<QT>Section with algorithms regarding information on solar system bodies coordinates and times<UL><LI><B>Planets Coords:</B> Coordinates for the planets, moon and sun at a given time and from a given position on Earth </LI></UL></QT>"
msgstr ""
#. +> trunk5
#: tools/astrocalc.cpp:124
#, kde-format
msgid "Calculator modules"
msgstr ""
#. +> trunk5
#: tools/astrocalc.cpp:151
#, kde-format
msgid "Time Calculators"
msgstr ""
#. i18n("Julian Day"))->setIcon(0,jdIcon);
#. +> trunk5
#: tools/astrocalc.cpp:155
#, kde-format
msgid "Julian Day"
msgstr ""
#. i18n: ectx: property (windowTitle), widget (QWidget, modCalcSidTimeDlg)
#. +> trunk5
#: tools/astrocalc.cpp:156 tools/modcalcsidtime.ui:14
#, kde-format
msgid "Sidereal Time"
msgstr ""
#. i18n: ectx: property (windowTitle), widget (QWidget, modCalcDayLengthDlg)
#. i18n: ectx: property (title), widget (QGroupBox, groupBox)
#. +> trunk5
#: tools/astrocalc.cpp:157 tools/modcalcdaylength.ui:14 tools/wutdialog.ui:178
#, kde-format
msgid "Almanac"
msgstr ""
#. +> trunk5
#: tools/astrocalc.cpp:158
#, kde-format
msgid "Equinoxes & Solstices"
msgstr ""
#. +> trunk5
#: tools/astrocalc.cpp:162
#, kde-format
msgid "Coordinate Converters"
msgstr ""
#. +> trunk5
#: tools/astrocalc.cpp:163
#, kde-format
msgid "Equatorial/Galactic"
msgstr ""
#. i18n: ectx: property (windowTitle), widget (QWidget, modCalcApCoordDlg)
#. +> trunk5
#: tools/astrocalc.cpp:164 tools/modcalcapcoord.ui:17
#, kde-format
msgid "Apparent Coordinates"
msgstr ""
#. i18n: ectx: property (windowTitle), widget (QWidget, modCalcAltAz)
#. i18n: ectx: property (title), widget (QGroupBox, groupBox_4)
#. i18n: ectx: property (title), widget (QGroupBox, groupBox_3)
#. +> trunk5
#: tools/astrocalc.cpp:165 tools/modcalcaltaz.ui:17 tools/modcalcaltaz.ui:249
#: tools/modcalcplanets.ui:275
#, kde-format
msgid "Horizontal Coordinates"
msgstr ""
#. i18n: ectx: property (title), widget (QGroupBox, groupBox_2)
#. +> trunk5
#: tools/astrocalc.cpp:166 tools/modcalceclipticcoords.ui:144
#, kde-format
msgid "Ecliptic Coordinates"
msgstr ""
#. i18n: ectx: property (windowTitle), widget (QWidget, modCalcAngDistDlg)
#. +> trunk5
#: tools/astrocalc.cpp:167 tools/modcalcangdist.ui:14
#, kde-format
msgid "Angular Distance"
msgstr ""
#. +> trunk5
#: tools/astrocalc.cpp:168
#, kde-format
msgid "Geodetic Coordinates"
msgstr ""
#. +> trunk5
#: tools/astrocalc.cpp:169
#, kde-format
msgid "LSR Velocity"
msgstr ""
#. +> trunk5
#: tools/astrocalc.cpp:174
#, kde-format
msgid "Planets Coordinates"
msgstr ""
#. +> trunk5
#: tools/astrocalc.cpp:175
#, kde-format
msgid "Conjunctions"
msgstr ""
#. +> trunk5
#: tools/calendarwidget.cpp:215
#, kde-format
msgid "Local time"
msgstr ""
#. +> trunk5
#: tools/calendarwidget.cpp:218
#, kde-format
msgid "Universal time"
msgstr ""
#. +> trunk5
#: tools/calendarwidget.cpp:223
#, kde-format
msgid "Month"
msgstr ""
#. +> trunk5
#: tools/calendarwidget.cpp:227
#, kde-format
msgid "Julian date"
msgstr ""
#. +> trunk5
#: tools/conjunctions.cpp:61
#, kde-format
msgid "Single Object..."
msgstr ""
#. i18n: ectx: property (title), widget (QGroupBox, groupBox)
#. +> trunk5
#: tools/conjunctions.cpp:65 tools/skycalendar.ui:28
#: tools/whatsinteresting/qml/wiview.qml:208 tools/wutdialog.cpp:109
#, kde-format, kde-kuit-format
msgid "Planets"
msgstr ""
#. +> trunk5
#: tools/conjunctions.cpp:97
#, kde-format
msgid "Conjunction/Opposition"
msgstr ""
#. +> trunk5
#: tools/conjunctions.cpp:97
#, kde-format
msgid "Date & Time (UT)"
msgstr ""
#. +> trunk5
#: tools/conjunctions.cpp:98
#, kde-format
msgid "Object 1"
msgstr ""
#. +> trunk5
#: tools/conjunctions.cpp:98
#, kde-format
msgid "Object 2"
msgstr ""
#. +> trunk5
#: tools/conjunctions.cpp:98
#, kde-format
msgid "Separation"
msgstr ""
#. +> trunk5
#: tools/conjunctions.cpp:199
#, kde-format
msgid "Save Conjunctions"
msgstr ""
#. +> trunk5
#: tools/conjunctions.cpp:246
#, kde-format
msgid "Maximum separation entered is not a valid angle. Use the What's this help feature for information on how to enter a valid angle"
msgstr ""
#. +> trunk5
#: tools/conjunctions.cpp:255
#, kde-format
msgid "Please select an object to check conjunctions with, by clicking on the 'Find Object' button."
msgstr ""
#. +> trunk5
#: tools/conjunctions.cpp:262
#, kde-format
msgid "Please select two different objects to check conjunctions with."
msgstr ""
#. +> trunk5
#: tools/conjunctions.cpp:340
#, kde-format
msgid "Compute conjunction..."
msgstr ""
#. i18n: ectx: property (text), item, widget (QComboBox, Opposition)
#. +> trunk5
#: tools/conjunctions.cpp:341 tools/conjunctions.cpp:398
#: tools/conjunctions.ui:165
#, kde-format
msgid "Conjunction"
msgstr ""
#. +> trunk5
#: tools/conjunctions.cpp:354
#, kde-format
msgid "Compute conjunction between %1 and %2"
msgstr ""
#. i18n: ectx: property (text), item, widget (QComboBox, Opposition)
#. +> trunk5
#: tools/conjunctions.cpp:400 tools/conjunctions.ui:170
#, kde-format
msgid "Opposition"
msgstr ""
#. i18n: ectx: property (text), widget (QPushButton, LocationButton)
#. i18n: ectx: property (text), widget (QPushButton, Location)
#. i18n: ectx: property (text), widget (QPushButton, LocationBatch)
#. i18n: ectx: property (text), widget (QPushButton, LocationButtonBatch)
#. +> trunk5
#: tools/conjunctions.ui:19 tools/modcalcaltaz.ui:116
#: tools/modcalcdaylength.ui:58 tools/modcalcdaylength.ui:805
#: tools/modcalcplanets.ui:102 tools/modcalcsidtime.ui:70
#: tools/modcalcsidtime.ui:235 tools/modcalcvlsr.ui:88
#: tools/obslistwizard.ui:818 tools/skycalendar.ui:228
#, kde-format
msgid "Greenwich, United Kingdom"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, label_2)
#. +> trunk5
#: tools/conjunctions.ui:33
#, kde-format
msgid "Ending on:"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, label_4)
#. +> trunk5
#: tools/conjunctions.ui:59
#, kde-format
msgid "and"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, label)
#. +> trunk5
#: tools/conjunctions.ui:81
#, kde-format
msgid "Starting on:"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, label_3)
#. +> trunk5
#: tools/conjunctions.ui:88
#, kde-format
msgid "Show conjunctions/oppositions for:"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, textLabel1)
#. +> trunk5
#: tools/conjunctions.ui:101
#, kde-format
msgid "Between objects:"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, label_5)
#. +> trunk5
#: tools/conjunctions.ui:108
#, kde-format
msgid "Maximum allowed separation:"
msgstr ""
#. i18n: ectx: property (text), widget (QPushButton, ComputeButton)
#. i18n: ectx: property (text), widget (QPushButton, RunButtonBatch)
#. +> trunk5
#: tools/conjunctions.ui:178 tools/modcalcdaylength.ui:907
#: tools/modcalcjd.ui:226 tools/modcalcsidtime.ui:319
#: tools/modcalcvizequinox.ui:312
#, kde-format
msgid "Compute"
msgstr ""
#. i18n: ectx: property (title), widget (QGroupBox, groupBox_2)
#. +> trunk5
#: tools/conjunctions.ui:235
#, kde-format
msgid "Conjunctions / Oppositions"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, VEquinoxText)
#. +> trunk5
#: tools/eqplotwidget.cpp:56 tools/modcalcvizequinox.ui:118
#, kde-format
msgid "Vernal equinox:"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, SSolsticeText)
#. +> trunk5
#: tools/eqplotwidget.cpp:63 tools/modcalcvizequinox.ui:146
#, kde-format
msgid "Summer solstice:"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, AEquinoxText)
#. +> trunk5
#: tools/eqplotwidget.cpp:70 tools/modcalcvizequinox.ui:174
#, kde-format
msgid "Autumnal equinox:"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, WSolsticeText)
#. +> trunk5
#: tools/eqplotwidget.cpp:77 tools/modcalcvizequinox.ui:202
#, kde-format
msgid "Winter solstice:"
msgstr ""
#. +> trunk5
#: tools/exporteyepieceview.cpp:51
#, kde-format
msgid "Export eyepiece view"
msgstr ""
#. +> trunk5
#: tools/exporteyepieceview.cpp:66
#, kde-format
msgid "Overlay orientation vs. time ticks: "
msgstr ""
#. +> trunk5
#: tools/exporteyepieceview.cpp:69
#, kde-format
msgid "Towards Zenith"
msgstr ""
#. +> trunk5
#: tools/exporteyepieceview.cpp:70
#, kde-format
msgid "Dobsonian View"
msgstr ""
#. +> trunk5
#: tools/exporteyepieceview.cpp:101
#, kde-format
msgid "Note: This overlay makes sense only if the view was generated in alt/az mode with a preset such as Refractor or Vanilla"
msgstr ""
#. +> trunk5
#: tools/exporteyepieceview.cpp:104
#, kde-format
msgid "Note: This overlay makes sense only if the view was generated in alt/az mode with a preset such as Dobsonian"
msgstr ""
#. +> trunk5
#: tools/exporteyepieceview.cpp:185
#, kde-format
msgid "Save image as"
msgstr ""
#. +> trunk5
#: tools/exporteyepieceview.cpp:186
#, kde-format
msgid "Image files (*.png *.jpg *.xpm *.bmp *.gif)"
msgstr ""
#. +> trunk5
#: tools/eyepiecefield.cpp:47
#, kde-format
msgid "Eyepiece Field View"
msgstr ""
#. +> trunk5
#: tools/eyepiecefield.cpp:61
#, kde-format
msgctxt "Export image"
msgid "Export"
msgstr ""
#. +> trunk5
#: tools/eyepiecefield.cpp:85
#, kde-format
msgid "Invert view"
msgstr ""
#. +> trunk5
#: tools/eyepiecefield.cpp:86
#, kde-format
msgid "Flip view"
msgstr ""
#. +> trunk5
#: tools/eyepiecefield.cpp:89
#, kde-format
msgid "Fetch DSS image"
msgstr ""
#. +> trunk5
#: tools/eyepiecefield.cpp:109
#, kde-format
msgid "Rotation: "
msgstr ""
#. +> trunk5
#: tools/eyepiecefield.cpp:113
#, kde-format
msgid "Vanilla"
msgstr ""
#. +> trunk5
#: tools/eyepiecefield.cpp:114
#, kde-format
msgid "Flipped"
msgstr ""
#. +> trunk5
#: tools/eyepiecefield.cpp:116
#, kde-format
msgid "Dobsonian"
msgstr ""
#. +> trunk5
#: tools/eyepiecefield.cpp:118
#, kde-format
msgid "Preset: "
msgstr ""
#. +> trunk5
#: tools/eyepiecefield.cpp:582 tools/observinglist.cpp:1287
#, kde-format
msgid "Failed to download DSS/SDSS image!"
msgstr ""
#. +> trunk5
#: tools/flagmanager.cpp:60
#, kde-format
msgid "Flag manager"
msgstr ""
#. +> trunk5
#: tools/flagmanager.cpp:72
#, kde-format
msgid "To add custom icons, just add images in %1. File names must begin with flag. For example, the file <i>flagSmall_red_cross.gif</i> will be shown as <i>Small red cross</i> in the combo box."
msgstr ""
#. +> trunk5
#: tools/flagmanager.cpp:78 widgets/infoboxwidget.cpp:130
#, kde-format
msgctxt "Right Ascension"
msgid "RA"
msgstr ""
#. +> trunk5
#: tools/flagmanager.cpp:78 widgets/infoboxwidget.cpp:130
#, kde-format
msgctxt "Declination"
msgid "Dec"
msgstr ""
#. +> trunk5
#: tools/flagmanager.cpp:79
#, kde-format
msgid "Epoch"
msgstr ""
#. +> trunk5
#: tools/flagmanager.cpp:79
#, kde-format
msgid "Icon"
msgstr ""
#. +> trunk5
#: tools/flagmanager.cpp:79
#, kde-format
msgid "Label"
msgstr ""
#. +> trunk5
#: tools/flagmanager.cpp:189
#, kde-format
msgid "Invalid coordinates!"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, raLabel)
#. i18n: ectx: property (text), widget (QLabel, ra0Label)
#. i18n: ectx: property (text), widget (QLabel, ra1Label)
#. i18n: ectx: property (text), widget (QLabel, RaLabel)
#. i18n: ectx: property (text), widget (QLabel, RALabel)
#. i18n: ectx: property (text), widget (QCheckBox, raCheckBatch)
#. i18n: ectx: property (text), widget (QLabel, label_6)
#. +> trunk5
#: tools/flagmanager.ui:30 tools/modcalcaltaz.ui:239
#: tools/modcalcangdist.ui:155 tools/modcalcangdist.ui:258
#: tools/modcalcapcoord.ui:144 tools/modcalcapcoord.ui:387
#: tools/modcalcapcoord.ui:507 tools/modcalceclipticcoords.ui:114
#: tools/modcalcgalcoord.ui:73 tools/modcalcvlsr.ui:193
#, kde-format
msgid "Right ascension:"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, label)
#. +> trunk5
#: tools/flagmanager.ui:84
#, kde-format
msgid "Label:"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, label_4)
#. +> trunk5
#: tools/flagmanager.ui:101
#, kde-format
msgid "Label color:"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, label_2)
#. +> trunk5
#: tools/flagmanager.ui:108
#, kde-format
msgid "Icon:"
msgstr ""
#. i18n: ectx: property (text), widget (QPushButton, saveButton)
#. +> trunk5
#: tools/flagmanager.ui:140
#, kde-format
msgid "Save changes"
msgstr ""
#. i18n: ectx: property (toolTip), widget (QPushButton, ScopeButton)
#. +> trunk5
#: tools/flagmanager.ui:213
#, kde-format
msgid "Slew to the flag coordinates"
msgstr ""
#. +> trunk5
#: tools/horizonmanager.cpp:53 tools/horizonmanager.cpp:420
#, kde-format
msgid "Region is invalid. The polygon must be closed and located at the horizon"
msgstr ""
#. +> trunk5
#: tools/horizonmanager.cpp:56
#, kde-format
msgid "Artificial Horizon Manager"
msgstr ""
#. +> trunk5
#: tools/horizonmanager.cpp:72 tools/horizonmanager.cpp:458
#, kde-format
msgid "Region"
msgstr ""
#. +> trunk5
#: tools/horizonmanager.cpp:72 tools/horizonmanager.cpp:458
#: tools/observinglist.cpp:104 widgets/infoboxwidget.cpp:132
#, kde-format
msgctxt "Azimuth"
msgid "Az"
msgstr ""
#. +> trunk5
#: tools/horizonmanager.cpp:72 tools/horizonmanager.cpp:458
#: tools/observinglist.cpp:103 widgets/infoboxwidget.cpp:132
#, kde-format
msgctxt "Altitude"
msgid "Alt"
msgstr ""
#. +> trunk5
#: tools/horizonmanager.cpp:156 tools/horizonmanager.cpp:412
#: tools/horizonmanager.cpp:483
#, kde-format
msgid "Region is valid"
msgstr ""
#. +> trunk5
#: tools/horizonmanager.cpp:163 tools/horizonmanager.cpp:490
#, kde-format
msgid "Region is invalid. The polygon must be closed"
msgstr ""
#. +> trunk5
#: tools/horizonmanager.cpp:216
#, kde-format
msgid "Region %1"
msgstr ""
#. +> trunk5
#: tools/horizonmanager.cpp:269
#, kde-format
msgid "%1 polygon is invalid."
msgstr ""
#. +> trunk5
#: tools/horizonmanager.cpp:550
#, kde-format
msgid "Invalid angle value: %1"
msgstr ""
#. i18n: ectx: property (title), widget (QGroupBox, groupBox)
#. +> trunk5
#: tools/horizonmanager.ui:22
#, kde-format
msgid "Regions"
msgstr ""
#. i18n: ectx: property (toolTip), widget (QPushButton, addRegionB)
#. +> trunk5
#: tools/horizonmanager.ui:42
#, kde-format
msgid "Add Region"
msgstr ""
#. i18n: ectx: property (toolTip), widget (QPushButton, removeRegionB)
#. +> trunk5
#: tools/horizonmanager.ui:67
#, kde-format
msgid "Remove Region"
msgstr ""
#. i18n: ectx: property (toolTip), widget (QPushButton, saveB)
#. +> trunk5
#: tools/horizonmanager.ui:105
#, kde-format
msgid "Save Regions"
msgstr ""
#. i18n: ectx: property (title), widget (QGroupBox, groupBox_2)
#. +> trunk5
#: tools/horizonmanager.ui:129
#, kde-format
msgid "Points"
msgstr ""
#. i18n: ectx: property (toolTip), widget (QPushButton, addPointB)
#. +> trunk5
#: tools/horizonmanager.ui:152
#, kde-format
msgid "Add Point"
msgstr ""
#. i18n: ectx: property (toolTip), widget (QPushButton, removePointB)
#. +> trunk5
#: tools/horizonmanager.ui:177
#, kde-format
msgid "Remove Point"
msgstr ""
#. i18n: ectx: property (toolTip), widget (QPushButton, clearPointsB)
#. +> trunk5
#: tools/horizonmanager.ui:202
#, kde-format
msgid "Clear all points"
msgstr ""
#. i18n: ectx: property (toolTip), widget (QPushButton, selectPointsB)
#. +> trunk5
#: tools/horizonmanager.ui:259
#, kde-format
msgid "Select points from the sky map"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, label)
#. +> trunk5
#: tools/horizonmanager.ui:306
#, kde-format
msgid ""
"<html><head/><body>"
"<p>Artificial horizon is used to define <span style=\" font-weight:600;\">Regions</span> that are <span style=\" font-style:italic;\">blocked</span> from view from your vantage point (e.g. Tall trees or buildings). To draw a <span style=\" font-weight:600;\">Region</span>, define a list of <span style=\" font-weight:600;\">Points</span> that encompasses the blocked area. Add the points manually, or by selecting them from the Sky Map after clicking <span style=\" font-style:italic;\">Select Points</span> button. <span style=\" font-weight:600;\">First</span> and <span style=\" font-weight:600;\">Last</span> points must be on the horizon. Polygons must be closed to be considered valid regions.</p>"
"</body></html>"
msgstr ""
#. +> trunk5
#: tools/jmoontool.cpp:38
#, kde-format
msgid "Jupiter Moons Tool"
msgstr ""
#. +> trunk5
#: tools/jmoontool.cpp:56
#, kde-format
msgid "Io"
msgstr ""
#. +> trunk5
#: tools/jmoontool.cpp:57
#, kde-format
msgid "Europa"
msgstr ""
#. +> trunk5
#: tools/jmoontool.cpp:58
#, kde-format
msgid "Ganymede"
msgstr ""
#. +> trunk5
#: tools/jmoontool.cpp:59
#, kde-format
msgid "Callisto"
msgstr ""
#. +> trunk5
#: tools/jmoontool.cpp:95
#, kde-format
msgid "offset from Jupiter (arcmin)"
msgstr ""
#. +> trunk5
#: tools/jmoontool.cpp:96
#, kde-format
msgid "time since now (days)"
msgstr ""
#. i18n: ectx: attribute (title), widget (QWidget, interact)
#. i18n: ectx: attribute (title), widget (QWidget, tab1)
#. i18n: ectx: attribute (title), widget (QWidget, tab)
#. +> trunk5
#: tools/modcalcaltaz.ui:42 tools/modcalcangdist.ui:39
#: tools/modcalcapcoord.ui:42 tools/modcalcdaylength.ui:24
#: tools/modcalceclipticcoords.ui:36 tools/modcalcgalcoord.ui:34
#: tools/modcalcgeod.ui:31 tools/modcalcjd.ui:28 tools/modcalcplanets.ui:36
#: tools/modcalcsidtime.ui:24 tools/modcalcvizequinox.ui:24
#: tools/modcalcvlsr.ui:34
#, kde-format
msgid "Interactive Mode"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, DateLabel)
#. i18n: ectx: property (text), widget (QLabel, label_5)
#. i18n: ectx: property (text), widget (QLabel, label)
#. i18n: ectx: property (text), widget (QLabel, label_2)
#. +> trunk5
#: tools/modcalcaltaz.ui:123 tools/modcalceclipticcoords.ui:44
#: tools/modcalcjd.ui:36 tools/modcalcplanets.ui:95 tools/modcalcvlsr.ui:54
#, kde-format
msgid "Date and time:"
msgstr ""
#. i18n: ectx: property (title), widget (QGroupBox, groupBox_3)
#. i18n: ectx: property (title), widget (QGroupBox, groupBox_2)
#. +> trunk5
#: tools/modcalcaltaz.ui:162 tools/modcalcgalcoord.ui:54
#, kde-format
msgid "Equatorial Coordinates (J2000)"
msgstr ""
#. i18n: ectx: property (text), widget (QPushButton, ObjectButton)
#. +> trunk5
#: tools/modcalcaltaz.ui:196 tools/modcalcapcoord.ui:164
#: tools/modcalceclipticcoords.ui:134 tools/modcalcgalcoord.ui:86
#: tools/modcalcvlsr.ui:160
#, kde-format
msgid "Select Object..."
msgstr ""
#. +> trunk5
#: tools/modcalcangdist.cpp:114
#, kde-format
msgid "First position: %1"
msgstr ""
#. +> trunk5
#: tools/modcalcangdist.cpp:120
#, kde-format
msgid "Second position: %1"
msgstr ""
#. i18n: ectx: property (title), widget (QGroupBox, FirstPositionBox)
#. +> trunk5
#: tools/modcalcangdist.cpp:132 tools/modcalcangdist.ui:62
#, kde-format
msgid "First position"
msgstr ""
#. i18n: ectx: property (title), widget (QGroupBox, SecondPositionBox)
#. +> trunk5
#: tools/modcalcangdist.cpp:134 tools/modcalcangdist.ui:165
#, kde-format
msgid "Second position"
msgstr ""
#. +> trunk5
#: tools/modcalcangdist.cpp:148 tools/modcalcapcoord.cpp:156
#: tools/modcalcdaylength.cpp:267 tools/modcalcgalcoord.cpp:209
#: tools/modcalcgeodcoord.cpp:242 tools/modcalcjd.cpp:127
#: tools/modcalcplanets.cpp:208 tools/modcalcsidtime.cpp:212
#: tools/modcalcvizequinox.cpp:82 tools/modcalcvlsr.cpp:306
#: tools/scriptbuilder.cpp:859 tools/scriptbuilder.cpp:940
#: tools/scriptbuilder.cpp:1023
#, kde-format
msgid "Could not open file %1."
msgstr ""
#. +> trunk5
#: tools/modcalcangdist.cpp:162 tools/modcalcapcoord.cpp:170
#: tools/modcalcdaylength.cpp:280 tools/modcalcgalcoord.cpp:222
#: tools/modcalcgeodcoord.cpp:255 tools/modcalcjd.cpp:140
#: tools/modcalcplanets.cpp:219 tools/modcalcsidtime.cpp:227
#: tools/modcalcvizequinox.cpp:97 tools/modcalcvlsr.cpp:319
#, kde-format
msgid "Invalid file: %1"
msgstr ""
#. +> trunk5
#: tools/modcalcangdist.cpp:163 tools/modcalcapcoord.cpp:171
#: tools/modcalcdaylength.cpp:281 tools/modcalcgalcoord.cpp:223
#: tools/modcalcgeodcoord.cpp:256 tools/modcalcjd.cpp:141
#: tools/modcalcplanets.cpp:220 tools/modcalcsidtime.cpp:228
#: tools/modcalcvizequinox.cpp:98 tools/modcalcvlsr.cpp:320
#, kde-format
msgid "Invalid file"
msgstr ""
#. i18n: ectx: property (text), widget (QPushButton, FirstObjectButton)
#. i18n: ectx: property (text), widget (QPushButton, SecondObjectButton)
#. +> trunk5
#: tools/modcalcangdist.ui:113 tools/modcalcangdist.ui:216
#, kde-format
msgid "Select object..."
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, AngDistLabel)
#. +> trunk5
#: tools/modcalcangdist.ui:306
#, kde-format
msgid "Angular distance:"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, AngDistLabel_4)
#. +> trunk5
#: tools/modcalcangdist.ui:331
#, kde-format
msgid "Degrees"
msgstr ""
#. i18n: ectx: attribute (title), widget (QWidget, batch)
#. i18n: ectx: attribute (title), widget (QWidget, tab2)
#. i18n: ectx: attribute (title), widget (QWidget, tab_2)
#. +> trunk5
#: tools/modcalcangdist.ui:407 tools/modcalcapcoord.ui:428
#: tools/modcalcgalcoord.ui:171 tools/modcalcgeod.ui:331
#: tools/modcalcjd.ui:101 tools/modcalcplanets.ui:494
#: tools/modcalcsidtime.ui:153 tools/modcalcvizequinox.ui:258
#: tools/modcalcvlsr.ui:453
#, kde-format
msgid "Batch Mode"
msgstr ""
#. i18n: ectx: property (title), widget (QGroupBox, groupBox)
#. i18n: ectx: property (title), widget (QGroupBox, groupBox_6)
#. +> trunk5
#: tools/modcalcangdist.ui:428 tools/modcalcapcoord.ui:449
#, kde-format
msgid "Select Fields in Input File"
msgstr ""
#. i18n: ectx: property (text), widget (QCheckBox, ra0CheckBatch)
#. +> trunk5
#: tools/modcalcangdist.ui:466
#, kde-format
msgid "Initial right ascension:"
msgstr ""
#. i18n: ectx: property (text), widget (QCheckBox, dec0CheckBatch)
#. +> trunk5
#: tools/modcalcangdist.ui:476
#, kde-format
msgid "Initial declination:"
msgstr ""
#. i18n: ectx: property (text), widget (QCheckBox, ra1CheckBatch)
#. +> trunk5
#: tools/modcalcangdist.ui:486
#, kde-format
msgid "Final right ascension:"
msgstr ""
#. i18n: ectx: property (text), widget (QCheckBox, dec1CheckBatch)
#. +> trunk5
#: tools/modcalcangdist.ui:496
#, kde-format
msgid "Final declination:"
msgstr ""
#. i18n: ectx: property (title), widget (QGroupBox, groupBox_2)
#. +> trunk5
#: tools/modcalcangdist.ui:542
#, kde-format
msgid "Fields in Output File Plus Result"
msgstr ""
#. i18n: ectx: property (text), widget (QRadioButton, allRadioBatch)
#. +> trunk5
#: tools/modcalcangdist.ui:563
#, kde-format
msgid "A&ll parameters"
msgstr ""
#. i18n: ectx: property (text), widget (QRadioButton, inputRadioBatch)
#. +> trunk5
#: tools/modcalcangdist.ui:570
#, kde-format
msgid "Onl&y parameters in input file"
msgstr ""
#. i18n: ectx: property (title), widget (QGroupBox, groupBox_4)
#. +> trunk5
#: tools/modcalcangdist.ui:583 tools/modcalcapcoord.ui:637
#, kde-format
msgid "Files"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, label_3)
#. i18n: ectx: property (text), widget (QLabel, label)
#. +> trunk5
#: tools/modcalcangdist.ui:610 tools/modcalcapcoord.ui:664
#: tools/modcalcgalcoord.ui:378 tools/modcalcgeod.ui:526
#, kde-format
msgid "Input File:"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, label_4)
#. i18n: ectx: property (text), widget (QLabel, label_2)
#. +> trunk5
#: tools/modcalcangdist.ui:617 tools/modcalcapcoord.ui:671
#: tools/modcalcgalcoord.ui:371 tools/modcalcgeod.ui:519
#, kde-format
msgid "Output File:"
msgstr ""
#. i18n: ectx: property (text), widget (QPushButton, runButtonBatch)
#. i18n: ectx: property (text), widget (QPushButton, RunButtonBatch)
#. +> trunk5
#: tools/modcalcangdist.ui:666 tools/modcalcapcoord.ui:720
#: tools/modcalcgalcoord.ui:418 tools/modcalcgeod.ui:572
#: tools/modcalcplanets.ui:932 tools/modcalcvlsr.ui:750
#, kde-format
msgid "Run"
msgstr ""
#. i18n: ectx: property (title), widget (QGroupBox, groupBox_2)
#. +> trunk5
#: tools/modcalcapcoord.ui:80
#, kde-format
msgid "Catalog Coordinates"
msgstr ""
#. i18n: ectx: property (title), widget (QGroupBox, groupBox_3)
#. +> trunk5
#: tools/modcalcapcoord.ui:174
#, kde-format
msgid "Target Time && Date"
msgstr ""
#. i18n: ectx: property (text), widget (QPushButton, NowButton)
#. +> trunk5
#: tools/modcalcapcoord.ui:195
#, kde-format
msgid "Reset to Now"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, timeLabel)
#. i18n: ectx: property (text), widget (QCheckBox, utCheckBatch)
#. i18n: ectx: property (text), widget (QCheckBox, UTCheckBatch)
#. +> trunk5
#: tools/modcalcapcoord.ui:244 tools/modcalcapcoord.ui:487
#: tools/modcalcplanets.ui:671 tools/modcalcvlsr.ui:568
#, kde-format
msgid "UT:"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, ApCoordLabel)
#. +> trunk5
#: tools/modcalcapcoord.ui:281
#, kde-format
msgid "Apparent coordinates:"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, Dec)
#. +> trunk5
#: tools/modcalcapcoord.ui:346
#, kde-format
msgid "+00d 00' 00.0\""
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, RA)
#. +> trunk5
#: tools/modcalcapcoord.ui:374
#, kde-format
msgid "00h 00m 00.0s"
msgstr ""
#. i18n: ectx: property (title), widget (QGroupBox, groupBox_5)
#. +> trunk5
#: tools/modcalcapcoord.ui:596
#, kde-format
msgid "Show in Output File"
msgstr ""
#. i18n: ectx: property (text), widget (QRadioButton, allRadioBatch)
#. i18n: ectx: property (text), widget (QRadioButton, AllRadioBatch)
#. +> trunk5
#: tools/modcalcapcoord.ui:617 tools/modcalcgalcoord.ui:333
#: tools/modcalcgeod.ui:487 tools/modcalcplanets.ui:847
#: tools/modcalcvlsr.ui:668
#, kde-format
msgid "All parameters"
msgstr ""
#. i18n: ectx: property (text), widget (QRadioButton, inputRadioBatch)
#. i18n: ectx: property (text), widget (QRadioButton, InputRadioBatch)
#. +> trunk5
#: tools/modcalcapcoord.ui:624 tools/modcalcgalcoord.ui:340
#: tools/modcalcgeod.ui:494 tools/modcalcplanets.ui:854
#: tools/modcalcvlsr.ui:675
#, kde-format
msgid "Only parameters in input file"
msgstr ""
#. +> trunk5
#: tools/modcalcdaylength.cpp:160 tools/modcalcdaylength.cpp:206
#: tools/modcalcdaylength.cpp:208
#, kde-format
msgid "Does not rise"
msgstr ""
#. +> trunk5
#: tools/modcalcdaylength.cpp:162
#, kde-format
msgid "Does not set"
msgstr ""
#. +> trunk5
#: tools/modcalcdaylength.cpp:293
#, kde-format
msgctxt "%1 is a location on earth"
msgid "Almanac for %1"
msgstr ""
#. +> trunk5
#: tools/modcalcdaylength.cpp:295
#, kde-format
msgid "computed by KStars"
msgstr ""
#. +> trunk5
#: tools/modcalcdaylength.cpp:335
#, kde-format
msgid "Results of Almanac calculation"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, SunTransitAltLabel)
#. +> trunk5
#: tools/modcalcdaylength.ui:129
#, kde-format
msgid "Altitude at noon:"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, SunSetLabel)
#. i18n: ectx: property (text), widget (QLabel, MoonSetLabel)
#. +> trunk5
#: tools/modcalcdaylength.ui:248 tools/modcalcdaylength.ui:674
#, kde-format
msgctxt "Sky object passing below the horizon"
msgid "Set:"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, DayLengthLabel)
#. +> trunk5
#: tools/modcalcdaylength.ui:261
#, kde-format
msgid "Day length:"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, SunRiseAzLabel)
#. +> trunk5
#: tools/modcalcdaylength.ui:289
#, kde-format
msgid "Sunrise azimuth:"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, SunRiseLabel)
#. i18n: ectx: property (text), widget (QLabel, MoonRiseLabel)
#. +> trunk5
#: tools/modcalcdaylength.ui:302 tools/modcalcdaylength.ui:481
#, kde-format
msgid "Rise:"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, SunTransitLabel)
#. +> trunk5
#: tools/modcalcdaylength.ui:315
#, kde-format
msgid "Noon:"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, SunSetAzLabel)
#. +> trunk5
#: tools/modcalcdaylength.ui:386
#, kde-format
msgid "Sunset azimuth:"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, MoonTransitAltLabel)
#. +> trunk5
#: tools/modcalcdaylength.ui:541
#, kde-format
msgid "Transit altitude:"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, MoonRiseAzLabel)
#. +> trunk5
#: tools/modcalcdaylength.ui:591
#, kde-format
msgid "Moon rise azimuth:"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, MoonTransitLabel)
#. +> trunk5
#: tools/modcalcdaylength.ui:667
#, kde-format
msgid "Transit:"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, MoonSetAzLabel)
#. +> trunk5
#: tools/modcalcdaylength.ui:681
#, kde-format
msgid "Moon set azimuth:"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, LunarPhaseLabel)
#. +> trunk5
#: tools/modcalcdaylength.ui:721
#, kde-format
msgid "Phase:"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, LunarPhase)
#. +> trunk5
#: tools/modcalcdaylength.ui:736
#, kde-format, no-c-format
msgid "Waxing gibbous (75%)"
msgstr ""
#. i18n: ectx: attribute (title), widget (QWidget, tab_2)
#. +> trunk5
#: tools/modcalcdaylength.ui:784
#, kde-format
msgid "Batch mode"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, label)
#. +> trunk5
#: tools/modcalcdaylength.ui:843
#, kde-format
msgid "Specify dates for the calculation in the input file."
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, label_5)
#. +> trunk5
#: tools/modcalcdaylength.ui:852 tools/modcalcjd.ui:171
#, kde-format
msgid "Input file: "
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, label_6)
#. +> trunk5
#: tools/modcalcdaylength.ui:862 tools/modcalcjd.ui:181
#, kde-format
msgid "Output file: "
msgstr ""
#. i18n: ectx: property (text), widget (QPushButton, ViewButtonBatch)
#. +> trunk5
#: tools/modcalcdaylength.ui:914 tools/modcalcjd.ui:233
#: tools/modcalcsidtime.ui:326 tools/modcalcvizequinox.ui:319
#, kde-format
msgid "View output"
msgstr ""
#. i18n: ectx: property (title), widget (QGroupBox, groupBox_3)
#. i18n: ectx: property (title), widget (QGroupBox, groupBox_2)
#. +> trunk5
#: tools/modcalceclipticcoords.ui:93 tools/modcalcplanets.ui:223
#, kde-format
msgid "Equatorial Coordinates"
msgstr ""
#. i18n: ectx: property (title), widget (QGroupBox, groupBox_3alactic)
#. +> trunk5
#: tools/modcalcgalcoord.ui:96
#, kde-format
msgid "Galactic Coordinates"
msgstr ""
#. i18n: ectx: property (title), widget (QGroupBox, groupBox_3)
#. i18n: ectx: property (title), widget (QGroupBox, groupBox_5)
#. i18n: ectx: property (title), widget (QGroupBox, groupBox_6)
#. +> trunk5
#: tools/modcalcgalcoord.ui:183 tools/modcalcgeod.ui:343
#: tools/modcalcplanets.ui:515 tools/modcalcvlsr.ui:465
#, kde-format
msgid "Select Parameters in Input File"
msgstr ""
#. i18n: ectx: property (toolTip), widget (QCheckBox, epochCheckBatch)
#. i18n: ectx: property (toolTip), widget (QCheckBox, galLongCheckBatch)
#. i18n: ectx: property (toolTip), widget (QCheckBox, galLatCheckBatch)
#. i18n: ectx: property (toolTip), widget (QCheckBox, decCheckBatch)
#. i18n: ectx: property (toolTip), widget (QCheckBox, raCheckBatch)
#. +> trunk5
#: tools/modcalcgalcoord.ui:211 tools/modcalcgalcoord.ui:243
#: tools/modcalcgalcoord.ui:259 tools/modcalcgalcoord.ui:272
#: tools/modcalcgalcoord.ui:285
#, kde-format
msgid "If checked, value will be read from input file. If not, value will be read from adjacent box"
msgstr ""
#. i18n: ectx: property (text), widget (QLineEdit, epochBoxBatch)
#. +> trunk5
#: tools/modcalcgalcoord.ui:233
#, kde-format
msgid "1950.0"
msgstr ""
#. i18n: ectx: property (text), widget (QCheckBox, galLongCheckBatch)
#. +> trunk5
#: tools/modcalcgalcoord.ui:246
#, kde-format
msgid "Gal. long.:"
msgstr ""
#. i18n: ectx: property (text), widget (QCheckBox, galLatCheckBatch)
#. +> trunk5
#: tools/modcalcgalcoord.ui:262
#, kde-format
msgid "Gal. lat.:"
msgstr ""
#. i18n: ectx: property (title), widget (QGroupBox, groupBox_4)
#. i18n: ectx: property (title), widget (QGroupBox, groupBox_6)
#. +> trunk5
#: tools/modcalcgalcoord.ui:321 tools/modcalcgeod.ui:475
#: tools/modcalcvlsr.ui:656
#, kde-format
msgid "Select Parameters for Output File"
msgstr ""
#. i18n: ectx: property (title), widget (QGroupBox, groupBox_5)
#. i18n: ectx: property (title), widget (QGroupBox, groupBox_7)
#. i18n: ectx: property (title), widget (QGroupBox, groupBox_9)
#. +> trunk5
#: tools/modcalcgalcoord.ui:353 tools/modcalcgeod.ui:507
#: tools/modcalcplanets.ui:867 tools/modcalcvlsr.ui:688
#, kde-format
msgid "Select Filenames"
msgstr ""
#. i18n: ectx: property (title), widget (QGroupBox, groupBox)
#. +> trunk5
#: tools/modcalcgeod.ui:51
#, kde-format
msgid "Select Input Coordinates"
msgstr ""
#. i18n: ectx: property (text), widget (QRadioButton, cartRadio)
#. +> trunk5
#: tools/modcalcgeod.ui:71
#, kde-format
msgid "Cartesian"
msgstr ""
#. i18n: ectx: property (text), widget (QRadioButton, spheRadio)
#. +> trunk5
#: tools/modcalcgeod.ui:78
#, kde-format
msgid "Geographic"
msgstr ""
#. i18n: ectx: property (title), widget (QGroupBox, groupBox_2)
#. +> trunk5
#: tools/modcalcgeod.ui:93
#, kde-format
msgid "Select Ellipsoid Model"
msgstr ""
#. i18n: ectx: property (text), widget (QPushButton, Compute)
#. +> trunk5
#: tools/modcalcgeod.ui:137
#, kde-format
msgid "Convert"
msgstr ""
#. i18n: ectx: property (title), widget (QGroupBox, groupBox_3)
#. +> trunk5
#: tools/modcalcgeod.ui:193
#, kde-format
msgid "Cartesian Coordinates"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, XCartLabel)
#. i18n: ectx: property (text), widget (QCheckBox, XGeoCheckBatch)
#. +> trunk5
#: tools/modcalcgeod.ui:205 tools/modcalcgeod.ui:408
#, kde-format
msgid "X (km):"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, YCartLabel)
#. i18n: ectx: property (text), widget (QCheckBox, YGeoCheckBatch)
#. +> trunk5
#: tools/modcalcgeod.ui:212 tools/modcalcgeod.ui:358
#, kde-format
msgid "Y (km):"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, ZCartLabel)
#. i18n: ectx: property (text), widget (QCheckBox, ZGeoCheckBatch)
#. +> trunk5
#: tools/modcalcgeod.ui:219 tools/modcalcgeod.ui:371
#, kde-format
msgid "Z (km):"
msgstr ""
#. i18n: ectx: property (title), widget (QGroupBox, groupBox_4)
#. +> trunk5
#: tools/modcalcgeod.ui:238
#, kde-format
msgid "Geographic Coordinates"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, AltGeoLabel)
#. +> trunk5
#: tools/modcalcgeod.ui:250
#, kde-format
msgid "Elevation (meters):"
msgstr ""
#. i18n: ectx: property (text), widget (QCheckBox, AltGeoCheckBatch)
#. +> trunk5
#: tools/modcalcgeod.ui:395
#, kde-format
msgid "Elev. (m):"
msgstr ""
#. +> trunk5
#: tools/modcalcjd.cpp:255
#, kde-format
msgid "Results of Julian day calculation"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, label_2)
#. +> trunk5
#: tools/modcalcjd.ui:57
#, kde-format
msgid "Julian day:"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, label_3)
#. +> trunk5
#: tools/modcalcjd.ui:67
#, kde-format
msgid "Modified Julian day:"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, label_4)
#. +> trunk5
#: tools/modcalcjd.ui:109
#, kde-format
msgid "Input parameter: "
msgstr ""
#. i18n: ectx: property (text), item, widget (QComboBox, InputComboBatch)
#. +> trunk5
#: tools/modcalcjd.ui:120
#, kde-format
msgid "Date and time"
msgstr ""
#. i18n: ectx: property (text), item, widget (QComboBox, InputComboBatch)
#. +> trunk5
#: tools/modcalcjd.ui:125
#, kde-format
msgid "Julian day"
msgstr ""
#. i18n: ectx: property (text), item, widget (QComboBox, InputComboBatch)
#. +> trunk5
#: tools/modcalcjd.ui:130
#, kde-format
msgid "Modified Julian day"
msgstr ""
#. +> trunk5
#: tools/modcalcplanets.cpp:293
#, kde-format
msgid "Incorrect number of fields in line %1: "
msgstr ""
#. +> trunk5
#: tools/modcalcplanets.cpp:294
#, kde-format
msgid "Present fields %1. "
msgstr ""
#. +> trunk5
#: tools/modcalcplanets.cpp:295
#, kde-format
msgid "Required fields %1. "
msgstr ""
#. +> trunk5
#: tools/modcalcplanets.cpp:307
#, kde-format
msgid "Unknown planet "
msgstr ""
#. +> trunk5
#: tools/modcalcplanets.cpp:307
#, kde-format
msgid " in line %1: "
msgstr ""
#. +> trunk5
#: tools/modcalcplanets.cpp:329
#, kde-format
msgid "Line %1 contains an invalid time"
msgstr ""
#. +> trunk5
#: tools/modcalcplanets.cpp:349
#, kde-format
msgid "Line %1 contains an invalid date: "
msgstr ""
#. +> trunk5
#: tools/modcalcplanets.cpp:452
#, kde-format
msgid "Errors found while parsing some lines in the input file"
msgstr ""
#. +> trunk5
#: tools/modcalcplanets.cpp:453
#, kde-format
msgid "Errors in lines"
msgstr ""
#. i18n: ectx: property (title), widget (QGroupBox, groupBox)
#. +> trunk5
#: tools/modcalcplanets.ui:57
#, kde-format
msgid "Input Parameters"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, textLabel1)
#. i18n: ectx: property (text), widget (QCheckBox, PlanetCheckBatch)
#. +> trunk5
#: tools/modcalcplanets.ui:115 tools/modcalcplanets.ui:553
#, kde-format
msgid "Solar system body:"
msgstr ""
#. i18n: ectx: property (title), widget (QGroupBox, groupBox_4)
#. +> trunk5
#: tools/modcalcplanets.ui:346
#, kde-format
msgid "Heliocentric Ecliptic Coordinates"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, label_11)
#. i18n: ectx: property (text), widget (QLabel, label_12)
#. +> trunk5
#: tools/modcalcplanets.ui:374 tools/modcalcplanets.ui:461
#, kde-format
msgid "Distance (AU):"
msgstr ""
#. i18n: ectx: property (title), widget (QGroupBox, groupBox_5)
#. +> trunk5
#: tools/modcalcplanets.ui:412
#, kde-format
msgid "Geocentric Ecliptic Coordinates"
msgstr ""
#. i18n: ectx: property (title), widget (QGroupBox, groupBox_7)
#. +> trunk5
#: tools/modcalcplanets.ui:762
#, kde-format
msgid "Select Coordinate System for Output File"
msgstr ""
#. i18n: ectx: property (text), widget (QCheckBox, HelioEclCheckBatch)
#. +> trunk5
#: tools/modcalcplanets.ui:783
#, kde-format
msgid "Heliocentric ecliptic"
msgstr ""
#. i18n: ectx: property (text), widget (QCheckBox, EquatorialCheckBatch)
#. +> trunk5
#: tools/modcalcplanets.ui:793
#, kde-format
msgid "Equatorial"
msgstr ""
#. i18n: ectx: property (text), widget (QCheckBox, GeoEclCheckBatch)
#. +> trunk5
#: tools/modcalcplanets.ui:803
#, kde-format
msgid "Geocentric ecliptic"
msgstr ""
#. i18n: ectx: property (text), widget (QCheckBox, HorizontalCheckBatch)
#. +> trunk5
#: tools/modcalcplanets.ui:813
#, kde-format
msgid "Horizontal "
msgstr ""
#. i18n: ectx: property (title), widget (QGroupBox, groupBox_8)
#. +> trunk5
#: tools/modcalcplanets.ui:826
#, kde-format
msgid "Other Parameters for Output File"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, label_15)
#. i18n: ectx: property (text), widget (QLabel, label_3)
#. i18n: ectx: property (text), widget (QLabel, label_9)
#. +> trunk5
#: tools/modcalcplanets.ui:888 tools/modcalcsidtime.ui:280
#: tools/modcalcvizequinox.ui:273 tools/modcalcvlsr.ui:713
#, kde-format
msgid "Input file:"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, label_16)
#. i18n: ectx: property (text), widget (QLabel, label_4)
#. i18n: ectx: property (text), widget (QLabel, label_10)
#. +> trunk5
#: tools/modcalcplanets.ui:898 tools/modcalcsidtime.ui:290
#: tools/modcalcvizequinox.ui:283 tools/modcalcvlsr.ui:706
#, kde-format
msgid "Output file:"
msgstr ""
#. +> trunk5
#: tools/modcalcsidtime.cpp:142
#, kde-format
msgid "Location strings consist of the comma-separated names of the city, province and country. If the string contains spaces, enclose it in quotes so it gets parsed properly."
msgstr ""
#. +> trunk5
#: tools/modcalcsidtime.cpp:147
#, kde-format
msgid "Hint for writing location strings"
msgstr ""
#. i18n: ectx: property (text), widget (QRadioButton, kcfg_XplanetLabelLocalTime)
#. +> trunk5
#: tools/modcalcsidtime.cpp:156 xplanet/opsxplanet.ui:483
#, kde-format
msgid "local time"
msgstr ""
#. +> trunk5
#: tools/modcalcsidtime.cpp:158
#, kde-format
msgid "sidereal time"
msgstr ""
#. +> trunk5
#: tools/modcalcsidtime.cpp:161
#, kde-format
msgid "date"
msgstr ""
#. +> trunk5
#: tools/modcalcsidtime.cpp:164
#, kde-format
msgid "location"
msgstr ""
#. +> trunk5
#: tools/modcalcsidtime.cpp:168
#, kde-format
msgid "%1 and %2"
msgstr ""
#. +> trunk5
#: tools/modcalcsidtime.cpp:170
#, kde-format
msgid "%1, %2 and %3"
msgstr ""
#. +> trunk5
#: tools/modcalcsidtime.cpp:172
#, kde-format
msgid "Specify %1 in the input file."
msgstr ""
#. +> trunk5
#: tools/modcalcsidtime.cpp:370 tools/modcalcvizequinox.cpp:152
#, kde-format
msgid "Results of Sidereal time calculation"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, SiderealTimeLabel)
#. +> trunk5
#: tools/modcalcsidtime.ui:90
#, kde-format
msgid "Sidereal time:"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, LocalTimeLabel)
#. +> trunk5
#: tools/modcalcsidtime.ui:97
#, kde-format
msgid "Local time:"
msgstr ""
#. i18n: ectx: property (text), item, widget (QComboBox, ComputeComboBatch)
#. +> trunk5
#: tools/modcalcsidtime.ui:162
#, kde-format
msgid "Compute sidereal time"
msgstr ""
#. i18n: ectx: property (text), item, widget (QComboBox, ComputeComboBatch)
#. +> trunk5
#: tools/modcalcsidtime.ui:167
#, kde-format
msgid "Compute standard time"
msgstr ""
#. i18n: ectx: property (title), widget (QGroupBox, groupBox)
#. +> trunk5
#: tools/modcalcsidtime.ui:190
#, kde-format
msgid "Input parameters"
msgstr ""
#. i18n: ectx: property (text), widget (QCheckBox, DateCheckBatch)
#. i18n: ectx: property (text), widget (QCheckBox, LocationCheckBatch)
#. +> trunk5
#: tools/modcalcsidtime.ui:209 tools/modcalcsidtime.ui:242
#, kde-format
msgid "Read from input file"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, HelpLabel)
#. +> trunk5
#: tools/modcalcsidtime.ui:271
#, kde-format
msgid "Specify local time in the input file."
msgstr ""
#. +> trunk5
#: tools/modcalcvizequinox.cpp:42
#, kde-format
msgid "Sun's Declination"
msgstr ""
#. +> trunk5
#: tools/modcalcvizequinox.cpp:112
#, kde-format
msgid "# Timing of Equinoxes and Solstices\n"
msgstr ""
#. +> trunk5
#: tools/modcalcvizequinox.cpp:112
#, kde-format
msgid ""
"# computed by KStars\n"
"#\n"
msgstr ""
#. +> trunk5
#: tools/modcalcvizequinox.cpp:113
#, kde-format
msgid ""
"# Vernal Equinox\t\tSummer Solstice\t\t\tAutumnal Equinox\t\tWinter Solstice\n"
"#\n"
msgstr ""
#. i18n: ectx: property (windowTitle), widget (QWidget, modCalcEquinox)
#. +> trunk5
#: tools/modcalcvizequinox.ui:14
#, kde-format
msgid "Equinoxes and Solstices"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, label)
#. +> trunk5
#: tools/modcalcvizequinox.ui:66
#, kde-format
msgid "Equinoxes and solstices for the year:"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, VEquinox)
#. i18n: ectx: property (text), widget (QLabel, SSolstice)
#. i18n: ectx: property (text), widget (QLabel, AEquinox)
#. i18n: ectx: property (text), widget (QLabel, WSolstice)
#. +> trunk5
#: tools/modcalcvizequinox.ui:133 tools/modcalcvizequinox.ui:161
#: tools/modcalcvizequinox.ui:189 tools/modcalcvizequinox.ui:217
#, kde-format
msgid "1 Jan 2007 00:00"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, HelpLabel)
#. +> trunk5
#: tools/modcalcvizequinox.ui:264
#, kde-format
msgid "Specify years for the calculation in the input file."
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, label_4)
#. +> trunk5
#: tools/modcalcvlsr.ui:116
#, kde-format
msgid "Target position:"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, label_5)
#. +> trunk5
#: tools/modcalcvlsr.ui:278
#, kde-format
msgid "Radial velocities:"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, azLabel)
#. +> trunk5
#: tools/modcalcvlsr.ui:298
#, kde-format
msgid "V<sub>LSR</sub>:"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, textLabel1)
#. +> trunk5
#: tools/modcalcvlsr.ui:334
#, kde-format
msgid "Heliocentric:"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, textLabel2)
#. +> trunk5
#: tools/modcalcvlsr.ui:370
#, kde-format
msgid "Geocentric:"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, textLabel3)
#. +> trunk5
#: tools/modcalcvlsr.ui:406
#, kde-format
msgid "Topocentric:"
msgstr ""
#. i18n: ectx: property (text), widget (QCheckBox, ElevationCheckBatch)
#. +> trunk5
#: tools/modcalcvlsr.ui:498
#, kde-format
msgid "Elevation (m):"
msgstr ""
#. i18n: ectx: property (text), widget (QCheckBox, InputVelocityCheckBatch)
#. +> trunk5
#: tools/modcalcvlsr.ui:604
#, kde-format
msgid "Input velocity:"
msgstr ""
#. i18n: ectx: property (text), item, widget (QComboBox, InputVelocityComboBatch)
#. +> trunk5
#: tools/modcalcvlsr.ui:612
#, kde-format
msgid "Heliocentric"
msgstr ""
#. i18n: ectx: property (text), item, widget (QComboBox, InputVelocityComboBatch)
#. +> trunk5
#: tools/modcalcvlsr.ui:617
#, kde-format
msgid "Geocentric"
msgstr ""
#. i18n: ectx: property (text), item, widget (QComboBox, InputVelocityComboBatch)
#. +> trunk5
#: tools/modcalcvlsr.ui:622
#, kde-format
msgid "Topocentric"
msgstr ""
#. i18n: ectx: property (text), item, widget (QComboBox, InputVelocityComboBatch)
#. +> trunk5
#: tools/modcalcvlsr.ui:627
#, kde-format
msgid "LSR"
msgstr ""
#. i18n: ectx: attribute (title), widget (QWidget, overview)
#. +> trunk5
#: tools/modcalcvlsr.ui:794
#, kde-format
msgid "Overview"
msgstr ""
#. +> trunk5
#: tools/moonphasetool.cpp:42
#, kde-kuit-format
msgid "Moon Phase Calendar"
msgstr ""
#. +> trunk5
#: tools/nameresolver.cpp:48
#, kde-kuit-format
msgid "Error: sesameResolver failed. Could not resolve name on CDS Sesame!"
msgstr ""
#. +> trunk5
#: tools/nameresolver.cpp:64
#, kde-kuit-format
msgid "Attempting to resolve object %1 using CDS Sesame."
msgstr ""
#. +> trunk5
#: tools/nameresolver.cpp:82
#, kde-kuit-format
msgid "Error trying to get XML response from CDS Sesame server: %1"
msgstr ""
#. +> trunk5
#: tools/nameresolver.cpp:96
#, kde-kuit-format
msgid "Empty result instead of expected XML from CDS Sesame! Maybe bad internet connection?"
msgstr ""
#. +> trunk5
#: tools/nameresolver.cpp:221
#, kde-kuit-format
msgid "Error parsing XML from CDS Sesame: %1 on line %2 @ col = %3"
msgstr ""
#. +> trunk5
#: tools/nameresolver.cpp:231
#, kde-kuit-format
msgid "Resolved %1 successfully!"
msgstr ""
#. +> trunk5
#: tools/observinglist.cpp:97 tools/observinglist.cpp:101
#, kde-format
msgid "Alternate Name"
msgstr ""
#. +> trunk5
#: tools/observinglist.cpp:97 tools/observinglist.cpp:101
#, kde-format
msgctxt "Right Ascension"
msgid "RA (J2000)"
msgstr ""
#. +> trunk5
#: tools/observinglist.cpp:98 tools/observinglist.cpp:102
#, kde-format
msgctxt "Declination"
msgid "Dec (J2000)"
msgstr ""
#. +> trunk5
#: tools/observinglist.cpp:98 tools/observinglist.cpp:102
#, kde-format
msgctxt "Magnitude"
msgid "Mag"
msgstr ""
#. +> trunk5
#: tools/observinglist.cpp:99
#, kde-format
msgid "Current Altitude"
msgstr ""
#. +> trunk5
#: tools/observinglist.cpp:103
#, kde-format
msgctxt "Constellation"
msgid "Constell."
msgstr ""
#. +> trunk5
#: tools/observinglist.cpp:198
#, kde-format
msgctxt "Short text to describe that object has not risen yet"
msgid "Not risen"
msgstr ""
#. +> trunk5
#: tools/observinglist.cpp:204
#, kde-format
msgctxt "Object is in the Dobsonian hole"
msgid "In hole"
msgstr ""
#. +> trunk5
#: tools/observinglist.cpp:267
#, kde-format
msgid "Unnamed stars are not supported in the observing lists"
msgstr ""
#. +> trunk5
#: tools/observinglist.cpp:279
#, kde-format
msgid "%1 is already in your wishlist."
msgstr ""
#. +> trunk5
#: tools/observinglist.cpp:294
#, kde-format
msgid "%1 is already in the session plan."
msgstr ""
#. +> trunk5
#: tools/observinglist.cpp:355
#, kde-format
msgid "Added %1 to observing list."
msgstr ""
#. +> trunk5
#: tools/observinglist.cpp:393
#, kde-format
msgid "Added %1 to session list."
msgstr ""
#. +> trunk5
#: tools/observinglist.cpp:594
#, kde-format
msgid ""
"DSS Image metadata: \n"
" Size: %1' x %2' \n"
" Photometric band: %3 \n"
" Version: %4"
msgstr ""
#. +> trunk5
#: tools/observinglist.cpp:598
#, kde-format
msgid "No image info available."
msgstr ""
#. +> trunk5
#: tools/observinglist.cpp:606
#, kde-format
msgid "No image available. Click on the placeholder image to download one."
msgstr ""
#. +> trunk5
#: tools/observinglist.cpp:620
#, kde-format
msgctxt "%1 magnitude of object, %2 type of sky object (planet, asteroid etc), %3 name of a constellation"
msgid "%1 mag %2 in %3"
msgstr ""
#. +> trunk5
#: tools/observinglist.cpp:833
#, kde-format
msgid "Open Observing List"
msgstr ""
#. +> trunk5
#: tools/observinglist.cpp:893
#, kde-format
msgid "The specified file is invalid"
msgstr ""
#. +> trunk5
#: tools/observinglist.cpp:903
#, kde-format
msgid "Are you sure you want to clear all objects?"
msgstr ""
#. +> trunk5
#: tools/observinglist.cpp:904
#, kde-format
msgid "Clear all?"
msgstr ""
#. +> trunk5
#: tools/observinglist.cpp:936
#, kde-format
msgid "Do you want to save the current session?"
msgstr ""
#. +> trunk5
#: tools/observinglist.cpp:937
#, kde-format
msgid "Save Current session?"
msgstr ""
#. +> trunk5
#: tools/observinglist.cpp:949
#, kde-format
msgid "Save Observing List"
msgstr ""
#. i18n: ectx: property (toolTip), widget (QPushButton, WizardButton)
#. i18n: ectx: property (windowTitle), widget (QWidget, ObsListWizard)
#. +> trunk5
#: tools/observinglist.cpp:1017 tools/observinglist.cpp:1090
#: tools/observinglist.ui:304 tools/obslistwizard.cpp:41
#: tools/obslistwizard.ui:14
#, kde-format
msgid "Observing List Wizard"
msgstr ""
#. +> trunk5
#: tools/observinglist.cpp:1018
#, kde-format
msgid "Please wait while loading objects..."
msgstr ""
#. +> trunk5
#: tools/observinglist.cpp:1056
#, kde-format
msgid "Cannot save an empty session list!"
msgstr ""
#. +> trunk5
#: tools/observinglist.cpp:1068
#, kde-format
msgid "Could not open file %1. Try a different filename?"
msgstr ""
#. +> trunk5
#: tools/observinglist.cpp:1069
#, kde-format
msgid "Try Different"
msgstr ""
#. +> trunk5
#: tools/observinglist.cpp:1070
#, kde-format
msgid "Do Not Try"
msgstr ""
#. +> trunk5
#: tools/observinglist.cpp:1091
#, kde-format
msgid "Please wait while adding objects..."
msgstr ""
#. +> trunk5
#: tools/observinglist.cpp:1232 tools/observinglist.cpp:1234
#: tools/observinglist.cpp:1244
#, kde-format
msgid "Customized DSS Download"
msgstr ""
#. +> trunk5
#: tools/observinglist.cpp:1232
#, kde-format
msgid "Specify image width (arcminutes): "
msgstr ""
#. +> trunk5
#: tools/observinglist.cpp:1235
#, kde-format
msgid "Specify image height (arcminutes): "
msgstr ""
#. +> trunk5
#: tools/observinglist.cpp:1244
#, kde-format
msgid "Specify version: "
msgstr ""
#. +> trunk5
#: tools/observinglist.cpp:1416
#, kde-format
msgid "This will delete all saved images. Are you sure you want to do this?"
msgstr ""
#. +> trunk5
#: tools/observinglist.cpp:1417
#, kde-format
msgid "Delete All Images"
msgstr ""
#. +> trunk5
#: tools/observinglist.cpp:1514
#, kde-format
msgid "Image Chooser"
msgstr ""
#. i18n: ectx: property (toolTip), widget (QPushButton, OpenButton)
#. +> trunk5
#: tools/observinglist.ui:77
#, kde-format
msgid "Open an observation session list"
msgstr ""
#. i18n: ectx: property (whatsThis), widget (QPushButton, OpenButton)
#. +> trunk5
#: tools/observinglist.ui:80
#, kde-format
msgid "Load an observing list from disk"
msgstr ""
#. i18n: ectx: property (toolTip), widget (QPushButton, SaveButton)
#. +> trunk5
#: tools/observinglist.ui:108
#, kde-format
msgid "Save the observing session"
msgstr ""
#. i18n: ectx: property (whatsThis), widget (QPushButton, SaveButton)
#. +> trunk5
#: tools/observinglist.ui:111
#, kde-format
msgid "Save the current observing list to disk"
msgstr ""
#. i18n: ectx: property (toolTip), widget (QPushButton, SaveAsButton)
#. +> trunk5
#: tools/observinglist.ui:139
#, kde-format
msgid "Save observing session as..."
msgstr ""
#. i18n: ectx: property (whatsThis), widget (QPushButton, SaveAsButton)
#. +> trunk5
#: tools/observinglist.ui:142
#, kde-format
msgid "Save the current observing list to disk, specifying the filename"
msgstr ""
#. i18n: ectx: property (text), widget (QPushButton, OALExport)
#. +> trunk5
#: tools/observinglist.ui:152
#, kde-format
msgid "Export to OAL"
msgstr ""
#. i18n: ectx: property (text), widget (QPushButton, SetLocation)
#. +> trunk5
#: tools/observinglist.ui:192
#, kde-format
msgid "Choose"
msgstr ""
#. i18n: ectx: property (displayFormat), widget (QDateEdit, DateEdit)
#. +> trunk5
#: tools/observinglist.ui:209
#, kde-format
msgid "dd/MM/yyyy"
msgstr ""
#. i18n: ectx: property (toolTip), widget (QPushButton, Update)
#. +> trunk5
#: tools/observinglist.ui:219
#, kde-format
msgid "Update the table and the plot for the new date and location."
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, refLabel)
#. +> trunk5
#: tools/observinglist.ui:242
#, kde-format
msgid "Reference Images:"
msgstr ""
#. i18n: ectx: property (toolTip), widget (QPushButton, saveImages)
#. +> trunk5
#: tools/observinglist.ui:249
#, kde-format
msgid "Download the SDSS/DSS images of all the objects in the current list."
msgstr ""
#. i18n: ectx: property (text), widget (QPushButton, saveImages)
#. +> trunk5
#: tools/observinglist.ui:252
#, kde-format
msgid "Download all Images"
msgstr ""
#. i18n: ectx: property (toolTip), widget (QPushButton, DeleteAllImages)
#. +> trunk5
#: tools/observinglist.ui:259
#, kde-format
msgid "Deletes all the stored DSS/SDSS images"
msgstr ""
#. i18n: ectx: property (text), widget (QPushButton, DeleteAllImages)
#. +> trunk5
#: tools/observinglist.ui:262
#, kde-format
msgid "Delete all Images"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, addLabel)
#. +> trunk5
#: tools/observinglist.ui:279
#, kde-format
msgid "Adding Objects:"
msgstr ""
#. i18n: ectx: property (whatsThis), widget (QPushButton, WizardButton)
#. +> trunk5
#: tools/observinglist.ui:307
#, kde-format
msgid "The list wizard helps you construct observing lists based on filtering by object type, position on the sky, and magnitude."
msgstr ""
#. i18n: ectx: property (text), widget (QPushButton, WizardButton)
#. +> trunk5
#: tools/observinglist.ui:310
#, kde-format
msgid "Wizard"
msgstr ""
#. i18n: ectx: property (toolTip), widget (QPushButton, FindButton)
#. +> trunk5
#: tools/observinglist.ui:323
#, kde-format
msgid "Open Find Dialog"
msgstr ""
#. i18n: ectx: property (whatsThis), widget (QPushButton, FindButton)
#. +> trunk5
#: tools/observinglist.ui:326
#, kde-format
msgid "Open the Find Dialog for adding objects to the list"
msgstr ""
#. i18n: ectx: property (toolTip), widget (QPushButton, WUTButton)
#. +> trunk5
#: tools/observinglist.ui:342
#, kde-format
msgid "Open the WUT dialog"
msgstr ""
#. i18n: ectx: property (whatsThis), widget (QPushButton, WUTButton)
#. +> trunk5
#: tools/observinglist.ui:345
#, kde-format
msgid "Opens the What's up tonight dialog, from which objects can be added to the list"
msgstr ""
#. i18n: ectx: property (text), widget (QPushButton, WUTButton)
#. +> trunk5
#: tools/observinglist.ui:348
#, kde-format
msgid "What's up Tonight tool"
msgstr ""
#. i18n: ectx: attribute (title), widget (QWidget, WishList)
#. +> trunk5
#: tools/observinglist.ui:397
#, kde-format
msgid "Wish List"
msgstr ""
#. i18n: ectx: attribute (title), widget (QWidget, Session)
#. +> trunk5
#: tools/observinglist.ui:444
#, kde-format
msgid "Session Plan"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, scheduledTimeLabel)
#. +> trunk5
#: tools/observinglist.ui:495
#, kde-format
msgid "Scheduled Time"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, quickInfoLabel)
#. +> trunk5
#: tools/observinglist.ui:538
#, kde-format
msgid "Select an object to view information here."
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, ImagePreview)
#. +> trunk5
#: tools/observinglist.ui:590
#, kde-format
msgid "(No Image)"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, dssMetadataLabel)
#. +> trunk5
#: tools/observinglist.ui:614
#, kde-format
msgid "Image Metadata Info"
msgstr ""
#. i18n: ectx: property (text), widget (QPushButton, SearchImage)
#. +> trunk5
#: tools/observinglist.ui:641
#, kde-format
msgid "Replace from internet"
msgstr ""
#. i18n: ectx: property (text), widget (QPushButton, DeleteImage)
#. +> trunk5
#: tools/observinglist.ui:654
#, kde-format
msgid "Delete Image"
msgstr ""
#. i18n: ectx: property (placeholderText), widget (QTextEdit, NotesEdit)
#. +> trunk5
#: tools/observinglist.ui:678
#, kde-format
msgid "Record object notes here."
msgstr ""
#. +> trunk5
#: tools/obslistpopupmenu.cpp:43
#, kde-format
msgid "Add to session plan"
msgstr ""
#. +> trunk5
#: tools/obslistpopupmenu.cpp:44
#, kde-format
msgid "Add objects visible tonight to session plan"
msgstr ""
#. +> trunk5
#: tools/obslistpopupmenu.cpp:47
#, kde-format
msgid "Add to Ekos Scheduler"
msgstr ""
#. i18n: ectx: property (text), widget (QPushButton, GotoButton)
#. +> trunk5
#: tools/obslistpopupmenu.cpp:54 tools/starhopperdialog.ui:46
#, kde-format
msgid "Center"
msgstr ""
#. +> trunk5
#: tools/obslistpopupmenu.cpp:58
#, kde-format
msgctxt "Show the selected object in the telescope"
msgid "Scope"
msgstr ""
#. +> trunk5
#: tools/obslistpopupmenu.cpp:67
#, kde-format
msgid "Eyepiece view"
msgstr ""
#. +> trunk5
#: tools/obslistpopupmenu.cpp:82
#, kde-format
msgid "Show SDSS image"
msgstr ""
#. +> trunk5
#: tools/obslistpopupmenu.cpp:83
#, kde-format
msgid "Show DSS image"
msgstr ""
#. +> trunk5
#: tools/obslistpopupmenu.cpp:84
#, kde-format
msgid "Customized DSS download"
msgstr ""
#. +> trunk5
#: tools/obslistpopupmenu.cpp:86
#, kde-format
msgid "Show images from web "
msgstr ""
#. +> trunk5
#: tools/obslistpopupmenu.cpp:92
#, kde-format
msgid "Remove from WishList"
msgstr ""
#. +> trunk5
#: tools/obslistpopupmenu.cpp:94
#, kde-format
msgid "Remove from Session Plan"
msgstr ""
#. i18n: ectx: property (text), item, widget (QListWidget, RegionList)
#. +> trunk5
#: tools/obslistwizard.cpp:205 tools/obslistwizard.cpp:840
#: tools/obslistwizard.ui:345
#, kde-format
msgid "in a rectangular region"
msgstr ""
#. i18n: ectx: property (text), item, widget (QListWidget, RegionList)
#. +> trunk5
#: tools/obslistwizard.cpp:207 tools/obslistwizard.cpp:876
#: tools/obslistwizard.ui:350
#, kde-format
msgid "in a circular region"
msgstr ""
#. i18n: ectx: property (text), item, widget (QListWidget, RegionList)
#. +> trunk5
#: tools/obslistwizard.cpp:209 tools/obslistwizard.cpp:431
#: tools/obslistwizard.ui:335
#, kde-format
msgid "all over the sky"
msgstr ""
#. i18n: ectx: property (text), item, widget (QListWidget, TypeList)
#. +> trunk5
#: tools/obslistwizard.cpp:258 tools/obslistwizard.cpp:407
#: tools/obslistwizard.cpp:637 tools/obslistwizard.cpp:658
#: tools/obslistwizard.ui:125
#, kde-format
msgid "Open clusters"
msgstr ""
#. i18n: ectx: property (text), item, widget (QListWidget, TypeList)
#. +> trunk5
#: tools/obslistwizard.cpp:259 tools/obslistwizard.cpp:409
#: tools/obslistwizard.cpp:638 tools/obslistwizard.cpp:663
#: tools/obslistwizard.ui:130
#, kde-format
msgid "Globular clusters"
msgstr ""
#. i18n: ectx: property (text), item, widget (QListWidget, TypeList)
#. +> trunk5
#: tools/obslistwizard.cpp:260 tools/obslistwizard.cpp:411
#: tools/obslistwizard.cpp:639 tools/obslistwizard.cpp:669
#: tools/obslistwizard.ui:135
#, kde-format
msgid "Gaseous nebulae"
msgstr ""
#. i18n: ectx: property (text), item, widget (QListWidget, TypeList)
#. +> trunk5
#: tools/obslistwizard.cpp:261 tools/obslistwizard.cpp:413
#: tools/obslistwizard.cpp:640 tools/obslistwizard.cpp:674
#: tools/obslistwizard.ui:140
#, kde-format
msgid "Planetary nebulae"
msgstr ""
#. i18n: ectx: property (text), item, widget (QListWidget, TypeList)
#. +> trunk5
#: tools/obslistwizard.cpp:268 tools/obslistwizard.cpp:399
#: tools/obslistwizard.cpp:495 tools/obslistwizard.ui:110
#, kde-format
msgid "Sun, moon, planets"
msgstr ""
#. +> trunk5
#: tools/obslistwizard.cpp:380
#, kde-format
msgid "Illegal circle specified, no region selection possible."
msgstr ""
#. +> trunk5
#: tools/obslistwizard.cpp:812
#, kde-format
msgid "Your observing list currently has 1 object"
msgid_plural "Your observing list currently has %1 objects"
msgstr[0] ""
msgstr[1] ""
#. i18n: ectx: property (text), item, widget (QListWidget, RegionList)
#. +> trunk5
#: tools/obslistwizard.cpp:819 tools/obslistwizard.ui:340
#, kde-format
msgid "by constellation"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, WelcomeText)
#. +> trunk5
#: tools/obslistwizard.ui:42
#, kde-format
msgid ""
"<html><head></head><body>"
"<p>Welcome to the Observing List Wizard</p>"
"<p></p>"
"<p>With this tool, you can construct an observing list by filtering the list of all objects in various ways. First, you will select objects by <span style=\" font-weight:600;\">type</span>. Next, you can select only those objects which occupy a specific <span style=\" font-weight:600;\">region on the sky</span>. You can further trim the observing list by selecting objects in a specified <span style=\" font-weight:600;\">magnitude range</span>. Finally, you can choose to keep only those objects which are <span style=\" font-weight:600;\">observable on a particular date</span>.</p>"
"<p></p>"
"<p>Press the <span style=\" font-weight:600;\">Next</span> button to get started by selecting which object types you would like to be present in your observing list.</p>"
"</body></html>"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, ObjTypeLabel)
#. +> trunk5
#: tools/obslistwizard.ui:74
#, kde-format
msgid ""
"<html><head></head><body>"
"<p>Select objects by type</p>"
"<p></p>"
"<p>Highlight the object types you want to include in your observing list in the box below. You can highlight more than one item in the list. The buttons along the right can be used to quickly choose some common selections.</p>"
"<p></p>"
"<p>When you are finished, press the <span style=\" font-weight:600;\">Next</span> button.</p>"
"</body></html>"
msgstr ""
#. i18n: ectx: property (toolTip), widget (QPushButton, AllButton)
#. +> trunk5
#: tools/obslistwizard.ui:170
#, kde-format
msgid "Select all items in the list"
msgstr ""
#. i18n: ectx: property (text), widget (QPushButton, AllButton)
#. +> trunk5
#: tools/obslistwizard.ui:173
#, kde-format
msgid "All"
msgstr ""
#. i18n: ectx: property (toolTip), widget (QPushButton, NoneButton)
#. +> trunk5
#: tools/obslistwizard.ui:180
#, kde-format
msgid "Clear all selected items in the list"
msgstr ""
#. i18n: ectx: property (toolTip), widget (QPushButton, DeepSkyButton)
#. +> trunk5
#: tools/obslistwizard.ui:190
#, kde-format
msgid "Select all \"deep-sky\" object types in the list"
msgstr ""
#. i18n: ectx: property (text), widget (QPushButton, DeepSkyButton)
#. +> trunk5
#: tools/obslistwizard.ui:193
#, kde-format
msgid "Deep sky"
msgstr ""
#. i18n: ectx: property (toolTip), widget (QPushButton, SolarSystemButton)
#. +> trunk5
#: tools/obslistwizard.ui:200
#, kde-format
msgid "Select all solar system object types in the list"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, RegionSelectText)
#. +> trunk5
#: tools/obslistwizard.ui:259
#, kde-format
msgid ""
"<html><head></head><body>"
"<p>Select by region</p>"
"<p></p>"
"<p>Next, you can limit your object list to only those objects which occupy a specific region on the sky. There are three ways to specify the region for your list: by <span style=\" font-weight:600;\">constellation</span>, by specifying a <span style=\" font-weight:600;\">rectangular region</span>, or by specifying a <span style=\" font-weight:600;\">circular region</span>. You may also skip selecting by a region, which will include objects from <span style=\" font-weight:600;\">all over the sky</span>.</p>"
"<p></p>"
"<p>Make your selection below, and press <span style=\" font-weight:600;\">Next</span>.</p>"
"</body></html>"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, RegionSelectLabel)
#. +> trunk5
#: tools/obslistwizard.ui:303
#, kde-format
msgid "I wish to select objects:"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, ConstellationText)
#. +> trunk5
#: tools/obslistwizard.ui:392
#, kde-format
msgid ""
"<html><head></head><body>"
"<p>Select objects in one or more constellations</p>"
"<p></p>"
"<p>In the list below, highlight the constellations you want to use for your observing list. Only objects that occupy the selected constellations will be included in the list.</p>"
"<p></p>"
"<p>When you are finished, press <span style=\" font-weight:600;\">Next</span> to continue.</p>"
"</body></html>"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, RectangularRegionText)
#. +> trunk5
#: tools/obslistwizard.ui:428
#, kde-format
msgid ""
"<html><head></head><body>"
"<p>Select objects in a rectangular region</p>"
"<p></p>"
"<p>On this page, you can limit your observing list to those objects which occupy a particular rectangular region on the sky. Specify the rectangular region by selecting the right ascension (RA) and declination (Dec) limits that define the region.</p>"
"<p></p>"
"<p>When you are finished, press <span style=\" font-weight:600;\">Next</span> to continue.</p>"
"</body></html>"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, label_2)
#. i18n: ectx: property (text), widget (QLabel, label)
#. +> trunk5
#: tools/obslistwizard.ui:455 tools/obslistwizard.ui:465
#, kde-format
msgid "to"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, DecLabel)
#. +> trunk5
#: tools/obslistwizard.ui:478
#, kde-format
msgid "Dec limits:"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, RALabel)
#. +> trunk5
#: tools/obslistwizard.ui:485
#, kde-format
msgid "RA limits:"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, CircularRegionText)
#. +> trunk5
#: tools/obslistwizard.ui:529
#, kde-format
msgid ""
"<html><head></head><body>"
"<p>Select objects in a circular region</p>"
"<p></p>"
"<p>On this page, you can limit your observing list to those objects which occupy a particular circular region on the sky. Specify the circular region by selecting the right ascension (RA) and declination (Dec) coordinates for the center of the circle, and the size of the circle's radius, in Degrees.</p>"
"<p></p>"
"<p>When you are finished, press <span style=\" font-weight:600;\">Next</span> to continue.</p>"
"</body></html>"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, CenterRALabel)
#. +> trunk5
#: tools/obslistwizard.ui:603
#, kde-format
msgid "center RA:"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, CenterDecLabel)
#. +> trunk5
#: tools/obslistwizard.ui:616
#, kde-format
msgid "center Dec:"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, RadiusLabel)
#. +> trunk5
#: tools/obslistwizard.ui:642
#, kde-format
msgid "Radius (in Degrees):"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, ObserveOnDateText)
#. +> trunk5
#: tools/obslistwizard.ui:688
#, kde-format
msgid ""
"<html><head></head><body>"
"<p>Select objects observable on a date:</p>"
"<p></p>"
"<p>On this page, you can limit your observing list to only those objects which can be observed on a particular date (and from a particular location on Earth). To filter your list in this way, check the checkbox below, and then select the desired date. If you leave this box unchecked, then your list will include objects regardless of when they are observable (this is the default). You may also change the geographic location used to determine whether objects are observable.</p>"
"<p></p>"
"<p>When you are finished, press <span style=\" font-weight:600;\">Next</span> to continue.</p>"
"<p></p>"
"</body></html>"
msgstr ""
#. i18n: ectx: property (text), widget (QCheckBox, SelectByDate)
#. +> trunk5
#: tools/obslistwizard.ui:726
#, kde-format
msgid "Select objects which are observable on:"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, LocationText)
#. +> trunk5
#: tools/obslistwizard.ui:802
#, kde-format
msgid "From: "
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, label_6)
#. +> trunk5
#: tools/obslistwizard.ui:842
#, kde-format
msgid "Minimum Altitude:"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, label_7)
#. +> trunk5
#: tools/obslistwizard.ui:862
#, kde-format
msgid "Maximum Altitude:"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, MagnitudeText)
#. +> trunk5
#: tools/obslistwizard.ui:929
#, kde-format
msgid ""
"<html><head/><body>"
"<p>Select bright objects</p>"
"<p>On this page, you can limit your observing list to only those objects brighter than a given magnitude. Be careful with this selection, because KStars does not have a magnitude for every object in its database. You need to indicate whether you want to include objects with an undefined magnitude.</p>"
"<p>If you do not wish to exclude faint objects with this selection, simply leave the checkbox below unchecked.</p>"
"<p>This is the final page of the Observing List Wizard. You can go back and modify previous pages with the <span style=\" font-weight:600;\">Back</span> button. When you are satisfied, press the <span style=\" font-weight:600;\">Ok</span> button to exit the wizard, and the Observing List tool will be populated with the objects you have specified here.</p>"
"<p><br/>"
"</p>"
"</body></html>"
msgstr ""
#. i18n: ectx: property (text), widget (QCheckBox, SelectByMagnitude)
#. +> trunk5
#: tools/obslistwizard.ui:956
#, kde-format
msgid "Select objects brighter than:"
msgstr ""
#. i18n: ectx: property (text), widget (QCheckBox, IncludeNoMag)
#. +> trunk5
#: tools/obslistwizard.ui:1028
#, kde-format
msgid "Include objects which have no defined magnitude"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, CountLabel)
#. +> trunk5
#: tools/obslistwizard.ui:1072
#, kde-format
msgid "Your observing list currently has 0 objects."
msgstr ""
#. i18n: ectx: property (text), widget (QPushButton, updateButton)
#. +> trunk5
#: tools/obslistwizard.ui:1079
#, kde-format
msgid "Update Count"
msgstr ""
#. i18n: ectx: property (text), widget (QTreeWidget, OptionsList)
#. +> trunk5
#: tools/optionstreeview.ui:23
#, kde-format
msgid "Option Name"
msgstr ""
#. +> trunk5
#: tools/planetviewer.cpp:57
#, kde-format
msgid "Solar System Viewer"
msgstr ""
#. +> trunk5
#: tools/planetviewer.cpp:65
#, kde-format
msgctxt "axis label for x-coordinate of solar system viewer. AU means astronomical unit."
msgid "X-position (AU)"
msgstr ""
#. +> trunk5
#: tools/planetviewer.cpp:68
#, kde-format
msgctxt "axis label for y-coordinate of solar system viewer. AU means astronomical unit."
msgid "Y-position (AU)"
msgstr ""
#. i18n: ectx: property (text), widget (QPushButton, TodayButton)
#. +> trunk5
#: tools/planetviewer.ui:87
#, kde-format
msgid "Today"
msgstr ""
#. i18n: ectx: property (windowTitle), widget (QDialog, PolarisHourAngle)
#. +> trunk5
#: tools/polarishourangle.ui:14
#, kde-format
msgid "Polaris Hour Angle"
msgstr ""
#. i18n: ectx: property (title), widget (QGroupBox, groupBox)
#. +> trunk5
#: tools/polarishourangle.ui:46
#, kde-format
msgid "Date / Time"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, labelDate)
#. i18n: ectx: property (text), widget (QLabel, labelTime)
#. i18n: ectx: property (text), widget (QLabel, labelPolarisHA)
#. +> trunk5
#: tools/polarishourangle.ui:61 tools/polarishourangle.ui:78
#: tools/polarishourangle.ui:108
#, kde-format
msgid "TextLabel"
msgstr ""
#. i18n: ectx: property (title), widget (QGroupBox, groupBox_2)
#. +> trunk5
#: tools/polarishourangle.ui:93
#, kde-format
msgid "Polaris HourAngle"
msgstr ""
#. i18n: ectx: property (text), widget (QPushButton, currentTimeB)
#. +> trunk5
#: tools/polarishourangle.ui:123
#, kde-format
msgid "Current time"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, label)
#. +> trunk5
#: tools/polarishourangle.ui:130
#, kde-format
msgid "Set local time"
msgstr ""
#. +> trunk5
#: tools/scriptbuilder.cpp:65
#, kde-format
msgid "Options"
msgstr ""
#. +> trunk5
#: tools/scriptbuilder.cpp:138
#, kde-format
msgid "Script Data"
msgstr ""
#. +> trunk5
#: tools/scriptbuilder.cpp:190
#, kde-format
msgid "Point the display at the specified location. %1 can be the name of an object, a cardinal point on the compass, or 'zenith'."
msgstr ""
#. +> trunk5
#: tools/scriptbuilder.cpp:195
#, kde-format
msgid "Add a name label to the object named %1."
msgstr ""
#. +> trunk5
#: tools/scriptbuilder.cpp:197
#, kde-format
msgid "Remove the name label from the object named %1."
msgstr ""
#. +> trunk5
#: tools/scriptbuilder.cpp:200
#, kde-format
msgid "Add a trail to the solar system body named %1."
msgstr ""
#. +> trunk5
#: tools/scriptbuilder.cpp:202
#, kde-format
msgid "Remove the trail from the solar system body named %1."
msgstr ""
#. +> trunk5
#: tools/scriptbuilder.cpp:205
#, kde-format
msgid "Point the display at the specified RA/Dec coordinates. RA is expressed in Hours; Dec is expressed in Degrees."
msgstr ""
#. +> trunk5
#: tools/scriptbuilder.cpp:210
#, kde-format
msgid "Point the display at the specified Alt/Az coordinates. Alt and Az are expressed in Degrees."
msgstr ""
#. +> trunk5
#: tools/scriptbuilder.cpp:212
#, kde-format
msgid "Increase the display Zoom Level."
msgstr ""
#. +> trunk5
#: tools/scriptbuilder.cpp:213
#, kde-format
msgid "Decrease the display Zoom Level."
msgstr ""
#. +> trunk5
#: tools/scriptbuilder.cpp:215
#, kde-format
msgid "Set the display Zoom Level to its default value."
msgstr ""
#. +> trunk5
#: tools/scriptbuilder.cpp:217
#, kde-format
msgid "Set the display Zoom Level manually."
msgstr ""
#. +> trunk5
#: tools/scriptbuilder.cpp:219
#, kde-format
msgid "Set the system clock to the specified Local Time."
msgstr ""
#. +> trunk5
#: tools/scriptbuilder.cpp:222
#, kde-format
msgid "Pause script execution for specified number of seconds."
msgstr ""
#. +> trunk5
#: tools/scriptbuilder.cpp:224
#, kde-format
msgid "Halt script execution until the specified key is pressed. Only single-key strokes are possible; use 'space' for the spacebar."
msgstr ""
#. +> trunk5
#: tools/scriptbuilder.cpp:228
#, kde-format
msgid "Set whether the display is tracking the current location."
msgstr ""
#. +> trunk5
#: tools/scriptbuilder.cpp:230
#, kde-format
msgid "Change view option named %1 to value %2."
msgstr ""
#. +> trunk5
#: tools/scriptbuilder.cpp:233
#, kde-format
msgid "Set the geographic location to the city specified by city, province and country."
msgstr ""
#. +> trunk5
#: tools/scriptbuilder.cpp:236
#, kde-format
msgid "Set the color named %1 to the value %2."
msgstr ""
#. +> trunk5
#: tools/scriptbuilder.cpp:238
#, kde-format
msgid "Load the color scheme specified by name."
msgstr ""
#. +> trunk5
#: tools/scriptbuilder.cpp:241
#, kde-format
msgid "Export the sky image to the file, with specified width and height."
msgstr ""
#. +> trunk5
#: tools/scriptbuilder.cpp:245
#, kde-format
msgid "Print the sky image to a printer or file. If %1 is true, it will show the print dialog. If %2 is true, it will use the Star Chart color scheme for printing."
msgstr ""
#. +> trunk5
#: tools/scriptbuilder.cpp:249
#, kde-format
msgid "Halt the simulation clock."
msgstr ""
#. +> trunk5
#: tools/scriptbuilder.cpp:250
#, kde-format
msgid "Start the simulation clock."
msgstr ""
#. +> trunk5
#: tools/scriptbuilder.cpp:252
#, kde-format
msgid "Set the timescale of the simulation clock to specified scale. 1.0 means real-time; 2.0 means twice real-time; etc."
msgstr ""
#. +> trunk5
#: tools/scriptbuilder.cpp:270
#, kde-format
msgid "Functions"
msgstr ""
#. +> trunk5
#: tools/scriptbuilder.cpp:421
#, kde-format
msgid "InfoBoxes"
msgstr ""
#. +> trunk5
#: tools/scriptbuilder.cpp:422
#, kde-format
msgid "Toggle display of all InfoBoxes"
msgstr ""
#. +> trunk5
#: tools/scriptbuilder.cpp:422 tools/scriptbuilder.cpp:425
#: tools/scriptbuilder.cpp:428 tools/scriptbuilder.cpp:431
#: tools/scriptbuilder.cpp:434 tools/scriptbuilder.cpp:437
#: tools/scriptbuilder.cpp:440 tools/scriptbuilder.cpp:454
#: tools/scriptbuilder.cpp:457 tools/scriptbuilder.cpp:466
#: tools/scriptbuilder.cpp:469 tools/scriptbuilder.cpp:472
#: tools/scriptbuilder.cpp:475 tools/scriptbuilder.cpp:478
#: tools/scriptbuilder.cpp:481 tools/scriptbuilder.cpp:484
#: tools/scriptbuilder.cpp:487 tools/scriptbuilder.cpp:490
#: tools/scriptbuilder.cpp:493 tools/scriptbuilder.cpp:496
#: tools/scriptbuilder.cpp:499 tools/scriptbuilder.cpp:502
#: tools/scriptbuilder.cpp:505 tools/scriptbuilder.cpp:508
#: tools/scriptbuilder.cpp:511 tools/scriptbuilder.cpp:517
#: tools/scriptbuilder.cpp:520 tools/scriptbuilder.cpp:545
#: tools/scriptbuilder.cpp:548 tools/scriptbuilder.cpp:551
#: tools/scriptbuilder.cpp:554 tools/scriptbuilder.cpp:557
#: tools/scriptbuilder.cpp:560 tools/scriptbuilder.cpp:563
#: tools/scriptbuilder.cpp:566 tools/scriptbuilder.cpp:569
#: tools/scriptbuilder.cpp:572 tools/scriptbuilder.cpp:575
#: tools/scriptbuilder.cpp:578 tools/scriptbuilder.cpp:581
#: tools/scriptbuilder.cpp:584 tools/scriptbuilder.cpp:587
#: tools/scriptbuilder.cpp:608 tools/scriptbuilder.cpp:611
#: tools/scriptbuilder.cpp:614 tools/scriptbuilder.cpp:623
#: tools/scriptbuilder.cpp:629 tools/scriptbuilder.cpp:632
#: tools/scriptbuilder.cpp:635 tools/scriptbuilder.cpp:638
#: tools/scriptbuilder.cpp:641 tools/scriptbuilder.cpp:644
#: tools/scriptbuilder.cpp:647 tools/scriptbuilder.cpp:650
#: tools/scriptbuilder.cpp:653 tools/scriptbuilder.cpp:656
#: tools/scriptbuilder.cpp:674 tools/scriptbuilder.cpp:690
#: tools/scriptbuilder.cpp:693 tools/scriptbuilder.cpp:696
#: tools/scriptbuilder.cpp:700 tools/scriptbuilder.cpp:703
#: tools/scriptbuilder.cpp:707
#, kde-format
msgid "bool"
msgstr ""
#. +> trunk5
#: tools/scriptbuilder.cpp:425
#, kde-format
msgid "Toggle display of Time InfoBox"
msgstr ""
#. +> trunk5
#: tools/scriptbuilder.cpp:428
#, kde-format
msgid "Toggle display of Geographic InfoBox"
msgstr ""
#. +> trunk5
#: tools/scriptbuilder.cpp:431
#, kde-format
msgid "Toggle display of Focus InfoBox"
msgstr ""
#. +> trunk5
#: tools/scriptbuilder.cpp:434
#, kde-format
msgid "(un)Shade Time InfoBox"
msgstr ""
#. +> trunk5
#: tools/scriptbuilder.cpp:437
#, kde-format
msgid "(un)Shade Geographic InfoBox"
msgstr ""
#. +> trunk5
#: tools/scriptbuilder.cpp:440
#, kde-format
msgid "(un)Shade Focus InfoBox"
msgstr ""
#. +> trunk5
#: tools/scriptbuilder.cpp:453
#, kde-format
msgid "Toolbars"
msgstr ""
#. +> trunk5
#: tools/scriptbuilder.cpp:454
#, kde-format
msgid "Toggle display of main toolbar"
msgstr ""
#. +> trunk5
#: tools/scriptbuilder.cpp:457
#, kde-format
msgid "Toggle display of view toolbar"
msgstr ""
#. +> trunk5
#: tools/scriptbuilder.cpp:465
#, kde-format
msgid "Show Objects"
msgstr ""
#. +> trunk5
#: tools/scriptbuilder.cpp:466
#, kde-format
msgid "Toggle display of Stars"
msgstr ""
#. +> trunk5
#: tools/scriptbuilder.cpp:469
#, kde-format
msgid "Toggle display of all deep-sky objects"
msgstr ""
#. +> trunk5
#: tools/scriptbuilder.cpp:472
#, kde-format
msgid "Toggle display of Messier object symbols"
msgstr ""
#. +> trunk5
#: tools/scriptbuilder.cpp:475
#, kde-format
msgid "Toggle display of Messier object images"
msgstr ""
#. +> trunk5
#: tools/scriptbuilder.cpp:478
#, kde-format
msgid "Toggle display of NGC objects"
msgstr ""
#. +> trunk5
#: tools/scriptbuilder.cpp:481
#, kde-format
msgid "Toggle display of IC objects"
msgstr ""
#. +> trunk5
#: tools/scriptbuilder.cpp:484
#, kde-format
msgid "Toggle display of all solar system bodies"
msgstr ""
#. +> trunk5
#: tools/scriptbuilder.cpp:487
#, kde-format
msgid "Toggle display of Sun"
msgstr ""
#. +> trunk5
#: tools/scriptbuilder.cpp:490
#, kde-format
msgid "Toggle display of Moon"
msgstr ""
#. +> trunk5
#: tools/scriptbuilder.cpp:493
#, kde-format
msgid "Toggle display of Mercury"
msgstr ""
#. +> trunk5
#: tools/scriptbuilder.cpp:496
#, kde-format
msgid "Toggle display of Venus"
msgstr ""
#. +> trunk5
#: tools/scriptbuilder.cpp:499
#, kde-format
msgid "Toggle display of Mars"
msgstr ""
#. +> trunk5
#: tools/scriptbuilder.cpp:502
#, kde-format
msgid "Toggle display of Jupiter"
msgstr ""
#. +> trunk5
#: tools/scriptbuilder.cpp:505
#, kde-format
msgid "Toggle display of Saturn"
msgstr ""
#. +> trunk5
#: tools/scriptbuilder.cpp:508
#, kde-format
msgid "Toggle display of Uranus"
msgstr ""
#. +> trunk5
#: tools/scriptbuilder.cpp:511
#, kde-format
msgid "Toggle display of Neptune"
msgstr ""
#. +> trunk5
#: tools/scriptbuilder.cpp:517
#, kde-format
msgid "Toggle display of Asteroids"
msgstr ""
#. +> trunk5
#: tools/scriptbuilder.cpp:520
#, kde-format
msgid "Toggle display of Comets"
msgstr ""
#. +> trunk5
#: tools/scriptbuilder.cpp:544
#, kde-format
msgid "Show Other"
msgstr ""
#. +> trunk5
#: tools/scriptbuilder.cpp:545
#, kde-format
msgid "Toggle display of constellation lines"
msgstr ""
#. +> trunk5
#: tools/scriptbuilder.cpp:548
#, kde-format
msgid "Toggle display of constellation boundaries"
msgstr ""
#. +> trunk5
#: tools/scriptbuilder.cpp:551
#, kde-format
msgid "Toggle display of constellation names"
msgstr ""
#. +> trunk5
#: tools/scriptbuilder.cpp:554
#, kde-format
msgid "Toggle display of Milky Way"
msgstr ""
#. +> trunk5
#: tools/scriptbuilder.cpp:557
#, kde-format
msgid "Toggle display of the coordinate grid"
msgstr ""
#. +> trunk5
#: tools/scriptbuilder.cpp:560
#, kde-format
msgid "Toggle display of the celestial equator"
msgstr ""
#. +> trunk5
#: tools/scriptbuilder.cpp:563
#, kde-format
msgid "Toggle display of the ecliptic"
msgstr ""
#. +> trunk5
#: tools/scriptbuilder.cpp:566
#, kde-format
msgid "Toggle display of the horizon line"
msgstr ""
#. +> trunk5
#: tools/scriptbuilder.cpp:569
#, kde-format
msgid "Toggle display of the opaque ground"
msgstr ""
#. +> trunk5
#: tools/scriptbuilder.cpp:572
#, kde-format
msgid "Toggle display of star name labels"
msgstr ""
#. +> trunk5
#: tools/scriptbuilder.cpp:575
#, kde-format
msgid "Toggle display of star magnitude labels"
msgstr ""
#. +> trunk5
#: tools/scriptbuilder.cpp:578
#, kde-format
msgid "Toggle display of asteroid name labels"
msgstr ""
#. +> trunk5
#: tools/scriptbuilder.cpp:581
#, kde-format
msgid "Toggle display of comet name labels"
msgstr ""
#. +> trunk5
#: tools/scriptbuilder.cpp:584
#, kde-format
msgid "Toggle display of planet name labels"
msgstr ""
#. +> trunk5
#: tools/scriptbuilder.cpp:587
#, kde-format
msgid "Toggle display of planet images"
msgstr ""
#. +> trunk5
#: tools/scriptbuilder.cpp:607
#, kde-format
msgid "Constellation Names"
msgstr ""
#. +> trunk5
#: tools/scriptbuilder.cpp:608
#, kde-format
msgid "Show Latin constellation names"
msgstr ""
#. +> trunk5
#: tools/scriptbuilder.cpp:611
#, kde-format
msgid "Show constellation names in local language"
msgstr ""
#. +> trunk5
#: tools/scriptbuilder.cpp:614
#, kde-format
msgid "Show IAU-standard constellation abbreviations"
msgstr ""
#. +> trunk5
#: tools/scriptbuilder.cpp:622
#, kde-format
msgid "Hide Items"
msgstr ""
#. +> trunk5
#: tools/scriptbuilder.cpp:623
#, kde-format
msgid "Toggle whether objects hidden while slewing display"
msgstr ""
#. +> trunk5
#: tools/scriptbuilder.cpp:626
#, kde-format
msgid "Timestep threshold (in seconds) for hiding objects"
msgstr ""
#. +> trunk5
#: tools/scriptbuilder.cpp:626 tools/scriptbuilder.cpp:677
#: tools/scriptbuilder.cpp:680 tools/scriptbuilder.cpp:745
#: tools/scriptbuilder.cpp:748 tools/scriptbuilder.cpp:751
#: tools/scriptbuilder.cpp:755 tools/scriptbuilder.cpp:759
#, kde-format
msgid "double"
msgstr ""
#. +> trunk5
#: tools/scriptbuilder.cpp:629
#, kde-format
msgid "Hide faint stars while slewing?"
msgstr ""
#. +> trunk5
#: tools/scriptbuilder.cpp:632
#, kde-format
msgid "Hide solar system bodies while slewing?"
msgstr ""
#. +> trunk5
#: tools/scriptbuilder.cpp:635
#, kde-format
msgid "Hide Messier objects while slewing?"
msgstr ""
#. +> trunk5
#: tools/scriptbuilder.cpp:638
#, kde-format
msgid "Hide NGC objects while slewing?"
msgstr ""
#. +> trunk5
#: tools/scriptbuilder.cpp:641
#, kde-format
msgid "Hide IC objects while slewing?"
msgstr ""
#. +> trunk5
#: tools/scriptbuilder.cpp:644
#, kde-format
msgid "Hide Milky Way while slewing?"
msgstr ""
#. +> trunk5
#: tools/scriptbuilder.cpp:647
#, kde-format
msgid "Hide constellation names while slewing?"
msgstr ""
#. +> trunk5
#: tools/scriptbuilder.cpp:650
#, kde-format
msgid "Hide constellation lines while slewing?"
msgstr ""
#. +> trunk5
#: tools/scriptbuilder.cpp:653
#, kde-format
msgid "Hide constellation boundaries while slewing?"
msgstr ""
#. +> trunk5
#: tools/scriptbuilder.cpp:656
#, kde-format
msgid "Hide coordinate grid while slewing?"
msgstr ""
#. +> trunk5
#: tools/scriptbuilder.cpp:673
#, kde-format
msgid "Skymap Options"
msgstr ""
#. +> trunk5
#: tools/scriptbuilder.cpp:674
#, kde-format
msgid "Use Horizontal coordinates? (otherwise, use Equatorial)"
msgstr ""
#. +> trunk5
#: tools/scriptbuilder.cpp:677
#, kde-format
msgid "Set the Zoom Factor"
msgstr ""
#. +> trunk5
#: tools/scriptbuilder.cpp:680
#, kde-format
msgid "Select angular size for the FOV symbol (in arcmin)"
msgstr ""
#. +> trunk5
#: tools/scriptbuilder.cpp:683
#, kde-format
msgid "Select shape for the FOV symbol (0=Square, 1=Circle, 2=Crosshairs, 4=Bullseye)"
msgstr ""
#. +> trunk5
#: tools/scriptbuilder.cpp:684
#, kde-format
msgid "int"
msgstr ""
#. +> trunk5
#: tools/scriptbuilder.cpp:687
#, kde-format
msgid "Select color for the FOV symbol"
msgstr ""
#. +> trunk5
#: tools/scriptbuilder.cpp:687
#, kde-format
msgid "string"
msgstr ""
#. +> trunk5
#: tools/scriptbuilder.cpp:690
#, kde-format
msgid "Use animated slewing? (otherwise, \"snap\" to new focus)"
msgstr ""
#. +> trunk5
#: tools/scriptbuilder.cpp:693
#, kde-format
msgid "Correct for atmospheric refraction?"
msgstr ""
#. +> trunk5
#: tools/scriptbuilder.cpp:696
#, kde-format
msgid "Automatically attach name label to centered object?"
msgstr ""
#. +> trunk5
#: tools/scriptbuilder.cpp:699
#, kde-format
msgid "Attach temporary name label when hovering mouse over an object?"
msgstr ""
#. +> trunk5
#: tools/scriptbuilder.cpp:706
#, kde-format
msgid "Planet trails fade to sky color? (otherwise color is constant)"
msgstr ""
#. i18n( "magnitude of faintest star drawn on map when zoomed in" ) << i18n( "double" );
#. new QTreeWidgetItem( opsLimit, fields );
#. fields.clear();
#. fields << "magLimitDrawStarZoomOut" << i18n( "magnitude of faintest star drawn on map when zoomed out" ) << i18n( "double" );
#. new QTreeWidgetItem( opsLimit, fields );
#. fields.clear();
#.
#. TODO: We have disabled the following two features. Enable them when feasible...
#.
#. fields << "magLimitDrawDeepSky" << i18n( "magnitude of faintest nonstellar object drawn on map when zoomed in" ) << i18n( "double" );
#. new QTreeWidgetItem( opsLimit, fields );
#. fields.clear();
#. fields << "magLimitDrawDeepSkyZoomOut" << i18n( "magnitude of faintest nonstellar object drawn on map when zoomed out" ) << i18n( "double" );
#. new QTreeWidgetItem( opsLimit, fields );
#. fields.clear();
#.
#. FIXME: This description is incorrect! Fix after strings freeze
#. +> trunk5
#: tools/scriptbuilder.cpp:745
#, kde-format
msgid "magnitude of faintest star labeled on map"
msgstr ""
#. +> trunk5
#: tools/scriptbuilder.cpp:748
#, kde-format
msgid "magnitude of brightest star hidden while slewing"
msgstr ""
#. +> trunk5
#: tools/scriptbuilder.cpp:751
#, kde-format
msgid "magnitude of faintest asteroid drawn on map"
msgstr ""
#. +> trunk5
#: tools/scriptbuilder.cpp:755
#, kde-format
msgid "magnitude of faintest asteroid labeled on map"
msgstr ""
#. +> trunk5
#: tools/scriptbuilder.cpp:758
#, kde-format
msgid "comets nearer to the Sun than this (in AU) are labeled on map"
msgstr ""
#. +> trunk5
#: tools/scriptbuilder.cpp:853
#, kde-format
msgid "Could not download remote file."
msgstr ""
#. +> trunk5
#: tools/scriptbuilder.cpp:853
#, kde-format
msgid "Download Error"
msgstr ""
#. +> trunk5
#: tools/scriptbuilder.cpp:987
#, kde-format
msgid "Save Changes to Script?"
msgstr ""
#. +> trunk5
#: tools/scriptbuilder.cpp:988
#, kde-format
msgid "The current script has unsaved changes. Would you like to save before closing it?"
msgstr ""
#. +> trunk5
#: tools/scriptbuilder.cpp:1148
#, kde-format
msgid "Could not parse script. Line was: %1"
msgstr ""
#. +> trunk5
#: tools/scriptbuilder.cpp:1562 tools/scriptbuilder.cpp:1566
#: tools/scriptbuilder.cpp:1620 tools/scriptbuilder.cpp:2049
#: tools/scriptbuilder.cpp:2233 tools/scriptbuilder.cpp:2234
#, kde-format
msgid "true"
msgstr ""
#. +> trunk5
#: tools/scriptbuilder.cpp:1707
#, kde-format
msgid "Function index out of bounds."
msgstr ""
#. +> trunk5
#: tools/scriptbuilder.cpp:2049 tools/scriptbuilder.cpp:2233
#: tools/scriptbuilder.cpp:2234
#, kde-format
msgid "false"
msgstr ""
#. +> trunk5
#: tools/scriptbuilder.cpp:2876
#, kde-format
msgid "Mismatch between function and Arg widget (expected %1.)"
msgstr ""
#. i18n: ectx: property (toolTip), widget (QPushButton, NewButton)
#. +> trunk5
#: tools/scriptbuilder.ui:49
#, kde-format
msgid "New Script"
msgstr ""
#. i18n: ectx: property (whatsThis), widget (QPushButton, NewButton)
#. +> trunk5
#: tools/scriptbuilder.ui:52
#, kde-format
msgid "Discards current script and starts a new one. Will prompt to save any unsaved changes in the current script."
msgstr ""
#. i18n: ectx: property (toolTip), widget (QPushButton, OpenButton)
#. +> trunk5
#: tools/scriptbuilder.ui:77
#, kde-format
msgid "Open Script"
msgstr ""
#. i18n: ectx: property (whatsThis), widget (QPushButton, OpenButton)
#. +> trunk5
#: tools/scriptbuilder.ui:80
#, kde-format
msgid "Opens an existing script. Will prompt to save any unsaved changes in the current script."
msgstr ""
#. i18n: ectx: property (toolTip), widget (QPushButton, SaveButton)
#. +> trunk5
#: tools/scriptbuilder.ui:105
#, kde-format
msgid "Save Script"
msgstr ""
#. i18n: ectx: property (whatsThis), widget (QPushButton, SaveButton)
#. +> trunk5
#: tools/scriptbuilder.ui:108
#, kde-format
msgid "Save the current script. If the script has not been saved before, this is equivalent to \"Save As...\""
msgstr ""
#. i18n: ectx: property (toolTip), widget (QPushButton, SaveAsButton)
#. +> trunk5
#: tools/scriptbuilder.ui:133
#, kde-format
msgid "Save Script As..."
msgstr ""
#. i18n: ectx: property (whatsThis), widget (QPushButton, SaveAsButton)
#. +> trunk5
#: tools/scriptbuilder.ui:136
#, kde-format
msgid "Saves the script to a file, allowing you to first specify the filename and a name for the script."
msgstr ""
#. i18n: ectx: property (toolTip), widget (QPushButton, RunButton)
#. +> trunk5
#: tools/scriptbuilder.ui:155
#, kde-format
msgid "Test Script"
msgstr ""
#. i18n: ectx: property (whatsThis), widget (QPushButton, RunButton)
#. +> trunk5
#: tools/scriptbuilder.ui:158
#, kde-format
msgid "Executes the script in the KStars main window. You may want to reposition the Script Builder tool so that the Sky map is visible. "
msgstr ""
#. i18n: ectx: property (title), widget (QGroupBox, groupBox)
#. +> trunk5
#: tools/scriptbuilder.ui:187
#, kde-format
msgid "Current Script"
msgstr ""
#. i18n: ectx: property (whatsThis), widget (QListWidget, ScriptListBox)
#. +> trunk5
#: tools/scriptbuilder.ui:213
#, kde-format
msgid "This shows the list of commands present in the current working script. Highlighting any command will present a widget where you can specify its arguments below. Use the action buttons at right to copy, remove, or change the position of the selected command. "
msgstr ""
#. i18n: ectx: property (toolTip), widget (QPushButton, AddButton)
#. +> trunk5
#: tools/scriptbuilder.ui:240
#, kde-format
msgid "Add Function"
msgstr ""
#. i18n: ectx: property (whatsThis), widget (QPushButton, AddButton)
#. +> trunk5
#: tools/scriptbuilder.ui:244
#, kde-format
msgid "If a function is highlighted in the \"Function Browser\" box, this button will add it to the current working script. The new function is inserted directly after the highlighted function in the \"Current Script\" box.\n"
msgstr ""
#. i18n: ectx: property (toolTip), widget (QPushButton, RemoveButton)
#. +> trunk5
#: tools/scriptbuilder.ui:263
#, kde-format
msgid "Remove Function"
msgstr ""
#. i18n: ectx: property (whatsThis), widget (QPushButton, RemoveButton)
#. +> trunk5
#: tools/scriptbuilder.ui:266
#, kde-format
msgid "If a function is highlighted in the \"Current Script\" box, this button will remove it from the script."
msgstr ""
#. i18n: ectx: property (toolTip), widget (QPushButton, CopyButton)
#. +> trunk5
#: tools/scriptbuilder.ui:285
#, kde-format
msgid "Copy Function"
msgstr ""
#. i18n: ectx: property (whatsThis), widget (QPushButton, CopyButton)
#. +> trunk5
#: tools/scriptbuilder.ui:288
#, kde-format
msgid "If a function is highlighted in the \"Current Script\" box, this button will add a duplicate of the function."
msgstr ""
#. i18n: ectx: property (toolTip), widget (QPushButton, UpButton)
#. +> trunk5
#: tools/scriptbuilder.ui:307
#, kde-format
msgid "Move Up"
msgstr ""
#. i18n: ectx: property (whatsThis), widget (QPushButton, UpButton)
#. +> trunk5
#: tools/scriptbuilder.ui:310
#, kde-format
msgid "If a function is highlighted in the \"Current Script\" box, this button will move it up one position in the script."
msgstr ""
#. i18n: ectx: property (toolTip), widget (QPushButton, DownButton)
#. +> trunk5
#: tools/scriptbuilder.ui:329
#, kde-format
msgid "Move Down"
msgstr ""
#. i18n: ectx: property (whatsThis), widget (QPushButton, DownButton)
#. +> trunk5
#: tools/scriptbuilder.ui:332
#, kde-format
msgid "If a function is highlighted in the \"Current Script\" box, this button will move it down one position in the script."
msgstr ""
#. i18n: ectx: property (title), widget (QGroupBox, groupBox_2)
#. +> trunk5
#: tools/scriptbuilder.ui:359
#, kde-format
msgid "Function Arguments"
msgstr ""
#. i18n: ectx: property (title), widget (QGroupBox, groupBox_3)
#. +> trunk5
#: tools/scriptbuilder.ui:381
#, kde-format
msgid "Function Browser"
msgstr ""
#. i18n: ectx: property (text), widget (QTreeWidget, FunctionTree)
#. +> trunk5
#: tools/scriptbuilder.ui:407
#, kde-format
msgid "1"
msgstr ""
#. i18n: ectx: property (toolTip), widget (QTextEdit, FuncDoc)
#. +> trunk5
#: tools/scriptbuilder.ui:419
#, kde-format
msgid "Function Help"
msgstr ""
#. i18n: ectx: property (whatsThis), widget (QTextEdit, FuncDoc)
#. +> trunk5
#: tools/scriptbuilder.ui:422
#, kde-format
msgid "If a function is highlighted in the Function Browser, this area will show some brief documentation about the function."
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, textLabel2)
#. +> trunk5
#: tools/scriptnamedialog.ui:22
#, kde-format
msgid "Author:"
msgstr ""
#. i18n: ectx: property (toolTip), widget (QLineEdit, ScriptName)
#. +> trunk5
#: tools/scriptnamedialog.ui:29
#, kde-format
msgid "Enter name for the script"
msgstr ""
#. i18n: ectx: property (whatsThis), widget (QLineEdit, ScriptName)
#. +> trunk5
#: tools/scriptnamedialog.ui:32
#, kde-format
msgid "Enter a name for the script. This is not the file name, just a short descriptive line of text."
msgstr ""
#. i18n: ectx: property (toolTip), widget (QLineEdit, AuthorName)
#. +> trunk5
#: tools/scriptnamedialog.ui:39
#, kde-format
msgid "Enter author's name"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, textLabel1)
#. +> trunk5
#: tools/scriptnamedialog.ui:52
#, kde-format
msgid "Script name:"
msgstr ""
#. +> trunk5
#: tools/skycalendar.cpp:63
#, kde-format
msgid "Print the Sky Calendar"
msgstr ""
#. +> trunk5
#: tools/skycalendar.cpp:140 tools/skycalendar.cpp:143
#: tools/skycalendar.cpp:146
#, kde-format
msgid "Please Wait"
msgstr ""
#. +> trunk5
#: tools/skycalendar.cpp:341
#, kde-format
msgctxt "A planet rises from the horizon"
msgid "%1 rises"
msgstr ""
#. +> trunk5
#: tools/skycalendar.cpp:363
#, kde-format
msgctxt "A planet sets from the horizon"
msgid "%1 sets"
msgstr ""
#. +> trunk5
#: tools/skycalendar.cpp:385
#, kde-format
msgctxt "A planet transits across the meridian"
msgid "%1 transits"
msgstr ""
#. +> trunk5
#: tools/skycalendar.cpp:422
#, kde-format
msgid "Print sky calendar"
msgstr ""
#. i18n: ectx: property (title), widget (QGroupBox, groupBox_2)
#. +> trunk5
#: tools/skycalendar.ui:86
#, kde-format
msgid "Grids and labels"
msgstr ""
#. i18n: ectx: property (text), widget (QCheckBox, checkBox_GridMonths)
#. +> trunk5
#: tools/skycalendar.ui:100
#, kde-format
msgid "Month dividers"
msgstr ""
#. i18n: ectx: property (text), widget (QCheckBox, checkBox_GridWeeks)
#. +> trunk5
#: tools/skycalendar.ui:110
#, kde-format
msgid "Interval dividers"
msgstr ""
#. i18n: ectx: property (text), widget (QCheckBox, checkBox_GridVertical)
#. +> trunk5
#: tools/skycalendar.ui:121
#, kde-format
msgid "Vertical grid"
msgstr ""
#. i18n: ectx: property (text), widget (QCheckBox, checkBox_GridToday)
#. +> trunk5
#: tools/skycalendar.ui:131
#, kde-format
msgid "Current day"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, label_2)
#. +> trunk5
#: tools/skycalendar.ui:164
#, kde-format
msgid "Year:"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, label)
#. +> trunk5
#: tools/skycalendar.ui:193
#, kde-format
msgid "Interval:"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, label_3)
#. +> trunk5
#: tools/skycalendar.ui:215
#, kde-format
msgid "day(s)"
msgstr ""
#. i18n: ectx: property (text), widget (QPushButton, CreateButton)
#. +> trunk5
#: tools/skycalendar.ui:259
#, kde-format
msgid "Plot Planetary Almanac"
msgstr ""
#. +> trunk5
#: tools/starhopper.cpp:115
#, kde-format
msgid " Slew %1 degrees %2 to find an %3 star of mag %4 "
msgstr ""
#. +> trunk5
#: tools/starhopper.cpp:121
#, kde-format
msgid " Slew %1 degrees %2 to find a(n) %3"
msgstr ""
#. +> trunk5
#: tools/starhopper.cpp:307
#, kde-format
msgid "triangle (of similar magnitudes)"
msgstr ""
#. +> trunk5
#: tools/starhopper.cpp:324
#, kde-format
msgid "right-angled triangle"
msgstr ""
#. +> trunk5
#: tools/starhopper.cpp:331
#, kde-format
msgid "isosceles triangle"
msgstr ""
#. +> trunk5
#: tools/starhopper.cpp:335
#, kde-format
msgid "straight line of 3 stars"
msgstr ""
#. +> trunk5
#: tools/starhopper.cpp:343
#, kde-format
msgid "equilateral triangle"
msgstr ""
#. +> trunk5
#: tools/starhopper.cpp:350
#, kde-format
msgid " within %1% of FOV of the marked star"
msgstr ""
#. +> trunk5
#: tools/starhopperdialog.cpp:73
#, kde-format
msgid "Star-hopper algorithm failed. If you're trying a large star hop, try using a smaller FOV or changing the source point"
msgstr ""
#. i18n: ectx: property (windowTitle), widget (QDialog, StarHopperDialog)
#. +> trunk5
#: tools/starhopperdialog.ui:14
#, kde-format
msgid "Star-Hopper Results"
msgstr ""
#. +> trunk5
#: tools/whatsinteresting/qml/wiview.qml:126
#, kde-kuit-format
msgid "Naked-Eye Objects"
msgstr ""
#. +> trunk5
#: tools/whatsinteresting/qml/wiview.qml:332
#, kde-kuit-format
msgid "Deep-sky Objects"
msgstr ""
#. +> trunk5
#: tools/whatsinteresting/qml/wiview.qml:450 tools/wutdialog.cpp:109
#, kde-format, kde-kuit-format
msgid "Nebulae"
msgstr ""
#. +> trunk5
#: tools/whatsinteresting/qml/wiview.qml:482
#, kde-kuit-format
msgid "Clusters"
msgstr ""
#. +> trunk5
#: tools/whatsinteresting/qml/wiview.qml:545
#, kde-kuit-format
msgid "Explore Catalogs"
msgstr ""
#. +> trunk5
#: tools/whatsinteresting/qml/wiview.qml:564
#, kde-kuit-format
msgid "Messier Catalog"
msgstr ""
#. +> trunk5
#: tools/whatsinteresting/qml/wiview.qml:596
#, kde-kuit-format
msgid "NGC Catalog"
msgstr ""
#. +> trunk5
#: tools/whatsinteresting/qml/wiview.qml:628
#, kde-kuit-format
msgid "IC Catalog"
msgstr ""
#. +> trunk5
#: tools/whatsinteresting/qml/wiview.qml:660
#, kde-kuit-format
msgid "Sharpless Catalog"
msgstr ""
#. +> trunk5
#: tools/whatsinteresting/qml/wiview.qml:890
#: tools/whatsinteresting/qml/wiview.qml:913
#: tools/whatsinteresting/qml/wiview.qml:1138
#, kde-kuit-format
msgid "text"
msgstr ""
#. +> trunk5
#: tools/whatsinteresting/qml/wiview.qml:955
#, kde-kuit-format
msgid "More Details"
msgstr ""
#. +> trunk5
#: tools/whatsinteresting/qml/wiview.qml:981
#, kde-kuit-format
msgid "Center in Map \n"
msgstr ""
#. +> trunk5
#: tools/whatsinteresting/qml/wiview.qml:1001
#, kde-kuit-format
msgid " Auto Track "
msgstr ""
#. +> trunk5
#: tools/whatsinteresting/qml/wiview.qml:1036
#, kde-kuit-format
msgid "Slew Telescope"
msgstr ""
#. +> trunk5
#: tools/whatsinteresting/qml/wiview.qml:1274
#, kde-kuit-format
msgid "Info Text"
msgstr ""
#. +> trunk5
#: tools/whatsinteresting/qml/wiview.qml:1413
#, kde-kuit-format
msgid "Previous"
msgstr ""
#. +> trunk5
#: tools/whatsinteresting/qml/wiview.qml:1723
#, kde-kuit-format
msgid "Back"
msgstr ""
#. +> trunk5
#: tools/whatsinteresting/skyobjitem.cpp:126
#, kde-kuit-format
msgid "NOT VISIBLE: About %1 degrees below the %2 horizon"
msgstr ""
#. +> trunk5
#: tools/whatsinteresting/skyobjitem.cpp:131
#, kde-kuit-format
msgid "Now visible: About %1 degrees above the %2 horizon"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, scopeSelectLabel)
#. +> trunk5
#: tools/whatsinteresting/wiequipsettings.ui:50
#, kde-format
msgid "Select telescope from list to use or add a new telescope"
msgstr ""
#. i18n: ectx: property (title), widget (QGroupBox, scopeDetailsBox)
#. +> trunk5
#: tools/whatsinteresting/wiequipsettings.ui:82
#, kde-format
msgid "Telescope Details"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, scopeVendorText)
#. +> trunk5
#: tools/whatsinteresting/wiequipsettings.ui:90
#, kde-format
msgid "Vendor: "
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, vendorText)
#. i18n: ectx: property (text), widget (QLabel, modelText)
#. i18n: ectx: property (text), widget (QLabel, apertureText)
#. +> trunk5
#: tools/whatsinteresting/wiequipsettings.ui:100
#: tools/whatsinteresting/wiequipsettings.ui:114
#: tools/whatsinteresting/wiequipsettings.ui:128
#, kde-format
msgid "-- "
msgstr ""
#. i18n: ectx: property (text), widget (QPushButton, saveNewScopeButton)
#. +> trunk5
#: tools/whatsinteresting/wiequipsettings.ui:152
#, kde-format
msgid "Add new telescope"
msgstr ""
#. i18n: ectx: property (text), widget (QCheckBox, kcfg_BinocularsCheck)
#. +> trunk5
#: tools/whatsinteresting/wiequipsettings.ui:186
#, kde-format
msgid "Binoculars"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, binoApertureText)
#. +> trunk5
#: tools/whatsinteresting/wiequipsettings.ui:199
#, kde-format
msgid "Specify aperture:"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, lpText)
#. +> trunk5
#: tools/whatsinteresting/wilpsettings.ui:34
#, kde-format
msgid "<p>How light-polluted is your night-sky? Rate your night-sky conditions from 1-9 based on the <b>Bortle Dark-Sky Scale</b>. A rating of <b>1</b> represents an <b>excellent dark-sky site</b>, while <b>9</b> represents a <b>brilliantly lit inner-city sky</b>.</p>"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, bortleClassLabel1)
#. +> trunk5
#: tools/whatsinteresting/wilpsettings.ui:83
#, kde-format
msgid " 1 "
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, bortleClassLabel9)
#. +> trunk5
#: tools/whatsinteresting/wilpsettings.ui:123
#, kde-format
msgid "9 "
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, bortleHelpText)
#. +> trunk5
#: tools/whatsinteresting/wilpsettings.ui:147
#, kde-format
msgid ""
"<html><head/><body>"
"<p align=\"right\">For help: <a href=\"http://en.wikipedia.org/wiki/Bortle_Dark-Sky_Scale\"><span style=\" text-decoration: underline; color:#004183;\">Wikipedia Link for Bortle dark-sky scale</span></a></p>"
"</body></html>"
msgstr ""
#. +> trunk5
#: tools/whatsinteresting/wiview.cpp:555
#, kde-kuit-format
msgid "Magnitude: --"
msgstr ""
#. +> trunk5
#: tools/whatsinteresting/wiview.cpp:557
#, kde-kuit-format
msgid "Magnitude: %1"
msgstr ""
#. +> trunk5
#: tools/whatsinteresting/wiview.cpp:559
#, kde-kuit-format
msgid "Surface Brightness: %1"
msgstr ""
#. +> trunk5
#: tools/whatsinteresting/wiview.cpp:561
#, kde-kuit-format
msgid "Size: %1"
msgstr ""
#. +> trunk5
#: tools/wutdialog.cpp:77 tools/wutdialog.cpp:592
#, kde-format
msgid "at %1"
msgstr ""
#. +> trunk5
#: tools/wutdialog.cpp:78 tools/wutdialog.cpp:571
#, kde-format
msgid "The night of %1"
msgstr ""
#. +> trunk5
#: tools/wutdialog.cpp:109
#, kde-format
msgid "Star Clusters"
msgstr ""
#. +> trunk5
#: tools/wutdialog.cpp:151 tools/wutdialog.cpp:152 tools/wutdialog.cpp:208
#: tools/wutdialog.cpp:209 tools/wutdialog.cpp:455 tools/wutdialog.cpp:456
#, kde-format
msgid "circumpolar"
msgstr ""
#. +> trunk5
#: tools/wutdialog.cpp:158 tools/wutdialog.cpp:159 tools/wutdialog.cpp:213
#: tools/wutdialog.cpp:214 tools/wutdialog.cpp:460 tools/wutdialog.cpp:461
#, kde-format
msgid "does not rise"
msgstr ""
#. +> trunk5
#: tools/wutdialog.cpp:182
#, kde-format
msgctxt "Sunset at time %1 on date %2"
msgid "Sunset: %1 on %2"
msgstr ""
#. +> trunk5
#: tools/wutdialog.cpp:184
#, kde-format
msgctxt "Sunrise at time %1 on date %2"
msgid "Sunrise: %1 on %2"
msgstr ""
#. +> trunk5
#: tools/wutdialog.cpp:187
#, kde-format
msgid "Night duration: %1"
msgstr ""
#. +> trunk5
#: tools/wutdialog.cpp:189
#, kde-format
msgid "Night duration: %1 hours"
msgstr ""
#. +> trunk5
#: tools/wutdialog.cpp:191
#, kde-format
msgid "Night duration: %1 hour"
msgstr ""
#. +> trunk5
#: tools/wutdialog.cpp:193
#, kde-format
msgid "Night duration: %1 minutes"
msgstr ""
#. +> trunk5
#: tools/wutdialog.cpp:195
#, kde-format
msgid "Night duration: %1 minute"
msgstr ""
#. +> trunk5
#: tools/wutdialog.cpp:225
#, kde-format
msgid "Moon rises at: %1 on %2"
msgstr ""
#. +> trunk5
#: tools/wutdialog.cpp:232 tools/wutdialog.cpp:235
#, kde-format
msgid "Moon sets at: %1 on %2"
msgstr ""
#. +> trunk5
#: tools/wutdialog.cpp:435
#, kde-format
msgid "No Object Selected"
msgstr ""
#. +> trunk5
#: tools/wutdialog.cpp:444
#, kde-format
msgid "Object Not Found"
msgstr ""
#. +> trunk5
#: tools/wutdialog.cpp:487
#, kde-format
msgid "Rises at: %1"
msgstr ""
#. +> trunk5
#: tools/wutdialog.cpp:488
#, kde-format
msgid "Transits at: %1"
msgstr ""
#. +> trunk5
#: tools/wutdialog.cpp:489
#, kde-format
msgid "Sets at: %1"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, DateLabel)
#. +> trunk5
#: tools/wutdialog.ui:36
#, kde-format
msgid "The night of DATE"
msgstr ""
#. i18n: ectx: property (toolTip), widget (QPushButton, DateButton)
#. +> trunk5
#: tools/wutdialog.ui:43
#, kde-format
msgid "Choose a new date"
msgstr ""
#. i18n: ectx: property (whatsThis), widget (QPushButton, DateButton)
#. +> trunk5
#: tools/wutdialog.ui:46
#, kde-format
msgid "Press this button to select a new date for the \"What's Up Tonight\" tool. Note that the date of the main window is not changed."
msgstr ""
#. i18n: ectx: property (text), widget (QPushButton, DateButton)
#. +> trunk5
#: tools/wutdialog.ui:49
#, kde-format
msgid "Change Date..."
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, LocationLabel)
#. +> trunk5
#: tools/wutdialog.ui:79
#, kde-format
msgid "at LOCATION"
msgstr ""
#. i18n: ectx: property (toolTip), widget (QPushButton, LocationButton)
#. +> trunk5
#: tools/wutdialog.ui:86
#, kde-format
msgid "Choose a new geographic location"
msgstr ""
#. i18n: ectx: property (whatsThis), widget (QPushButton, LocationButton)
#. +> trunk5
#: tools/wutdialog.ui:89
#, kde-format
msgid "Press this button to select a new geographic location for the \"What's Up Tonight\" tool. Note that the location of the main window is not changed."
msgstr ""
#. i18n: ectx: property (text), widget (QPushButton, LocationButton)
#. +> trunk5
#: tools/wutdialog.ui:92
#, kde-format
msgid "Change Location..."
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, textLabel14)
#. +> trunk5
#: tools/wutdialog.ui:105
#, kde-format
msgid "Show objects which are up:"
msgstr ""
#. i18n: ectx: property (toolTip), widget (QComboBox, EveningMorningBox)
#. +> trunk5
#: tools/wutdialog.ui:121
#, kde-format
msgid "Choose time interval"
msgstr ""
#. i18n: ectx: property (whatsThis), widget (QComboBox, EveningMorningBox)
#. +> trunk5
#: tools/wutdialog.ui:124
#, kde-format
msgid "By default, the \"What's Up Tonight\" tool displays all objects which are above the horizon between sunset and midnight (i.e., \"in the evening\"). You can also choose to show objects which are up between midnight and dawn (i.e., \"in the morning\"), or objects which are up at any time between sunset and sunrise (i.e., \"any time tonight\")"
msgstr ""
#. i18n: ectx: property (text), item, widget (QComboBox, EveningMorningBox)
#. +> trunk5
#: tools/wutdialog.ui:128
#, kde-format
msgid "In the Evening"
msgstr ""
#. i18n: ectx: property (text), item, widget (QComboBox, EveningMorningBox)
#. +> trunk5
#: tools/wutdialog.ui:133
#, kde-format
msgid "In the Morning"
msgstr ""
#. i18n: ectx: property (text), item, widget (QComboBox, EveningMorningBox)
#. +> trunk5
#: tools/wutdialog.ui:138
#, kde-format
msgid "Any Time Tonight"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, label)
#. +> trunk5
#: tools/wutdialog.ui:146
#, kde-format
msgid "Show objects brighter than magnitude:"
msgstr ""
#. i18n: ectx: property (toolTip), widget (QLabel, MoonRiseLabel)
#. +> trunk5
#: tools/wutdialog.ui:202
#, kde-format
msgid "Time of moon rise"
msgstr ""
#. i18n: ectx: property (whatsThis), widget (QLabel, MoonRiseLabel)
#. +> trunk5
#: tools/wutdialog.ui:205
#, kde-format
msgid "Displays the time at which the moon rises on the selected date."
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, MoonRiseLabel)
#. +> trunk5
#: tools/wutdialog.ui:208
#, kde-format
msgid "Moon rise: 13:19"
msgstr ""
#. i18n: ectx: property (toolTip), widget (QLabel, NightDurationLabel)
#. +> trunk5
#: tools/wutdialog.ui:227
#, kde-format
msgid "Duration of night for selected date"
msgstr ""
#. i18n: ectx: property (whatsThis), widget (QLabel, NightDurationLabel)
#. +> trunk5
#: tools/wutdialog.ui:230
#, kde-format
msgid "Displays the duration between sunset and sunrise for the selected date."
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, NightDurationLabel)
#. +> trunk5
#: tools/wutdialog.ui:233
#, kde-format
msgid "Night duration: 11:00 hours"
msgstr ""
#. i18n: ectx: property (toolTip), widget (QLabel, SunSetLabel)
#. +> trunk5
#: tools/wutdialog.ui:252
#, kde-format
msgid "Time of sunset"
msgstr ""
#. i18n: ectx: property (whatsThis), widget (QLabel, SunSetLabel)
#. +> trunk5
#: tools/wutdialog.ui:255
#, kde-format
msgid "Displays the time of sunset for the selected date."
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, SunSetLabel)
#. +> trunk5
#: tools/wutdialog.ui:258
#, kde-format
msgid "Sunset: 19:15"
msgstr ""
#. i18n: ectx: property (toolTip), widget (QLabel, MoonSetLabel)
#. +> trunk5
#: tools/wutdialog.ui:277
#, kde-format
msgid "Time of moon set"
msgstr ""
#. i18n: ectx: property (whatsThis), widget (QLabel, MoonSetLabel)
#. +> trunk5
#: tools/wutdialog.ui:280
#, kde-format
msgid "Displays the time at which the moon sets on the selected date."
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, MoonSetLabel)
#. +> trunk5
#: tools/wutdialog.ui:283
#, kde-format
msgid "Moon set: 04:27 "
msgstr ""
#. i18n: ectx: property (toolTip), widget (QLabel, SunRiseLabel)
#. +> trunk5
#: tools/wutdialog.ui:302
#, kde-format
msgid "Time of sunrise"
msgstr ""
#. i18n: ectx: property (whatsThis), widget (QLabel, SunRiseLabel)
#. +> trunk5
#: tools/wutdialog.ui:305
#, kde-format
msgid "Displays the time of sunrise for the selected date."
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, SunRiseLabel)
#. +> trunk5
#: tools/wutdialog.ui:308
#, kde-format
msgid "Sunrise: 07:15"
msgstr ""
#. i18n: ectx: property (toolTip), widget (QLabel, MoonIllumLabel)
#. +> trunk5
#: tools/wutdialog.ui:327
#, kde-format
msgid "Moon's illumination fraction"
msgstr ""
#. i18n: ectx: property (whatsThis), widget (QLabel, MoonIllumLabel)
#. +> trunk5
#: tools/wutdialog.ui:330
#, kde-format
msgid "Displays the illumination fraction of the Moon for the selected date."
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, MoonIllumLabel)
#. +> trunk5
#: tools/wutdialog.ui:333
#, kde-format, no-c-format
msgid "Moon illum: 42%"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, textLabel15)
#. +> trunk5
#: tools/wutdialog.ui:356
#, kde-format
msgid "Select a category:"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, textLabel16)
#. +> trunk5
#: tools/wutdialog.ui:374
#, kde-format
msgid "Matching objects:"
msgstr ""
#. i18n: ectx: property (title), widget (QGroupBox, ObjectBox)
#. +> trunk5
#: tools/wutdialog.ui:397
#, kde-format
msgid "Object Name"
msgstr ""
#. i18n: ectx: property (whatsThis), widget (QLabel, ObjectRiseLabel)
#. +> trunk5
#: tools/wutdialog.ui:409
#, kde-format
msgid "Displays the time at which the highlighted object rises above the horizon on the selected date."
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, ObjectRiseLabel)
#. +> trunk5
#: tools/wutdialog.ui:412
#, kde-format
msgid "Rises at: 22:12"
msgstr ""
#. i18n: ectx: property (whatsThis), widget (QLabel, ObjectTransitLabel)
#. +> trunk5
#: tools/wutdialog.ui:422
#, kde-format
msgid "Displays the time at which the highlighted object transits across the local meridian on the selected date."
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, ObjectTransitLabel)
#. +> trunk5
#: tools/wutdialog.ui:425
#, kde-format
msgid "Transits at: 03:45"
msgstr ""
#. i18n: ectx: property (whatsThis), widget (QLabel, ObjectSetLabel)
#. +> trunk5
#: tools/wutdialog.ui:435
#, kde-format
msgid "Displays the time at which the highlighted object sets below the horizon on the selected date."
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, ObjectSetLabel)
#. +> trunk5
#: tools/wutdialog.ui:438
#, kde-format
msgid "Sets at: 08:22"
msgstr ""
#. i18n: ectx: property (toolTip), widget (QPushButton, CenterButton)
#. +> trunk5
#: tools/wutdialog.ui:461
#, kde-format
msgid "Center this object in the sky display"
msgstr ""
#. i18n: ectx: property (whatsThis), widget (QPushButton, CenterButton)
#. +> trunk5
#: tools/wutdialog.ui:464
#, kde-format
msgid "Center the sky display on this object, and begin tracking it. Equivalent to the \"Center and Track\" item in the popup menu."
msgstr ""
#. i18n: ectx: property (text), widget (QPushButton, CenterButton)
#. +> trunk5
#: tools/wutdialog.ui:467
#, kde-format
msgid "Center Object"
msgstr ""
#. i18n: ectx: property (toolTip), widget (QPushButton, DetailButton)
#. +> trunk5
#: tools/wutdialog.ui:474
#, kde-format
msgid "Open the Object Details window"
msgstr ""
#. i18n: ectx: property (whatsThis), widget (QPushButton, DetailButton)
#. i18n: ectx: property (whatsThis), widget (QPushButton, ObslistButton)
#. +> trunk5
#: tools/wutdialog.ui:477 tools/wutdialog.ui:490
#, kde-format
msgid "Open the Details window for the highlighted object."
msgstr ""
#. i18n: ectx: property (toolTip), widget (QPushButton, ObslistButton)
#. +> trunk5
#: tools/wutdialog.ui:487
#, kde-format
msgid "Adds the selected object to the Observing list"
msgstr ""
#. i18n: ectx: property (text), widget (QPushButton, ObslistButton)
#. +> trunk5
#: tools/wutdialog.ui:493
#, kde-format
msgid "Add to List"
msgstr ""
#. +> trunk5
#: widgets/dmsbox.cpp:103
#, kde-format
msgid "Angle value in degrees."
msgstr ""
#. +> trunk5
#: widgets/dmsbox.cpp:103
#, kde-format
msgid "Angle value in hours."
msgstr ""
#. +> trunk5
#: widgets/dmsbox.cpp:110
#, kde-format
msgid "This box displays an angle in degrees. The three numbers displayed are the angle's degrees, arcminutes, and arcseconds."
msgstr ""
#. +> trunk5
#: widgets/dmsbox.cpp:116
#, kde-format
msgid "This box displays an angle in hours. The three numbers displayed are the angle's hours, minutes, and seconds."
msgstr ""
#. +> trunk5
#: widgets/dmsbox.cpp:125
#, kde-format
msgid " You may enter a simple integer, or a floating-point value, or space- or colon-delimited values specifying degrees, arcminutes and arcseconds"
msgstr ""
#. +> trunk5
#: widgets/dmsbox.cpp:129
#, kde-format
msgid "Enter an angle value in degrees. The angle can be expressed as a simple integer (\"12\"), a floating-point value (\"12.33\"), or as space- or colon-delimited values specifying degrees, arcminutes and arcseconds (\"12:20\", \"12:20:00\", \"12 20\", \"12 20 00.0\", etc.)."
msgstr ""
#. +> trunk5
#: widgets/dmsbox.cpp:137
#, kde-format
msgid " You may enter a simple integer, or a floating-point value, or space- or colon-delimited values specifying hours, minutes and seconds"
msgstr ""
#. +> trunk5
#: widgets/dmsbox.cpp:141
#, kde-format
msgid "Enter an angle value in hours. The angle can be expressed as a simple integer (\"12\"), a floating-point value (\"12.33\"), or as space- or colon-delimited values specifying hours, minutes and seconds (\"12:20\", \"12:20:00\", \"12 20\", \"12 20 00.0\", etc.)."
msgstr ""
#. +> trunk5
#: widgets/fovwidget.cpp:53
#, kde-format
msgctxt "angular size in arcminutes"
msgid "%1 x %2 arcmin"
msgstr ""
#. i18n: ectx: property (text), widget (QToolButton, previousYear)
#. i18n: ectx: property (text), widget (QToolButton, previousMonth)
#. i18n: ectx: property (text), widget (QToolButton, nextMonth)
#. i18n: ectx: property (text), widget (QToolButton, nextYear)
#. +> trunk5
#: widgets/genericcalendarwidget.ui:121 widgets/genericcalendarwidget.ui:128
#: widgets/genericcalendarwidget.ui:167 widgets/genericcalendarwidget.ui:177
#, kde-format
msgid "..."
msgstr ""
#. i18n: ectx: property (toolTip), widget (QToolButton, nextYear)
#. +> trunk5
#: widgets/genericcalendarwidget.ui:174
#, kde-format
msgid "Previous Year"
msgstr ""
#. +> trunk5
#: widgets/infoboxwidget.cpp:86
#, kde-format
msgctxt "Local Time"
msgid "LT: "
msgstr ""
#. +> trunk5
#: widgets/infoboxwidget.cpp:90
#, kde-format
msgctxt "Universal Time"
msgid "UT: "
msgstr ""
#. +> trunk5
#: widgets/infoboxwidget.cpp:99
#, kde-format
msgctxt "Sidereal Time"
msgid "ST: "
msgstr ""
#. +> trunk5
#: widgets/infoboxwidget.cpp:99
#, kde-format
msgctxt "Julian Day"
msgid "JD: "
msgstr ""
#. +> trunk5
#: widgets/infoboxwidget.cpp:110
#, kde-format
msgctxt "Longitude"
msgid "Long:"
msgstr ""
#. +> trunk5
#: widgets/infoboxwidget.cpp:111
#, kde-format
msgctxt "Latitude"
msgid "Lat:"
msgstr ""
#. +> trunk5
#: widgets/timespinbox.cpp:126 widgets/timespinbox.cpp:127
#: widgets/timespinbox.cpp:128 widgets/timespinbox.cpp:129
#: widgets/timespinbox.cpp:131 widgets/timespinbox.cpp:132
#: widgets/timespinbox.cpp:133 widgets/timespinbox.cpp:134
#: widgets/timespinbox.cpp:135
#, kde-format
msgctxt "seconds"
msgid "secs"
msgstr ""
#. +> trunk5
#: widgets/timespinbox.cpp:130
#, kde-format
msgctxt "second"
msgid "sec"
msgstr ""
#. +> trunk5
#: widgets/timespinbox.cpp:136
#, kde-format
msgctxt "minute"
msgid "min"
msgstr ""
#. +> trunk5
#: widgets/timespinbox.cpp:137 widgets/timespinbox.cpp:138
#: widgets/timespinbox.cpp:139 widgets/timespinbox.cpp:140
#: widgets/timespinbox.cpp:141
#, kde-format
msgctxt "minutes"
msgid "mins"
msgstr ""
#. +> trunk5
#: widgets/timespinbox.cpp:143 widgets/timespinbox.cpp:144
#: widgets/timespinbox.cpp:145 widgets/timespinbox.cpp:146
#, kde-format
msgctxt "hours"
msgid "hrs"
msgstr ""
#. +> trunk5
#: widgets/timespinbox.cpp:152
#, kde-format
msgctxt "sidereal day"
msgid "sid day"
msgstr ""
#. +> trunk5
#: widgets/timespinbox.cpp:158 widgets/timespinbox.cpp:159
#, kde-format
msgctxt "weeks"
msgid "wks"
msgstr ""
#. +> trunk5
#: widgets/timespinbox.cpp:161 widgets/timespinbox.cpp:162
#: widgets/timespinbox.cpp:163 widgets/timespinbox.cpp:164
#: widgets/timespinbox.cpp:165
#, kde-format
msgctxt "months"
msgid "mths"
msgstr ""
#. +> trunk5
#: widgets/timespinbox.cpp:167 widgets/timespinbox.cpp:168
#: widgets/timespinbox.cpp:169 widgets/timespinbox.cpp:170
#: widgets/timespinbox.cpp:171 widgets/timespinbox.cpp:172
#: widgets/timespinbox.cpp:173
#, kde-format
msgctxt "years"
msgid "yrs"
msgstr ""
#. +> trunk5
#: widgets/timestepbox.cpp:33
#, kde-format
msgid "Adjust time step"
msgstr ""
#. +> trunk5
#: widgets/timestepbox.cpp:34
#, kde-format
msgid "Adjust time step units"
msgstr ""
#. +> trunk5
#: widgets/timestepbox.cpp:37
#, kde-format
msgid ""
"Set the timescale for the simulation clock. A setting of \"1 sec\" means the clock advances in real-time, keeping up perfectly with your CPU clock. Higher values make the simulation clock run faster, lower values make it run slower. Negative values make it run backwards.\n"
"\n"
"There are two pairs of up/down buttons. The left pair will cycle through all available timesteps in sequence. Since there are a large number of timesteps, the right pair is provided to skip to the next higher/lower unit of time. For example, if the timescale is currently \"1 min\", the right up button will make it \"1 hour\", and the right down button will make it \"1 sec\""
msgstr ""
#. +> trunk5
#: xplanet/opsxplanet.cpp:39
#, kde-format
msgctxt "Map projection method"
msgid "No projection"
msgstr ""
#. +> trunk5
#: xplanet/opsxplanet.cpp:40
#, kde-format
msgctxt "Map projection method"
msgid "Ancient"
msgstr ""
#. +> trunk5
#: xplanet/opsxplanet.cpp:41
#, kde-format
msgctxt "Map projection method"
msgid "Azimuthal"
msgstr ""
#. +> trunk5
#: xplanet/opsxplanet.cpp:42
#, kde-format
msgctxt "Map projection method"
msgid "Bonne"
msgstr ""
#. +> trunk5
#: xplanet/opsxplanet.cpp:43
#, kde-format
msgctxt "Map projection method"
msgid "Gnomonic"
msgstr ""
#. +> trunk5
#: xplanet/opsxplanet.cpp:44
#, kde-format
msgctxt "Map projection method"
msgid "Hemisphere"
msgstr ""
#. +> trunk5
#: xplanet/opsxplanet.cpp:45
#, kde-format
msgctxt "Map projection method"
msgid "Lambert"
msgstr ""
#. +> trunk5
#: xplanet/opsxplanet.cpp:46
#, kde-format
msgctxt "Map projection method"
msgid "Mercator"
msgstr ""
#. +> trunk5
#: xplanet/opsxplanet.cpp:47
#, kde-format
msgctxt "Map projection method"
msgid "Mollweide"
msgstr ""
#. +> trunk5
#: xplanet/opsxplanet.cpp:48
#, kde-format
msgctxt "Map projection method"
msgid "Orthographic"
msgstr ""
#. +> trunk5
#: xplanet/opsxplanet.cpp:49
#, kde-format
msgctxt "Map projection method"
msgid "Peters"
msgstr ""
#. +> trunk5
#: xplanet/opsxplanet.cpp:50
#, kde-format
msgctxt "Map projection method"
msgid "Polyconic"
msgstr ""
#. +> trunk5
#: xplanet/opsxplanet.cpp:51
#, kde-format
msgctxt "Map projection method"
msgid "Rectangular"
msgstr ""
#. +> trunk5
#: xplanet/opsxplanet.cpp:52
#, kde-format
msgctxt "Map projection method"
msgid "TSC"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, textLabelXplanetTitle)
#. +> trunk5
#: xplanet/opsxplanet.ui:37
#, kde-format
msgid "Window title:"
msgstr ""
#. i18n: ectx: property (toolTip), widget (QLineEdit, kcfg_XplanetTitle)
#. +> trunk5
#: xplanet/opsxplanet.ui:50
#, kde-format
msgid "Title of xplanet window"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, textLabelXplanetGeometryX)
#. +> trunk5
#: xplanet/opsxplanet.ui:60
#, kde-format
msgid "Window size: "
msgstr ""
#. i18n: ectx: property (toolTip), widget (QLineEdit, kcfg_XplanetWidth)
#. i18n: ectx: property (whatsThis), widget (QLineEdit, kcfg_XplanetWidth)
#. +> trunk5
#: xplanet/opsxplanet.ui:84 xplanet/opsxplanet.ui:87
#, kde-format
msgid "Set the width of window"
msgstr ""
#. i18n: ectx: property (toolTip), widget (QLineEdit, kcfg_XplanetHeight)
#. i18n: ectx: property (whatsThis), widget (QLineEdit, kcfg_XplanetHeight)
#. +> trunk5
#: xplanet/opsxplanet.ui:110 xplanet/opsxplanet.ui:113
#, kde-format
msgid "Set the height of window"
msgstr ""
#. i18n: ectx: property (whatsThis), widget (QLineEdit, kcfg_XplanetPath)
#. +> trunk5
#: xplanet/opsxplanet.ui:151
#, kde-format
msgid "Enter here the path of xplanet binary."
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, textLabelXplanetPath)
#. +> trunk5
#: xplanet/opsxplanet.ui:173
#, kde-format
msgid "Xplanet path:"
msgstr ""
#. i18n: ectx: property (toolTip), widget (QCheckBox, kcfg_XplanetFOV)
#. +> trunk5
#: xplanet/opsxplanet.ui:208
#, kde-format
msgid "Use kstars's FOV?"
msgstr ""
#. i18n: ectx: property (toolTip), widget (QCheckBox, kcfg_XplanetWait)
#. +> trunk5
#: xplanet/opsxplanet.ui:221
#, kde-format
msgid "Update?"
msgstr ""
#. i18n: ectx: property (whatsThis), widget (QCheckBox, kcfg_XplanetWait)
#. +> trunk5
#: xplanet/opsxplanet.ui:224
#, kde-format
msgid "If checked, update view."
msgstr ""
#. i18n: ectx: property (text), widget (QCheckBox, kcfg_XplanetWait)
#. +> trunk5
#: xplanet/opsxplanet.ui:227
#, kde-format
msgid "Update every"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, textLabelXplanetGlare)
#. +> trunk5
#: xplanet/opsxplanet.ui:258
#, kde-format
msgid "Glare of Sun:"
msgstr ""
#. i18n: ectx: property (toolTip), widget (QSpinBox, kcfg_XplanetGlare)
#. +> trunk5
#: xplanet/opsxplanet.ui:271
#, kde-format
msgid "Radius of the glare around the Sun."
msgstr ""
#. i18n: ectx: property (whatsThis), widget (QSpinBox, kcfg_XplanetGlare)
#. +> trunk5
#: xplanet/opsxplanet.ui:274
#, 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: property (text), widget (QLabel, textLabelXplanetMagnitude)
#. +> trunk5
#: xplanet/opsxplanet.ui:281
#, kde-format
msgid "Base magnitude:"
msgstr ""
#. i18n: ectx: property (toolTip), widget (QSpinBox, kcfg_XplanetMagnitude)
#. +> trunk5
#: xplanet/opsxplanet.ui:294
#, kde-format
msgid "A star of the specified magnitude will have a pixel brightness of 1"
msgstr ""
#. i18n: ectx: property (toolTip), widget (QCheckBox, kcfg_XplanetStarmap)
#. +> trunk5
#: xplanet/opsxplanet.ui:304
#, kde-format
msgid "Use custom star map?"
msgstr ""
#. i18n: ectx: property (text), widget (QCheckBox, kcfg_XplanetStarmap)
#. +> trunk5
#: xplanet/opsxplanet.ui:310
#, kde-format
msgid "Star map:"
msgstr ""
#. i18n: ectx: property (toolTip), widget (QLineEdit, kcfg_XplanetArcFilePath)
#. +> trunk5
#: xplanet/opsxplanet.ui:339
#, kde-format
msgid "Arc file path"
msgstr ""
#. i18n: ectx: property (toolTip), widget (QLineEdit, kcfg_XplanetConfigFilePath)
#. +> trunk5
#: xplanet/opsxplanet.ui:355
#, kde-format
msgid "Config file path"
msgstr ""
#. i18n: ectx: property (whatsThis), widget (QLineEdit, kcfg_XplanetConfigFilePath)
#. +> trunk5
#: xplanet/opsxplanet.ui:358
#, kde-format
msgid "Use the specified configuration file"
msgstr ""
#. i18n: ectx: property (text), widget (QCheckBox, kcfg_XplanetConfigFile)
#. +> trunk5
#: xplanet/opsxplanet.ui:365
#, kde-format
msgid "Config file:"
msgstr ""
#. i18n: ectx: property (text), widget (QCheckBox, kcfg_XplanetArcFile)
#. +> trunk5
#: xplanet/opsxplanet.ui:372
#, kde-format
msgid "Arc file:"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, textLabelXplanetQuality)
#. +> trunk5
#: xplanet/opsxplanet.ui:399
#, kde-format
msgid "Output file quality:"
msgstr ""
#. i18n: ectx: property (toolTip), widget (QSpinBox, kcfg_XplanetQuality)
#. +> trunk5
#: xplanet/opsxplanet.ui:412
#, kde-format
msgid "JPEG Quality"
msgstr ""
#. i18n: ectx: attribute (title), widget (QWidget, XplanetTabLabel)
#. +> trunk5
#: xplanet/opsxplanet.ui:456
#, kde-format
msgid "Labels and markers"
msgstr ""
#. i18n: ectx: property (title), widget (QGroupBox, groupBox)
#. +> trunk5
#: xplanet/opsxplanet.ui:464
#, kde-format
msgid "Labels"
msgstr ""
#. i18n: ectx: property (text), widget (QRadioButton, kcfg_XplanetLabelGMT)
#. +> trunk5
#: xplanet/opsxplanet.ui:493
#, kde-format
msgid "GMT"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, textLabelXplanetLabelString)
#. +> trunk5
#: xplanet/opsxplanet.ui:502
#, kde-format
msgid "Label string:"
msgstr ""
#. i18n: ectx: property (toolTip), widget (QLineEdit, kcfg_XplanetLabelString)
#. +> trunk5
#: xplanet/opsxplanet.ui:509
#, kde-format
msgid "Specify the text of the first line of the label."
msgstr ""
#. i18n: ectx: property (whatsThis), widget (QLineEdit, kcfg_XplanetLabelString)
#. +> trunk5
#: xplanet/opsxplanet.ui:512
#, 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: property (text), widget (QLabel, textLabelXplanetDateFormat)
#. +> trunk5
#: xplanet/opsxplanet.ui:519
#, kde-format
msgid "Date format:"
msgstr ""
#. i18n: ectx: property (toolTip), widget (QLineEdit, kcfg_XplanetDateFormat)
#. +> trunk5
#: xplanet/opsxplanet.ui:526
#, kde-format
msgid "Specify the format for the date/time label."
msgstr ""
#. i18n: ectx: property (whatsThis), widget (QLineEdit, kcfg_XplanetDateFormat)
#. +> trunk5
#: xplanet/opsxplanet.ui:529
#, 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: property (text), widget (QLabel, textLabelXplanetFontSize)
#. +> trunk5
#: xplanet/opsxplanet.ui:539
#, kde-format
msgid "Font size:"
msgstr ""
#. i18n: ectx: property (toolTip), widget (QSpinBox, kcfg_XplanetFontSize)
#. +> trunk5
#: xplanet/opsxplanet.ui:546
#, kde-format
msgid "Label font size"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, textLabelLabelPos)
#. +> trunk5
#: xplanet/opsxplanet.ui:646
#, kde-format
msgid "Label position:"
msgstr ""
#. i18n: ectx: property (toolTip), widget (QCheckBox, kcfg_XplanetLabel)
#. +> trunk5
#: xplanet/opsxplanet.ui:668
#, kde-format
msgid "Show label?"
msgstr ""
#. i18n: ectx: property (whatsThis), widget (QCheckBox, kcfg_XplanetLabel)
#. +> trunk5
#: xplanet/opsxplanet.ui:671
#, kde-format
msgid "If checked, display a label in the upper right corner."
msgstr ""
#. i18n: ectx: property (title), widget (QGroupBox, groupBox_2)
#. +> trunk5
#: xplanet/opsxplanet.ui:686
#, kde-format
msgid "Markers"
msgstr ""
#. i18n: ectx: property (toolTip), widget (QCheckBox, kcfg_XplanetMarkerFile)
#. +> trunk5
#: xplanet/opsxplanet.ui:697
#, kde-format
msgid "Use marker file?"
msgstr ""
#. i18n: ectx: property (text), widget (QCheckBox, kcfg_XplanetMarkerFile)
#. +> trunk5
#: xplanet/opsxplanet.ui:703
#, kde-format
msgid "Use marker file:"
msgstr ""
#. i18n: ectx: property (whatsThis), widget (QLineEdit, kcfg_XplanetMarkerFilePath)
#. +> trunk5
#: xplanet/opsxplanet.ui:713
#, kde-format
msgid "Specify a file containing user defined marker data to display against the background stars."
msgstr ""
#. i18n: ectx: property (toolTip), widget (QCheckBox, kcfg_XplanetMarkerBounds)
#. +> trunk5
#: xplanet/opsxplanet.ui:720
#, kde-format
msgid "Write marker bounds in a file"
msgstr ""
#. i18n: ectx: property (whatsThis), widget (QCheckBox, kcfg_XplanetMarkerBounds)
#. +> trunk5
#: xplanet/opsxplanet.ui:723
#, kde-format
msgid "Write coordinates of the bounding box for each marker in a file."
msgstr ""
#. i18n: ectx: property (text), widget (QCheckBox, kcfg_XplanetMarkerBounds)
#. +> trunk5
#: xplanet/opsxplanet.ui:726
#, kde-format
msgid "Write marker bounds to:"
msgstr ""
#. i18n: ectx: property (text), widget (QRadioButton, kcfg_XplanetLatLong)
#. +> trunk5
#: xplanet/opsxplanet.ui:774
#, kde-format
msgid "Place the observer above latitude "
msgstr ""
#. i18n: ectx: property (whatsThis), widget (QSpinBox, kcfg_XplanetLatitude)
#. +> trunk5
#: xplanet/opsxplanet.ui:787
#, kde-format
msgid "Render the target body as seen from above the specified latitude (in degrees). The default value is 0."
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, textLabelXplanetLongitude)
#. +> trunk5
#: xplanet/opsxplanet.ui:800
#, kde-format
msgid " and longitude "
msgstr ""
#. i18n: ectx: property (whatsThis), widget (QSpinBox, kcfg_XplanetLongitude)
#. +> trunk5
#: xplanet/opsxplanet.ui:810
#, 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: property (text), widget (QLabel, label_2)
#. +> trunk5
#: xplanet/opsxplanet.ui:823
#, kde-format
msgid "in degrees"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, textLabelXplanetProjection)
#. +> trunk5
#: xplanet/opsxplanet.ui:865
#, kde-format
msgid "Projection:"
msgstr ""
#. i18n: ectx: property (toolTip), widget (QComboBox, kcfg_XplanetProjection)
#. +> trunk5
#: xplanet/opsxplanet.ui:872
#, kde-format
msgid "The projection type"
msgstr ""
#. i18n: ectx: property (whatsThis), widget (QComboBox, kcfg_XplanetProjection)
#. +> trunk5
#: xplanet/opsxplanet.ui:875
#, 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: property (title), widget (QGroupBox, groupBoxBackground)
#. +> trunk5
#: xplanet/opsxplanet.ui:900
#, kde-format
msgid "Background"
msgstr ""
#. i18n: ectx: property (toolTip), widget (QCheckBox, kcfg_XplanetBackground)
#. +> trunk5
#: xplanet/opsxplanet.ui:908
#, kde-format
msgid "Use background?"
msgstr ""
#. i18n: ectx: property (whatsThis), widget (QCheckBox, kcfg_XplanetBackground)
#. +> trunk5
#: xplanet/opsxplanet.ui:911
#, kde-format
msgid "If checked, use a file or a color as background."
msgstr ""
#. i18n: ectx: property (text), widget (QRadioButton, kcfg_XplanetBackgroundImage)
#. +> trunk5
#: xplanet/opsxplanet.ui:923
#, kde-format
msgid "Background image:"
msgstr ""
#. i18n: ectx: property (toolTip), widget (QLineEdit, kcfg_XplanetBackgroundImagePath)
#. +> trunk5
#: xplanet/opsxplanet.ui:933
#, kde-format
msgid "Use this file as the background image"
msgstr ""
#. i18n: ectx: property (whatsThis), widget (QLineEdit, kcfg_XplanetBackgroundImagePath)
#. +> trunk5
#: xplanet/opsxplanet.ui:936
#, kde-format
msgid "Enter here the path of background image file."
msgstr ""
#. i18n: ectx: property (text), widget (QRadioButton, kcfg_XplanetBackgroundColor)
#. +> trunk5
#: xplanet/opsxplanet.ui:947
#, kde-format
msgid "Background color:"
msgstr ""
#. i18n: ectx: property (whatsThis), widget (KColorButton, kcfg_XplanetBackgroundColorValue)
#. +> trunk5
#: xplanet/opsxplanet.ui:960
#, kde-format
msgid "Set the color for the background."
msgstr ""
Index: trunk/l10n-support/templates/summit/messages/extragear-graphics/krita.pot
===================================================================
--- trunk/l10n-support/templates/summit/messages/extragear-graphics/krita.pot (revision 1509319)
+++ trunk/l10n-support/templates/summit/messages/extragear-graphics/krita.pot (revision 1509320)
@@ -1,46524 +1,46524 @@
# 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-01-25 09:18+0100\n"
+"POT-Creation-Date: 2018-01-26 09:15+0100\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 stable5
#: i18ndata:1
#, kde-format
msgctxt "./krita/data/gradients/BG-Krita2.ggr"
msgid "BG-Krita2. Gradient background for brush preset icons."
msgstr ""
#. +> trunk5 stable5
#: i18ndata:2
#, kde-format
msgctxt "./krita/data/gradients/GPS-eye-_Blue_.ggr"
msgid "GPS eye (Blue)"
msgstr ""
#. +> trunk5 stable5
#: i18ndata:3
#, kde-format
msgctxt "./krita/data/gradients/GPS-FG-Glare.ggr"
msgid "GPS FG Glare"
msgstr ""
#. +> trunk5 stable5
#: i18ndata:4
#, kde-format
msgctxt "./krita/data/gradients/GPS-Fire-Blueish.ggr"
msgid "GPS Fire Blueish"
msgstr ""
#. +> trunk5 stable5
#: i18ndata:5
#, kde-format
msgctxt "./krita/data/gradients/GPS-Fire-Burning-Cloud.ggr"
msgid "GPS Fire Burning Cloud"
msgstr ""
#. +> trunk5 stable5
#: i18ndata:6
#, kde-format
msgctxt "./krita/data/gradients/GPS-Fire-Dust-Blended.ggr"
msgid "GPS Fire Dust Blended"
msgstr ""
#. +> trunk5 stable5
#: i18ndata:7
#, kde-format
msgctxt "./krita/data/gradients/GPS-Fire-Dust.ggr"
msgid "GPS Fire Dust"
msgstr ""
#. +> trunk5 stable5
#: i18ndata:8
#, kde-format
msgctxt "./krita/data/gradients/GPS-Fire-Incandescent.ggr"
msgid "GPS Fire Incandescent"
msgstr ""
#. +> trunk5 stable5
#: i18ndata:9
#, kde-format
msgctxt "./krita/data/gradients/GPS-Fire-Life-Span.ggr"
msgid "GPS Fire Life Span"
msgstr ""
#. +> trunk5 stable5
#: i18ndata:10
#, kde-format
msgctxt "./krita/data/gradients/GPS-Haze-and-Atmosphere.ggr"
msgid "GPS Haze and Atmosphere"
msgstr ""
#. +> trunk5 stable5
#: i18ndata:11
#, kde-format
msgctxt "./krita/data/gradients/GPS-Light-Saber-_Use-FG-color_.ggr"
msgid "GPS Light Saber (Use FG color)"
msgstr ""
#. +> trunk5 stable5
#: i18ndata:12
#, kde-format
msgctxt "./krita/data/gradients/GPS-Nature-browns-copy.ggr"
msgid "GPS Nature browns copy"
msgstr ""
#. +> trunk5 stable5
#: i18ndata:13
#, kde-format
msgctxt "./krita/data/gradients/GPS-Nature-Pure-greens.ggr"
msgid "GPS Nature Pure greens"
msgstr ""
#. +> trunk5 stable5
#: i18ndata:14
#, kde-format
msgctxt "./krita/data/gradients/GPS-Nature-random-greens.ggr"
msgid "GPS Nature random greens"
msgstr ""
#. +> trunk5 stable5
#: i18ndata:15
#, kde-format
msgctxt "./krita/data/gradients/GPS-Nature_Grass.ggr"
msgid "GPS Nature_Grass"
msgstr ""
#. +> trunk5 stable5
#: i18ndata:16
#, kde-format
msgctxt "./krita/data/gradients/GPS-Simple-Smoke.ggr"
msgid "GPS Simple Smoke"
msgstr ""
#. +> trunk5 stable5
#: i18ndata:17
#, kde-format
msgctxt "./krita/data/gradients/GPS-Steel-Bars.ggr"
msgid "GPS Steel Bars"
msgstr ""
#. +> trunk5 stable5
#: i18ndata:18
#, kde-format
msgctxt "./krita/data/palettes/concept-cookie.gpl"
msgid "Concept-cookie"
msgstr ""
#. +> trunk5 stable5
#: i18ndata:19
#, kde-format
msgctxt "./krita/data/palettes/default.gpl"
msgid "Default"
msgstr ""
#. +> trunk5 stable5
#: i18ndata:20
#, kde-format
msgctxt "./krita/data/palettes/gradient.gpl"
msgid "Gradient"
msgstr ""
#. +> stable5
#: i18ndata:200
#, kde-format
msgctxt "./krita/data/patterns/granite.pat"
msgid "Granite 1b"
msgstr ""
#. +> trunk5 stable5
#: i18ndata:21
#, kde-format
msgctxt "./krita/data/palettes/marker.gpl"
msgid "Markers"
msgstr ""
#. +> trunk5 stable5
#: i18ndata:22
#, kde-format
msgctxt "./krita/data/palettes/pixelart-16.gpl"
msgid "PixelArt 16"
msgstr ""
#. +> trunk5 stable5
#: i18ndata:23
#, kde-format
msgctxt "./krita/data/palettes/pixelart-32.gpl"
msgid "PixelArt 32"
msgstr ""
#. +> trunk5 stable5
#: i18ndata:24
#, kde-format
msgctxt "./krita/data/palettes/ps.gpl"
msgid "Ps"
msgstr ""
#. +> trunk5 stable5
#: i18ndata:25
#, kde-format
msgctxt "./krita/data/palettes/swatch-cmyk.gpl"
msgid "Swatch CMYK"
msgstr ""
#. +> trunk5 stable5
#: i18ndata:26
#, kde-format
msgctxt "./krita/data/palettes/swatch-colored-grey.gpl"
msgid "Swatch colored grey"
msgstr ""
#. +> trunk5 stable5
#: i18ndata:27
#, kde-format
msgctxt "./krita/data/palettes/swatch-rgb.gpl"
msgid "Swatch RGB"
msgstr ""
#. +> trunk5 stable5
#: i18ndata:28
#, kde-format
msgctxt "./krita/data/palettes/swatche.gpl"
msgid "Swatches\t"
msgstr ""
#. +> trunk5 stable5
#: i18ndata:29
#, kde-format
msgctxt "./krita/data/palettes/web.gpl"
msgid "Web"
msgstr ""
#. +> trunk5 stable5
#: i18ndata:30
#, kde-format
msgctxt "./krita/data/brushes/3_eroded.gih"
msgid "3_eroded"
msgstr ""
#. +> stable5
#: i18ndata:37
#, kde-format
msgctxt "./krita/data/brushes/A_eroded-brush2.gih"
msgid "A -2 Eroded Brush 2"
msgstr ""
#. +> stable5
#: i18ndata:187
#, kde-format
msgctxt "./krita/data/brushes/Z_Pixel_4x4_rounded.gbr"
msgid "Z_Pixel 4x4 rounded"
msgstr ""
#. +> trunk5 stable5
#: i18ndata:31
#, kde-format
msgctxt "./krita/data/brushes/A_bamboo-leaves.gih"
msgid "A-4 Bamboo Leaves"
msgstr ""
#. +> stable5
#: i18ndata:32
#, kde-format
msgctxt "./krita/data/brushes/A_bamboo.gih"
msgid "A-4 Bamboo"
msgstr ""
#. +> stable5
#: i18ndata:49
#, kde-format
msgctxt "./krita/data/brushes/A_leaves-mapple.gih"
msgid "A-4 Leaves Mapples"
msgstr ""
#. +> stable5
#: i18ndata:50
#, kde-format
msgctxt "./krita/data/brushes/A_leaves.gih"
msgid "A-4 Leaves"
msgstr ""
#. +> stable5
#: i18ndata:53
#, kde-format
msgctxt "./krita/data/brushes/A_random-vegetal.gih"
msgid "A-4 random vegetal"
msgstr ""
#. +> stable5
#: i18ndata:54
#, kde-format
msgctxt "./krita/data/brushes/A_random-vegetal2.gih"
msgid "A-4 random vegetal2"
msgstr ""
#. +> trunk5 stable5
#: i18ndata:32
#, kde-format
msgctxt "./krita/data/brushes/A_distant-mountain.gih"
msgid "A-4 distant-mountain"
msgstr ""
#. +> trunk5 stable5
#: i18ndata:33
#, kde-format
msgctxt "./krita/data/brushes/A_eroded-cercle-anim.gih"
msgid "A -18 Round eroded anim"
msgstr ""
#. +> stable5
#: i18ndata:39
#, kde-format
msgctxt "./krita/data/brushes/A_eroded-chinese-anim.gih"
msgid "A -2 Chinese eroded anim"
msgstr ""
#. +> stable5
#: i18ndata:40
#, kde-format
msgctxt "./krita/data/brushes/A_eroded-dirtybrush-anim.gih"
msgid "A - 2 Dirty Brush"
msgstr ""
#. +> stable5
#: i18ndata:41
#, kde-format
msgctxt "./krita/data/brushes/A_eroded-knife-anim.gih"
msgid "A-17 Knife eroded anim"
msgstr ""
#. +> trunk5
#: i18ndata:34
#, kde-format
msgctxt "./krita/data/brushes/A_eroded_circle.gih"
msgid "A_eroded_circle"
msgstr ""
#. +> stable5
#: i18ndata:102
#, kde-format
msgctxt "./krita/data/brushes/A_Angular_church.gbr"
msgid "A_Angular_church"
msgstr ""
#. +> stable5
#: i18ndata:103
#, kde-format
msgctxt "./krita/data/brushes/A_Angular_church_HR.gbr"
msgid "A_Angular_church_HR"
msgstr ""
#. +> stable5
#: i18ndata:114
#, kde-format
msgctxt "./krita/data/brushes/A_eroded-cercle_2.gbr"
msgid "A_eroded-cercle_2"
msgstr ""
#. +> trunk5 stable5
#: i18ndata:35
#, kde-format
msgctxt "./krita/data/brushes/A_grass-floor.gih"
msgid "A-4 Grass-Floor"
msgstr ""
#. +> stable5
#: i18ndata:43
#, kde-format
msgctxt "./krita/data/brushes/A_floor.gih"
msgid "A-4 Floor"
msgstr ""
#. +> stable5
#: i18ndata:44
#, kde-format
msgctxt "./krita/data/brushes/A_flowers.gih"
msgid "A-4 Flower"
msgstr ""
#. +> stable5
#: i18ndata:55
#, kde-format
msgctxt "./krita/data/brushes/A_rocks-floor-neg.gih"
msgid "A-4 rocksfloor neg"
msgstr ""
#. +> trunk5 stable5
#: i18ndata:36
#, kde-format
msgctxt "./krita/data/brushes/A_pin.gih"
msgid "A-4 Pin"
msgstr ""
#. +> stable5
#: i18ndata:42
#, kde-format
msgctxt "./krita/data/brushes/A_fairy-dust.gih"
msgid "A-4 Fairy Dust"
msgstr ""
#. +> stable5
#: i18ndata:46
#, kde-format
msgctxt "./krita/data/brushes/A_fur.gih"
msgid "A-4 Fur"
msgstr ""
#. +> stable5
#: i18ndata:51
#, kde-format
msgctxt "./krita/data/brushes/A_mineral-cristal.gih"
msgid "A-3 minerals"
msgstr ""
#. +> stable5
#: i18ndata:92
#, kde-format
msgctxt "./krita/data/brushes/Te_Techno_1.gih"
msgid "Te_Techno 1"
msgstr ""
#. +> stable5
#: i18ndata:107
#, kde-format
msgctxt "./krita/data/brushes/A_Chain.gbr"
msgid "A_Chain"
msgstr ""
#. +> trunk5 stable5
#: i18ndata:37
#, kde-format
msgctxt "./krita/data/brushes/A_snow-pack.gih"
msgid "A-4 SnowPack"
msgstr ""
#. +> stable5
#: i18ndata:36
#, kde-format
msgctxt "./krita/data/brushes/A_dynamic-brush3.gih"
msgid "A-2 Dynamic brush 2"
msgstr ""
#. +> stable5
#: i18ndata:56
#, kde-format
msgctxt "./krita/data/brushes/A_rocks.gih"
msgid "A-3 Rocks"
msgstr ""
#. +> trunk5 stable5
#: i18ndata:38
#, kde-format
msgctxt "./krita/data/brushes/A_splat2.gih"
msgid "A-2 Splat"
msgstr ""
#. +> stable5
#: i18ndata:45
#, kde-format
msgctxt "./krita/data/brushes/A_forest.gih"
msgid "A-4 Forest"
msgstr ""
#. +> stable5
#: i18ndata:127
#, kde-format
msgctxt "./krita/data/brushes/A_splat1.gbr"
msgid "A_splat1"
msgstr ""
#. +> trunk5 stable5
#: i18ndata:39
#, kde-format
msgctxt "./krita/data/brushes/A_wall-texture.gih"
msgid "A-4 Wall"
msgstr ""
#. +> trunk5
#: i18ndata:40
#, kde-format
msgctxt "./krita/data/brushes/cazu_watercolor2.gih"
msgid "Cazu Watercolor 2"
msgstr ""
#. +> trunk5
#: i18ndata:41
#, kde-format
msgctxt "./krita/data/brushes/double_special6.gih"
msgid "double_special6"
msgstr ""
#. +> trunk5 stable5
#: i18ndata:42
#, kde-format
msgctxt "./krita/data/brushes/Flat_textured1.gih"
msgid "Flat_textured1"
msgstr ""
#. +> stable5
#: i18ndata:63
#, kde-format
msgctxt "./krita/data/brushes/Flat_textured2.gih"
msgid "Flat_textured2"
msgstr ""
#. +> trunk5 stable5
#: i18ndata:43
#, kde-format
msgctxt "./krita/data/brushes/LJF_Water_Brush_02.gih"
msgid "LJF Water Brush 2"
msgstr ""
#. +> stable5
#: i18ndata:33
#, kde-format
msgctxt "./krita/data/brushes/A_dirty-brush.gih"
msgid "A - 2 Dirty Brush2"
msgstr ""
#. +> stable5
#: i18ndata:35
#, kde-format
msgctxt "./krita/data/brushes/A_dynamic-brush.gih"
msgid "A - 2 Dynamic Brush"
msgstr ""
#. +> stable5
#: i18ndata:68
#, kde-format
msgctxt "./krita/data/brushes/LJF_Water_Brush_03.gih"
msgid "LJF Water Brush 3"
msgstr ""
#. +> stable5
#: i18ndata:138
#, kde-format
msgctxt "./krita/data/brushes/LJF_Foliage_Brush_01.gbr"
msgid "LJF_Foliage_Brush_01"
msgstr ""
#. +> stable5
#: i18ndata:139
#, kde-format
msgctxt "./krita/data/brushes/LJF_Foliage_Brush_02.gbr"
msgid "LJF_Foliage_Brush_02"
msgstr ""
#. +> trunk5 stable5
#: i18ndata:44
#, kde-format
msgctxt "./krita/data/brushes/N_Grass_2.gih"
msgid "N_Grass 2"
msgstr ""
#. +> stable5
#: i18ndata:69
#, kde-format
msgctxt "./krita/data/brushes/N_Grass_1.gih"
msgid "N_Grass 1"
msgstr ""
#. +> stable5
#: i18ndata:85
#, kde-format
msgctxt "./krita/data/brushes/T_Fibers_2.gih"
msgid "T_Fibers 2"
msgstr ""
#. +> trunk5 stable5
#: i18ndata:45
#, kde-format
msgctxt "./krita/data/brushes/P_Graphite_Pencil_grain.gih"
msgid "GIMP Brush Pipe"
msgstr ""
#. +> stable5
#: i18ndata:73
#, kde-format
msgctxt "./krita/data/brushes/P_Graphite_Black_Grass.gih"
msgid "P_Graphite Black Grass"
msgstr ""
#. +> stable5
#: i18ndata:74
#, kde-format
msgctxt "./krita/data/brushes/P_Graphite_Pencil.gih"
msgid "P_Graphite Pencil"
msgstr ""
#. +> stable5
#: i18ndata:76
#, kde-format
msgctxt "./krita/data/brushes/P_Graphite_Pencil_grainb.gih"
msgid "P_Graphite Pencil _grainb"
msgstr ""
#. +> trunk5 stable5
#: i18ndata:46
#, kde-format
msgctxt "./krita/data/brushes/Rect_textured1.gih"
msgid "Rect_textured1"
msgstr ""
#. +> stable5
#: i18ndata:100
#, kde-format
msgctxt "./krita/data/brushes/A_abstract-textured1.gbr"
msgid "A_abstract-textured1"
msgstr ""
#. +> stable5
#: i18ndata:167
#, kde-format
msgctxt "./krita/data/brushes/rake_textured_01.gbr"
msgid "Rake_textured_01"
msgstr ""
#. +> trunk5 stable5
#: i18ndata:47
#, kde-format
msgctxt "./krita/data/brushes/Rect_textured2.gih"
msgid "Rect_textured2"
msgstr ""
#. +> stable5
#: i18ndata:86
#, kde-format
msgctxt "./krita/data/brushes/T_Texture_2.gih"
msgid "T_Texture 2"
msgstr ""
#. +> stable5
#: i18ndata:101
#, kde-format
msgctxt "./krita/data/brushes/A_abstract-textured2.gbr"
msgid "A_abstract-textured2"
msgstr ""
#. +> stable5
#: i18ndata:168
#, kde-format
msgctxt "./krita/data/brushes/rake_textured_02.gbr"
msgid "Rake_textured_02"
msgstr ""
#. +> trunk5 stable5
#: i18ndata:48
#, kde-format
msgctxt "./krita/data/brushes/Rect_textured3.gih"
msgid "Rect_textured3"
msgstr ""
#. +> stable5
#: i18ndata:87
#, kde-format
msgctxt "./krita/data/brushes/T_Texture_3.gih"
msgid "T_Texture 3"
msgstr ""
#. +> stable5
#: i18ndata:88
#, kde-format
msgctxt "./krita/data/brushes/T_Texture_4.gih"
msgid "T_Texture 4"
msgstr ""
#. +> stable5
#: i18ndata:90
#, kde-format
msgctxt "./krita/data/brushes/T_Texture_6.gih"
msgid "T_Texture 6"
msgstr ""
#. +> stable5
#: i18ndata:91
#, kde-format
msgctxt "./krita/data/brushes/T_Texture_7.gih"
msgid "T_Texture 7"
msgstr ""
#. +> stable5
#: i18ndata:99
#, kde-format
msgctxt "./krita/data/brushes/Z_Test-pressure.gih"
msgid "Z- Test pressure"
msgstr ""
#. +> trunk5 stable5
#: i18ndata:49
#, kde-format
msgctxt "./krita/data/brushes/S_splats_02.gih"
msgid "S_Splats 2"
msgstr ""
#. +> stable5
#: i18ndata:83
#, kde-format
msgctxt "./krita/data/brushes/Sc_Scratch.gih"
msgid "Sc_Scratch"
msgstr ""
#. +> stable5
#: i18ndata:173
#, kde-format
msgctxt "./krita/data/brushes/Sc_Scratches_2.gbr"
msgid "Sc_Scratches2"
msgstr ""
#. +> trunk5
#: i18ndata:50
#, kde-format
msgctxt "./krita/data/brushes/w_hearts.gih"
msgid "w_hearts"
msgstr ""
#. +> stable5
#: i18ndata:48
#, kde-format
msgctxt "./krita/data/brushes/A_herbs.gih"
msgid "A-4 herbs"
msgstr ""
#. +> stable5
#: i18ndata:61
#, kde-format
msgctxt "./krita/data/brushes/D_Dust_Particles.gih"
msgid "D_Dust Particles"
msgstr ""
#. +> stable5
#: i18ndata:64
#, kde-format
msgctxt "./krita/data/brushes/G_Sparks.gih"
msgid "G_Sparks"
msgstr ""
#. +> stable5
#: i18ndata:65
#, kde-format
msgctxt "./krita/data/brushes/L_Trees.gih"
msgid "L_Trees"
msgstr ""
#. +> stable5
#: i18ndata:84
#, kde-format
msgctxt "./krita/data/brushes/T_Fibers_1.gih"
msgid "T_Fibers 1"
msgstr ""
#. +> trunk5 stable5
#: i18ndata:51
#, kde-format
msgctxt "./krita/data/brushes/z_study_pencil_2H.gih"
msgid "Z_study pencil 2H"
msgstr ""
#. +> stable5
#: i18ndata:71
#, kde-format
msgctxt "./krita/data/brushes/P_2B_Pencil_Angled.gih"
msgid "P_2B Pencil Angled"
msgstr ""
#. +> stable5
#: i18ndata:72
#, kde-format
msgctxt "./krita/data/brushes/P_6B_Pencil_Angled.gih"
msgid "P_6B Pencil Angled"
msgstr ""
#. +> stable5
#: i18ndata:77
#, kde-format
msgctxt "./krita/data/brushes/P_RealPencil10x10.gih"
msgid "P_Real Pencil 10x10"
msgstr ""
#. +> stable5
#: i18ndata:78
#, kde-format
msgctxt "./krita/data/brushes/P_RealPencil16x16.gih"
msgid "P_Real Pencil 16x16"
msgstr ""
#. +> stable5
#: i18ndata:95
#, kde-format
msgctxt "./krita/data/brushes/z_study_pencil_2H_horiz.gih"
msgid "Z_study pencil 2H_horiz"
msgstr ""
#. +> stable5
#: i18ndata:96
#, kde-format
msgctxt "./krita/data/brushes/z_study_pencil_2Hb.gih"
msgid "2B pencil Grain 2 b"
msgstr ""
#. +> stable5
#: i18ndata:97
#, kde-format
msgctxt "./krita/data/brushes/z_study_pencil_H.gih"
msgid "Z_study pencil H"
msgstr ""
#. +> stable5
#: i18ndata:98
#, kde-format
msgctxt "./krita/data/brushes/z_study_pencil_H_h.gih"
msgid "Z_study pencil H_horiz"
msgstr ""
#. +> trunk5 stable5
#: i18ndata:52
#, kde-format
msgctxt "./krita/data/brushes/A_smoke.gbr"
msgid "A_smoke"
msgstr ""
#. +> stable5
#: i18ndata:66
#, kde-format
msgctxt "./krita/data/brushes/LJF_smoke_c.gih"
msgid "Smoke Pipebrush"
msgstr ""
#. +> stable5
#: i18ndata:104
#, kde-format
msgctxt "./krita/data/brushes/A_bokey.gbr"
msgid "A -52 Bokey"
msgstr ""
#. +> stable5
#: i18ndata:108
#, kde-format
msgctxt "./krita/data/brushes/A_cloudy.gbr"
msgid "A_cloudy"
msgstr ""
#. +> stable5
#: i18ndata:109
#, kde-format
msgctxt "./krita/data/brushes/A_concrete.gbr"
msgid "A_concrete"
msgstr ""
#. +> stable5
#: i18ndata:112
#, kde-format
msgctxt "./krita/data/brushes/A_crayon.gbr"
msgid "A_crayon"
msgstr ""
#. +> stable5
#: i18ndata:113
#, kde-format
msgctxt "./krita/data/brushes/A_dirty-spot.gbr"
msgid "A_dirty-spot"
msgstr ""
#. +> stable5
#: i18ndata:117
#, kde-format
msgctxt "./krita/data/brushes/A_Nice_sketch.gbr"
msgid "A_Nice Sketch"
msgstr ""
#. +> stable5
#: i18ndata:118
#, kde-format
msgctxt "./krita/data/brushes/A_Nice_sketch2.gbr"
msgid "A_Nice Sketch2"
msgstr ""
#. +> stable5
#: i18ndata:119
#, kde-format
msgctxt "./krita/data/brushes/A_provencal.gbr"
msgid "A_provencal"
msgstr ""
#. +> stable5
#: i18ndata:121
#, kde-format
msgctxt "./krita/data/brushes/A_random-vegetal3.gbr"
msgid "A_random-vegetal3"
msgstr ""
#. +> stable5
#: i18ndata:159
#, kde-format
msgctxt "./krita/data/brushes/O_Oils_Softer.gbr"
msgid "O_Oils Softer"
msgstr ""
#. +> trunk5 stable5
#: i18ndata:53
#, kde-format
msgctxt "./krita/data/brushes/A_sparkle1.gbr"
msgid "A -2 Sparkle 1"
msgstr ""
#. +> trunk5 stable5
#: i18ndata:54
#, kde-format
msgctxt "./krita/data/brushes/A_sparkle2.gbr"
msgid "A -2 Sparkle 2"
msgstr ""
#. +> stable5
#: i18ndata:179
#, kde-format
msgctxt "./krita/data/brushes/U_Circle_shape_2.gbr"
msgid "U Circle shape 2"
msgstr ""
#. +> trunk5 stable5
#: i18ndata:55
#, kde-format
msgctxt "./krita/data/brushes/A_sparkle3.gbr"
msgid "A -2 Sparkle 3"
msgstr ""
#. +> stable5
#: i18ndata:180
#, kde-format
msgctxt "./krita/data/brushes/U_Circle_shape_3.gbr"
msgid "U Circle shape 3"
msgstr ""
#. +> trunk5 stable5
#: i18ndata:56
#, kde-format
msgctxt "./krita/data/brushes/A_starfield2.gbr"
msgid "A_starfield2"
msgstr ""
#. +> stable5
#: i18ndata:59
#, kde-format
msgctxt "./krita/data/brushes/A_starfield.gih"
msgid "A-4 starfield intense"
msgstr ""
#. +> stable5
#: i18ndata:105
#, kde-format
msgctxt "./krita/data/brushes/A_Braids.gbr"
msgid "A_Braids.gbr"
msgstr ""
#. +> stable5
#: i18ndata:115
#, kde-format
msgctxt "./krita/data/brushes/A_lucky_star.gbr"
msgid "A-5 Lucky-star"
msgstr ""
#. +> trunk5
#: i18ndata:57
#, kde-format
msgctxt "./krita/data/brushes/cazu-chalk.gbr"
msgid "Cazu Chalk"
msgstr ""
#. +> trunk5
#: i18ndata:58
#, kde-format
msgctxt "./krita/data/brushes/cazu-freckles.gbr"
msgid "Cazu Freckles"
msgstr ""
#. +> trunk5
#: i18ndata:59
#, kde-format
msgctxt "./krita/data/brushes/cazu-reptile.gbr"
msgid "Cazu Reptile"
msgstr ""
#. +> stable5
#: i18ndata:122
#, kde-format
msgctxt "./krita/data/brushes/A_reptile-skin.gbr"
msgid "A_reptile-skin"
msgstr ""
#. +> trunk5
#: i18ndata:60
#, kde-format
msgctxt "./krita/data/brushes/cazu-smear-paint.gbr"
msgid "Cazu Smear Paint"
msgstr ""
#. +> trunk5
#: i18ndata:61
#, kde-format
msgctxt "./krita/data/brushes/cazu-spines.gbr"
msgid "Cazu Spines"
msgstr ""
#. +> trunk5
#: i18ndata:62
#, kde-format
msgctxt "./krita/data/brushes/dub1.gbr"
msgid "dub1"
msgstr ""
#. +> stable5
#: i18ndata:129
#, kde-format
msgctxt "./krita/data/brushes/C_Cloud_1.gbr"
msgid "C_Cloud_1"
msgstr ""
#. +> stable5
#: i18ndata:131
#, kde-format
msgctxt "./krita/data/brushes/D_Dust_1.gbr"
msgid "C_Dust_1"
msgstr ""
#. +> trunk5
#: i18ndata:63
#, kde-format
msgctxt "./krita/data/brushes/dub6.gbr"
msgid "dub6"
msgstr ""
#. +> stable5
#: i18ndata:106
#, kde-format
msgctxt "./krita/data/brushes/A_Braids_b.gbr"
msgid "A_Braids_b"
msgstr ""
#. +> stable5
#: i18ndata:145
#, kde-format
msgctxt "./krita/data/brushes/M_06.gbr"
msgid "M_06"
msgstr ""
#. +> stable5
#: i18ndata:150
#, kde-format
msgctxt "./krita/data/brushes/M_Bulb.gbr"
msgid "M_Bulb"
msgstr ""
#. +> trunk5
#: i18ndata:64
#, kde-format
msgctxt "./krita/data/brushes/knife3.gbr"
msgid "knife3"
msgstr ""
#. +> trunk5 stable5
#: i18ndata:65
#, kde-format
msgctxt "./krita/data/brushes/M_Pipe_1.gbr"
msgid "M_Pipe_1"
msgstr ""
#. +> stable5
#: i18ndata:135
#, kde-format
msgctxt "./krita/data/brushes/L_Foliage_1.gbr"
msgid "L_Foliage_1"
msgstr ""
#. +> stable5
#: i18ndata:137
#, kde-format
msgctxt "./krita/data/brushes/L_Leaf_3.gbr"
msgid "L_Leaf_3"
msgstr ""
#. +> stable5
#: i18ndata:140
#, kde-format
msgctxt "./krita/data/brushes/M_01.gbr"
msgid "M_01"
msgstr ""
#. +> stable5
#: i18ndata:142
#, kde-format
msgctxt "./krita/data/brushes/M_03.gbr"
msgid "M_03"
msgstr ""
#. +> stable5
#: i18ndata:144
#, kde-format
msgctxt "./krita/data/brushes/M_05.gbr"
msgid "M_05"
msgstr ""
#. +> stable5
#: i18ndata:146
#, kde-format
msgctxt "./krita/data/brushes/M_07.gbr"
msgid "M_07"
msgstr ""
#. +> stable5
#: i18ndata:147
#, kde-format
msgctxt "./krita/data/brushes/M_08.gbr"
msgid "M_08"
msgstr ""
#. +> stable5
#: i18ndata:148
#, kde-format
msgctxt "./krita/data/brushes/M_09.gbr"
msgid "M_09"
msgstr ""
#. +> stable5
#: i18ndata:153
#, kde-format
msgctxt "./krita/data/brushes/M_Pipe_2.gbr"
msgid "M_Pipe_2"
msgstr ""
#. +> stable5
#: i18ndata:154
#, kde-format
msgctxt "./krita/data/brushes/M_Pipe_3.gbr"
msgid "M_Pipe_3"
msgstr ""
#. +> stable5
#: i18ndata:157
#, kde-format
msgctxt "./krita/data/brushes/O_Oils_1.gbr"
msgid "O_Oils 1"
msgstr ""
#. +> stable5
#: i18ndata:158
#, kde-format
msgctxt "./krita/data/brushes/O_Oils_1_GP.gbr"
msgid "O_Oils 1 GP"
msgstr ""
#. +> stable5
#: i18ndata:177
#, kde-format
msgctxt "./krita/data/brushes/U_Circle_circuit.gbr"
msgid "U_Circle circuit"
msgstr ""
#. +> stable5
#: i18ndata:178
#, kde-format
msgctxt "./krita/data/brushes/U_Circle_shape_1.gbr"
msgid "U Circle shape 1"
msgstr ""
#. +> stable5
#: i18ndata:181
#, kde-format
msgctxt "./krita/data/brushes/U_Circle_shape_4.gbr"
msgid "U Circle shape 4"
msgstr ""
#. +> stable5
#: i18ndata:182
#, kde-format
msgctxt "./krita/data/brushes/U_Circle_shape_5.gbr"
msgid "U Circle shape 5"
msgstr ""
#. +> stable5
#: i18ndata:183
#, kde-format
msgctxt "./krita/data/brushes/U_Circle_shape_5b.gbr"
msgid "U Circle shape 5b"
msgstr ""
#. +> stable5
#: i18ndata:184
#, kde-format
msgctxt "./krita/data/brushes/U_Circle_shape_5c.gbr"
msgid "U Circle shape 5c"
msgstr ""
#. +> stable5
#: i18ndata:185
#, kde-format
msgctxt "./krita/data/brushes/Z_Chain_1.gbr"
msgid "Z_Chain_1"
msgstr ""
#. +> stable5
#: i18ndata:186
#, kde-format
msgctxt "./krita/data/brushes/Z_Pixel_1.gbr"
msgid "Z_Pixel 1"
msgstr ""
#. +> stable5
#: i18ndata:188
#, kde-format
msgctxt "./krita/data/brushes/Z_Pixel__4_pix__45a.gbr"
msgid "Z_Pixel 4pix _45a"
msgstr ""
#. +> stable5
#: i18ndata:189
#, kde-format
msgctxt "./krita/data/brushes/Z_Pixel_Cross.gbr"
msgid "Z_Pixel Cross"
msgstr ""
#. +> stable5
#: i18ndata:190
#, kde-format
msgctxt "./krita/data/brushes/Z_Triangle_shape_1.gbr"
msgid "Z_Triangle_shape_1"
msgstr ""
#. +> stable5
#: i18ndata:191
#, kde-format
msgctxt "./krita/data/brushes/Z_Triangle_shape_2.gbr"
msgid "Z_Triangle_shape_2"
msgstr ""
#. +> trunk5 stable5
#: i18ndata:66
#, kde-format
msgctxt "./krita/data/brushes/MZ_leaves.gbr"
msgid "MZ_leaves"
msgstr ""
#. +> stable5
#: i18ndata:151
#, kde-format
msgctxt "./krita/data/brushes/M_Cage.gbr"
msgid "M_Cage"
msgstr ""
#. +> stable5
#: i18ndata:171
#, kde-format
msgctxt "./krita/data/brushes/S_Smudge_Cheese.gbr"
msgid "S_Smudge Cheese"
msgstr ""
#. +> trunk5 stable5
#: i18ndata:67
#, kde-format
msgctxt "./krita/data/brushes/oil_bristle.gbr"
msgid "oil_bristle"
msgstr ""
#. +> stable5
#: i18ndata:132
#, kde-format
msgctxt "./krita/data/brushes/D_Normal_dust.gbr"
msgid "D_Normal dust"
msgstr ""
#. +> stable5
#: i18ndata:133
#, kde-format
msgctxt "./krita/data/brushes/F_Furr_fast.gbr"
msgid "F_Furr fast"
msgstr ""
#. +> trunk5 stable5
#: i18ndata:68
#, kde-format
msgctxt "./krita/data/brushes/oil_knife.gbr"
msgid "oil_knife"
msgstr ""
#. +> stable5
#: i18ndata:156
#, kde-format
msgctxt "./krita/data/brushes/O_Oil_Soft.gbr"
msgid "O_Oil Soft"
msgstr ""
#. +> stable5
#: i18ndata:169
#, kde-format
msgctxt "./krita/data/brushes/Real_oil_1.gbr"
msgid "Real Oil 1"
msgstr ""
#. +> trunk5 stable5
#: i18ndata:69
#, kde-format
msgctxt "./krita/data/brushes/R_Rake2.gbr"
msgid "R_Rake2"
msgstr ""
#. +> stable5
#: i18ndata:136
#, kde-format
msgctxt "./krita/data/brushes/L_Leaf_2.gbr"
msgid "L_Leaf_2"
msgstr ""
#. +> stable5
#: i18ndata:141
#, kde-format
msgctxt "./krita/data/brushes/M_02.gbr"
msgid "M_02"
msgstr ""
#. +> stable5
#: i18ndata:170
#, kde-format
msgctxt "./krita/data/brushes/Real_Oil_2.gbr"
msgid "Real_Oil_2"
msgstr ""
#. +> trunk5 stable5
#: i18ndata:70
#, kde-format
msgctxt "./krita/data/brushes/R_Rake4.gbr"
msgid "R_Rake4"
msgstr ""
#. +> stable5
#: i18ndata:110
#, kde-format
msgctxt "./krita/data/brushes/A_crackled.gbr"
msgid "A_crackled"
msgstr ""
#. +> stable5
#: i18ndata:120
#, kde-format
msgctxt "./krita/data/brushes/A_Rake.gbr"
msgid "A_Rake"
msgstr ""
#. +> stable5
#: i18ndata:143
#, kde-format
msgctxt "./krita/data/brushes/M_04.gbr"
msgid "M_04"
msgstr ""
#. +> stable5
#: i18ndata:162
#, kde-format
msgctxt "./krita/data/brushes/R_Rake1.gbr"
msgid "R_Rake1"
msgstr ""
#. +> stable5
#: i18ndata:164
#, kde-format
msgctxt "./krita/data/brushes/R_Rake3.gbr"
msgid "R_Rake3"
msgstr ""
#. +> stable5
#: i18ndata:166
#, kde-format
msgctxt "./krita/data/brushes/R_Rake_small.gbr"
msgid "R_Rake_small"
msgstr ""
#. +> trunk5
#: i18ndata:71
#, kde-format
msgctxt "./krita/data/brushes/rock2.gbr"
msgid "rock2"
msgstr ""
#. +> stable5
#: i18ndata:93
#, kde-format
msgctxt "./krita/data/brushes/V_Vyle_Rock.gih"
msgid "Vyle Rock"
msgstr ""
#. +> stable5
#: i18ndata:130
#, kde-format
msgctxt "./krita/data/brushes/C_Dirty_Spot.gbr"
msgid "C_Dirty_Spot"
msgstr ""
#. +> stable5
#: i18ndata:149
#, kde-format
msgctxt "./krita/data/brushes/M_Arrow.gbr"
msgid "M_Arrow"
msgstr ""
#. +> trunk5
#: i18ndata:72
#, kde-format
msgctxt "./krita/data/brushes/round_textured1.gbr"
msgid "round_textured1"
msgstr ""
#. +> stable5
#: i18ndata:116
#, kde-format
msgctxt "./krita/data/brushes/A_mountain-texture.gbr"
msgid "A_mountain-texture"
msgstr ""
#. +> trunk5
#: i18ndata:73
#, kde-format
msgctxt "./krita/data/brushes/scribbles.gbr"
msgid "scribbles"
msgstr ""
#. +> stable5
#: i18ndata:111
#, kde-format
msgctxt "./krita/data/brushes/A_craqules.gbr"
msgid "A_craqules"
msgstr ""
#. +> stable5
#: i18ndata:134
#, kde-format
msgctxt "./krita/data/brushes/L_Coroballs.gbr"
msgid "L_Coroballs"
msgstr ""
#. +> stable5
#: i18ndata:172
#, kde-format
msgctxt "./krita/data/brushes/Sc_Scratches.gbr"
msgid "Sc_Scratches"
msgstr ""
#. +> stable5
#: i18ndata:174
#, kde-format
msgctxt "./krita/data/brushes/Sc_Scratches_3.gbr"
msgid "Sc_Scratches3"
msgstr ""
#. +> trunk5
#: i18ndata:74
#, kde-format
msgctxt "./krita/data/brushes/texture51.gbr"
msgid "texture51"
msgstr ""
#. +> stable5
#: i18ndata:89
#, kde-format
msgctxt "./krita/data/brushes/T_Texture_5.gih"
msgid "T_Texture 5"
msgstr ""
#. +> stable5
#: i18ndata:175
#, kde-format
msgctxt "./krita/data/brushes/T_Texture_1.gbr"
msgid "T_Texture_1"
msgstr ""
#. +> trunk5 stable5
#: i18ndata:75
#, kde-format
msgctxt "./krita/data/patterns/Crumpled_Paper.pat"
msgid "Canvas 04"
msgstr ""
#. +> stable5
#: i18ndata:192
#, kde-format
msgctxt "./krita/data/patterns/Canvas_covered.pat"
msgid "Canvas Covered"
msgstr ""
#. +> stable5
#: i18ndata:193
#, kde-format
msgctxt "./krita/data/patterns/Canvas_Hard.pat"
msgid "Canvas 01"
msgstr ""
#. +> stable5
#: i18ndata:194
#, kde-format
msgctxt "./krita/data/patterns/Canvas_small_01.pat"
msgid "Canvas 02"
msgstr ""
#. +> stable5
#: i18ndata:195
#, kde-format
msgctxt "./krita/data/patterns/Canvas_small_02.pat"
msgid "Canvas 03"
msgstr ""
#. +> trunk5 stable5
#: i18ndata:76
#, kde-format
msgctxt "./krita/data/patterns/fractal_pattern.pat"
msgid "Fractal Pattern"
msgstr ""
#. +> trunk5 stable5
#: i18ndata:77
#, kde-format
msgctxt "./krita/data/patterns/generic_paper1.pat"
msgid "Generic Paper 2"
msgstr ""
#. +> trunk5 stable5
#: i18ndata:78
#, kde-format
msgctxt "./krita/data/patterns/generic_paper2.pat"
msgid "Generic Paper 3"
msgstr ""
#. +> trunk5 stable5
#: i18ndata:79
#, kde-format
msgctxt "./krita/data/patterns/hexacolBW__2.pat"
msgid "Hexacol BW By Tarkan"
msgstr ""
#. +> trunk5 stable5
#: i18ndata:80
#, kde-format
msgctxt "./krita/data/patterns/HR_PastelPaper_02.pat"
msgid "HR Pastel Paper 02"
msgstr ""
#. +> trunk5 stable5
#: i18ndata:81
#, kde-format
msgctxt "./krita/data/patterns/HR_Wall_Paper.pat"
msgid "HR Wall Paper"
msgstr ""
#. +> stable5
#: i18ndata:176
#, kde-format
msgctxt "./krita/data/brushes/Te_Techno_Angular_Cross.gbr"
msgid "Te_Techno_Angular_Cross"
msgstr ""
#. i18n: context: Actions (Artistic Text Tool), ActionCollection (Tools)
#. i18n: context: Action (ArtisticTextTool), Actions (tool-shortcuts), ActionCollection (Krita)
#. i18n: context: Actions (Artistic Text Tool), ActionCollection (Tools)
#. i18n: context: Action (ArtisticTextTool), Actions (tool-shortcuts), ActionCollection (Krita)
#. +> trunk5 stable5
#: krita/data/actions/ArtisticTextTool.action:4 krita/krita.action:1389
#, kde-format
msgctxt "action"
msgid "Artistic Text Tool"
msgstr ""
#. i18n: context: Action (artistictext_subscript), Actions (Artistic Text Tool), ActionCollection (Tools)
#. i18n: context: Action (artistictext_subscript), Actions (Artistic Text Tool), ActionCollection (Tools)
#. i18n: context: Action (format_sub), Actions (References Tool), ActionCollection (Tools)
#. i18n: context: Action (format_sub), Actions (References Tool), ActionCollection (Tools)
#. i18n: context: Action (format_sub), Actions (Text Tool), ActionCollection (Tools)
#. i18n: context: Action (format_sub), Actions (Text Tool), ActionCollection (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 (artistictext_subscript), Actions (Artistic Text Tool), ActionCollection (Tools)
#. i18n: context: Action (artistictext_subscript), Actions (Artistic Text Tool), ActionCollection (Tools)
#. i18n: context: Action (format_sub), Actions (References Tool), ActionCollection (Tools)
#. i18n: context: Action (format_sub), Actions (References Tool), ActionCollection (Tools)
#. i18n: context: Action (format_sub), Actions (Text Tool), ActionCollection (Tools)
#. i18n: context: Action (format_sub), Actions (Text Tool), ActionCollection (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
#: krita/data/actions/ArtisticTextTool.action:8
#: krita/data/actions/ArtisticTextTool.action:13
#: krita/data/actions/ReferencesTool.action:207
#: krita/data/actions/ReferencesTool.action:209
#: krita/data/actions/TextTool.action:108
#: krita/data/actions/TextTool.action:113
#: plugins/tools/svgtexttool/SvgTextTool.action:118
#: plugins/tools/svgtexttool/SvgTextTool.action:123
#, kde-format
msgctxt "action"
msgid "Subscript"
msgstr ""
#. i18n: context: Action (artistictext_detach_from_path), Actions (Artistic Text Tool), ActionCollection (Tools)
#. i18n: context: Action (artistictext_detach_from_path), Actions (Artistic Text Tool), ActionCollection (Tools)
#. i18n: context: Action (artistictext_detach_from_path), Actions (Artistic Text Tool), ActionCollection (Tools)
#. i18n: context: Action (artistictext_detach_from_path), Actions (Artistic Text Tool), ActionCollection (Tools)
#. +> trunk5 stable5
#: krita/data/actions/ArtisticTextTool.action:18
#: krita/data/actions/ArtisticTextTool.action:23
#, kde-format
msgctxt "action"
msgid "Detach Path"
msgstr ""
#. i18n: context: Action (artistictext_font_italic), Actions (Artistic Text Tool), ActionCollection (Tools)
#. i18n: context: Action (artistictext_font_italic), Actions (Artistic Text Tool), ActionCollection (Tools)
#. i18n: context: Action (artistictext_font_italic), Actions (Artistic Text Tool), ActionCollection (Tools)
#. i18n: context: Action (artistictext_font_italic), Actions (Artistic Text Tool), ActionCollection (Tools)
#. +> trunk5 stable5
#: krita/data/actions/ArtisticTextTool.action:28
#: krita/data/actions/ArtisticTextTool.action:33
#, kde-format
msgctxt "action"
msgid "Italic text"
msgstr ""
#. i18n: context: Action (artistictext_anchor_middle), Actions (Artistic Text Tool), ActionCollection (Tools)
#. i18n: context: Action (artistictext_anchor_middle), Actions (Artistic Text Tool), ActionCollection (Tools)
#. i18n: context: Action (artistictext_anchor_middle), Actions (Artistic Text Tool), ActionCollection (Tools)
#. i18n: context: Action (artistictext_anchor_middle), Actions (Artistic Text Tool), ActionCollection (Tools)
#. +> trunk5 stable5
#: krita/data/actions/ArtisticTextTool.action:38
#: krita/data/actions/ArtisticTextTool.action:43
#, kde-format
msgctxt "action"
msgid "Anchor at Middle"
msgstr ""
#. i18n: context: Action (artistictext_anchor_end), Actions (Artistic Text Tool), ActionCollection (Tools)
#. i18n: context: Action (artistictext_anchor_end), Actions (Artistic Text Tool), ActionCollection (Tools)
#. i18n: context: Action (artistictext_anchor_end), Actions (Artistic Text Tool), ActionCollection (Tools)
#. i18n: context: Action (artistictext_anchor_end), Actions (Artistic Text Tool), ActionCollection (Tools)
#. +> trunk5 stable5
#: krita/data/actions/ArtisticTextTool.action:48
#: krita/data/actions/ArtisticTextTool.action:53
#, kde-format
msgctxt "action"
msgid "Anchor at End"
msgstr ""
#. i18n: context: Action (artistictext_convert_to_path), Actions (Artistic Text Tool), ActionCollection (Tools)
#. i18n: context: Action (artistictext_convert_to_path), Actions (Artistic Text Tool), ActionCollection (Tools)
#. i18n: context: Action (artistictext_convert_to_path), Actions (Artistic Text Tool), ActionCollection (Tools)
#. i18n: context: Action (artistictext_convert_to_path), Actions (Artistic Text Tool), ActionCollection (Tools)
#. +> trunk5 stable5
#: krita/data/actions/ArtisticTextTool.action:58
#: krita/data/actions/ArtisticTextTool.action:63
#, kde-format
msgctxt "action"
msgid "Convert to Path"
msgstr ""
#. i18n: context: Action (artistictext_anchor_start), Actions (Artistic Text Tool), ActionCollection (Tools)
#. i18n: context: Action (artistictext_anchor_start), Actions (Artistic Text Tool), ActionCollection (Tools)
#. i18n: context: Action (artistictext_anchor_start), Actions (Artistic Text Tool), ActionCollection (Tools)
#. i18n: context: Action (artistictext_anchor_start), Actions (Artistic Text Tool), ActionCollection (Tools)
#. +> trunk5 stable5
#: krita/data/actions/ArtisticTextTool.action:68
#: krita/data/actions/ArtisticTextTool.action:73
#, kde-format
msgctxt "action"
msgid "Anchor at Start"
msgstr ""
#. i18n: context: Action (artistictext_font_bold), Actions (Artistic Text Tool), ActionCollection (Tools)
#. i18n: context: Action (artistictext_font_bold), Actions (Artistic Text Tool), ActionCollection (Tools)
#. i18n: context: Action (artistictext_font_bold), Actions (Artistic Text Tool), ActionCollection (Tools)
#. i18n: context: Action (artistictext_font_bold), Actions (Artistic Text Tool), ActionCollection (Tools)
#. +> trunk5 stable5
#: krita/data/actions/ArtisticTextTool.action:78
#: krita/data/actions/ArtisticTextTool.action:83
#, kde-format
msgctxt "action"
msgid "Bold text"
msgstr ""
#. i18n: context: Action (edit_deselect_all), Actions (Artistic Text Tool), ActionCollection (Tools)
#. i18n: context: Action (deselect), Actions (Select), ActionCollection (Menu)
#. i18n: context: Action (edit_deselect_all), Actions (Artistic Text Tool), ActionCollection (Tools)
#. i18n: context: Action (deselect), Actions (Select), ActionCollection (Menu)
#. +> trunk5 stable5
#: krita/data/actions/ArtisticTextTool.action:88 krita/kritamenu.action:1176
#, kde-format
msgctxt "action"
msgid "Deselect"
msgstr ""
#. i18n: context: Action (edit_deselect_all), Actions (Artistic Text Tool), ActionCollection (Tools)
#. +> trunk5 stable5
#: krita/data/actions/ArtisticTextTool.action:93
#, kde-format
msgctxt "action"
msgid "Dese&lect"
msgstr ""
#. i18n: context: Action (artistictext_superscript), Actions (Artistic Text Tool), ActionCollection (Tools)
#. i18n: context: Action (artistictext_superscript), Actions (Artistic Text Tool), ActionCollection (Tools)
#. i18n: context: Action (format_super), Actions (References Tool), ActionCollection (Tools)
#. i18n: context: Action (format_super), Actions (References Tool), ActionCollection (Tools)
#. i18n: context: Action (format_super), Actions (Text Tool), ActionCollection (Tools)
#. i18n: context: Action (format_super), Actions (Text Tool), ActionCollection (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 (artistictext_superscript), Actions (Artistic Text Tool), ActionCollection (Tools)
#. i18n: context: Action (artistictext_superscript), Actions (Artistic Text Tool), ActionCollection (Tools)
#. i18n: context: Action (format_super), Actions (References Tool), ActionCollection (Tools)
#. i18n: context: Action (format_super), Actions (References Tool), ActionCollection (Tools)
#. i18n: context: Action (format_super), Actions (Text Tool), ActionCollection (Tools)
#. i18n: context: Action (format_super), Actions (Text Tool), ActionCollection (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
#: krita/data/actions/ArtisticTextTool.action:98
#: krita/data/actions/ArtisticTextTool.action:103
#: krita/data/actions/ReferencesTool.action:467
#: krita/data/actions/ReferencesTool.action:469
#: krita/data/actions/TextTool.action:318
#: krita/data/actions/TextTool.action:323
#: plugins/tools/svgtexttool/SvgTextTool.action:128
#: plugins/tools/svgtexttool/SvgTextTool.action:133
#, kde-format
msgctxt "action"
msgid "Superscript"
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 (format_alignright), Actions (References Tool), ActionCollection (Tools)
#. i18n: context: Action (format_alignright), Actions (References Tool), ActionCollection (Tools)
#. i18n: context: Action (format_alignright), Actions (Text Tool), ActionCollection (Tools)
#. i18n: context: Action (format_alignright), Actions (Text 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 (format_alignright), Actions (References Tool), ActionCollection (Tools)
#. i18n: context: Action (format_alignright), Actions (References Tool), ActionCollection (Tools)
#. i18n: context: Action (format_alignright), Actions (Text Tool), ActionCollection (Tools)
#. i18n: context: Action (format_alignright), Actions (Text 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
#: krita/data/actions/ReferencesTool.action:417
#: krita/data/actions/ReferencesTool.action:419
#: krita/data/actions/TextTool.action:8 krita/data/actions/TextTool.action:13
#: 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 (format_alignleft), Actions (References Tool), ActionCollection (Tools)
#. i18n: context: Action (format_alignleft), Actions (References Tool), ActionCollection (Tools)
#. i18n: context: Action (format_alignleft), Actions (Text Tool), ActionCollection (Tools)
#. i18n: context: Action (format_alignleft), Actions (Text 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 (format_alignleft), Actions (References Tool), ActionCollection (Tools)
#. i18n: context: Action (format_alignleft), Actions (References Tool), ActionCollection (Tools)
#. i18n: context: Action (format_alignleft), Actions (Text Tool), ActionCollection (Tools)
#. i18n: context: Action (format_alignleft), Actions (Text 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
#: krita/data/actions/ReferencesTool.action:527
#: krita/data/actions/ReferencesTool.action:529
#: krita/data/actions/TextTool.action:128
#: krita/data/actions/TextTool.action:133
#: 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
#: 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
#: 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
#: 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
#: 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
#: 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
#: 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
#: 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
#: 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
#: 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
#: 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
#: 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
#: 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
#: 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
#: 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
#: 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
#: 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
#: 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
#: 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
#: 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
#: 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
#: 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
#: 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
#: 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
#: 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
#: 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
#: 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
#: 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
#: 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
#: krita/data/actions/InteractionTool.action:261
#, kde-format
msgctxt "action"
msgid "Unite"
msgstr ""
#. i18n: context: Action (object_unite), Actions (Interaction Tool), ActionCollection (Tools)
#. +> trunk5
#: krita/data/actions/InteractionTool.action:262
#, kde-format
msgctxt "action"
msgid "Create boolean onion of multiple objects"
msgstr ""
#. i18n: context: Action (object_intersect), Actions (Interaction Tool), ActionCollection (Tools)
#. +> trunk5
#: krita/data/actions/InteractionTool.action:271
#, kde-format
msgctxt "action"
msgid "Intersect"
msgstr ""
#. i18n: context: Action (object_intersect), Actions (Interaction Tool), ActionCollection (Tools)
#. +> trunk5
#: 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
#: krita/data/actions/InteractionTool.action:281
#, kde-format
msgctxt "action"
msgid "Subtract"
msgstr ""
#. i18n: context: Action (object_subtract), Actions (Interaction Tool), ActionCollection (Tools)
#. +> trunk5
#: 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
#: krita/data/actions/InteractionTool.action:291
#, kde-format
msgctxt "action"
msgid "Split"
msgstr ""
#. i18n: context: Action (object_split), Actions (Interaction Tool), ActionCollection (Tools)
#. +> trunk5
#: 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 ""
#. i18n: context: Actions (References Tool), ActionCollection (Tools)
#. +> trunk5 stable5
#: krita/data/actions/ReferencesTool.action:4
#, kde-format
msgctxt "action"
msgid "References Tool"
msgstr ""
#. i18n: context: Action (insert_autofootnote), Actions (References Tool), ActionCollection (Tools)
#. i18n: context: Action (insert_autofootnote), Actions (References Tool), ActionCollection (Tools)
#. i18n: context: Action (insert_autofootnote), Actions (References Tool), ActionCollection (Tools)
#. i18n: context: Action (insert_autofootnote), Actions (References Tool), ActionCollection (Tools)
#. +> trunk5 stable5
#: krita/data/actions/ReferencesTool.action:7
#: krita/data/actions/ReferencesTool.action:9
#, kde-format
msgctxt "action"
msgid "Insert footnote with auto number"
msgstr ""
#. i18n: context: Action (insert_configure_tableofcontents), Actions (References Tool), ActionCollection (Tools)
#. +> trunk5 stable5
#: krita/data/actions/ReferencesTool.action:17
#, kde-format
msgctxt "action"
msgid "Insert Custom..."
msgstr ""
#. i18n: context: Action (insert_configure_tableofcontents), Actions (References Tool), ActionCollection (Tools)
#. +> trunk5 stable5
#: krita/data/actions/ReferencesTool.action:19
#, kde-format
msgctxt "action"
msgid "Insert a custom Table of Contents into the document."
msgstr ""
#. i18n: context: Action (insert_labeledfootnote), Actions (References Tool), ActionCollection (Tools)
#. i18n: context: Action (insert_labeledfootnote), Actions (References Tool), ActionCollection (Tools)
#. i18n: context: Action (insert_labeledfootnote), Actions (References Tool), ActionCollection (Tools)
#. i18n: context: Action (insert_labeledfootnote), Actions (References Tool), ActionCollection (Tools)
#. +> trunk5 stable5
#: krita/data/actions/ReferencesTool.action:27
#: krita/data/actions/ReferencesTool.action:29
#, kde-format
msgctxt "action"
msgid "Insert Labeled Footnote"
msgstr ""
#. i18n: context: Action (edit_paste_text), Actions (References Tool), ActionCollection (Tools)
#. +> trunk5
#: krita/data/actions/ReferencesTool.action:37
#, kde-format
msgctxt "action"
msgid "Paste"
msgstr ""
#. i18n: context: Action (format_footnotes), Actions (References Tool), ActionCollection (Tools)
#. i18n: context: Action (format_endnotes), Actions (References Tool), ActionCollection (Tools)
#. i18n: context: Action (svg_settings), Actions (Text Tool), ActionCollection (svg_Tools)
#. i18n: context: Action (format_footnotes), Actions (References Tool), ActionCollection (Tools)
#. i18n: context: Action (format_endnotes), Actions (References Tool), ActionCollection (Tools)
#. i18n: context: Action (svg_settings), Actions (Text Tool), ActionCollection (svg_Tools)
#. +> trunk5 stable5
#: krita/data/actions/ReferencesTool.action:47
#: krita/data/actions/ReferencesTool.action:177
#: plugins/tools/svgtexttool/SvgTextTool.action:233
#, kde-format
msgctxt "action"
msgid "Settings..."
msgstr ""
#. i18n: context: Action (format_footnotes), Actions (References Tool), ActionCollection (Tools)
#. i18n: context: Action (format_endnotes), Actions (References Tool), ActionCollection (Tools)
#. i18n: context: Actions (Settings), ActionCollection (Menu)
#. i18n: context: Action (format_footnotes), Actions (References Tool), ActionCollection (Tools)
#. i18n: context: Action (format_endnotes), Actions (References Tool), ActionCollection (Tools)
#. i18n: context: Actions (Settings), ActionCollection (Menu)
#. +> trunk5 stable5
#: krita/data/actions/ReferencesTool.action:49
#: krita/data/actions/ReferencesTool.action:179 krita/kritamenu.action:1521
#, kde-format
msgctxt "action"
msgid "Settings"
msgstr ""
#. i18n: context: Action (change_text_direction), Actions (References Tool), ActionCollection (Tools)
#. i18n: context: Action (change_text_direction), Actions (Text Tool), ActionCollection (Tools)
#. i18n: context: Action (change_text_direction), Actions (References Tool), ActionCollection (Tools)
#. i18n: context: Action (change_text_direction), Actions (Text Tool), ActionCollection (Tools)
#. +> trunk5 stable5
#: krita/data/actions/ReferencesTool.action:57
#: krita/data/actions/TextTool.action:173
#, kde-format
msgctxt "action"
msgid "Change text direction"
msgstr ""
#. i18n: context: Action (change_text_direction), Actions (References Tool), ActionCollection (Tools)
#. i18n: context: Action (change_text_direction), Actions (Text Tool), ActionCollection (Tools)
#. i18n: context: Action (change_text_direction), Actions (References Tool), ActionCollection (Tools)
#. i18n: context: Action (change_text_direction), Actions (Text Tool), ActionCollection (Tools)
#. +> trunk5 stable5
#: krita/data/actions/ReferencesTool.action:59
#: krita/data/actions/TextTool.action:168
#, kde-format
msgctxt "action"
msgid "Change writing direction"
msgstr ""
#. i18n: context: Action (split_sections), Actions (References Tool), ActionCollection (Tools)
#. i18n: context: Action (split_sections), Actions (References Tool), ActionCollection (Tools)
#. i18n: context: Action (split_sections), Actions (Text Tool), ActionCollection (Tools)
#. i18n: context: Action (split_sections), Actions (References Tool), ActionCollection (Tools)
#. i18n: context: Action (split_sections), Actions (References Tool), ActionCollection (Tools)
#. i18n: context: Action (split_sections), Actions (Text Tool), ActionCollection (Tools)
#. +> trunk5 stable5
#: krita/data/actions/ReferencesTool.action:67
#: krita/data/actions/ReferencesTool.action:69
#: krita/data/actions/TextTool.action:268
#, kde-format
msgctxt "action"
msgid "Insert Paragraph between sections"
msgstr ""
#. i18n: context: Action (repaint), Actions (References Tool), ActionCollection (Tools)
#. i18n: context: Action (repaint), Actions (References Tool), ActionCollection (Tools)
#. i18n: context: Action (repaint), Actions (Text Tool), ActionCollection (Tools)
#. i18n: context: Action (repaint), Actions (Text Tool), ActionCollection (Tools)
#. i18n: context: Action (repaint), Actions (References Tool), ActionCollection (Tools)
#. i18n: context: Action (repaint), Actions (References Tool), ActionCollection (Tools)
#. i18n: context: Action (repaint), Actions (Text Tool), ActionCollection (Tools)
#. i18n: context: Action (repaint), Actions (Text Tool), ActionCollection (Tools)
#. +> trunk5 stable5
#: krita/data/actions/ReferencesTool.action:77
#: krita/data/actions/ReferencesTool.action:79
#: krita/data/actions/TextTool.action:408
#: krita/data/actions/TextTool.action:413
#, kde-format
msgctxt "action"
msgid "Repaint"
msgstr ""
#. i18n: context: Action (insert_link), Actions (References Tool), ActionCollection (Tools)
#. +> trunk5 stable5
#: krita/data/actions/ReferencesTool.action:87
#, kde-format
msgctxt "action"
msgid "Insert Link"
msgstr ""
#. i18n: context: Action (insert_link), Actions (References Tool), ActionCollection (Tools)
#. +> trunk5 stable5
#: krita/data/actions/ReferencesTool.action:89
#, kde-format
msgctxt "action"
msgid "Insert a weblink or link to a bookmark."
msgstr ""
#. i18n: context: Action (manage_bookmarks), Actions (References Tool), ActionCollection (Tools)
#. +> trunk5 stable5
#: krita/data/actions/ReferencesTool.action:97
#, kde-format
msgctxt "action"
msgid "Manage Bookmarks"
msgstr ""
#. i18n: context: Action (manage_bookmarks), Actions (References Tool), ActionCollection (Tools)
#. +> trunk5 stable5
#: krita/data/actions/ReferencesTool.action:99
#, kde-format
msgctxt "action"
msgid "Manage your Bookmarks. Check where are they pointing to, Delete or Rename."
msgstr ""
#. i18n: context: Action (format_stylist), Actions (References Tool), ActionCollection (Tools)
#. i18n: context: Action (format_stylist), Actions (Text Tool), ActionCollection (Tools)
#. i18n: context: Action (format_stylist), Actions (References Tool), ActionCollection (Tools)
#. i18n: context: Action (format_stylist), Actions (Text Tool), ActionCollection (Tools)
#. +> trunk5 stable5
#: krita/data/actions/ReferencesTool.action:107
#: krita/data/actions/TextTool.action:353
#, kde-format
msgctxt "action"
msgid "Style Manager..."
msgstr ""
#. i18n: context: Action (format_stylist), Actions (References Tool), ActionCollection (Tools)
#. i18n: context: Action (format_stylist), Actions (Text Tool), ActionCollection (Tools)
#. i18n: context: Action (format_stylist), Actions (References Tool), ActionCollection (Tools)
#. i18n: context: Action (format_stylist), Actions (Text Tool), ActionCollection (Tools)
#. +> trunk5 stable5
#: krita/data/actions/ReferencesTool.action:109
#: krita/data/actions/TextTool.action:348
#, kde-format
msgctxt "action"
msgid "Change attributes of styles"
msgstr ""
#. i18n: context: Action (format_font), Actions (References Tool), ActionCollection (Tools)
#. i18n: context: Action (format_font), Actions (Text Tool), ActionCollection (Tools)
#. i18n: context: Action (svg_font), Actions (Text Tool), ActionCollection (svg_Tools)
#. i18n: context: Action (format_font), Actions (References Tool), ActionCollection (Tools)
#. i18n: context: Action (format_font), Actions (Text Tool), ActionCollection (Tools)
#. i18n: context: Action (svg_font), Actions (Text Tool), ActionCollection (svg_Tools)
#. +> trunk5 stable5
#: krita/data/actions/ReferencesTool.action:117
#: krita/data/actions/TextTool.action:403
#: plugins/tools/svgtexttool/SvgTextTool.action:43
#, kde-format
msgctxt "action"
msgid "Font..."
msgstr ""
#. i18n: context: Action (format_font), Actions (References Tool), ActionCollection (Tools)
#. i18n: context: Action (format_font), Actions (Text Tool), ActionCollection (Tools)
#. i18n: context: Action (svg_font), Actions (Text Tool), ActionCollection (svg_Tools)
#. i18n: context: Action (format_font), Actions (References Tool), ActionCollection (Tools)
#. i18n: context: Action (format_font), Actions (Text Tool), ActionCollection (Tools)
#. i18n: context: Action (svg_font), Actions (Text Tool), ActionCollection (svg_Tools)
#. +> trunk5 stable5
#: krita/data/actions/ReferencesTool.action:119
#: krita/data/actions/TextTool.action:398
#: plugins/tools/svgtexttool/SvgTextTool.action:38
#, kde-format
msgctxt "action"
msgid "Change character size, font, boldface, italics etc."
msgstr ""
#. i18n: context: Action (format_fontsize), Actions (References Tool), ActionCollection (Tools)
#. i18n: context: Action (format_fontsize), Actions (References Tool), ActionCollection (Tools)
#. i18n: context: Action (format_fontsize), Actions (Text Tool), ActionCollection (Tools)
#. i18n: context: Action (format_fontsize), Actions (Text Tool), ActionCollection (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 (format_fontsize), Actions (References Tool), ActionCollection (Tools)
#. i18n: context: Action (format_fontsize), Actions (References Tool), ActionCollection (Tools)
#. i18n: context: Action (format_fontsize), Actions (Text Tool), ActionCollection (Tools)
#. i18n: context: Action (format_fontsize), Actions (Text Tool), ActionCollection (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
#: krita/data/actions/ReferencesTool.action:127
#: krita/data/actions/ReferencesTool.action:129
#: krita/data/actions/TextTool.action:278
#: krita/data/actions/TextTool.action:283
#: plugins/tools/svgtexttool/SvgTextTool.action:28
#: plugins/tools/svgtexttool/SvgTextTool.action:33
#, kde-format
msgctxt "action"
msgid "Font Size"
msgstr ""
#. i18n: context: Action (format_textcolor), Actions (References Tool), ActionCollection (Tools)
#. i18n: context: Action (format_textcolor), Actions (Text Tool), ActionCollection (Tools)
#. i18n: context: Action (svg_format_textcolor), Actions (Text Tool), ActionCollection (svg_Tools)
#. i18n: context: Action (format_textcolor), Actions (References Tool), ActionCollection (Tools)
#. i18n: context: Action (format_textcolor), Actions (Text Tool), ActionCollection (Tools)
#. i18n: context: Action (svg_format_textcolor), Actions (Text Tool), ActionCollection (svg_Tools)
#. +> trunk5 stable5
#: krita/data/actions/ReferencesTool.action:137
#: krita/data/actions/TextTool.action:43
#: plugins/tools/svgtexttool/SvgTextTool.action:13
#, kde-format
msgctxt "action"
msgid "Text Color"
msgstr ""
#. i18n: context: Action (format_alignblock), Actions (References Tool), ActionCollection (Tools)
#. i18n: context: Action (format_alignblock), Actions (References Tool), ActionCollection (Tools)
#. i18n: context: Action (format_alignblock), Actions (Text Tool), ActionCollection (Tools)
#. i18n: context: Action (format_alignblock), Actions (Text Tool), ActionCollection (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 (format_alignblock), Actions (References Tool), ActionCollection (Tools)
#. i18n: context: Action (format_alignblock), Actions (References Tool), ActionCollection (Tools)
#. i18n: context: Action (format_alignblock), Actions (Text Tool), ActionCollection (Tools)
#. i18n: context: Action (format_alignblock), Actions (Text Tool), ActionCollection (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
#: krita/data/actions/ReferencesTool.action:147
#: krita/data/actions/ReferencesTool.action:149
#: krita/data/actions/TextTool.action:358
#: krita/data/actions/TextTool.action:363
#: plugins/tools/svgtexttool/SvgTextTool.action:78
#: plugins/tools/svgtexttool/SvgTextTool.action:83
#, kde-format
msgctxt "action"
msgid "Align Block"
msgstr ""
#. i18n: context: Action (insert_bibliography), Actions (References Tool), ActionCollection (Tools)
#. +> trunk5 stable5
#: krita/data/actions/ReferencesTool.action:157
#, kde-format
msgctxt "action"
msgid "Insert Bibliography"
msgstr ""
#. i18n: context: Action (insert_bibliography), Actions (References Tool), ActionCollection (Tools)
#. +> trunk5 stable5
#: krita/data/actions/ReferencesTool.action:159
#, kde-format
msgctxt "action"
msgid "Insert a bibliography into the document."
msgstr ""
#. i18n: context: Action (insert_autoendnote), Actions (References Tool), ActionCollection (Tools)
#. i18n: context: Action (insert_autoendnote), Actions (References Tool), ActionCollection (Tools)
#. i18n: context: Action (insert_autoendnote), Actions (References Tool), ActionCollection (Tools)
#. i18n: context: Action (insert_autoendnote), Actions (References Tool), ActionCollection (Tools)
#. +> trunk5 stable5
#: krita/data/actions/ReferencesTool.action:167
#: krita/data/actions/ReferencesTool.action:169
#, kde-format
msgctxt "action"
msgid "Insert endnote with auto number"
msgstr ""
#. i18n: context: Action (invoke_bookmark_handler), Actions (References Tool), ActionCollection (Tools)
#. +> trunk5 stable5
#: krita/data/actions/ReferencesTool.action:187
#, kde-format
msgctxt "action"
msgid "Bookmarks"
msgstr ""
#. i18n: context: Action (invoke_bookmark_handler), Actions (References Tool), ActionCollection (Tools)
#. +> trunk5 stable5
#: krita/data/actions/ReferencesTool.action:189
#, kde-format
msgctxt "action"
msgid "Display a pop up that hosts the options to add new Bookmark or handle existing Bookmarks"
msgstr ""
#. i18n: context: Action (format_numberlist), Actions (References Tool), ActionCollection (Tools)
#. i18n: context: Action (format_numberlist), Actions (References Tool), ActionCollection (Tools)
#. i18n: context: Action (format_numberlist), Actions (Text Tool), ActionCollection (Tools)
#. i18n: context: Action (format_numberlist), Actions (Text Tool), ActionCollection (Tools)
#. i18n: context: Action (format_numberlist), Actions (References Tool), ActionCollection (Tools)
#. i18n: context: Action (format_numberlist), Actions (References Tool), ActionCollection (Tools)
#. i18n: context: Action (format_numberlist), Actions (Text Tool), ActionCollection (Tools)
#. i18n: context: Action (format_numberlist), Actions (Text Tool), ActionCollection (Tools)
#. +> trunk5 stable5
#: krita/data/actions/ReferencesTool.action:197
#: krita/data/actions/ReferencesTool.action:199
#: krita/data/actions/TextTool.action:338
#: krita/data/actions/TextTool.action:343
#, kde-format
msgctxt "action"
msgid "Numbered list"
msgstr ""
#. i18n: context: Action (fontsizedown), Actions (References Tool), ActionCollection (Tools)
#. i18n: context: Action (fontsizedown), Actions (References Tool), ActionCollection (Tools)
#. i18n: context: Action (fontsizedown), Actions (Text Tool), ActionCollection (Tools)
#. i18n: context: Action (fontsizedown), Actions (Text Tool), ActionCollection (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 (fontsizedown), Actions (References Tool), ActionCollection (Tools)
#. i18n: context: Action (fontsizedown), Actions (References Tool), ActionCollection (Tools)
#. i18n: context: Action (fontsizedown), Actions (Text Tool), ActionCollection (Tools)
#. i18n: context: Action (fontsizedown), Actions (Text Tool), ActionCollection (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
#: krita/data/actions/ReferencesTool.action:217
#: krita/data/actions/ReferencesTool.action:219
#: krita/data/actions/TextTool.action:248
#: krita/data/actions/TextTool.action:253
#: plugins/tools/svgtexttool/SvgTextTool.action:98
#: plugins/tools/svgtexttool/SvgTextTool.action:103
#, kde-format
msgctxt "action"
msgid "Decrease Font Size"
msgstr ""
#. i18n: context: Action (insert_citation), Actions (References Tool), ActionCollection (Tools)
#. +> trunk5 stable5
#: krita/data/actions/ReferencesTool.action:227
#, kde-format
msgctxt "action"
msgid "Insert Citation"
msgstr ""
#. i18n: context: Action (insert_citation), Actions (References Tool), ActionCollection (Tools)
#. +> trunk5 stable5
#: krita/data/actions/ReferencesTool.action:229
#, kde-format
msgctxt "action"
msgid "Insert a citation into the document."
msgstr ""
#. i18n: context: Action (configure_section), Actions (References Tool), ActionCollection (Tools)
#. i18n: context: Action (configure_section), Actions (References Tool), ActionCollection (Tools)
#. i18n: context: Action (configure_section), Actions (Text Tool), ActionCollection (Tools)
#. i18n: context: Action (configure_section), Actions (Text Tool), ActionCollection (Tools)
#. i18n: context: Action (configure_section), Actions (References Tool), ActionCollection (Tools)
#. i18n: context: Action (configure_section), Actions (References Tool), ActionCollection (Tools)
#. i18n: context: Action (configure_section), Actions (Text Tool), ActionCollection (Tools)
#. i18n: context: Action (configure_section), Actions (Text Tool), ActionCollection (Tools)
#. +> trunk5 stable5
#: krita/data/actions/ReferencesTool.action:237
#: krita/data/actions/ReferencesTool.action:239
#: krita/data/actions/TextTool.action:158
#: krita/data/actions/TextTool.action:163
#, kde-format
msgctxt "action"
msgid "Configure current section"
msgstr ""
#. i18n: context: Action (insert_index), Actions (References Tool), ActionCollection (Tools)
#. i18n: context: Action (insert_index), Actions (References Tool), ActionCollection (Tools)
#. i18n: context: Action (insert_index), Actions (Text Tool), ActionCollection (Tools)
#. i18n: context: Action (insert_index), Actions (Text Tool), ActionCollection (Tools)
#. i18n: context: Action (insert_index), Actions (References Tool), ActionCollection (Tools)
#. i18n: context: Action (insert_index), Actions (References Tool), ActionCollection (Tools)
#. i18n: context: Action (insert_index), Actions (Text Tool), ActionCollection (Tools)
#. i18n: context: Action (insert_index), Actions (Text Tool), ActionCollection (Tools)
#. +> trunk5 stable5
#: krita/data/actions/ReferencesTool.action:247
#: krita/data/actions/ReferencesTool.action:249
#: krita/data/actions/TextTool.action:218
#: krita/data/actions/TextTool.action:223
#, kde-format
msgctxt "action"
msgid "Insert Index"
msgstr ""
#. i18n: context: Action (format_italic), Actions (References Tool), ActionCollection (Tools)
#. i18n: context: Action (format_italic), Actions (References Tool), ActionCollection (Tools)
#. i18n: context: Action (format_italic), Actions (Text Tool), ActionCollection (Tools)
#. i18n: context: Action (format_italic), Actions (Text Tool), ActionCollection (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 (format_italic), Actions (References Tool), ActionCollection (Tools)
#. i18n: context: Action (format_italic), Actions (References Tool), ActionCollection (Tools)
#. i18n: context: Action (format_italic), Actions (Text Tool), ActionCollection (Tools)
#. i18n: context: Action (format_italic), Actions (Text Tool), ActionCollection (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
#: krita/data/actions/ReferencesTool.action:257
#: krita/data/actions/ReferencesTool.action:259
#: krita/data/actions/TextTool.action:288
#: krita/data/actions/TextTool.action:293
#: plugins/tools/svgtexttool/SvgTextTool.action:168
#: plugins/tools/svgtexttool/SvgTextTool.action:173
#, kde-format
msgctxt "action"
msgid "Italic"
msgstr ""
#. i18n: context: Action (format_strike), Actions (References Tool), ActionCollection (Tools)
#. i18n: context: Action (format_strike), Actions (References Tool), ActionCollection (Tools)
#. i18n: context: Action (format_strike), Actions (Text Tool), ActionCollection (Tools)
#. i18n: context: Action (format_strike), Actions (Text Tool), ActionCollection (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 (format_strike), Actions (References Tool), ActionCollection (Tools)
#. i18n: context: Action (format_strike), Actions (References Tool), ActionCollection (Tools)
#. i18n: context: Action (format_strike), Actions (Text Tool), ActionCollection (Tools)
#. i18n: context: Action (format_strike), Actions (Text Tool), ActionCollection (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
#: krita/data/actions/ReferencesTool.action:267
#: krita/data/actions/ReferencesTool.action:269
#: krita/data/actions/TextTool.action:148
#: krita/data/actions/TextTool.action:153
#: plugins/tools/svgtexttool/SvgTextTool.action:148
#: plugins/tools/svgtexttool/SvgTextTool.action:153
#, kde-format
msgctxt "action"
msgid "Strikethrough"
msgstr ""
#. i18n: context: Action (insert_custom_bibliography), Actions (References Tool), ActionCollection (Tools)
#. +> trunk5 stable5
#: krita/data/actions/ReferencesTool.action:277
#, kde-format
msgctxt "action"
msgid "Insert Custom Bibliography"
msgstr ""
#. i18n: context: Action (insert_custom_bibliography), Actions (References Tool), ActionCollection (Tools)
#. +> trunk5 stable5
#: krita/data/actions/ReferencesTool.action:279
#, kde-format
msgctxt "action"
msgid "Insert a custom Bibliography into the document."
msgstr ""
#. i18n: context: Action (detailed_debug_styles), Actions (References Tool), ActionCollection (Tools)
#. i18n: context: Action (detailed_debug_styles), Actions (References Tool), ActionCollection (Tools)
#. i18n: context: Action (detailed_debug_styles), Actions (Text Tool), ActionCollection (Tools)
#. i18n: context: Action (detailed_debug_styles), Actions (Text Tool), ActionCollection (Tools)
#. i18n: context: Action (detailed_debug_styles), Actions (References Tool), ActionCollection (Tools)
#. i18n: context: Action (detailed_debug_styles), Actions (References Tool), ActionCollection (Tools)
#. i18n: context: Action (detailed_debug_styles), Actions (Text Tool), ActionCollection (Tools)
#. i18n: context: Action (detailed_debug_styles), Actions (Text Tool), ActionCollection (Tools)
#. +> trunk5 stable5
#: krita/data/actions/ReferencesTool.action:287
#: krita/data/actions/ReferencesTool.action:289
#: krita/data/actions/TextTool.action:68 krita/data/actions/TextTool.action:73
#, kde-format
msgctxt "action"
msgid "Styles Debug"
msgstr ""
#. i18n: context: Action (format_bulletlist), Actions (References Tool), ActionCollection (Tools)
#. i18n: context: Action (format_bulletlist), Actions (References Tool), ActionCollection (Tools)
#. i18n: context: Action (format_bulletlist), Actions (Text Tool), ActionCollection (Tools)
#. i18n: context: Action (format_bulletlist), Actions (Text Tool), ActionCollection (Tools)
#. i18n: context: Action (format_bulletlist), Actions (References Tool), ActionCollection (Tools)
#. i18n: context: Action (format_bulletlist), Actions (References Tool), ActionCollection (Tools)
#. i18n: context: Action (format_bulletlist), Actions (Text Tool), ActionCollection (Tools)
#. i18n: context: Action (format_bulletlist), Actions (Text Tool), ActionCollection (Tools)
#. +> trunk5 stable5
#: krita/data/actions/ReferencesTool.action:297
#: krita/data/actions/ReferencesTool.action:299
#: krita/data/actions/TextTool.action:208
#: krita/data/actions/TextTool.action:213
#, kde-format
msgctxt "action"
msgid "Bullet list"
msgstr ""
#. i18n: context: Action (format_underline), Actions (References Tool), ActionCollection (Tools)
#. i18n: context: Action (format_underline), Actions (References Tool), ActionCollection (Tools)
#. i18n: context: Action (format_underline), Actions (Text Tool), ActionCollection (Tools)
#. i18n: context: Action (format_underline), Actions (Text Tool), ActionCollection (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 (format_underline), Actions (References Tool), ActionCollection (Tools)
#. i18n: context: Action (format_underline), Actions (References Tool), ActionCollection (Tools)
#. i18n: context: Action (format_underline), Actions (Text Tool), ActionCollection (Tools)
#. i18n: context: Action (format_underline), Actions (Text Tool), ActionCollection (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
#: krita/data/actions/ReferencesTool.action:307
#: krita/data/actions/ReferencesTool.action:309
#: krita/data/actions/TextTool.action:88 krita/data/actions/TextTool.action:93
#: plugins/tools/svgtexttool/SvgTextTool.action:138
#: plugins/tools/svgtexttool/SvgTextTool.action:143
#, kde-format
msgctxt "action"
msgid "Underline"
msgstr ""
#. i18n: context: Action (format_aligncenter), Actions (References Tool), ActionCollection (Tools)
#. i18n: context: Action (format_aligncenter), Actions (References Tool), ActionCollection (Tools)
#. i18n: context: Action (format_aligncenter), Actions (Text Tool), ActionCollection (Tools)
#. i18n: context: Action (format_aligncenter), Actions (Text Tool), ActionCollection (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 (format_aligncenter), Actions (References Tool), ActionCollection (Tools)
#. i18n: context: Action (format_aligncenter), Actions (References Tool), ActionCollection (Tools)
#. i18n: context: Action (format_aligncenter), Actions (Text Tool), ActionCollection (Tools)
#. i18n: context: Action (format_aligncenter), Actions (Text Tool), ActionCollection (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
#: krita/data/actions/ReferencesTool.action:317
#: krita/data/actions/ReferencesTool.action:319
#: krita/data/actions/TextTool.action:228
#: krita/data/actions/TextTool.action:233
#: plugins/tools/svgtexttool/SvgTextTool.action:88
#: plugins/tools/svgtexttool/SvgTextTool.action:93
#, kde-format
msgctxt "action"
msgid "Align Center"
msgstr ""
#. i18n: context: Action (shrink_to_fit), Actions (References Tool), ActionCollection (Tools)
#. i18n: context: Action (shrink_to_fit), Actions (References Tool), ActionCollection (Tools)
#. i18n: context: Action (shrink_to_fit), Actions (Text Tool), ActionCollection (Tools)
#. i18n: context: Action (shrink_to_fit), Actions (Text Tool), ActionCollection (Tools)
#. i18n: context: Action (shrink_to_fit), Actions (References Tool), ActionCollection (Tools)
#. i18n: context: Action (shrink_to_fit), Actions (References Tool), ActionCollection (Tools)
#. i18n: context: Action (shrink_to_fit), Actions (Text Tool), ActionCollection (Tools)
#. i18n: context: Action (shrink_to_fit), Actions (Text Tool), ActionCollection (Tools)
#. +> trunk5 stable5
#: krita/data/actions/ReferencesTool.action:327
#: krita/data/actions/ReferencesTool.action:329
#: krita/data/actions/TextTool.action:58 krita/data/actions/TextTool.action:63
#, kde-format
msgctxt "action"
msgid "Shrink To Fit"
msgstr ""
#. i18n: context: Action (edit_select_all), Actions (References Tool), ActionCollection (Tools)
#. i18n: context: Action (edit_select_all), Actions (Text Tool), ActionCollection (Tools)
#. i18n: context: Action (select_all), Actions (Select), ActionCollection (Menu)
#. i18n: context: Action (edit_select_all), Actions (References Tool), ActionCollection (Tools)
#. i18n: context: Action (edit_select_all), Actions (Text Tool), ActionCollection (Tools)
#. i18n: context: Action (select_all), Actions (Select), ActionCollection (Menu)
#. +> trunk5 stable5
#: krita/data/actions/ReferencesTool.action:337
#: krita/data/actions/TextTool.action:333 krita/kritamenu.action:1162
#, kde-format
msgctxt "action"
msgid "Select &All"
msgstr ""
#. i18n: context: Action (edit_select_all), Actions (References Tool), ActionCollection (Tools)
#. i18n: context: Action (edit_select_all), Actions (Text Tool), ActionCollection (Tools)
#. i18n: context: Action (select_all), Actions (Select), ActionCollection (Menu)
#. i18n: context: Action (edit_select_all), Actions (References Tool), ActionCollection (Tools)
#. i18n: context: Action (edit_select_all), Actions (Text Tool), ActionCollection (Tools)
#. i18n: context: Action (select_all), Actions (Select), ActionCollection (Menu)
#. +> trunk5 stable5
#: krita/data/actions/ReferencesTool.action:339
#: krita/data/actions/TextTool.action:328 krita/kritamenu.action:1164
#, kde-format
msgctxt "action"
msgid "Select All"
msgstr ""
#. i18n: context: Action (format_increaseindent), Actions (References Tool), ActionCollection (Tools)
#. i18n: context: Action (format_increaseindent), Actions (References Tool), ActionCollection (Tools)
#. i18n: context: Action (format_increaseindent), Actions (Text Tool), ActionCollection (Tools)
#. i18n: context: Action (format_increaseindent), Actions (Text Tool), ActionCollection (Tools)
#. i18n: context: Action (format_increaseindent), Actions (References Tool), ActionCollection (Tools)
#. i18n: context: Action (format_increaseindent), Actions (References Tool), ActionCollection (Tools)
#. i18n: context: Action (format_increaseindent), Actions (Text Tool), ActionCollection (Tools)
#. i18n: context: Action (format_increaseindent), Actions (Text Tool), ActionCollection (Tools)
#. +> trunk5 stable5
#: krita/data/actions/ReferencesTool.action:347
#: krita/data/actions/ReferencesTool.action:349
#: krita/data/actions/TextTool.action:78 krita/data/actions/TextTool.action:83
#, kde-format
msgctxt "action"
msgid "Increase Indent"
msgstr ""
#. i18n: context: Action (insert_tableofcontents), Actions (References Tool), ActionCollection (Tools)
#. +> trunk5 stable5
#: krita/data/actions/ReferencesTool.action:357
#, kde-format
msgctxt "action"
msgid "Insert"
msgstr ""
#. i18n: context: Action (insert_tableofcontents), Actions (References Tool), ActionCollection (Tools)
#. +> trunk5 stable5
#: krita/data/actions/ReferencesTool.action:359
#, kde-format
msgctxt "action"
msgid "Insert a Table of Contents into the document."
msgstr ""
#. i18n: context: Action (detailed_debug_paragraphs), Actions (References Tool), ActionCollection (Tools)
#. i18n: context: Action (detailed_debug_paragraphs), Actions (References Tool), ActionCollection (Tools)
#. i18n: context: Action (detailed_debug_paragraphs), Actions (Text Tool), ActionCollection (Tools)
#. i18n: context: Action (detailed_debug_paragraphs), Actions (Text Tool), ActionCollection (Tools)
#. i18n: context: Action (detailed_debug_paragraphs), Actions (References Tool), ActionCollection (Tools)
#. i18n: context: Action (detailed_debug_paragraphs), Actions (References Tool), ActionCollection (Tools)
#. i18n: context: Action (detailed_debug_paragraphs), Actions (Text Tool), ActionCollection (Tools)
#. i18n: context: Action (detailed_debug_paragraphs), Actions (Text Tool), ActionCollection (Tools)
#. +> trunk5 stable5
#: krita/data/actions/ReferencesTool.action:367
#: krita/data/actions/ReferencesTool.action:369
#: krita/data/actions/TextTool.action:378
#: krita/data/actions/TextTool.action:383
#, kde-format
msgctxt "action"
msgid "Paragraph Debug"
msgstr ""
#. i18n: context: Action (insert_labeledendnote), Actions (References Tool), ActionCollection (Tools)
#. i18n: context: Action (insert_labeledendnote), Actions (References Tool), ActionCollection (Tools)
#. i18n: context: Action (insert_labeledendnote), Actions (References Tool), ActionCollection (Tools)
#. i18n: context: Action (insert_labeledendnote), Actions (References Tool), ActionCollection (Tools)
#. +> trunk5 stable5
#: krita/data/actions/ReferencesTool.action:377
#: krita/data/actions/ReferencesTool.action:379
#, kde-format
msgctxt "action"
msgid "Insert Labeled Endnote"
msgstr ""
#. i18n: context: Action (format_paragraph), Actions (References Tool), ActionCollection (Tools)
#. i18n: context: Action (format_paragraph), Actions (Text Tool), ActionCollection (Tools)
#. i18n: context: Action (format_paragraph), Actions (References Tool), ActionCollection (Tools)
#. i18n: context: Action (format_paragraph), Actions (Text Tool), ActionCollection (Tools)
#. +> trunk5 stable5
#: krita/data/actions/ReferencesTool.action:387
#: krita/data/actions/TextTool.action:33
#, kde-format
msgctxt "action"
msgid "Paragraph..."
msgstr ""
#. i18n: context: Action (format_paragraph), Actions (References Tool), ActionCollection (Tools)
#. i18n: context: Action (format_paragraph), Actions (Text Tool), ActionCollection (Tools)
#. i18n: context: Action (format_paragraph), Actions (References Tool), ActionCollection (Tools)
#. i18n: context: Action (format_paragraph), Actions (Text Tool), ActionCollection (Tools)
#. +> trunk5 stable5
#: krita/data/actions/ReferencesTool.action:389
#: krita/data/actions/TextTool.action:28
#, kde-format
msgctxt "action"
msgid "Change paragraph margins, text flow, borders, bullets, numbering etc."
msgstr ""
#. i18n: context: Action (nonbreaking_space), Actions (References Tool), ActionCollection (Tools)
#. i18n: context: Action (nonbreaking_space), Actions (References Tool), ActionCollection (Tools)
#. i18n: context: Action (nonbreaking_space), Actions (Text Tool), ActionCollection (Tools)
#. i18n: context: Action (nonbreaking_space), Actions (Text Tool), ActionCollection (Tools)
#. i18n: context: Action (nonbreaking_space), Actions (References Tool), ActionCollection (Tools)
#. i18n: context: Action (nonbreaking_space), Actions (References Tool), ActionCollection (Tools)
#. i18n: context: Action (nonbreaking_space), Actions (Text Tool), ActionCollection (Tools)
#. i18n: context: Action (nonbreaking_space), Actions (Text Tool), ActionCollection (Tools)
#. +> trunk5 stable5
#: krita/data/actions/ReferencesTool.action:397
#: krita/data/actions/ReferencesTool.action:399
#: krita/data/actions/TextTool.action:178
#: krita/data/actions/TextTool.action:183
#, kde-format
msgctxt "action"
msgid "Insert Non-Breaking Space"
msgstr ""
#. i18n: context: Action (soft_hyphen), Actions (References Tool), ActionCollection (Tools)
#. i18n: context: Action (soft_hyphen), Actions (References Tool), ActionCollection (Tools)
#. i18n: context: Action (soft_hyphen), Actions (Text Tool), ActionCollection (Tools)
#. i18n: context: Action (soft_hyphen), Actions (Text Tool), ActionCollection (Tools)
#. i18n: context: Action (soft_hyphen), Actions (References Tool), ActionCollection (Tools)
#. i18n: context: Action (soft_hyphen), Actions (References Tool), ActionCollection (Tools)
#. i18n: context: Action (soft_hyphen), Actions (Text Tool), ActionCollection (Tools)
#. i18n: context: Action (soft_hyphen), Actions (Text Tool), ActionCollection (Tools)
#. +> trunk5 stable5
#: krita/data/actions/ReferencesTool.action:407
#: krita/data/actions/ReferencesTool.action:409
#: krita/data/actions/TextTool.action:188
#: krita/data/actions/TextTool.action:193
#, kde-format
msgctxt "action"
msgid "Insert Soft Hyphen"
msgstr ""
#. i18n: context: Action (nonbreaking_hyphen), Actions (References Tool), ActionCollection (Tools)
#. i18n: context: Action (nonbreaking_hyphen), Actions (References Tool), ActionCollection (Tools)
#. i18n: context: Action (nonbreaking_hyphen), Actions (Text Tool), ActionCollection (Tools)
#. i18n: context: Action (nonbreaking_hyphen), Actions (Text Tool), ActionCollection (Tools)
#. i18n: context: Action (nonbreaking_hyphen), Actions (References Tool), ActionCollection (Tools)
#. i18n: context: Action (nonbreaking_hyphen), Actions (References Tool), ActionCollection (Tools)
#. i18n: context: Action (nonbreaking_hyphen), Actions (Text Tool), ActionCollection (Tools)
#. i18n: context: Action (nonbreaking_hyphen), Actions (Text Tool), ActionCollection (Tools)
#. +> trunk5 stable5
#: krita/data/actions/ReferencesTool.action:427
#: krita/data/actions/ReferencesTool.action:429
#: krita/data/actions/TextTool.action:118
#: krita/data/actions/TextTool.action:123
#, kde-format
msgctxt "action"
msgid "Insert Non-Breaking Hyphen"
msgstr ""
#. i18n: context: Action (format_tableofcontents), Actions (References Tool), ActionCollection (Tools)
#. +> trunk5 stable5
#: krita/data/actions/ReferencesTool.action:437
#, kde-format
msgctxt "action"
msgid "Configure..."
msgstr ""
#. i18n: context: Action (format_tableofcontents), Actions (References Tool), ActionCollection (Tools)
#. +> trunk5 stable5
#: krita/data/actions/ReferencesTool.action:439
#, kde-format
msgctxt "action"
msgid "Configure the Table of Contents"
msgstr ""
#. i18n: context: Action (insert_specialchar), Actions (References Tool), ActionCollection (Tools)
#. i18n: context: Action (insert_specialchar), Actions (Text Tool), ActionCollection (Tools)
#. i18n: context: Action (svg_insert_special_character), Actions (Text Tool), ActionCollection (svg_Tools)
#. i18n: context: Action (insert_specialchar), Actions (References Tool), ActionCollection (Tools)
#. i18n: context: Action (insert_specialchar), Actions (Text Tool), ActionCollection (Tools)
#. i18n: context: Action (svg_insert_special_character), Actions (Text Tool), ActionCollection (svg_Tools)
#. +> trunk5 stable5
#: krita/data/actions/ReferencesTool.action:447
#: krita/data/actions/TextTool.action:53
#: plugins/tools/svgtexttool/SvgTextTool.action:53
#, kde-format
msgctxt "action"
msgid "Special Character..."
msgstr ""
#. i18n: context: Action (insert_specialchar), Actions (References Tool), ActionCollection (Tools)
#. i18n: context: Action (insert_specialchar), Actions (Text Tool), ActionCollection (Tools)
#. i18n: context: Action (svg_insert_special_character), Actions (Text Tool), ActionCollection (svg_Tools)
#. i18n: context: Action (insert_specialchar), Actions (References Tool), ActionCollection (Tools)
#. i18n: context: Action (insert_specialchar), Actions (Text Tool), ActionCollection (Tools)
#. i18n: context: Action (svg_insert_special_character), Actions (Text Tool), ActionCollection (svg_Tools)
#. +> trunk5 stable5
#: krita/data/actions/ReferencesTool.action:449
#: krita/data/actions/TextTool.action:48
#: 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 (format_bold), Actions (References Tool), ActionCollection (Tools)
#. i18n: context: Action (format_bold), Actions (References Tool), ActionCollection (Tools)
#. i18n: context: Action (format_bold), Actions (Text Tool), ActionCollection (Tools)
#. i18n: context: Action (format_bold), Actions (Text Tool), ActionCollection (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 (format_bold), Actions (References Tool), ActionCollection (Tools)
#. i18n: context: Action (format_bold), Actions (References Tool), ActionCollection (Tools)
#. i18n: context: Action (format_bold), Actions (Text Tool), ActionCollection (Tools)
#. i18n: context: Action (format_bold), Actions (Text Tool), ActionCollection (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
#: krita/data/actions/ReferencesTool.action:457
#: krita/data/actions/ReferencesTool.action:459
#: krita/data/actions/TextTool.action:298
#: krita/data/actions/TextTool.action:303
#: plugins/tools/svgtexttool/SvgTextTool.action:158
#: plugins/tools/svgtexttool/SvgTextTool.action:163
#, kde-format
msgctxt "action"
msgid "Bold"
msgstr ""
#. i18n: context: Action (configure_bibliography), Actions (References Tool), ActionCollection (Tools)
#. +> trunk5 stable5
#: krita/data/actions/ReferencesTool.action:477
#, kde-format
msgctxt "action"
msgid "Configure"
msgstr ""
#. i18n: context: Action (configure_bibliography), Actions (References Tool), ActionCollection (Tools)
#. +> trunk5 stable5
#: krita/data/actions/ReferencesTool.action:479
#, kde-format
msgctxt "action"
msgid "Configure the bibliography"
msgstr ""
#. i18n: context: Action (insert_section), Actions (References Tool), ActionCollection (Tools)
#. i18n: context: Action (insert_section), Actions (References Tool), ActionCollection (Tools)
#. i18n: context: Action (insert_section), Actions (Text Tool), ActionCollection (Tools)
#. i18n: context: Action (insert_section), Actions (Text Tool), ActionCollection (Tools)
#. i18n: context: Action (insert_section), Actions (References Tool), ActionCollection (Tools)
#. i18n: context: Action (insert_section), Actions (References Tool), ActionCollection (Tools)
#. i18n: context: Action (insert_section), Actions (Text Tool), ActionCollection (Tools)
#. i18n: context: Action (insert_section), Actions (Text Tool), ActionCollection (Tools)
#. +> trunk5 stable5
#: krita/data/actions/ReferencesTool.action:487
#: krita/data/actions/ReferencesTool.action:489
#: krita/data/actions/TextTool.action:258
#: krita/data/actions/TextTool.action:263
#, kde-format
msgctxt "action"
msgid "Insert new section"
msgstr ""
#. i18n: context: Action (format_decreaseindent), Actions (References Tool), ActionCollection (Tools)
#. i18n: context: Action (format_decreaseindent), Actions (References Tool), ActionCollection (Tools)
#. i18n: context: Action (format_decreaseindent), Actions (Text Tool), ActionCollection (Tools)
#. i18n: context: Action (format_decreaseindent), Actions (Text Tool), ActionCollection (Tools)
#. i18n: context: Action (format_decreaseindent), Actions (References Tool), ActionCollection (Tools)
#. i18n: context: Action (format_decreaseindent), Actions (References Tool), ActionCollection (Tools)
#. i18n: context: Action (format_decreaseindent), Actions (Text Tool), ActionCollection (Tools)
#. i18n: context: Action (format_decreaseindent), Actions (Text Tool), ActionCollection (Tools)
#. +> trunk5 stable5
#: krita/data/actions/ReferencesTool.action:497
#: krita/data/actions/ReferencesTool.action:499
#: krita/data/actions/TextTool.action:18 krita/data/actions/TextTool.action:23
#, kde-format
msgctxt "action"
msgid "Decrease Indent"
msgstr ""
#. i18n: context: Action (fontsizeup), Actions (References Tool), ActionCollection (Tools)
#. i18n: context: Action (fontsizeup), Actions (References Tool), ActionCollection (Tools)
#. i18n: context: Action (fontsizeup), Actions (Text Tool), ActionCollection (Tools)
#. i18n: context: Action (fontsizeup), Actions (Text Tool), ActionCollection (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 (fontsizeup), Actions (References Tool), ActionCollection (Tools)
#. i18n: context: Action (fontsizeup), Actions (References Tool), ActionCollection (Tools)
#. i18n: context: Action (fontsizeup), Actions (Text Tool), ActionCollection (Tools)
#. i18n: context: Action (fontsizeup), Actions (Text Tool), ActionCollection (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
#: krita/data/actions/ReferencesTool.action:507
#: krita/data/actions/ReferencesTool.action:509
#: krita/data/actions/TextTool.action:308
#: krita/data/actions/TextTool.action:313
#: plugins/tools/svgtexttool/SvgTextTool.action:108
#: plugins/tools/svgtexttool/SvgTextTool.action:113
#, kde-format
msgctxt "action"
msgid "Increase Font Size"
msgstr ""
#. i18n: context: Action (grow_to_fit_height), Actions (References Tool), ActionCollection (Tools)
#. i18n: context: Action (grow_to_fit_height), Actions (References Tool), ActionCollection (Tools)
#. i18n: context: Action (grow_to_fit_height), Actions (Text Tool), ActionCollection (Tools)
#. i18n: context: Action (grow_to_fit_height), Actions (Text Tool), ActionCollection (Tools)
#. i18n: context: Action (grow_to_fit_height), Actions (References Tool), ActionCollection (Tools)
#. i18n: context: Action (grow_to_fit_height), Actions (References Tool), ActionCollection (Tools)
#. i18n: context: Action (grow_to_fit_height), Actions (Text Tool), ActionCollection (Tools)
#. i18n: context: Action (grow_to_fit_height), Actions (Text Tool), ActionCollection (Tools)
#. +> trunk5 stable5
#: krita/data/actions/ReferencesTool.action:517
#: krita/data/actions/ReferencesTool.action:519
#: krita/data/actions/TextTool.action:368
#: krita/data/actions/TextTool.action:373
#, kde-format
msgctxt "action"
msgid "Grow To Fit Height"
msgstr ""
#. i18n: context: Action (insert_bookmark), Actions (References Tool), ActionCollection (Tools)
#. +> trunk5 stable5
#: krita/data/actions/ReferencesTool.action:537
#, kde-format
msgctxt "action"
msgid "Add Bookmark"
msgstr ""
#. i18n: context: Action (insert_bookmark), Actions (References Tool), ActionCollection (Tools)
#. +> trunk5 stable5
#: krita/data/actions/ReferencesTool.action:539
#, kde-format
msgctxt "action"
msgid "Insert a Bookmark. This is useful to create links that point to areas within the document"
msgstr ""
#. i18n: context: Action (insert_variable), Actions (References Tool), ActionCollection (Tools)
#. i18n: context: Action (insert_variable), Actions (References Tool), ActionCollection (Tools)
#. i18n: context: Action (insert_variable), Actions (Text Tool), ActionCollection (Tools)
#. i18n: context: Action (insert_variable), Actions (Text Tool), ActionCollection (Tools)
#. i18n: context: Action (insert_variable), Actions (References Tool), ActionCollection (Tools)
#. i18n: context: Action (insert_variable), Actions (References Tool), ActionCollection (Tools)
#. i18n: context: Action (insert_variable), Actions (Text Tool), ActionCollection (Tools)
#. i18n: context: Action (insert_variable), Actions (Text Tool), ActionCollection (Tools)
#. +> trunk5 stable5
#: krita/data/actions/ReferencesTool.action:547
#: krita/data/actions/ReferencesTool.action:549
#: krita/data/actions/TextTool.action:198
#: krita/data/actions/TextTool.action:203
#, kde-format
msgctxt "action"
msgid "Variable"
msgstr ""
#. i18n: context: Action (grow_to_fit_width), Actions (References Tool), ActionCollection (Tools)
#. i18n: context: Action (grow_to_fit_width), Actions (References Tool), ActionCollection (Tools)
#. i18n: context: Action (grow_to_fit_width), Actions (Text Tool), ActionCollection (Tools)
#. i18n: context: Action (grow_to_fit_width), Actions (Text Tool), ActionCollection (Tools)
#. i18n: context: Action (grow_to_fit_width), Actions (References Tool), ActionCollection (Tools)
#. i18n: context: Action (grow_to_fit_width), Actions (References Tool), ActionCollection (Tools)
#. i18n: context: Action (grow_to_fit_width), Actions (Text Tool), ActionCollection (Tools)
#. i18n: context: Action (grow_to_fit_width), Actions (Text Tool), ActionCollection (Tools)
#. +> trunk5 stable5
#: krita/data/actions/ReferencesTool.action:557
#: krita/data/actions/ReferencesTool.action:559
#: krita/data/actions/TextTool.action:98 krita/data/actions/TextTool.action:103
#, kde-format
msgctxt "action"
msgid "Grow To Fit Width"
msgstr ""
#. i18n: context: Action (format_fontfamily), Actions (References Tool), ActionCollection (Tools)
#. i18n: context: Action (format_fontfamily), Actions (References Tool), ActionCollection (Tools)
#. i18n: context: Action (format_fontfamily), Actions (Text Tool), ActionCollection (Tools)
#. i18n: context: Action (format_fontfamily), Actions (Text Tool), ActionCollection (Tools)
#. i18n: context: Action (format_fontfamily), Actions (References Tool), ActionCollection (Tools)
#. i18n: context: Action (format_fontfamily), Actions (References Tool), ActionCollection (Tools)
#. i18n: context: Action (format_fontfamily), Actions (Text Tool), ActionCollection (Tools)
#. i18n: context: Action (format_fontfamily), Actions (Text Tool), ActionCollection (Tools)
#. +> trunk5 stable5
#: krita/data/actions/ReferencesTool.action:567
#: krita/data/actions/ReferencesTool.action:569
#: krita/data/actions/TextTool.action:388
#: krita/data/actions/TextTool.action:393
#, kde-format
msgctxt "action"
msgid "Font Family"
msgstr ""
#. i18n: context: Action (insert_annotation), Actions (References Tool), ActionCollection (Tools)
#. i18n: context: Action (insert_annotation), Actions (References Tool), ActionCollection (Tools)
#. i18n: context: Action (insert_annotation), Actions (Text Tool), ActionCollection (Tools)
#. i18n: context: Action (insert_annotation), Actions (Text Tool), ActionCollection (Tools)
#. i18n: context: Action (insert_annotation), Actions (References Tool), ActionCollection (Tools)
#. i18n: context: Action (insert_annotation), Actions (References Tool), ActionCollection (Tools)
#. i18n: context: Action (insert_annotation), Actions (Text Tool), ActionCollection (Tools)
#. i18n: context: Action (insert_annotation), Actions (Text Tool), ActionCollection (Tools)
#. +> trunk5 stable5
#: krita/data/actions/ReferencesTool.action:577
#: krita/data/actions/ReferencesTool.action:579
#: krita/data/actions/TextTool.action:138
#: krita/data/actions/TextTool.action:143
#, kde-format
msgctxt "action"
msgid "Insert Comment"
msgstr ""
#. i18n: context: Action (format_backgroundcolor), Actions (References Tool), ActionCollection (Tools)
#. +> trunk5
#: krita/data/actions/ReferencesTool.action:587
#, kde-format
msgctxt "action"
msgid "Background Color"
msgstr ""
#. i18n: context: Actions (Text Tool), ActionCollection (Tools)
#. +> trunk5 stable5
#: krita/data/actions/TextTool.action:4
#, kde-format
msgctxt "action"
msgid "Text Tool"
msgstr ""
#. i18n: context: Action (format_textcolor), Actions (Text Tool), ActionCollection (Tools)
#. i18n: context: Action (svg_format_textcolor), Actions (Text Tool), ActionCollection (svg_Tools)
#. i18n: context: Action (format_textcolor), Actions (Text Tool), ActionCollection (Tools)
#. i18n: context: Action (svg_format_textcolor), Actions (Text Tool), ActionCollection (svg_Tools)
#. +> trunk5 stable5
#: krita/data/actions/TextTool.action:38
#: plugins/tools/svgtexttool/SvgTextTool.action:8
#, kde-format
msgctxt "action"
msgid "Text Color..."
msgstr ""
#. i18n: context: Action (format_backgroundcolor), Actions (Text Tool), ActionCollection (Tools)
#. i18n: context: Action (svg_background_color), Actions (Text Tool), ActionCollection (svg_Tools)
#. i18n: context: Action (format_backgroundcolor), Actions (Text Tool), ActionCollection (Tools)
#. i18n: context: Action (svg_background_color), Actions (Text Tool), ActionCollection (svg_Tools)
#. +> trunk5 stable5
#: krita/data/actions/TextTool.action:238
#: plugins/tools/svgtexttool/SvgTextTool.action:18
#, kde-format
msgctxt "action"
msgid "Background Color..."
msgstr ""
#. i18n: context: Action (format_backgroundcolor), Actions (Text Tool), ActionCollection (Tools)
#. i18n: context: Action (svg_background_color), Actions (Text Tool), ActionCollection (svg_Tools)
#. i18n: context: Action (format_backgroundcolor), Actions (Text Tool), ActionCollection (Tools)
#. i18n: context: Action (svg_background_color), Actions (Text Tool), ActionCollection (svg_Tools)
#. +> trunk5 stable5
#: krita/data/actions/TextTool.action:243
#: plugins/tools/svgtexttool/SvgTextTool.action:23
#, kde-format
msgctxt "action"
msgid "Background"
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: Actions (Painting), ActionCollection (Krita)
#. +> trunk5 stable5
#: krita/krita.action:222
#, 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:225 krita/krita.action:227
#, 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:237 krita/krita.action:239
#, 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:249 krita/krita.action:251
#, 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:259 krita/krita.action:261
#, 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:269 krita/krita.action:271
#, 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:279 krita/krita.action:281
#, 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:289 krita/krita.action:291
#, 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:299 krita/krita.action:301
#, 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:309 krita/krita.action:311
#, 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:319 krita/krita.action:321
#, 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:329 krita/krita.action:331
#, 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:341 krita/krita.action:343
#, 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:353 krita/krita.action:355
#, 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:365 krita/krita.action:367
#, 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:376 krita/krita.action:378
#, 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:387 krita/krita.action:389
#, 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:398 krita/krita.action:400
#, 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:409 krita/krita.action:411
#, 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
#: krita/krita.action:420 krita/krita.action:422
#, 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
#: krita/krita.action:431 krita/krita.action:433
#, kde-format
msgctxt "action"
msgid "Hide Mirror Y Line"
msgstr ""
#. i18n: context: Action (mirrorX-lock), Actions (Painting), ActionCollection (Krita)
#. +> trunk5
#: krita/krita.action:442
#, kde-format
msgctxt "action"
msgid "Lock"
msgstr ""
#. i18n: context: Action (mirrorX-lock), Actions (Painting), ActionCollection (Krita)
#. +> trunk5
#: krita/krita.action:444
#, 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
#: krita/krita.action:453 krita/krita.action:455
#, kde-format
msgctxt "action"
msgid "Lock Y Line"
msgstr ""
#. i18n: context: Action (mirrorX-moveToCenter), Actions (Painting), ActionCollection (Krita)
#. +> trunk5
#: krita/krita.action:464
#, kde-format
msgctxt "action"
msgid "Move to Canvas Center"
msgstr ""
#. i18n: context: Action (mirrorX-moveToCenter), Actions (Painting), ActionCollection (Krita)
#. +> trunk5
#: krita/krita.action:466
#, 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
#: krita/krita.action:475 krita/krita.action:477
#, kde-format
msgctxt "action"
msgid "Move to Canvas Center Y"
msgstr ""
#. i18n: context: Action (invert), Actions (Painting), ActionCollection (Krita)
#. +> trunk5 stable5
#: krita/krita.action:486
#, kde-format
msgctxt "action"
msgid "&Invert Selection"
msgstr ""
#. i18n: context: Action (invert), Actions (Painting), ActionCollection (Krita)
#. +> trunk5 stable5
#: krita/krita.action:488
#, kde-format
msgctxt "action"
msgid "Invert current selection"
msgstr ""
#. i18n: context: Action (toggle-selection-overlay-mode), Actions (Painting), ActionCollection (Krita)
#. +> trunk5 stable5
#: krita/krita.action:498
#, 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:500
#, 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:510 krita/krita.action:512
#, 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:520 krita/krita.action:522
#, 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:530 krita/krita.action:532
#, 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:540 krita/krita.action:542
#, 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:550 krita/krita.action:552
#, 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:560 krita/krita.action:562
#, 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:570 krita/krita.action:572
#, 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:580 krita/krita.action:582
#, 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:590 krita/krita.action:592
#, 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:600 krita/krita.action:602
#, 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:612 krita/krita.action:614
#, 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:622 krita/krita.action:624
#, 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:634 krita/krita.action:636
#, 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:644 krita/krita.action:646
#, 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:654 krita/krita.action:656 krita/kritamenu.action:447
#: krita/kritamenu.action:449
#, 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:666 krita/krita.action:668 krita/kritamenu.action:459
#: krita/kritamenu.action:461
#, 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:678 krita/krita.action:680 krita/kritamenu.action:471
#: krita/kritamenu.action:473
#, 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:690
#, 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:692
#, kde-format
msgctxt "action"
msgid "Convert to Shape"
msgstr ""
#. i18n: context: Action (select_opaque), Actions (Painting), ActionCollection (Krita)
#. +> trunk5 stable5
#: krita/krita.action:702
#, 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:704 krita/kritamenu.action:1284
#, kde-format
msgctxt "action"
msgid "Select Opaque"
msgstr ""
#. i18n: context: Action (show-global-selection-mask), Actions (Painting), ActionCollection (Krita)
#. +> trunk5 stable5
#: krita/krita.action:714
#, 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:716
#, 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:727
#, kde-format
msgctxt "action"
msgid "Filters"
msgstr ""
#. i18n: context: Action (krita_filter_colortoalpha), Actions (Filters), ActionCollection (Krita)
#. +> trunk5 stable5
#: krita/krita.action:730
#, kde-format
msgctxt "action"
msgid "&Color to Alpha..."
msgstr ""
#. i18n: context: Action (krita_filter_colortoalpha), Actions (Filters), ActionCollection (Krita)
#. +> trunk5 stable5
#: krita/krita.action:732
#, 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:742
#, 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:744
#, kde-format
msgctxt "action"
msgid "Top Edge Detection"
msgstr ""
#. i18n: context: Action (krita_filter_indexcolors), Actions (Filters), ActionCollection (Krita)
#. +> trunk5 stable5
#: krita/krita.action:754
#, kde-format
msgctxt "action"
msgid "&Index Colors..."
msgstr ""
#. i18n: context: Action (krita_filter_indexcolors), Actions (Filters), ActionCollection (Krita)
#. +> trunk5 stable5
#: krita/krita.action:756
#, 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:766
#, 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:768
#, kde-format
msgctxt "action"
msgid "Emboss Horizontal Only"
msgstr ""
#. i18n: context: Action (krita_filter_dodge), Actions (Filters), ActionCollection (Krita)
#. +> trunk5 stable5
#: krita/krita.action:778
#, kde-format
msgctxt "action"
msgid "D&odge"
msgstr ""
#. i18n: context: Action (krita_filter_dodge), Actions (Filters), ActionCollection (Krita)
#. +> trunk5 stable5
#: krita/krita.action:780
#, kde-format
msgctxt "action"
msgid "Dodge"
msgstr ""
#. i18n: context: Action (krita_filter_sharpen), Actions (Filters), ActionCollection (Krita)
#. +> trunk5 stable5
#: krita/krita.action:790
#, kde-format
msgctxt "action"
msgid "&Sharpen"
msgstr ""
#. i18n: context: Action (krita_filter_sharpen), Actions (Filters), ActionCollection (Krita)
#. +> trunk5 stable5
#: krita/krita.action:792
#, kde-format
msgctxt "action"
msgid "Sharpen"
msgstr ""
#. i18n: context: Action (krita_filter_burn), Actions (Filters), ActionCollection (Krita)
#. +> trunk5 stable5
#: krita/krita.action:802
#, kde-format
msgctxt "action"
msgid "B&urn"
msgstr ""
#. i18n: context: Action (krita_filter_burn), Actions (Filters), ActionCollection (Krita)
#. +> trunk5 stable5
#: krita/krita.action:804
#, kde-format
msgctxt "action"
msgid "Burn"
msgstr ""
#. i18n: context: Action (krita_filter_mean removal), Actions (Filters), ActionCollection (Krita)
#. +> trunk5 stable5
#: krita/krita.action:814
#, kde-format
msgctxt "action"
msgid "&Mean Removal"
msgstr ""
#. i18n: context: Action (krita_filter_mean removal), Actions (Filters), ActionCollection (Krita)
#. +> trunk5 stable5
#: krita/krita.action:816
#, kde-format
msgctxt "action"
msgid "Mean Removal"
msgstr ""
#. i18n: context: Action (krita_filter_gaussian blur), Actions (Filters), ActionCollection (Krita)
#. +> trunk5 stable5
#: krita/krita.action:826
#, kde-format
msgctxt "action"
msgid "&Gaussian Blur..."
msgstr ""
#. i18n: context: Action (krita_filter_gaussian blur), Actions (Filters), ActionCollection (Krita)
#. +> trunk5 stable5
#: krita/krita.action:828
#, 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:838
#, 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:840
#, 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:850
#, kde-format
msgctxt "action"
msgid "&Small Tiles..."
msgstr ""
#. i18n: context: Action (krita_filter_smalltiles), Actions (Filters), ActionCollection (Krita)
#. +> trunk5 stable5
#: krita/krita.action:852
#, kde-format
msgctxt "action"
msgid "Small Tiles"
msgstr ""
#. i18n: context: Action (krita_filter_levels), Actions (Filters), ActionCollection (Krita)
#. +> trunk5 stable5
#: krita/krita.action:862
#, kde-format
msgctxt "action"
msgid "&Levels..."
msgstr ""
#. i18n: context: Action (krita_filter_levels), Actions (Filters), ActionCollection (Krita)
#. +> trunk5 stable5
#: krita/krita.action:864
#, kde-format
msgctxt "action"
msgid "Levels"
msgstr ""
#. i18n: context: Action (krita_filter_sobel), Actions (Filters), ActionCollection (Krita)
#. +> trunk5 stable5
#: krita/krita.action:874
#, kde-format
msgctxt "action"
msgid "&Sobel..."
msgstr ""
#. i18n: context: Action (krita_filter_sobel), Actions (Filters), ActionCollection (Krita)
#. +> trunk5 stable5
#: krita/krita.action:876
#, kde-format
msgctxt "action"
msgid "Sobel"
msgstr ""
#. i18n: context: Action (krita_filter_wave), Actions (Filters), ActionCollection (Krita)
#. +> trunk5 stable5
#: krita/krita.action:886
#, kde-format
msgctxt "action"
msgid "&Wave..."
msgstr ""
#. i18n: context: Action (krita_filter_wave), Actions (Filters), ActionCollection (Krita)
#. +> trunk5 stable5
#: krita/krita.action:888
#, kde-format
msgctxt "action"
msgid "Wave"
msgstr ""
#. i18n: context: Action (krita_filter_motion blur), Actions (Filters), ActionCollection (Krita)
#. +> trunk5 stable5
#: krita/krita.action:898
#, kde-format
msgctxt "action"
msgid "&Motion Blur..."
msgstr ""
#. i18n: context: Action (krita_filter_motion blur), Actions (Filters), ActionCollection (Krita)
#. +> trunk5 stable5
#: krita/krita.action:900
#, kde-format
msgctxt "action"
msgid "Motion Blur"
msgstr ""
#. i18n: context: Action (krita_filter_perchannel), Actions (Filters), ActionCollection (Krita)
#. +> trunk5 stable5
#: krita/krita.action:910
#, kde-format
msgctxt "action"
msgid "&Color Adjustment curves..."
msgstr ""
#. i18n: context: Action (krita_filter_perchannel), Actions (Filters), ActionCollection (Krita)
#. +> trunk5 stable5
#: krita/krita.action:912
#, kde-format
msgctxt "action"
msgid "Color Adjustment curves"
msgstr ""
#. i18n: context: Action (krita_filter_pixelize), Actions (Filters), ActionCollection (Krita)
#. +> trunk5 stable5
#: krita/krita.action:922
#, kde-format
msgctxt "action"
msgid "Pi&xelize..."
msgstr ""
#. i18n: context: Action (krita_filter_pixelize), Actions (Filters), ActionCollection (Krita)
#. +> trunk5 stable5
#: krita/krita.action:924
#, kde-format
msgctxt "action"
msgid "Pixelize"
msgstr ""
#. i18n: context: Action (krita_filter_emboss laplascian), Actions (Filters), ActionCollection (Krita)
#. +> trunk5 stable5
#: krita/krita.action:934
#, kde-format
msgctxt "action"
msgid "Emboss (&Laplacian)"
msgstr ""
#. i18n: context: Action (krita_filter_emboss laplascian), Actions (Filters), ActionCollection (Krita)
#. +> trunk5 stable5
#: krita/krita.action:936
#, 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:946
#, 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:948
#, kde-format
msgctxt "action"
msgid "Left Edge Detection"
msgstr ""
#. i18n: context: Action (krita_filter_blur), Actions (Filters), ActionCollection (Krita)
#. +> trunk5 stable5
#: krita/krita.action:958
#, 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:960 krita/kritamenu.action:1378
#: krita/kritamenu.action:1380
#, kde-format
msgctxt "action"
msgid "Blur"
msgstr ""
#. i18n: context: Action (krita_filter_raindrops), Actions (Filters), ActionCollection (Krita)
#. +> trunk5 stable5
#: krita/krita.action:970
#, kde-format
msgctxt "action"
msgid "&Raindrops..."
msgstr ""
#. i18n: context: Action (krita_filter_raindrops), Actions (Filters), ActionCollection (Krita)
#. +> trunk5 stable5
#: krita/krita.action:972
#, kde-format
msgctxt "action"
msgid "Raindrops"
msgstr ""
#. i18n: context: Action (krita_filter_bottom edge detections), Actions (Filters), ActionCollection (Krita)
#. +> trunk5 stable5
#: krita/krita.action:982
#, 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:984
#, kde-format
msgctxt "action"
msgid "Bottom Edge Detection"
msgstr ""
#. i18n: context: Action (krita_filter_noise), Actions (Filters), ActionCollection (Krita)
#. +> trunk5 stable5
#: krita/krita.action:994
#, kde-format
msgctxt "action"
msgid "&Random Noise..."
msgstr ""
#. i18n: context: Action (krita_filter_noise), Actions (Filters), ActionCollection (Krita)
#. +> trunk5 stable5
#: krita/krita.action:996
#, kde-format
msgctxt "action"
msgid "Random Noise"
msgstr ""
#. i18n: context: Action (krita_filter_brightnesscontrast), Actions (Filters), ActionCollection (Krita)
#. +> trunk5 stable5
#: krita/krita.action:1006
#, kde-format
msgctxt "action"
msgid "&Brightness/Contrast curve..."
msgstr ""
#. i18n: context: Action (krita_filter_brightnesscontrast), Actions (Filters), ActionCollection (Krita)
#. +> trunk5 stable5
#: krita/krita.action:1008
#, kde-format
msgctxt "action"
msgid "Brightness/Contrast curve"
msgstr ""
#. i18n: context: Action (krita_filter_colorbalance), Actions (Filters), ActionCollection (Krita)
#. +> trunk5 stable5
#: krita/krita.action:1018
#, kde-format
msgctxt "action"
msgid "Colo&r Balance.."
msgstr ""
#. i18n: context: Action (krita_filter_colorbalance), Actions (Filters), ActionCollection (Krita)
#. +> trunk5 stable5
#: krita/krita.action:1020
#, kde-format
msgctxt "action"
msgid "Color Balance.."
msgstr ""
#. i18n: context: Action (krita_filter_phongbumpmap), Actions (Filters), ActionCollection (Krita)
#. +> trunk5
#: krita/krita.action:1030
#, kde-format
msgctxt "action"
msgid "&Phong Bumpmap..."
msgstr ""
#. i18n: context: Action (krita_filter_phongbumpmap), Actions (Filters), ActionCollection (Krita)
#. +> stable5
#: krita/krita.action:1007
#, kde-format
msgctxt "action"
msgid "&PhongBumpmap..."
msgstr ""
#. i18n: context: Action (krita_filter_phongbumpmap), Actions (Filters), ActionCollection (Krita)
#. +> trunk5
#: krita/krita.action:1032
#, kde-format
msgctxt "action"
msgid "Phong Bumpmap"
msgstr ""
#. i18n: context: Action (krita_filter_phongbumpmap), Actions (Filters), ActionCollection (Krita)
#. +> stable5
#: krita/krita.action:1009
#, kde-format
msgctxt "action"
msgid "PhongBumpmap"
msgstr ""
#. i18n: context: Action (krita_filter_desaturate), Actions (Filters), ActionCollection (Krita)
#. +> trunk5 stable5
#: krita/krita.action:1042
#, kde-format
msgctxt "action"
msgid "&Desaturate"
msgstr ""
#. i18n: context: Action (krita_filter_desaturate), Actions (Filters), ActionCollection (Krita)
#. +> trunk5 stable5
#: krita/krita.action:1044
#, kde-format
msgctxt "action"
msgid "Desaturate"
msgstr ""
#. i18n: context: Action (krita_filter_colortransfer), Actions (Filters), ActionCollection (Krita)
#. +> trunk5 stable5
#: krita/krita.action:1054
#, kde-format
msgctxt "action"
msgid "Color &Transfer..."
msgstr ""
#. i18n: context: Action (krita_filter_colortransfer), Actions (Filters), ActionCollection (Krita)
#. +> trunk5 stable5
#: krita/krita.action:1056
#, 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:1066
#, 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:1068
#, 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:1078
#, kde-format
msgctxt "action"
msgid "&Lens Blur..."
msgstr ""
#. i18n: context: Action (krita_filter_lens blur), Actions (Filters), ActionCollection (Krita)
#. +> trunk5 stable5
#: krita/krita.action:1080
#, kde-format
msgctxt "action"
msgid "Lens Blur"
msgstr ""
#. i18n: context: Action (krita_filter_minimize), Actions (Filters), ActionCollection (Krita)
#. +> trunk5 stable5
#: krita/krita.action:1090
#, kde-format
msgctxt "action"
msgid "M&inimize Channel"
msgstr ""
#. i18n: context: Action (krita_filter_minimize), Actions (Filters), ActionCollection (Krita)
#. +> trunk5 stable5
#: krita/krita.action:1092
#, kde-format
msgctxt "action"
msgid "Minimize Channel"
msgstr ""
#. i18n: context: Action (krita_filter_maximize), Actions (Filters), ActionCollection (Krita)
#. +> trunk5 stable5
#: krita/krita.action:1102
#, kde-format
msgctxt "action"
msgid "M&aximize Channel"
msgstr ""
#. i18n: context: Action (krita_filter_maximize), Actions (Filters), ActionCollection (Krita)
#. +> trunk5 stable5
#: krita/krita.action:1104
#, kde-format
msgctxt "action"
msgid "Maximize Channel"
msgstr ""
#. i18n: context: Action (krita_filter_oilpaint), Actions (Filters), ActionCollection (Krita)
#. +> trunk5 stable5
#: krita/krita.action:1114
#, kde-format
msgctxt "action"
msgid "&Oilpaint..."
msgstr ""
#. i18n: context: Action (krita_filter_oilpaint), Actions (Filters), ActionCollection (Krita)
#. +> trunk5 stable5
#: krita/krita.action:1116
#, kde-format
msgctxt "action"
msgid "Oilpaint"
msgstr ""
#. i18n: context: Action (krita_filter_right edge detections), Actions (Filters), ActionCollection (Krita)
#. +> trunk5 stable5
#: krita/krita.action:1126
#, 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:1128
#, kde-format
msgctxt "action"
msgid "Right Edge Detection"
msgstr ""
#. i18n: context: Action (krita_filter_autocontrast), Actions (Filters), ActionCollection (Krita)
#. +> trunk5 stable5
#: krita/krita.action:1138
#, kde-format
msgctxt "action"
msgid "&Auto Contrast"
msgstr ""
#. i18n: context: Action (krita_filter_autocontrast), Actions (Filters), ActionCollection (Krita)
#. +> trunk5 stable5
#: krita/krita.action:1140
#, kde-format
msgctxt "action"
msgid "Auto Contrast"
msgstr ""
#. i18n: context: Action (krita_filter_roundcorners), Actions (Filters), ActionCollection (Krita)
#. +> trunk5 stable5
#: krita/krita.action:1150
#, kde-format
msgctxt "action"
msgid "&Round Corners..."
msgstr ""
#. i18n: context: Action (krita_filter_roundcorners), Actions (Filters), ActionCollection (Krita)
#. +> trunk5 stable5
#: krita/krita.action:1152
#, kde-format
msgctxt "action"
msgid "Round Corners"
msgstr ""
#. i18n: context: Action (krita_filter_unsharp), Actions (Filters), ActionCollection (Krita)
#. +> trunk5 stable5
#: krita/krita.action:1162
#, kde-format
msgctxt "action"
msgid "&Unsharp Mask..."
msgstr ""
#. i18n: context: Action (krita_filter_unsharp), Actions (Filters), ActionCollection (Krita)
#. +> trunk5 stable5
#: krita/krita.action:1164
#, kde-format
msgctxt "action"
msgid "Unsharp Mask"
msgstr ""
#. i18n: context: Action (krita_filter_emboss), Actions (Filters), ActionCollection (Krita)
#. +> trunk5 stable5
#: krita/krita.action:1174
#, 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:1176
#, 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:1186
#, 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:1188
#, kde-format
msgctxt "action"
msgid "Emboss Horizontal & Vertical"
msgstr ""
#. i18n: context: Action (krita_filter_randompick), Actions (Filters), ActionCollection (Krita)
#. +> trunk5 stable5
#: krita/krita.action:1198
#, kde-format
msgctxt "action"
msgid "Random &Pick..."
msgstr ""
#. i18n: context: Action (krita_filter_randompick), Actions (Filters), ActionCollection (Krita)
#. +> trunk5 stable5
#: krita/krita.action:1200
#, kde-format
msgctxt "action"
msgid "Random Pick"
msgstr ""
#. i18n: context: Action (krita_filter_gaussiannoisereducer), Actions (Filters), ActionCollection (Krita)
#. +> trunk5 stable5
#: krita/krita.action:1210
#, kde-format
msgctxt "action"
msgid "&Gaussian Noise Reduction..."
msgstr ""
#. i18n: context: Action (krita_filter_gaussiannoisereducer), Actions (Filters), ActionCollection (Krita)
#. +> trunk5 stable5
#: krita/krita.action:1212
#, kde-format
msgctxt "action"
msgid "Gaussian Noise Reduction"
msgstr ""
#. i18n: context: Action (krita_filter_posterize), Actions (Filters), ActionCollection (Krita)
#. +> trunk5 stable5
#: krita/krita.action:1222
#, kde-format
msgctxt "action"
msgid "&Posterize..."
msgstr ""
#. i18n: context: Action (krita_filter_posterize), Actions (Filters), ActionCollection (Krita)
#. +> trunk5 stable5
#: krita/krita.action:1224
#, kde-format
msgctxt "action"
msgid "Posterize"
msgstr ""
#. i18n: context: Action (krita_filter_waveletnoisereducer), Actions (Filters), ActionCollection (Krita)
#. +> trunk5 stable5
#: krita/krita.action:1234
#, kde-format
msgctxt "action"
msgid "&Wavelet Noise Reducer..."
msgstr ""
#. i18n: context: Action (krita_filter_waveletnoisereducer), Actions (Filters), ActionCollection (Krita)
#. +> trunk5 stable5
#: krita/krita.action:1236
#, kde-format
msgctxt "action"
msgid "Wavelet Noise Reducer"
msgstr ""
#. i18n: context: Action (krita_filter_hsvadjustment), Actions (Filters), ActionCollection (Krita)
#. +> trunk5 stable5
#: krita/krita.action:1246
#, kde-format
msgctxt "action"
msgid "&HSV Adjustment..."
msgstr ""
#. i18n: context: Action (krita_filter_hsvadjustment), Actions (Filters), ActionCollection (Krita)
#. +> trunk5 stable5
#: krita/krita.action:1248
#, kde-format
msgctxt "action"
msgid "HSV Adjustment"
msgstr ""
#. i18n: context: Actions (tool-shortcuts), ActionCollection (Krita)
#. +> trunk5 stable5
#: krita/krita.action:1259
#, 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:1262 krita/krita.action:1264
#, kde-format
msgctxt "action"
msgid "Dynamic 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:1272 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:1274
#, 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:1282 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:1284
#, kde-format
msgctxt "action"
msgid "Polygon Tool. Shift-mouseclick ends the polygon."
msgstr ""
#. i18n: context: Action (ReferencesTool), Actions (tool-shortcuts), ActionCollection (Krita)
#. i18n: context: Action (ReferencesTool), Actions (tool-shortcuts), ActionCollection (Krita)
#. i18n: context: Action (ReferencesTool), Actions (tool-shortcuts), ActionCollection (Krita)
#. i18n: context: Action (ReferencesTool), Actions (tool-shortcuts), ActionCollection (Krita)
#. +> trunk5 stable5
#: krita/krita.action:1292 krita/krita.action:1294
#, kde-format
msgctxt "action"
msgid "References"
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:1302 krita/krita.action:1304
#, 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:1312 krita/krita.action:1314
#, 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 stable5
#: krita/krita.action:1322 krita/krita.action:1324
#, kde-format
msgctxt "action"
msgid "Lazy Brush 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:1331 krita/krita.action:1333
#, 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:1340 krita/krita.action:1342
#, 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:1349 krita/krita.action:1351
#, kde-format
msgctxt "action"
msgid "Shape Manipulation Tool"
msgstr ""
#. i18n: context: Action (KritaSelected/KisToolColorPicker), Actions (tool-shortcuts), ActionCollection (Krita)
#. +> trunk5 stable5
#: krita/krita.action:1359
#, kde-format
msgctxt "action"
msgid "Color Picker"
msgstr ""
#. i18n: context: Action (KritaSelected/KisToolColorPicker), Actions (tool-shortcuts), ActionCollection (Krita)
#. +> trunk5 stable5
#: krita/krita.action:1361
#, kde-format
msgctxt "action"
msgid "Select a color from the image or current layer"
msgstr ""
#. i18n: context: Action (TextTool), Actions (tool-shortcuts), ActionCollection (Krita)
#. +> trunk5 stable5
#: krita/krita.action:1369
#, kde-format
msgctxt "action"
msgid "Text Editing Tool"
msgstr ""
#. i18n: context: Action (TextTool), Actions (tool-shortcuts), ActionCollection (Krita)
#. +> trunk5 stable5
#: krita/krita.action:1371
#, kde-format
msgctxt "action"
msgid "Text editing"
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:1379 krita/krita.action:1381
#: plugins/tools/selectiontools/KisToolSelectOutline.action:4
#, kde-format
msgctxt "action"
msgid "Outline Selection Tool"
msgstr ""
#. i18n: context: Action (ArtisticTextTool), Actions (tool-shortcuts), ActionCollection (Krita)
#. +> trunk5 stable5
#: krita/krita.action:1391
#, kde-format
msgctxt "action"
msgid "Artistic text editing"
msgstr ""
#. i18n: context: Action (KisToolSelectPath), Actions (tool-shortcuts), ActionCollection (Krita)
#. +> trunk5 stable5
#: krita/krita.action:1399
#, 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:1401 krita/krita.action:1411
#, kde-format
msgctxt "action"
msgid "Select a "
msgstr ""
#. i18n: context: Action (KisToolSelectSimilar), Actions (tool-shortcuts), ActionCollection (Krita)
#. +> trunk5 stable5
#: krita/krita.action:1409
#, 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:1419
#, kde-format
msgctxt "action"
msgid "Fill Tool"
msgstr ""
#. i18n: context: Action (KritaFill/KisToolFill), Actions (tool-shortcuts), ActionCollection (Krita)
#. +> trunk5 stable5
#: krita/krita.action:1421
#, 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:1429 krita/krita.action:1431
#, 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:1439 krita/krita.action:1441
#, kde-format
msgctxt "action"
msgid "Freehand Path Tool"
msgstr ""
#. i18n: context: Action (KisToolPath), Actions (tool-shortcuts), ActionCollection (Krita)
#. +> trunk5 stable5
#: krita/krita.action:1449
#, kde-format
msgctxt "action"
msgid "Bezier Curve Tool"
msgstr ""
#. i18n: context: Action (KisToolPath), Actions (tool-shortcuts), ActionCollection (Krita)
#. +> trunk5 stable5
#: krita/krita.action:1451
#, kde-format
msgctxt "action"
msgid "Bezier Curve Tool. Shift-mouseclick 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:1459 krita/krita.action:1461
#, 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:1469 krita/krita.action:1471
#, 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:1479 krita/krita.action:1481
#, 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:1489 krita/krita.action:1491
#: 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:1499 krita/krita.action:1501
#: 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:1509 krita/krita.action:1511
#, 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:1519 krita/krita.action:1521
#, 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:1529 krita/krita.action:1531
#, 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:1539 krita/krita.action:1541
#: 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:1549
#, kde-format
msgctxt "action"
msgid "Measurement Tool"
msgstr ""
#. i18n: context: Action (KritaShape/KisToolMeasure), Actions (tool-shortcuts), ActionCollection (Krita)
#. +> trunk5 stable5
#: krita/krita.action:1551
#, 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:1559 krita/krita.action:1561
#: 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:1569
#, kde-format
msgctxt "action"
msgid "Move Tool"
msgstr ""
#. i18n: context: Action (KritaTransform/KisToolMove), Actions (tool-shortcuts), ActionCollection (Krita)
#. +> trunk5 stable5
#: krita/krita.action:1571
#, kde-format
msgctxt "action"
msgid "Move a layer"
msgstr ""
#. i18n: context: Action (VectorTool), Actions (tool-shortcuts), ActionCollection (Krita)
#. +> trunk5 stable5
#: krita/krita.action:1579
#, kde-format
msgctxt "action"
msgid "Vector Image Tool"
msgstr ""
#. i18n: context: Action (VectorTool), Actions (tool-shortcuts), ActionCollection (Krita)
#. +> trunk5 stable5
#: krita/krita.action:1581
#, 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:1589 krita/krita.action:1591
#, 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:1599 krita/krita.action:1601
#, 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
#: krita/krita.action:1609 krita/krita.action:1611
#, 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:1619 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:1621
#, 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:1629
#: 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:1631
#, 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
#: krita/krita.action:1639 krita/krita.action:1641
#: 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:1649 krita/krita.action:1651
#, kde-format
msgctxt "action"
msgid "Text tool"
msgstr ""
#. i18n: context: Action (KarbonGradientTool), Actions (tool-shortcuts), ActionCollection (Krita)
#. +> trunk5 stable5
#: krita/krita.action:1659
#, kde-format
msgctxt "action"
msgid "Gradient Editing Tool"
msgstr ""
#. i18n: context: Action (KarbonGradientTool), Actions (tool-shortcuts), ActionCollection (Krita)
#. +> trunk5 stable5
#: krita/krita.action:1661
#, kde-format
msgctxt "action"
msgid "Gradient editing"
msgstr ""
#. i18n: context: Actions (Blending Modes), ActionCollection (Krita)
#. +> trunk5 stable5
#: krita/krita.action:1670
#, 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:1675 krita/krita.action:1677
#, 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:1685 krita/krita.action:1687
#, 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:1696 krita/krita.action:1698
#, 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:1708 krita/krita.action:1710
#, 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:1720 krita/krita.action:1722
#, 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:1732 krita/krita.action:1734
#, 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:1744 krita/krita.action:1746
#, 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:1756 krita/krita.action:1758
#, 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:1768 krita/krita.action:1770
#, 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:1780 krita/krita.action:1782
#, 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:1792 krita/krita.action:1794
#, 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:1804 krita/krita.action:1806
#, 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:1816 krita/krita.action:1818
#, 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:1828 krita/krita.action:1830
#, 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:1840 krita/krita.action:1842
#, 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:1852 krita/krita.action:1854
#, 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:1864 krita/krita.action:1866
#, 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:1876 krita/krita.action:1878
#, 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:1888 krita/krita.action:1890
#, 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:1900 krita/krita.action:1902
#, 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:1912 krita/krita.action:1914
#, 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:1924 krita/krita.action:1926
#, 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:1936 krita/krita.action:1938
#, 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:1948 krita/krita.action:1950
#, 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:1960 krita/krita.action:1962
#, 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:1972 krita/krita.action:1974
#, 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:1984 krita/krita.action:1986
#, 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:1996 krita/krita.action:1998
#, kde-format
msgctxt "action"
msgid "Select Luminosity Blending Mode"
msgstr ""
#. i18n: context: Actions (Animation), ActionCollection (Krita)
#. +> trunk5 stable5
#: krita/krita.action:2009
#, kde-format
msgctxt "action"
msgid "Animation"
msgstr ""
#. i18n: context: Action (previous_frame), Actions (Animation), ActionCollection (Krita)
#. +> trunk5 stable5
#: krita/krita.action:2012
#, kde-format
msgctxt "action"
msgid "Previous frame"
msgstr ""
#. i18n: context: Action (previous_frame), Actions (Animation), ActionCollection (Krita)
#. +> trunk5 stable5
#: krita/krita.action:2014
#, kde-format
msgctxt "action"
msgid "Move to previous frame"
msgstr ""
#. i18n: context: Action (next_frame), Actions (Animation), ActionCollection (Krita)
#. +> trunk5 stable5
#: krita/krita.action:2024
#, kde-format
msgctxt "action"
msgid "Next frame"
msgstr ""
#. i18n: context: Action (next_frame), Actions (Animation), ActionCollection (Krita)
#. +> trunk5 stable5
#: krita/krita.action:2026
#, 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:2036 krita/krita.action:2038
#, kde-format
msgctxt "action"
msgid "Play / pause animation"
msgstr ""
#. i18n: context: Action (add_blank_frame), Actions (Animation), ActionCollection (Krita)
#. i18n: context: Action (add_blank_frame), Actions (Animation), ActionCollection (Krita)
#. i18n: context: Action (add_blank_frame), Actions (Animation), ActionCollection (Krita)
#. i18n: context: Action (add_blank_frame), Actions (Animation), ActionCollection (Krita)
#. i18n: context: Action (add_blank_frame), Actions (Animation), ActionCollection (Krita)
#. i18n: context: Action (add_blank_frame), Actions (Animation), ActionCollection (Krita)
#. i18n: context: Action (add_blank_frame), Actions (Animation), ActionCollection (Krita)
#. i18n: context: Action (add_blank_frame), Actions (Animation), ActionCollection (Krita)
#. +> trunk5 stable5
#: krita/krita.action:2048 krita/krita.action:2050 krita/krita.action:2144
#: krita/krita.action:2146
#, kde-format
msgctxt "action"
msgid "Add blank frame"
msgstr ""
#. i18n: context: Action (add_duplicate_frame), Actions (Animation), ActionCollection (Krita)
#. +> trunk5 stable5
#: krita/krita.action:2060
#, kde-format
msgctxt "action"
msgid "Copy Frame"
msgstr ""
#. i18n: context: Action (add_duplicate_frame), Actions (Animation), ActionCollection (Krita)
#. +> trunk5 stable5
#: krita/krita.action:2062
#, 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:2072 krita/krita.action:2074
#, kde-format
msgctxt "action"
msgid "Toggle onion skin"
msgstr ""
#. i18n: context: Action (previous_keyframe), Actions (Animation), ActionCollection (Krita)
#. +> trunk5 stable5
#: krita/krita.action:2084
#, kde-format
msgctxt "action"
msgid "Previous Keyframe"
msgstr ""
#. i18n: context: Action (next_keyframe), Actions (Animation), ActionCollection (Krita)
#. +> trunk5 stable5
#: krita/krita.action:2094
#, kde-format
msgctxt "action"
msgid "Next Keyframe"
msgstr ""
#. i18n: context: Action (first_frame), Actions (Animation), ActionCollection (Krita)
#. +> trunk5 stable5
#: krita/krita.action:2104
#, kde-format
msgctxt "action"
msgid "First Frame"
msgstr ""
#. i18n: context: Action (last_frame), Actions (Animation), ActionCollection (Krita)
#. +> trunk5 stable5
#: krita/krita.action:2114
#, kde-format
msgctxt "action"
msgid "Last Frame"
msgstr ""
#. i18n: context: Action (lazy_frame), Actions (Animation), ActionCollection (Krita)
#. +> trunk5 stable5
#: krita/krita.action:2124
#, kde-format
msgctxt "action"
msgid "Auto Frame Mode"
msgstr ""
#. i18n: context: Action (show_in_timeline), Actions (Animation), ActionCollection (Krita)
#. +> trunk5 stable5
#: krita/krita.action:2156
#, kde-format
msgctxt "action"
msgid "Show in Timeline"
msgstr ""
#. i18n: context: Actions (Layers), ActionCollection (Krita)
#. +> trunk5 stable5
#: krita/krita.action:2167
#, 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:2171 krita/krita.action:2173
#, 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:2183 krita/krita.action:2185
#, 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:2195 krita/krita.action:2197
#, 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:2207
#, kde-format
msgctxt "action"
msgid "&Group Layer"
msgstr ""
#. i18n: context: Action (add_new_group_layer), Actions (Layers), ActionCollection (Krita)
#. +> trunk5 stable5
#: krita/krita.action:2209
#, kde-format
msgctxt "action"
msgid "Group Layer"
msgstr ""
#. i18n: context: Action (add_new_clone_layer), Actions (Layers), ActionCollection (Krita)
#. +> trunk5 stable5
#: krita/krita.action:2219
#, kde-format
msgctxt "action"
msgid "&Clone Layer"
msgstr ""
#. i18n: context: Action (add_new_clone_layer), Actions (Layers), ActionCollection (Krita)
#. +> trunk5 stable5
#: krita/krita.action:2221
#, kde-format
msgctxt "action"
msgid "Clone Layer"
msgstr ""
#. i18n: context: Action (add_new_shape_layer), Actions (Layers), ActionCollection (Krita)
#. +> trunk5 stable5
#: krita/krita.action:2231
#, kde-format
msgctxt "action"
msgid "&Vector Layer"
msgstr ""
#. i18n: context: Action (add_new_shape_layer), Actions (Layers), ActionCollection (Krita)
#. +> trunk5 stable5
#: krita/krita.action:2233
#, kde-format
msgctxt "action"
msgid "Vector Layer"
msgstr ""
#. i18n: context: Action (add_new_adjustment_layer), Actions (Layers), ActionCollection (Krita)
#. +> trunk5 stable5
#: krita/krita.action:2243
#, kde-format
msgctxt "action"
msgid "&Filter Layer..."
msgstr ""
#. i18n: context: Action (add_new_adjustment_layer), Actions (Layers), ActionCollection (Krita)
#. +> trunk5 stable5
#: krita/krita.action:2245
#, kde-format
msgctxt "action"
msgid "Filter Layer"
msgstr ""
#. i18n: context: Action (add_new_fill_layer), Actions (Layers), ActionCollection (Krita)
#. +> trunk5 stable5
#: krita/krita.action:2255
#, kde-format
msgctxt "action"
msgid "&Fill Layer..."
msgstr ""
#. i18n: context: Action (add_new_fill_layer), Actions (Layers), ActionCollection (Krita)
#. +> trunk5 stable5
#: krita/krita.action:2257
#, kde-format
msgctxt "action"
msgid "Fill Layer"
msgstr ""
#. i18n: context: Action (add_new_file_layer), Actions (Layers), ActionCollection (Krita)
#. +> trunk5 stable5
#: krita/krita.action:2267
#, kde-format
msgctxt "action"
msgid "&File Layer..."
msgstr ""
#. i18n: context: Action (add_new_file_layer), Actions (Layers), ActionCollection (Krita)
#. +> trunk5 stable5
#: krita/krita.action:2269
#, kde-format
msgctxt "action"
msgid "File Layer"
msgstr ""
#. i18n: context: Action (add_new_transparency_mask), Actions (Layers), ActionCollection (Krita)
#. +> trunk5 stable5
#: krita/krita.action:2279
#, kde-format
msgctxt "action"
msgid "&Transparency Mask"
msgstr ""
#. i18n: context: Action (add_new_transparency_mask), Actions (Layers), ActionCollection (Krita)
#. +> trunk5 stable5
#: krita/krita.action:2281
#, kde-format
msgctxt "action"
msgid "Transparency Mask"
msgstr ""
#. i18n: context: Action (add_new_filter_mask), Actions (Layers), ActionCollection (Krita)
#. +> trunk5 stable5
#: krita/krita.action:2291
#, kde-format
msgctxt "action"
msgid "&Filter Mask..."
msgstr ""
#. i18n: context: Action (add_new_filter_mask), Actions (Layers), ActionCollection (Krita)
#. +> trunk5 stable5
#: krita/krita.action:2293
#, kde-format
msgctxt "action"
msgid "Filter Mask"
msgstr ""
#. i18n: context: Action (add_new_colorize_mask), Actions (Layers), ActionCollection (Krita)
#. +> trunk5 stable5
#: krita/krita.action:2303
#, kde-format
msgctxt "action"
msgid "&Colorize Mask"
msgstr ""
#. i18n: context: Action (add_new_colorize_mask), Actions (Layers), ActionCollection (Krita)
#. +> trunk5 stable5
#: krita/krita.action:2305
#, kde-format
msgctxt "action"
msgid "Colorize Mask"
msgstr ""
#. i18n: context: Action (add_new_transform_mask), Actions (Layers), ActionCollection (Krita)
#. +> trunk5 stable5
#: krita/krita.action:2315
#, kde-format
msgctxt "action"
msgid "&Transform Mask..."
msgstr ""
#. i18n: context: Action (add_new_transform_mask), Actions (Layers), ActionCollection (Krita)
#. +> trunk5 stable5
#: krita/krita.action:2317
#, kde-format
msgctxt "action"
msgid "Transform Mask"
msgstr ""
#. i18n: context: Action (add_new_selection_mask), Actions (Layers), ActionCollection (Krita)
#. +> trunk5 stable5
#: krita/krita.action:2327
#, kde-format
msgctxt "action"
msgid "&Local Selection"
msgstr ""
#. i18n: context: Action (add_new_selection_mask), Actions (Layers), ActionCollection (Krita)
#. +> trunk5 stable5
#: krita/krita.action:2329
#, kde-format
msgctxt "action"
msgid "Local Selection"
msgstr ""
#. i18n: context: Action (isolate_layer), Actions (Layers), ActionCollection (Krita)
#. +> trunk5 stable5
#: krita/krita.action:2339
#, kde-format
msgctxt "action"
msgid "&Isolate Layer"
msgstr ""
#. i18n: context: Action (isolate_layer), Actions (Layers), ActionCollection (Krita)
#. +> trunk5 stable5
#: krita/krita.action:2341
#, kde-format
msgctxt "action"
msgid "Isolate Layer"
msgstr ""
#. i18n: context: Action (toggle_layer_lock), Actions (Layers), ActionCollection (Krita)
#. +> trunk5
#: krita/krita.action:2351
#, kde-format
msgctxt "action"
msgid "&Toggle layer lock"
msgstr ""
#. i18n: context: Action (toggle_layer_lock), Actions (Layers), ActionCollection (Krita)
#. +> trunk5
#: krita/krita.action:2353
#, kde-format
msgctxt "action"
msgid "Toggle layer lock"
msgstr ""
#. i18n: context: Action (toggle_layer_visibility), Actions (Layers), ActionCollection (Krita)
#. +> trunk5 stable5
#: krita/krita.action:2363
#, kde-format
msgctxt "action"
msgid "Toggle layer &visibility"
msgstr ""
#. i18n: context: Action (toggle_layer_visibility), Actions (Layers), ActionCollection (Krita)
#. +> trunk5 stable5
#: krita/krita.action:2365
#, kde-format
msgctxt "action"
msgid "Toggle layer visibility"
msgstr ""
#. i18n: context: Action (toggle_layer_alpha_lock), Actions (Layers), ActionCollection (Krita)
#. +> trunk5
#: krita/krita.action:2375
#, kde-format
msgctxt "action"
msgid "Toggle layer &alpha"
msgstr ""
#. i18n: context: Action (toggle_layer_alpha_lock), Actions (Layers), ActionCollection (Krita)
#. +> stable5
#: krita/krita.action:2342
#, kde-format
msgctxt "action"
msgid "Lock/unlock layer &alpha"
msgstr ""
#. i18n: context: Action (toggle_layer_alpha_lock), Actions (Layers), ActionCollection (Krita)
#. +> trunk5
#: krita/krita.action:2377
#, kde-format
msgctxt "action"
msgid "Toggle layer alpha"
msgstr ""
#. i18n: context: Action (toggle_layer_alpha_lock), Actions (Layers), ActionCollection (Krita)
#. +> stable5
#: krita/krita.action:2344
#, kde-format
msgctxt "action"
msgid "Lock/unlock layer's alpha"
msgstr ""
#. i18n: context: Action (toggle_layer_inherit_alpha), Actions (Layers), ActionCollection (Krita)
#. +> trunk5 stable5
#: krita/krita.action:2387
#, 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:2389
#, 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:2399
#, kde-format
msgctxt "action"
msgid "&Paint Layer"
msgstr ""
#. i18n: context: Action (add_new_paint_layer), Actions (Layers), ActionCollection (Krita)
#. +> trunk5 stable5
#: krita/krita.action:2401
#, kde-format
msgctxt "action"
msgid "Paint Layer"
msgstr ""
#. i18n: context: Action (new_from_visible), Actions (Layers), ActionCollection (Krita)
#. +> trunk5 stable5
#: krita/krita.action:2411
#, 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:2413
#, kde-format
msgctxt "action"
msgid "New layer from visible"
msgstr ""
#. i18n: context: Action (duplicatelayer), Actions (Layers), ActionCollection (Krita)
#. +> trunk5 stable5
#: krita/krita.action:2423
#, kde-format
msgctxt "action"
msgid "&Duplicate Layer or Mask"
msgstr ""
#. i18n: context: Action (duplicatelayer), Actions (Layers), ActionCollection (Krita)
#. +> trunk5 stable5
#: krita/krita.action:2425
#, 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:2435
#, 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:2437
#, 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:2447
#, 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:2449
#, 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:2459
#, kde-format
msgctxt "action"
msgid "Copy Layer"
msgstr ""
#. i18n: context: Action (copy_layer_clipboard), Actions (Layers), ActionCollection (Krita)
#. +> trunk5 stable5
#: krita/krita.action:2461
#, 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:2471
#, kde-format
msgctxt "action"
msgid "Cut Layer"
msgstr ""
#. i18n: context: Action (cut_layer_clipboard), Actions (Layers), ActionCollection (Krita)
#. +> trunk5 stable5
#: krita/krita.action:2473
#, 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:2483
#, kde-format
msgctxt "action"
msgid "Paste Layer"
msgstr ""
#. i18n: context: Action (paste_layer_from_clipboard), Actions (Layers), ActionCollection (Krita)
#. +> trunk5 stable5
#: krita/krita.action:2485
#, 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:2495
#, kde-format
msgctxt "action"
msgid "Quick Group"
msgstr ""
#. i18n: context: Action (create_quick_group), Actions (Layers), ActionCollection (Krita)
#. +> trunk5 stable5
#: krita/krita.action:2497
#, 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:2507
#, kde-format
msgctxt "action"
msgid "Quick Ungroup"
msgstr ""
#. i18n: context: Action (quick_ungroup), Actions (Layers), ActionCollection (Krita)
#. +> trunk5 stable5
#: krita/krita.action:2509
#, 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:2519
#, 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:2521
#, 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:2531
#, kde-format
msgctxt "action"
msgid "All Layers"
msgstr ""
#. i18n: context: Action (select_all_layers), Actions (Layers), ActionCollection (Krita)
#. +> trunk5 stable5
#: krita/krita.action:2533
#, kde-format
msgctxt "action"
msgid "Select all layers"
msgstr ""
#. i18n: context: Action (select_visible_layers), Actions (Layers), ActionCollection (Krita)
#. +> trunk5 stable5
#: krita/krita.action:2543
#, kde-format
msgctxt "action"
msgid "Visible Layers"
msgstr ""
#. i18n: context: Action (select_visible_layers), Actions (Layers), ActionCollection (Krita)
#. +> trunk5 stable5
#: krita/krita.action:2545
#, 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:2555
#, kde-format
msgctxt "action"
msgid "Locked Layers"
msgstr ""
#. i18n: context: Action (select_locked_layers), Actions (Layers), ActionCollection (Krita)
#. +> trunk5 stable5
#: krita/krita.action:2557
#, 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:2567
#, kde-format
msgctxt "action"
msgid "Invisible Layers"
msgstr ""
#. i18n: context: Action (select_invisible_layers), Actions (Layers), ActionCollection (Krita)
#. +> trunk5 stable5
#: krita/krita.action:2569
#, 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:2579
#, kde-format
msgctxt "action"
msgid "Unlocked Layers"
msgstr ""
#. i18n: context: Action (toggle_layer_lock), Actions (Layers), ActionCollection (Krita)
#. +> stable5
#: krita/krita.action:2318
#, kde-format
msgctxt "action"
msgid "&Lock/unlock layer"
msgstr ""
#. i18n: context: Action (toggle_layer_lock), Actions (Layers), ActionCollection (Krita)
#. +> stable5
#: krita/krita.action:2320
#, kde-format
msgctxt "action"
msgid "Lock/unlock layer"
msgstr ""
#. i18n: context: Action (select_unlocked_layers), Actions (Layers), ActionCollection (Krita)
#. +> trunk5 stable5
#: krita/krita.action:2581
#, 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:2591
#, 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:2593
#, kde-format
msgctxt "action"
msgid "Save Layer/Mask"
msgstr ""
#. i18n: context: Action (save_vector_node_to_svg), Actions (Layers), ActionCollection (Krita)
#. +> trunk5
#: krita/krita.action:2603
#, kde-format
msgctxt "action"
msgid "Save Vector Layer as SVG..."
msgstr ""
#. i18n: context: Action (save_vector_node_to_svg), Actions (Layers), ActionCollection (Krita)
#. +> trunk5
#: krita/krita.action:2605
#, 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:2615
#, 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:2617
#, 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:2627
#, 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:2629
#, 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
#: krita/krita.action:2639
#, kde-format
msgctxt "action"
msgid "to &File Layer"
msgstr ""
#. i18n: context: Action (convert_layer_to_file_layer), Actions (Layers), ActionCollection (Krita)
#. +> trunk5
#: krita/krita.action:2641
#, 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:2651
#, 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:2653
#, 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:2663
#, 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:2665
#, 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:2675
#, 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:2677
#, 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:2687
#, 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:2689
#, 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:2699
#, 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:2701
#, 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:2711
#, 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:2713
#, 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:2723
#, 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:2725
#, 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:2735
#, 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:2737
#, 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:2747
#, 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:2749
#, 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:2759
#, 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:2761
#, kde-format
msgctxt "action"
msgid "Alpha into Mask"
msgstr ""
#. i18n: context: Action (split_alpha_write), Actions (Layers), ActionCollection (Krita)
#. +> trunk5 stable5
#: krita/krita.action:2771
#, kde-format
msgctxt "action"
msgid "&Write as Alpha"
msgstr ""
#. i18n: context: Action (split_alpha_write), Actions (Layers), ActionCollection (Krita)
#. +> trunk5 stable5
#: krita/krita.action:2773
#, 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:2783
#, kde-format
msgctxt "action"
msgid "&Save Merged..."
msgstr ""
#. i18n: context: Action (split_alpha_save_merged), Actions (Layers), ActionCollection (Krita)
#. +> trunk5 stable5
#: krita/krita.action:2785
#, kde-format
msgctxt "action"
msgid "Save Merged"
msgstr ""
#. i18n: context: Action (layersplit), Actions (Layers), ActionCollection (Krita)
#. +> trunk5 stable5
#: krita/krita.action:2795
#, kde-format
msgctxt "action"
msgid "Split Layer..."
msgstr ""
#. i18n: context: Action (layersplit), Actions (Layers), ActionCollection (Krita)
#. +> trunk5 stable5
#: krita/krita.action:2797
#, kde-format
msgctxt "action"
msgid "Split Layer"
msgstr ""
#. i18n: context: Action (waveletdecompose), Actions (Layers), ActionCollection (Krita)
#. +> trunk5 stable5
#: krita/krita.action:2807
#, kde-format
msgctxt "action"
msgid "Wavelet Decompose ..."
msgstr ""
#. i18n: context: Action (waveletdecompose), Actions (Layers), ActionCollection (Krita)
#. +> trunk5 stable5
#: krita/krita.action:2809
#, kde-format
msgctxt "action"
msgid "Wavelet Decompose"
msgstr ""
#. i18n: context: Action (mirrorNodeX), Actions (Layers), ActionCollection (Krita)
#. +> trunk5 stable5
#: krita/krita.action:2819
#, kde-format
msgctxt "action"
msgid "Mirror Layer Hori&zontally"
msgstr ""
#. i18n: context: Action (mirrorNodeX), Actions (Layers), ActionCollection (Krita)
#. +> trunk5 stable5
#: krita/krita.action:2821
#, kde-format
msgctxt "action"
msgid "Mirror Layer Horizontally"
msgstr ""
#. i18n: context: Action (mirrorNodeY), Actions (Layers), ActionCollection (Krita)
#. +> trunk5 stable5
#: krita/krita.action:2831
#, kde-format
msgctxt "action"
msgid "Mirror Layer &Vertically"
msgstr ""
#. i18n: context: Action (mirrorNodeY), Actions (Layers), ActionCollection (Krita)
#. +> trunk5 stable5
#: krita/krita.action:2833
#, kde-format
msgctxt "action"
msgid "Mirror Layer Vertically"
msgstr ""
#. i18n: context: Action (rotatelayer), Actions (Layers), ActionCollection (Krita)
#. +> trunk5 stable5
#: krita/krita.action:2843
#, kde-format
msgctxt "action"
msgid "&Rotate Layer..."
msgstr ""
#. i18n: context: Action (rotatelayer), Actions (Layers), ActionCollection (Krita)
#. +> trunk5 stable5
#: krita/krita.action:2845
#, kde-format
msgctxt "action"
msgid "Rotate Layer"
msgstr ""
#. i18n: context: Action (rotateLayerCW90), Actions (Layers), ActionCollection (Krita)
#. +> trunk5 stable5
#: krita/krita.action:2855
#, 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:2857
#, 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:2867
#, 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:2869
#, 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:2879
#, kde-format
msgctxt "action"
msgid "Rotate Layer &180°"
msgstr ""
#. i18n: context: Action (rotateLayer180), Actions (Layers), ActionCollection (Krita)
#. +> trunk5 stable5
#: krita/krita.action:2881
#, kde-format
msgctxt "action"
msgid "Rotate Layer 180°"
msgstr ""
#. i18n: context: Action (layersize), Actions (Layers), ActionCollection (Krita)
#. +> trunk5 stable5
#: krita/krita.action:2891
#, kde-format
msgctxt "action"
msgid "Scale &Layer to new Size..."
msgstr ""
#. i18n: context: Action (layersize), Actions (Layers), ActionCollection (Krita)
#. +> trunk5 stable5
#: krita/krita.action:2893
#, kde-format
msgctxt "action"
msgid "Scale Layer to new Size"
msgstr ""
#. i18n: context: Action (shearlayer), Actions (Layers), ActionCollection (Krita)
#. +> trunk5 stable5
#: krita/krita.action:2903
#, kde-format
msgctxt "action"
msgid "&Shear Layer..."
msgstr ""
#. i18n: context: Action (shearlayer), Actions (Layers), ActionCollection (Krita)
#. +> trunk5 stable5
#: krita/krita.action:2905
#, kde-format
msgctxt "action"
msgid "Shear Layer"
msgstr ""
#. i18n: context: Action (offsetlayer), Actions (Layers), ActionCollection (Krita)
#. +> trunk5 stable5
#: krita/krita.action:2915
#, kde-format
msgctxt "action"
msgid "&Offset Layer..."
msgstr ""
#. i18n: context: Action (offsetlayer), Actions (Layers), ActionCollection (Krita)
#. +> trunk5 stable5
#: krita/krita.action:2917
#, kde-format
msgctxt "action"
msgid "Offset Layer"
msgstr ""
#. i18n: context: Action (clones_array), Actions (Layers), ActionCollection (Krita)
#. +> trunk5 stable5
#: krita/krita.action:2927
#, kde-format
msgctxt "action"
msgid "Clones &Array..."
msgstr ""
#. i18n: context: Action (clones_array), Actions (Layers), ActionCollection (Krita)
#. +> trunk5 stable5
#: krita/krita.action:2929
#, kde-format
msgctxt "action"
msgid "Clones Array"
msgstr ""
#. i18n: context: Action (EditLayerMetaData), Actions (Layers), ActionCollection (Krita)
#. +> trunk5 stable5
#: krita/krita.action:2939
#, kde-format
msgctxt "action"
msgid "&Edit metadata..."
msgstr ""
#. i18n: context: Action (EditLayerMetaData), Actions (Layers), ActionCollection (Krita)
#. +> trunk5 stable5
#: krita/krita.action:2941
#, kde-format
msgctxt "action"
msgid "Edit metadata"
msgstr ""
#. i18n: context: Action (histogram), Actions (Layers), ActionCollection (Krita)
#. +> trunk5 stable5
#: krita/krita.action:2951
#, kde-format
msgctxt "action"
msgid "&Histogram..."
msgstr ""
#. i18n: context: Action (histogram), Actions (Layers), ActionCollection (Krita)
#. +> trunk5 stable5
#: krita/krita.action:2953
#, kde-format
msgctxt "action"
msgid "Histogram"
msgstr ""
#. i18n: context: Action (layercolorspaceconversion), Actions (Layers), ActionCollection (Krita)
#. +> trunk5 stable5
#: krita/krita.action:2963
#, kde-format
msgctxt "action"
msgid "&Convert Layer Color Space..."
msgstr ""
#. i18n: context: Action (layercolorspaceconversion), Actions (Layers), ActionCollection (Krita)
#. +> trunk5 stable5
#: krita/krita.action:2965
#, kde-format
msgctxt "action"
msgid "Convert Layer Color Space"
msgstr ""
#. i18n: context: Action (merge_layer), Actions (Layers), ActionCollection (Krita)
#. +> trunk5 stable5
#: krita/krita.action:2975
#, kde-format
msgctxt "action"
msgid "&Merge with Layer Below"
msgstr ""
#. i18n: context: Action (merge_layer), Actions (Layers), ActionCollection (Krita)
#. +> trunk5 stable5
#: krita/krita.action:2977
#, kde-format
msgctxt "action"
msgid "Merge with Layer Below"
msgstr ""
#. i18n: context: Action (flatten_layer), Actions (Layers), ActionCollection (Krita)
#. +> trunk5 stable5
#: krita/krita.action:2987
#, kde-format
msgctxt "action"
msgid "&Flatten Layer"
msgstr ""
#. i18n: context: Action (flatten_layer), Actions (Layers), ActionCollection (Krita)
#. +> trunk5 stable5
#: krita/krita.action:2989
#, kde-format
msgctxt "action"
msgid "Flatten Layer"
msgstr ""
#. i18n: context: Action (rasterize_layer), Actions (Layers), ActionCollection (Krita)
#. +> trunk5 stable5
#: krita/krita.action:2999
#, kde-format
msgctxt "action"
msgid "Ras&terize Layer"
msgstr ""
#. i18n: context: Action (rasterize_layer), Actions (Layers), ActionCollection (Krita)
#. +> trunk5 stable5
#: krita/krita.action:3001
#, kde-format
msgctxt "action"
msgid "Rasterize Layer"
msgstr ""
#. i18n: context: Action (flatten_image), Actions (Layers), ActionCollection (Krita)
#. +> trunk5 stable5
#: krita/krita.action:3011
#, kde-format
msgctxt "action"
msgid "Flatten ima&ge"
msgstr ""
#. i18n: context: Action (flatten_image), Actions (Layers), ActionCollection (Krita)
#. +> trunk5 stable5
#: krita/krita.action:3013
#, kde-format
msgctxt "action"
msgid "Flatten image"
msgstr ""
#. i18n: context: Action (layer_style), Actions (Layers), ActionCollection (Krita)
#. +> trunk5 stable5
#: krita/krita.action:3023
#, kde-format
msgctxt "action"
msgid "La&yer Style..."
msgstr ""
#. i18n: context: Action (layer_style), Actions (Layers), ActionCollection (Krita)
#. +> trunk5 stable5
#: krita/krita.action:3025
#, 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:3035 krita/krita.action:3037
#, 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:3047 krita/krita.action:3049
#, 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:3059 krita/krita.action:3061
#, kde-format
msgctxt "action"
msgid "Rename current layer"
msgstr ""
#. i18n: context: Action (remove_layer), Actions (Layers), ActionCollection (Krita)
#. +> trunk5 stable5
#: krita/krita.action:3071
#, kde-format
msgctxt "action"
msgid "&Remove Layer"
msgstr ""
#. i18n: context: Action (remove_layer), Actions (Layers), ActionCollection (Krita)
#. +> trunk5 stable5
#: krita/krita.action:3073
#, 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:3083 krita/krita.action:3085
#, 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:3093 krita/krita.action:3095
#, 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:3103 krita/kritamenu.action:942
#, 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:3105 krita/kritamenu.action:944
#, kde-format
msgctxt "action"
msgid "Properties"
msgstr ""
#. i18n: context: Action (KisRulerAssistantTool), Actions (tool-shortcuts), ActionCollection (Krita)
#. i18n: context: Action (KisRulerAssistantTool), Actions (tool-shortcuts), ActionCollection (Krita)
#. i18n: context: Action (KisRulerAssistantTool), Actions (tool-shortcuts), ActionCollection (Krita)
#. i18n: context: Action (KisRulerAssistantTool), Actions (tool-shortcuts), ActionCollection (Krita)
#. +> stable5
#: krita/krita.action:1606 krita/krita.action:1608
#, kde-format
msgctxt "action"
msgid "Ruler assistant editor tool"
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:42 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
#: krita/krita4.xmlgui:59
#, kde-format
msgid "Fill Special"
msgstr ""
#. +> trunk5 stable5
#: krita/krita4.xmlgui:71 libs/widgetutils/xmlgui/ui_standards.xmlgui:101
#: plugins/tools/svgtexttool/svgtexttool.xmlgui:28
#, kde-format
msgid "&View"
msgstr ""
#. +> trunk5 stable5
#: krita/krita4.xmlgui:80
#, kde-format
msgid "&Canvas"
msgstr ""
#. +> trunk5 stable5
#: krita/krita4.xmlgui:112
#, kde-format
msgid "&Snap To"
msgstr ""
#. +> trunk5 stable5
#: krita/krita4.xmlgui:133
#: 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:144 krita/krita4.xmlgui:226
#: 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:166 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:172
#, kde-format
msgid "New"
msgstr ""
#. +> trunk5 stable5
#: krita/krita4.xmlgui:181
#, kde-format
msgid "&Import/Export"
msgstr ""
#. i18n: ectx: property (text), widget (QPushButton, addPresetButton)
#. +> trunk5 stable5
#: krita/krita4.xmlgui:188
#: plugins/paintops/libpaintop/forms/wdgpredefinedbrushchooser.ui:64
#, kde-format
msgid "Import"
msgstr ""
#. +> trunk5 stable5
#: krita/krita4.xmlgui:196 plugins/dockers/defaultdockers/kis_layer_box.cpp:602
#, kde-format
msgid "&Convert"
msgstr ""
#. i18n: ectx: property (text), widget (QPushButton, bnSelect)
#. +> trunk5 stable5
#: krita/krita4.xmlgui:207 krita/krita4.xmlgui:263
#: plugins/dockers/defaultdockers/kis_layer_box.cpp:578
#: 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:215 plugins/dockers/defaultdockers/kis_layer_box.cpp:584
#, kde-format
msgid "&Group"
msgstr ""
#. +> trunk5 stable5
#: krita/krita4.xmlgui:221
#, kde-format
msgid "&Transform"
msgstr ""
#. +> trunk5 stable5
#: krita/krita4.xmlgui:237
#, kde-format
msgid "S&plit"
msgstr ""
#. +> trunk5 stable5
#: krita/krita4.xmlgui:239 plugins/dockers/defaultdockers/kis_layer_box.cpp:609
#, kde-format
msgid "S&plit Alpha"
msgstr ""
#. +> trunk5 stable5
#: krita/krita4.xmlgui:289
#, kde-format
msgid "Filte&r"
msgstr ""
#. +> trunk5 stable5
#: krita/krita4.xmlgui:309 libs/widgetutils/xmlgui/ui_standards.xmlgui:144
#: plugins/extensions/bigbrother/bigbrother.xmlgui:4
#, kde-format
msgid "&Tools"
msgstr ""
#. +> trunk5
#: krita/krita4.xmlgui:312 plugins/extensions/bigbrother/bigbrother.xmlgui:5
#, kde-format
msgid "Recording"
msgstr ""
#. +> trunk5
#: krita/krita4.xmlgui:317 plugins/extensions/bigbrother/bigbrother.xmlgui:9
#, kde-format
msgid "Macros"
msgstr ""
#. +> trunk5 stable5
#: krita/krita4.xmlgui:323 plugins/tools/svgtexttool/svgtexttool.xmlgui:62
#, kde-format
msgid "Setti&ngs"
msgstr ""
#. +> trunk5 stable5
#: krita/krita4.xmlgui:346 libs/widgetutils/xmlgui/khelpmenu.cpp:155
#: libs/widgetutils/xmlgui/ui_standards.xmlgui:177
#, kde-format
msgid "&Help"
msgstr ""
#. +> trunk5 stable5
#: krita/krita4.xmlgui:361 libs/ui/kis_file_layer.cpp:130
#: plugins/tools/svgtexttool/svgtexttool.xmlgui:69
#, kde-format
msgid "File"
msgstr ""
#. +> trunk5 stable5
#: krita/krita4.xmlgui:370
#, 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_import_file), Actions (File), ActionCollection (Menu)
#. +> trunk5 stable5
#: krita/kritamenu.action:81
#, 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:83
#, 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:93
#, kde-format
msgctxt "action"
msgid "E&xport..."
msgstr ""
#. i18n: context: Action (file_export_file), Actions (File), ActionCollection (Menu)
#. +> trunk5 stable5
#: krita/kritamenu.action:95
#, kde-format
msgctxt "action"
msgid "Export"
msgstr ""
#. i18n: context: Action (file_export_pdf), Actions (File), ActionCollection (Menu)
#. +> trunk5 stable5
#: krita/kritamenu.action:105
#, kde-format
msgctxt "action"
msgid "&Export as PDF..."
msgstr ""
#. i18n: context: Action (file_export_pdf), Actions (File), ActionCollection (Menu)
#. +> trunk5 stable5
#: krita/kritamenu.action:107
#, kde-format
msgctxt "action"
msgid "Export as PDF"
msgstr ""
#. i18n: context: Action (file_import_animation), Actions (File), ActionCollection (Menu)
#. +> trunk5 stable5
#: krita/kritamenu.action:117
#, kde-format
msgctxt "action"
msgid "Import animation frames..."
msgstr ""
#. i18n: context: Action (file_import_animation), Actions (File), ActionCollection (Menu)
#. +> trunk5 stable5
#: krita/kritamenu.action:119
#, kde-format
msgctxt "action"
msgid "Import animation frames"
msgstr ""
#. i18n: context: Action (render_animation), Actions (File), ActionCollection (Menu)
#. +> trunk5 stable5
#: krita/kritamenu.action:129
#, kde-format
msgctxt "action"
msgid "&Render Animation..."
msgstr ""
#. i18n: context: Action (render_animation), Actions (File), ActionCollection (Menu)
#. +> trunk5 stable5
#: krita/kritamenu.action:131
#, 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:141
#, 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:143
#, 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:153
#, kde-format
msgctxt "action"
msgid "Save Incremental &Version"
msgstr ""
#. i18n: context: Action (save_incremental_version), Actions (File), ActionCollection (Menu)
#. +> trunk5 stable5
#: krita/kritamenu.action:155
#, kde-format
msgctxt "action"
msgid "Save Incremental Version"
msgstr ""
#. i18n: context: Action (save_incremental_backup), Actions (File), ActionCollection (Menu)
#. +> trunk5 stable5
#: krita/kritamenu.action:165
#, kde-format
msgctxt "action"
msgid "Save Incremental &Backup"
msgstr ""
#. i18n: context: Action (save_incremental_backup), Actions (File), ActionCollection (Menu)
#. +> trunk5 stable5
#: krita/kritamenu.action:167
#, kde-format
msgctxt "action"
msgid "Save Incremental Backup"
msgstr ""
#. i18n: context: Action (create_template), Actions (File), ActionCollection (Menu)
#. +> trunk5 stable5
#: krita/kritamenu.action:177
#, kde-format
msgctxt "action"
msgid "&Create Template From Image..."
msgstr ""
#. i18n: context: Action (create_template), Actions (File), ActionCollection (Menu)
#. +> trunk5 stable5
#: krita/kritamenu.action:179
#, kde-format
msgctxt "action"
msgid "Create Template From Image"
msgstr ""
#. i18n: context: Action (create_copy), Actions (File), ActionCollection (Menu)
#. +> trunk5 stable5
#: krita/kritamenu.action:189
#, 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:191
#, 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:201
#, kde-format
msgctxt "action"
msgid "&Print..."
msgstr ""
#. i18n: context: Action (file_print), Actions (File), ActionCollection (Menu)
#. +> trunk5 stable5
#: krita/kritamenu.action:203
#, kde-format
msgctxt "action"
msgid "Print document"
msgstr ""
#. i18n: context: Action (file_print_preview), Actions (File), ActionCollection (Menu)
#. +> trunk5 stable5
#: krita/kritamenu.action:213
#, kde-format
msgctxt "action"
msgid "Print Previe&w"
msgstr ""
#. i18n: context: Action (file_print_preview), Actions (File), ActionCollection (Menu)
#. +> trunk5 stable5
#: krita/kritamenu.action:215
#, 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:225
#, kde-format
msgctxt "action"
msgid "&Document Information"
msgstr ""
#. i18n: context: Action (file_documentinfo), Actions (File), ActionCollection (Menu)
#. +> trunk5 stable5
#: krita/kritamenu.action:227
#, kde-format
msgctxt "action"
msgid "Document Information"
msgstr ""
#. i18n: context: Action (file_close_all), Actions (File), ActionCollection (Menu)
#. +> trunk5 stable5
#: krita/kritamenu.action:237
#, kde-format
msgctxt "action"
msgid "&Close All"
msgstr ""
#. i18n: context: Action (file_close_all), Actions (File), ActionCollection (Menu)
#. +> trunk5 stable5
#: krita/kritamenu.action:239
#, kde-format
msgctxt "action"
msgid "Close All"
msgstr ""
#. i18n: context: Action (file_close), Actions (File), ActionCollection (Menu)
#. +> trunk5 stable5
#: krita/kritamenu.action:249
#, kde-format
msgctxt "action"
msgid "C&lose"
msgstr ""
#. i18n: context: Action (file_close), Actions (File), ActionCollection (Menu)
#. +> trunk5 stable5
#: krita/kritamenu.action:251
#, kde-format
msgctxt "action"
msgid "Close"
msgstr ""
#. i18n: context: Action (file_quit), Actions (File), ActionCollection (Menu)
#. +> trunk5 stable5
#: krita/kritamenu.action:261
#, kde-format
msgctxt "action"
msgid "&Quit"
msgstr ""
#. i18n: context: Action (file_quit), Actions (File), ActionCollection (Menu)
#. +> trunk5 stable5
#: krita/kritamenu.action:263
#, kde-format
msgctxt "action"
msgid "Quit application"
msgstr ""
#. i18n: context: Actions (Edit), ActionCollection (Menu)
#. +> trunk5 stable5
#: krita/kritamenu.action:274
#, kde-format
msgctxt "action"
msgid "Edit"
msgstr ""
#. i18n: context: Action (edit_undo), Actions (Edit), ActionCollection (Menu)
#. +> trunk5 stable5
#: krita/kritamenu.action:277
#, kde-format
msgctxt "action"
msgid "Undo"
msgstr ""
#. i18n: context: Action (edit_undo), Actions (Edit), ActionCollection (Menu)
#. +> trunk5 stable5
#: krita/kritamenu.action:279
#, kde-format
msgctxt "action"
msgid "Undo last action"
msgstr ""
#. i18n: context: Action (edit_redo), Actions (Edit), ActionCollection (Menu)
#. +> trunk5 stable5
#: krita/kritamenu.action:289
#, kde-format
msgctxt "action"
msgid "Redo"
msgstr ""
#. i18n: context: Action (edit_redo), Actions (Edit), ActionCollection (Menu)
#. +> trunk5 stable5
#: krita/kritamenu.action:291
#, kde-format
msgctxt "action"
msgid "Redo last undone action"
msgstr ""
#. i18n: context: Action (edit_cut), Actions (Edit), ActionCollection (Menu)
#. +> trunk5 stable5
#: krita/kritamenu.action:301
#, kde-format
msgctxt "action"
msgid "Cu&t"
msgstr ""
#. i18n: context: Action (edit_cut), Actions (Edit), ActionCollection (Menu)
#. +> trunk5 stable5
#: krita/kritamenu.action:303
#, kde-format
msgctxt "action"
msgid "Cut selection to clipboard"
msgstr ""
#. i18n: context: Action (edit_copy), Actions (Edit), ActionCollection (Menu)
#. +> trunk5 stable5
#: krita/kritamenu.action:313
#, kde-format
msgctxt "action"
msgid "&Copy"
msgstr ""
#. i18n: context: Action (edit_copy), Actions (Edit), ActionCollection (Menu)
#. +> trunk5 stable5
#: krita/kritamenu.action:315
#, kde-format
msgctxt "action"
msgid "Copy selection to clipboard"
msgstr ""
#. i18n: context: Action (copy_sharp), Actions (Edit), ActionCollection (Menu)
#. +> trunk5 stable5
#: krita/kritamenu.action:325
#, kde-format
msgctxt "action"
msgid "C&opy (sharp)"
msgstr ""
#. i18n: context: Action (copy_sharp), Actions (Edit), ActionCollection (Menu)
#. +> trunk5 stable5
#: krita/kritamenu.action:327
#, kde-format
msgctxt "action"
msgid "Copy (sharp)"
msgstr ""
#. i18n: context: Action (cut_sharp), Actions (Edit), ActionCollection (Menu)
#. +> trunk5 stable5
#: krita/kritamenu.action:337
#, kde-format
msgctxt "action"
msgid "Cut (&sharp)"
msgstr ""
#. i18n: context: Action (cut_sharp), Actions (Edit), ActionCollection (Menu)
#. +> trunk5 stable5
#: krita/kritamenu.action:339
#, kde-format
msgctxt "action"
msgid "Cut (sharp)"
msgstr ""
#. i18n: context: Action (copy_merged), Actions (Edit), ActionCollection (Menu)
#. +> trunk5 stable5
#: krita/kritamenu.action:349
#, kde-format
msgctxt "action"
msgid "Copy &merged"
msgstr ""
#. i18n: context: Action (copy_merged), Actions (Edit), ActionCollection (Menu)
#. +> trunk5 stable5
#: krita/kritamenu.action:351
#, kde-format
msgctxt "action"
msgid "Copy merged"
msgstr ""
#. i18n: context: Action (edit_paste), Actions (Edit), ActionCollection (Menu)
#. +> trunk5 stable5
#: krita/kritamenu.action:361
#, kde-format
msgctxt "action"
msgid "&Paste"
msgstr ""
#. i18n: context: Action (edit_paste), Actions (Edit), ActionCollection (Menu)
#. +> trunk5 stable5
#: krita/kritamenu.action:363
#, kde-format
msgctxt "action"
msgid "Paste clipboard content"
msgstr ""
#. i18n: context: Action (paste_at), Actions (Edit), ActionCollection (Menu)
#. +> trunk5
#: krita/kritamenu.action:373
#, kde-format
msgctxt "action"
msgid "Paste at Cursor"
msgstr ""
#. i18n: context: Action (paste_at), Actions (Edit), ActionCollection (Menu)
#. +> trunk5 stable5
#: krita/kritamenu.action:375
#, kde-format
msgctxt "action"
msgid "Paste at cursor"
msgstr ""
#. i18n: context: Action (paste_new), Actions (Edit), ActionCollection (Menu)
#. +> trunk5 stable5
#: krita/kritamenu.action:385
#, kde-format
msgctxt "action"
msgid "Paste into &New Image"
msgstr ""
#. i18n: context: Action (paste_new), Actions (Edit), ActionCollection (Menu)
#. +> trunk5 stable5
#: krita/kritamenu.action:387
#, kde-format
msgctxt "action"
msgid "Paste into New Image"
msgstr ""
#. i18n: context: Action (clear), Actions (Edit), ActionCollection (Menu)
#. +> trunk5 stable5
#: krita/kritamenu.action:397
#, kde-format
msgctxt "action"
msgid "C&lear"
msgstr ""
#. i18n: context: Action (clear), Actions (Edit), ActionCollection (Menu)
#. +> trunk5 stable5
#: krita/kritamenu.action:399
#, kde-format
msgctxt "action"
msgid "Clear"
msgstr ""
#. i18n: context: Action (fill_selection_foreground_color), Actions (Edit), ActionCollection (Menu)
#. +> trunk5 stable5
#: krita/kritamenu.action:409
#, 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:411
#, 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:421
#, 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:423
#, 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:433
#, 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:435
#, kde-format
msgctxt "action"
msgid "Fill with Pattern"
msgstr ""
#. i18n: context: Actions (EditFill), ActionCollection (Menu)
#. +> trunk5
#: krita/kritamenu.action:444
#, kde-format
msgctxt "action"
msgid "Fill Special"
msgstr ""
#. i18n: context: Action (stroke_shapes), Actions (EditFill), ActionCollection (Menu)
#. +> trunk5 stable5
#: krita/kritamenu.action:484
#, kde-format
msgctxt "action"
msgid "Stro&ke selected shapes"
msgstr ""
#. i18n: context: Action (stroke_shapes), Actions (EditFill), ActionCollection (Menu)
#. +> trunk5 stable5
#: krita/kritamenu.action:486
#, kde-format
msgctxt "action"
msgid "Stroke selected shapes"
msgstr ""
#. i18n: context: Action (stroke_selection), Actions (EditFill), ActionCollection (Menu)
#. +> trunk5
#: krita/kritamenu.action:496
#, kde-format
msgctxt "action"
msgid "Stroke Selec&tion..."
msgstr ""
#. i18n: context: Action (stroke_selection), Actions (EditFill), ActionCollection (Menu)
#. +> trunk5 stable5
#: krita/kritamenu.action:498
#, kde-format
msgctxt "action"
msgid "Stroke selection"
msgstr ""
#. i18n: context: Action (stroke_selection), Actions (Edit), ActionCollection (Menu)
#. +> stable5
#: krita/kritamenu.action:445
#, kde-format
msgctxt "action"
msgid "Stroke selec&tion"
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:508 krita/kritamenu.action:510
#, 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:521 krita/kritamenu.action:1638
#, kde-format
msgctxt "action"
msgid "Window"
msgstr ""
#. i18n: context: Action (view_newwindow), Actions (Window), ActionCollection (Menu)
#. +> trunk5 stable5
#: krita/kritamenu.action:524
#, kde-format
msgctxt "action"
msgid "&New Window"
msgstr ""
#. i18n: context: Action (view_newwindow), Actions (Window), ActionCollection (Menu)
#. +> trunk5 stable5
#: krita/kritamenu.action:526
#, kde-format
msgctxt "action"
msgid "New Window"
msgstr ""
#. i18n: context: Action (windows_next), Actions (Window), ActionCollection (Menu)
#. +> trunk5 stable5
#: krita/kritamenu.action:536
#, kde-format
msgctxt "action"
msgid "N&ext"
msgstr ""
#. i18n: context: Action (windows_next), Actions (Window), ActionCollection (Menu)
#. +> trunk5 stable5
#: krita/kritamenu.action:538
#, 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:548 krita/kritamenu.action:550
#, kde-format
msgctxt "action"
msgid "Previous"
msgstr ""
#. i18n: context: Actions (View), ActionCollection (Menu)
#. +> trunk5 stable5
#: krita/kritamenu.action:559
#, kde-format
msgctxt "action"
msgid "View"
msgstr ""
#. i18n: context: Action (view_show_canvas_only), Actions (View), ActionCollection (Menu)
#. +> trunk5 stable5
#: krita/kritamenu.action:562
#, 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:564
#, 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:574
#, kde-format
msgctxt "action"
msgid "F&ull Screen Mode"
msgstr ""
#. i18n: context: Action (fullscreen), Actions (View), ActionCollection (Menu)
#. +> trunk5 stable5
#: krita/kritamenu.action:576
#, 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:586
#, kde-format
msgctxt "action"
msgid "&Wrap Around Mode"
msgstr ""
#. i18n: context: Action (wrap_around_mode), Actions (View), ActionCollection (Menu)
#. +> trunk5 stable5
#: krita/kritamenu.action:588
#, 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:598
#, 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:600
#, kde-format
msgctxt "action"
msgid "Instant Preview Mode"
msgstr ""
#. i18n: context: Action (softProof), Actions (View), ActionCollection (Menu)
#. +> trunk5 stable5
#: krita/kritamenu.action:610
#, kde-format
msgctxt "action"
msgid "Soft Proofing"
msgstr ""
#. i18n: context: Action (softProof), Actions (View), ActionCollection (Menu)
#. +> trunk5 stable5
#: krita/kritamenu.action:612
#, kde-format
msgctxt "action"
msgid "Turns on Soft Proofing"
msgstr ""
#. i18n: context: Action (gamutCheck), Actions (View), ActionCollection (Menu)
#. +> trunk5 stable5
#: krita/kritamenu.action:620
#, kde-format
msgctxt "action"
msgid "Out of Gamut Warnings"
msgstr ""
#. i18n: context: Action (gamutCheck), Actions (View), ActionCollection (Menu)
#. +> trunk5 stable5
#: krita/kritamenu.action:622
#, 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:630 krita/kritamenu.action:632
#, kde-format
msgctxt "action"
msgid "Mirror View"
msgstr ""
#. i18n: context: Action (zoom_to_100pct), Actions (View), ActionCollection (Menu)
#. +> trunk5 stable5
#: krita/kritamenu.action:640
#, kde-format
msgctxt "action"
msgid "&Reset zoom"
msgstr ""
#. i18n: context: Action (zoom_to_100pct), Actions (View), ActionCollection (Menu)
#. +> trunk5 stable5
#: krita/kritamenu.action:642
#, kde-format
msgctxt "action"
msgid "Reset zoom"
msgstr ""
#. i18n: context: Action (view_zoom_in), Actions (View), ActionCollection (Menu)
#. +> trunk5 stable5
#: krita/kritamenu.action:652
#, kde-format
msgctxt "action"
msgid "Zoom &In"
msgstr ""
#. i18n: context: Action (view_zoom_in), Actions (View), ActionCollection (Menu)
#. +> trunk5 stable5
#: krita/kritamenu.action:654
#, kde-format
msgctxt "action"
msgid "Zoom In"
msgstr ""
#. i18n: context: Action (view_zoom_out), Actions (View), ActionCollection (Menu)
#. +> trunk5 stable5
#: krita/kritamenu.action:664
#, kde-format
msgctxt "action"
msgid "Zoom &Out"
msgstr ""
#. i18n: context: Action (view_zoom_out), Actions (View), ActionCollection (Menu)
#. +> trunk5 stable5
#: krita/kritamenu.action:666
#, kde-format
msgctxt "action"
msgid "Zoom Out"
msgstr ""
#. i18n: context: Action (rotate_canvas_right), Actions (View), ActionCollection (Menu)
#. +> trunk5 stable5
#: krita/kritamenu.action:676
#, kde-format
msgctxt "action"
msgid "Rotate &Canvas Right"
msgstr ""
#. i18n: context: Action (rotate_canvas_right), Actions (View), ActionCollection (Menu)
#. +> trunk5 stable5
#: krita/kritamenu.action:678
#, kde-format
msgctxt "action"
msgid "Rotate Canvas Right"
msgstr ""
#. i18n: context: Action (rotate_canvas_left), Actions (View), ActionCollection (Menu)
#. +> trunk5 stable5
#: krita/kritamenu.action:688
#, kde-format
msgctxt "action"
msgid "Rotate Canvas &Left"
msgstr ""
#. i18n: context: Action (rotate_canvas_left), Actions (View), ActionCollection (Menu)
#. +> trunk5 stable5
#: krita/kritamenu.action:690
#, 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:700 krita/kritamenu.action:702
#, kde-format
msgctxt "action"
msgid "Reset Canvas Rotation"
msgstr ""
#. i18n: context: Action (view_ruler), Actions (View), ActionCollection (Menu)
#. +> trunk5 stable5
#: krita/kritamenu.action:712
#, kde-format
msgctxt "action"
msgid "Show &Rulers"
msgstr ""
#. i18n: context: Action (view_ruler), Actions (View), ActionCollection (Menu)
#. +> trunk5 stable5
#: krita/kritamenu.action:714
#, 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:724 krita/kritamenu.action:726
#, kde-format
msgctxt "action"
msgid "Rulers Track Pointer"
msgstr ""
#. i18n: context: Action (view_show_guides), Actions (View), ActionCollection (Menu)
#. +> trunk5 stable5
#: krita/kritamenu.action:736
#, kde-format
msgctxt "action"
msgid "Show Guides"
msgstr ""
#. i18n: context: Action (view_show_guides), Actions (View), ActionCollection (Menu)
#. +> trunk5 stable5
#: krita/kritamenu.action:738
#, 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:748
#, kde-format
msgctxt "action"
msgid "Lock Guides"
msgstr ""
#. i18n: context: Action (view_lock_guides), Actions (View), ActionCollection (Menu)
#. +> trunk5 stable5
#: krita/kritamenu.action:750
#, 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:760
#, 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:762
#, kde-format
msgctxt "action"
msgid "Snap cursor to guides position"
msgstr ""
#. i18n: context: Action (showStatusBar), Actions (View), ActionCollection (Menu)
#. +> trunk5 stable5
#: krita/kritamenu.action:772
#, kde-format
msgctxt "action"
msgid "Show Status &Bar"
msgstr ""
#. i18n: context: Action (showStatusBar), Actions (View), ActionCollection (Menu)
#. +> trunk5 stable5
#: krita/kritamenu.action:774
#, 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
#: krita/kritamenu.action:784 krita/kritamenu.action:786
#, kde-format
msgctxt "action"
msgid "Show Pixel Grid"
msgstr ""
#. i18n: context: Action (view_grid), Actions (View), ActionCollection (Menu)
#. +> trunk5 stable5
#: krita/kritamenu.action:796
#, kde-format
msgctxt "action"
msgid "Show &Grid"
msgstr ""
#. i18n: context: Action (view_grid), Actions (View), ActionCollection (Menu)
#. +> trunk5 stable5
#: krita/kritamenu.action:798
#, 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:808 krita/kritamenu.action:810
#, 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:819 krita/kritamenu.action:821
#, 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:831 krita/kritamenu.action:833
#, 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:843 krita/kritamenu.action:845
#, 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:855 krita/kritamenu.action:857
#, 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:867 krita/kritamenu.action:869
#, 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:879 krita/kritamenu.action:881
#, 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:891 krita/kritamenu.action:893
#, 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:903 krita/kritamenu.action:905
#, 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:914
#, 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:916
#, 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:926
#, 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:928
#, kde-format
msgctxt "action"
msgid "Show Assistant Previews"
msgstr ""
#. i18n: context: Actions (Image), ActionCollection (Menu)
#. +> trunk5 stable5
#: krita/kritamenu.action:939
#, kde-format
msgctxt "action"
msgid "Image"
msgstr ""
#. i18n: context: Action (image_color), Actions (Image), ActionCollection (Menu)
#. +> trunk5 stable5
#: krita/kritamenu.action:954
#, 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:956
#, 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:966
#, kde-format
msgctxt "action"
msgid "&Convert Image Color Space..."
msgstr ""
#. i18n: context: Action (imagecolorspaceconversion), Actions (Image), ActionCollection (Menu)
#. +> trunk5 stable5
#: krita/kritamenu.action:968
#, 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:978
#, 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:980
#, kde-format
msgctxt "action"
msgid "Trim to Image Size"
msgstr ""
#. i18n: context: Action (resizeimagetolayer), Actions (Image), ActionCollection (Menu)
#. +> trunk5 stable5
#: krita/kritamenu.action:990
#, kde-format
msgctxt "action"
msgid "Trim to Current &Layer"
msgstr ""
#. i18n: context: Action (resizeimagetolayer), Actions (Image), ActionCollection (Menu)
#. +> trunk5 stable5
#: krita/kritamenu.action:992
#, kde-format
msgctxt "action"
msgid "Trim to Current Layer"
msgstr ""
#. i18n: context: Action (resizeimagetoselection), Actions (Image), ActionCollection (Menu)
#. +> trunk5 stable5
#: krita/kritamenu.action:1002
#, kde-format
msgctxt "action"
msgid "Trim to S&election"
msgstr ""
#. i18n: context: Action (resizeimagetoselection), Actions (Image), ActionCollection (Menu)
#. +> trunk5 stable5
#: krita/kritamenu.action:1004
#, kde-format
msgctxt "action"
msgid "Trim to Selection"
msgstr ""
#. i18n: context: Action (rotateimage), Actions (Image), ActionCollection (Menu)
#. +> trunk5 stable5
#: krita/kritamenu.action:1014
#, kde-format
msgctxt "action"
msgid "&Rotate Image..."
msgstr ""
#. i18n: context: Action (rotateimage), Actions (Image), ActionCollection (Menu)
#. +> trunk5 stable5
#: krita/kritamenu.action:1016
#, kde-format
msgctxt "action"
msgid "Rotate Image"
msgstr ""
#. i18n: context: Action (rotateImageCW90), Actions (Image), ActionCollection (Menu)
#. +> trunk5 stable5
#: krita/kritamenu.action:1026
#, 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:1028
#, 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:1038
#, 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:1040
#, 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:1050
#, kde-format
msgctxt "action"
msgid "Rotate Image &180°"
msgstr ""
#. i18n: context: Action (rotateImage180), Actions (Image), ActionCollection (Menu)
#. +> trunk5 stable5
#: krita/kritamenu.action:1052
#, kde-format
msgctxt "action"
msgid "Rotate Image 180°"
msgstr ""
#. i18n: context: Action (shearimage), Actions (Image), ActionCollection (Menu)
#. +> trunk5 stable5
#: krita/kritamenu.action:1062
#, kde-format
msgctxt "action"
msgid "&Shear Image..."
msgstr ""
#. i18n: context: Action (shearimage), Actions (Image), ActionCollection (Menu)
#. +> trunk5 stable5
#: krita/kritamenu.action:1064
#, kde-format
msgctxt "action"
msgid "Shear Image"
msgstr ""
#. i18n: context: Action (mirrorImageHorizontal), Actions (Image), ActionCollection (Menu)
#. +> trunk5 stable5
#: krita/kritamenu.action:1074
#, kde-format
msgctxt "action"
msgid "&Mirror Image Horizontally"
msgstr ""
#. i18n: context: Action (mirrorImageHorizontal), Actions (Image), ActionCollection (Menu)
#. +> trunk5 stable5
#: krita/kritamenu.action:1076
#, kde-format
msgctxt "action"
msgid "Mirror Image Horizontally"
msgstr ""
#. i18n: context: Action (mirrorImageVertical), Actions (Image), ActionCollection (Menu)
#. +> trunk5 stable5
#: krita/kritamenu.action:1086
#, kde-format
msgctxt "action"
msgid "Mirror Image &Vertically"
msgstr ""
#. i18n: context: Action (mirrorImageVertical), Actions (Image), ActionCollection (Menu)
#. +> trunk5 stable5
#: krita/kritamenu.action:1088
#, kde-format
msgctxt "action"
msgid "Mirror Image Vertically"
msgstr ""
#. i18n: context: Action (imagesize), Actions (Image), ActionCollection (Menu)
#. +> trunk5 stable5
#: krita/kritamenu.action:1098
#, kde-format
msgctxt "action"
msgid "Scale Image To &New Size..."
msgstr ""
#. i18n: context: Action (imagesize), Actions (Image), ActionCollection (Menu)
#. +> trunk5 stable5
#: krita/kritamenu.action:1100
#, kde-format
msgctxt "action"
msgid "Scale Image To New Size"
msgstr ""
#. i18n: context: Action (offsetimage), Actions (Image), ActionCollection (Menu)
#. +> trunk5 stable5
#: krita/kritamenu.action:1110
#, kde-format
msgctxt "action"
msgid "&Offset Image..."
msgstr ""
#. i18n: context: Action (offsetimage), Actions (Image), ActionCollection (Menu)
#. +> trunk5 stable5
#: krita/kritamenu.action:1112
#, kde-format
msgctxt "action"
msgid "Offset Image"
msgstr ""
#. i18n: context: Action (canvassize), Actions (Image), ActionCollection (Menu)
#. +> trunk5 stable5
#: krita/kritamenu.action:1122
#, kde-format
msgctxt "action"
msgid "R&esize Canvas..."
msgstr ""
#. i18n: context: Action (canvassize), Actions (Image), ActionCollection (Menu)
#. +> trunk5 stable5
#: krita/kritamenu.action:1124
#, kde-format
msgctxt "action"
msgid "Resize Canvas"
msgstr ""
#. i18n: context: Action (imagesplit), Actions (Image), ActionCollection (Menu)
#. +> trunk5 stable5
#: krita/kritamenu.action:1134
#, kde-format
msgctxt "action"
msgid "Im&age Split "
msgstr ""
#. i18n: context: Action (imagesplit), Actions (Image), ActionCollection (Menu)
#. +> trunk5 stable5
#: krita/kritamenu.action:1136
#, kde-format
msgctxt "action"
msgid "Image Split"
msgstr ""
#. i18n: context: Action (separate), Actions (Image), ActionCollection (Menu)
#. +> trunk5 stable5
#: krita/kritamenu.action:1146
#, kde-format
msgctxt "action"
msgid "Separate Ima&ge..."
msgstr ""
#. i18n: context: Action (separate), Actions (Image), ActionCollection (Menu)
#. +> trunk5 stable5
#: krita/kritamenu.action:1148
#, kde-format
msgctxt "action"
msgid "Separate Image"
msgstr ""
#. i18n: context: Actions (Select), ActionCollection (Menu)
#. +> trunk5 stable5
#: krita/kritamenu.action:1159
#, kde-format
msgctxt "action"
msgid "Select"
msgstr ""
#. i18n: context: Action (deselect), Actions (Select), ActionCollection (Menu)
#. +> trunk5 stable5
#: krita/kritamenu.action:1174
#, kde-format
msgctxt "action"
msgid "&Deselect"
msgstr ""
#. i18n: context: Action (reselect), Actions (Select), ActionCollection (Menu)
#. +> trunk5 stable5
#: krita/kritamenu.action:1186
#, kde-format
msgctxt "action"
msgid "&Reselect"
msgstr ""
#. i18n: context: Action (reselect), Actions (Select), ActionCollection (Menu)
#. +> trunk5 stable5
#: krita/kritamenu.action:1188
#, kde-format
msgctxt "action"
msgid "Reselect"
msgstr ""
#. i18n: context: Action (krita_filter_invert), Actions (Select), ActionCollection (Menu)
#. +> trunk5 stable5
#: krita/kritamenu.action:1198
#, kde-format
msgctxt "action"
msgid "&Invert"
msgstr ""
#. i18n: context: Action (krita_filter_invert), Actions (Select), ActionCollection (Menu)
#. +> trunk5 stable5
#: krita/kritamenu.action:1200
#, kde-format
msgctxt "action"
msgid "Invert"
msgstr ""
#. i18n: context: Action (convert_to_vector_selection), Actions (Select), ActionCollection (Menu)
#. +> trunk5 stable5
#: krita/kritamenu.action:1210
#, 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:1212
#, 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:1222
#, 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:1224
#, kde-format
msgctxt "action"
msgid "Convert Shapes to Vector Selection"
msgstr ""
#. i18n: context: Action (featherselection), Actions (Select), ActionCollection (Menu)
#. +> trunk5 stable5
#: krita/kritamenu.action:1234
#, kde-format
msgctxt "action"
msgid "&Feather Selection..."
msgstr ""
#. i18n: context: Action (featherselection), Actions (Select), ActionCollection (Menu)
#. +> trunk5 stable5
#: krita/kritamenu.action:1236
#, kde-format
msgctxt "action"
msgid "Feather Selection"
msgstr ""
#. i18n: context: Action (toggle_display_selection), Actions (Select), ActionCollection (Menu)
#. +> trunk5 stable5
#: krita/kritamenu.action:1246
#, kde-format
msgctxt "action"
msgid "Dis&play Selection"
msgstr ""
#. i18n: context: Action (toggle_display_selection), Actions (Select), ActionCollection (Menu)
#. +> trunk5 stable5
#: krita/kritamenu.action:1248
#, kde-format
msgctxt "action"
msgid "Display Selection"
msgstr ""
#. i18n: context: Action (selectionscale), Actions (Select), ActionCollection (Menu)
#. +> trunk5 stable5
#: krita/kritamenu.action:1258
#, kde-format
msgctxt "action"
msgid "Sca&le..."
msgstr ""
#. i18n: context: Action (selectionscale), Actions (Select), ActionCollection (Menu)
#. +> trunk5 stable5
#: krita/kritamenu.action:1260
#, kde-format
msgctxt "action"
msgid "Scale"
msgstr ""
#. i18n: context: Action (colorrange), Actions (Select), ActionCollection (Menu)
#. +> trunk5 stable5
#: krita/kritamenu.action:1270
#, kde-format
msgctxt "action"
msgid "S&elect from Color Range..."
msgstr ""
#. i18n: context: Action (colorrange), Actions (Select), ActionCollection (Menu)
#. +> trunk5 stable5
#: krita/kritamenu.action:1272
#, kde-format
msgctxt "action"
msgid "Select from Color Range"
msgstr ""
#. i18n: context: Action (selectopaque), Actions (Select), ActionCollection (Menu)
#. +> trunk5 stable5
#: krita/kritamenu.action:1282
#, kde-format
msgctxt "action"
msgid "Select &Opaque"
msgstr ""
#. i18n: context: Action (growselection), Actions (Select), ActionCollection (Menu)
#. +> trunk5 stable5
#: krita/kritamenu.action:1294
#, kde-format
msgctxt "action"
msgid "&Grow Selection..."
msgstr ""
#. i18n: context: Action (growselection), Actions (Select), ActionCollection (Menu)
#. +> trunk5 stable5
#: krita/kritamenu.action:1296
#, kde-format
msgctxt "action"
msgid "Grow Selection"
msgstr ""
#. i18n: context: Action (shrinkselection), Actions (Select), ActionCollection (Menu)
#. +> trunk5 stable5
#: krita/kritamenu.action:1306
#, kde-format
msgctxt "action"
msgid "S&hrink Selection..."
msgstr ""
#. i18n: context: Action (shrinkselection), Actions (Select), ActionCollection (Menu)
#. +> trunk5 stable5
#: krita/kritamenu.action:1308
#, kde-format
msgctxt "action"
msgid "Shrink Selection"
msgstr ""
#. i18n: context: Action (borderselection), Actions (Select), ActionCollection (Menu)
#. +> trunk5 stable5
#: krita/kritamenu.action:1318
#, kde-format
msgctxt "action"
msgid "&Border Selection..."
msgstr ""
#. i18n: context: Action (borderselection), Actions (Select), ActionCollection (Menu)
#. +> trunk5 stable5
#: krita/kritamenu.action:1320
#, kde-format
msgctxt "action"
msgid "Border Selection"
msgstr ""
#. i18n: context: Action (smoothselection), Actions (Select), ActionCollection (Menu)
#. +> trunk5 stable5
#: krita/kritamenu.action:1330
#, kde-format
msgctxt "action"
msgid "S&mooth"
msgstr ""
#. i18n: context: Action (smoothselection), Actions (Select), ActionCollection (Menu)
#. +> trunk5 stable5
#: krita/kritamenu.action:1332
#, kde-format
msgctxt "action"
msgid "Smooth"
msgstr ""
#. i18n: context: Actions (Filter), ActionCollection (Menu)
#. +> trunk5 stable5
#: krita/kritamenu.action:1343
#, kde-format
msgctxt "action"
msgid "Filter"
msgstr ""
#. i18n: context: Action (filter_apply_again), Actions (Filter), ActionCollection (Menu)
#. +> trunk5 stable5
#: krita/kritamenu.action:1346
#, kde-format
msgctxt "action"
msgid "&Apply Filter Again"
msgstr ""
#. i18n: context: Action (filter_apply_again), Actions (Filter), ActionCollection (Menu)
#. +> trunk5 stable5
#: krita/kritamenu.action:1348
#, 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:1358 krita/kritamenu.action:1360
#, 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:1368 krita/kritamenu.action:1370
#, 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:1388 krita/kritamenu.action:1390
#, 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:1398 krita/kritamenu.action:1400
#, 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:1408 krita/kritamenu.action:1410
#, 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:1418 krita/kritamenu.action:1420
#, 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:1428 krita/kritamenu.action:1430
#, 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:1438 krita/kritamenu.action:1440
#, kde-format
msgctxt "action"
msgid "Other"
msgstr ""
#. i18n: context: Action (QMic), Actions (Filter), ActionCollection (Menu)
#. +> trunk5 stable5
#: krita/kritamenu.action:1448
#, kde-format
msgctxt "action"
msgid "Start G'MIC-Qt"
msgstr ""
#. i18n: context: Action (QMic), Actions (Filter), ActionCollection (Menu)
#. +> trunk5 stable5
#: krita/kritamenu.action:1450
#, kde-format
msgctxt "action"
msgid "Start G'Mic-Qt"
msgstr ""
#. i18n: context: Action (QMicAgain), Actions (Filter), ActionCollection (Menu)
#. +> trunk5 stable5
#: krita/kritamenu.action:1458
#, 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:1460
#, kde-format
msgctxt "action"
msgid "Apply the last G'Mic-Qt action again"
msgstr ""
#. i18n: context: Actions (Tools), ActionCollection (Menu)
#. +> trunk5
#: krita/kritamenu.action:1469
#, kde-format
msgctxt "action"
msgid "Tools"
msgstr ""
#. i18n: context: Action (Recording_Start_Recording_Macro), Actions (Tools), ActionCollection (Menu)
#. +> trunk5
#: krita/kritamenu.action:1472
#, kde-format
msgctxt "action"
msgid "&Start recording macro"
msgstr ""
#. i18n: context: Action (Recording_Start_Recording_Macro), Actions (Tools), ActionCollection (Menu)
#. +> trunk5
#: krita/kritamenu.action:1474
#, kde-format
msgctxt "action"
msgid "Start recording macro"
msgstr ""
#. i18n: context: Action (Recording_Stop_Recording_Macro), Actions (Tools), ActionCollection (Menu)
#. +> trunk5
#: krita/kritamenu.action:1484
#, kde-format
msgctxt "action"
msgid "Stop &recording actions"
msgstr ""
#. i18n: context: Action (Recording_Stop_Recording_Macro), Actions (Tools), ActionCollection (Menu)
#. +> trunk5
#: krita/kritamenu.action:1486
#, kde-format
msgctxt "action"
msgid "Stop recording actions"
msgstr ""
#. i18n: context: Action (Macro_Open_Play), Actions (Tools), ActionCollection (Menu)
#. +> trunk5
#: krita/kritamenu.action:1496
#, kde-format
msgctxt "action"
msgid "&Open and play..."
msgstr ""
#. i18n: context: Action (Macro_Open_Play), Actions (Tools), ActionCollection (Menu)
#. +> trunk5
#: krita/kritamenu.action:1498
#, kde-format
msgctxt "action"
msgid "Open and play"
msgstr ""
#. i18n: context: Action (Macro_Open_Edit), Actions (Tools), ActionCollection (Menu)
#. +> trunk5
#: krita/kritamenu.action:1508
#, kde-format
msgctxt "action"
msgid "Open &and edit..."
msgstr ""
#. i18n: context: Action (Macro_Open_Edit), Actions (Tools), ActionCollection (Menu)
#. +> trunk5
#: krita/kritamenu.action:1510
#, kde-format
msgctxt "action"
msgid "Open and edit"
msgstr ""
#. i18n: context: Action (options_configure), Actions (Settings), ActionCollection (Menu)
#. +> trunk5 stable5
#: krita/kritamenu.action:1524
#, kde-format
msgctxt "action"
msgid "&Configure Krita..."
msgstr ""
#. i18n: context: Action (options_configure), Actions (Settings), ActionCollection (Menu)
#. +> trunk5 stable5
#: krita/kritamenu.action:1526
#, kde-format
msgctxt "action"
msgid "Configure Krita"
msgstr ""
#. i18n: context: Action (manage_bundles), Actions (Settings), ActionCollection (Menu)
#. +> trunk5 stable5
#: krita/kritamenu.action:1536
#, kde-format
msgctxt "action"
msgid "&Manage Resources..."
msgstr ""
#. i18n: context: Action (manage_bundles), Actions (Settings), ActionCollection (Menu)
#. +> trunk5 stable5
#: krita/kritamenu.action:1538
#, kde-format
msgctxt "action"
msgid "Manage Resources"
msgstr ""
#. i18n: context: Action (switch_application_language), Actions (Settings), ActionCollection (Menu)
#. +> trunk5 stable5
#: krita/kritamenu.action:1548
#, kde-format
msgctxt "action"
msgid "Switch Application &Language..."
msgstr ""
#. i18n: context: Action (switch_application_language), Actions (Settings), ActionCollection (Menu)
#. +> trunk5 stable5
#: krita/kritamenu.action:1550
#, kde-format
msgctxt "action"
msgid "Switch Application Language"
msgstr ""
#. i18n: context: Action (view_toggledockers), Actions (Settings), ActionCollection (Menu)
#. +> trunk5 stable5
#: krita/kritamenu.action:1558
#, kde-format
msgctxt "action"
msgid "&Show Dockers"
msgstr ""
#. i18n: context: Action (view_toggledockers), Actions (Settings), ActionCollection (Menu)
#. +> trunk5 stable5
#: krita/kritamenu.action:1560
#, kde-format
msgctxt "action"
msgid "Show Dockers"
msgstr ""
#. i18n: context: Action (view_toggledockertitlebars), Actions (Settings), ActionCollection (Menu)
#. +> trunk5 stable5
#: krita/kritamenu.action:1570
#, kde-format
msgctxt "action"
msgid "Sho&w Docker Titlebars"
msgstr ""
#. i18n: context: Action (view_toggledockertitlebars), Actions (Settings), ActionCollection (Menu)
#. +> trunk5 stable5
#: krita/kritamenu.action:1572
#, kde-format
msgctxt "action"
msgid "Show Docker Titlebars"
msgstr ""
#. i18n: context: Action (options_configure_toolbars), Actions (Settings), ActionCollection (Menu)
#. +> trunk5 stable5
#: krita/kritamenu.action:1582
#, kde-format
msgctxt "action"
msgid "Configure Tool&bars..."
msgstr ""
#. i18n: context: Action (options_configure_toolbars), Actions (Settings), ActionCollection (Menu)
#. +> trunk5 stable5
#: krita/kritamenu.action:1584
#, 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:1594 krita/kritamenu.action:1596
#, kde-format
msgctxt "action"
msgid "Dockers"
msgstr ""
#. i18n: context: Action (theme_menu), Actions (Settings), ActionCollection (Menu)
#. +> trunk5 stable5
#: krita/kritamenu.action:1604
#, kde-format
msgctxt "action"
msgid "&Themes"
msgstr ""
#. i18n: context: Action (theme_menu), Actions (Settings), ActionCollection (Menu)
#. +> trunk5 stable5
#: krita/kritamenu.action:1606
#, 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:1614 krita/kritamenu.action:1616
#, kde-format
msgctxt "action"
msgid "Active Author Profile"
msgstr ""
#. i18n: context: Action (options_configure_keybinding), Actions (Settings), ActionCollection (Menu)
#. +> trunk5 stable5
#: krita/kritamenu.action:1624
#, kde-format
msgctxt "action"
msgid "Configure S&hortcuts..."
msgstr ""
#. i18n: context: Action (options_configure_keybinding), Actions (Settings), ActionCollection (Menu)
#. +> trunk5 stable5
#: krita/kritamenu.action:1626
#, kde-format
msgctxt "action"
msgid "Configure Shortcuts"
msgstr ""
#. i18n: context: Action (window), Actions (Settings), ActionCollection (Menu)
#. +> trunk5 stable5
#: krita/kritamenu.action:1636
#, kde-format
msgctxt "action"
msgid "&Window"
msgstr ""
#. i18n: context: Actions (Help), ActionCollection (Menu)
#. +> trunk5 stable5
#: krita/kritamenu.action:1647
#, kde-format
msgctxt "action"
msgid "Help"
msgstr ""
#. i18n: context: Action (help_contents), Actions (Help), ActionCollection (Menu)
#. +> trunk5 stable5
#: krita/kritamenu.action:1650
#, kde-format
msgctxt "action"
msgid "Krita &Handbook"
msgstr ""
#. i18n: context: Action (help_contents), Actions (Help), ActionCollection (Menu)
#. +> trunk5 stable5
#: krita/kritamenu.action:1652
#, kde-format
msgctxt "action"
msgid "Krita Handbook"
msgstr ""
#. i18n: context: Action (help_report_bug), Actions (Help), ActionCollection (Menu)
#. +> trunk5 stable5
#: krita/kritamenu.action:1660
#, kde-format
msgctxt "action"
msgid "&Report Bug..."
msgstr ""
#. i18n: context: Action (help_report_bug), Actions (Help), ActionCollection (Menu)
#. +> trunk5 stable5
#: krita/kritamenu.action:1662
#, kde-format
msgctxt "action"
msgid "Report Bug"
msgstr ""
#. i18n: context: Action (help_about_app), Actions (Help), ActionCollection (Menu)
#. +> trunk5 stable5
#: krita/kritamenu.action:1670
#, kde-format
msgctxt "action"
msgid "&About Krita"
msgstr ""
#. i18n: context: Action (help_about_app), Actions (Help), ActionCollection (Menu)
#. +> trunk5 stable5
#: krita/kritamenu.action:1672
#, kde-format
msgctxt "action"
msgid "About Krita"
msgstr ""
#. i18n: context: Action (help_about_kde), Actions (Help), ActionCollection (Menu)
#. +> trunk5 stable5
#: krita/kritamenu.action:1680
#, kde-format
msgctxt "action"
msgid "About &KDE"
msgstr ""
#. i18n: context: Action (help_about_kde), Actions (Help), ActionCollection (Menu)
#. +> trunk5 stable5
#: krita/kritamenu.action:1682
#, kde-format
msgctxt "action"
msgid "About KDE"
msgstr ""
#. i18n: context: Actions (BrushesAndStuff), ActionCollection (Menu)
#. +> trunk5 stable5
#: krita/kritamenu.action:1691
#, kde-format
msgctxt "action"
msgid "Brushes and Stuff"
msgstr ""
#. i18n: context: Action (gradients), Actions (BrushesAndStuff), ActionCollection (Menu)
#. +> trunk5 stable5
#: krita/kritamenu.action:1694
#, kde-format
msgctxt "action"
msgid "&Gradients"
msgstr ""
#. i18n: context: Action (gradients), Actions (BrushesAndStuff), ActionCollection (Menu)
#. +> trunk5 stable5
#: krita/kritamenu.action:1696
#, kde-format
msgctxt "action"
msgid "Gradients"
msgstr ""
#. i18n: context: Action (patterns), Actions (BrushesAndStuff), ActionCollection (Menu)
#. +> trunk5 stable5
#: krita/kritamenu.action:1704
#, kde-format
msgctxt "action"
msgid "&Patterns"
msgstr ""
#. i18n: context: Action (patterns), Actions (BrushesAndStuff), ActionCollection (Menu)
#. +> trunk5 stable5
#: krita/kritamenu.action:1706
#, kde-format
msgctxt "action"
msgid "Patterns"
msgstr ""
#. i18n: context: Action (dual), Actions (BrushesAndStuff), ActionCollection (Menu)
#. +> trunk5 stable5
#: krita/kritamenu.action:1714
#, kde-format
msgctxt "action"
msgid "&Color"
msgstr ""
#. i18n: context: Action (dual), Actions (BrushesAndStuff), ActionCollection (Menu)
#. +> trunk5 stable5
#: krita/kritamenu.action:1716
#, kde-format
msgctxt "action"
msgid "Color"
msgstr ""
#. i18n: context: Action (paintops), Actions (BrushesAndStuff), ActionCollection (Menu)
#. +> trunk5 stable5
#: krita/kritamenu.action:1724
#, kde-format
msgctxt "action"
msgid "&Painter's Tools"
msgstr ""
#. i18n: context: Action (paintops), Actions (BrushesAndStuff), ActionCollection (Menu)
#. +> trunk5 stable5
#: krita/kritamenu.action:1726
#, 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:1734 krita/kritamenu.action:1736
#, 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:1744 krita/kritamenu.action:1746
#, 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:1754 krita/kritamenu.action:1756
#, 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:1764 krita/kritamenu.action:1766
#, 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:1774 krita/kritamenu.action:1776
#, kde-format
msgctxt "action"
msgid "Mirror"
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:1784 krita/kritamenu.action:1786
#, kde-format
msgctxt "action"
msgid "Workspaces"
msgstr ""
#. +> trunk5 stable5
#: krita/main.cc:161 libs/ui/dialogs/kis_dlg_preferences.cc:318
#: libs/ui/input/kis_tablet_debugger.cpp:104 libs/ui/kis_filter_manager.cc:219
#: libs/ui/kis_filter_manager.cc:228 libs/ui/kis_layer_manager.cc:347
#: libs/ui/kis_layer_manager.cc:906 libs/ui/kis_node_manager.cpp:1089
#: libs/ui/KisApplication.cpp:734 libs/ui/KisApplication.cpp:737
#: libs/ui/KisApplication.cpp:759 libs/ui/KisApplication.cpp:785
#: libs/ui/KisApplication.cpp:806 libs/ui/KisDocument.cpp:612
#: libs/ui/KisDocument.cpp:1002 libs/ui/KisDocument.cpp:1084
#: libs/ui/KisDocument.cpp:1124 libs/ui/KisDocument.cpp:1132
#: libs/ui/KisMainWindow.cpp:807 libs/ui/KisMainWindow.cpp:893
#: libs/ui/KisMainWindow.cpp:906 libs/ui/KisMainWindow.cpp:956
#: libs/ui/KisMainWindow.cpp:1703 libs/ui/KisMainWindow.cpp:1733
#: libs/ui/KisMainWindow.cpp:1810 libs/ui/KisMainWindow.cpp:1822
#: libs/ui/KisPart.cpp:428 libs/ui/KisPart.cpp:431
#: libs/ui/KisRemoteFileFetcher.cpp:56 libs/ui/KisTemplateCreateDia.cpp:298
#: libs/ui/KisTemplateCreateDia.cpp:404 libs/ui/KisView.cpp:712
#: libs/ui/opengl/kis_opengl_canvas2.cpp:339
#: libs/ui/opengl/kis_opengl_image_textures.cpp:652
#: libs/ui/widgets/kis_custom_image_widget.cc:267
#: plugins/assistants/Assistants/kis_assistant_tool.cc:682
#: plugins/assistants/Assistants/kis_assistant_tool.cc:685
#: plugins/extensions/animationrenderer/AnimationRenderer.cpp:159
#: plugins/extensions/animationrenderer/DlgAnimationRenderer.cpp:469
#: plugins/extensions/animationrenderer/DlgAnimationRenderer.cpp:473
#: plugins/extensions/animationrenderer/DlgAnimationRenderer.cpp:479
#: plugins/extensions/bigbrother/actionseditor/kis_actions_editor.cpp:110
#: plugins/extensions/imagesplit/imagesplit.cpp:82
#: plugins/extensions/imagesplit/imagesplit.cpp:84
#: plugins/extensions/qmic/QMic.cpp:125 plugins/extensions/qmic/QMic.cpp:297
#: plugins/extensions/qmic/QMic.cpp:326
#: plugins/extensions/resourcemanager/dlg_create_bundle.cpp:220
#: plugins/extensions/resourcemanager/dlg_create_bundle.cpp:228
#: plugins/extensions/resourcemanager/resourcemanager.cpp:203
#: plugins/extensions/resourcemanager/resourcemanager.cpp:276
#: plugins/extensions/resourcemanager/resourcemanager.cpp:280
#: plugins/tools/basictools/kis_tool_colorpicker.cc:195
#: plugins/tools/basictools/kis_tool_colorpicker.cc:200
#: plugins/tools/basictools/kis_tool_colorpicker.cc:242
#: plugins/tools/svgtexttool/SvgTextEditor.cpp:811
#: plugins/tools/tool_transform2/kis_free_transform_strategy_gsl_helpers.cpp:338
#, kde-format
msgctxt "@title:window"
msgid "Krita"
msgstr ""
#. +> trunk5
#: krita/main.cc:161
#, kde-format
msgid "XDG_DATA_DIRS is not set. Krita cannot run."
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:475
#, kde-format
msgid "Angle snapping delta:"
msgstr ""
#. +> trunk5 stable5
#: libs/basicflakes/tools/KoCreatePathTool.cpp:482
#, kde-format
msgid "Activate angle snap:"
msgstr ""
#. +> trunk5 stable5
#: libs/basicflakes/tools/KoCreatePathTool.cpp:490
#, 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/KisUndoStackAction.cpp:54
#, 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/KisUndoStackAction.cpp:54
#, 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/ui/KisUndoStackAction.cpp:46
#: 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/ui/KisUndoStackAction.cpp:38
#: libs/widgetutils/xmlgui/kundoactions.cpp:64
#: plugins/tools/tool_transform2/wdg_tool_transform.ui:1828
#, 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:53
msgctxt "(qtundo-format)"
msgid "Join subpaths"
msgstr ""
#. +> trunk5 stable5
#: libs/flake/commands/KoMultiPathPointMergeCommand.cpp:50
#: libs/flake/commands/KoPathPointMergeCommand.cpp:161
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
#: plugins/flake/artistictextshape/ArtisticTextTool.cpp:610
msgctxt "(qtundo-format)"
msgid "Convert to Path"
msgstr ""
#. +> trunk5 stable5
#: libs/flake/commands/KoPathBreakAtPointCommand.cpp:40
msgctxt "(qtundo-format)"
msgid "Break subpath at points"
msgstr ""
#. +> trunk5 stable5
#: libs/flake/commands/KoPathCombineCommand.cpp:67
msgctxt "(qtundo-format)"
msgid "Combine paths"
msgstr ""
#. +> trunk5 stable5
#: libs/flake/commands/KoPathControlPointMoveCommand.cpp:42
msgctxt "(qtundo-format)"
msgid "Move control point"
msgstr ""
#. +> trunk5 stable5
#: libs/flake/commands/KoPathFillRuleCommand.cpp:44
msgctxt "(qtundo-format)"
msgid "Set fill rule"
msgstr ""
#. +> trunk5 stable5
#: libs/flake/commands/KoPathPointInsertCommand.cpp:79
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:41
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
#: libs/flake/commands/KoShapeCreateCommand.cpp:66
msgctxt "(qtundo-format)"
msgid "Create shape"
msgid_plural "Create shapes"
msgstr[0] ""
msgstr[1] ""
#. +: msgctxt-pad abcd1234efgh5665hgfe4321dcba
#. +> stable5
#: libs/flake/commands/KoShapeCreateCommand.cpp:52
msgctxt "(qtundo-format)|abcd1234efgh5665hgfe4321dcba"
msgid "Create shape"
msgstr ""
#. +> 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:107
#: plugins/tools/defaulttool/defaulttool/DefaultTool.cpp:1039
msgctxt "(qtundo-format)"
msgid "Group shapes"
msgstr ""
#. +> trunk5 stable5
#: libs/flake/commands/KoShapeGroupCommand.cpp:109
msgctxt "(qtundo-format)"
msgid "Add shapes to group"
msgstr ""
#. +> trunk5 stable5
#: libs/flake/commands/KoShapeKeepAspectRatioCommand.cpp:30
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:52
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:62
#: plugins/tools/defaulttool/defaulttool/DefaultTool.cpp:1067
msgctxt "(qtundo-format)"
msgid "Ungroup shapes"
msgstr ""
#. +> trunk5 stable5
#: libs/flake/commands/KoSubpathJoinCommand.cpp:51
msgctxt "(qtundo-format)"
msgid "Close subpath"
msgstr ""
#. +> trunk5 stable5
#: libs/flake/commands/KoSubpathRemoveCommand.cpp:34
msgctxt "(qtundo-format)"
msgid "Remove subpath"
msgstr ""
#. +> trunk5
#: libs/flake/html/HtmlWriter.cpp:83
#, kde-format
msgid "Saving KoShapeLayer to html is not implemented yet!"
msgstr ""
#. +> trunk5
#: libs/flake/html/HtmlWriter.cpp:87
#, kde-format
msgid "KoShapeGroup to html is not implemented yet!"
msgstr ""
#. +> trunk5
#: libs/flake/html/HtmlWriter.cpp:93
#, kde-format
msgid "saving to html failed"
msgstr ""
#. +> trunk5
#: 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), widget (QRadioButton, linesRBox)
#. 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
#: plugins/paintops/dynadraw/kis_dyna_paintop_settings.cpp:216
#: plugins/paintops/dynadraw/wdgdynaoptions.ui:262
#, 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:181
#: libs/widgets/KoGradientEditWidget.cpp:169
#: plugins/dockers/advancedcolorselector/wdg_color_selector_settings.ui:523
#: plugins/dockers/griddocker/grid_config_widget.ui:86
#: plugins/extensions/resourcemanager/wdgdlgcreatebundle.ui:54
#: plugins/flake/pathshapes/ellipse/EllipseShapeConfigWidget.ui:35
#: plugins/flake/pathshapes/spiral/SpiralShapeConfigWidget.ui:20
#: plugins/impex/heightmap/kis_wdg_options_heightmap.ui:195
#: plugins/impex/ppm/kis_wdg_options_ppm.ui:17
#: plugins/tools/basictools/wdgmultihandtool.ui:57
#, kde-format
msgid "Type:"
msgstr ""
#. +> trunk5 stable5
#: libs/flake/KoConnectionShapeFactory.cpp:37
#, kde-format
msgid "Tie"
msgstr ""
#. +> trunk5 stable5
#: libs/flake/KoConnectionShapeFactory.cpp:39
#, kde-format
msgid "A connection between two other shapes"
msgstr ""
#. +> trunk5 stable5
#: libs/flake/KoMarkerCollection.cpp:82
#: libs/flake/resources/KoSvgSymbolCollectionResource.cpp:154
#: libs/odf/KoOdfReadStore.cpp:133 libs/ui/flake/kis_shape_layer.cc:449
#, 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:671
#, kde-format
msgid "Active tool: %1"
msgstr ""
#. +> trunk5 stable5
#: libs/flake/KoToolProxy.cpp:423
msgctxt "(qtundo-format)"
msgid "Paste Image"
msgstr ""
#. +> trunk5 stable5
#: libs/flake/svg/SvgShapeFactory.cpp:36
#, kde-format
msgid "Embedded svg shape"
msgstr ""
#. +> trunk5 stable5
#: libs/flake/text/KoSvgTextShape.cpp:361
#: plugins/flake/textshape/TextShapeFactory.cpp:44
#: plugins/flake/textshape/TextShapeFactory.cpp:54
#: plugins/paintops/libpaintop/kis_brush_selection_widget.cpp:61
#: plugins/paintops/libpaintop/kis_brush_selection_widget.cpp:63
#, kde-format
msgid "Text"
msgstr ""
#. +> trunk5
#: libs/flake/text/KoSvgTextShape.cpp:363
#: libs/flake/text/KoSvgTextShape.cpp:371
#, kde-format
msgid "SVG Text Shape"
msgstr ""
#. +> trunk5
#: libs/flake/text/KoSvgTextShape.cpp:369
#, kde-format
msgid "SVG Text"
msgstr ""
#. +> trunk5
#: libs/flake/text/KoSvgTextShapeMarkupConverter.cpp:143
#, kde-format
msgid "More than one 'text' node found!"
msgstr ""
#. +> trunk5
#: libs/flake/text/KoSvgTextShapeMarkupConverter.cpp:152
#, kde-format
msgid "Unknown node of type '%1' found!"
msgstr ""
#. +> trunk5
#: libs/flake/text/KoSvgTextShapeMarkupConverter.cpp:158
#, kde-format
msgid "No 'text' node found!"
msgstr ""
#. +> trunk5
#: libs/flake/text/KoSvgTextShapeMarkupConverter.cpp:366
#: libs/flake/text/KoSvgTextShapeMarkupConverter.cpp:609
#, 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 ""
#. +> stable5
#: libs/flake/tools/KoPathTool.cpp:199
#, kde-format
msgid "Line/Curve"
msgstr ""
#. +> trunk5
#: libs/flake/tools/KoPathTool.cpp:211
#, kde-format
msgid "Edit Shape"
msgstr ""
#. +> trunk5 stable5
#: libs/flake/tools/KoPathTool.cpp:622
#, kde-format
msgid "Drag to move handle."
msgstr ""
#. +> trunk5 stable5
#: libs/flake/tools/KoPathTool.cpp:686
#, kde-format
msgid "Drag to move point. Shift click to change point type."
msgstr ""
#. +> trunk5 stable5
#: libs/flake/tools/KoPathTool.cpp:688
#, kde-format
msgid "Drag to move control point."
msgstr ""
#. +> trunk5 stable5
#: libs/flake/tools/KoPathTool.cpp:716
#, kde-format
msgid "Drag to change curve directly. Double click to insert new path point."
msgstr ""
#. +> trunk5 stable5
#: libs/flake/tools/KoPathTool.cpp:724
#, kde-format
msgid "Press B to break path at selected point."
msgstr ""
#. +> trunk5 stable5
#: libs/flake/tools/KoPathTool.cpp:726
#, kde-format
msgid "Press B to break path at selected segments."
msgstr ""
#. +> trunk5
#: libs/flake/tools/KoPathToolFactory.cpp:30
#, kde-format
msgid "Edit Shapes Tool"
msgstr ""
#. +> stable5
#: libs/flake/tools/KoPathToolFactory.cpp:30
#, kde-format
msgid "Path editing"
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 (KisColorButton, paintColor)
#. i18n: ectx: property (text), widget (KisColorButton, backgroundColor)
#. i18n: ectx: property (text), widget (QToolButton, m_bnFileName)
#. i18n: ectx: property (text), widget (QToolButton, bnLandscape)
#. i18n: ectx: property (text), widget (QToolButton, bnPortrait)
#. i18n: ectx: property (text), widget (KoGroupButton, intersect)
#. i18n: ectx: property (text), widget (KoGroupButton, shape)
#. i18n: ectx: property (text), widget (KoGroupButton, replace)
#. i18n: ectx: property (text), widget (KoGroupButton, add)
#. i18n: ectx: property (text), widget (KoGroupButton, pixel)
#. i18n: ectx: property (text), widget (KoGroupButton, subtract)
#. i18n: ectx: property (text), widget (QToolButton, bnSwapFile)
#. i18n: ectx: property (text), widget (KisColorButton, bnColor)
#. i18n: ectx: property (text), widget (KisColorButton, bnHighlightColor)
#. i18n: ectx: property (text), widget (KisColorButton, bnShadowColor)
#. i18n: ectx: property (text), widget (QToolButton, bnFont)
#. i18n: ectx: property (text), widget (QToolButton, bnAdd)
#. i18n: ectx: property (text), widget (QToolButton, bnRemove)
#. i18n: ectx: property (text), widget (QToolButton, bnSelectSaveLocation)
#. i18n: ectx: property (text), widget (QToolButton, bnGetPreview)
#. i18n: ectx: property (text), widget (QToolButton, bnRenderOptions)
#. i18n: ectx: property (text), widget (QToolButton, bnExportOptions)
#. i18n: ectx: property (text), widget (KisToolButton, bnAdd)
#. i18n: ectx: property (text), widget (QToolButton, bnDuplicate)
#. i18n: ectx: property (text), widget (QToolButton, bnLower)
#. i18n: ectx: property (text), widget (QToolButton, bnRaise)
#. i18n: ectx: property (text), widget (QToolButton, bnProperties)
#. i18n: ectx: property (text), widget (QToolButton, bnDelete)
#. i18n: ectx: property (text), widget (QToolButton, bnAddGroup)
#. i18n: ectx: property (text), widget (QToolButton, bnAddDialog)
#. i18n: ectx: property (text), widget (QToolButton, btnFirstFrame)
#. i18n: ectx: property (text), widget (QToolButton, btnPreviousKeyFrame)
#. i18n: ectx: property (text), widget (QToolButton, btnPreviousFrame)
#. i18n: ectx: property (text), widget (QToolButton, btnPlay)
#. i18n: ectx: property (text), widget (QToolButton, btnNextFrame)
#. i18n: ectx: property (text), widget (QToolButton, btnNextKeyFrame)
#. i18n: ectx: property (text), widget (QToolButton, btnLastFrame)
#. i18n: ectx: property (text), widget (KisToolButton, btnAddKeyframe)
#. i18n: ectx: property (text), widget (QToolButton, btnAddDuplicateFrame)
#. i18n: ectx: property (text), widget (KisToolButton, btnDeleteKeyframe)
#. i18n: ectx: property (text), widget (QToolButton, btnOnionSkinOptions)
#. i18n: ectx: property (text), widget (QToolButton, btnLazyFrame)
#. i18n: ectx: property (text), widget (QToolButton, btnDropFrames)
#. i18n: ectx: property (text), widget (QToolButton, 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, toolAutoSpellCheck)
#. 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:228 libs/ui/forms/wdgnewimage.ui:168
#: libs/ui/forms/wdgnewimage.ui:272 libs/ui/forms/wdgpaintactioneditor.ui:98
#: libs/ui/forms/wdgpaintactioneditor.ui:111
#: libs/ui/forms/wdgperformancesettings.ui:239
#: libs/ui/forms/wdgselectionoptions.ui:40
#: libs/ui/forms/wdgselectionoptions.ui:56
#: libs/ui/forms/wdgselectionoptions.ui:72
#: libs/ui/forms/wdgselectionoptions.ui:91
#: libs/ui/forms/wdgselectionoptions.ui:130
#: libs/ui/forms/wdgselectionoptions.ui:149
#: libs/ui/layerstyles/wdgBevelAndEmboss.ui:318
#: libs/ui/layerstyles/wdgBevelAndEmboss.ui:371
#: libs/ui/layerstyles/WdgColorOverlay.ui:57
#: libs/ui/layerstyles/wdgInnerGlow.ui:125 libs/ui/layerstyles/WdgSatin.ui:54
#: libs/ui/layerstyles/WdgStroke.ui:166
#: libs/ui/widgets/KoFillConfigWidget.ui:172
#: libs/ui/widgets/KoFillConfigWidget.ui:188
#: libs/ui/widgets/KoFillConfigWidget.ui:299
#: libs/ui/widgets/KoFillConfigWidget.ui:315
#: libs/ui/widgets/KoStrokeConfigWidget.ui:60
#: libs/widgets/KoEditColorSet.ui:48 libs/widgets/KoEditColorSet.ui:58
#: libs/widgets/KoEditColorSet.ui:68 libs/widgets/KoEditColorSet.ui:78
#: libs/widgets/wdg_file_name_requester.ui:35
#: plugins/dockers/animation/wdg_animation.ui:173
#: plugins/dockers/animation/wdg_animation.ui:205
#: plugins/dockers/animation/wdg_animation.ui:237
#: plugins/dockers/animation/wdg_animation.ui:269
#: plugins/dockers/animation/wdg_animation.ui:301
#: plugins/dockers/animation/wdg_animation.ui:333
#: plugins/dockers/animation/wdg_animation.ui:365
#: plugins/dockers/animation/wdg_animation.ui:412
#: plugins/dockers/animation/wdg_animation.ui:422
#: plugins/dockers/animation/wdg_animation.ui:432
#: plugins/dockers/animation/wdg_animation.ui:449
#: plugins/dockers/animation/wdg_animation.ui:459
#: plugins/dockers/animation/wdg_animation.ui:469
#: plugins/dockers/defaultdockers/wdglayerbox.ui:134
#: plugins/dockers/defaultdockers/wdglayerbox.ui:153
#: plugins/dockers/defaultdockers/wdglayerbox.ui:178
#: plugins/dockers/defaultdockers/wdglayerbox.ui:203
#: plugins/dockers/defaultdockers/wdglayerbox.ui:228
#: plugins/dockers/defaultdockers/wdglayerbox.ui:269
#: plugins/dockers/lut/wdglut.ui:196 plugins/dockers/lut/wdglut.ui:230
#: plugins/dockers/palettedocker/wdgpalettedock.ui:47
#: plugins/dockers/palettedocker/wdgpalettedock.ui:66
#: plugins/dockers/palettedocker/wdgpalettedock.ui:89
#: plugins/dockers/palettedocker/wdgpalettedock.ui:119
#: plugins/extensions/animationrenderer/wdg_animationrenderer.ui:236
#: plugins/extensions/animationrenderer/wdg_animationrenderer.ui:351
#: 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/SimpleSpellCheckingWidget.ui:23
#: 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/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:48
#, 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:63
#: plugins/paintops/defaultpaintops/brush/kis_brushop_settings_widget.cpp:109
#: plugins/paintops/defaultpaintops/duplicate/kis_duplicateop_settings_widget.cpp:50
#: plugins/paintops/deform/kis_deform_paintop_settings_widget.cpp:44
#: plugins/paintops/filterop/kis_filterop_settings_widget.cpp:51
#: plugins/paintops/hairy/kis_hairy_paintop_settings_widget.cpp:40
#: plugins/paintops/hatching/kis_hatching_paintop_settings_widget.cpp:59
#: plugins/paintops/roundmarker/kis_roundmarkerop_settings_widget.cpp:43
#: plugins/paintops/sketch/kis_sketch_paintop_settings_widget.cpp:48
#: plugins/paintops/spray/kis_spray_paintop_settings_widget.cpp:46
#: plugins/paintops/tangentnormal/kis_tangent_normal_paintop_settings_widget.cpp:56
#: plugins/tools/svgtexttool/SvgTextEditor.cpp:1027
#, 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:593
#: libs/ui/dialogs/kis_dlg_layer_style.cpp:596
#: libs/ui/dialogs/kis_dlg_layer_style.cpp:833
#: libs/ui/dialogs/kis_dlg_layer_style.cpp:840
#: libs/ui/dialogs/kis_dlg_layer_style.cpp:1090
#: libs/ui/dialogs/kis_dlg_layer_style.cpp:1255
#: libs/ui/dialogs/kis_dlg_layer_style.cpp:1258
#: libs/ui/dialogs/kis_dlg_layer_style.cpp:1340
#: libs/ui/forms/wdgdisplaysettings.ui:193
#: libs/ui/forms/wdgrectangleconstraints.ui:91
#: libs/ui/forms/wdgrectangleconstraints.ui:127 libs/ui/kis_paintop_box.cc:272
#: 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:51
#: 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:148
#: plugins/extensions/animationrenderer/wdg_animationrenderer.ui:187
#: 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/dynadraw/kis_dyna_paintop_settings.cpp:84
#: 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:164
#: plugins/paintops/hatching/kis_hatching_paintop_settings.cpp:195
#: 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:114
#: plugins/paintops/libpaintop/kis_texture_chooser.cpp:43
#: plugins/paintops/libpaintop/kis_texture_chooser.cpp:45
#: plugins/paintops/libpaintop/sensors/kis_dynamic_sensor_fade.cpp:65
#: plugins/paintops/roundmarker/kis_roundmarker_option.cpp:31
#: plugins/paintops/sketch/kis_sketchop_option.cpp:44
#: plugins/paintops/spray/kis_spray_shape_option.cpp:57
#: plugins/paintops/spray/kis_spray_shape_option.cpp:61
#: plugins/paintops/spray/kis_spray_shape_option.cpp:134
#: plugins/paintops/spray/kis_spray_shape_option.cpp:136
#: plugins/paintops/spray/kis_sprayop_option.cpp:43
#: plugins/tools/basictools/kis_tool_brush.cc:358
#: plugins/tools/basictools/kis_tool_fill.cc:202
#: plugins/tools/basictools/kis_tool_fill.cc:209
#: plugins/tools/basictools/kis_tool_movetooloptionswidget.cpp:63
#: plugins/tools/basictools/kis_tool_movetooloptionswidget.cpp:64
#: plugins/tools/basictools/kis_tool_multihand.cpp:304
#: plugins/tools/basictools/wdgcolorpicker.ui:64
#: plugins/tools/basictools/wdgmovetool.ui:127
#: plugins/tools/selectiontools/kis_tool_select_contiguous.cc:224
#: plugins/tools/selectiontools/kis_tool_select_contiguous.cc:227
#: plugins/tools/tool_crop/wdg_tool_crop.ui:113
#: plugins/tools/tool_crop/wdg_tool_crop.ui:138
#: plugins/tools/tool_crop/wdg_tool_crop.ui:246
#: plugins/tools/tool_crop/wdg_tool_crop.ui:271
#: plugins/tools/tool_lazybrush/kis_tool_lazy_brush_options_widget.cpp:79
#: plugins/tools/tool_lazybrush/kis_tool_lazy_brush_options_widget.cpp:89
#: plugins/tools/tool_smart_patch/kis_tool_smart_patch_options_widget.ui:130
#: plugins/tools/tool_transform2/kis_tool_transform_config_widget.cpp:108
#: plugins/tools/tool_transform2/kis_tool_transform_config_widget.cpp:109
#: plugins/tools/tool_transform2/kis_tool_transform_config_widget.cpp:118
#: plugins/tools/tool_transform2/kis_tool_transform_config_widget.cpp:119
#, kde-format
msgid " px"
msgstr ""
#. i18n: ectx: property (text), widget (QCheckBox, opacityCBox)
#. +> trunk5 stable5
#: libs/image/brushengine/kis_standard_uniform_properties_factory.h:31
#: libs/image/kis_keyframe_channel.cpp:30 libs/image/kis_layer.cc:227
#: libs/widgets/KoColorPopupAction.cpp:89
#: plugins/dockers/defaultdockers/kis_layer_box.cpp:190
#: 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:61
#: plugins/paintops/defaultpaintops/brush/kis_brushop_settings_widget.cpp:115
#: plugins/paintops/defaultpaintops/duplicate/kis_duplicateop_settings_widget.cpp:49
#: plugins/paintops/deform/kis_deform_paintop_settings_widget.cpp:43
#: plugins/paintops/filterop/kis_filterop_settings_widget.cpp:50
#: plugins/paintops/hairy/kis_hairy_paintop_settings_widget.cpp:39
#: plugins/paintops/hairy/wdghairyeoptions.ui:297
#: plugins/paintops/hairy/wdgInkOptions.ui:58
#: plugins/paintops/hatching/kis_hatching_paintop_settings_widget.cpp:58
#: plugins/paintops/sketch/kis_sketch_paintop_settings_widget.cpp:47
#: plugins/paintops/spray/kis_spray_paintop_settings_widget.cpp:45
#: plugins/paintops/tangentnormal/kis_tangent_normal_paintop_settings_widget.cpp:54
#, kde-format
msgid "Opacity"
msgstr ""
#. +> trunk5 stable5
#: libs/image/brushengine/kis_standard_uniform_properties_factory.h:32
#: plugins/paintops/defaultpaintops/brush/kis_brushop_settings_widget.cpp:62
#: plugins/paintops/defaultpaintops/brush/kis_brushop_settings_widget.cpp:127
#: plugins/paintops/tangentnormal/kis_tangent_normal_paintop_settings_widget.cpp:55
#, 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:194
#: plugins/paintops/dynadraw/kis_dyna_paintop_settings.cpp:110
#: 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:65
#: plugins/paintops/roundmarker/kis_roundmarkerop_settings_widget.cpp:44
#: plugins/paintops/spray/kis_spray_paintop_settings.cpp:115
#: plugins/paintops/tangentnormal/kis_tangent_normal_paintop_settings_widget.cpp:60
#, kde-format
msgid "Spacing"
msgstr ""
#. +> trunk5 stable5
#: libs/image/commands/kis_change_filter_command.h:45
msgctxt "(qtundo-format)"
msgid "Change Filter"
msgstr ""
#. +> trunk5 stable5
#: libs/image/commands/kis_deselect_global_selection_command.cpp:30
msgctxt "(qtundo-format)"
msgid "Deselect"
msgstr ""
#. +> trunk5 stable5
#: libs/image/commands/kis_image_layer_add_command.cpp:32
#: libs/image/commands/kis_image_layer_add_command.cpp:48
msgctxt "(qtundo-format)"
msgid "Add Layer"
msgstr ""
#. +> trunk5 stable5
#: libs/image/commands/kis_image_layer_move_command.cpp:37
#: libs/image/commands/kis_image_layer_move_command.cpp:50
msgctxt "(qtundo-format)"
msgid "Move Layer"
msgstr ""
#. +> trunk5 stable5
#: libs/image/commands/kis_image_layer_remove_command.cpp:30
#: libs/image/commands/kis_image_layer_remove_command_impl.cpp:47
msgctxt "(qtundo-format)"
msgid "Remove Layer"
msgstr ""
#. +> trunk5 stable5
#: libs/image/commands/kis_image_set_projection_color_space_command.cpp:29
msgctxt "(qtundo-format)"
msgid "Convert Image Type"
msgstr ""
#. +> trunk5 stable5
#: libs/image/commands/kis_node_compositeop_command.cpp:29
msgctxt "(qtundo-format)"
msgid "Composition Mode Change"
msgstr ""
#. +> trunk5 stable5
#: libs/image/commands/kis_node_opacity_command.cpp:26
msgctxt "(qtundo-format)"
msgid "Opacity Change"
msgstr ""
#. +> trunk5 stable5
#: libs/image/commands/kis_node_property_list_command.cpp:34
msgctxt "(qtundo-format)"
msgid "Property Changes"
msgstr ""
#. +> trunk5 stable5
#: libs/image/commands/kis_node_property_list_command.cpp:148
#: libs/image/kis_layer_properties_icons.cpp:33
#, kde-format
msgid "Visible"
msgstr ""
#. +> trunk5 stable5
#: libs/image/commands/kis_node_property_list_command.cpp:149
#: libs/image/kis_layer_properties_icons.cpp:32
#, kde-format
msgid "Locked"
msgstr ""
#. +> trunk5 stable5
#: libs/image/commands/kis_node_property_list_command.cpp:150
#: libs/image/kis_layer_properties_icons.cpp:39
#, kde-format
msgid "Active"
msgstr ""
#. +> trunk5 stable5
#: libs/image/commands/kis_node_property_list_command.cpp:157
#: libs/image/kis_layer_properties_icons.cpp:36
#: libs/image/kis_paint_layer.cc:211
#, 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:549
msgctxt "(qtundo-format)"
msgid "Resize Image"
msgstr ""
#. +> trunk5 stable5
#: libs/image/commands_new/kis_image_set_resolution_command.cpp:26
msgctxt "(qtundo-format)"
msgid "Set Image Resolution"
msgstr ""
#. +> trunk5 stable5
#: libs/image/commands_new/kis_move_command_common.h:40
#: plugins/tools/basictools/strokes/move_stroke_strategy.cpp:33
msgctxt "(qtundo-format)"
msgid "Move"
msgstr ""
#. +> trunk5 stable5
#: libs/image/commands_new/kis_set_layer_style_command.cpp:27
msgctxt "(qtundo-format)"
msgid "Change Layer Style"
msgstr ""
#. +> trunk5 stable5
#: libs/image/commands_new/kis_switch_current_time_command.cpp:27
msgctxt "(qtundo-format)"
msgid "Switch current time"
msgstr ""
#. +> trunk5 stable5
#: libs/image/filter/kis_filter.cc:35
#, kde-format
msgid "Adjust"
msgstr ""
#. +> trunk5 stable5
#: libs/image/filter/kis_filter.cc:40
#, kde-format
msgid "Artistic"
msgstr ""
#. +> trunk5 stable5
#: libs/image/filter/kis_filter.cc:45 plugins/filters/blur/kis_blur_filter.h:38
#, kde-format
msgid "Blur"
msgstr ""
#. i18n: ectx: property (title), widget (QGroupBox)
#. i18n: ectx: attribute (title), widget (QWidget, tab_2)
#. +> trunk5 stable5
#: libs/image/filter/kis_filter.cc:50
#: plugins/flake/textshape/dialogs/FontDecorations.ui:17
#: plugins/tools/svgtexttool/WdgSvgTextSettings.ui:72
#, kde-format
msgid "Colors"
msgstr ""
#. +> trunk5 stable5
#: libs/image/filter/kis_filter.cc:55
#: plugins/filters/edgedetection/kis_edge_detection_filter.h:43
#, kde-format
msgid "Edge Detection"
msgstr ""
#. +> trunk5 stable5
#: libs/image/filter/kis_filter.cc:60
#, kde-format
msgid "Emboss"
msgstr ""
#. +> trunk5 stable5
#: libs/image/filter/kis_filter.cc:65
#, kde-format
msgid "Enhance"
msgstr ""
#. +> trunk5 stable5
#: libs/image/filter/kis_filter.cc:70
#, kde-format
msgid "Map"
msgstr ""
#. +> trunk5 stable5
#: libs/image/filter/kis_filter.cc:75
#, kde-format
msgid "Non-photorealistic"
msgstr ""
#. i18n: ectx: property (text), item, widget (QComboBox, editMeteringMode)
#. i18n: ectx: property (title), widget (QGroupBox, otherBox)
#. +> trunk5 stable5
#: libs/image/filter/kis_filter.cc:80
#: plugins/extensions/metadataeditor/editors/exif.ui:442
#: plugins/filters/indexcolors/kiswdgindexcolors.ui:290
#, kde-format
msgid "Other"
msgstr ""
#. +> trunk5 stable5
#: libs/image/generator/kis_generator_layer.cpp:144
#, kde-format
msgid "Generator"
msgstr ""
#. +> trunk5 stable5
#: libs/image/kis_adjustment_layer.cc:130
#, kde-format
msgctxt "property of a filter layer, noun"
msgid "Filter"
msgstr ""
#. +> trunk5 stable5
#: libs/image/kis_base_mask_generator.h:35
#: libs/ui/kis_bookmarked_configurations_model.cc:66
#: plugins/extensions/layersplit/dlg_layersplit.cpp:62
#: plugins/flake/textshape/kotext/styles/KoStyleManager.cpp:106
#: plugins/flake/textshape/kotext/styles/KoStyleManager.cpp:111
#, kde-format
msgid "Default"
msgstr ""
#. i18n: ectx: property (text), item, widget (QComboBox, editSharpness)
#. i18n: ectx: property (text), item, widget (QComboBox, editContrast)
#. +> trunk5 stable5
#: libs/image/kis_base_mask_generator.h:36
#: plugins/extensions/metadataeditor/editors/exif.ui:860
#: plugins/extensions/metadataeditor/editors/exif.ui:892
#: plugins/paintops/defaultpaintops/brush/kis_brushop_settings_widget.cpp:69
#: plugins/paintops/tangentnormal/kis_tangent_normal_paintop_settings_widget.cpp:63
#, kde-format
msgid "Soft"
msgstr ""
#. +> trunk5 stable5
#: libs/image/kis_base_mask_generator.h:37
#, kde-format
msgid "Gaussian"
msgstr ""
#. +> trunk5 stable5
#: libs/image/kis_clone_layer.cpp:317
#, kde-format
msgid "Copy From"
msgstr ""
#. +> trunk5 stable5
#: libs/image/kis_filter_strategy.h:70
#, kde-format
msgid "Hermite"
msgstr ""
#. +> trunk5 stable5
#: libs/image/kis_filter_strategy.h:82
#, kde-format
msgid "Bicubic"
msgstr ""
#. +> trunk5 stable5
#: libs/image/kis_filter_strategy.h:88
#, kde-format
msgid "Adds pixels using the color of surrounding pixels. Produces smoother tonal gradations than Bilinear."
msgstr ""
#. +> trunk5 stable5
#: libs/image/kis_filter_strategy.h:96
#, kde-format
msgid "Box"
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:303
#, 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:444
#, kde-format
msgid "background"
msgstr ""
#. i18n: ectx: property (text), item, widget (QComboBox, cmbType)
#. +> trunk5 stable5
#: libs/image/kis_image.cc:448 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:548
msgctxt "(qtundo-format)"
msgid "Crop Image"
msgstr ""
#. +> trunk5 stable5
#: libs/image/kis_image.cc:590
msgctxt "(qtundo-format)"
msgid "Crop Layer"
msgstr ""
#. +> trunk5 stable5
#: libs/image/kis_image.cc:591
msgctxt "(qtundo-format)"
msgid "Crop Mask"
msgstr ""
#. +> trunk5 stable5
#: libs/image/kis_image.cc:623
msgctxt "(qtundo-format)"
msgid "Scale Image"
msgstr ""
#. +> trunk5 stable5
#: libs/image/kis_image.cc:624
msgctxt "(qtundo-format)"
msgid "Change Image Resolution"
msgstr ""
#. +> trunk5 stable5
#: libs/image/kis_image.cc:671
msgctxt "(qtundo-format)"
msgid "Scale Layer"
msgstr ""
#. +> trunk5 stable5
#: libs/image/kis_image.cc:759
msgctxt "(qtundo-format)"
msgid "Rotate Image"
msgstr ""
#. +> trunk5
#: libs/image/kis_image.cc:765
msgctxt "(qtundo-format)"
msgid "Rotate Mask"
msgstr ""
#. +> trunk5 stable5
#: libs/image/kis_image.cc:767
msgctxt "(qtundo-format)"
msgid "Rotate Layer"
msgstr ""
#. +> trunk5
#: libs/image/kis_image.cc:836
msgctxt "(qtundo-format)"
msgid "Shear Mask"
msgstr ""
#. +> trunk5
#: libs/image/kis_image.cc:839
msgctxt "(qtundo-format)"
msgid "Shear Layer"
msgstr ""
#. +> stable5
#: libs/image/kis_image.cc:833
msgctxt "(qtundo-format)"
msgid "Shear layer"
msgstr ""
#. +> trunk5 stable5
#: libs/image/kis_image.cc:846
msgctxt "(qtundo-format)"
msgid "Shear Image"
msgstr ""
#. +> trunk5 stable5
#: libs/image/kis_image.cc:858
msgctxt "(qtundo-format)"
msgid "Convert Image Color Space"
msgstr ""
#. +> trunk5 stable5
#: libs/image/kis_image.cc:893
msgctxt "(qtundo-format)"
msgid "Convert Projection Color Space"
msgstr ""
#. +> trunk5 stable5
#: libs/image/kis_image.cc:1628
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:1631
#, 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:227 libs/widgets/KoZoomAction.cpp:207
#: libs/widgets/KoZoomAction.cpp:220 libs/widgets/KoZoomMode.cpp:26
#, kde-format
msgid "%1%"
msgstr ""
#. +> trunk5 stable5
#: libs/image/kis_layer.cc:232
#, kde-format
msgid "Composite 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:214
#: plugins/dockers/animation/animation_docker.cpp:172
#: plugins/dockers/animation/onion_skins_docker.cpp:40
#, kde-format
msgid "Onion Skins"
msgstr ""
#. +> trunk5 stable5
#: libs/image/kis_layer_properties_icons.cpp:40
#, kde-format
msgid "Color Label"
msgstr ""
#. +> trunk5 stable5
#: libs/image/kis_layer_properties_icons.cpp:41
#, kde-format
msgid "Update Result"
msgstr ""
#. +> trunk5 stable5
#: libs/image/kis_layer_properties_icons.cpp:42
#, kde-format
msgid "Edit Key Strokes"
msgstr ""
#. +> trunk5 stable5
#: libs/image/kis_layer_properties_icons.cpp:43
#, kde-format
msgid "Show Coloring"
msgstr ""
#. +> trunk5 stable5
#: libs/image/kis_layer_properties_icons.cpp:44
#, kde-format
msgid "Open File"
msgstr ""
#. +> trunk5 stable5
#: libs/image/kis_layer_utils.cpp:373
#, kde-format
msgid "Merged"
msgstr ""
#. +> trunk5 stable5
#: libs/image/kis_layer_utils.cpp:834
msgctxt "(qtundo-format)"
msgid "Merge Down"
msgstr ""
#. +> trunk5 stable5
#: libs/image/kis_layer_utils.cpp:1030
#, kde-format
msgid "Copy of"
msgstr ""
#. +> trunk5 stable5
#: libs/image/kis_layer_utils.cpp:1092
msgctxt "(qtundo-format)"
msgid "Change projection color"
msgstr ""
#. +> trunk5 stable5
#: libs/image/kis_layer_utils.cpp:1189
msgctxt "(qtundo-format)"
msgid "Merge Selected Nodes"
msgstr ""
#. +> trunk5 stable5
#: libs/image/kis_layer_utils.cpp:1197
msgctxt "(qtundo-format)"
msgid "New From Visible"
msgstr ""
#. +> trunk5 stable5
#: libs/image/kis_layer_utils.cpp:1197
#, kde-format
msgctxt "New layer created from all the visible layers"
msgid "Visible"
msgstr ""
#. +> trunk5 stable5
#: libs/image/kis_layer_utils.cpp:1276
msgctxt "(qtundo-format)"
msgid "Merge Selection Masks"
msgstr ""
#. +> trunk5 stable5
#: libs/image/kis_layer_utils.cpp:1299
msgctxt "(qtundo-format)"
msgid "Flatten Layer"
msgstr ""
#. +> trunk5 stable5
#: libs/image/kis_layer_utils.cpp:1307
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/KisDocument.cpp:1540
#: libs/ui/KisMainWindow.cpp:1075 libs/ui/KisMainWindow.cpp:1384
#: libs/ui/KisMainWindow.cpp:1403 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:473
msgctxt "(qtundo-format)"
msgid "Feather Selection"
msgstr ""
#. +> trunk5 stable5
#: libs/image/kis_selection_filters.cpp:520
msgctxt "(qtundo-format)"
msgid "Grow Selection"
msgstr ""
#. +> trunk5 stable5
#: libs/image/kis_selection_filters.cpp:647
msgctxt "(qtundo-format)"
msgid "Shrink Selection"
msgstr ""
#. +> trunk5 stable5
#: libs/image/kis_selection_filters.cpp:790
msgctxt "(qtundo-format)"
msgid "Smooth Selection"
msgstr ""
#. +> trunk5 stable5
#: libs/image/kis_selection_filters.cpp:851
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:143
#, kde-format
msgid "Updating..."
msgstr ""
#. +> trunk5
#: libs/image/kis_update_time_monitor.cpp:202
#, kde-format
msgid "Stroke Time:"
msgstr ""
#. +> trunk5
#: libs/image/kis_update_time_monitor.cpp:203
#, kde-format
msgid "Mouse Speed:"
msgstr ""
#. +> trunk5
#: libs/image/kis_update_time_monitor.cpp:204
#, kde-format
msgid "Jobs/Update:"
msgstr ""
#. +> trunk5
#: libs/image/kis_update_time_monitor.cpp:205
#, kde-format
msgid "Non Update Time:"
msgstr ""
#. +> trunk5
#: libs/image/kis_update_time_monitor.cpp:206
#, kde-format
msgid "Response Time:"
msgstr ""
#. +> trunk5 stable5
#: libs/image/krita_utils.cpp:345
#, kde-format
msgid "off"
msgstr ""
#. +> trunk5 stable5
#: libs/image/krita_utils.cpp:345
#, 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:49
#, 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:929
msgctxt "(qtundo-format)"
msgid "Change Key Stroke Color"
msgstr ""
#. +> trunk5 stable5
#: libs/image/lazybrush/kis_colorize_mask.cpp:956
msgctxt "(qtundo-format)"
msgid "Remove Key Stroke"
msgstr ""
#. +> trunk5
#: libs/image/lazybrush/kis_colorize_stroke_strategy.cpp:86
msgctxt "(qtundo-format)"
msgid "Colorize"
msgstr ""
#. +> trunk5
#: libs/image/lazybrush/kis_colorize_stroke_strategy.cpp:86
msgctxt "(qtundo-format)"
msgid "Prefilter Colorize Mask"
msgstr ""
#. +> trunk5 stable5
#: libs/image/metadata/kis_meta_data_filter_p.cc:51
#, kde-format
msgid "Anonymizer"
msgstr ""
#. +> trunk5 stable5
#: libs/image/metadata/kis_meta_data_filter_p.cc:56
#, kde-format
msgid "Remove personal information: author, location..."
msgstr ""
#. +> trunk5 stable5
#: libs/image/metadata/kis_meta_data_filter_p.cc:96
#, kde-format
msgid "Tool information"
msgstr ""
#. +> trunk5 stable5
#: libs/image/metadata/kis_meta_data_filter_p.cc:101
#, kde-format
msgid "Add the name of the tool used for creation and the modification date"
msgstr ""
#. +> trunk5 stable5
#: libs/image/metadata/kis_meta_data_filter_p.cc:110
#, kde-format
msgid "Krita %1"
msgstr ""
#. +> trunk5 stable5
#: libs/image/metadata/kis_meta_data_merge_strategy_p.cc:50
#, kde-format
msgid "Drop"
msgstr ""
#. +> trunk5 stable5
#: libs/image/metadata/kis_meta_data_merge_strategy_p.cc:55
#, kde-format
msgid "Drop all meta data"
msgstr ""
#. +> trunk5 stable5
#: libs/image/metadata/kis_meta_data_merge_strategy_p.cc:84
#, kde-format
msgid "Priority to first meta data"
msgstr ""
#. +> trunk5 stable5
#: libs/image/metadata/kis_meta_data_merge_strategy_p.cc:89
#, kde-format
msgid "Use in priority the meta data from the layers at the bottom of the stack."
msgstr ""
#. +> trunk5 stable5
#: libs/image/metadata/kis_meta_data_merge_strategy_p.cc:124
#, kde-format
msgid "Only identical"
msgstr ""
#. +> trunk5 stable5
#: libs/image/metadata/kis_meta_data_merge_strategy_p.cc:129
#, kde-format
msgid "Keep only meta data that are identical"
msgstr ""
#. +> trunk5 stable5
#: libs/image/metadata/kis_meta_data_merge_strategy_p.cc:174
#, kde-format
msgid "Smart"
msgstr ""
#. +> trunk5 stable5
#: libs/image/metadata/kis_meta_data_merge_strategy_p.cc:179
#, kde-format
msgid "This merge strategy attempts to find the best solution for merging, for instance by merging the list of authors together, or keeping identical photographic information."
msgstr ""
#. +> trunk5 stable5
#: libs/image/metadata/kis_meta_data_value.cc:414
#: libs/image/metadata/kis_meta_data_value.cc:453
#, kde-format
msgid "Invalid value."
msgstr ""
#. +> trunk5 stable5
#: libs/image/processing/kis_transform_processing_visitor.cpp:189
msgctxt "(qtundo-format)"
msgid "Transform Layer"
msgstr ""
#. +> trunk5 stable5
#: libs/image/recorder/kis_macro_player.cc:77
msgctxt "(qtundo-format)"
msgid "Play macro"
msgstr ""
#. +> trunk5 stable5
#: libs/image/recorder/kis_macro_player.cc:83
#: plugins/extensions/bigbrother/bigbrother.cc:117
#, kde-format
msgid "Playing back macro"
msgstr ""
#. +> trunk5 stable5
#: libs/image/recorder/kis_recorded_fill_paint_action.cpp:42
#: libs/widgets/KoGradientEditWidget.cpp:165
#: plugins/tools/defaulttool/defaulttool/DefaultToolTabbedWidget.cpp:53
#, kde-format
msgid "Fill"
msgstr ""
#. +> trunk5 stable5
#: libs/image/recorder/kis_recorded_filter_action.cpp:101
#, kde-format
msgctxt "(qtundo-format)"
msgid "Filter: \"%1\""
msgstr ""
#. +> trunk5 stable5
#: libs/image/recorder/kis_recorded_node_action.cc:54
#, kde-format
msgid "Applying action to all selected nodes"
msgstr ""
#. +> trunk5 stable5
#: libs/image/recorder/kis_recorded_path_paint_action.cpp:70
#, kde-format
msgid "Path"
msgstr ""
#. i18n: ectx: property (text), item, widget (QComboBox, shapeCBox)
#. i18n: ectx: property (text), item, widget (QComboBox, shapeBox)
#. +> trunk5 stable5
#: libs/image/recorder/kis_recorded_shape_paint_action.cpp:55
#: 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 ""
#. 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
#: libs/image/recorder/kis_recorded_shape_paint_action.cpp:57
#: plugins/dockers/griddocker/grid_config_widget.cpp:54
#: 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
#: 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
#: 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
#: 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
#: 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
#: 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
#: 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
#: 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
#: libs/impex/KisExportCheckRegistry.cpp:101
#, kde-format
msgid "Clone Layer"
msgstr ""
#. +> trunk5
#: libs/impex/KisExportCheckRegistry.cpp:103
#, kde-format
msgid "Group Layer"
msgstr ""
#. +> trunk5
#: libs/impex/KisExportCheckRegistry.cpp:105
#, kde-format
msgid "File Layer"
msgstr ""
#. +> trunk5 stable5
#: libs/impex/KisExportCheckRegistry.cpp:107
#: plugins/impex/odg/kis_odg_import.cc:128
#: plugins/impex/svg/kis_svg_import.cc:71
#, kde-format
msgid "Vector Layer"
msgstr ""
#. +> trunk5
#: libs/impex/KisExportCheckRegistry.cpp:109
#, kde-format
msgid "Filter Layer"
msgstr ""
#. +> trunk5
#: 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:300
#, kde-format
msgid "Transparency Mask"
msgstr ""
#. +> trunk5
#: libs/impex/KisExportCheckRegistry.cpp:121
#, kde-format
msgid "Selection Mask"
msgstr ""
#. +> trunk5
#: libs/impex/MultiLayerCheck.h:37
#, kde-format
msgctxt "image conversion warning"
msgid "The image has <b>more than one layer</b>. Only the flattened image will be saved."
msgstr ""
#. +> trunk5
#: 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
#: 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
#: 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 "Krita Recorded Action"
msgstr ""
#. +> trunk5 stable5
#: libs/koplugin/KisMimeDatabase.cpp:236
#, kde-format
msgctxt "description of a file type"
msgid "GIMP Gradients"
msgstr ""
#. +> trunk5 stable5
#: libs/koplugin/KisMimeDatabase.cpp:241
#, kde-format
msgctxt "description of a file type"
msgid "GIMP Patterns"
msgstr ""
#. +> trunk5 stable5
#: libs/koplugin/KisMimeDatabase.cpp:246
#, kde-format
msgctxt "description of a file type"
msgid "Karbon Gradients"
msgstr ""
#. +> trunk5 stable5
#: libs/koplugin/KisMimeDatabase.cpp:251
#, kde-format
msgctxt "description of a file type"
msgid "Krita Resource Bundle"
msgstr ""
#. +> trunk5 stable5
#: libs/koplugin/KisMimeDatabase.cpp:256
#, kde-format
msgctxt "description of a file type"
msgid "Krita Workspace"
msgstr ""
#. +> trunk5 stable5
#: libs/koplugin/KisMimeDatabase.cpp:261
#, kde-format
msgctxt "description of a file type"
msgid "Krita Taskset"
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 ""
#. 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:495
#, 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:50
#: 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
#: libs/pigment/colorspaces/KoAlphaColorSpace.h:47
#, kde-format
msgid "Alpha (8-bit integer)"
msgstr ""
#. +> trunk5
#: libs/pigment/colorspaces/KoAlphaColorSpace.h:48
#, kde-format
msgid "Alpha (16-bit integer)"
msgstr ""
#. +> trunk5
#: libs/pigment/colorspaces/KoAlphaColorSpace.h:49
#, kde-format
msgid "Alpha (32-bit floating point)"
msgstr ""
#. +> trunk5
#: 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:215
#: libs/pigment/KoCompositeOpRegistry.cpp:126
#: 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/dockers/colorslider/kis_color_slider_input.cpp:72
#: plugins/filters/colorsfilters/virtual_channel_info.cpp:41
#, 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:207
#: libs/pigment/compositeops/KoOptimizedCompositeOpAlphaDarken32.h:248
#, kde-format
msgid "Alpha darken"
msgstr ""
#. +> trunk5 stable5
#: libs/pigment/compositeops/KoCompositeOpBehind.h:39
#: libs/pigment/KoCompositeOpRegistry.cpp:80
#, kde-format
msgid "Behind"
msgstr ""
#. +> trunk5 stable5
#: libs/pigment/compositeops/KoCompositeOpCopy.h:37
#: libs/pigment/compositeops/KoCompositeOpCopy2.h:45
#: libs/pigment/KoCompositeOpRegistry.cpp:102
#: libs/ui/widgets/kis_paintop_presets_save.cpp:84
#, kde-format
msgid "Copy"
msgstr ""
#. +> trunk5
#: libs/pigment/compositeops/KoCompositeOpDestinationAtop.h:42
#: libs/pigment/KoCompositeOpRegistry.cpp:92
#, kde-format
msgid "Destination Atop"
msgstr ""
#. +> trunk5
#: libs/pigment/compositeops/KoCompositeOpDestinationIn.h:42
#: libs/pigment/KoCompositeOpRegistry.cpp:93
#, kde-format
msgid "Destination In"
msgstr ""
#. +> trunk5 stable5
#: libs/pigment/compositeops/KoCompositeOpDissolve.h:61
#: libs/pigment/KoCompositeOpRegistry.cpp:98
#: plugins/color/lcms2engine/compositeops/RgbCompositeOpDissolve.h:33
#, kde-format
msgid "Dissolve"
msgstr ""
#. +> trunk5 stable5
#: libs/pigment/compositeops/KoCompositeOpErase.h:40
#: libs/pigment/KoCompositeOpRegistry.cpp:83
#, kde-format
msgid "Erase"
msgstr ""
#. +> trunk5 stable5
#: libs/pigment/compositeops/KoCompositeOpGreater.h:43
#: libs/pigment/KoCompositeOpRegistry.cpp:81
#, 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:79
#: libs/pigment/KoCompositeOpRegistry.cpp:149
#: 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:82
#, kde-format
msgid "Overlay"
msgstr ""
#. +> trunk5 stable5
#: libs/pigment/compositeops/KoCompositeOps.h:119
#: libs/pigment/KoCompositeOpRegistry.cpp:87
#, kde-format
msgid "Grain Merge"
msgstr ""
#. +> trunk5 stable5
#: libs/pigment/compositeops/KoCompositeOps.h:120
#: libs/pigment/KoCompositeOpRegistry.cpp:88
#, kde-format
msgid "Grain Extract"
msgstr ""
#. +> trunk5 stable5
#: libs/pigment/compositeops/KoCompositeOps.h:121
#: libs/pigment/KoCompositeOpRegistry.cpp:85
#, kde-format
msgid "Hard Mix"
msgstr ""
#. +> trunk5
#: libs/pigment/compositeops/KoCompositeOps.h:122
#: libs/pigment/KoCompositeOpRegistry.cpp:86
#, kde-format
msgid "Hard Mix (Photoshop)"
msgstr ""
#. +> trunk5 stable5
#: libs/pigment/compositeops/KoCompositeOps.h:123
#: libs/pigment/KoCompositeOpRegistry.cpp:91
#, kde-format
msgid "Geometric Mean"
msgstr ""
#. +> trunk5 stable5
#: libs/pigment/compositeops/KoCompositeOps.h:124
#: libs/pigment/KoCompositeOpRegistry.cpp:89
#, kde-format
msgid "Parallel"
msgstr ""
#. +> trunk5 stable5
#: libs/pigment/compositeops/KoCompositeOps.h:125
#: libs/pigment/KoCompositeOpRegistry.cpp:90
#, kde-format
msgid "Allanon"
msgstr ""
#. +> trunk5 stable5
#: libs/pigment/compositeops/KoCompositeOps.h:126
#: libs/pigment/KoCompositeOpRegistry.cpp:94
#, kde-format
msgid "Hard Overlay"
msgstr ""
#. +> trunk5 stable5
#: libs/pigment/compositeops/KoCompositeOps.h:128
#: libs/pigment/KoCompositeOpRegistry.cpp:64
#: plugins/tools/karbonplugins/filtereffects/BlendEffectConfigWidget.cpp:40
#, kde-format
msgid "Screen"
msgstr ""
#. +> trunk5 stable5
#: libs/pigment/compositeops/KoCompositeOps.h:129
#: libs/pigment/KoCompositeOpRegistry.cpp:60
#, kde-format
msgid "Color Dodge"
msgstr ""
#. +> trunk5 stable5
#: libs/pigment/compositeops/KoCompositeOps.h:130
#: libs/pigment/KoCompositeOpRegistry.cpp:61
#, 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:62
#: 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:67
#, kde-format
msgid "Hard Light"
msgstr ""
#. +> trunk5 stable5
#: libs/pigment/compositeops/KoCompositeOps.h:133
#: libs/pigment/KoCompositeOpRegistry.cpp:69
#, kde-format
msgid "Soft Light (SVG)"
msgstr ""
#. +> trunk5 stable5
#: libs/pigment/compositeops/KoCompositeOps.h:134
#: libs/pigment/KoCompositeOpRegistry.cpp:68
#, kde-format
msgid "Soft Light (Photoshop)"
msgstr ""
#. +> trunk5 stable5
#: libs/pigment/compositeops/KoCompositeOps.h:135
#: libs/pigment/KoCompositeOpRegistry.cpp:70
#, kde-format
msgid "Gamma Light"
msgstr ""
#. +> trunk5 stable5
#: libs/pigment/compositeops/KoCompositeOps.h:136
#: libs/pigment/KoCompositeOpRegistry.cpp:66
#, kde-format
msgid "Vivid Light"
msgstr ""
#. +> trunk5 stable5
#: libs/pigment/compositeops/KoCompositeOps.h:137
#: libs/pigment/KoCompositeOpRegistry.cpp:65
#, kde-format
msgid "Pin Light"
msgstr ""
#. +> trunk5 stable5
#: libs/pigment/compositeops/KoCompositeOps.h:138
#: libs/pigment/KoCompositeOpRegistry.cpp:63
#, 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:55
#, 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:56
#: plugins/color/lcms2engine/compositeops/RgbCompositeOpDarken.h:33
#: plugins/paintops/defaultpaintops/brush/kis_brushop_settings_widget.cpp:76
#: plugins/tools/karbonplugins/filtereffects/BlendEffectConfigWidget.cpp:41
#, kde-format
msgid "Darken"
msgstr ""
#. +> trunk5 stable5
#: libs/pigment/compositeops/KoCompositeOps.h:143
#: libs/pigment/KoCompositeOpRegistry.cpp:57
#, kde-format
msgid "Gamma Dark"
msgstr ""
#. +> trunk5 stable5
#: libs/pigment/compositeops/KoCompositeOps.h:145
#: libs/pigment/KoCompositeOpRegistry.cpp:48
#, kde-format
msgid "Addition"
msgstr ""
#. +> trunk5 stable5
#: libs/pigment/compositeops/KoCompositeOps.h:146
#: libs/pigment/KoCompositeOpRegistry.cpp:49
#: 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:51
#, kde-format
msgid "Divide"
msgstr ""
#. +> trunk5 stable5
#: libs/pigment/compositeops/KoCompositeOps.h:151
#: libs/pigment/KoCompositeOpRegistry.cpp:77
#, kde-format
msgid "Arcus Tangent"
msgstr ""
#. +> trunk5 stable5
#: libs/pigment/compositeops/KoCompositeOps.h:152
#: libs/pigment/KoCompositeOpRegistry.cpp:73
#, kde-format
msgid "Difference"
msgstr ""
#. +> trunk5 stable5
#: libs/pigment/compositeops/KoCompositeOps.h:153
#: libs/pigment/KoCompositeOpRegistry.cpp:76
#, kde-format
msgid "Exclusion"
msgstr ""
#. +> trunk5 stable5
#: libs/pigment/compositeops/KoCompositeOps.h:154
#: libs/pigment/KoCompositeOpRegistry.cpp:74
#, kde-format
msgid "Equivalence"
msgstr ""
#. +> trunk5 stable5
#: libs/pigment/compositeops/KoCompositeOps.h:155
#, kde-format
msgid "Additive-Subtractive"
msgstr ""
#. +> trunk5 stable5
#: libs/pigment/compositeops/KoCompositeOps.h:184
#: libs/pigment/KoCompositeOpRegistry.cpp:99
#, kde-format
msgid "Copy Red"
msgstr ""
#. +> trunk5 stable5
#: libs/pigment/compositeops/KoCompositeOps.h:185
#: libs/pigment/KoCompositeOpRegistry.cpp:100
#, kde-format
msgid "Copy Green"
msgstr ""
#. +> trunk5 stable5
#: libs/pigment/compositeops/KoCompositeOps.h:186
#: libs/pigment/KoCompositeOpRegistry.cpp:101
#, kde-format
msgid "Copy Blue"
msgstr ""
#. +> trunk5 stable5
#: libs/pigment/compositeops/KoCompositeOps.h:187
#: libs/pigment/KoCompositeOpRegistry.cpp:103
#, kde-format
msgid "Tangent Normalmap"
msgstr ""
#. +> trunk5 stable5
#: libs/pigment/compositeops/KoCompositeOps.h:188
#, 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:190
#: libs/pigment/KoCompositeOp.cpp:31
#: libs/pigment/KoCompositeOpRegistry.cpp:105
#: libs/ui/dialogs/kis_dlg_preferences.cc:1081 libs/ui/forms/wdgnewimage.ui:66
#: libs/ui/forms/wdgstrokeselectionproperties.ui:150
#: libs/ui/forms/wdgstrokeselectionproperties.ui:188
#: libs/ui/kis_palette_view.cpp:101 libs/ui/kis_palette_view.cpp:326
#: libs/ui/layerstyles/WdgColorOverlay.ui:23
#: libs/ui/layerstyles/WdgStroke.ui:134
#: 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:191
#: libs/pigment/KoCompositeOpRegistry.cpp:106
#: 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/dockers/colorslider/kis_color_slider_input.cpp:67
#: plugins/dockers/colorslider/kis_color_slider_input.cpp:70
#: plugins/dockers/colorslider/kis_color_slider_input.cpp:73
#: plugins/dockers/colorslider/kis_color_slider_input.cpp:76
#: plugins/paintops/defaultpaintops/brush/kis_brushop_settings_widget.cpp:78
#, kde-format
msgid "Hue"
msgstr ""
#. i18n: ectx: property (text), item, widget (QComboBox, cmbIntent)
#. i18n: ectx: property (text), item, widget (KComboBox, cmbMonitorIntent)
#. i18n: ectx: property (text), item, widget (QComboBox, cmbProofingIntent)
#. i18n: ectx: property (text), widget (QRadioButton, radioSaturation)
#. i18n: ectx: property (text), widget (QCheckBox, saturationCBox)
#. i18n: ectx: property (text), widget (QCheckBox, csl_hsvS)
#. i18n: ectx: property (text), widget (QCheckBox, csl_hslS)
#. i18n: ectx: property (text), widget (QCheckBox, csl_hsiS)
#. i18n: ectx: property (text), widget (QCheckBox, csl_hsyS)
#. +> trunk5 stable5
#: libs/pigment/compositeops/KoCompositeOps.h:192
#: libs/pigment/KoCompositeOpRegistry.cpp:107
#: 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/dockers/colorslider/kis_color_slider_input.cpp:68
#: plugins/dockers/colorslider/kis_color_slider_input.cpp:71
#: plugins/dockers/colorslider/kis_color_slider_input.cpp:74
#: plugins/dockers/colorslider/kis_color_slider_input.cpp:77
#: plugins/extensions/colorspaceconversion/wdgconvertcolorspace.ui:87
#: plugins/paintops/defaultpaintops/brush/kis_brushop_settings_widget.cpp:79
#: plugins/paintops/hairy/wdghairyeoptions.ui:310
#: plugins/paintops/hairy/wdgInkOptions.ui:71
#, kde-format
msgid "Saturation"
msgstr ""
#. +> trunk5 stable5
#: libs/pigment/compositeops/KoCompositeOps.h:193
#: libs/pigment/KoCompositeOpRegistry.cpp:110
#, kde-format
msgid "Increase Saturation"
msgstr ""
#. +> trunk5 stable5
#: libs/pigment/compositeops/KoCompositeOps.h:194
#: libs/pigment/KoCompositeOpRegistry.cpp:109
#, kde-format
msgid "Decrease Saturation"
msgstr ""
#. +> trunk5 stable5
#: libs/pigment/compositeops/KoCompositeOps.h:195
#: libs/pigment/KoCompositeOpRegistry.cpp:108
#, kde-format
msgid "Luminosity"
msgstr ""
#. +> trunk5 stable5
#: libs/pigment/compositeops/KoCompositeOps.h:196
#: libs/pigment/KoCompositeOpRegistry.cpp:112
#, kde-format
msgid "Increase Luminosity"
msgstr ""
#. +> trunk5 stable5
#: libs/pigment/compositeops/KoCompositeOps.h:197
#: libs/pigment/KoCompositeOpRegistry.cpp:111
#, kde-format
msgid "Decrease Luminosity"
msgstr ""
#. +> trunk5 stable5
#: libs/pigment/compositeops/KoCompositeOps.h:198
#: libs/pigment/KoCompositeOpRegistry.cpp:58
#, kde-format
msgid "Darker Color"
msgstr ""
#. +> trunk5 stable5
#: libs/pigment/compositeops/KoCompositeOps.h:199
#: libs/pigment/KoCompositeOpRegistry.cpp:71
#, kde-format
msgid "Lighter Color"
msgstr ""
#. +> trunk5 stable5
#: libs/pigment/compositeops/KoCompositeOps.h:201
#: libs/pigment/KoCompositeOpRegistry.cpp:114
#, kde-format
msgid "Color HSI"
msgstr ""
#. +> trunk5 stable5
#: libs/pigment/compositeops/KoCompositeOps.h:202
#: libs/pigment/KoCompositeOpRegistry.cpp:115
#, kde-format
msgid "Hue HSI"
msgstr ""
#. +> trunk5 stable5
#: libs/pigment/compositeops/KoCompositeOps.h:203
#: libs/pigment/KoCompositeOpRegistry.cpp:116
#, kde-format
msgid "Saturation HSI"
msgstr ""
#. +> trunk5 stable5
#: libs/pigment/compositeops/KoCompositeOps.h:204
#: libs/pigment/KoCompositeOpRegistry.cpp:119
#, kde-format
msgid "Increase Saturation HSI"
msgstr ""
#. +> trunk5 stable5
#: libs/pigment/compositeops/KoCompositeOps.h:205
#: libs/pigment/KoCompositeOpRegistry.cpp:118
#, kde-format
msgid "Decrease Saturation HSI"
msgstr ""
#. i18n: ectx: property (text), widget (QCheckBox, csl_hsiI)
#. +> trunk5 stable5
#: libs/pigment/compositeops/KoCompositeOps.h:206
#: libs/pigment/KoCompositeOpRegistry.cpp:117
#: plugins/dockers/advancedcolorselector/wdg_color_selector_settings.ui:1322
#: plugins/dockers/colorslider/kis_color_slider_input.cpp:75
#, kde-format
msgid "Intensity"
msgstr ""
#. +> trunk5 stable5
#: libs/pigment/compositeops/KoCompositeOps.h:207
#: libs/pigment/KoCompositeOpRegistry.cpp:121
#, kde-format
msgid "Increase Intensity"
msgstr ""
#. +> trunk5 stable5
#: libs/pigment/compositeops/KoCompositeOps.h:208
#: libs/pigment/KoCompositeOpRegistry.cpp:120
#, kde-format
msgid "Decrease Intensity"
msgstr ""
#. +> trunk5 stable5
#: libs/pigment/compositeops/KoCompositeOps.h:210
#: libs/pigment/KoCompositeOpRegistry.cpp:123
#, kde-format
msgid "Color HSL"
msgstr ""
#. +> trunk5 stable5
#: libs/pigment/compositeops/KoCompositeOps.h:211
#: libs/pigment/KoCompositeOpRegistry.cpp:124
#, kde-format
msgid "Hue HSL"
msgstr ""
#. +> trunk5 stable5
#: libs/pigment/compositeops/KoCompositeOps.h:212
#: libs/pigment/KoCompositeOpRegistry.cpp:125
#, kde-format
msgid "Saturation HSL"
msgstr ""
#. +> trunk5 stable5
#: libs/pigment/compositeops/KoCompositeOps.h:213
#: libs/pigment/KoCompositeOpRegistry.cpp:128
#, kde-format
msgid "Increase Saturation HSL"
msgstr ""
#. +> trunk5 stable5
#: libs/pigment/compositeops/KoCompositeOps.h:214
#: libs/pigment/KoCompositeOpRegistry.cpp:127
#, kde-format
msgid "Decrease Saturation HSL"
msgstr ""
#. +> trunk5 stable5
#: libs/pigment/compositeops/KoCompositeOps.h:216
#: libs/pigment/KoCompositeOpRegistry.cpp:130
#, kde-format
msgid "Increase Lightness"
msgstr ""
#. +> trunk5 stable5
#: libs/pigment/compositeops/KoCompositeOps.h:217
#: libs/pigment/KoCompositeOpRegistry.cpp:129
#, kde-format
msgid "Decrease Lightness"
msgstr ""
#. +> trunk5 stable5
#: libs/pigment/compositeops/KoCompositeOps.h:219
#: libs/pigment/KoCompositeOpRegistry.cpp:132
#, kde-format
msgid "Color HSV"
msgstr ""
#. +> trunk5 stable5
#: libs/pigment/compositeops/KoCompositeOps.h:220
#: libs/pigment/KoCompositeOpRegistry.cpp:133
#, kde-format
msgid "Hue HSV"
msgstr ""
#. +> trunk5 stable5
#: libs/pigment/compositeops/KoCompositeOps.h:221
#: libs/pigment/KoCompositeOpRegistry.cpp:134
#, kde-format
msgid "Saturation HSV"
msgstr ""
#. +> trunk5 stable5
#: libs/pigment/compositeops/KoCompositeOps.h:222
#: libs/pigment/KoCompositeOpRegistry.cpp:137
#, kde-format
msgid "Increase Saturation HSV"
msgstr ""
#. +> trunk5 stable5
#: libs/pigment/compositeops/KoCompositeOps.h:223
#: libs/pigment/KoCompositeOpRegistry.cpp:136
#, kde-format
msgid "Decrease Saturation HSV"
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
#: libs/pigment/compositeops/KoCompositeOps.h:224
#: libs/pigment/KoCompositeOpRegistry.cpp:135
#: plugins/color/lcms2engine/compositeops/RgbCompositeOpValue.h:37
#: plugins/dockers/advancedcolorselector/wdg_color_selector_settings.ui:1262
#: plugins/dockers/colorslider/kis_color_slider_input.cpp:69
#: plugins/extensions/metadataeditor/kis_meta_data_model.cpp:108
#: plugins/paintops/curvebrush/kis_curve_paintop_settings_widget.cpp:34
#: plugins/paintops/defaultpaintops/brush/kis_brushop_settings_widget.cpp:80
#: plugins/tools/basictools/wdgcolorpicker.ui:29
#: plugins/tools/svgtexttool/WdgSvgTextSettings.ui:164
#, kde-format
msgid "Value"
msgstr ""
#. +> trunk5 stable5
#: libs/pigment/compositeops/KoCompositeOps.h:225
#: libs/pigment/KoCompositeOpRegistry.cpp:139
#, kde-format
msgid "Increase Value"
msgstr ""
#. +> trunk5 stable5
#: libs/pigment/compositeops/KoCompositeOps.h:226
#: libs/pigment/KoCompositeOpRegistry.cpp:138
#, 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
#: plugins/color/lcms2engine/LcmsEnginePlugin.cpp:143
#: plugins/color/lcms2engine/LcmsEnginePlugin.cpp:147
#: plugins/color/lcms2engine/LcmsEnginePlugin.cpp:151
#, kde-format
msgid "L*a*b* Histogram"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, label_4)
#. +> trunk5 stable5
#: libs/pigment/KoBasicHistogramProducers.cpp:449
#: plugins/filters/indexcolors/kiswdgindexcolors.ui:175
#, kde-format
msgid "L*"
msgstr ""
#. +> trunk5 stable5
#: libs/pigment/KoBasicHistogramProducers.cpp:523
#, kde-format
msgid "Generic L*a*b* Histogram"
msgstr ""
#. +> trunk5 stable5
#: libs/pigment/KoColorModelStandardIds.cpp:25
#, kde-format
msgid "Alpha mask"
msgstr ""
#. +> trunk5 stable5
#: libs/pigment/KoColorModelStandardIds.cpp:26
#, kde-format
msgid "RGB/Alpha"
msgstr ""
#. +> trunk5 stable5
#: libs/pigment/KoColorModelStandardIds.cpp:27
#, kde-format
msgid "XYZ/Alpha"
msgstr ""
#. +> trunk5 stable5
#: libs/pigment/KoColorModelStandardIds.cpp:28
#, kde-format
msgid "L*a*b*/Alpha"
msgstr ""
#. +> trunk5 stable5
#: libs/pigment/KoColorModelStandardIds.cpp:29
#, kde-format
msgid "CMYK/Alpha"
msgstr ""
#. +> trunk5 stable5
#: libs/pigment/KoColorModelStandardIds.cpp:30
#, kde-format
msgid "Grayscale/Alpha"
msgstr ""
#. +> trunk5 stable5
#: libs/pigment/KoColorModelStandardIds.cpp:31
#, kde-format
msgid "Grayscale (without transparency)"
msgstr ""
#. +> trunk5 stable5
#: libs/pigment/KoColorModelStandardIds.cpp:32
#, kde-format
msgid "YCbCr/Alpha"
msgstr ""
#. +> trunk5 stable5
#: libs/pigment/KoColorModelStandardIds.cpp:34
#, kde-format
msgid "8-bit integer/channel"
msgstr ""
#. +> trunk5 stable5
#: libs/pigment/KoColorModelStandardIds.cpp:35
#, kde-format
msgid "16-bit integer/channel"
msgstr ""
#. +> trunk5 stable5
#: libs/pigment/KoColorModelStandardIds.cpp:36
#, kde-format
msgid "16-bit float/channel"
msgstr ""
#. +> trunk5 stable5
#: libs/pigment/KoColorModelStandardIds.cpp:37
#, kde-format
msgid "32-bit float/channel"
msgstr ""
#. +> trunk5 stable5
#: libs/pigment/KoColorModelStandardIds.cpp:38
#, kde-format
msgid "64-bit float/channel"
msgstr ""
#. +> trunk5 stable5
#: libs/pigment/KoCompositeOp.cpp:34 libs/pigment/KoCompositeOpRegistry.cpp:37
#, kde-format
msgid "Arithmetic"
msgstr ""
#. +> trunk5 stable5
#: libs/pigment/KoCompositeOp.cpp:35 libs/pigment/KoCompositeOpRegistry.cpp:40
#, kde-format
msgid "Negative"
msgstr ""
#. i18n: ectx: property (text), widget (QPushButton, bnHsy)
#. +> trunk5 stable5
#: libs/pigment/KoCompositeOp.cpp:38 libs/pigment/KoCompositeOpRegistry.cpp:43
#: plugins/dockers/artisticcolorselector/forms/wdgColorPreferencesPopup.ui:19
#, kde-format
msgid "HSY"
msgstr ""
#. i18n: ectx: property (text), widget (QPushButton, bnHsi)
#. +> trunk5 stable5
#: libs/pigment/KoCompositeOp.cpp:39 libs/pigment/KoCompositeOpRegistry.cpp:44
#: plugins/dockers/advancedcolorselector/kis_color_selector_settings.cpp:78
#: plugins/dockers/advancedcolorselector/kis_color_selector_settings.cpp:87
#: plugins/dockers/artisticcolorselector/forms/wdgColorPreferencesPopup.ui:35
#, kde-format
msgid "HSI"
msgstr ""
#. i18n: ectx: property (text), widget (QPushButton, bnHsl)
#. +> trunk5 stable5
#: libs/pigment/KoCompositeOp.cpp:40 libs/pigment/KoCompositeOpRegistry.cpp:45
#: plugins/dockers/advancedcolorselector/kis_color_selector_settings.cpp:77
#: plugins/dockers/advancedcolorselector/kis_color_selector_settings.cpp:86
#: plugins/dockers/artisticcolorselector/forms/wdgColorPreferencesPopup.ui:48
#, kde-format
msgid "HSL"
msgstr ""
#. i18n: ectx: property (text), widget (QPushButton, bnHsv)
#. +> trunk5 stable5
#: libs/pigment/KoCompositeOp.cpp:41 libs/pigment/KoCompositeOpRegistry.cpp:46
#: plugins/dockers/advancedcolorselector/kis_color_selector_settings.cpp:76
#: plugins/dockers/advancedcolorselector/kis_color_selector_settings.cpp:85
#: plugins/dockers/artisticcolorselector/forms/wdgColorPreferencesPopup.ui:61
#, kde-format
msgid "HSV"
msgstr ""
#. +> trunk5 stable5
#: libs/pigment/KoCompositeOp.cpp:42 libs/pigment/KoCompositeOpRegistry.cpp:41
#: plugins/paintops/defaultpaintops/brush/kis_brushop_settings_widget.cpp:77
#, kde-format
msgid "Mix"
msgstr ""
#. i18n: ectx: attribute (title), widget (QWidget, tab_4)
#. i18n: ectx: property (text), item, widget (QComboBox, sourceType)
#. i18n: ectx: property (text), item, widget (QListWidget, bibTypes)
#. +> trunk5 stable5
#: libs/pigment/KoCompositeOp.cpp:43 libs/pigment/KoCompositeOpRegistry.cpp:42
#: plugins/extensions/metadataeditor/editors/exif.ui:948
#: plugins/flake/textshape/dialogs/CitationInsertionDialog.ui:115
#: plugins/flake/textshape/dialogs/InsertBibliographyDialog.ui:116
#, kde-format
msgid "Misc"
msgstr ""
#. +> trunk5 stable5
#: libs/pigment/KoCompositeOpRegistry.cpp:52
#, kde-format
msgid "Inverse Subtract"
msgstr ""
#. +> trunk5 stable5
#: libs/pigment/KoCompositeOpRegistry.cpp:54
#: plugins/filters/dodgeburn/DodgeBurnPlugin.cpp:31
#, kde-format
msgid "Burn"
msgstr ""
#. +> trunk5 stable5
#: libs/pigment/KoCompositeOpRegistry.cpp:75
#, kde-format
msgid "Additive Subtractive"
msgstr ""
#. +> trunk5 stable5
#: libs/pigment/KoCompositeOpRegistry.cpp:84
#, kde-format
msgid "Alpha Darken"
msgstr ""
#. +> trunk5 stable5
#: libs/pigment/KoCompositeOpRegistry.cpp:96
#: plugins/color/lcms2engine/compositeops/RgbCompositeOpBumpmap.h:33
#, kde-format
msgid "Bumpmap"
msgstr ""
#. +> trunk5 stable5
#: libs/pigment/KoCompositeOpRegistry.cpp:97
#, kde-format
msgid "Combine Normal Map"
msgstr ""
#. +> trunk5 stable5
#: libs/pigment/resources/KoColorSet.cpp:643
#: libs/pigment/resources/KoColorSet.cpp:741
#: libs/pigment/resources/KoColorSet.cpp:760
#: libs/pigment/resources/KoColorSet.cpp:801
#: libs/pigment/resources/KoColorSet.cpp:1228
#: libs/ui/actions/kis_selection_action_factories.cpp:392
#: libs/ui/KisView.cpp:709
#: plugins/extensions/animationrenderer/DlgAnimationRenderer.cpp:65
#, kde-format
msgid "Untitled"
msgstr ""
#. +> trunk5 stable5
#: libs/pigment/resources/KoStopGradient.cpp:442
#, kde-format
msgid "SVG Gradient"
msgstr ""
#. +> trunk5 stable5
#: libs/ui/actions/kis_selection_action_factories.cpp:139
msgctxt "(qtundo-format)"
msgid "Select All"
msgstr ""
#. +> trunk5 stable5
#: libs/ui/actions/kis_selection_action_factories.cpp:213
msgctxt "(qtundo-format)"
msgid "Flood Fill Layer"
msgstr ""
#. +> trunk5 stable5
#: libs/ui/actions/kis_selection_action_factories.cpp:291
#, 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:300
#, 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:349
#: plugins/flake/textshape/TextTool.cpp:1135
msgctxt "(qtundo-format)"
msgid "Cut"
msgstr ""
#. +> trunk5 stable5
#: libs/ui/actions/kis_selection_action_factories.cpp:350
msgctxt "(qtundo-format)"
msgid "Copy"
msgstr ""
#. +> trunk5 stable5
#: libs/ui/actions/kis_selection_action_factories.cpp:377
msgctxt "(qtundo-format)"
msgid "Copy Merged"
msgstr ""
#. +> trunk5 stable5
#: libs/ui/actions/kis_selection_action_factories.cpp:397
#, kde-format
msgid "Pasted"
msgstr ""
#. +> trunk5 stable5
#: libs/ui/actions/kis_selection_action_factories.cpp:399
#: libs/ui/actions/KisPasteActionFactory.cpp:187
#, kde-format
msgid "(pasted)"
msgstr ""
#. +> trunk5 stable5
#: libs/ui/actions/kis_selection_action_factories.cpp:441
msgctxt "(qtundo-format)"
msgid "Convert to Vector Selection"
msgstr ""
#. +> trunk5 stable5
#: libs/ui/actions/kis_selection_action_factories.cpp:459
msgctxt "(qtundo-format)"
msgid "Convert shapes to vector selection"
msgstr ""
#. +> trunk5 stable5
#: libs/ui/actions/kis_selection_action_factories.cpp:511
#: libs/ui/actions/kis_selection_action_factories.cpp:571
#: plugins/tools/tool_polyline/kis_tool_polyline.cc:75
msgctxt "(qtundo-format)"
msgid "Draw Polyline"
msgstr ""
#. +> trunk5
#: libs/ui/actions/KisPasteActionFactory.cpp:85
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)
#. i18n: ectx: property (text), widget (QToolButton, bnUp)
#. +> trunk5 stable5
#: libs/ui/brushhud/kis_dlg_brush_hud_config.ui:103
#: plugins/dockers/imagedocker/forms/wdgimagedocker.ui:80
#, 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:227
#, 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:196
#, kde-format
msgctxt "floating message about mirroring"
msgid "Horizontal mirroring: %1 "
msgstr ""
#. +> trunk5 stable5
#: libs/ui/canvas/kis_canvas_controller.cpp:196
#: libs/ui/canvas/kis_canvas_controller.cpp:291
#, kde-format
msgid "OFF"
msgstr ""
#. +> trunk5 stable5
#: libs/ui/canvas/kis_canvas_controller.cpp:196
#: libs/ui/canvas/kis_canvas_controller.cpp:291
#, kde-format
msgid "ON"
msgstr ""
#. +> trunk5 stable5
#: libs/ui/canvas/kis_canvas_controller.cpp:214
#, kde-format
msgctxt "floating message about rotation"
msgid "Rotation: %1° "
msgstr ""
#. +> trunk5 stable5
#: libs/ui/canvas/kis_canvas_controller.cpp:263
#, 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:290
#, kde-format
msgid "Instant Preview Mode: %1"
msgstr ""
#. +> trunk5 stable5
#: libs/ui/canvas/kis_canvas_controller.cpp:297
#, 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:303
#: libs/ui/forms/wdgdisplaysettings.ui:54
#, kde-format
msgid "Nearest Neighbour"
msgstr ""
#. +> trunk5 stable5
#: libs/ui/canvas/kis_canvas_controller.cpp:304
#, 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:308
#, kde-format
msgid ""
"Failed activating Instant Preview mode!\n"
"\n"
"%1"
msgstr ""
#. +> trunk5 stable5
#: libs/ui/canvas/kis_change_guides_command.cpp:37
msgctxt "(qtundo-format)"
msgid "Edit Guides"
msgstr ""
#. +> trunk5 stable5
#: libs/ui/canvas/kis_guides_manager.cpp:736
#, kde-format
msgid "Snap to:"
msgstr ""
#. i18n: ectx: attribute (title), widget (QWidget, tab)
#. +> trunk5 stable5
#: libs/ui/canvas/kis_guides_manager.cpp:737
#: 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:738
#: plugins/dockers/griddocker/grid_config_widget.ui:564
#, kde-format
msgid "Guides"
msgstr ""
#. +> trunk5 stable5
#: libs/ui/canvas/kis_guides_manager.cpp:739
#, kde-format
msgid "Orthogonal"
msgstr ""
#. +> trunk5 stable5
#: libs/ui/canvas/kis_guides_manager.cpp:741
#, kde-format
msgid "Node"
msgstr ""
#. +> trunk5 stable5
#: libs/ui/canvas/kis_guides_manager.cpp:742
#, kde-format
msgid "Extension"
msgstr ""
#. +> trunk5 stable5
#: libs/ui/canvas/kis_guides_manager.cpp:743
#, kde-format
msgid "Intersection"
msgstr ""
#. +> trunk5 stable5
#: libs/ui/canvas/kis_guides_manager.cpp:745
#, kde-format
msgid "Bounding Box"
msgstr ""
#. +> trunk5 stable5
#: libs/ui/canvas/kis_guides_manager.cpp:746
#, kde-format
msgid "Image Bounds"
msgstr ""
#. +> trunk5 stable5
#: libs/ui/canvas/kis_guides_manager.cpp:747
#, kde-format
msgid "Image Center"
msgstr ""
#. +> trunk5 stable5
#: libs/ui/dialogs/kis_about_application.cpp:41
#, kde-format
msgid "About Krita"
msgstr ""
#. +> trunk5 stable5
#: libs/ui/dialogs/kis_about_application.cpp:53
#, kde-format
msgid "About"
msgstr ""
#. +> trunk5 stable5
#: libs/ui/dialogs/kis_about_application.cpp:60
#, kde-format
msgid ""
"<html><head/><body>"
"<h1 align=\"center\">Created By</h1>"
"</p>"
"<p>"
msgstr ""
#. +> trunk5 stable5
#: libs/ui/dialogs/kis_about_application.cpp:77
#, kde-format
msgid "Authors"
msgstr ""
#. +> trunk5 stable5
#: libs/ui/dialogs/kis_about_application.cpp:82
#, kde-format
msgid ""
"<html><head/><body>"
"<h1 align=\"center\">Backed By</h1>"
"<p>"
msgstr ""
#. +> trunk5 stable5
#: libs/ui/dialogs/kis_about_application.cpp:96
#, 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:98
#, kde-format
msgid "Backers"
msgstr ""
#. +> trunk5 stable5
#: libs/ui/dialogs/kis_about_application.cpp:104
#, kde-format
msgid ""
"<html><head/><body>"
"<h1 align=\"center\">Thanks To</h1>"
"<p>"
msgstr ""
#. +> trunk5 stable5
#: libs/ui/dialogs/kis_about_application.cpp:123
#, 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:126
#, kde-format
msgid "Also Thanks To"
msgstr ""
#. +> trunk5 stable5
#: libs/ui/dialogs/kis_about_application.cpp:130
#, kde-format
msgid ""
"<html><head/><body>"
"<h1 align=\"center\"><b>Your Rights</h1>"
"<p>Krita is released under the GNU General Public License (version 2 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:158
#, kde-format
msgid "License"
msgstr ""
#. i18n: ectx: property (text), widget (QPushButton, pushButtonClose)
#. i18n: ectx: property (text), widget (QToolButton, bnImgClose)
#. +> trunk5 stable5
#: libs/ui/dialogs/kis_about_application.cpp:160
#: libs/ui/forms/wdgbookmarkedconfigurationseditor.ui:70
#: plugins/dockers/imagedocker/forms/wdgimagedocker.ui:227
#, kde-format
msgid "Close"
msgstr ""
#. i18n: ectx: property (text), widget (QPushButton, cancelBrushNameUpdateButton)
#. i18n: ectx: property (text), widget (QPushButton, cancelNewDocumentButton)
#. i18n: ectx: property (text), widget (QPushButton, cancelButton)
#. +> trunk5 stable5
#: libs/ui/dialogs/kis_delayed_save_dialog.cpp:62
#: libs/ui/dialogs/KisAsyncAnimationRenderDialogBase.cpp:126
#: libs/ui/forms/wdgnewimage.ui:626 libs/ui/forms/wdgpaintopsettings.ui:226
#: libs/ui/forms/wdgsavebrushpreset.ui:208
#: libs/ui/input/kis_tool_invocation_action.cpp:58
#: libs/ui/kis_clipboard.cc:274 libs/ui/KisView.cpp:534
#: plugins/flake/textshape/dialogs/AcceptRejectChangeDialog.ui:70
#, 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:122
#, kde-format
msgctxt "@title:window"
msgid "Filter"
msgstr ""
#. +> trunk5 stable5
#: libs/ui/dialogs/kis_dlg_filter.cpp:122
#, kde-format
msgctxt "@title:window"
msgid "Filter: %1"
msgstr ""
#. +> trunk5 stable5
#: libs/ui/dialogs/kis_dlg_image_properties.cc:59
#, kde-format
msgid "Image Properties"
msgstr ""
#. +> trunk5 stable5
#: libs/ui/dialogs/kis_dlg_image_properties.cc:105
#, kde-format
msgid "Set color used for warning"
msgstr ""
#. +> trunk5 stable5
#: libs/ui/dialogs/kis_dlg_import_image_sequence.cpp:62
#: plugins/flake/textshape/dialogs/BibliographyConfigureDialog.cpp:109
#, kde-format
msgid "Ascending"
msgstr ""
#. +> trunk5 stable5
#: libs/ui/dialogs/kis_dlg_import_image_sequence.cpp:63
#: plugins/flake/textshape/dialogs/BibliographyConfigureDialog.cpp:110
#, kde-format
msgid "Descending"
msgstr ""
#. +> trunk5 stable5
#: libs/ui/dialogs/kis_dlg_import_image_sequence.cpp:66
#, kde-format
msgid "Alphabetical"
msgstr ""
#. +> trunk5 stable5
#: libs/ui/dialogs/kis_dlg_import_image_sequence.cpp:67
#, kde-format
msgid "Numerical"
msgstr ""
#. +> trunk5 stable5
#: libs/ui/dialogs/kis_dlg_import_image_sequence.cpp:125
#: libs/ui/KisMainWindow.cpp:870
#, 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_internal_color_selector.cpp:152
#, kde-format
msgid "This is a hexcode input, for webcolors. It can only get colors in the sRGB space."
msgstr ""
#. +> trunk5 stable5
#: libs/ui/dialogs/kis_dlg_layer_properties.cc:90
#, kde-format
msgid "Layer Properties"
msgstr ""
#. +> trunk5 stable5
#: libs/ui/dialogs/kis_dlg_layer_properties.cc:170
#: libs/ui/dialogs/kis_dlg_layer_properties.cc:171
#, kde-format
msgid "*varies*"
msgstr ""
#. +> trunk5 stable5
#: libs/ui/dialogs/kis_dlg_layer_properties.cc:212
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:250
#, kde-format
msgctxt "@title:window"
msgid "Enter new style name"
msgstr ""
#. +> trunk5 stable5
#: libs/ui/dialogs/kis_dlg_layer_style.cpp:251 libs/ui/KisMainWindow.cpp:2062
#, kde-format
msgctxt "@label:textbox"
msgid "Name:"
msgstr ""
#. +> trunk5 stable5
#: libs/ui/dialogs/kis_dlg_layer_style.cpp:252
#, kde-format
msgctxt "Default name for a new style"
msgid "New Style"
msgstr ""
#. +> trunk5 stable5
#: libs/ui/dialogs/kis_dlg_layer_style.cpp:265
#: libs/ui/dialogs/kis_dlg_layer_style.cpp:278
#, 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:590
#: libs/ui/dialogs/kis_dlg_layer_style.cpp:607
#: libs/ui/dialogs/kis_dlg_layer_style.cpp:610
#: libs/ui/dialogs/kis_dlg_layer_style.cpp:631
#: libs/ui/dialogs/kis_dlg_layer_style.cpp:639
#: libs/ui/dialogs/kis_dlg_layer_style.cpp:642
#: libs/ui/dialogs/kis_dlg_layer_style.cpp:795
#: libs/ui/dialogs/kis_dlg_layer_style.cpp:830
#: libs/ui/dialogs/kis_dlg_layer_style.cpp:837
#: libs/ui/dialogs/kis_dlg_layer_style.cpp:843
#: libs/ui/dialogs/kis_dlg_layer_style.cpp:1006
#: libs/ui/dialogs/kis_dlg_layer_style.cpp:1009
#: libs/ui/dialogs/kis_dlg_layer_style.cpp:1081
#: libs/ui/dialogs/kis_dlg_layer_style.cpp:1084
#: libs/ui/dialogs/kis_dlg_layer_style.cpp:1087
#: libs/ui/dialogs/kis_dlg_layer_style.cpp:1093
#: libs/ui/dialogs/kis_dlg_layer_style.cpp:1096
#: libs/ui/dialogs/kis_dlg_layer_style.cpp:1211
#: libs/ui/dialogs/kis_dlg_layer_style.cpp:1214
#: libs/ui/dialogs/kis_dlg_layer_style.cpp:1252
#: libs/ui/dialogs/kis_dlg_layer_style.cpp:1343
#: libs/ui/dialogs/kis_dlg_layer_style.cpp:1346
#: libs/ui/dialogs/kis_dlg_layer_style.cpp:1349
#: libs/ui/dialogs/kis_dlg_preferences.cc:662
#: libs/ui/dialogs/kis_dlg_preferences.cc:666
#: libs/ui/dialogs/kis_dlg_preferences.cc:670 libs/ui/kis_autogradient.cc:76
#: libs/ui/kis_autogradient.cc:80
#: plugins/flake/textshape/dialogs/ParagraphIndentSpacing.ui:134
#: 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:778
#: 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:870
#: libs/ui/layerstyles/wdglayerstyles.ui:48
#, kde-format
msgid "Inner Shadow"
msgstr ""
#. +> trunk5 stable5
#: libs/ui/dialogs/kis_dlg_layer_style.cpp:871
#, kde-format
msgid "Choke:"
msgstr ""
#. +> trunk5 stable5
#: libs/ui/dialogs/kis_dlg_layer_style.cpp:1120
#, kde-format
msgctxt "layer styles parameter"
msgid "Spread:"
msgstr ""
#. +> trunk5 stable5
#: libs/ui/dialogs/kis_dlg_preferences.cc:96
#, kde-format
msgid "No Cursor"
msgstr ""
#. +> trunk5 stable5
#: libs/ui/dialogs/kis_dlg_preferences.cc:97
#, kde-format
msgid "Tool Icon"
msgstr ""
#. +> trunk5 stable5
#: libs/ui/dialogs/kis_dlg_preferences.cc:98
#: 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:99
#, kde-format
msgid "Small Circle"
msgstr ""
#. i18n: ectx: property (text), item, widget (QComboBox, cmbDecor)
#. +> trunk5 stable5
#: libs/ui/dialogs/kis_dlg_preferences.cc:100
#: plugins/tools/tool_crop/wdg_tool_crop.ui:444
#, kde-format
msgid "Crosshair"
msgstr ""
#. +> trunk5 stable5
#: libs/ui/dialogs/kis_dlg_preferences.cc:101
#, kde-format
msgid "Triangle Righthanded"
msgstr ""
#. +> trunk5 stable5
#: libs/ui/dialogs/kis_dlg_preferences.cc:102
#, kde-format
msgid "Triangle Lefthanded"
msgstr ""
#. +> trunk5 stable5
#: libs/ui/dialogs/kis_dlg_preferences.cc:103
#, kde-format
msgid "Black Pixel"
msgstr ""
#. +> trunk5 stable5
#: libs/ui/dialogs/kis_dlg_preferences.cc:104
#, kde-format
msgid "White Pixel"
msgstr ""
#. i18n: ectx: property (text), item, widget (QComboBox, cmbOutline)
#. +> trunk5 stable5
#: libs/ui/dialogs/kis_dlg_preferences.cc:106
#: libs/ui/forms/wdggeometryoptions.ui:47
#, kde-format
msgid "No Outline"
msgstr ""
#. +> trunk5 stable5
#: libs/ui/dialogs/kis_dlg_preferences.cc:107
#, kde-format
msgid "Circle Outline"
msgstr ""
#. +> trunk5 stable5
#: libs/ui/dialogs/kis_dlg_preferences.cc:108
#, kde-format
msgid "Preview Outline"
msgstr ""
#. +> trunk5 stable5
#: libs/ui/dialogs/kis_dlg_preferences.cc:109
#, kde-format
msgid "Tilt Outline"
msgstr ""
#. +> trunk5 stable5
#: libs/ui/dialogs/kis_dlg_preferences.cc:111
#: plugins/flake/textshape/dialogs/TableOfContentsStyleDelegate.cpp:56
#: plugins/flake/textshape/dialogs/TableOfContentsStyleModel.cpp:113
#, kde-format
msgid "Disabled"
msgstr ""
#. +> trunk5
#: libs/ui/dialogs/kis_dlg_preferences.cc:112
#, kde-format
msgid "On Touch Drag"
msgstr ""
#. +> trunk5
#: libs/ui/dialogs/kis_dlg_preferences.cc:113
#, kde-format
msgid "On Click Drag"
msgstr ""
#. +> trunk5 stable5
#: libs/ui/dialogs/kis_dlg_preferences.cc:306
#, kde-format
msgid "Select a Background Image"
msgstr ""
#. +> trunk5 stable5
#: libs/ui/dialogs/kis_dlg_preferences.cc:318
#: libs/ui/KisTemplateCreateDia.cpp:404
#, kde-format
msgid "%1 is not a valid image file!"
msgstr ""
#. +> trunk5 stable5
#: libs/ui/dialogs/kis_dlg_preferences.cc:404
#: 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:409
#: libs/ui/dialogs/kis_dlg_preferences.cc:585
#, kde-format
msgctxt "The number of the screen"
msgid "Screen %1:"
msgstr ""
#. +> trunk5 stable5
#: libs/ui/dialogs/kis_dlg_preferences.cc:470
#: 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:509
#, kde-format
msgctxt "The display/screen we got from Qt"
msgid "Screen %1:"
msgstr ""
#. +> trunk5 stable5
#: libs/ui/dialogs/kis_dlg_preferences.cc:660
#, kde-format
msgid "%1 MiB"
msgstr ""
#. i18n: ectx: property (suffix), widget (KisIntParseSpinBox, intSwapSize)
#. +> trunk5 stable5
#: libs/ui/dialogs/kis_dlg_preferences.cc:709
#: libs/ui/forms/wdgperformancesettings.ui:202
#, kde-format
msgid " GiB"
msgstr ""
#. +> trunk5
#: libs/ui/dialogs/kis_dlg_preferences.cc:728
#, kde-format
msgid " fps"
msgstr ""
#. +> trunk5 stable5
#: libs/ui/dialogs/kis_dlg_preferences.cc:802
#, kde-format
msgctxt "@title:window"
msgid "Select a swap directory"
msgstr ""
#. +> trunk5 stable5
#: libs/ui/dialogs/kis_dlg_preferences.cc:832
#, kde-format
msgctxt "canvas renderer"
msgid "OpenGL"
msgstr ""
#. +> trunk5 stable5
#: libs/ui/dialogs/kis_dlg_preferences.cc:833
#, kde-format
msgctxt "canvas renderer"
msgid "Direct3D 11 via ANGLE"
msgstr ""
#. +> trunk5 stable5
#: libs/ui/dialogs/kis_dlg_preferences.cc:842
#, kde-format
msgctxt "canvas renderer"
msgid "Auto (%1)"
msgstr ""
#. +> trunk5 stable5
#: libs/ui/dialogs/kis_dlg_preferences.cc:896
#, kde-format
msgid "Warning(s):"
msgstr ""
#. +> trunk5 stable5
#: libs/ui/dialogs/kis_dlg_preferences.cc:1035
#, 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:1043
#: libs/ui/dialogs/kis_dlg_preferences.cc:1045
#: libs/ui/forms/wdgcolorsettings.ui:24
#: libs/ui/forms/wdgperformancesettings.ui:34
#: libs/widgets/KoDocumentInfoDlg.cpp:103
#: libs/widgets/KoDocumentInfoDlg.cpp:104
#: plugins/flake/textshape/dialogs/CharacterGeneral.ui:27
#, kde-format
msgid "General"
msgstr ""
#. +> trunk5 stable5
#: libs/ui/dialogs/kis_dlg_preferences.cc:1052
#, kde-format
msgid "Keyboard Shortcuts"
msgstr ""
#. +> trunk5 stable5
#: libs/ui/dialogs/kis_dlg_preferences.cc:1054
#: libs/widgetutils/xmlgui/KisShortcutsEditor_p.cpp:287
#, kde-format
msgid "Shortcuts"
msgstr ""
#. +> trunk5 stable5
#: libs/ui/dialogs/kis_dlg_preferences.cc:1063
#, kde-format
msgid "Canvas Input Settings"
msgstr ""
#. +> trunk5 stable5
#: libs/ui/dialogs/kis_dlg_preferences.cc:1064
#, 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:1070
#: libs/ui/dialogs/kis_dlg_preferences.cc:1072
#: 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:54
#: libs/ui/widgets/kis_paintop_presets_popup.cpp:141
#, kde-format
msgid "Display"
msgstr ""
#. +> trunk5 stable5
#: libs/ui/dialogs/kis_dlg_preferences.cc:1079
#, kde-format
msgid "Color Management"
msgstr ""
#. +> trunk5 stable5
#: libs/ui/dialogs/kis_dlg_preferences.cc:1088
#: libs/ui/dialogs/kis_dlg_preferences.cc:1090
#, kde-format
msgid "Performance"
msgstr ""
#. +> trunk5 stable5
#: libs/ui/dialogs/kis_dlg_preferences.cc:1097
#, kde-format
msgid "Tablet settings"
msgstr ""
#. +> trunk5 stable5
#: libs/ui/dialogs/kis_dlg_preferences.cc:1099
#, kde-format
msgid "Tablet"
msgstr ""
#. +> trunk5 stable5
#: libs/ui/dialogs/kis_dlg_preferences.cc:1106
#, kde-format
msgid "Canvas-only settings"
msgstr ""
#. +> trunk5 stable5
#: libs/ui/dialogs/kis_dlg_preferences.cc:1108
#, kde-format
msgid "Canvas-only"
msgstr ""
#. +> trunk5 stable5
#: libs/ui/dialogs/kis_dlg_preferences.cc:1115
#, 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:1117
#: libs/widgets/KoDocumentInfoDlg.cpp:126
#: plugins/flake/textshape/dialogs/AcceptRejectChangeDialog.ui:109
#, kde-format
msgid "Author"
msgstr ""
#. +> trunk5
#: libs/ui/dialogs/kis_dlg_stroke_selection_properties.cpp:61
#, kde-format
msgctxt "@title:window"
msgid "Stroke Selection Properties"
msgstr ""
#. +> stable5
#: libs/ui/dialogs/kis_dlg_stroke_selection_properties.cpp:61
#, kde-format
msgid "Stroke selection properties"
msgstr ""
#. +> trunk5 stable5
#: libs/ui/dialogs/KisAsyncAnimationCacheRenderDialog.cpp:114
#, kde-format
msgid "Regenerating cache..."
msgstr ""
#. +> stable5
#: libs/ui/kis_animation_exporter.cpp:69
#, kde-format
msgid "Export sequence"
msgstr ""
#. +> trunk5 stable5
#: libs/ui/dialogs/KisAsyncAnimationFramesSaveDialog.cpp:113
#, kde-format
msgid "Delete old frames?"
msgstr ""
#. +> trunk5
#: 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 ""
#. +> stable5
#: libs/ui/kis_animation_exporter.cpp:343
#, kde-format
msgid ""
"Frames with the same naming scheme exist in the destination directory. The 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 ""
#. +> stable5
#: libs/ui/kis_animation_exporter.cpp:150
#, kde-format
msgid "Export frames..."
msgstr ""
#. +> trunk5
#: libs/ui/dialogs/KisAsyncAnimationRenderDialogBase.cpp:278
#, kde-format
msgid ""
"\n"
"\n"
"Memory limit is reached!\n"
"The number of clones is limited to %1\n"
"\n"
msgstr ""
#. +> trunk5
#: libs/ui/dialogs/KisAsyncAnimationRenderDialogBase.cpp:282
#, kde-format
msgid ""
"%1\n"
"\n"
"Elapsed: %2\n"
"Estimated: %3\n"
"\n"
"%4"
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 ""
#. i18n: ectx: property (windowTitle), widget (QWidget, KisMatrixWidget)
#. +> trunk5 stable5
#: libs/ui/forms/kis_matrix_widget.ui:14
#, kde-format
msgid "Matrix Widget"
msgstr ""
#. i18n: ectx: property (text), widget (QCheckBox, checkBoxPreview)
#. i18n: ectx: property (title), widget (QGroupBox, m_groupBox)
#. +> trunk5 stable5
#: libs/ui/forms/kis_previewwidgetbase.ui:32
#: libs/ui/forms/wdgfilterdialog.ui:63
#, kde-format
msgid "Preview"
msgstr ""
#. i18n: ectx: property (toolTip), widget (QRadioButton, radioBtnPreview)
#. +> trunk5 stable5
#: libs/ui/forms/kis_previewwidgetbase.ui:74
#, kde-format
msgid "Preview modified layer"
msgstr ""
#. i18n: ectx: property (text), widget (QRadioButton, radioBtnPreview)
#. +> trunk5 stable5
#: libs/ui/forms/kis_previewwidgetbase.ui:77
#, kde-format
msgid "Pr&eview"
msgstr ""
#. i18n: ectx: property (toolTip), widget (QRadioButton, radioBtnOriginal)
#. +> trunk5 stable5
#: libs/ui/forms/kis_previewwidgetbase.ui:87
#, kde-format
msgid "Show original layer"
msgstr ""
#. i18n: ectx: property (text), widget (QRadioButton, radioBtnOriginal)
#. +> trunk5 stable5
#: libs/ui/forms/kis_previewwidgetbase.ui:90
#, kde-format
msgid "Ori&ginal"
msgstr ""
#. i18n: ectx: property (toolTip), widget (QPushButton, btnZoomOneToOne)
#. +> trunk5 stable5
#: libs/ui/forms/kis_previewwidgetbase.ui:136
#, kde-format
msgid "1 : 1"
msgstr ""
#. i18n: ectx: property (toolTip), widget (QPushButton, btnUpdate)
#. +> trunk5 stable5
#: libs/ui/forms/kis_previewwidgetbase.ui:149
#, kde-format
msgid "Update preview"
msgstr ""
#. i18n: ectx: property (toolTip), widget (QCheckBox, checkBoxAutoUpdate)
#. +> trunk5 stable5
#: libs/ui/forms/kis_previewwidgetbase.ui:164
#, kde-format
msgid "Automatically update the preview whenever the filter settings change"
msgstr ""
#. i18n: ectx: property (text), widget (QCheckBox, checkBoxAutoUpdate)
#. +> trunk5 stable5
#: libs/ui/forms/kis_previewwidgetbase.ui:167
#, kde-format
msgid "&Autoupdate"
msgstr ""
#. i18n: ectx: property (toolTip), widget (QCheckBox, m_alwaysUseCheckBox)
#. +> trunk5 stable5
#: libs/ui/forms/KisDetailsPaneBase.ui:94
#, kde-format
msgid "Always use this template at application start up"
msgstr ""
#. i18n: ectx: property (text), widget (QCheckBox, m_alwaysUseCheckBox)
#. +> trunk5 stable5
#: libs/ui/forms/KisDetailsPaneBase.ui:97
#, kde-format
msgid "Always use this template"
msgstr ""
#. i18n: ectx: property (windowTitle), widget (QWidget, WdgResolution)
#. +> trunk5 stable5
#: libs/ui/forms/wdg_resolution.ui:14
#, kde-format
msgid "Image Resolution"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, label_3)
#. i18n: ectx: property (text), widget (QLabel, lblWidth)
#. i18n: ectx: property (text), widget (QLabel, label)
#. i18n: ectx: property (text), widget (QLabel, lblSize)
#. i18n: ectx: property (text), widget (QLabel, widthInfoLbl)
#. i18n: ectx: property (text), widget (QLabel, lblNewWidth)
#. i18n: ectx: property (text), widget (QLabel, lblPixelWidth)
#. i18n: ectx: property (text), widget (QLabel, label_4)
#. i18n: ectx: property (text), widget (QLabel, widthLabel)
#. i18n: ectx: property (text), widget (QLabel, intWidthzqffs)
#. +> trunk5 stable5
#: libs/ui/forms/wdg_resolution.ui:20 libs/ui/forms/wdgimageproperties.ui:44
#: libs/ui/forms/wdgrectangleconstraints.ui:101
#: libs/ui/forms/wdgstrokeselectionproperties.ui:85
#: libs/ui/input/wintab/kis_screen_size_choice_dialog.ui:77
#: libs/widgets/KoPageLayoutWidget.ui:98
#: plugins/dockers/advancedcolorselector/wdg_color_selector_settings.ui:1057
#: plugins/extensions/animationrenderer/wdg_animationrenderer.ui:161
#: 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/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:171
#: 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
#, 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
#, 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/wdgstopgradienteditor.ui:19
#: libs/ui/KisColorsetChooser.cpp:113
#: plugins/dockers/tasksetdocker/tasksetdocker_dock.cpp:189
#: 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
#, 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, label_3)
#. i18n: ectx: property (text), widget (QLabel, textLabel2)
#. i18n: ectx: property (text), widget (QLabel, opacityLabel)
#. i18n: ectx: property (text), widget (QLabel, label_2)
#. +> trunk5 stable5
#: libs/ui/forms/wdgautogradient.ui:81 libs/ui/forms/wdgdisplaysettings.ui:266
#: libs/ui/forms/wdgpaintactioneditor.ui:63 libs/ui/kis_paintop_box.cc:243
#: libs/ui/kis_paintop_box.cc:248
#: plugins/assistants/Assistants/AssistantsToolOptions.ui:70
#: plugins/dockers/defaultdockers/wdglayerbox.ui:75
#: plugins/filters/noisefilter/wdgnoiseoptions.ui:29
#: plugins/filters/randompickfilter/wdgrandompickoptions.ui:65
#: plugins/paintops/libpaintop/forms/wdgflowopacityoption.ui:59
#, 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
#, 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
#, kde-format
msgid "Right:"
msgstr ""
#. i18n: ectx: property (text), item, widget (QComboBox, cmbGradientType)
#. i18n: ectx: property (text), item, widget (QComboBox, comboBoxInterpolationType)
#. i18n: ectx: property (text), item, widget (QComboBox, cmbStyle)
#. +> trunk5 stable5
#: libs/ui/forms/wdgautogradient.ui:294
#: libs/ui/layerstyles/WdgGradientOverlay.ui:134
#: libs/ui/layerstyles/WdgStroke.ui:227
#: libs/ui/widgets/KoFillConfigWidget.ui:225
#: plugins/tools/karbonplugins/filtereffects/ComponentTransferEffectConfigWidget.cpp:66
#, kde-format
msgid "Linear"
msgstr ""
#. i18n: ectx: property (text), item, widget (QComboBox, comboBoxInterpolationType)
#. +> trunk5 stable5
#: libs/ui/forms/wdgautogradient.ui:299
#, kde-format
msgid "Curved"
msgstr ""
#. i18n: ectx: property (text), item, widget (QComboBox, comboBoxInterpolationType)
#. +> trunk5 stable5
#: libs/ui/forms/wdgautogradient.ui:304
#, kde-format
msgid "Sine"
msgstr ""
#. i18n: ectx: property (text), item, widget (QComboBox, comboBoxInterpolationType)
#. +> trunk5 stable5
#: libs/ui/forms/wdgautogradient.ui:309
#, kde-format
msgid "Sphere Inc."
msgstr ""
#. i18n: ectx: property (text), item, widget (QComboBox, comboBoxInterpolationType)
#. +> trunk5 stable5
#: libs/ui/forms/wdgautogradient.ui:314
#, kde-format
msgid "Sphere Dec."
msgstr ""
#. i18n: ectx: property (text), item, widget (QComboBox, comboBoxColorInterpolationType)
#. +> trunk5 stable5
#: libs/ui/forms/wdgautogradient.ui:337
#, kde-format
msgid "RGB"
msgstr ""
#. i18n: ectx: property (text), item, widget (QComboBox, comboBoxColorInterpolationType)
#. +> trunk5 stable5
#: libs/ui/forms/wdgautogradient.ui:342
#, kde-format
msgid "HSV CW"
msgstr ""
#. i18n: ectx: property (text), item, widget (QComboBox, comboBoxColorInterpolationType)
#. +> trunk5 stable5
#: libs/ui/forms/wdgautogradient.ui:347
#, kde-format
msgid "HSV CCW"
msgstr ""
#. i18n: ectx: property (windowTitle), widget (QWidget, WdgBookmarkedConfigurationsEditor)
#. +> trunk5 stable5
#: libs/ui/forms/wdgbookmarkedconfigurationseditor.ui:19
#, kde-format
msgid "Edit presets"
msgstr ""
#. i18n: ectx: property (text), widget (QPushButton, pushButtonBookmarkCurrent)
#. +> trunk5 stable5
#: libs/ui/forms/wdgbookmarkedconfigurationseditor.ui:43
#, kde-format
msgid "Bookmark current"
msgstr ""
#. i18n: ectx: property (text), widget (QPushButton, pushButtonDelete)
#. i18n: ectx: property (text), widget (QPushButton, bDelete)
#. +> trunk5 stable5
#: libs/ui/forms/wdgbookmarkedconfigurationseditor.ui:50
#: libs/widgetutils/xmlgui/kshortcutschemeseditor.cpp:76
#: plugins/flake/textshape/dialogs/StyleManager.ui:75
#: plugins/flake/textshape/kotext/commands/ChangeTrackedDeleteCommand.cpp:277
#: plugins/flake/textshape/TextTool.cpp:2639
#, 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 the other application)"
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
#: plugins/filters/embossfilter/kis_emboss_filter.cpp:159
#, 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)
#. i18n: ectx: property (text), widget (QLabel, label_3)
#. +> trunk5 stable5
#: libs/ui/forms/wdgcolorspaceselectoradvanced.ui:54
#: libs/ui/input/config/kis_input_configuration_page.ui:19
#, 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)
#. i18n: ectx: property (text), widget (QLabel, sourcetypeLabel)
#. +> trunk5 stable5
#: libs/ui/forms/wdgcustompattern.ui:19
#: plugins/flake/textshape/dialogs/CitationInsertionDialog.ui:52
#, kde-format
msgid "Source:"
msgstr ""
#. i18n: ectx: property (text), item, widget (QComboBox, cmbSource)
#. i18n: ectx: property (text), item, widget (QComboBox, cmbSources)
#. +> trunk5 stable5
#: libs/ui/forms/wdgcustompattern.ui:33
#: plugins/tools/basictools/wdgcolorpicker.ui:146
#, 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
#: 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/spray/kis_spray_paintop_settings.cpp:189
#: plugins/tools/defaulttool/connectionTool/ConnectionPointWidget.ui:116
#, kde-format, no-c-format
msgid "%"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, lblCanvasBorderColor_2)
#. +> trunk5
#: libs/ui/forms/wdgdisplaysettings.ui:298
#, kde-format
msgid "Pixel Grid:"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, label_2)
#. +> trunk5
#: libs/ui/forms/wdgdisplaysettings.ui:314
#, kde-format
msgid "Selection Overlay:"
msgstr ""
#. i18n: ectx: property (title), widget (QGroupBox, groupBox_2)
#. +> stable5
#: libs/ui/forms/wdgdisplaysettings.ui:333
#, kde-format
msgid "Selection Overlay"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, label_4)
#. +> trunk5
#: libs/ui/forms/wdgdisplaysettings.ui:330
#, kde-format
msgid "Transparency Checkerboard:"
msgstr ""
#. i18n: ectx: property (title), widget (QGroupBox, grpCheckers)
#. +> stable5
#: libs/ui/forms/wdgdisplaysettings.ui:66
#, kde-format
msgid "Transparency Checkerboard Pattern"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, lblCanvasBorderColor)
#. +> trunk5
#: libs/ui/forms/wdgdisplaysettings.ui:357
#, kde-format
msgid "Canvas Border Color:"
msgstr ""
#. i18n: ectx: property (title), widget (QGroupBox, grpCanvasBorder)
#. +> stable5
#: libs/ui/forms/wdgdisplaysettings.ui:288
#, kde-format
msgid "Canvas border"
msgstr ""
#. i18n: ectx: property (text), widget (QCheckBox, hideScrollbars)
#. +> trunk5
#: libs/ui/forms/wdgdisplaysettings.ui:390
#, kde-format
msgid "Hide Window Scrollbars"
msgstr ""
#. i18n: ectx: property (text), widget (QCheckBox, hideScrollbars)
#. +> stable5
#: libs/ui/forms/wdgdisplaysettings.ui:320
#, kde-format
msgid "Hide 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
#: libs/ui/forms/wdgdisplaysettings.ui:437
#, kde-format
msgid "&Move checkers when scrolling"
msgstr ""
#. i18n: ectx: property (text), widget (QCheckBox, chkMoving)
#. +> stable5
#: libs/ui/forms/wdgdisplaysettings.ui:146
#, kde-format
msgid "&Move checkers when scrolling"
msgstr ""
#. i18n: ectx: property (text), widget (QCheckBox, cbRemoveWorkspaces)
#. +> trunk5 stable5
#: libs/ui/forms/wdgdlgblacklistcleanup.ui:26
#: plugins/extensions/resourcemanager/dlg_bundle_manager.cpp:266
#: 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:86
#: libs/ui/kis_control_frame.cpp:226
#: plugins/extensions/resourcemanager/dlg_bundle_manager.cpp:254
#: 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:67
#: 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:64
#: plugins/paintops/libpaintop/kis_color_source_option.cpp:59
#: plugins/paintops/tangentnormal/kis_tangent_normal_paintop_settings_widget.cpp:71
#, kde-format
msgid "Pattern"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, presetsSidebarLabel)
#. i18n: ectx: property (text), widget (QCheckBox, cbRemovePresets)
#. +> trunk5 stable5
#: libs/ui/forms/wdgdlgblacklistcleanup.ui:93
#: libs/ui/forms/wdgpaintopsettings.ui:438
#, 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:260
#: 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 (windowTitle), widget (QDialog, FilterDialog)
#. i18n: ectx: property (windowTitle), widget (QWidget, WdgImportImageSequence)
#. i18n: ectx: property (windowTitle), widget (QDialog, WdgDlgInternalColorSelector)
#. 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/wdgdlginternalcolorselector.ui:14
#: libs/ui/forms/wdgfilterdialog.ui:26
#: libs/ui/forms/wdgimportimagesequence.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 (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 (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 (text), widget (QCheckBox, m_showOutlinePainting)
#. +> trunk5 stable5
#: libs/ui/forms/wdggeneralsettings.ui:112
#, kde-format
msgid "Show brush outline while painting"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, label_11)
#. +> trunk5
#: libs/ui/forms/wdggeneralsettings.ui:119
#, kde-format
msgid "Cursor Color:"
msgstr ""
#. i18n: ectx: attribute (title), widget (QWidget, tab_3)
#. +> trunk5 stable5
#: libs/ui/forms/wdggeneralsettings.ui:155
#, kde-format
msgid "Window"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, label_2)
#. +> trunk5 stable5
#: libs/ui/forms/wdggeneralsettings.ui:167
#, kde-format
msgid "Multiple Document Mode:"
msgstr ""
#. i18n: ectx: property (text), item, widget (QComboBox, m_cmbMDIType)
#. +> trunk5 stable5
#: libs/ui/forms/wdggeneralsettings.ui:187
#, kde-format
msgid "Subwindows"
msgstr ""
#. i18n: ectx: property (text), item, widget (QComboBox, m_cmbMDIType)
#. +> trunk5 stable5
#: libs/ui/forms/wdggeneralsettings.ui:192
#, kde-format
msgid "Tabs"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, label_5)
#. +> trunk5 stable5
#: libs/ui/forms/wdggeneralsettings.ui:200
#, kde-format
msgid "Background Image (overrides color):"
msgstr ""
#. i18n: ectx: property (text), widget (QPushButton, clearBgImageButton)
#. i18n: ectx: property (text), widget (QStatusBar, statusbar)
#. i18n: ectx: property (text), widget (QToolButton, m_bnClearLut)
#. +> trunk5 stable5
#: libs/ui/forms/wdggeneralsettings.ui:241
#: plugins/color/lcms2engine/compositeops/RgbCompositeOpClear.h:33
#: plugins/dockers/lut/wdglut.ui:237
#: plugins/extensions/pykrita/plugin/krita/sceditor/mainwindow.ui:101
#, kde-format
msgid "Clear"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, label_4)
#. +> trunk5 stable5
#: libs/ui/forms/wdggeneralsettings.ui:250
#, kde-format
msgid "Window Background:"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, label_6)
#. +> trunk5 stable5
#: libs/ui/forms/wdggeneralsettings.ui:273
#, 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:293
#, kde-format
msgid "Show on-canvas popup messages:"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, label_8)
#. +> trunk5 stable5
#: libs/ui/forms/wdggeneralsettings.ui:327
#, kde-format
msgid "Enable Hi-DPI support:"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, label_r98)
#. +> trunk5 stable5
#: libs/ui/forms/wdggeneralsettings.ui:341
#, kde-format
msgid "Allow only one instance of Krita:"
msgstr ""
#. i18n: ectx: attribute (title), widget (QWidget, Tools)
#. +> trunk5 stable5
#: libs/ui/forms/wdggeneralsettings.ui:349 libs/widgets/KoToolBoxDocker.cpp:41
#, kde-format
msgid "Tools"
msgstr ""
#. i18n: ectx: property (title), widget (QGroupBox, groupBox_4)
#. +> trunk5 stable5
#: libs/ui/forms/wdggeneralsettings.ui:372
#, kde-format
msgid "Tool Options Location (needs restart)"
msgstr ""
#. i18n: ectx: property (text), widget (QRadioButton, m_radioToolOptionsInDocker)
#. +> trunk5 stable5
#: libs/ui/forms/wdggeneralsettings.ui:378
#, kde-format
msgid "In Doc&ker"
msgstr ""
#. i18n: ectx: property (text), widget (QRadioButton, m_radioToolOptionsInToolbar)
#. +> trunk5 stable5
#: libs/ui/forms/wdggeneralsettings.ui:385
#, kde-format
msgid "In Tool&bar"
msgstr ""
#. i18n: ectx: property (text), widget (QCheckBox, m_chkSwitchSelectionCtrlAlt)
#. +> trunk5 stable5
#: libs/ui/forms/wdggeneralsettings.ui:398
#, kde-format
msgid "Switch Control/Alt Selection Modifiers"
msgstr ""
#. i18n: ectx: property (text), widget (QCheckBox, chkEnableTouch)
#. +> trunk5 stable5
#: libs/ui/forms/wdggeneralsettings.ui:405
#, kde-format
msgid "Enable Touch Painting"
msgstr ""
#. i18n: ectx: property (title), widget (QGroupBox, groupBoxKineticScrollingSettings)
#. +> trunk5
#: libs/ui/forms/wdggeneralsettings.ui:412
#, kde-format
msgid "Kinetic Scrolling (needs restart)"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, labelKineticScrollingSensitivity)
#. +> trunk5
#: libs/ui/forms/wdggeneralsettings.ui:423
#, kde-format
msgid "Sensitivity (0-100):"
msgstr ""
#. i18n: ectx: property (text), widget (QCheckBox, m_chkKineticScrollingScrollbar)
#. +> trunk5
#: libs/ui/forms/wdggeneralsettings.ui:460
#, kde-format
msgid "Show Scrollbar"
msgstr ""
#. i18n: ectx: attribute (title), widget (QWidget, Miscellaneous)
#. +> trunk5 stable5
#: libs/ui/forms/wdggeneralsettings.ui:499
#, kde-format
msgid "Miscellaneous"
msgstr ""
#. i18n: ectx: property (text), widget (QCheckBox, m_autosaveCheckBox)
#. +> trunk5 stable5
#: libs/ui/forms/wdggeneralsettings.ui:514
#, kde-format
msgid "Autosave every:"
msgstr ""
#. i18n: ectx: property (suffix), widget (KisIntParseSpinBox, m_autosaveSpinBox)
#. +> trunk5 stable5
#: libs/ui/forms/wdggeneralsettings.ui:536
#, kde-format
msgid " min"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, label_3)
#. +> stable5
#: libs/ui/forms/wdggeneralsettings.ui:548
#, kde-format
msgid "Favorite presets:"
msgstr ""
#. i18n: ectx: property (text), widget (QCheckBox, m_chkCompressKra)
#. +> trunk5 stable5
#: libs/ui/forms/wdggeneralsettings.ui:555
#, 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:562
#, kde-format
msgid "Create backup file "
msgstr ""
#. i18n: ectx: property (text), widget (QCheckBox, m_chkConvertOnImport)
#. +> trunk5 stable5
#: libs/ui/forms/wdggeneralsettings.ui:569
#, 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:582
#, kde-format
msgid "Undo stack size:"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, label_3)
#. +> trunk5
#: libs/ui/forms/wdggeneralsettings.ui:626
#, kde-format
msgid "Number of Palette Presets"
msgstr ""
#. i18n: ectx: property (text), widget (QCheckBox, chkShowRootLayer)
#. +> trunk5 stable5
#: libs/ui/forms/wdggeneralsettings.ui:658
#, kde-format
msgid "Show root layer"
msgstr ""
#. i18n: ectx: property (text), widget (QCheckBox, m_hideSplashScreen)
#. +> trunk5 stable5
#: libs/ui/forms/wdggeneralsettings.ui:665
#, kde-format
msgid "Hide splash screen on startup"
msgstr ""
#. i18n: ectx: property (toolTip), widget (QCheckBox, m_chkNativeFileDialog)
#. +> trunk5 stable5
#: libs/ui/forms/wdggeneralsettings.ui:672
#, 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
#: libs/ui/forms/wdggeneralsettings.ui:675
#, kde-format
msgid "Enable native file dialogs (warning: may not work correctly on some systems)"
msgstr ""
#. i18n: ectx: property (text), widget (QCheckBox, m_chkNativeFileDialog)
#. +> stable5
#: libs/ui/forms/wdggeneralsettings.ui:610
#, kde-format
msgid "Enable native file dialogs (warning: they may not work correctly on systems)"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, label_9)
#. +> trunk5
#: libs/ui/forms/wdggeneralsettings.ui:682
#, kde-format
msgid "Maximum brush size:"
msgstr ""
#. i18n: ectx: property (toolTip), widget (QSpinBox, intMaxBrushSize)
#. +> trunk5
#: libs/ui/forms/wdggeneralsettings.ui:697
#, kde-format
msgid "The maximum diameter of a brush in pixels."
msgstr ""
#. i18n: ectx: property (suffix), widget (QSpinBox, intMaxBrushSize)
#. +> trunk5
#: libs/ui/forms/wdggeneralsettings.ui:700
#, kde-format
msgctxt "pixel"
msgid "px"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, label_10)
#. +> trunk5
#: libs/ui/forms/wdggeneralsettings.ui:716
#, kde-format
msgid "(Needs restart)"
msgstr ""
#. i18n: ectx: property (text), widget (QCheckBox, m_chkCacheAnimatioInBackground)
#. +> trunk5
#: libs/ui/forms/wdggeneralsettings.ui:738
#, kde-format
msgid "Recalculate animation cache in background"
msgstr ""
#. i18n: ectx: property (windowTitle), widget (QWidget, WdgGeometryOptions)
#. +> trunk5 stable5
#: libs/ui/forms/wdggeometryoptions.ui:6
#, kde-format
msgid "Geometry Options"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, textLabelOutline)
#. +> trunk5 stable5
#: libs/ui/forms/wdggeometryoptions.ui:33
#, kde-format
msgid "Outline:"
msgstr ""
#. i18n: ectx: property (text), item, widget (QComboBox, cmbOutline)
#. +> trunk5 stable5
#: libs/ui/forms/wdggeometryoptions.ui:52
#: plugins/paintops/roundmarker/kis_roundmarkerop_settings_widget.cpp:41
#, kde-format
msgid "Brush"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, textLabelFill)
#. i18n: ectx: property (text), widget (QLabel, label)
#. +> trunk5 stable5
#: libs/ui/forms/wdggeometryoptions.ui:60
#: libs/ui/forms/wdgstrokeselectionproperties.ui:55
#, kde-format
msgid "Fill:"
msgstr ""
#. i18n: ectx: property (text), item, widget (QComboBox, cmbFill)
#. +> trunk5 stable5
#: libs/ui/forms/wdggeometryoptions.ui:74
#, kde-format
msgid "Not Filled"
msgstr ""
#. i18n: ectx: property (text), item, widget (QComboBox, cmbFill)
#. +> trunk5 stable5
#: libs/ui/forms/wdggeometryoptions.ui:79
#, kde-format
msgid "Foreground Color"
msgstr ""
#. i18n: ectx: property (text), item, widget (QComboBox, cmbFill)
#. i18n: ectx: property (text), widget (QLabel, insertionColorLabel)
#. i18n: ectx: property (text), widget (QLabel, deletionColorLabel)
#. i18n: ectx: property (text), widget (QLabel, formatColorLabel)
#. +> trunk5 stable5
#: libs/ui/forms/wdggeometryoptions.ui:84
#: plugins/flake/textshape/dialogs/ChangeConfigureDialog.ui:105
#: plugins/flake/textshape/dialogs/ChangeConfigureDialog.ui:188
#: plugins/flake/textshape/dialogs/ChangeConfigureDialog.ui:247
#: plugins/tools/svgtexttool/SvgTextEditor.cpp:1050
#, 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
#: 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, lblBgColor)
#. +> stable5
#: libs/ui/forms/wdgimageproperties.ui:106
#, kde-format
msgctxt "The background color of the image's projection"
msgid "Background Color"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, label_4)
#. +> trunk5
#: 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 "Composite 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 (title), widget (QGroupBox, grpProperties)
#. +> trunk5 stable5
#: libs/ui/forms/wdglayerproperties.ui:205
#, kde-format
msgid "Properties"
msgstr ""
#. i18n: ectx: property (toolTip), widget (QGroupBox, grpActiveChannels)
#. +> trunk5 stable5
#: libs/ui/forms/wdglayerproperties.ui:219
#, kde-format
msgid "Select the set of active channels."
msgstr ""
#. i18n: ectx: property (whatsThis), widget (QGroupBox, grpActiveChannels)
#. +> trunk5 stable5
#: libs/ui/forms/wdglayerproperties.ui:222
#, 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:225
#, 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:81
#: 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:300
#, 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
#: libs/ui/forms/wdgnewimage.ui:418
#, kde-format
msgid "Image Bac&kground Color:"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, lblColor)
#. +> stable5
#: libs/ui/forms/wdgnewimage.ui:442
#, kde-format
msgid "&Image Background 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
#: libs/ui/forms/wdgnewimage.ui:479
#, kde-format
msgid "As can&vas color"
msgstr ""
#. i18n: ectx: property (text), widget (QRadioButton, radioBackgroundAsProjection)
#. +> stable5
#: libs/ui/forms/wdgnewimage.ui:503
#, kde-format
msgid "As ca&nvas 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
#: libs/ui/forms/wdgnewimage.ui:598
#, kde-format
msgid "This document..."
msgstr ""
#. i18n: ectx: property (text), widget (QPushButton, createButton)
#. +> trunk5 stable5
#: libs/ui/forms/wdgnewimage.ui:633
#, kde-format
msgid "&Create"
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: attribute (title), widget (QWidget, tab)
#. i18n: ectx: attribute (title), widget (QWidget, textureOptionsTab)
#. +> trunk5 stable5
#: libs/ui/forms/wdgpaintactioneditor.ui:24
#: libs/ui/KisImportExportManager.cpp:511
#: plugins/paintops/libpaintop/forms/wdgtexturechooser.ui:59
#, kde-format
msgid "Options"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, label)
#. +> trunk5 stable5
#: libs/ui/forms/wdgpaintactioneditor.ui:30
#, kde-format
msgid "Paint color:"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, label_2)
#. i18n: ectx: property (text), widget (QLabel, backgroundColorLabel)
#. +> trunk5 stable5
#: libs/ui/forms/wdgpaintactioneditor.ui:40
#: plugins/flake/textshape/dialogs/CharacterHighlighting.ui:71
#: plugins/flake/textshape/dialogs/FontDecorations.ui:69
#, kde-format
msgid "Background color:"
msgstr ""
#. i18n: ectx: attribute (title), widget (QWidget, tab_2)
#. +> trunk5 stable5
#: libs/ui/forms/wdgpaintactioneditor.ui:119
#, kde-format
msgid "Current preset"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, label_4)
#. +> trunk5 stable5
#: libs/ui/forms/wdgpaintactioneditor.ui:125
#, kde-format
msgid "Paint op:"
msgstr ""
#. i18n: ectx: attribute (title), widget (QWidget, tab_3)
#. +> trunk5 stable5
#: libs/ui/forms/wdgpaintactioneditor.ui:162
#, kde-format
msgid "Preset Collection"
msgstr ""
#. i18n: ectx: property (windowTitle), widget (QWidget, WdgPaintOpSettings)
#. +> trunk5
#: libs/ui/forms/wdgpaintopsettings.ui:14 libs/ui/kis_paintop_box.cc:411
#, kde-format
msgid "Brush Editor"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, currentBrushNameLabel)
#. +> trunk5
#: libs/ui/forms/wdgpaintopsettings.ui:159
#, kde-format
msgid "current brush"
msgstr ""
#. i18n: ectx: property (toolTip), widget (QLineEdit, txtPreset)
#. +> stable5
#: libs/ui/forms/wdgpaintopsettings.ui:181
#, kde-format
msgid "Current Brush Preset. Typed in italic when the preset has unsaved settings."
msgstr ""
#. i18n: ectx: property (toolTip), widget (QPushButton, bnSave)
#. +> stable5
#: libs/ui/forms/wdgpaintopsettings.ui:188
#, kde-format
msgid "Save the current brush settings under this name"
msgstr ""
#. i18n: ectx: property (text), widget (QPushButton, reload)
#. +> stable5
#: libs/ui/forms/wdgpaintopsettings.ui:198
#, kde-format
msgid "Reload"
msgstr ""
#. i18n: ectx: property (text), widget (QPushButton, updateBrushNameButton)
#. i18n: ectx: property (text), widget (QPushButton, savePresetButton)
#. +> trunk5 stable5
#: libs/ui/forms/wdgpaintopsettings.ui:213
#: libs/ui/forms/wdgsavebrushpreset.ui:215 libs/ui/KisColorsetChooser.cpp:100
#: libs/ui/KisMainWindow.cpp:771 libs/ui/widgets/kis_workspace_chooser.cpp:93
#: plugins/extensions/resourcemanager/dlg_create_bundle.cpp:61
#, kde-format
msgid "Save"
msgstr ""
#. i18n: ectx: property (text), widget (QPushButton, bnDefaultPreset)
#. +> stable5
#: libs/ui/forms/wdgpaintopsettings.ui:239
#, kde-format
msgid "Default preset"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, currentBrushEngineLabel)
#. +> trunk5
#: libs/ui/forms/wdgpaintopsettings.ui:253
#, kde-format
msgid "Current Brush Engine"
msgstr ""
#. i18n: ectx: property (text), widget (QPushButton, saveNewBrushPresetButton)
#. +> trunk5
#: libs/ui/forms/wdgpaintopsettings.ui:363
#, kde-format
msgid "Save New Brush Preset..."
msgstr ""
#. i18n: ectx: property (text), widget (QPushButton, bnSave)
#. +> stable5
#: libs/ui/forms/wdgpaintopsettings.ui:191
#, kde-format
msgid "&Save to Presets"
msgstr ""
#. i18n: ectx: property (text), widget (QPushButton, saveBrushPresetButton)
#. +> trunk5
#: libs/ui/forms/wdgpaintopsettings.ui:382
#, kde-format
msgid "Overwrite Brush"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, engineFilterLabel)
#. +> trunk5
#: libs/ui/forms/wdgpaintopsettings.ui:455
#, kde-format
msgid "Engine:"
msgstr ""
#. i18n: ectx: property (toolTip), widget (QCheckBox, eraserBrushSizeCheckBox)
#. +> trunk5 stable5
#: libs/ui/forms/wdgpaintopsettings.ui:674
#, 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:677
#, kde-format
msgid "Eraser switch size"
msgstr ""
#. i18n: ectx: property (text), widget (QCheckBox, dirtyPresetCheckBox)
#. +> trunk5 stable5
#: libs/ui/forms/wdgpaintopsettings.ui:693
#, kde-format
msgid "Temporarily Save Tweaks To Presets"
msgstr ""
#. i18n: ectx: property (toolTip), widget (QCheckBox, eraserBrushOpacityCheckBox)
#. +> trunk5 stable5
#: libs/ui/forms/wdgpaintopsettings.ui:709
#, 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:712
#, kde-format
msgid "Eraser switch opacity"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, scratchpadSidebarLabel)
#. +> trunk5
#: libs/ui/forms/wdgpaintopsettings.ui:820
#, kde-format
msgid "Scratchpad"
msgstr ""
#. i18n: ectx: property (toolTip), widget (QPushButton, fillGradient)
#. +> trunk5 stable5
#: libs/ui/forms/wdgpaintopsettings.ui:891
#, kde-format
msgid "Fill area with gradient"
msgstr ""
#. i18n: ectx: property (toolTip), widget (QPushButton, paintPresetIcon)
#. +> stable5
#: libs/ui/forms/wdgpaintopsettings.ui:71
#, kde-format
msgid "Fill preset area with current icon"
msgstr ""
#. i18n: ectx: property (toolTip), widget (QPushButton, fillSolid)
#. +> trunk5 stable5
#: libs/ui/forms/wdgpaintopsettings.ui:901
#, kde-format
msgid "Fill area with background color"
msgstr ""
#. i18n: ectx: property (toolTip), widget (QPushButton, eraseScratchPad)
#. +> trunk5 stable5
#: libs/ui/forms/wdgpaintopsettings.ui:911
#, kde-format
msgid "Reset area to white"
msgstr ""
#. i18n: ectx: property (title), widget (QGroupBox, groupBox)
#. +> stable5
#: libs/ui/forms/wdgperformancesettings.ui:17
#, kde-format
msgid "RAM (needs restarting Krita)"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, label_10)
#. +> trunk5
#: libs/ui/forms/wdgperformancesettings.ui:23
#, kde-format
msgid "Note: Krita will need to be restarted for changes to take affect"
msgstr ""
#. i18n: ectx: property (title), widget (QGroupBox, groupBox)
#. +> trunk5
#: 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)
#. +> stable5
#: libs/ui/forms/wdgperformancesettings.ui:145
#, kde-format
msgid "Swap File Size (needs restarting Krita)"
msgstr ""
#. i18n: ectx: property (title), widget (QGroupBox, groupBox_2)
#. +> trunk5
#: 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 (title), widget (QGroupBox, groupBox_3)
#. +> stable5
#: libs/ui/forms/wdgperformancesettings.ui:222
#, kde-format
msgid "Advanced (needs restarting Krita)"
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
#: libs/ui/forms/wdgperformancesettings.ui:265
#, kde-format
msgid "Advanced"
msgstr ""
#. i18n: ectx: property (title), widget (QGroupBox, groupBox_4)
#. +> trunk5
#: libs/ui/forms/wdgperformancesettings.ui:271
#, kde-format
msgid "Multithreading"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, label_8)
#. +> trunk5
#: libs/ui/forms/wdgperformancesettings.ui:277
#, kde-format
msgid "CPU Limit:"
msgstr ""
#. i18n: ectx: property (toolTip), widget (KisSliderSpinBox, sliderThreadsLimit)
#. +> trunk5
#: 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
#: libs/ui/forms/wdgperformancesettings.ui:297
#, kde-format
msgid "Frame Rendering Clones Limit"
msgstr ""
#. i18n: ectx: property (toolTip), widget (KisSliderSpinBox, sliderFrameClonesLimit)
#. +> trunk5
#: 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
#: libs/ui/forms/wdgperformancesettings.ui:322
#, kde-format
msgid "Limit frames per second while painting:"
msgstr ""
#. i18n: ectx: property (toolTip), widget (KisSliderSpinBox, sliderFpsLimit)
#. +> trunk5
#: 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
#: libs/ui/forms/wdgperformancesettings.ui:344
#, kde-format
msgid "Debug logging of OpenGL framerate"
msgstr ""
#. i18n: ectx: property (text), widget (QCheckBox, chkOpenGLFramerateLogging)
#. +> stable5
#: libs/ui/forms/wdgperformancesettings.ui:255
#, kde-format
msgid "Enable debug logging of OpenGL framerate"
msgstr ""
#. i18n: ectx: property (text), widget (QCheckBox, chkBrushSpeedLogging)
#. +> trunk5
#: 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
#: libs/ui/forms/wdgperformancesettings.ui:365
#, kde-format
msgid "Progress reporting (might affect performance)"
msgstr ""
#. i18n: ectx: property (text), widget (QCheckBox, chkProgressReporting)
#. +> stable5
#: libs/ui/forms/wdgperformancesettings.ui:228
#, kde-format
msgid "Enable progress reporting (might affect performance)"
msgstr ""
#. i18n: ectx: property (text), widget (QCheckBox, chkPerformanceLogging)
#. +> trunk5
#: libs/ui/forms/wdgperformancesettings.ui:372
#, kde-format
msgid "Performance logging"
msgstr ""
#. i18n: ectx: property (text), widget (QCheckBox, chkPerformanceLogging)
#. +> stable5
#: libs/ui/forms/wdgperformancesettings.ui:235
#, kde-format
msgid "Enable 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: property (text), widget (QLabel, label_3)
#. +> trunk5
#: libs/ui/forms/wdgpreseticonlibrary.ui:37
#, kde-format
msgid "Color adjustment:"
msgstr ""
#. i18n: ectx: property (toolTip), widget (QLabel, label)
#. +> trunk5
#: 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
#: libs/ui/forms/wdgpreseticonlibrary.ui:47
#, kde-format
msgid "Emblem icon:"
msgstr ""
#. i18n: ectx: property (toolTip), widget (QListView, vwOptional)
#. +> trunk5
#: 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
#: 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
#: 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
#: 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
#: libs/ui/forms/wdgsavebrushpreset.ui:31
#, kde-format
msgid "Brush Name:"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, currentBrushNameLabel)
#. +> trunk5
#: libs/ui/forms/wdgsavebrushpreset.ui:53
#, kde-format
msgid "BrushName"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, label)
#. +> trunk5
#: libs/ui/forms/wdgsavebrushpreset.ui:85
#, kde-format
msgid "Paint in this area"
msgstr ""
#. i18n: ectx: property (text), widget (QPushButton, loadExistingThumbnailButton)
#. +> trunk5
#: libs/ui/forms/wdgsavebrushpreset.ui:139
#, kde-format
msgid "Load Existing Thumbnail"
msgstr ""
#. i18n: ectx: property (text), widget (QPushButton, loadScratchPadThumbnailButton)
#. +> trunk5
#: libs/ui/forms/wdgsavebrushpreset.ui:146
#, kde-format
msgid "Load Scratchpad Thumbnail"
msgstr ""
#. i18n: ectx: property (text), widget (QPushButton, loadImageIntoThumbnailButton)
#. +> trunk5
#: libs/ui/forms/wdgsavebrushpreset.ui:153
#, kde-format
msgid "Load Image"
msgstr ""
#. i18n: ectx: property (text), widget (QPushButton, loadIconLibraryThumbnailButton)
#. +> trunk5
#: libs/ui/forms/wdgsavebrushpreset.ui:160
#, kde-format
msgid "Load from Icon Library"
msgstr ""
#. i18n: ectx: property (text), widget (QPushButton, clearBrushPresetThumbnailButton)
#. +> trunk5
#: 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/tools/tool_transform2/wdg_tool_transform.ui:1974
#, 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 (text), widget (QLabel, stopLabel)
#. +> trunk5
#: 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:76
#: 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/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:76
#: 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/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 (title), widget (QGroupBox, grpTabletApi)
#. +> trunk5 stable5
#: libs/ui/forms/wdgtabletsettings.ui:171
#, 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:177
#, kde-format
msgid "WinTab"
msgstr ""
#. i18n: ectx: property (text), widget (QRadioButton, radioWin8PointerInput)
#. +> trunk5 stable5
#: libs/ui/forms/wdgtabletsettings.ui:184
#, 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 (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:46
#, 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
#: 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 image."
msgstr ""
#. +> trunk5 stable5
#: libs/ui/input/kis_change_frame_action.cpp:42
#: plugins/dockers/animation/animation_docker.cpp:76
#, kde-format
msgid "Next Frame"
msgstr ""
#. +> trunk5 stable5
#: libs/ui/input/kis_change_frame_action.cpp:43
#: plugins/dockers/animation/animation_docker.cpp:72
#, 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
#: 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:105
#, kde-format
msgid "Tablet Event Logging Enabled"
msgstr ""
#. +> trunk5 stable5
#: libs/ui/input/kis_tablet_debugger.cpp:106
#, kde-format
msgid "Tablet Event Logging Disabled"
msgstr ""
#. +> trunk5 stable5
#: libs/ui/input/kis_tool_invocation_action.cpp:52
#, kde-format
msgid "Tool Invocation"
msgstr ""
#. +> trunk5 stable5
#: libs/ui/input/kis_tool_invocation_action.cpp:53
#, kde-format
msgid "The <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 ""
#. +> 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
#: libs/ui/kis_change_file_layer_command.h:34
msgctxt "(qtundo-format)"
msgid "Change File Layer"
msgstr ""
#. +> trunk5 stable5
#: libs/ui/kis_clipboard.cc:262
#, kde-format
msgid "Remember"
msgstr ""
#. +> trunk5 stable5
#: libs/ui/kis_clipboard.cc:268
#, kde-format
msgctxt "@title:window"
msgid "Missing Color Profile"
msgstr ""
#. +> trunk5 stable5
#: libs/ui/kis_clipboard.cc:269
#, 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:272
#, kde-format
msgid "As &Web"
msgstr ""
#. +> trunk5 stable5
#: libs/ui/kis_clipboard.cc:273
#, kde-format
msgid "As on &Monitor"
msgstr ""
#. +> trunk5 stable5
#: libs/ui/kis_composite_ops_model.cc:30
#, kde-format
msgid "Favorites"
msgstr ""
#. +> trunk5 stable5
#: libs/ui/kis_control_frame.cpp:82
#, kde-format
msgid "Fill Patterns"
msgstr ""
#. +> trunk5 stable5
#: libs/ui/kis_control_frame.cpp:100
#, kde-format
msgid "&Patterns"
msgstr ""
#. +> trunk5 stable5
#: libs/ui/kis_control_frame.cpp:105
#, kde-format
msgid "&Gradients"
msgstr ""
#. +> trunk5 stable5
#: libs/ui/kis_control_frame.cpp:118
#, kde-format
msgid "&Color"
msgstr ""
#. +> trunk5 stable5
#: libs/ui/kis_control_frame.cpp:133
#, kde-format
msgid "&Painter's Tools"
msgstr ""
#. +> trunk5 stable5
#: libs/ui/kis_control_frame.cpp:180
#: plugins/dockers/patterndocker/patterndocker_dock.cpp:31
#: plugins/extensions/resourcemanager/dlg_bundle_manager.cpp:257
#: plugins/extensions/resourcemanager/dlg_create_bundle.cpp:153
#: plugins/tools/karbonplugins/tools/KarbonPatternTool.cpp:306
#, kde-format
msgid "Patterns"
msgstr ""
#. +> trunk5 stable5
#: libs/ui/kis_control_frame.cpp:183 libs/ui/kis_control_frame.cpp:185
#, kde-format
msgid "Custom Pattern"
msgstr ""
#. +> trunk5 stable5
#: libs/ui/kis_custom_pattern.cc:182
#, kde-format
msgid "The current image is too big to create a pattern. The pattern will be scaled down."
msgstr ""
#. +> trunk5 stable5
#: libs/ui/kis_filter_manager.cc:220
#, kde-format
msgid "The %1 filter will convert your %2 data to 16-bit L*a*b* and vice versa. "
msgstr ""
#. +> trunk5 stable5
#: libs/ui/kis_filter_manager.cc:229
#, kde-format
msgid "The %1 filter will convert your %2 data to 16-bit RGBA and vice versa. "
msgstr ""
#. +> trunk5 stable5
#: libs/ui/kis_filter_manager.cc:318
#, kde-format
msgid "Apply Filter Again: %1"
msgstr ""
#. +> trunk5 stable5
#: libs/ui/kis_image_manager.cc:118
#, kde-format
msgid "Import Image"
msgstr ""
#. +> trunk5
#: libs/ui/kis_layer_manager.cc:203
#, kde-format
msgctxt "@action:inmenu"
msgid "Merge Group"
msgstr ""
#. +> trunk5
#: libs/ui/kis_layer_manager.cc:204
#, kde-format
msgctxt "@action:inmenu"
msgid "Merge with Layer Below"
msgstr ""
#. +> trunk5 stable5
#: libs/ui/kis_layer_manager.cc:223
#, kde-format
msgctxt "floating message in layer manager"
msgid "Layer is empty "
msgstr ""
#. +> trunk5 stable5
#: libs/ui/kis_layer_manager.cc:256
#, kde-format
msgid "Filter Layer Properties"
msgstr ""
#. +> trunk5 stable5
#: libs/ui/kis_layer_manager.cc:301
#, kde-format
msgid "Fill Layer Properties"
msgstr ""
#. +> trunk5
#: libs/ui/kis_layer_manager.cc:338
#, kde-format
msgid "File Layer Properties"
msgstr ""
#. +> trunk5 stable5
#: libs/ui/kis_layer_manager.cc:347 libs/ui/kis_layer_manager.cc:906
#, kde-format
msgid "No file name specified"
msgstr ""
#. +> trunk5 stable5
#: libs/ui/kis_layer_manager.cc:438
msgctxt "(qtundo-format)"
msgid "Convert to a Paint Layer"
msgstr ""
#. +> trunk5 stable5
#: libs/ui/kis_layer_manager.cc:465
msgctxt "(qtundo-format)"
msgid "Convert to an animated layer"
msgstr ""
#. +> trunk5
#: libs/ui/kis_layer_manager.cc:482
#, kde-format
msgid "Save layers to..."
msgstr ""
#. +> trunk5
#: libs/ui/kis_layer_manager.cc:483
#, kde-format
msgid "Choose the location where the layer will be saved to. The new file layer will then reference this location."
msgstr ""
#. +> trunk5
#: libs/ui/kis_layer_manager.cc:543
msgctxt "(qtundo-format)"
msgid "Convert to a file layer"
msgstr ""
#. +> trunk5 stable5
#: libs/ui/kis_layer_manager.cc:631
#, kde-format
msgid "New Filter Layer"
msgstr ""
#. +> trunk5 stable5
#: libs/ui/kis_layer_manager.cc:686
#, kde-format
msgctxt "@title:window"
msgid "Flatten Image"
msgstr ""
#. +> trunk5 stable5
#: libs/ui/kis_layer_manager.cc:687
#, 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:768
#, kde-format
msgctxt "floating message in layer manager"
msgid "Layer is locked "
msgstr ""
#. +> trunk5 stable5
#: libs/ui/kis_layer_manager.cc:814
msgctxt "(qtundo-format)"
msgid "Rasterize Layer"
msgstr ""
#. +> trunk5 stable5
#: libs/ui/kis_layer_manager.cc:853
#, kde-format
msgid "Convert Invisible Groups"
msgstr ""
#. +> trunk5 stable5
#: libs/ui/kis_layer_manager.cc:856
#, 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:784
msgctxt "(qtundo-format)"
msgid "Duplicate Nodes"
msgstr ""
#. +> trunk5 stable5
#: libs/ui/kis_node_manager.cpp:806
msgctxt "(qtundo-format)"
msgid "Raise Nodes"
msgstr ""
#. +> trunk5 stable5
#: libs/ui/kis_node_manager.cpp:813
msgctxt "(qtundo-format)"
msgid "Lower Nodes"
msgstr ""
#. +> trunk5 stable5
#: libs/ui/kis_node_manager.cpp:831
msgctxt "(qtundo-format)"
msgid "Remove Nodes"
msgstr ""
#. +> trunk5 stable5
#: libs/ui/kis_node_manager.cpp:847
msgctxt "(qtundo-format)"
msgid "Mirror Layer X"
msgstr ""
#. +> trunk5 stable5
#: libs/ui/kis_node_manager.cpp:849
msgctxt "(qtundo-format)"
msgid "Mirror Mask X"
msgstr ""
#. +> trunk5 stable5
#: libs/ui/kis_node_manager.cpp:860
msgctxt "(qtundo-format)"
msgid "Mirror Layer Y"
msgstr ""
#. +> trunk5 stable5
#: libs/ui/kis_node_manager.cpp:862
msgctxt "(qtundo-format)"
msgid "Mirror Mask Y"
msgstr ""
#. +> trunk5 stable5
#: libs/ui/kis_node_manager.cpp:1005
#, kde-format
msgid "Export \"%1\""
msgstr ""
#. +> trunk5
#: libs/ui/kis_node_manager.cpp:1069
#, kde-format
msgctxt "@title:window"
msgid "Export to SVG"
msgstr ""
#. +> trunk5
#: libs/ui/kis_node_manager.cpp:1089
#, kde-format
msgid "Could not save to svg: %1"
msgstr ""
#. +> trunk5 stable5
#: libs/ui/kis_node_manager.cpp:1109
msgctxt "(qtundo-format)"
msgid "Split Alpha into a Mask"
msgstr ""
#. +> trunk5 stable5
#: libs/ui/kis_node_manager.cpp:1139
#, kde-format
msgctxt "@title:window"
msgid "Layer %1 is not editable"
msgstr ""
#. +> trunk5 stable5
#: libs/ui/kis_node_manager.cpp:1140
#, 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:1171
msgctxt "(qtundo-format)"
msgid "Write Alpha into a Layer"
msgstr ""
#. +> trunk5 stable5
#: libs/ui/kis_node_manager.cpp:1286
msgctxt "(qtundo-format)"
msgid "Cut Nodes"
msgstr ""
#. +> trunk5 stable5
#: libs/ui/kis_node_manager.cpp:1359
msgctxt "(qtundo-format)"
msgid "Quick Group"
msgstr ""
#. +> trunk5 stable5
#: libs/ui/kis_node_manager.cpp:1370
msgctxt "(qtundo-format)"
msgid "Quick Clipping Group"
msgstr ""
#. +> trunk5 stable5
#: libs/ui/kis_node_manager.cpp:1377
#, kde-format
msgctxt "default name for a clipping group layer"
msgid "Clipping Group"
msgstr ""
#. +> trunk5 stable5
#: libs/ui/kis_node_manager.cpp:1379
#, kde-format
msgctxt "default name for quick clip group mask layer"
msgid "Mask Layer"
msgstr ""
#. +> trunk5 stable5
#: libs/ui/kis_node_manager.cpp:1393
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 ""
#. +> stable5
#: libs/ui/kis_paintop_box.cc:175 libs/ui/kis_paintop_box.cc:195
#, kde-format
msgid "Hide Mirror Line"
msgstr ""
#. +> stable5
#: libs/ui/kis_paintop_box.cc:185 libs/ui/kis_paintop_box.cc:206
#, kde-format
msgid "Move to Canvas Center"
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:1908
#, 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:183
#: plugins/tools/tool_transform2/wdg_tool_transform.ui:1930
#, kde-format
msgid "Size:"
msgstr ""
#. +> trunk5 stable5
#: libs/ui/kis_paintop_box.cc:288
#, kde-format
msgid "Choose workspace"
msgstr ""
#. +> trunk5 stable5
#: libs/ui/kis_paintop_box.cc:322
#, kde-format
msgid "Brush composite"
msgstr ""
#. +> stable5
#: libs/ui/kis_paintop_box.cc:352
#, kde-format
msgid "Pressure usage (small button)"
msgstr ""
#. +> trunk5
#: libs/ui/kis_paintop_box.cc:1091 libs/ui/kis_paintop_box.cc:1113
#: libs/ui/kis_paintop_box.cc:1128
#, 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
#: libs/ui/kis_paintop_options_model.cpp:49
#, kde-format
msgctxt "option category"
msgid "Masked Brush"
msgstr ""
#. +> trunk5
#: libs/ui/kis_palette_view.cpp:85
#, kde-format
msgctxt "@title:window"
msgid "Add a new Colorset Entry"
msgstr ""
#. +> trunk5
#: libs/ui/kis_palette_view.cpp:89
#, kde-format
msgctxt "Name for default group"
msgid "Default"
msgstr ""
#. +> trunk5
#: libs/ui/kis_palette_view.cpp:97 libs/ui/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
#: libs/ui/kis_palette_view.cpp:98
#, kde-format
msgid "Group"
msgstr ""
#. +> trunk5
#: libs/ui/kis_palette_view.cpp:99 libs/ui/kis_palette_view.cpp:324
#, kde-format
msgid "ID"
msgstr ""
#. +> trunk5
#: libs/ui/kis_palette_view.cpp:100 libs/ui/kis_palette_view.cpp:325
#, kde-format
msgid "Name"
msgstr ""
#. i18n: ectx: property (text), item, widget (QComboBox, editMeteringMode)
#. +> trunk5 stable5
#: libs/ui/kis_palette_view.cpp:102 libs/ui/kis_palette_view.cpp:327
#: plugins/extensions/metadataeditor/editors/exif.ui:422
#, kde-format
msgid "Spot"
msgstr ""
#. +> trunk5
#: libs/ui/kis_palette_view.cpp:104
#, kde-format
msgctxt "Part of a default name for a color"
msgid "Color"
msgstr ""
#. +> trunk5
#: libs/ui/kis_palette_view.cpp:130
#, kde-format
msgctxt "@title:window"
msgid "Add a new group"
msgstr ""
#. +> trunk5
#: libs/ui/kis_palette_view.cpp:134
#, kde-format
msgctxt "Name for a group"
msgid "Name"
msgstr ""
#. +> trunk5
#: libs/ui/kis_palette_view.cpp:135
#, kde-format
msgctxt "Part of default name for a new group"
msgid "Color Group"
msgstr ""
#. +> trunk5
#: libs/ui/kis_palette_view.cpp:150
#, kde-format
msgctxt "@title:window"
msgid "Removing Group"
msgstr ""
#. +> trunk5
#: libs/ui/kis_palette_view.cpp:154
#, kde-format
msgctxt "Shows up when deleting a group"
msgid "Keep the Colors"
msgstr ""
#. +> trunk5
#: libs/ui/kis_palette_view.cpp:312
#, kde-format
msgctxt "Name for a colorgroup"
msgid "Name"
msgstr ""
#. +> trunk5
#: libs/ui/kis_popup_palette.cpp:217
#, kde-format
msgid "Mirror Canvas"
msgstr ""
#. +> trunk5
#: libs/ui/kis_popup_palette.cpp:225
#, kde-format
msgid "Canvas Only"
msgstr ""
#. i18n: ectx: property (text), widget (QPushButton, bnZoom100)
#. +> trunk5 stable5
#: libs/ui/kis_popup_palette.cpp:229
#: plugins/dockers/imagedocker/forms/wdgImageViewPopup.ui:48
#: 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:62
#: plugins/paintops/defaultpaintops/brush/kis_brushop_settings_widget.cpp:63
#: plugins/paintops/defaultpaintops/brush/kis_brushop_settings_widget.cpp:64
#: plugins/paintops/defaultpaintops/brush/kis_brushop_settings_widget.cpp:82
#: plugins/paintops/defaultpaintops/brush/kis_brushop_settings_widget.cpp:108
#: plugins/paintops/defaultpaintops/brush/kis_brushop_settings_widget.cpp:126
#: plugins/paintops/defaultpaintops/brush/kis_brushop_settings_widget.cpp:133
#: plugins/paintops/defaultpaintops/duplicate/kis_duplicateop_settings_widget.cpp:50
#: plugins/paintops/deform/kis_deform_paintop_settings_widget.cpp:44
#: plugins/paintops/deform/kis_deform_paintop_settings_widget.cpp:47
#: plugins/paintops/dynadraw/kis_dyna_paintop_settings_widget.cpp:38
#: plugins/paintops/filterop/kis_filterop_settings_widget.cpp:51
#: plugins/paintops/hairy/kis_hairy_paintop_settings_widget.cpp:40
#: plugins/paintops/hatching/kis_hatching_paintop_settings_widget.cpp:59
#: plugins/paintops/libpaintop/kis_pressure_spacing_option_widget.cpp:35
#: plugins/paintops/particle/kis_particle_paintop_settings_widget.cpp:41
#: plugins/paintops/roundmarker/kis_roundmarkerop_settings_widget.cpp:43
#: plugins/paintops/sketch/kis_sketch_paintop_settings_widget.cpp:48
#: plugins/paintops/sketch/kis_sketch_paintop_settings_widget.cpp:50
#: plugins/paintops/sketch/kis_sketch_paintop_settings_widget.cpp:51
#: plugins/paintops/sketch/kis_sketch_paintop_settings_widget.cpp:52
#: plugins/paintops/sketch/kis_sketch_paintop_settings_widget.cpp:54
#: plugins/paintops/spray/kis_spray_paintop_settings_widget.cpp:46
#: plugins/paintops/spray/kis_spray_paintop_settings_widget.cpp:54
#: plugins/paintops/tangentnormal/kis_tangent_normal_paintop_settings_widget.cpp:55
#: plugins/paintops/tangentnormal/kis_tangent_normal_paintop_settings_widget.cpp:56
#: plugins/paintops/tangentnormal/kis_tangent_normal_paintop_settings_widget.cpp:68
#, kde-format, no-c-format
msgid "100%"
msgstr ""
#. +> trunk5
#: libs/ui/kis_popup_palette.cpp:232
#, kde-format
msgid "Zoom to 100%"
msgstr ""
#. +> trunk5 stable5
#: libs/ui/kis_popup_palette.cpp:801
#, 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
#: libs/ui/kis_script_manager.cpp:69
#, kde-format
msgid "Scripts"
msgstr ""
#. +> trunk5 stable5
#: libs/ui/kis_selection_manager.cc:538
#, kde-format
msgid "Stroked Shapes"
msgstr ""
#. +> trunk5 stable5
#: libs/ui/kis_selection_manager.cc:540
msgctxt "(qtundo-format)"
msgid "Stroke Shapes"
msgstr ""
#. +> stable5
#: libs/ui/kis_splash_screen.cpp:54
#, kde-format
msgid "Version: %1"
msgstr ""
#. +> trunk5
#: libs/ui/kis_splash_screen.cpp:117
#, kde-format
msgid ""
"<html><head/><body>"
"<p><b><span style=\" color:%1;\">Recent Files</span></b></p>"
msgstr ""
#. +> stable5
#: libs/ui/kis_splash_screen.cpp:93
#, kde-format
msgid ""
"<html><head/><body>"
"<p align=\"center\"><b><span style=\" color:%1;\">Recent Files</span></b></p>"
msgstr ""
#. +> trunk5
#: libs/ui/kis_splash_screen.cpp:157
#, 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/Category:Getting_Started\"><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 ""
#. +> stable5
#: libs/ui/kis_splash_screen.cpp:132
#, kde-format
msgid ""
"<html><head/><body>"
"<p align=\"center\"><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/Category:Getting_Started\"><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:249
#, kde-format
msgctxt "very shortened 'byte' suffix (for statusbar)"
msgid "b"
msgstr ""
#. +> trunk5 stable5
#: libs/ui/kis_statusbar.cc:254
#, kde-format
msgctxt "very shortened KiB suffix (for statusbar)"
msgid "K"
msgstr ""
#. +> trunk5 stable5
#: libs/ui/kis_statusbar.cc:259
#, kde-format
msgctxt "very shortened MiB suffix (for statusbar)"
msgid "M"
msgstr ""
#. +> trunk5 stable5
#: libs/ui/kis_statusbar.cc:264
#, kde-format
msgctxt "very shortened GiB suffix (for statusbar)"
msgid "G"
msgstr ""
#. +> trunk5 stable5
#: libs/ui/kis_statusbar.cc:269
#, kde-format
msgctxt "very shortened TiB suffix (for statusbar)"
msgid "T"
msgstr ""
#. +> trunk5
#: libs/ui/kis_statusbar.cc:283
#, 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
#: libs/ui/kis_statusbar.cc:294
#, 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:324
#, 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 ""
#. +> stable5
#: libs/ui/kis_statusbar.cc:279
#, kde-format
msgctxt "tooltip on statusbar memory reporting button"
msgid ""
"Image size:\t %1\n"
"\n"
"Memory used:\t %2 / %3\n"
" image data:\t %4 / %5\n"
" pool:\t\t %6 / %7\n"
" undo data:\t %8\n"
"\n"
"Swap used:\t %9"
msgstr ""
#. +> trunk5 stable5
#: libs/ui/kis_statusbar.cc:353
#, kde-format
msgid "Hidden"
msgstr ""
#. +> trunk5 stable5
#: libs/ui/kis_statusbar.cc:355
#, kde-format
msgid "Ants"
msgstr ""
#. +> trunk5 stable5
#: libs/ui/kis_statusbar.cc:355
#: plugins/paintops/libpaintop/kis_brush_chooser.cpp:328
#, kde-format
msgid "Mask"
msgstr ""
#. +> trunk5 stable5
#: libs/ui/kis_statusbar.cc:358
#, kde-format
msgid ""
"Selection: x = %1 y = %2 width = %3 height = %4\n"
"Display Mode: %5"
msgstr ""
#. +> trunk5 stable5
#: libs/ui/kis_statusbar.cc:363
#, kde-format
msgid "No Selection"
msgstr ""
#. +> trunk5 stable5
#: libs/ui/kis_statusbar.cc:382
#, kde-format
msgid "No profile"
msgstr ""
#. +> trunk5
#: libs/ui/kis_stopgradient_editor.cpp:44
#: plugins/tools/defaulttool/defaulttool/DefaultToolGeometryWidget.cpp:308
#, kde-format
msgid "Opacity: "
msgstr ""
#. +> trunk5
#: 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:321
#, kde-format
msgctxt "floating message about zoom"
msgid "Zoom: %1 %"
msgstr ""
#. +> trunk5 stable5
#: libs/ui/KisApplication.cpp:295
#, kde-format
msgid "Loading Gradients..."
msgstr ""
#. +> trunk5 stable5
#: libs/ui/KisApplication.cpp:301
#, kde-format
msgid "Loading Patterns..."
msgstr ""
#. +> trunk5 stable5
#: libs/ui/KisApplication.cpp:305
#, kde-format
msgid "Loading Palettes..."
msgstr ""
#. +> trunk5 stable5
#: libs/ui/KisApplication.cpp:309
#, kde-format
msgid "Loading Brushes..."
msgstr ""
#. +> trunk5 stable5
#: libs/ui/KisApplication.cpp:314
#, kde-format
msgid "Loading Paint Operations..."
msgstr ""
#. +> trunk5
#: libs/ui/KisApplication.cpp:319
#, kde-format
msgid "Loading SVG Symbol Collections..."
msgstr ""
#. +> trunk5 stable5
#: libs/ui/KisApplication.cpp:323
#, kde-format
msgid "Loading Resource Bundles..."
msgstr ""
#. +> trunk5 stable5
#: libs/ui/KisApplication.cpp:340
#, kde-format
msgid "Loading Plugins for Krita/Tool..."
msgstr ""
#. +> trunk5 stable5
#: libs/ui/KisApplication.cpp:347
#, kde-format
msgid "Loading Plugins for Krita/Dock..."
msgstr ""
#. +> trunk5 stable5
#: libs/ui/KisApplication.cpp:353
#, kde-format
msgid "Loading Plugins Exiv/IO..."
msgstr ""
#. +> trunk5 stable5
#: libs/ui/KisApplication.cpp:368
#, kde-format
msgctxt "@title:window"
msgid "Krita: Warning"
msgstr ""
#. +> trunk5 stable5
#: libs/ui/KisApplication.cpp:369
#, 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:386
#, kde-format
msgid "Initializing Globals"
msgstr ""
#. +> trunk5 stable5
#: libs/ui/KisApplication.cpp:424
#, kde-format
msgid "Adding resource types"
msgstr ""
#. +> trunk5 stable5
#: libs/ui/KisApplication.cpp:436
#, kde-format
msgid "Loading Main Window..."
msgstr ""
#. +> trunk5 stable5
#: libs/ui/KisApplication.cpp:510
#, kde-format
msgid "Mimetype not found, try using the -mimetype option"
msgstr ""
#. +> trunk5 stable5
#: libs/ui/KisApplication.cpp:735
#, kde-format
msgid "No template found for: %1"
msgstr ""
#. +> trunk5 stable5
#: libs/ui/KisApplication.cpp:738
#, kde-format
msgid "Too many templates found for: %1"
msgstr ""
#. +> trunk5 stable5
#: libs/ui/KisApplication.cpp:760
#, kde-format
msgid "Template %1 failed to load."
msgstr ""
#. +> trunk5 stable5
#: libs/ui/KisApplication.cpp:786
#, 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:807
#, kde-format
msgid "Do you want to clear the settings file?"
msgstr ""
#. +> trunk5 stable5
#: libs/ui/KisApplicationArguments.cpp:78
#, kde-format
msgid "Only print and exit"
msgstr ""
#. +> trunk5 stable5
#: libs/ui/KisApplicationArguments.cpp:79
#, kde-format
msgid "Open a new document with a template"
msgstr ""
#. +> trunk5 stable5
#: libs/ui/KisApplicationArguments.cpp:80
#, 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:94
#, kde-format
msgid "The name of the workspace to open Krita with"
msgstr ""
#. +> trunk5 stable5
#: libs/ui/KisApplicationArguments.cpp:95
#, kde-format
msgid "Start Krita in canvas-only mode"
msgstr ""
#. +> trunk5 stable5
#: libs/ui/KisApplicationArguments.cpp:96
#, kde-format
msgid "Do not show the splash screen"
msgstr ""
#. +> trunk5 stable5
#: libs/ui/KisApplicationArguments.cpp:97
#, kde-format
msgid "Start Krita in full-screen mode"
msgstr ""
#. +> trunk5 stable5
#: libs/ui/KisApplicationArguments.cpp:98
#, kde-format
msgid "Override display DPI"
msgstr ""
#. +> trunk5 stable5
#: libs/ui/KisApplicationArguments.cpp:99
#, kde-format
msgid "Only export to PDF and exit"
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/export-pdf"
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/KisColorsetChooser.cpp:104
#: libs/ui/widgets/kis_workspace_chooser.cpp:97
#, kde-format
msgid "Insert name"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, label_3)
#. +> trunk5 stable5
#: libs/ui/KisColorsetChooser.cpp:115
#: plugins/extensions/clonesarray/wdg_clonesarray.ui:118
#, kde-format
msgid "Columns:"
msgstr ""
#. +> trunk5 stable5
#: libs/ui/KisColorsetChooser.cpp:144
#: libs/widgets/KoEditColorSetDialog.cpp:217
#: plugins/dockers/palettedocker/palettedocker_dock.cpp:61
#, kde-format
msgid "Palette"
msgstr ""
#. +> trunk5 stable5
#: libs/ui/KisColorsetChooser.cpp:155
#, kde-format
msgid "Palette %1"
msgstr ""
#. +> trunk5 stable5
#: libs/ui/KisDocument.cpp:515
#, kde-format
msgid "%1 cannot be written to. Please save under a different name."
msgstr ""
#. +> trunk5
#: libs/ui/KisDocument.cpp:528
#, kde-format
msgid "Exporting Document..."
msgstr ""
#. +> stable5
#: libs/ui/KisDocument.cpp:1072
#, kde-format
msgid "Exporting document..."
msgstr ""
#. +> trunk5
#: libs/ui/KisDocument.cpp:529
#, kde-format
msgid "Saving Document..."
msgstr ""
#. +> stable5
#: libs/ui/KisDocument.cpp:724
#, kde-format
msgid "Saving Document"
msgstr ""
#. +> trunk5
#: libs/ui/KisDocument.cpp:606
#, kde-format
msgctxt "%1 --- failing file name, %2 --- error message"
msgid "Error during saving %1: %2"
msgstr ""
#. +> trunk5 stable5
#: libs/ui/KisDocument.cpp:612 plugins/extensions/imagesplit/imagesplit.cpp:84
#, kde-format
msgid ""
"Could not save %1\n"
"Reason: %2"
msgstr ""
#. +> stable5
#: libs/ui/KisDocument.cpp:802
#, kde-format
msgid "Could not remove saved original file: %1"
msgstr ""
#. +> trunk5
#: libs/ui/KisDocument.cpp:631
#, kde-format
msgid "Finished saving %1"
msgstr ""
#. +> stable5
#: libs/ui/KisDocument.cpp:741 libs/ui/KisDocument.cpp:997
#, kde-format
msgid "The image was still busy while saving. Your saved image might be incomplete."
msgstr ""
#. +> stable5
#: libs/ui/KisDocument.cpp:746 libs/ui/KisDocument.cpp:1002
#, kde-format
msgid "Could not lock the image for saving."
msgstr ""
#. +> trunk5
#: libs/ui/KisDocument.cpp:763
#, kde-format
msgid "Autosaving... %1"
msgstr ""
#. +> trunk5 stable5
#: libs/ui/KisDocument.cpp:766
#, kde-format
msgid "Autosaving..."
msgstr ""
#. +> stable5
#: libs/ui/KisDocument.cpp:784
#, kde-format
msgid "Could not rename original file to %1: %2"
msgstr ""
#. +> trunk5
#: libs/ui/KisDocument.cpp:789
#, kde-format
msgctxt "%1 --- failing file name, %2 --- error message"
msgid "Error during autosaving %1: %2"
msgstr ""
#. +> stable5
#: libs/ui/KisDocument.cpp:792
#, kde-format
msgid "Copying the temporary file failed: %1 to %2: %3"
msgstr ""
#. +> stable5
#: libs/ui/KisDocument.cpp:797
#, kde-format
msgid "Could not remove temporary file %1: %2"
msgstr ""
#. +> trunk5
#: libs/ui/KisDocument.cpp:802
#, kde-format
msgid "Finished autosaving %1"
msgstr ""
#. +> stable5
#: libs/ui/KisDocument.cpp:808
#, kde-format
msgid "The temporary file %1 is gone before we could copy it!"
msgstr ""
#. +> stable5
#: libs/ui/KisDocument.cpp:939
#, kde-format
msgid "The password of this encrypted document is not known. Autosave aborted! Please save your work manually."
msgstr ""
#. +> stable5
#: libs/ui/KisDocument.cpp:954
#, kde-format
msgid "Error during autosave! Partition full?"
msgstr ""
#. +> trunk5 stable5
#: libs/ui/KisDocument.cpp:987
#, kde-format
msgid ""
"Malformed URL\n"
"%1"
msgstr ""
#. +> trunk5
#: libs/ui/KisDocument.cpp:1003
#, kde-format
msgid ""
"An autosaved file exists for this document.\n"
"Do you want to open the autosaved file instead?"
msgstr ""
#. +> stable5
#: libs/ui/KisDocument.cpp:1297
#, kde-format
msgid ""
"An autosaved file exists for this document.\n"
"Do you want to open it instead?"
msgstr ""
#. +> trunk5 stable5
#: libs/ui/KisDocument.cpp:1084
#, kde-format
msgid "File %1 does not exist."
msgstr ""
#. +> trunk5
#: libs/ui/KisDocument.cpp:1114
#, kde-format
msgid "Opening document"
msgstr ""
#. +> stable5
#: libs/ui/KisDocument.cpp:1377
#, kde-format
msgid "Opening Document"
msgstr ""
#. +> trunk5
#: libs/ui/KisDocument.cpp:1125
#, kde-format
msgid ""
"Could not open %2.\n"
"Reason: %1."
msgstr ""
#. +> stable5
#: libs/ui/KisDocument.cpp:1389
#, kde-format
msgid ""
"Could not open %2.\n"
"Reason: %1.\n"
"%3"
msgstr ""
#. +> stable5
#: libs/ui/KisDocument.cpp:2038
#, kde-format
msgid ""
"Could not open\n"
"%1"
msgstr ""
#. +> stable5
#: libs/ui/KisDocument.cpp:2041
#, kde-format
msgid ""
"Could not open %1\n"
"Reason: %2"
msgstr ""
#. +> trunk5
#: libs/ui/KisDocument.cpp:1133
#, kde-format
msgid "There were problems opening %1."
msgstr ""
#. +> trunk5
#: libs/ui/KisDocument.cpp:1250
#, kde-format
msgid "Not Saved"
msgstr ""
#. +> stable5
#: libs/ui/KisDocument.cpp:1535
#, kde-format
msgid "%1 is not a file."
msgstr ""
#. +> stable5
#: libs/ui/KisDocument.cpp:1550
#, kde-format
msgid "Could not open the file for reading (check read permissions)."
msgstr ""
#. +> stable5
#: libs/ui/KisDocument.cpp:1561
#, kde-format
msgid "Could not read the beginning of the file."
msgstr ""
#. +> stable5
#: libs/ui/KisDocument.cpp:1591
#, kde-format
msgid ""
"parsing error in the main document at line %1, column %2\n"
"Error message: %3"
msgstr ""
#. +> trunk5
#: libs/ui/KisDocument.cpp:1596
#, kde-format
msgctxt "progress dialog message when the user closes the document that is being saved"
msgid "Waiting for saving to complete..."
msgstr ""
#. +> stable5
#: libs/ui/KisDocument.cpp:1607
#, kde-format
msgid "Not a valid Krita file: %1"
msgstr ""
#. +> stable5
#: libs/ui/KisDocument.cpp:1729 libs/ui/KisDocument.cpp:1737
#, kde-format
msgid "Krita does not support the OpenDocument file format."
msgstr ""
#. +> stable5
#: libs/ui/KisDocument.cpp:2105
#, kde-format
msgid "a word processing"
msgstr ""
#. +> stable5
#: libs/ui/KisDocument.cpp:2106
#, kde-format
msgid "a spreadsheet"
msgstr ""
#. +> stable5
#: libs/ui/KisDocument.cpp:2107
#, kde-format
msgid "a presentation"
msgstr ""
#. +> stable5
#: libs/ui/KisDocument.cpp:2108
#, kde-format
msgid "a chart"
msgstr ""
#. +> stable5
#: libs/ui/KisDocument.cpp:2109
#, kde-format
msgid "a drawing"
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 ""
#. +> stable5
#: libs/ui/KisImportExportFilter.cpp:113
#, kde-format
msgid "Error in embedded document"
msgstr ""
#. +> stable5
#: libs/ui/KisImportExportFilter.cpp:125
#, kde-format
msgid "Document is password protected"
msgstr ""
#. +> trunk5
#: 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 ""
#. +> stable5
#: libs/ui/KisImportExportFilter.cpp:98
#, kde-format
msgid "Could not create the filter plugin"
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 ""
#. +> stable5
#: libs/ui/KisImportExportFilter.cpp:138
#, kde-format
msgid "Out of memory"
msgstr ""
#. +> trunk5 stable5
#: libs/ui/KisImportExportFilter.cpp:139
#, kde-format
msgid "Bad MIME type"
msgstr ""
#. +> stable5
#: libs/ui/KisImportExportFilter.cpp:141
#, kde-format
msgid "Empty Filter Plugin"
msgstr ""
#. +> trunk5 stable5
#: libs/ui/KisImportExportFilter.cpp:142
#, kde-format
msgid "Format not recognized"
msgstr ""
#. +> stable5
#: libs/ui/KisImportExportFilter.cpp:144
#, kde-format
msgid "Trying to load into the wrong kind of document"
msgstr ""
#. +> trunk5 stable5
#: libs/ui/KisImportExportFilter.cpp:145
#, kde-format
msgid "Not implemented"
msgstr ""
#. +> stable5
#: libs/ui/KisImportExportFilter.cpp:147
#, kde-format
msgid "Failed to download remote file"
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
#: 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
#: 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
#: 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
#: 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 ""
#. +> stable5
#: libs/ui/KisImportExportManager.cpp:202
#: libs/ui/KisImportExportManager.cpp:214
#, kde-format
msgid "Could not export file: the export filter is missing."
msgstr ""
#. +> trunk5 stable5
#: libs/ui/KisImportExportManager.cpp:270
#, kde-format
msgctxt "@titile:window"
msgid "Open Audio"
msgstr ""
#. +> stable5
#: libs/ui/KisImportExportManager.cpp:314
#, kde-format
msgid ""
"Could not import file of type\n"
"%1. The import filter is missing."
msgstr ""
#. +> trunk5
#: libs/ui/KisImportExportManager.cpp:349
#, kde-format
msgid "Opening document..."
msgstr ""
#. +> trunk5 stable5
#: libs/ui/KisImportExportManager.cpp:376
#, kde-format
msgid "Saving document..."
msgstr ""
#. +> trunk5
#: libs/ui/KisImportExportManager.cpp:438
#, kde-format
msgctxt "image conversion warning"
msgid "The image contains <b>assistants</b>. The assistants will not be saved."
msgstr ""
#. +> trunk5
#: libs/ui/KisImportExportManager.cpp:441
#, kde-format
msgctxt "image conversion warning"
msgid "The image contains <b>guides</b>. The guides will not be saved."
msgstr ""
#. +> trunk5
#: libs/ui/KisImportExportManager.cpp:444
#, kde-format
msgctxt "image conversion warning"
msgid "The image contains a <b>custom grid configuration</b>. The configuration will not be saved."
msgstr ""
#. +> trunk5
#: libs/ui/KisImportExportManager.cpp:449
#, kde-format
msgid "Error: cannot save this image as a %1."
msgstr ""
#. +> trunk5
#: libs/ui/KisImportExportManager.cpp:458
#, kde-format
msgctxt "@title:window"
msgid "Krita: Export Error"
msgstr ""
#. +> trunk5
#: libs/ui/KisImportExportManager.cpp:481
#, 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
#: libs/ui/KisImportExportManager.cpp:492
#, kde-format
msgid "You will lose information when saving this image as a %1."
msgstr ""
#. +> trunk5
#: libs/ui/KisImportExportManager.cpp:520
#, kde-format
msgid "Also save your image as a Krita file."
msgstr ""
#. +> trunk5 stable5
#: libs/ui/KisMainWindow.cpp:177
#, kde-format
msgctxt "@action:inmenu"
msgid "&Dockers"
msgstr ""
#. +> trunk5 stable5
#: libs/ui/KisMainWindow.cpp:178
#, kde-format
msgctxt "@action:inmenu"
msgid "&Window"
msgstr ""
#. +> trunk5 stable5
#: libs/ui/KisMainWindow.cpp:179
#, kde-format
msgctxt "@action:inmenu"
msgid "New &View"
msgstr ""
#. +> trunk5 stable5
#: libs/ui/KisMainWindow.cpp:180
#, kde-format
msgctxt "@action:inmenu"
msgid "Wor&kspace"
msgstr ""
#. +> trunk5 stable5
#: libs/ui/KisMainWindow.cpp:454
#: plugins/tools/svgtexttool/SvgTextEditor.cpp:130
#, kde-format
msgid "Show %1 Toolbar"
msgstr ""
#. +> trunk5 stable5
#: libs/ui/KisMainWindow.cpp:456
#: plugins/tools/svgtexttool/SvgTextEditor.cpp:132
#, kde-format
msgid "Hide %1 Toolbar"
msgstr ""
#. +> trunk5
#: libs/ui/KisMainWindow.cpp:735
#, kde-format
msgid "Write Protected"
msgstr ""
#. +> stable5
#: libs/ui/KisMainWindow.cpp:731
#, kde-format
msgid "(write protected)"
msgstr ""
#. +> trunk5
#: libs/ui/KisMainWindow.cpp:739
#, kde-format
msgid "Recovered"
msgstr ""
#. +> trunk5
#: libs/ui/KisMainWindow.cpp:748
#, kde-format
msgid "Modified"
msgstr ""
#. +> trunk5 stable5
#: libs/ui/KisMainWindow.cpp:769
#, kde-format
msgid "Save as %1"
msgstr ""
#. +> trunk5 stable5
#: libs/ui/KisMainWindow.cpp:807
#, kde-format
msgid "The file %1 does not exist."
msgstr ""
#. +> trunk5 stable5
#: libs/ui/KisMainWindow.cpp:870
#, kde-format
msgid "Open Images"
msgstr ""
#. +> trunk5 stable5
#: libs/ui/KisMainWindow.cpp:957
#, 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:1022
#, kde-format
msgid "Exporting"
msgstr ""
#. +> trunk5 stable5
#: libs/ui/KisMainWindow.cpp:1022
#, kde-format
msgid "Saving As"
msgstr ""
#. +> trunk5 stable5
#: libs/ui/KisMainWindow.cpp:1363
#: libs/widgetutils/config/kstandardaction_p.h:41
#, kde-format
msgid "Create new document"
msgstr ""
#. +> trunk5 stable5
#: libs/ui/KisMainWindow.cpp:1405
#, kde-format
msgid "Create from Clipboard"
msgstr ""
#. +> trunk5 stable5
#: libs/ui/KisMainWindow.cpp:1661
#, kde-format
msgid "Export as PDF"
msgstr ""
#. +> trunk5 stable5
#: libs/ui/KisMainWindow.cpp:1703
#, kde-format
msgid "Cannot export to the specified file"
msgstr ""
#. +> trunk5 stable5
#: libs/ui/KisMainWindow.cpp:1725
#, kde-format
msgid "Import frames"
msgstr ""
#. +> trunk5 stable5
#: libs/ui/KisMainWindow.cpp:1733
#, kde-format
msgid ""
"Could not finish import animation:\n"
"%1"
msgstr ""
#. +> trunk5 stable5
#: libs/ui/KisMainWindow.cpp:1811
#, 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:1822
#, kde-format
msgid "Error: Could not reload this document"
msgstr ""
#. +> trunk5 stable5
#: libs/ui/KisMainWindow.cpp:2040
#, kde-format
msgctxt "@action:inmenu"
msgid "&Import Workspace..."
msgstr ""
#. +> trunk5 stable5
#: libs/ui/KisMainWindow.cpp:2052 libs/widgets/KoResourceItemChooser.cpp:209
#, kde-format
msgctxt "@title:window"
msgid "Choose File to Add"
msgstr ""
#. +> trunk5 stable5
#: libs/ui/KisMainWindow.cpp:2058
#, kde-format
msgctxt "@action:inmenu"
msgid "&New Workspace..."
msgstr ""
#. +> trunk5 stable5
#: libs/ui/KisMainWindow.cpp:2061
#, kde-format
msgctxt "@title:window"
msgid "New Workspace..."
msgstr ""
#. +> trunk5 stable5
#: libs/ui/KisMainWindow.cpp:2075 libs/ui/widgets/kis_workspace_chooser.cpp:128
#, kde-format
msgid "Workspace"
msgstr ""
#. +> trunk5 stable5
#: libs/ui/KisMainWindow.cpp:2086 libs/ui/widgets/kis_workspace_chooser.cpp:139
#, kde-format
msgid "Workspace %1"
msgstr ""
#. +> trunk5 stable5
#: libs/ui/KisMainWindow.cpp:2114
#, kde-format
msgid "&%1 %2"
msgstr ""
#. +> trunk5 stable5
#: libs/ui/KisMainWindow.cpp:2117
#, kde-format
msgid "%1 %2"
msgstr ""
#. +> trunk5 stable5
#: libs/ui/KisMainWindow.cpp:2224
#, kde-format
msgid "The Krita LittleCMS color management plugin is not installed. Krita will quit now."
msgstr ""
#. +> trunk5 stable5
#: libs/ui/KisMainWindow.cpp:2232
#, kde-format
msgid "Krita cannot find any brush presets! Krita will quit now."
msgstr ""
#. +> trunk5 stable5
#: libs/ui/KisMainWindow.cpp:2241
#, kde-format
msgctxt "@title:window"
msgid "Installation error"
msgstr ""
#. +> trunk5 stable5
#: libs/ui/KisMainWindow.cpp:2302
#, kde-format
msgid "%1 unsaved document (%2)"
msgstr ""
#. +> trunk5 stable5
#: libs/ui/KisMainWindow.cpp:2367
#, kde-format
msgctxt "@action:inmenu"
msgid "&Themes"
msgstr ""
#. +> trunk5 stable5
#: libs/ui/KisMainWindow.cpp:2405
#, 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:199
#, kde-format
msgid "Open Existing Document"
msgstr ""
#. +> trunk5 stable5
#: libs/ui/KisOpenPane.cpp:291
#, kde-format
msgid "Custom Document"
msgstr ""
#. +> trunk5
#: libs/ui/KisPart.cpp:428
#, kde-format
msgid ""
"Could not create document from template\n"
"%1"
msgstr ""
#. +> trunk5
#: libs/ui/KisPart.cpp:431
#, kde-format
msgid ""
"Could not create document from template\n"
"%1\n"
"Reason: %2"
msgstr ""
#. +> trunk5 stable5
#: libs/ui/KisResourceBundle.cpp:698
#, kde-format
msgid "The following resources had mismatching MD5 sums. They may have gotten corrupted, for example, during download."
msgstr ""
#. +> trunk5 stable5
#: libs/ui/KisTemplateCreateDia.cpp:101
#, kde-format
msgid "Create Template"
msgstr ""
#. +> trunk5 stable5
#: libs/ui/KisTemplateCreateDia.cpp:110
#, kde-format
msgctxt "Template name"
msgid "Name:"
msgstr ""
#. +> trunk5 stable5
#: libs/ui/KisTemplateCreateDia.cpp:120
#, kde-format
msgid "Group:"
msgstr ""
#. +> trunk5 stable5
#: libs/ui/KisTemplateCreateDia.cpp:134
#, kde-format
msgid "&Add Group..."
msgstr ""
#. +> trunk5 stable5
#: libs/ui/KisTemplateCreateDia.cpp:137
#, kde-format
msgid "&Remove"
msgstr ""
#. +> trunk5 stable5
#: libs/ui/KisTemplateCreateDia.cpp:143
#, kde-format
msgid "Picture"
msgstr ""
#. +> trunk5 stable5
#: libs/ui/KisTemplateCreateDia.cpp:146
#, kde-format
msgid "&Preview"
msgstr ""
#. +> trunk5 stable5
#: libs/ui/KisTemplateCreateDia.cpp:151
#: libs/widgetutils/xmlgui/KisShortcutEditWidget.cpp:71
#, kde-format
msgid "Custom:"
msgstr ""
#. +> trunk5 stable5
#: libs/ui/KisTemplateCreateDia.cpp:155
#, kde-format
msgid "&Select..."
msgstr ""
#. +> trunk5 stable5
#: libs/ui/KisTemplateCreateDia.cpp:164
#, kde-format
msgid "Use the new template as default"
msgstr ""
#. +> trunk5 stable5
#: libs/ui/KisTemplateCreateDia.cpp:167
#, kde-format
msgid "Use the new template every time Krita starts"
msgstr ""
#. +> trunk5 stable5
#: libs/ui/KisTemplateCreateDia.cpp:299
#, kde-format
msgid "Do you really want to overwrite the existing '%1' template?"
msgstr ""
#. +> trunk5 stable5
#: libs/ui/KisTemplateCreateDia.cpp:393
#, kde-format
msgid "Select an image"
msgstr ""
#. +> trunk5 stable5
#: libs/ui/KisTemplateCreateDia.cpp:421 libs/ui/KisTemplateCreateDia.cpp:424
#, kde-format
msgid "Add Group"
msgstr ""
#. +> trunk5 stable5
#: libs/ui/KisTemplateCreateDia.cpp:421
#, kde-format
msgid "Enter group name:"
msgstr ""
#. +> trunk5 stable5
#: libs/ui/KisTemplateCreateDia.cpp:424
#, kde-format
msgid "This name is already used."
msgstr ""
#. +> trunk5 stable5
#: libs/ui/KisTemplateCreateDia.cpp:448
#, kde-format
msgid "Do you really want to remove that group?"
msgstr ""
#. +> trunk5 stable5
#: libs/ui/KisTemplateCreateDia.cpp:449
#, kde-format
msgctxt "@title:window"
msgid "Remove Group"
msgstr ""
#. +> trunk5 stable5
#: libs/ui/KisTemplateCreateDia.cpp:451
#, kde-format
msgid "Do you really want to remove that template?"
msgstr ""
#. +> trunk5 stable5
#: libs/ui/KisTemplateCreateDia.cpp:452
#, kde-format
msgctxt "@title:window"
msgid "Remove Template"
msgstr ""
#. +> trunk5 stable5
#: libs/ui/KisTemplateCreateDia.cpp:509
#, kde-format
msgid "Could not load picture."
msgstr ""
#. +> trunk5 stable5
#: libs/ui/KisTemplateCreateDia.cpp:513
#, kde-format
msgid "No picture available."
msgstr ""
#. +> trunk5 stable5
#: libs/ui/KisTemplatesPane.cpp:51
#, kde-format
msgid "Use This Template"
msgstr ""
#. +> trunk5 stable5
#: libs/ui/KisView.cpp:525
#, kde-format
msgid "Insert as New Layer"
msgstr ""
#. +> trunk5 stable5
#: libs/ui/KisView.cpp:526
#, kde-format
msgid "Insert Many Layers"
msgstr ""
#. +> trunk5
#: libs/ui/KisView.cpp:528
#, kde-format
msgid "Insert as New File Layer"
msgstr ""
#. +> trunk5
#: libs/ui/KisView.cpp:529
#, kde-format
msgid "Insert Many File Layers"
msgstr ""
#. +> trunk5 stable5
#: libs/ui/KisView.cpp:531
#, kde-format
msgid "Open in New Document"
msgstr ""
#. +> trunk5 stable5
#: libs/ui/KisView.cpp:532
#, kde-format
msgid "Open Many Documents"
msgstr ""
#. +> stable5
#: libs/ui/KisView.cpp:691
#, kde-format
msgid "Cannot close the document while saving is in progress"
msgstr ""
#. +> trunk5 stable5
#: libs/ui/KisView.cpp:713
#, 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:851
#, kde-format
msgid "Soft Proofing doesn't work in floating point."
msgstr ""
#. +> trunk5 stable5
#: libs/ui/KisView.cpp:856
#, kde-format
msgid "Soft Proofing turned on."
msgstr ""
#. +> trunk5 stable5
#: libs/ui/KisView.cpp:858
#, kde-format
msgid "Soft Proofing turned off."
msgstr ""
#. +> trunk5 stable5
#: libs/ui/KisView.cpp:870
#, kde-format
msgid "Gamut Warnings don't work in floating point."
msgstr ""
#. +> trunk5 stable5
#: libs/ui/KisView.cpp:876
#, kde-format
msgid "Gamut Warnings turned on."
msgstr ""
#. +> trunk5 stable5
#: libs/ui/KisView.cpp:878
#, kde-format
msgid "But Soft Proofing is still off."
msgstr ""
#. +> trunk5 stable5
#: libs/ui/KisView.cpp:881
#, kde-format
msgid "Gamut Warnings turned off."
msgstr ""
#. +> trunk5 stable5
#: libs/ui/KisViewManager.cpp:723
#, kde-format
msgid "Active Author Profile"
msgstr ""
#. +> stable5
#: libs/ui/KisViewManager.cpp:1285 libs/widgets/KoConfigAuthorPage.cpp:82
#, kde-format
msgid "Default 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:1344 libs/ui/KisViewManager.cpp:1362
#, 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:251
#: plugins/tools/svgtexttool/WdgSvgTextEditor.ui:58
#, kde-format
msgid "Styles"
msgstr ""
#. i18n: ectx: property (text), item, widget (QListWidget, lstStyleSelector)
#. +> trunk5 stable5
#: libs/ui/layerstyles/wdglayerstyles.ui:56
#, kde-format
msgid "Outer Glow"
msgstr ""
#. i18n: ectx: property (title), widget (QGroupBox, groupBox)
#. i18n: ectx: property (text), item, widget (QListWidget, lstStyleSelector)
#. i18n: ectx: attribute (title), widget (QWidget, textureTab)
#. +> trunk5 stable5
#: libs/ui/layerstyles/wdglayerstyles.ui:88
#: libs/ui/layerstyles/wdgTexture.ui:17
#: plugins/paintops/libpaintop/forms/wdgtexturechooser.ui:33
#, kde-format
msgid "Texture"
msgstr ""
#. i18n: ectx: property (title), widget (QGroupBox, groupBox)
#. i18n: ectx: property (text), item, widget (QListWidget, lstStyleSelector)
#. +> trunk5 stable5
#: libs/ui/layerstyles/wdglayerstyles.ui:96 libs/ui/layerstyles/WdgSatin.ui:17
#, kde-format
msgid "Satin"
msgstr ""
#. i18n: ectx: property (title), widget (QGroupBox, groupBox)
#. i18n: ectx: property (text), item, widget (QListWidget, lstStyleSelector)
#. +> trunk5 stable5
#: libs/ui/layerstyles/wdglayerstyles.ui:120
#: libs/ui/layerstyles/WdgPatternOverlay.ui:17
#, kde-format
msgid "Pattern Overlay"
msgstr ""
#. i18n: ectx: property (text), widget (QPushButton, btnNewStyle)
#. +> trunk5 stable5
#: libs/ui/layerstyles/wdglayerstyles.ui:146
#, kde-format
msgid "Ne&w..."
msgstr ""
#. i18n: ectx: property (text), widget (QPushButton, btnLoadStyle)
#. +> trunk5 stable5
#: libs/ui/layerstyles/wdglayerstyles.ui:153
#, kde-format
msgid "&Import..."
msgstr ""
#. i18n: ectx: property (text), widget (QPushButton, btnSaveStyle)
#. +> trunk5 stable5
#: libs/ui/layerstyles/wdglayerstyles.ui:160
#, kde-format
msgid "&Export..."
msgstr ""
#. i18n: ectx: property (text), widget (QCheckBox, chkPreview)
#. +> trunk5 stable5
#: libs/ui/layerstyles/wdglayerstyles.ui:167
#, kde-format
msgid "Pre&view"
msgstr ""
#. i18n: ectx: property (text), item, widget (QComboBox, cmbFillType)
#. i18n: ectx: property (title), widget (QGroupBox, groupBox_2)
#. +> trunk5 stable5
#: libs/ui/layerstyles/WdgPatternOverlay.ui:23
#: libs/ui/layerstyles/WdgStroke.ui:144
#, kde-format
msgctxt "@title:group In Layer Style"
msgid "Pattern"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, label)
#. i18n: ectx: property (text), widget (QLabel, label_11)
#. +> trunk5 stable5
#: libs/ui/layerstyles/WdgPatternOverlay.ui:87
#: libs/ui/layerstyles/WdgStroke.ui:331 libs/ui/layerstyles/wdgTexture.ui:29
#, kde-format
msgid "Pattern:"
msgstr ""
#. i18n: ectx: property (text), widget (QPushButton, bnSnapToOrigin)
#. +> trunk5 stable5
#: libs/ui/layerstyles/WdgPatternOverlay.ui:118
#: libs/ui/layerstyles/WdgStroke.ui:362 libs/ui/layerstyles/wdgTexture.ui:60
#, kde-format
msgid "Sn&ap to Origin"
msgstr ""
#. i18n: ectx: property (text), widget (QCheckBox, chkLinkWithLayer)
#. +> trunk5 stable5
#: libs/ui/layerstyles/WdgPatternOverlay.ui:144
#, kde-format
msgid "Li&nk with layer"
msgstr ""
#. i18n: ectx: property (text), widget (QCheckBox, chkInvert)
#. +> trunk5 stable5
#: libs/ui/layerstyles/WdgSatin.ui:198 libs/ui/layerstyles/wdgTexture.ui:115
#, kde-format
msgctxt "@option:check In Layer Style"
msgid "&Invert"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, label_2)
#. +> trunk5 stable5
#: libs/ui/layerstyles/WdgStroke.ui:49
#, kde-format
msgid "Positio&n:"
msgstr ""
#. i18n: ectx: property (text), item, widget (QComboBox, cmbPosition)
#. +> trunk5 stable5
#: libs/ui/layerstyles/WdgStroke.ui:66
#, kde-format
msgctxt "@item:inlistbox Layer Style: Stroke position"
msgid "Outside"
msgstr ""
#. i18n: ectx: property (text), item, widget (QComboBox, cmbPosition)
#. +> trunk5 stable5
#: libs/ui/layerstyles/WdgStroke.ui:71
#, kde-format
msgctxt "@item:inlistbox Layer Style: Stroke position"
msgid "Inside"
msgstr ""
#. i18n: ectx: property (text), item, widget (QComboBox, cmbPosition)
#. +> trunk5 stable5
#: libs/ui/layerstyles/WdgStroke.ui:76
#, kde-format
msgctxt "@item:inlistbox Layer Style: Stroke position"
msgid "Center"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, label_4)
#. +> trunk5 stable5
#: libs/ui/layerstyles/WdgStroke.ui:104
#, kde-format
msgid "Opacit&y:"
msgstr ""
#. i18n: ectx: property (title), widget (QGroupBox, groupBox_3)
#. +> trunk5 stable5
#: libs/ui/layerstyles/WdgStroke.ui:127
#, kde-format
msgctxt "@title:group In Layer Style"
msgid "Fill"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, soldStrokeColorLabel)
#. i18n: ectx: property (text), widget (QLabel, label_5)
#. i18n: ectx: property (text), widget (QLabel, shadowColorLabel)
#. i18n: ectx: property (text), widget (QLabel, colorLabel4)
#. i18n: ectx: property (text), widget (QLabel, colorLabel2)
#. i18n: ectx: property (text), widget (QLabel, colorLabel1)
#. i18n: ectx: property (text), widget (QLabel, colorLabel3)
#. i18n: ectx: property (text), widget (QLabel, textLabel1)
#. i18n: ectx: property (text), widget (QLabel, label_3)
#. +> trunk5 stable5
#: libs/ui/layerstyles/WdgStroke.ui:159
#: libs/ui/widgets/KoFillConfigWidget.ui:159
#: plugins/assistants/Assistants/AssistantsToolOptions.ui:94
#: 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:340
#, 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:653
#, kde-format
msgid ""
"You enabled OpenColorIO based color management, but your image is not an RGB image.\n"
"OpenColorIO-based color management only works with RGB images.\n"
"Please check the settings in the LUT docker.\n"
"OpenColorIO will now be deactivated."
msgstr ""
#. +> trunk5 stable5
#: libs/ui/opengl/kis_opengl_win.cpp:116
#, kde-format
msgid "The Intel graphics driver in use is known to have issues with OpenGL."
msgstr ""
#. +> trunk5 stable5
#: libs/ui/opengl/kis_opengl_win.cpp:118
#, kde-format
msgid "Intel graphics drivers tend to have issues with OpenGL so ANGLE will be used by default. You may manually switch to OpenGL but it is not guaranteed to work properly."
msgstr ""
#. +> trunk5 stable5
#: libs/ui/opengl/kis_opengl_win.cpp:248
#, kde-format
msgid "The graphics driver in use does not meet the OpenGL requirements."
msgstr ""
#. +> trunk5 stable5
#: libs/ui/opengl/kis_opengl_win.cpp:250
#, kde-format
msgid "The graphics driver in use may not work well with OpenGL."
msgstr ""
#. +> trunk5 stable5
#: libs/ui/opengl/kis_opengl_win.cpp:262
#, kde-format
msgid "ANGLE is using a software Direct3D renderer, which is not hardware-accelerated and may be very slow. This can happen if the graphics drivers are not properly installed, or when using a Remote Desktop session."
msgstr ""
#. +> trunk5 stable5
#: libs/ui/recorder/kis_node_query_path_editor.cc:86
#, kde-format
msgid ""
"<b>/</b> represents the root of the image, or a separator<br/>"
"\n"
"<b>a number</b> represents a layer<br/>"
"\n"
"<b>.</b> represents the current layer<br/>"
"\n"
"<b>..</b> represents the parent layer<br/>"
"\n"
"\n"
"<b>Examples:</b><br/>"
"\n"
"<i>/0</i> represents the bottom layer of the image<br/>"
"\n"
"<i>../1</i> represents the second layer from the bottom of the parent of the current layer<br/>"
"\n"
"<i>./0</i> represents the first child of the current layer"
msgstr ""
#. +> trunk5 stable5
#: libs/ui/recorder/kis_recorded_filter_action_creator.cpp:61
#, kde-format
msgctxt "recorded filter action"
msgid "Apply Filter"
msgstr ""
#. +> trunk5 stable5
#: libs/ui/recorder/kis_recorded_filter_action_editor.cc:57
#: libs/ui/recorder/kis_recorded_paint_action_editor.cc:149
#, kde-format
msgid "No configuration option."
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:566
#, kde-format
msgid "No options"
msgstr ""
#. +> trunk5 stable5
#: libs/ui/tool/kis_tool.cc:681
#, kde-format
msgid "Layer is locked and invisible."
msgstr ""
#. +> trunk5 stable5
#: libs/ui/tool/kis_tool.cc:683
#, kde-format
msgid "Layer is locked."
msgstr ""
#. +> trunk5 stable5
#: libs/ui/tool/kis_tool.cc:685
#, kde-format
msgid "Layer is invisible."
msgstr ""
#. +> trunk5
#: libs/ui/tool/kis_tool.cc:687
#, kde-format
msgid "Layer can be painted in Wash Mode only."
msgstr ""
#. +> trunk5 stable5
#: libs/ui/tool/kis_tool.cc:689
#, kde-format
msgid "Group not editable."
msgstr ""
#. +> trunk5 stable5
#: libs/ui/tool/kis_tool.cc:704
#, kde-format
msgid "Local selection is locked."
msgstr ""
#. +> trunk5 stable5
#: libs/ui/tool/kis_tool_freehand.cc:218
#, 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:115
#, kde-format
msgid "Increase Brush Size"
msgstr ""
#. +> trunk5 stable5
#: libs/ui/tool/kis_tool_paint.cc:121
#, kde-format
msgid "Decrease Brush Size"
msgstr ""
#. +> trunk5 stable5
#: libs/ui/tool/kis_tool_utils.cpp:122
#: plugins/dockers/animation/kis_animation_utils.cpp:89
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 amount of colors per channel. Each channel will have 256 values available, leading to a total amount of 256*amount 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:124
#: 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:124
#, kde-format
msgid "Unlock (restore settings from preset)"
msgstr ""
#. +> trunk5 stable5
#: libs/ui/widgets/kis_categorized_list_view.cpp:129
#, 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: ectx: property (toolTip), widget (KisCompositeOpComboBox, cmbComposite)
#. +> trunk5 stable5
#: libs/ui/widgets/kis_cmb_composite.cc:70
#: 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:60
#: plugins/paintops/defaultpaintops/duplicate/kis_duplicateop_settings_widget.cpp:48
#: plugins/paintops/deform/kis_deform_paintop_settings_widget.cpp:42
#: plugins/paintops/dynadraw/kis_dyna_paintop_settings_widget.cpp:35
#: plugins/paintops/experiment/kis_experiment_paintop_settings_widget.cpp:36
#: plugins/paintops/filterop/kis_filterop_settings_widget.cpp:49
#: plugins/paintops/gridbrush/kis_grid_paintop_settings_widget.cpp:40
#: plugins/paintops/hairy/kis_hairy_paintop_settings_widget.cpp:38
#: plugins/paintops/hatching/kis_hatching_paintop_settings_widget.cpp:54
#: plugins/paintops/particle/kis_particle_paintop_settings_widget.cpp:38
#: plugins/paintops/roundmarker/kis_roundmarkerop_settings_widget.cpp:42
#: plugins/paintops/sketch/kis_sketch_paintop_settings_widget.cpp:46
#: plugins/paintops/spray/kis_spray_paintop_settings_widget.cpp:47
#: plugins/paintops/tangentnormal/kis_tangent_normal_paintop_settings_widget.cpp:53
#, kde-format
msgid "Blending Mode"
msgstr ""
#. 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:96
#, kde-format
msgid "Select Normal Blending Mode"
msgstr ""
#. +> trunk5 stable5
#: libs/ui/widgets/kis_cmb_composite.cc:103
#, kde-format
msgid "Select Dissolve Blending Mode"
msgstr ""
#. +> trunk5 stable5
#: libs/ui/widgets/kis_cmb_composite.cc:110
#, kde-format
msgid "Select Behind Blending Mode"
msgstr ""
#. +> trunk5 stable5
#: libs/ui/widgets/kis_cmb_composite.cc:117
#, kde-format
msgid "Select Clear Blending Mode"
msgstr ""
#. +> trunk5 stable5
#: libs/ui/widgets/kis_cmb_composite.cc:124
#, kde-format
msgid "Select Darken Blending Mode"
msgstr ""
#. +> trunk5 stable5
#: libs/ui/widgets/kis_cmb_composite.cc:131
#, kde-format
msgid "Select Multiply Blending Mode"
msgstr ""
#. +> trunk5 stable5
#: libs/ui/widgets/kis_cmb_composite.cc:138
#, kde-format
msgid "Select Color Burn Blending Mode"
msgstr ""
#. +> trunk5 stable5
#: libs/ui/widgets/kis_cmb_composite.cc:145
#, kde-format
msgid "Select Linear Burn Blending Mode"
msgstr ""
#. +> trunk5 stable5
#: libs/ui/widgets/kis_cmb_composite.cc:152
#, kde-format
msgid "Select Lighten Blending Mode"
msgstr ""
#. +> trunk5 stable5
#: libs/ui/widgets/kis_cmb_composite.cc:159
#, kde-format
msgid "Select Screen Blending Mode"
msgstr ""
#. +> trunk5 stable5
#: libs/ui/widgets/kis_cmb_composite.cc:166
#, kde-format
msgid "Select Color Dodge Blending Mode"
msgstr ""
#. +> trunk5 stable5
#: libs/ui/widgets/kis_cmb_composite.cc:173
#, kde-format
msgid "Select Linear Dodge Blending Mode"
msgstr ""
#. +> trunk5 stable5
#: libs/ui/widgets/kis_cmb_composite.cc:180
#, kde-format
msgid "Select Overlay Blending Mode"
msgstr ""
#. +> trunk5 stable5
#: libs/ui/widgets/kis_cmb_composite.cc:187
#, kde-format
msgid "Select Hard Overlay Blending Mode"
msgstr ""
#. +> trunk5 stable5
#: libs/ui/widgets/kis_cmb_composite.cc:194
#, kde-format
msgid "Select Soft Light Blending Mode"
msgstr ""
#. +> trunk5 stable5
#: libs/ui/widgets/kis_cmb_composite.cc:201
#, kde-format
msgid "Select Hard Light Blending Mode"
msgstr ""
#. +> trunk5 stable5
#: libs/ui/widgets/kis_cmb_composite.cc:208
#, kde-format
msgid "Select Vivid Light Blending Mode"
msgstr ""
#. +> trunk5 stable5
#: libs/ui/widgets/kis_cmb_composite.cc:215
#, kde-format
msgid "Select Linear Light Blending Mode"
msgstr ""
#. +> trunk5 stable5
#: libs/ui/widgets/kis_cmb_composite.cc:222
#, kde-format
msgid "Select Pin Light Blending Mode"
msgstr ""
#. +> trunk5 stable5
#: libs/ui/widgets/kis_cmb_composite.cc:229
#, kde-format
msgid "Select Hard Mix Blending Mode"
msgstr ""
#. +> trunk5 stable5
#: libs/ui/widgets/kis_cmb_composite.cc:236
#, kde-format
msgid "Select Difference Blending Mode"
msgstr ""
#. +> trunk5 stable5
#: libs/ui/widgets/kis_cmb_composite.cc:243
#, kde-format
msgid "Select Exclusion Blending Mode"
msgstr ""
#. +> trunk5 stable5
#: libs/ui/widgets/kis_cmb_composite.cc:250
#, kde-format
msgid "Select Hue Blending Mode"
msgstr ""
#. +> trunk5 stable5
#: libs/ui/widgets/kis_cmb_composite.cc:257
#, kde-format
msgid "Select Saturation Blending Mode"
msgstr ""
#. +> trunk5 stable5
#: libs/ui/widgets/kis_cmb_composite.cc:264
#, kde-format
msgid "Select Color Blending Mode"
msgstr ""
#. +> trunk5 stable5
#: libs/ui/widgets/kis_cmb_composite.cc:271
#, kde-format
msgid "Select Luminosity Blending Mode"
msgstr ""
#. +> trunk5 stable5
#: libs/ui/widgets/kis_color_button.cpp:347
#, kde-format
msgid "Choose a color"
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 stable5
#: libs/ui/widgets/kis_color_input.cpp:59
#: plugins/dockers/colorslider/kis_color_slider_input.cpp:81
#, kde-format
msgid "%1:"
msgstr ""
#. +> trunk5 stable5
#: libs/ui/widgets/kis_color_input.cpp:342
#: libs/widgets/KoEditColorSetDialog.cpp:174
#, kde-format
msgid "Color name:"
msgstr ""
#. +> trunk5 stable5
#: libs/ui/widgets/kis_custom_image_widget.cc:268
#, 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 \"Continue\" to create a 8-bit integer linear RGB color space or \"Cancel\" to return to the settings dialog."
msgstr ""
#. +> trunk5
#: libs/ui/widgets/kis_custom_image_widget.cc:494
#, kde-format
msgid "bytes"
msgstr ""
#. +> trunk5
#: libs/ui/widgets/kis_custom_image_widget.cc:497
#, kde-format
msgctxt "Abbreviation for kilobyte"
msgid "KB"
msgstr ""
#. +> trunk5
#: libs/ui/widgets/kis_custom_image_widget.cc:501
#, kde-format
msgctxt "Abbreviation for megabyte"
msgid "MB"
msgstr ""
#. +> trunk5
#: libs/ui/widgets/kis_custom_image_widget.cc:505
#, kde-format
msgctxt "Abbreviation for gigabyte"
msgid "GB"
msgstr ""
#. +> trunk5
#: libs/ui/widgets/kis_custom_image_widget.cc:508
#, 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:178
#, kde-format
msgid "unnamed"
msgstr ""
#. +> trunk5 stable5
#: libs/ui/widgets/kis_gradient_slider_widget.cc:48
#, kde-format
msgid "Split Segment"
msgstr ""
#. +> trunk5 stable5
#: libs/ui/widgets/kis_gradient_slider_widget.cc:49
#, kde-format
msgid "Duplicate Segment"
msgstr ""
#. +> trunk5 stable5
#: libs/ui/widgets/kis_gradient_slider_widget.cc:50
#, kde-format
msgid "Mirror Segment"
msgstr ""
#. +> trunk5 stable5
#: libs/ui/widgets/kis_gradient_slider_widget.cc:52
#, kde-format
msgid "Remove Segment"
msgstr ""
#. +> trunk5
#: libs/ui/widgets/kis_lod_availability_widget.cpp:40
#, kde-format
msgctxt "@label:slider"
msgid "Threshold:"
msgstr ""
#. +> trunk5
#: libs/ui/widgets/kis_lod_availability_widget.cpp:41
#, kde-format
msgctxt "@label:slider"
msgid "Instant preview threshold:"
msgstr ""
#. +> trunk5
#: 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
#: 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:37
#: plugins/filters/colorsfilters/kis_hsv_adjustment_filter.cpp:69
#: plugins/filters/colorsfilters/kis_hsv_adjustment_filter.cpp:70
#: plugins/paintops/libpaintop/forms/wdgcoloroptions.ui:38
#, kde-format
msgid "Hue:"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, label_2)
#. +> trunk5 stable5
#: libs/ui/widgets/kis_paintop_preset_icon_library.cpp:41
#: plugins/filters/colorsfilters/kis_hsv_adjustment_filter.cpp:69
#: plugins/filters/colorsfilters/kis_hsv_adjustment_filter.cpp:70
#: plugins/paintops/libpaintop/forms/wdgcoloroptions.ui:58
#, kde-format
msgid "Saturation:"
msgstr ""
#. +> trunk5
#: libs/ui/widgets/kis_paintop_preset_icon_library.cpp:45
#, kde-format
msgid "Mid-gray level:"
msgstr ""
#. +> trunk5 stable5
#: libs/ui/widgets/kis_paintop_presets_chooser_popup.cpp:60
#: libs/ui/widgets/kis_paintop_presets_popup.cpp:147
#, kde-format
msgid "Thumbnails"
msgstr ""
#. +> trunk5 stable5
#: libs/ui/widgets/kis_paintop_presets_chooser_popup.cpp:65
#: libs/ui/widgets/kis_paintop_presets_popup.cpp:152
#, kde-format
msgid "Details"
msgstr ""
#. +> trunk5 stable5
#: libs/ui/widgets/kis_paintop_presets_chooser_popup.cpp:83
#: libs/ui/widgets/kis_paintop_presets_popup.cpp:171
#: libs/widgets/KoToolBox.cpp:342 libs/widgetutils/xmlgui/ktoolbar.cpp:335
#, kde-format
msgid "Icon Size"
msgstr ""
#. +> trunk5
#: libs/ui/widgets/kis_paintop_presets_popup.cpp:111
#, kde-format
msgid "The settings for this preset have changed from their default."
msgstr ""
#. +> trunk5
#: libs/ui/widgets/kis_paintop_presets_popup.cpp:114
#, kde-format
msgid "Toggle showing presets"
msgstr ""
#. +> trunk5
#: libs/ui/widgets/kis_paintop_presets_popup.cpp:116
#, kde-format
msgid "Toggle showing scratchpad"
msgstr ""
#. +> stable5
#: libs/ui/widgets/kis_paintop_presets_popup.cpp:299
#, kde-format
msgid "Show Scratchpad"
msgstr ""
#. +> trunk5
#: libs/ui/widgets/kis_paintop_presets_popup.cpp:118
#, kde-format
msgid "Reload the brush preset"
msgstr ""
#. +> trunk5
#: libs/ui/widgets/kis_paintop_presets_popup.cpp:119
#, kde-format
msgid "Rename the brush preset"
msgstr ""
#. +> stable5
#: libs/ui/widgets/kis_paintop_presets_popup.cpp:264
#, kde-format
msgid "Overwrite Preset"
msgstr ""
#. +> stable5
#: libs/ui/widgets/kis_paintop_presets_popup.cpp:264
#, kde-format
msgid "Save to Presets"
msgstr ""
#. +> stable5
#: libs/ui/widgets/kis_paintop_presets_popup.cpp:295
#, kde-format
msgid "Show Preset Strip"
msgstr ""
#. +> trunk5
#: libs/ui/widgets/kis_paintop_presets_popup.cpp:643
#, kde-format
msgid "All"
msgstr ""
#. +> trunk5
#: libs/ui/widgets/kis_paintop_presets_save.cpp:77
#, kde-format
msgid "Save New Brush Preset"
msgstr ""
#. +> trunk5
#: libs/ui/widgets/kis_paintop_presets_save.cpp:137
#, kde-format
msgid "Preset Icon Library"
msgstr ""
#. +> trunk5
#: libs/ui/widgets/kis_preset_live_preview_view.cpp:164
#, kde-format
msgid "No Preview for this engine"
msgstr ""
#. +> trunk5 stable5
#: libs/ui/widgets/kis_tone_curve_widget.cpp:341
#, kde-format
msgid "No tone curve available..."
msgstr ""
#. +> trunk5 stable5
#: libs/ui/widgets/kis_tool_options_popup.cpp:151
#, kde-format
msgid "Attach to Toolbar"
msgstr ""
#. +> trunk5 stable5
#: libs/ui/widgets/kis_tool_options_popup.cpp:151
#, kde-format
msgid "Detach from Toolbar"
msgstr ""
#. +> trunk5 stable5
#: libs/ui/widgets/kis_wdg_generator.cpp:143
#: libs/ui/widgets/kis_wdg_generator.cpp:155
#, kde-format
msgid "No configuration options."
msgstr ""
#. +> trunk5 stable5
#: libs/ui/widgets/KoDualColorButton.cpp:101
#, kde-format
msgid "Select a color"
msgstr ""
#. +> trunk5 stable5
#: libs/ui/widgets/KoFillConfigWidget.cpp:255
#, kde-format
msgid "Change the filling color"
msgstr ""
#. +> trunk5
#: libs/ui/widgets/KoFillConfigWidget.cpp:290
#, kde-format
msgid "Change filling gradient"
msgstr ""
#. +> trunk5 stable5
#: libs/ui/widgets/KoFillConfigWidget.cpp:311
#, kde-format
msgid "Change the filling pattern"
msgstr ""
#. +> trunk5
#: libs/ui/widgets/KoFillConfigWidget.cpp:545
#, kde-format
msgctxt "default prefix for the saved gradient"
msgid "gradient"
msgstr ""
#. +> trunk5
#: libs/ui/widgets/KoFillConfigWidget.cpp:549
#, kde-format
msgid "Enter gradient name:"
msgstr ""
#. +> trunk5
#: libs/ui/widgets/KoFillConfigWidget.cpp:549
#, kde-format
msgctxt "@title:window"
msgid "Save Gradient"
msgstr ""
#. i18n: ectx: property (toolTip), widget (QToolButton, btnNoFill)
#. +> trunk5
#: libs/ui/widgets/KoFillConfigWidget.ui:34
#, kde-format
msgid "No fill"
msgstr ""
#. i18n: ectx: property (toolTip), widget (QToolButton, btnSolidFill)
#. +> trunk5
#: libs/ui/widgets/KoFillConfigWidget.ui:59
#, kde-format
msgid "Solid color fill"
msgstr ""
#. i18n: ectx: property (text), widget (QToolButton, btnSolidFill)
#. +> trunk5
#: libs/ui/widgets/KoFillConfigWidget.ui:62
#, kde-format
msgid "Solid"
msgstr ""
#. i18n: ectx: property (toolTip), widget (QToolButton, btnGradientFill)
#. +> trunk5
#: libs/ui/widgets/KoFillConfigWidget.ui:81
#, kde-format
msgid "Gradient fill"
msgstr ""
#. i18n: ectx: property (toolTip), widget (QToolButton, btnPatternFill)
#. +> trunk5
#: 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), item, widget (QComboBox, cmbGradientRepeat)
#. +> trunk5 stable5
#: libs/ui/widgets/KoFillConfigWidget.ui:268
#: libs/widgets/KoGradientEditWidget.cpp:179
#, kde-format
msgid "Reflect"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, presetLabel)
#. i18n: ectx: property (text), widget (QLabel, label_2)
#. +> trunk5 stable5
#: libs/ui/widgets/KoFillConfigWidget.ui:280
#: plugins/impex/video/video_export_options_dialog.ui:55
#, kde-format
msgid "Preset:"
msgstr ""
#. +> trunk5 stable5
#: libs/ui/widgets/KoStrokeConfigWidget.cpp:103
#: libs/widgets/KoStrokeConfigWidget.cpp:98
#, kde-format
msgid "Butt cap"
msgstr ""
#. +> trunk5 stable5
#: libs/ui/widgets/KoStrokeConfigWidget.cpp:110
#: libs/widgets/KoStrokeConfigWidget.cpp:105
#, kde-format
msgid "Round cap"
msgstr ""
#. +> trunk5 stable5
#: libs/ui/widgets/KoStrokeConfigWidget.cpp:117
#: libs/widgets/KoStrokeConfigWidget.cpp:112
#, kde-format
msgid "Square cap"
msgstr ""
#. +> trunk5 stable5
#: libs/ui/widgets/KoStrokeConfigWidget.cpp:128
#: libs/widgets/KoStrokeConfigWidget.cpp:123
#, kde-format
msgid "Miter join"
msgstr ""
#. +> trunk5 stable5
#: libs/ui/widgets/KoStrokeConfigWidget.cpp:135
#: libs/widgets/KoStrokeConfigWidget.cpp:130
#, kde-format
msgid "Round join"
msgstr ""
#. +> trunk5 stable5
#: libs/ui/widgets/KoStrokeConfigWidget.cpp:142
#: libs/widgets/KoStrokeConfigWidget.cpp:137
#, kde-format
msgid "Bevel join"
msgstr ""
#. +> trunk5 stable5
#: libs/ui/widgets/KoStrokeConfigWidget.cpp:152
#: libs/widgets/KoStrokeConfigWidget.cpp:146
#, kde-format
msgid "Miter limit"
msgstr ""
#. +> trunk5 stable5
#: libs/ui/widgets/KoStrokeConfigWidget.cpp:246
#: libs/widgets/KoStrokeConfigWidget.cpp:230
#, kde-format
msgid "Set line width of actual selection"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, strokeStyleLabel)
#. +> trunk5
#: libs/ui/widgets/KoStrokeConfigWidget.cpp:257
#: libs/ui/widgets/KoStrokeConfigWidget.ui:77
#, kde-format
msgid "Line Style:"
msgstr ""
#. +> trunk5
#: libs/ui/widgets/KoStrokeConfigWidget.cpp:260
#, kde-format
msgctxt "@info:tooltip"
msgid "Line style"
msgstr ""
#. +> trunk5
#: libs/ui/widgets/KoStrokeConfigWidget.cpp:271
#, kde-format
msgctxt "@info:tooltip"
msgid "Start marker"
msgstr ""
#. +> trunk5
#: libs/ui/widgets/KoStrokeConfigWidget.cpp:278
#, kde-format
msgctxt "@info:tooltip"
msgid "Node marker"
msgstr ""
#. +> trunk5
#: libs/ui/widgets/KoStrokeConfigWidget.cpp:285
#, kde-format
msgctxt "@info:tooltip"
msgid "End marker"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, thicknessLabel)
#. i18n: ectx: property (text), widget (QLabel, label_20)
#. +> trunk5 stable5
#: libs/ui/widgets/KoStrokeConfigWidget.ui:50
#: libs/widgets/KoStrokeConfigWidget.cpp:220
#: plugins/paintops/hatching/wdghatchingoptions.ui:128
#, kde-format
msgid "Thickness:"
msgstr ""
#. +> trunk5 stable5
#: libs/widgets/kis_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/KoColorSetWidget.cpp:224
#, kde-format
msgid "Recent:"
msgstr ""
#. +> trunk5 stable5
#: libs/widgets/KoColorSetWidget.cpp:242
#, kde-format
msgid "Add / Remove Colors..."
msgstr ""
#. +> trunk5 stable5
#: libs/widgets/KoConfigAuthorPage.cpp:79
#, kde-format
msgid "Add new author profile (starts out as a copy of current)"
msgstr ""
#. +> trunk5 stable5
#: libs/widgets/KoConfigAuthorPage.cpp:83
#, kde-format
msgid "Delete the author profile"
msgstr ""
#. +> trunk5
#: libs/widgets/KoConfigAuthorPage.cpp:93
#, 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 ""
#. i18n: ectx: property (text), item, widget (QComboBox, sourceType)
#. i18n: ectx: property (text), item, widget (QListWidget, bibTypes)
#. +> trunk5 stable5
#: libs/widgets/KoConfigAuthorPage.cpp:101
#: plugins/flake/textshape/dialogs/CitationInsertionDialog.ui:80
#: plugins/flake/textshape/dialogs/InsertBibliographyDialog.ui:81
#, kde-format
msgid "Email"
msgstr ""
#. +> trunk5
#: libs/widgets/KoConfigAuthorPage.cpp:101
#, kde-format
msgid "Fax"
msgstr ""
#. +> trunk5
#: libs/widgets/KoConfigAuthorPage.cpp:101
#, kde-format
msgid "Homepage"
msgstr ""
#. +> trunk5
#: libs/widgets/KoConfigAuthorPage.cpp:101
#, kde-format
msgid "Post Address"
msgstr ""
#. +> trunk5
#: libs/widgets/KoConfigAuthorPage.cpp:101
#, kde-format
msgid "Telephone"
msgstr ""
#. +> trunk5
#: libs/widgets/KoConfigAuthorPage.cpp:104
#, kde-format
msgid "Entry"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, label_4)
#. +> trunk5 stable5
#: libs/widgets/KoConfigAuthorPage.cpp:104
#: plugins/extensions/metadataeditor/kis_meta_data_model.cpp:106
#: plugins/flake/textshape/dialogs/AcceptRejectChangeDialog.ui:135
#, kde-format
msgid "Type"
msgstr ""
#. +> trunk5
#: libs/widgets/KoConfigAuthorPage.cpp:108
#, kde-format
msgid "Anonymous"
msgstr ""
#. +> trunk5 stable5
#: libs/widgets/KoConfigAuthorPage.cpp:295
#, kde-format
msgid "Name (not duplicate or blank name):"
msgstr ""
#. +> trunk5 stable5
#: libs/widgets/KoConfigAuthorPage.cpp:295
#, kde-format
msgid "Name of Profile"
msgstr ""
#. +> trunk5
#: libs/widgets/KoConfigAuthorPage.cpp:348
#, 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, lblPostalDesc)
#. +> stable5
#: libs/widgets/KoConfigAuthorPage.ui:191
#: libs/widgets/koDocumentInfoAuthorWidget.ui:154
#, kde-format
msgid "Postal code:"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, lblFirst)
#. +> trunk5
#: libs/widgets/KoConfigAuthorPage.ui:80
#, kde-format
msgid "Given Name:"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, lblTitleDesc)
#. +> trunk5
#: libs/widgets/KoConfigAuthorPage.ui:103
#, kde-format
msgctxt "Contact title"
msgid "Title:"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, fullNameLabel)
#. +> trunk5
#: libs/widgets/KoConfigAuthorPage.ui:119
#: libs/widgets/koDocumentInfoAuthorWidget.ui:114
#, kde-format
msgid "Nickname:"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, lblPhoneHome)
#. +> stable5
#: libs/widgets/KoConfigAuthorPage.ui:127
#: libs/widgets/koDocumentInfoAuthorWidget.ui:114
#, kde-format
msgid "Telephone (home):"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, lblCompanyDesc)
#. +> trunk5
#: libs/widgets/KoConfigAuthorPage.ui:129
#, kde-format
msgid "Co&mpany:"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, LabelFamily)
#. +> trunk5
#: libs/widgets/KoConfigAuthorPage.ui:142
#, kde-format
msgid "Family Name:"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, lblPhoneWork)
#. +> stable5
#: libs/widgets/KoConfigAuthorPage.ui:143
#: libs/widgets/koDocumentInfoAuthorWidget.ui:124
#, kde-format
msgid "Telephone (work):"
msgstr ""
#. i18n: ectx: property (text), widget (QPushButton, btnAdd)
#. +> trunk5
#: libs/widgets/KoConfigAuthorPage.ui:152
#, kde-format
msgid "Add contact info"
msgstr ""
#. i18n: ectx: property (text), widget (QPushButton, btnRemove)
#. +> trunk5
#: libs/widgets/KoConfigAuthorPage.ui:159
#, kde-format
msgid "Remove contact info"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, lblFaxDesc)
#. +> stable5
#: libs/widgets/KoConfigAuthorPage.ui:159
#: libs/widgets/koDocumentInfoAuthorWidget.ui:134
#, kde-format
msgid "Fax:"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, label)
#. +> trunk5
#: libs/widgets/KoConfigAuthorPage.ui:166
#, kde-format
msgid "Contact:"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, lblStreetDesc)
#. +> stable5
#: libs/widgets/KoConfigAuthorPage.ui:175
#: libs/widgets/koDocumentInfoAuthorWidget.ui:144
#, kde-format
msgid "Street:"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, lblCityDesc)
#. +> stable5
#: libs/widgets/KoConfigAuthorPage.ui:207
#: libs/widgets/koDocumentInfoAuthorWidget.ui:164
#, kde-format
msgid "City:"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, lblCountryDesc)
#. +> stable5
#: libs/widgets/KoConfigAuthorPage.ui:223
#: libs/widgets/koDocumentInfoAuthorWidget.ui:174
#, kde-format
msgid "Country:"
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 ""
#. +> trunk5 stable5
#: libs/widgets/KoDockWidgetTitleBar.cpp:54
#, kde-format
msgctxt "@info:tooltip"
msgid "Float Docker"
msgstr ""
#. +> trunk5 stable5
#: libs/widgets/KoDockWidgetTitleBar.cpp:62
#, kde-format
msgctxt "@info:tooltip"
msgid "Close Docker"
msgstr ""
#. +> trunk5 stable5
#: libs/widgets/KoDockWidgetTitleBar.cpp:72
#, kde-format
msgctxt "@info:tooltip"
msgid "Collapse Docker"
msgstr ""
#. +> trunk5 stable5
#: libs/widgets/KoDockWidgetTitleBar.cpp:82
#, kde-format
msgctxt "@info:tooltip"
msgid "Lock Docker"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, lblLastPrintedDesc)
#. +> trunk5 stable5
#: libs/widgets/koDocumentInfoAboutWidget.ui:31
#, kde-format
msgid "Last printed:"
msgstr ""
#. i18n: ectx: property (text), widget (QPushButton, pbReset)
#. +> trunk5 stable5
#: libs/widgets/koDocumentInfoAboutWidget.ui:57
#, kde-format
msgid "&Reset"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, lblModifiedDesc)
#. +> trunk5 stable5
#: libs/widgets/koDocumentInfoAboutWidget.ui:64
#, kde-format
msgid "Modified:"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, lblRevisionDesc)
#. +> trunk5 stable5
#: libs/widgets/koDocumentInfoAboutWidget.ui:94
#, kde-format
msgid "Revision number:"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, lblKeywordsDesc)
#. +> trunk5 stable5
#: libs/widgets/koDocumentInfoAboutWidget.ui:104
#, kde-format
msgid "Keywords:"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, filePathInfoLabel)
#. +> trunk5 stable5
#: libs/widgets/koDocumentInfoAboutWidget.ui:117
#, kde-format
msgid "Path:"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, lbLanguageDesc)
#. +> trunk5 stable5
#: libs/widgets/koDocumentInfoAboutWidget.ui:141
#, kde-format
msgid "Language:"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, lblSubjectDesc)
#. +> trunk5 stable5
#: libs/widgets/koDocumentInfoAboutWidget.ui:151
#, kde-format
msgid "Subject:"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, lblEditingDesc)
#. +> trunk5 stable5
#: libs/widgets/koDocumentInfoAboutWidget.ui:191
#, kde-format
msgid "Total editing time:"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, lblTitleDesc)
#. +> trunk5 stable5
#: libs/widgets/koDocumentInfoAboutWidget.ui:211
#, kde-format
msgctxt "Document title"
msgid "Title:"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, lblCreatedDesc)
#. i18n: ectx: property (text), widget (QLabel, label_6)
#. +> trunk5 stable5
#: libs/widgets/koDocumentInfoAboutWidget.ui:231
#: plugins/extensions/resourcemanager/wdgdlgbundlemanager.ui:453
#, kde-format
msgid "Created:"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, lblLicense)
#. +> trunk5
#: libs/widgets/koDocumentInfoAboutWidget.ui:250
#, kde-format
msgid "License/Rights:"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, lblTitleDesc)
#. i18n: ectx: property (text), widget (QLabel, label_7)
#. i18n: ectx: property (text), widget (QLabel, label)
#. i18n: ectx: property (text), widget (QLabel, titleLabel)
#. +> trunk5 stable5
#: libs/widgets/koDocumentInfoAuthorWidget.ui:50
#: plugins/extensions/metadataeditor/editors/dublincore.ui:83
#: plugins/extensions/pykrita/plugin/info.ui:174
#: plugins/flake/textshape/dialogs/CitationInsertionDialog.ui:183
#: plugins/flake/textshape/dialogs/InsertBibliographyDialog.ui:32
#, 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
#: libs/widgets/koDocumentInfoAuthorWidget.ui:127
#, kde-format
msgid "Last Name:"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, lblfirstname)
#. +> trunk5
#: libs/widgets/koDocumentInfoAuthorWidget.ui:134
#, kde-format
msgid "First Name:"
msgstr ""
#. +> trunk5 stable5
#: libs/widgets/KoDocumentInfoDlg.cpp:85
#, kde-format
msgid "Document Information"
msgstr ""
#. +> trunk5 stable5
#: libs/widgets/KoDocumentInfoDlg.cpp:127
#, kde-format
msgid "Last saved by"
msgstr ""
#. +> trunk5 stable5
#: libs/widgets/KoDocumentInfoDlg.cpp:184
#, kde-format
msgid "Use ';' (Example: Office;KDE;Calligra)"
msgstr ""
#. +> trunk5 stable5
#: libs/widgets/KoDocumentInfoDlg.cpp:311
#, kde-format
msgid "%1 week"
msgid_plural "%1 weeks"
msgstr[0] ""
msgstr[1] ""
#. +> trunk5 stable5
#: libs/widgets/KoDocumentInfoDlg.cpp:312
#: libs/widgets/KoDocumentInfoDlg.cpp:314
#, kde-format
msgid "%1 day"
msgid_plural "%1 days"
msgstr[0] ""
msgstr[1] ""
#. +> trunk5 stable5
#: libs/widgets/KoDocumentInfoDlg.cpp:315
#: libs/widgets/KoDocumentInfoDlg.cpp:317
#, kde-format
msgid "%1 hour"
msgid_plural "%1 hours"
msgstr[0] ""
msgstr[1] ""
#. +> trunk5 stable5
#: libs/widgets/KoDocumentInfoDlg.cpp:318
#: libs/widgets/KoDocumentInfoDlg.cpp:320
#, kde-format
msgid "%1 minute"
msgid_plural "%1 minutes"
msgstr[0] ""
msgstr[1] ""
#. +> trunk5 stable5
#: libs/widgets/KoDocumentInfoDlg.cpp:321
#: libs/widgets/KoDocumentInfoDlg.cpp:323
#, kde-format
msgid "%1 second"
msgid_plural "%1 seconds"
msgstr[0] ""
msgstr[1] ""
#. +> trunk5 stable5
#: libs/widgets/KoDocumentInfoDlg.cpp:329
#, 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: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 ""
#. i18n: ectx: property (text), item, widget (QComboBox, beginAtCombo)
#. +> trunk5 stable5
#: libs/widgets/KoPageLayoutDialog.cpp:50
#: plugins/flake/textshape/dialogs/NotesConfigurationDialog.ui:144
#, 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:186
#, kde-format
msgid "Left Edge:"
msgstr ""
#. +> trunk5 stable5
#: libs/widgets/KoPageLayoutWidget.cpp:187
#, kde-format
msgid "Right Edge:"
msgstr ""
#. +> trunk5 stable5
#: libs/widgets/KoPageLayoutWidget.cpp:190
#, kde-format
msgid "Binding Edge:"
msgstr ""
#. +> trunk5 stable5
#: libs/widgets/KoPageLayoutWidget.cpp:191
#, kde-format
msgid "Page Edge:"
msgstr ""
#. +> trunk5 stable5
#: libs/widgets/KoPageLayoutWidget.cpp:287
#, kde-format
msgid "Facing Pages:"
msgstr ""
#. i18n: ectx: property (text), widget (QRadioButton, facingPages)
#. +> trunk5 stable5
#: libs/widgets/KoPageLayoutWidget.cpp:288
#: libs/widgets/KoPageLayoutWidget.ui:190
#, kde-format
msgid "Facing pages"
msgstr ""
#. +> trunk5 stable5
#: libs/widgets/KoPageLayoutWidget.cpp:291
#, kde-format
msgid "Page Layout:"
msgstr ""
#. +> trunk5 stable5
#: libs/widgets/KoPageLayoutWidget.cpp:292
#, 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
#, kde-format
msgid "Margins"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, label_13)
#. +> trunk5 stable5
#: libs/widgets/KoPageLayoutWidget.ui:243
#, 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:151
#, kde-format
msgctxt "@info:tooltip"
msgid "Import resource"
msgstr ""
#. +> trunk5 stable5
#: libs/widgets/KoResourceItemChooser.cpp:157
#, 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
+#: libs/widgets/KoRuler.cpp:1260
#, kde-format
msgid "First line indent"
msgstr ""
#. +> trunk5 stable5
-#: libs/widgets/KoRuler.cpp:1307
+#: libs/widgets/KoRuler.cpp:1261
#, kde-format
msgid "Left indent"
msgstr ""
#. +> trunk5 stable5
-#: libs/widgets/KoRuler.cpp:1308
+#: libs/widgets/KoRuler.cpp:1262
#, kde-format
msgid "Right indent"
msgstr ""
#. +> trunk5 stable5
#: libs/widgets/KoShadowConfigWidget.cpp:68
#, kde-format
msgid "Change the color of the shadow"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, label_2)
#. +> trunk5 stable5
#: libs/widgets/KoShadowConfigWidget.ui:67
#, kde-format
msgid "Blur:"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, label)
#. i18n: ectx: property (text), widget (QLabel, shadowDistanceLabel)
#. +> trunk5 stable5
#: libs/widgets/KoShadowConfigWidget.ui:84
#: plugins/flake/textshape/dialogs/FontDecorations.ui:257
#: plugins/tools/basictools/kis_tool_brush.cc:333
#: plugins/tools/basictools/kis_tool_measure.cc:52
#, kde-format
msgid "Distance:"
msgstr ""
#. +> trunk5 stable5
#: libs/widgets/KoStrokeConfigWidget.cpp:246
#, kde-format
msgid "Change the color of the line/border"
msgstr ""
#. +> trunk5 stable5
#: libs/widgets/KoTagChooserWidget.cpp:54 libs/widgets/KoTagToolButton.cpp:57
#, kde-format
msgid "Tag"
msgstr ""
#. +> trunk5
#: 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 ""
#. +> 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
#: libs/widgets/KoTagFilterWidget.cpp:81
#, kde-format
msgid "Search"
msgstr ""
#. +> stable5
#: libs/widgets/KoTagFilterWidget.cpp:81
#, kde-format
msgid "Enter resource filters here"
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:343 libs/widgetutils/xmlgui/ktoolbar.cpp:337
#, kde-format
msgctxt "@item:inmenu Icon size"
msgid "Default"
msgstr ""
#. +> trunk5 stable5
#: libs/widgets/KoToolBox.cpp:350
#, 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:29
#, kde-format
msgid "Toolbox"
msgstr ""
#. +> trunk5 stable5
#: libs/widgets/KoToolDocker.cpp:197
#, kde-format
msgid "Tool Options"
msgstr ""
#. +> trunk5 stable5
#: libs/widgets/KoToolDocker.cpp:228
#, kde-format
msgid "Toggles organizing the options in tabs or not"
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:81
#, kde-format
msgid "Use same aspect as pixels"
msgstr ""
#. +> trunk5 stable5
#: libs/widgets/KoZoomWidget.cpp:90
#, kde-format
msgid "Zoom to Selection"
msgstr ""
#. +> trunk5 stable5
#: libs/widgets/KoZoomWidget.cpp:99
#, kde-format
msgid "Zoom to All"
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
#: libs/widgetutils/kis_spin_box_unit_manager.cpp:197
#: libs/widgetutils/kis_spin_box_unit_manager.cpp:226
#, kde-format
msgid "percent (%)"
msgstr ""
#. +> trunk5
#: 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
#: 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
#: libs/widgetutils/kis_spin_box_unit_manager.cpp:246
#, kde-format
msgid "degrees (°)"
msgstr ""
#. +> trunk5
#: libs/widgetutils/kis_spin_box_unit_manager.cpp:246
#, kde-format
msgid "gons (gon)"
msgstr ""
#. +> trunk5
#: libs/widgetutils/kis_spin_box_unit_manager.cpp:246
#, kde-format
msgid "percent of circle (%)"
msgstr ""
#. +> trunk5
#: libs/widgetutils/kis_spin_box_unit_manager.cpp:246
#, kde-format
msgid "radians (rad)"
msgstr ""
#. +> trunk5
#: libs/widgetutils/kis_spin_box_unit_manager.cpp:255
#, kde-format
msgid "frames (f)"
msgstr ""
#. +> trunk5
#: libs/widgetutils/kis_spin_box_unit_manager.cpp:262
#, kde-format
msgid "percent of animation (%)"
msgstr ""
#. +> trunk5
#: libs/widgetutils/kis_spin_box_unit_manager.cpp:262
#, kde-format
msgid "seconds (s)"
msgstr ""
#. +> trunk5 stable5
#: libs/widgetutils/KoFileDialog.cpp:404
#, 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
#: 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 ""
#. +> stable5
#: libs/widgetutils/xmlgui/kactionconflictdetector.cpp:49
#, kde-format
msgid ""
"The key sequence '%1' is ambiguous. Use 'Configure Shortcuts'\n"
"from the 'Settings' menu to solve the ambiguity.\n"
"No action will be triggered."
msgstr ""
#. +> trunk5 stable5
#: libs/widgetutils/xmlgui/kactionconflictdetector.cpp:53
#, kde-format
msgid "Ambiguous shortcut detected"
msgstr ""
#. +> trunk5 stable5
#: libs/widgetutils/xmlgui/kbugreport.cpp:93
#: libs/widgetutils/xmlgui/kbugreport.cpp:109
#, kde-format
msgid "Submit Bug Report"
msgstr ""
#. +> trunk5 stable5
#: libs/widgetutils/xmlgui/kbugreport.cpp:119
#, kde-format
msgid "The application for which you wish to submit a bug report - if incorrect, please use the Report Bug menu item of the correct application"
msgstr ""
#. +> trunk5 stable5
#: libs/widgetutils/xmlgui/kbugreport.cpp:120
#, kde-format
msgid "Application: "
msgstr ""
#. +> trunk5 stable5
#: libs/widgetutils/xmlgui/kbugreport.cpp:145
#, kde-format
msgid "The version of this application - please make sure that no newer version is available before sending a bug report"
msgstr ""
#. +> trunk5 stable5
#: libs/widgetutils/xmlgui/kbugreport.cpp:146
#, kde-format
msgid "Version:"
msgstr ""
#. +> trunk5 stable5
#: libs/widgetutils/xmlgui/kbugreport.cpp:151
#, kde-format
msgid "no version set (programmer error)"
msgstr ""
#. +> trunk5 stable5
#: libs/widgetutils/xmlgui/kbugreport.cpp:159
#, kde-format
msgid "OS:"
msgstr ""
#. +> trunk5 stable5
#: libs/widgetutils/xmlgui/kbugreport.cpp:167
#, kde-format
msgid "Compiler:"
msgstr ""
#. +> trunk5 stable5
#: libs/widgetutils/xmlgui/kbugreport.cpp:176
#, kde-format
msgid "<qt>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.</qt>"
msgstr ""
#. +> trunk5 stable5
#: libs/widgetutils/xmlgui/kbugreport.cpp:191
#, kde-format
msgid "&Launch Bug Report Wizard"
msgstr ""
#. +> trunk5 stable5
#: libs/widgetutils/xmlgui/kcheckaccelerators.cpp:229
#, kde-format
msgctxt "@title:window"
msgid "Dr. Klash' Accelerator Diagnosis"
msgstr ""
#. +> trunk5 stable5
#: libs/widgetutils/xmlgui/kcheckaccelerators.cpp:236
#, kde-format
msgctxt "@option:check"
msgid "Disable automatic checking"
msgstr ""
#. +> trunk5 stable5
#: libs/widgetutils/xmlgui/kcheckaccelerators.cpp:240
#, kde-format
msgctxt "@action:button"
msgid "Close"
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:374
#: plugins/impex/video/video_export_options_dialog.ui:128
#: plugins/tools/basictools/wdgmultihandtool.ui:97
#, 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
#: 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] ""
#. +> stable5
#: libs/widgetutils/xmlgui/kkeysequencewidget.cpp:189
#, kde-format
msgctxt "%1 is the number of ambigious 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:73
#, kde-format
msgid "New..."
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:1289
#, kde-format
msgctxt "@action:intoolbar Text label of toolbar button"
msgid "%1"
msgstr ""
#. +> trunk5 stable5
#: libs/widgetutils/xmlgui/ktoolbar.cpp:1290
#, 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
#: plugins/assistants/Assistants/AssistantsToolOptions.ui:25
#, kde-format
msgid "Add:"
msgstr ""
#. i18n: ectx: property (text), widget (QPushButton, loadAssistantButton)
#. +> trunk5 stable5
#: plugins/assistants/Assistants/AssistantsToolOptions.ui:39
#, kde-format
msgid "Open..."
msgstr ""
#. i18n: ectx: property (text), widget (QPushButton, saveAssistantButton)
#. +> trunk5 stable5
#: plugins/assistants/Assistants/AssistantsToolOptions.ui:46
#, kde-format
msgid "Save..."
msgstr ""
#. i18n: ectx: property (text), widget (QPushButton, deleteAllAssistantsButton)
#. +> trunk5 stable5
#: plugins/assistants/Assistants/AssistantsToolOptions.ui:55
#, kde-format
msgid "Delete all"
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 ""
#. +> 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:593
#, kde-format
msgid "Select an Assistant"
msgstr ""
#. +> trunk5 stable5
#: plugins/assistants/Assistants/kis_assistant_tool.cc:685
#, kde-format
msgid "Errors were encountered. Not all assistants were successfully loaded."
msgstr ""
#. +> trunk5 stable5
#: plugins/assistants/Assistants/kis_assistant_tool.cc:731
#, kde-format
msgid "Save Assistant"
msgstr ""
#. +> trunk5 stable5
#: plugins/assistants/Assistants/kis_assistant_tool.h:154
#, 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/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:218
#, 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:239
#, 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:169
#, kde-format
msgid "RGB8 Histogram"
msgstr ""
#. +> trunk5 stable5
#: plugins/color/lcms2engine/LcmsEnginePlugin.cpp:173
#, kde-format
msgid "RGB16 Histogram"
msgstr ""
#. +> trunk5 stable5
#: plugins/color/lcms2engine/LcmsEnginePlugin.cpp:179
#, kde-format
msgid "RGBF16 Histogram"
msgstr ""
#. +> trunk5 stable5
#: plugins/color/lcms2engine/LcmsEnginePlugin.cpp:185
#, kde-format
msgid "RGBF32 Histogram"
msgstr ""
#. +> trunk5 stable5
#: plugins/color/lcms2engine/LcmsEnginePlugin.cpp:206
#, kde-format
msgid "GRAY/Alpha8 Histogram"
msgstr ""
#. +> trunk5 stable5
#: plugins/color/lcms2engine/LcmsEnginePlugin.cpp:210
#, kde-format
msgid "GRAY/Alpha16 Histogram"
msgstr ""
#. +> trunk5 stable5
#: plugins/color/lcms2engine/LcmsEnginePlugin.cpp:215
#, kde-format
msgid "GRAYF16 Histogram"
msgstr ""
#. +> trunk5 stable5
#: plugins/color/lcms2engine/LcmsEnginePlugin.cpp:221
#, kde-format
msgid "GRAY/Alpha 32 float Histogram"
msgstr ""
#. +> trunk5 stable5
#: plugins/color/lcms2engine/LcmsEnginePlugin.cpp:231
#, kde-format
msgid "CMYK8 Histogram"
msgstr ""
#. +> trunk5 stable5
#: plugins/color/lcms2engine/LcmsEnginePlugin.cpp:235
#, kde-format
msgid "CMYK16 Histogram"
msgstr ""
#. +> trunk5 stable5
#: plugins/color/lcms2engine/LcmsEnginePlugin.cpp:239
#, kde-format
msgid "CMYK F32 Histogram"
msgstr ""
#. +> trunk5 stable5
#: plugins/color/lcms2engine/LcmsEnginePlugin.cpp:257
#, kde-format
msgid "XYZ8 Histogram"
msgstr ""
#. +> trunk5 stable5
#: plugins/color/lcms2engine/LcmsEnginePlugin.cpp:261
#, kde-format
msgid "XYZ16 Histogram"
msgstr ""
#. +> trunk5 stable5
#: plugins/color/lcms2engine/LcmsEnginePlugin.cpp:267
#, kde-format
msgid "XYZF16 Histogram"
msgstr ""
#. +> trunk5 stable5
#: plugins/color/lcms2engine/LcmsEnginePlugin.cpp:273
#, kde-format
msgid "XYZF32 Histogram"
msgstr ""
#. +> trunk5 stable5
#: plugins/color/lcms2engine/LcmsEnginePlugin.cpp:286
#, kde-format
msgid "YCBCR8 Histogram"
msgstr ""
#. +> trunk5 stable5
#: plugins/color/lcms2engine/LcmsEnginePlugin.cpp:290
#, kde-format
msgid "YCBCR16 Histogram"
msgstr ""
#. +> trunk5 stable5
#: plugins/color/lcms2engine/LcmsEnginePlugin.cpp:294
#, kde-format
msgid "YCBCRF32 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 ""
#. +> trunk5 stable5
#: plugins/dockers/advancedcolorselector/kis_color_selector_settings.cpp:55
#: plugins/dockers/colorslider/kis_color_slider_dock.cpp:42
#, kde-format
msgid "Color Sliders"
msgstr ""
#. +> 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:320
#, 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:323
#, 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:326
#, kde-format
msgid "Intensity maps to the sum of rgb components"
msgstr ""
#. +> trunk5 stable5
#: plugins/dockers/advancedcolorselector/kis_color_selector_settings.cpp:329
#, 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
#, 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
#: 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 (QRadioButton, lastUsedColorsAlignHorizontal)
#. i18n: ectx: property (text), widget (QRadioButton, commonColorsAlignHorizontal)
#. +> stable5
#: plugins/dockers/advancedcolorselector/wdg_color_selector_settings.ui:848
#: plugins/dockers/advancedcolorselector/wdg_color_selector_settings.ui:1063
#, kde-format
msgid "&Horizontal"
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 (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
#: plugins/dockers/colorslider/kis_color_slider_input.cpp:78
#, 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
#, 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:80
#, kde-format
msgid "Previous Key Frame"
msgstr ""
#. +> trunk5 stable5
#: plugins/dockers/animation/animation_docker.cpp:84
#, kde-format
msgid "Next Key Frame"
msgstr ""
#. +> trunk5 stable5
#: plugins/dockers/animation/animation_docker.cpp:88
#, kde-format
msgid "First Frame"
msgstr ""
#. +> trunk5 stable5
#: plugins/dockers/animation/animation_docker.cpp:92
#, kde-format
msgid "Last Frame"
msgstr ""
#. +> trunk5 stable5
#: plugins/dockers/animation/animation_docker.cpp:96
#, kde-format
msgid "Play / Stop"
msgstr ""
#. +> trunk5 stable5
#: plugins/dockers/animation/animation_docker.cpp:301
msgctxt "(qtundo-format)"
msgid "Add transform keyframe"
msgstr ""
#. +> trunk5 stable5
#: plugins/dockers/animation/animation_docker.cpp:544
#, kde-format
msgid "Effective FPS:\t%1"
msgstr ""
#. +> trunk5 stable5
#: plugins/dockers/animation/animation_docker.cpp:545
#, kde-format
msgid "Real FPS:\t%1"
msgstr ""
#. +> trunk5 stable5
#: plugins/dockers/animation/animation_docker.cpp:546
#, kde-format
msgid "Frames dropped:\t%1%"
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:57
#: plugins/dockers/animation/kis_animation_utils.cpp:184
#, 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:58
msgctxt "(qtundo-format)"
msgid "Add Keyframe"
msgstr ""
#. +> trunk5 stable5
#: plugins/dockers/animation/kis_animation_utils.cpp:111
msgctxt "(qtundo-format)"
msgid "Remove Keyframe"
msgid_plural "Remove Keyframes"
msgstr[0] ""
msgstr[1] ""
#. +> trunk5 stable5
#: plugins/dockers/animation/kis_animation_utils.cpp:181
#, kde-format
msgctxt "(qtundo-format)"
msgid "Move Keyframe"
msgid_plural "Move %1 Keyframes"
msgstr[0] ""
msgstr[1] ""
#. +> 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
#, 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:58
#, kde-format
msgid "Timeline"
msgstr ""
#. +> trunk5
#: plugins/dockers/animation/timeline_frames_view.cpp:206
#, kde-format
msgctxt "@item:inmenu"
msgid "Audio playback is not supported in this build!"
msgstr ""
#. +> stable5
#: plugins/dockers/animation/timeline_frames_view.cpp:213
#, kde-format
msgctxt "@item:inmenu"
msgid "Audio playback is not suported in this build!"
msgstr ""
#. +> trunk5 stable5
#: plugins/dockers/animation/timeline_frames_view.cpp:213
#, kde-format
msgctxt "@item:inmenu"
msgid "Mute"
msgstr ""
#. +> trunk5 stable5
#: plugins/dockers/animation/timeline_frames_view.cpp:218
#, kde-format
msgctxt "@item:inmenu"
msgid "Remove audio"
msgstr ""
#. +> trunk5 stable5
#: plugins/dockers/animation/timeline_frames_view.cpp:225
#, kde-format
msgctxt "@item:inmenu, slider"
msgid "Volume:"
msgstr ""
#. +> trunk5 stable5
#: plugins/dockers/animation/timeline_frames_view.cpp:268
#, 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:449
#, kde-format
msgctxt "@item:inmenu"
msgid "Open audio..."
msgstr ""
#. +> trunk5 stable5
#: plugins/dockers/animation/timeline_frames_view.cpp:452
#, kde-format
msgctxt "@item:inmenu"
msgid "Change audio (%1)..."
msgstr ""
#. +> trunk5 stable5
#: plugins/dockers/animation/timeline_ruler_header.cpp:391
#, kde-format
msgid "Insert %1 left"
msgstr ""
#. +> trunk5 stable5
#: plugins/dockers/animation/timeline_ruler_header.cpp:392
#, kde-format
msgid "Insert %1 right"
msgstr ""
#. +> trunk5 stable5
#: plugins/dockers/animation/timeline_ruler_header.cpp:393
#, kde-format
msgid "Clear %1 columns"
msgstr ""
#. +> trunk5 stable5
#: plugins/dockers/animation/timeline_ruler_header.cpp:394
#, kde-format
msgid "Remove %1 columns"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, label)
#. +> trunk5 stable5
#: plugins/dockers/animation/wdg_animation.ui:77
#, kde-format
msgid "Start:"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, label_2)
#. +> trunk5 stable5
#: plugins/dockers/animation/wdg_animation.ui:97
#, kde-format
msgid "End:"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, lblPlaySpeed)
#. +> trunk5 stable5
#: plugins/dockers/animation/wdg_animation.ui:501
#, kde-format
msgid "Play Speed:"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, lblFramerate)
#. +> trunk5 stable5
#: plugins/dockers/animation/wdg_animation.ui:524
#, kde-format
msgid "Frame Rate:"
msgstr ""
#. i18n: ectx: property (toolTip), widget (KisZoomButton, btnHorizontalZoom)
#. +> trunk5 stable5
#: plugins/dockers/animation/wdg_animation_curves.ui:19
#, kde-format
msgid "Zoom time"
msgstr ""
#. i18n: ectx: property (toolTip), widget (KisZoomButton, btnVerticalZoom)
#. +> trunk5 stable5
#: plugins/dockers/animation/wdg_animation_curves.ui:29
#, kde-format
msgid "Zoom values"
msgstr ""
#. i18n: ectx: property (toolTip), widget (QToolButton, btnZoomToFit)
#. +> trunk5 stable5
#: plugins/dockers/animation/wdg_animation_curves.ui:39
#, kde-format
msgid "Zoom to fit"
msgstr ""
#. i18n: ectx: property (toolTip), widget (QToolButton, btnAddKeyframe)
#. +> trunk5 stable5
#: plugins/dockers/animation/wdg_animation_curves.ui:62
#, kde-format
msgid "Add new keyframe"
msgstr ""
#. i18n: ectx: property (toolTip), widget (QToolButton, btnRemoveKeyframes)
#. +> trunk5 stable5
#: plugins/dockers/animation/wdg_animation_curves.ui:72
#, kde-format
msgid "Remove selected keyframes"
msgstr ""
#. i18n: ectx: property (toolTip), widget (QToolButton, btnConstantInterpolation)
#. +> trunk5 stable5
#: plugins/dockers/animation/wdg_animation_curves.ui:95
#, kde-format
msgid "Hold value"
msgstr ""
#. i18n: ectx: property (toolTip), widget (QToolButton, btnLinearInterpolation)
#. +> trunk5 stable5
#: plugins/dockers/animation/wdg_animation_curves.ui:105
#, kde-format
msgid "Linear interpolation"
msgstr ""
#. i18n: ectx: property (toolTip), widget (QToolButton, btnBezierInterpolation)
#. +> trunk5 stable5
#: plugins/dockers/animation/wdg_animation_curves.ui:115
#, kde-format
msgid "Custom interpolation"
msgstr ""
#. i18n: ectx: property (toolTip), widget (QToolButton, btnSharp)
#. +> trunk5 stable5
#: plugins/dockers/animation/wdg_animation_curves.ui:141
#, kde-format
msgid "Sharp node"
msgstr ""
#. i18n: ectx: property (toolTip), widget (QToolButton, btnSmooth)
#. +> trunk5 stable5
#: plugins/dockers/animation/wdg_animation_curves.ui:151
#, kde-format
msgid "Smooth node"
msgstr ""
#. +> trunk5 stable5
#: plugins/dockers/arrangedocker/arrangedocker_dock.cpp:30
#, kde-format
msgid "Arrange"
msgstr ""
#. +> trunk5 stable5
#: plugins/dockers/artisticcolorselector/artisticcolorselector_dock.cpp:51
#, kde-format
msgid "Artistic Color Selector"
msgstr ""
#. +> trunk5 stable5
#: plugins/dockers/artisticcolorselector/artisticcolorselector_dock.cpp:59
#, kde-format
msgid "Reset All Rings"
msgstr ""
#. +> trunk5 stable5
#: plugins/dockers/artisticcolorselector/artisticcolorselector_dock.cpp:60
#, kde-format
msgid "Reset Selected Ring"
msgstr ""
#. +> trunk5 stable5
#: plugins/dockers/artisticcolorselector/artisticcolorselector_dock.cpp:61
#, kde-format
msgid "Reset Light"
msgstr ""
#. +> trunk5 stable5
#: plugins/dockers/artisticcolorselector/artisticcolorselector_dock.cpp:62
#, kde-format
msgid "Reset Everything"
msgstr ""
#. i18n: ectx: property (text), widget (KisPopupButton, bnColorPrefs)
#. +> trunk5 stable5
#: plugins/dockers/artisticcolorselector/forms/wdgArtisticColorSelector.ui:25
#, kde-format
msgid "Pref."
msgstr ""
#. i18n: ectx: property (text), widget (QPushButton, bnAbsLight)
#. +> trunk5 stable5
#: plugins/dockers/artisticcolorselector/forms/wdgArtisticColorSelector.ui:39
#, kde-format
msgid "Abs."
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, huePiecesLabel)
#. +> trunk5 stable5
#: plugins/dockers/artisticcolorselector/forms/wdgColorPreferencesPopup.ui:78
#, kde-format
msgid "Hue Pieces:"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, saturationRingsLabel)
#. +> trunk5 stable5
#: plugins/dockers/artisticcolorselector/forms/wdgColorPreferencesPopup.ui:98
#, kde-format
msgid "Saturation Rings:"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, lightPiecesLabel)
#. +> trunk5 stable5
#: plugins/dockers/artisticcolorselector/forms/wdgColorPreferencesPopup.ui:118
#, kde-format
msgid "Light Pieces"
msgstr ""
#. i18n: ectx: property (text), widget (QPushButton, bnInverseSat)
#. +> trunk5 stable5
#: plugins/dockers/artisticcolorselector/forms/wdgColorPreferencesPopup.ui:142
#, kde-format
msgid "Invert Saturation"
msgstr ""
#. i18n: ectx: property (text), widget (QPushButton, bnDefault)
#. +> trunk5 stable5
#: plugins/dockers/artisticcolorselector/forms/wdgColorPreferencesPopup.ui:155
#, kde-format
msgid "Reset to Default"
msgstr ""
#. +> trunk5 stable5
#: plugins/dockers/channeldocker/channeldocker_dock.cpp:40
#, kde-format
msgid "Channels"
msgstr ""
#. +> trunk5 stable5
#: plugins/dockers/compositiondocker/compositiondocker_dock.cpp:52
#, kde-format
msgid "Compositions"
msgstr ""
#. +> trunk5 stable5
#: plugins/dockers/compositiondocker/compositiondocker_dock.cpp:63
#, kde-format
msgid "Delete Composition"
msgstr ""
#. +> trunk5 stable5
#: plugins/dockers/compositiondocker/compositiondocker_dock.cpp:64
#, kde-format
msgid "New Composition"
msgstr ""
#. +> trunk5 stable5
#: plugins/dockers/compositiondocker/compositiondocker_dock.cpp:65
#, kde-format
msgid "Export Composition"
msgstr ""
#. +> trunk5 stable5
#: plugins/dockers/compositiondocker/compositiondocker_dock.cpp:80
#, kde-format
msgid "Insert Name"
msgstr ""
#. +> trunk5 stable5
#: plugins/dockers/compositiondocker/compositiondocker_dock.cpp:187
#, kde-format
msgid "Select a Directory"
msgstr ""
#. +> trunk5 stable5
#: plugins/dockers/compositiondocker/compositiondocker_dock.cpp:294
#, kde-format
msgid "Rename Composition"
msgstr ""
#. +> trunk5 stable5
#: plugins/dockers/compositiondocker/compositiondocker_dock.cpp:295
#, kde-format
msgid "New Name:"
msgstr ""
#. +> trunk5 stable5
#: plugins/dockers/compositiondocker/compositionmodel.cpp:76
#, kde-format
msgid "Composition"
msgstr ""
#. +> trunk5 stable5
#: plugins/dockers/defaultdockers/kis_layer_box.cpp:151
#, kde-format
msgid "Layers"
msgstr ""
#. +> trunk5 stable5
#: plugins/dockers/defaultdockers/kis_layer_box.cpp:200
#, kde-format
msgid "&Select Opaque"
msgstr ""
#. +> trunk5 stable5
#: plugins/dockers/defaultdockers/kis_layer_box.cpp:227
#, kde-format
msgid "&Show Global Selection Mask"
msgstr ""
#. +> trunk5 stable5
#: plugins/dockers/defaultdockers/kis_layer_box.cpp:230
#, kde-format
msgctxt "@info:tooltip"
msgid "Shows global selection as a usual selection mask in <b>Layers</b> docker"
msgstr ""
#. +> trunk5
#: plugins/dockers/defaultdockers/kis_layer_box.cpp:588
#, kde-format
msgid "&Toggle Locks && Visibility"
msgstr ""
#. +> stable5
#: plugins/dockers/defaultdockers/kis_layer_box.cpp:599
#, kde-format
msgid "&Locks && visibility"
msgstr ""
#. +> trunk5 stable5
#: plugins/dockers/defaultdockers/kis_layer_box.cpp:595
#, 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 ""
#. +> trunk5
#: plugins/dockers/griddocker/grid_config_widget.cpp:55
#, kde-format
msgid "Isometric"
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
#: plugins/dockers/griddocker/grid_config_widget.ui:154
#, kde-format
msgid "Cell Spacing:"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, rightAngleLabel)
#. +> trunk5
#: plugins/dockers/griddocker/grid_config_widget.ui:189
#, kde-format
msgid "Right Angle:"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, leftAngleLabel)
#. +> trunk5
#: 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
#: 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 ""
#. i18n: ectx: attribute (title), widget (QWidget, imgBrowserTab)
#. +> trunk5 stable5
#: plugins/dockers/imagedocker/forms/wdgimagedocker.ui:42
#, kde-format
msgid "Browse"
msgstr ""
#. i18n: ectx: property (text), widget (QToolButton, bnBack)
#. +> trunk5 stable5
#: plugins/dockers/imagedocker/forms/wdgimagedocker.ui:70
#, kde-format
msgid "Back"
msgstr ""
#. i18n: ectx: property (text), widget (QToolButton, bnHome)
#. +> trunk5 stable5
#: plugins/dockers/imagedocker/forms/wdgimagedocker.ui:90
#, kde-format
msgid "Home"
msgstr ""
#. i18n: ectx: attribute (title), widget (QWidget, imgViewTab)
#. +> trunk5 stable5
#: plugins/dockers/imagedocker/forms/wdgimagedocker.ui:164
#, kde-format
msgid "Images"
msgstr ""
#. i18n: ectx: property (text), widget (QToolButton, bnImgPrev)
#. +> trunk5 stable5
#: plugins/dockers/imagedocker/forms/wdgimagedocker.ui:201
#, kde-format
msgid "Prev"
msgstr ""
#. i18n: ectx: property (text), widget (QToolButton, bnImgNext)
#. +> trunk5 stable5
#: plugins/dockers/imagedocker/forms/wdgimagedocker.ui:214
#, kde-format
msgid "Next"
msgstr ""
#. i18n: ectx: property (text), widget (QPushButton, bnZoomFit)
#. +> trunk5 stable5
#: plugins/dockers/imagedocker/forms/wdgImageViewPopup.ui:19
#, kde-format
msgid "Fit"
msgstr ""
#. i18n: ectx: property (text), widget (QPushButton, bnZoomAdjust)
#. +> trunk5 stable5
#: plugins/dockers/imagedocker/forms/wdgImageViewPopup.ui:35
#, kde-format
msgctxt "Zoom mode to fit by only one dimension - width or height"
msgid "Adjust"
msgstr ""
#. i18n: ectx: property (text), widget (QPushButton, bnZoom75)
#. +> trunk5 stable5
#: plugins/dockers/imagedocker/forms/wdgImageViewPopup.ui:61
#, kde-format, no-c-format
msgid "75%"
msgstr ""
#. i18n: ectx: property (text), widget (QPushButton, bnZoom50)
#. +> trunk5 stable5
#: plugins/dockers/imagedocker/forms/wdgImageViewPopup.ui:74
#, kde-format, no-c-format
msgid "50%"
msgstr ""
#. i18n: ectx: property (text), widget (QPushButton, bnZoom25)
#. +> trunk5 stable5
#: plugins/dockers/imagedocker/forms/wdgImageViewPopup.ui:87
#, kde-format, no-c-format
msgid "25%"
msgstr ""
#. +> trunk5 stable5
#: plugins/dockers/imagedocker/imagedocker_dock.cpp:183
#, kde-format
msgid "Reference Images"
msgstr ""
#. +> trunk5 stable5
#: plugins/dockers/lut/black_white_point_chooser.cpp:55
#, kde-format
msgid "Black:"
msgstr ""
#. +> trunk5 stable5
#: plugins/dockers/lut/black_white_point_chooser.cpp:56
#, kde-format
msgid "White:"
msgstr ""
#. +> trunk5 stable5
#: plugins/dockers/lut/lutdocker_dock.cpp:91
#, kde-format
msgid "LUT Management"
msgstr ""
#. +> trunk5 stable5
#: plugins/dockers/lut/lutdocker_dock.cpp:112
#, kde-format
msgid "Select custom configuration file."
msgstr ""
#. +> trunk5 stable5
#: plugins/dockers/lut/lutdocker_dock.cpp:117
#: plugins/dockers/lut/lutdocker_dock.cpp:603
#, kde-format
msgid "Select LUT file"
msgstr ""
#. +> trunk5 stable5
#: plugins/dockers/lut/lutdocker_dock.cpp:130
#, kde-format
msgid "Select the exposure (stops) for HDR images."
msgstr ""
#. +> trunk5 stable5
#: plugins/dockers/lut/lutdocker_dock.cpp:143
#, kde-format
msgid "Select the amount of gamma modification for display. This does not affect the pixels of your image."
msgstr ""
#. +> trunk5 stable5
#: plugins/dockers/lut/lutdocker_dock.cpp:273
#, kde-format
msgctxt "floating message about exposure"
msgid "Exposure: %1"
msgstr ""
#. +> trunk5 stable5
#: plugins/dockers/lut/lutdocker_dock.cpp:284
#, kde-format
msgctxt "floating message about gamma"
msgid "Gamma: %1"
msgstr ""
#. +> trunk5 stable5
#: plugins/dockers/lut/lutdocker_dock.cpp:441
#, kde-format
msgid "Select OpenColorIO Configuration"
msgstr ""
#. +> trunk5 stable5
#: plugins/dockers/lut/lutdocker_dock.cpp:518
#, kde-format
msgid "Luminance"
msgstr ""
#. +> trunk5 stable5
#: plugins/dockers/lut/lutdocker_dock.cpp:519
#, kde-format
msgid "All Channels"
msgstr ""
#. +> trunk5 stable5
#: plugins/dockers/lut/lutdocker_dock.cpp:573
#, kde-format
msgctxt "Item to indicate no look transform being selected"
msgid "None"
msgstr ""
#. i18n: ectx: property (title), widget (QGroupBox, m_chkUseOcio)
#. +> trunk5 stable5
#: plugins/dockers/lut/wdglut.ui:32
#, kde-format
msgid "Use OpenColorIO"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, m_lblDisplayDevice)
#. +> trunk5 stable5
#: plugins/dockers/lut/wdglut.ui:89
#, kde-format
msgid "Display Device:"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, label_5)
#. +> trunk5 stable5
#: plugins/dockers/lut/wdglut.ui:102
#, kde-format
msgid "Components:"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, label_7)
#. i18n: ectx: property (text), widget (QLabel, textLabel1)
#. +> trunk5 stable5
#: plugins/dockers/lut/wdglut.ui:135
#: plugins/filters/dodgeburn/DodgeBurnConfigurationBaseWidget.ui:55
#, kde-format
msgid "Exposure:"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, m_lblInputColorSpace)
#. +> trunk5 stable5
#: plugins/dockers/lut/wdglut.ui:148
#, kde-format
msgid "Input ColorSpace:"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, lblConfig)
#. +> trunk5 stable5
#: plugins/dockers/lut/wdglut.ui:171
#, kde-format
msgid "Configuration:"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, m_lblLut)
#. +> trunk5 stable5
#: plugins/dockers/lut/wdglut.ui:205
#, kde-format
msgid "LUT file:"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, textLabel1)
#. i18n: ectx: property (text), widget (QLabel, m_lblView)
#. +> trunk5 stable5
#: plugins/dockers/lut/wdglut.ui:279
#: plugins/extensions/histogram/wdghistogram.ui:120
#, kde-format
msgid "View:"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, label)
#. +> trunk5 stable5
#: plugins/dockers/lut/wdglut.ui:292
#, kde-format
msgid "Color Engine:"
msgstr ""
#. i18n: ectx: property (text), item, widget (QComboBox, m_colorManagement)
#. +> trunk5 stable5
#: plugins/dockers/lut/wdglut.ui:306
#, kde-format
msgid "Internal"
msgstr ""
#. i18n: ectx: property (text), item, widget (QComboBox, m_colorManagement)
#. +> trunk5 stable5
#: plugins/dockers/lut/wdglut.ui:311
#, kde-format
msgid "OCIO"
msgstr ""
#. i18n: ectx: property (text), item, widget (QComboBox, m_colorManagement)
#. +> trunk5 stable5
#: plugins/dockers/lut/wdglut.ui:316
#, kde-format
msgid "OCIO (environment)"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, m_lblLook)
#. +> trunk5 stable5
#: plugins/dockers/lut/wdglut.ui:324
#, kde-format
msgid "Look:"
msgstr ""
#. i18n: ectx: property (toolTip), widget (QPushButton, m_btnConvertCurrentColor)
#. +> trunk5 stable5
#: plugins/dockers/lut/wdglut.ui:373
#, kde-format
msgid "Lock current color to have the same visual representation when changing OCIO configuration"
msgstr ""
#. i18n: ectx: property (toolTip), widget (QPushButton, m_btmShowBWConfiguration)
#. +> trunk5 stable5
#: plugins/dockers/lut/wdglut.ui:392
#, kde-format
msgid "Configure black and white points of the view"
msgstr ""
#. +> trunk5 stable5
#: plugins/dockers/overview/overviewdocker_dock.cpp:35
#, kde-format
msgid "Overview"
msgstr ""
#. +> trunk5 stable5
#: plugins/dockers/palettedocker/palettedocker_dock.cpp:100
#, kde-format
msgid "Choose palette"
msgstr ""
#. i18n: ectx: property (toolTip), widget (QToolButton, bnAdd)
#. +> trunk5 stable5
#: plugins/dockers/palettedocker/wdgpalettedock.ui:44
#, kde-format
msgid "Add foreground color"
msgstr ""
#. i18n: ectx: property (toolTip), widget (QToolButton, bnRemove)
#. +> trunk5 stable5
#: plugins/dockers/palettedocker/wdgpalettedock.ui:63
#, kde-format
msgid "Delete color"
msgstr ""
#. i18n: ectx: property (toolTip), widget (QToolButton, bnAddDialog)
#. +> trunk5 stable5
#: plugins/dockers/palettedocker/wdgpalettedock.ui:116
#, kde-format
msgid "Add color"
msgstr ""
#. +> trunk5 stable5
#: plugins/dockers/presetdocker/presetdocker_dock.cpp:37
#: plugins/extensions/resourcemanager/dlg_bundle_manager.cpp:269
#: 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/tasksetdocker/tasksetdocker_dock.cpp:87
#, kde-format
msgid "Task Sets"
msgstr ""
#. +> trunk5 stable5
#: plugins/dockers/tasksetdocker/tasksetdocker_dock.cpp:188
#, kde-format
msgid "Taskset Name"
msgstr ""
#. +> trunk5 stable5
#: plugins/dockers/tasksetdocker/tasksetdocker_dock.cpp:210
#, kde-format
msgid "Taskset"
msgstr ""
#. +> trunk5 stable5
#: plugins/dockers/tasksetdocker/tasksetdocker_dock.cpp:221
#, kde-format
msgid "Taskset %1"
msgstr ""
#. +> trunk5 stable5
#: plugins/dockers/tasksetdocker/tasksetmodel.cpp:56
#, kde-format
msgid "Task"
msgstr ""
#. +> trunk5
#: plugins/dockers/throttle/ThrottlePlugin.h:34
#, kde-format
msgid "CPU Throttle"
msgstr ""
#. +> trunk5
#: plugins/dockers/touchdocker/TouchDockerDock.cpp:78
#, kde-format
msgid "Touch Docker"
msgstr ""
#. +> stable5
#: plugins/extensions/animationrenderer/AnimationRenderer.cpp:73
#: plugins/extensions/animationrenderer/AnimationRenderer.cpp:158
#, kde-format
msgid "Export frames"
msgstr ""
#. +> trunk5 stable5
#: plugins/extensions/animationrenderer/AnimationRenderer.cpp:75
#: plugins/extensions/animationrenderer/DlgAnimationRenderer.cpp:60
#, kde-format
msgid "Render Animation"
msgstr ""
#. +> trunk5 stable5
#: plugins/extensions/animationrenderer/AnimationRenderer.cpp:159
#, kde-format
msgid ""
"Could not render animation:\n"
"%1"
msgstr ""
#. +> trunk5
#: plugins/extensions/animationrenderer/AnimationRenderer.cpp:170
#, kde-format
msgid "Failed to render animation frames!"
msgstr ""
#. +> trunk5 stable5
#: plugins/extensions/animationrenderer/DlgAnimationRenderer.cpp:469
#, kde-format
msgid "Please enter a file name to render to."
msgstr ""
#. +> trunk5 stable5
#: plugins/extensions/animationrenderer/DlgAnimationRenderer.cpp:473
#, kde-format
msgid "The location of FFmpeg is unknown. Please install FFmpeg first: Krita cannot render animations without FFmpeg. (<a href=\"https://www.ffmpeg.org\">www.ffmpeg.org</a>)"
msgstr ""
#. +> trunk5 stable5
#: plugins/extensions/animationrenderer/DlgAnimationRenderer.cpp:479
#, kde-format
msgid "The location of FFmpeg is invalid. Please select the correct location of the FFmpeg executable on your system."
msgstr ""
#. i18n: ectx: property (windowTitle), widget (QWidget, WdgAnimaterionRenderer)
#. +> trunk5 stable5
#: plugins/extensions/animationrenderer/wdg_animationrenderer.ui:20
#, kde-format
msgid "AnimationRenderer Image"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, label_10)
#. +> trunk5
#: plugins/extensions/animationrenderer/wdg_animationrenderer.ui:34
#, kde-format
msgid "Export:"
msgstr ""
#. i18n: ectx: property (text), widget (QRadioButton, shouldExportOnlyImageSequence)
#. +> trunk5
#: plugins/extensions/animationrenderer/wdg_animationrenderer.ui:41
#, kde-format
msgid "Image Se&quence"
msgstr ""
#. i18n: ectx: property (title), widget (QGroupBox, groupBox)
#. +> stable5
#: plugins/extensions/animationrenderer/wdg_animationrenderer.ui:20
#, kde-format
msgid "Image Sequence"
msgstr ""
#. i18n: ectx: property (text), widget (QRadioButton, shouldExportOnlyVideo)
#. +> trunk5
#: 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
#: 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
#: 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:132
#, kde-format
msgid "Last frame:"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, label_5)
#. +> stable5
#: plugins/extensions/animationrenderer/wdg_animationrenderer.ui:136
#, kde-format
msgid "Naming sequence starts with:"
msgstr ""
#. i18n: ectx: property (title), widget (QGroupBox, videoOptionsGroup)
#. +> trunk5
#: plugins/extensions/animationrenderer/wdg_animationrenderer.ui:207
#, kde-format
msgid "Video Options"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, label_6)
#. +> trunk5 stable5
#: plugins/extensions/animationrenderer/wdg_animationrenderer.ui:215
#, kde-format
msgid "Render as:"
msgstr ""
#. i18n: ectx: property (title), widget (QGroupBox, grpRender)
#. +> stable5
#: plugins/extensions/animationrenderer/wdg_animationrenderer.ui:180
#, kde-format
msgid "Render"
msgstr ""
#. i18n: ectx: property (toolTip), widget (QToolButton, bnRenderOptions)
#. +> trunk5 stable5
#: plugins/extensions/animationrenderer/wdg_animationrenderer.ui:233
#, kde-format
msgid "Select the ffmpeg render options."
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, label_7)
#. +> trunk5
#: plugins/extensions/animationrenderer/wdg_animationrenderer.ui:245
#, kde-format
msgid "Video Location:"
msgstr ""
#. i18n: ectx: property (text), widget (QCheckBox, chkDeleteSequence)
#. +> stable5
#: plugins/extensions/animationrenderer/wdg_animationrenderer.ui:246
#, kde-format
msgid "Delete Sequence After Rendering"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, label_9)
#. +> trunk5 stable5
#: plugins/extensions/animationrenderer/wdg_animationrenderer.ui:265
#, kde-format
msgid "FF&Mpeg: "
msgstr ""
#. i18n: ectx: property (text), widget (QCheckBox, chkIncludeAudio)
#. +> trunk5 stable5
#: plugins/extensions/animationrenderer/wdg_animationrenderer.ui:284
#, kde-format
msgid "Include Audio"
msgstr ""
#. i18n: ectx: property (title), widget (QGroupBox, imageSequenceOptionsGroup)
#. +> trunk5
#: plugins/extensions/animationrenderer/wdg_animationrenderer.ui:309
#, kde-format
msgid "Image Sequence Options"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, label)
#. +> trunk5 stable5
#: plugins/extensions/animationrenderer/wdg_animationrenderer.ui:323
#, kde-format
msgid "Base name:"
msgstr ""
#. i18n: ectx: property (toolTip), widget (QComboBox, cmbMimetype)
#. +> trunk5 stable5
#: plugins/extensions/animationrenderer/wdg_animationrenderer.ui:341
#, 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:348
#, 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:370
#, kde-format
msgid "Fi&le format:"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, label_2)
#. +> trunk5
#: plugins/extensions/animationrenderer/wdg_animationrenderer.ui:396
#, kde-format
msgid "Image location:"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, label_2)
#. +> stable5
#: plugins/extensions/animationrenderer/wdg_animationrenderer.ui:77
#, kde-format
msgid "Render location:"
msgstr ""
#. i18n: ectx: property (text), widget (QLineEdit, txtBasename)
#. +> trunk5 stable5
#: plugins/extensions/animationrenderer/wdg_animationrenderer.ui:406
#, kde-format
msgid "frame"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, label_5)
#. +> trunk5
#: plugins/extensions/animationrenderer/wdg_animationrenderer.ui:413
#, kde-format
msgid "Start numbering at:"
msgstr ""
#. +> trunk5
#: plugins/extensions/bigbrother/actionseditor/kis_actions_editor.cpp:110
#, kde-format
msgid "Failed to create an action."
msgstr ""
#. +> trunk5
#: plugins/extensions/bigbrother/actionseditor/kis_actions_editor.cpp:144
#, kde-format
msgid "No action is selected."
msgstr ""
#. +> trunk5
#: plugins/extensions/bigbrother/actionseditor/kis_actions_editor.cpp:147
#, kde-format
msgid "No editor for current action."
msgstr ""
#. +> trunk5
#: plugins/extensions/bigbrother/actionseditor/kis_actions_editor_dialog.cpp:30
#, kde-format
msgid "Save macro"
msgstr ""
#. +> trunk5
#: plugins/extensions/bigbrother/actionseditor/kis_actions_editor_dialog.cpp:31
#, kde-format
msgid "Discard changes"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, label)
#. +> trunk5
#: plugins/extensions/bigbrother/actionseditor/wdgactionseditor.ui:24
#, kde-format
msgid "Actions:"
msgstr ""
#. i18n: ectx: property (toolTip), widget (QToolButton, bnAdd)
#. +> trunk5
#: plugins/extensions/bigbrother/actionseditor/wdgactionseditor.ui:54
#, kde-format
msgid "Create a new action"
msgstr ""
#. i18n: ectx: property (toolTip), widget (QToolButton, bnDuplicate)
#. i18n: ectx: property (statusTip), widget (QToolButton, bnDuplicate)
#. +> trunk5
#: plugins/extensions/bigbrother/actionseditor/wdgactionseditor.ui:82
#: plugins/extensions/bigbrother/actionseditor/wdgactionseditor.ui:85
#, kde-format
msgid "Duplicate action"
msgstr ""
#. i18n: ectx: property (whatsThis), widget (QToolButton, bnDuplicate)
#. +> trunk5
#: plugins/extensions/bigbrother/actionseditor/wdgactionseditor.ui:88
#, kde-format
msgid "Duplicate the currently selected action"
msgstr ""
#. i18n: ectx: property (toolTip), widget (QToolButton, bnRaise)
#. +> trunk5
#: plugins/extensions/bigbrother/actionseditor/wdgactionseditor.ui:113
#, kde-format
msgid "Move an action up"
msgstr ""
#. i18n: ectx: property (toolTip), widget (QToolButton, bnLower)
#. +> trunk5
#: plugins/extensions/bigbrother/actionseditor/wdgactionseditor.ui:138
#, kde-format
msgid "Move an action down"
msgstr ""
#. i18n: ectx: property (toolTip), widget (QToolButton, bnDelete)
#. +> trunk5
#: plugins/extensions/bigbrother/actionseditor/wdgactionseditor.ui:176
#, kde-format
msgid "Delete the current action"
msgstr ""
#. +> trunk5
#: plugins/extensions/bigbrother/bigbrother.cc:178
#, kde-format
msgid "Open Macro"
msgstr ""
#. +> trunk5
#: plugins/extensions/bigbrother/bigbrother.cc:217
#, kde-format
msgid "Save Macro"
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
#: plugins/flake/textshape/dialogs/CitationInsertionDialog.cpp:37
#, kde-format
msgid "Select"
msgstr ""
#. i18n: ectx: property (windowTitle), widget (QWidget, WdgColorRange)
#. +> trunk5 stable5
#: plugins/extensions/colorrange/dlg_colorrange.cc:60
#: plugins/extensions/colorrange/dlg_colorrange.cc:70
#: plugins/extensions/colorrange/wdg_colorrange.ui:14
#, kde-format
msgid "Color Range"
msgstr ""
#. +> trunk5 stable5
#: plugins/extensions/colorrange/dlg_colorrange.cc:255
msgctxt "(qtundo-format)"
msgid "Color Range Selection"
msgstr ""
#. i18n: ectx: property (text), item, widget (QComboBox, cmbSelect)
#. +> trunk5 stable5
#: plugins/extensions/colorrange/wdg_colorrange.ui:23
#, kde-format
msgid "Reds"
msgstr ""
#. i18n: ectx: property (text), item, widget (QComboBox, cmbSelect)
#. +> trunk5 stable5
#: plugins/extensions/colorrange/wdg_colorrange.ui:28
#, kde-format
msgid "Yellows"
msgstr ""
#. i18n: ectx: property (text), item, widget (QComboBox, cmbSelect)
#. +> trunk5 stable5
#: plugins/extensions/colorrange/wdg_colorrange.ui:33
#, kde-format
msgid "Greens"
msgstr ""
#. i18n: ectx: property (text), item, widget (QComboBox, cmbSelect)
#. +> trunk5 stable5
#: plugins/extensions/colorrange/wdg_colorrange.ui:38
#, kde-format
msgid "Cyans"
msgstr ""
#. i18n: ectx: property (text), item, widget (QComboBox, cmbSelect)
#. +> trunk5 stable5
#: plugins/extensions/colorrange/wdg_colorrange.ui:43
#, kde-format
msgid "Blues"
msgstr ""
#. i18n: ectx: property (text), item, widget (QComboBox, cmbSelect)
#. +> trunk5 stable5
#: plugins/extensions/colorrange/wdg_colorrange.ui:48
#, kde-format
msgid "Magentas"
msgstr ""
#. i18n: ectx: property (text), item, widget (QComboBox, cmbSelect)
#. i18n: ectx: property (text), widget (QLabel, label_16)
#. i18n: ectx: property (text), widget (QRadioButton, radioButtonHighlights)
#. +> trunk5 stable5
#: plugins/extensions/colorrange/wdg_colorrange.ui:53
#: plugins/filters/colorsfilters/wdg_color_balance.ui:311
#: plugins/filters/dodgeburn/DodgeBurnConfigurationBaseWidget.ui:43
#, kde-format
msgid "Highlights"
msgstr ""
#. i18n: ectx: property (text), item, widget (QComboBox, cmbSelect)
#. i18n: ectx: property (text), widget (QLabel, label_2)
#. i18n: ectx: property (text), widget (QRadioButton, radioButtonMidtones)
#. +> trunk5 stable5
#: plugins/extensions/colorrange/wdg_colorrange.ui:58
#: plugins/filters/colorsfilters/wdg_color_balance.ui:181
#: plugins/filters/dodgeburn/DodgeBurnConfigurationBaseWidget.ui:33
#, kde-format
msgid "Midtones"
msgstr ""
#. i18n: ectx: property (text), item, widget (QComboBox, cmbSelect)
#. i18n: ectx: property (text), widget (QLabel, label)
#. i18n: ectx: property (text), widget (QRadioButton, radioButtonShadows)
#. +> trunk5 stable5
#: plugins/extensions/colorrange/wdg_colorrange.ui:63
#: plugins/filters/colorsfilters/wdg_color_balance.ui:51
#: plugins/filters/dodgeburn/DodgeBurnConfigurationBaseWidget.ui:23
#, kde-format
msgid "Shadows"
msgstr ""
#. i18n: ectx: property (text), widget (QCheckBox, chkInvert)
#. i18n: ectx: property (text), widget (QPushButton, butinvert)
#. +> trunk5 stable5
#: plugins/extensions/colorrange/wdg_colorrange.ui:71
#: plugins/filters/example/example.cpp:52
#: plugins/filters/levelfilter/wdg_level.ui:294
#, kde-format
msgid "&Invert"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, label)
#. +> trunk5 stable5
#: plugins/extensions/colorrange/wdg_colorrange.ui:78
#, kde-format
msgid "Fuzziness"
msgstr ""
#. i18n: ectx: property (text), widget (QRadioButton, radioAdd)
#. +> trunk5 stable5
#: plugins/extensions/colorrange/wdg_colorrange.ui:94
#, kde-format
msgid "&Add to current selection"
msgstr ""
#. i18n: ectx: property (text), widget (QRadioButton, radioSubtract)
#. +> trunk5 stable5
#: plugins/extensions/colorrange/wdg_colorrange.ui:104
#, kde-format
msgid "Subtract fro&m current selection"
msgstr ""
#. i18n: ectx: property (text), widget (QPushButton, bnDeselect)
#. +> trunk5 stable5
#: plugins/extensions/colorrange/wdg_colorrange.ui:137
#, kde-format
msgid "&Deselect"
msgstr ""
#. +> trunk5 stable5
#: plugins/extensions/colorspaceconversion/colorspaceconversion.cc:79
#, kde-format
msgid "Convert All Layers From "
msgstr ""
#. +> trunk5 stable5
#: plugins/extensions/colorspaceconversion/colorspaceconversion.cc:108
#, kde-format
msgid "Convert Current Layer From"
msgstr ""
#. +> trunk5 stable5
#: plugins/extensions/colorspaceconversion/colorspaceconversion.cc:117
msgctxt "(qtundo-format)"
msgid "Convert Layer Type"
msgstr ""
#. i18n: ectx: property (windowTitle), widget (QWidget, WdgConvertColorSpace)
#. +> trunk5 stable5
#: plugins/extensions/colorspaceconversion/wdgconvertcolorspace.ui:14
#, kde-format
msgid "Colorspace Conversion"
msgstr ""
#. i18n: ectx: property (title), widget (QGroupBox, grpIntent)
#. +> trunk5 stable5
#: plugins/extensions/colorspaceconversion/wdgconvertcolorspace.ui:26
#, kde-format
msgid "&Rendering Intent"
msgstr ""
#. i18n: ectx: property (toolTip), widget (QRadioButton, radioPerceptual)
#. +> trunk5 stable5
#: plugins/extensions/colorspaceconversion/wdgconvertcolorspace.ui:32
#, kde-format
msgid "For images"
msgstr ""
#. i18n: ectx: property (whatsThis), widget (QRadioButton, radioPerceptual)
#. +> trunk5 stable5
#: plugins/extensions/colorspaceconversion/wdgconvertcolorspace.ui:38
#, kde-format
msgid ""
"Hue hopefully maintained (but not required),\n"
"lightness and saturation sacrificed to maintain\n"
"the perceived color. White point changed to\n"
"result in neutral grays. Intended for images."
msgstr ""
#. i18n: ectx: property (whatsThis), widget (QRadioButton, radioRelativeColorimetric)
#. +> trunk5 stable5
#: plugins/extensions/colorspaceconversion/wdgconvertcolorspace.ui:60
#, kde-format
msgid ""
"Within and outside gamut; same as Absolute\n"
"Colorimetric. White point changed to result in\n"
"neutral grays.\n"
"\n"
"If adequate table is present in profile,\n"
"then, it is used. Else reverts to perceptual\n"
"intent."
msgstr ""
#. i18n: ectx: property (toolTip), widget (QRadioButton, radioSaturation)
#. +> trunk5 stable5
#: plugins/extensions/colorspaceconversion/wdgconvertcolorspace.ui:73
#, kde-format
msgid "Best for graphs and charts"
msgstr ""
#. i18n: ectx: property (whatsThis), widget (QRadioButton, radioSaturation)
#. +> trunk5 stable5
#: plugins/extensions/colorspaceconversion/wdgconvertcolorspace.ui:84
#, kde-format
msgid ""
"Hue and saturation maintained with lightness\n"
"sacrificed to maintain saturation. White point\n"
"changed to result in neutral grays. Intended for\n"
"business graphics (make it colorful charts,\n"
"graphs, overheads, ...)\n"
"\n"
"If adequate table is present in profile,\n"
"then, it is used. Else reverts to perceptual\n"
"intent."
msgstr ""
#. i18n: ectx: property (toolTip), widget (QRadioButton, radioAbsoluteColorimetric)
#. +> trunk5 stable5
#: plugins/extensions/colorspaceconversion/wdgconvertcolorspace.ui:97
#, kde-format
msgid "Best for spot colours"
msgstr ""
#. i18n: ectx: property (whatsThis), widget (QRadioButton, radioAbsoluteColorimetric)
#. +> trunk5 stable5
#: plugins/extensions/colorspaceconversion/wdgconvertcolorspace.ui:105
#, kde-format
msgid ""
"Within the destination device gamut; hue,\n"
"lightness and saturation are maintained. Outside\n"
"the gamut; hue and lightness are maintained,\n"
"saturation is sacrificed. White point for source\n"
"and destination; unchanged. Intended for spot\n"
"colors (Pantone, TruMatch, logo colors, ...)"
msgstr ""
#. i18n: ectx: property (text), widget (QCheckBox, chkBlackpointCompensation)
#. +> trunk5 stable5
#: plugins/extensions/colorspaceconversion/wdgconvertcolorspace.ui:121
#, kde-format
msgid "Use Blackpoint &Compensation"
msgstr ""
#. i18n: ectx: property (toolTip), widget (QCheckBox, chkAllowLCMSOptimization)
#. +> trunk5 stable5
#: plugins/extensions/colorspaceconversion/wdgconvertcolorspace.ui:128
#, kde-format
msgid "Krita tries to automatically check or uncheck this based on the information it can get from the profile you are converting from and the profile you are converting to."
msgstr ""
#. i18n: ectx: property (title), widget (QGroupBox, grpType)
#. +> trunk5 stable5
#: plugins/extensions/histogram/wdghistogram.ui:17
#, kde-format
msgid "Histogram Options"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, lblChannel)
#. +> trunk5 stable5
#: plugins/extensions/histogram/wdghistogram.ui:25
#, kde-format
msgid "&Channel:"
msgstr ""
#. i18n: ectx: property (text), widget (QRadioButton, radioLinear)
#. +> trunk5 stable5
#: plugins/extensions/histogram/wdghistogram.ui:45
#, kde-format
msgid "&Linear"
msgstr ""
#. i18n: ectx: property (text), widget (QRadioButton, radioLog)
#. +> trunk5 stable5
#: plugins/extensions/histogram/wdghistogram.ui:87
#, kde-format
msgid "&Logarithmic"
msgstr ""
#. i18n: ectx: property (text), widget (QPushButton, zoomOut)
#. +> trunk5 stable5
#: plugins/extensions/histogram/wdghistogram.ui:149
#, kde-format
msgid "-"
msgstr ""
#. +> trunk5 stable5
#: plugins/extensions/imagesize/dlg_canvassize.cc:37
#: 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:57
#, 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:1806
#, 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
#, kde-format
msgid "Filter:"
msgstr ""
#. +> trunk5 stable5
#: plugins/extensions/imagesplit/dlg_imagesplit.cpp:37
#, kde-format
msgid "Image Split"
msgstr ""
#. +> trunk5 stable5
#: plugins/extensions/imagesplit/imagesplit.cpp:82
#, kde-format
msgid ""
"Could not save\n"
"%1"
msgstr ""
#. +> trunk5 stable5
#: plugins/extensions/imagesplit/imagesplit.cpp:140
#: plugins/extensions/imagesplit/imagesplit.cpp:181
#, kde-format
msgid "Save Image on Split"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, lblHorizontalSplitLines)
#. +> trunk5 stable5
#: plugins/extensions/imagesplit/wdg_imagesplit.ui:24
#, kde-format
msgid "Horizontal Lines"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, lblVerticalSplitLines)
#. +> trunk5 stable5
#: plugins/extensions/imagesplit/wdg_imagesplit.ui:37
#, kde-format
msgid "Vertical Lines"
msgstr ""
#. i18n: ectx: property (text), widget (QCheckBox, chkAutoSave)
#. +> trunk5 stable5
#: plugins/extensions/imagesplit/wdg_imagesplit.ui:57
#, kde-format
msgid "Autosave on Split"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, lblSuffix)
#. +> trunk5 stable5
#: plugins/extensions/imagesplit/wdg_imagesplit.ui:66
#, kde-format
msgid "Prefix"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, lblFileType)
#. +> trunk5 stable5
#: plugins/extensions/imagesplit/wdg_imagesplit.ui:86
#, 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)
#. i18n: ectx: property (text), widget (QLabel, publisherLabel)
#. +> trunk5 stable5
#: plugins/extensions/metadataeditor/editors/dublincore.ui:35
#: plugins/flake/textshape/dialogs/CitationInsertionDialog.ui:203
#, 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
#, kde-format
msgid "Date:"
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:55
#, kde-format
msgid "Auto"
msgstr ""
#. i18n: ectx: property (text), item, widget (QComboBox, editExposureMode)
#. i18n: ectx: property (text), item, widget (QComboBox, editExposureProgram)
#. i18n: ectx: property (text), item, widget (QComboBox, sourceType)
#. i18n: ectx: property (text), item, widget (QListWidget, bibTypes)
#. +> trunk5 stable5
#: plugins/extensions/metadataeditor/editors/exif.ui:106
#: plugins/extensions/metadataeditor/editors/exif.ui:138
#: plugins/flake/textshape/dialogs/CitationInsertionDialog.ui:105
#: plugins/flake/textshape/dialogs/InsertBibliographyDialog.ui:106
#, 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 "Su&bject distance:"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, label_11)
#. +> trunk5 stable5
#: plugins/extensions/metadataeditor/editors/exif.ui:393
#, kde-format
msgid "Meterin&g mode:"
msgstr ""
#. i18n: ectx: property (text), item, widget (QComboBox, editMeteringMode)
#. +> trunk5 stable5
#: plugins/extensions/metadataeditor/editors/exif.ui:412
#, kde-format
msgid "Average"
msgstr ""
#. i18n: ectx: property (text), item, widget (QComboBox, editMeteringMode)
#. +> trunk5 stable5
#: plugins/extensions/metadataeditor/editors/exif.ui:417
#, kde-format
msgid "Center weighted average"
msgstr ""
#. i18n: ectx: property (text), item, widget (QComboBox, editMeteringMode)
#. +> trunk5 stable5
#: plugins/extensions/metadataeditor/editors/exif.ui:427
#, kde-format
msgid "Multi spot"
msgstr ""
#. i18n: ectx: property (text), item, widget (QComboBox, editMeteringMode)
#. +> trunk5 stable5
#: plugins/extensions/metadataeditor/editors/exif.ui:437
#, kde-format
msgid "Partial"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, label_24)
#. +> trunk5 stable5
#: plugins/extensions/metadataeditor/editors/exif.ui:450
#, kde-format
msgid "D&istance range:"
msgstr ""
#. i18n: ectx: property (text), item, widget (QComboBox, editSubjectDistanceRange)
#. +> trunk5 stable5
#: plugins/extensions/metadataeditor/editors/exif.ui:469
#, kde-format
msgid "Macro"
msgstr ""
#. i18n: ectx: property (text), item, widget (QComboBox, editSubjectDistanceRange)
#. +> trunk5 stable5
#: plugins/extensions/metadataeditor/editors/exif.ui:474
#, kde-format
msgid "Close view"
msgstr ""
#. i18n: ectx: property (text), item, widget (QComboBox, editSubjectDistanceRange)
#. +> trunk5 stable5
#: plugins/extensions/metadataeditor/editors/exif.ui:479
#, kde-format
msgid "Distant view"
msgstr ""
#. i18n: ectx: attribute (title), widget (QWidget, tab_6)
#. i18n: ectx: property (text), item, widget (QComboBox, editLightSource)
#. +> trunk5 stable5
#: plugins/extensions/metadataeditor/editors/exif.ui:503
#: plugins/extensions/metadataeditor/editors/exif.ui:728
#, kde-format
msgid "Flash"
msgstr ""
#. i18n: ectx: property (text), widget (QCheckBox, editFlashFired)
#. +> trunk5 stable5
#: plugins/extensions/metadataeditor/editors/exif.ui:511
#, kde-format
msgid "Fired"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, label_22)
#. +> trunk5 stable5
#: plugins/extensions/metadataeditor/editors/exif.ui:518
#, kde-format
msgid "Stro&be return:"
msgstr ""
#. i18n: ectx: property (text), item, widget (QComboBox, editStrobeReturn)
#. +> trunk5 stable5
#: plugins/extensions/metadataeditor/editors/exif.ui:532
#, kde-format
msgid "No strobe return detection"
msgstr ""
#. i18n: ectx: property (text), item, widget (QComboBox, editStrobeReturn)
#. i18n: ectx: property (text), item, widget (QComboBox, editLightSource)
#. +> trunk5 stable5
#: plugins/extensions/metadataeditor/editors/exif.ui:537
#: plugins/extensions/metadataeditor/editors/exif.ui:733
#: plugins/extensions/metadataeditor/editors/exif.ui:738
#: plugins/extensions/metadataeditor/editors/exif.ui:743
#: plugins/extensions/metadataeditor/editors/exif.ui:748
#: plugins/extensions/metadataeditor/editors/exif.ui:788
#, kde-format
msgid "Undefined"
msgstr ""
#. i18n: ectx: property (text), item, widget (QComboBox, editStrobeReturn)
#. +> trunk5 stable5
#: plugins/extensions/metadataeditor/editors/exif.ui:542
#, kde-format
msgid "No strobe return light detected"
msgstr ""
#. i18n: ectx: property (text), item, widget (QComboBox, editStrobeReturn)
#. +> trunk5 stable5
#: plugins/extensions/metadataeditor/editors/exif.ui:547
#, kde-format
msgid "Strobe return light detected"
msgstr ""
#. i18n: ectx: property (text), item, widget (QComboBox, editFlashMode)
#. +> trunk5 stable5
#: plugins/extensions/metadataeditor/editors/exif.ui:574
#, kde-format
msgid "Compulsory flash fired"
msgstr ""
#. i18n: ectx: property (text), item, widget (QComboBox, editFlashMode)
#. +> trunk5 stable5
#: plugins/extensions/metadataeditor/editors/exif.ui:579
#, kde-format
msgid "Compulsory flash suppression"
msgstr ""
#. i18n: ectx: property (text), item, widget (QComboBox, editFlashMode)
#. +> trunk5 stable5
#: plugins/extensions/metadataeditor/editors/exif.ui:584
#, kde-format
msgid "Auto mode"
msgstr ""
#. i18n: ectx: property (text), widget (QCheckBox, editFlashFunction)
#. +> trunk5 stable5
#: plugins/extensions/metadataeditor/editors/exif.ui:592
#: plugins/tools/karbonplugins/filtereffects/ComponentTransferEffectConfigWidget.cpp:61
#, kde-format
msgid "Function"
msgstr ""
#. i18n: ectx: property (text), widget (QCheckBox, editFlashRedEyeMode)
#. +> trunk5 stable5
#: plugins/extensions/metadataeditor/editors/exif.ui:599
#, kde-format
msgid "Red-eye removal"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, label_23)
#. +> trunk5 stable5
#: plugins/extensions/metadataeditor/editors/exif.ui:606
#, kde-format
msgid "Flash ener&gy:"
msgstr ""
#. i18n: ectx: attribute (title), widget (QWidget, tab_5)
#. +> trunk5 stable5
#: plugins/extensions/metadataeditor/editors/exif.ui:638
#, kde-format
msgid "Postprocessing"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, label_13)
#. +> trunk5 stable5
#: plugins/extensions/metadataeditor/editors/exif.ui:646
#, kde-format
msgid "&Gain control:"
msgstr ""
#. i18n: ectx: property (text), item, widget (QComboBox, editGainControl)
#. +> trunk5 stable5
#: plugins/extensions/metadataeditor/editors/exif.ui:671
#, kde-format
msgid "Low gain up"
msgstr ""
#. i18n: ectx: property (text), item, widget (QComboBox, editGainControl)
#. +> trunk5 stable5
#: plugins/extensions/metadataeditor/editors/exif.ui:676
#, kde-format
msgid "High gain up"
msgstr ""
#. i18n: ectx: property (text), item, widget (QComboBox, editGainControl)
#. +> trunk5 stable5
#: plugins/extensions/metadataeditor/editors/exif.ui:681
#, kde-format
msgid "Low gain down"
msgstr ""
#. i18n: ectx: property (text), item, widget (QComboBox, editGainControl)
#. +> trunk5 stable5
#: plugins/extensions/metadataeditor/editors/exif.ui:686
#, kde-format
msgid "High gain down"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, label_15)
#. +> trunk5 stable5
#: plugins/extensions/metadataeditor/editors/exif.ui:694
#, kde-format
msgid "L&ight source:"
msgstr ""
#. i18n: ectx: property (text), item, widget (QComboBox, editLightSource)
#. +> trunk5 stable5
#: plugins/extensions/metadataeditor/editors/exif.ui:713
#, kde-format
msgid "Daylight"
msgstr ""
#. i18n: ectx: property (text), item, widget (QComboBox, editLightSource)
#. +> trunk5 stable5
#: plugins/extensions/metadataeditor/editors/exif.ui:718
#, kde-format
msgid "Fluorescent"
msgstr ""
#. i18n: ectx: property (text), item, widget (QComboBox, editLightSource)
#. +> trunk5 stable5
#: plugins/extensions/metadataeditor/editors/exif.ui:723
#, kde-format
msgid "Tungsten"
msgstr ""
#. i18n: ectx: property (text), item, widget (QComboBox, editLightSource)
#. +> trunk5 stable5
#: plugins/extensions/metadataeditor/editors/exif.ui:753
#, kde-format
msgid "Fine weather"
msgstr ""
#. i18n: ectx: property (text), item, widget (QComboBox, editLightSource)
#. +> trunk5 stable5
#: plugins/extensions/metadataeditor/editors/exif.ui:758
#, kde-format
msgid "Cloudy weather"
msgstr ""
#. i18n: ectx: property (text), item, widget (QComboBox, editLightSource)
#. +> trunk5 stable5
#: plugins/extensions/metadataeditor/editors/exif.ui:763
#, kde-format
msgid "Shade"
msgstr ""
#. i18n: ectx: property (text), item, widget (QComboBox, editLightSource)
#. +> trunk5 stable5
#: plugins/extensions/metadataeditor/editors/exif.ui:768
#, kde-format
msgid "Daylight fluorescent (D5700 - 7100K)"
msgstr ""
#. i18n: ectx: property (text), item, widget (QComboBox, editLightSource)
#. +> trunk5 stable5
#: plugins/extensions/metadataeditor/editors/exif.ui:773
#, kde-format
msgid "Day white fluorescent (N4600 - 5400K)"
msgstr ""
#. i18n: ectx: property (text), item, widget (QComboBox, editLightSource)
#. +> trunk5 stable5
#: plugins/extensions/metadataeditor/editors/exif.ui:778
#, kde-format
msgid "Cool white fluorescent (W3900 - 4500K)"
msgstr ""
#. i18n: ectx: property (text), item, widget (QComboBox, editLightSource)
#. +> trunk5 stable5
#: plugins/extensions/metadataeditor/editors/exif.ui:783
#, kde-format
msgid "White fluorescent (WW 3200 - 3700K)"
msgstr ""
#. i18n: ectx: property (text), item, widget (QComboBox, editLightSource)
#. +> trunk5 stable5
#: plugins/extensions/metadataeditor/editors/exif.ui:793
#, kde-format
msgid "Standard light A"
msgstr ""
#. i18n: ectx: property (text), item, widget (QComboBox, editLightSource)
#. +> trunk5 stable5
#: plugins/extensions/metadataeditor/editors/exif.ui:798
#, kde-format
msgid "Standard light B"
msgstr ""
#. i18n: ectx: property (text), item, widget (QComboBox, editLightSource)
#. +> trunk5 stable5
#: plugins/extensions/metadataeditor/editors/exif.ui:803
#, kde-format
msgid "Standard light C"
msgstr ""
#. i18n: ectx: property (text), item, widget (QComboBox, editLightSource)
#. +> trunk5 stable5
#: plugins/extensions/metadataeditor/editors/exif.ui:808
#, kde-format
msgid "D55"
msgstr ""
#. i18n: ectx: property (text), item, widget (QComboBox, editLightSource)
#. +> trunk5 stable5
#: plugins/extensions/metadataeditor/editors/exif.ui:813
#, kde-format
msgid "D65"
msgstr ""
#. i18n: ectx: property (text), item, widget (QComboBox, editLightSource)
#. +> trunk5 stable5
#: plugins/extensions/metadataeditor/editors/exif.ui:818
#, kde-format
msgid "D75"
msgstr ""
#. i18n: ectx: property (text), item, widget (QComboBox, editLightSource)
#. +> trunk5 stable5
#: plugins/extensions/metadataeditor/editors/exif.ui:823
#, kde-format
msgid "D50"
msgstr ""
#. i18n: ectx: property (text), item, widget (QComboBox, editLightSource)
#. +> trunk5 stable5
#: plugins/extensions/metadataeditor/editors/exif.ui:828
#, kde-format
msgid "ISO studio tungsten"
msgstr ""
#. i18n: ectx: property (text), item, widget (QComboBox, editLightSource)
#. +> trunk5 stable5
#: plugins/extensions/metadataeditor/editors/exif.ui:833
#, kde-format
msgid "other"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, label_18)
#. +> trunk5 stable5
#: plugins/extensions/metadataeditor/editors/exif.ui:841
#, kde-format
msgid "Sharpness:"
msgstr ""
#. i18n: ectx: property (text), item, widget (QComboBox, editSharpness)
#. i18n: ectx: property (text), item, widget (QComboBox, editContrast)
#. +> trunk5 stable5
#: plugins/extensions/metadataeditor/editors/exif.ui:865
#: plugins/extensions/metadataeditor/editors/exif.ui:897
#: plugins/paintops/defaultpaintops/brush/kis_brushop_settings_widget.cpp:69
#: plugins/paintops/tangentnormal/kis_tangent_normal_paintop_settings_widget.cpp:63
#, kde-format
msgid "Hard"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, lblAngle)
#. i18n: ectx: property (text), widget (QLabel, label_20)
#. +> trunk5 stable5
#: plugins/extensions/metadataeditor/editors/exif.ui:873
#: plugins/paintops/libpaintop/forms/wdgtexturechooser.ui:75
#, kde-format
msgid "Contrast:"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, label_28)
#. +> trunk5 stable5
#: plugins/extensions/metadataeditor/editors/exif.ui:905
#, kde-format
msgid "White &balance:"
msgstr ""
#. i18n: ectx: property (text), item, widget (QComboBox, editWhiteBalance)
#. +> trunk5 stable5
#: plugins/extensions/metadataeditor/editors/exif.ui:924
#, kde-format
msgid "Custom"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, label_4)
#. +> trunk5 stable5
#: plugins/extensions/metadataeditor/editors/exif.ui:956
#, kde-format
msgid "Scene capture t&ype:"
msgstr ""
#. i18n: ectx: property (text), item, widget (QComboBox, editSceneCaptureType)
#. +> trunk5 stable5
#: plugins/extensions/metadataeditor/editors/exif.ui:985
#, kde-format
msgid "Night scene"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, label_19)
#. +> trunk5 stable5
#: plugins/extensions/metadataeditor/editors/exif.ui:993
#, kde-format
msgid "Ma&ker:"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, label_26)
#. +> trunk5 stable5
#: plugins/extensions/metadataeditor/editors/exif.ui:1009
#, kde-format
msgid "Model:"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, label_27)
#. +> trunk5 stable5
#: plugins/extensions/metadataeditor/editors/exif.ui:1025
#, kde-format
msgid "Sens&ing method type:"
msgstr ""
#. i18n: ectx: property (text), item, widget (QComboBox, editSensingMethod)
#. +> trunk5 stable5
#: plugins/extensions/metadataeditor/editors/exif.ui:1039
#: plugins/extensions/metadataeditor/editors/exif.ui:1044
#, kde-format
msgid "Not Defined"
msgstr ""
#. i18n: ectx: property (text), item, widget (QComboBox, editSensingMethod)
#. +> trunk5 stable5
#: plugins/extensions/metadataeditor/editors/exif.ui:1049
#, kde-format
msgid "One-chip color area sensor"
msgstr ""
#. i18n: ectx: property (text), item, widget (QComboBox, editSensingMethod)
#. +> trunk5 stable5
#: plugins/extensions/metadataeditor/editors/exif.ui:1054
#, kde-format
msgid "Two-chip color area sensor"
msgstr ""
#. i18n: ectx: property (text), item, widget (QComboBox, editSensingMethod)
#. +> trunk5 stable5
#: plugins/extensions/metadataeditor/editors/exif.ui:1059
#, kde-format
msgid "Three-chip color area sensor"
msgstr ""
#. i18n: ectx: property (text), item, widget (QComboBox, editSensingMethod)
#. +> trunk5 stable5
#: plugins/extensions/metadataeditor/editors/exif.ui:1064
#, kde-format
msgid "Color sequential area sensor"
msgstr ""
#. i18n: ectx: property (text), item, widget (QComboBox, editSensingMethod)
#. +> trunk5 stable5
#: plugins/extensions/metadataeditor/editors/exif.ui:1069
#, kde-format
msgid "Trilinear sensor"
msgstr ""
#. i18n: ectx: property (text), item, widget (QComboBox, editSensingMethod)
#. +> trunk5 stable5
#: plugins/extensions/metadataeditor/editors/exif.ui:1074
#, kde-format
msgid "Color sequential linear sensor"
msgstr ""
#. +> 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:326
#, 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:385
#, 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:104
#, kde-format
msgid "Key"
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
#: plugins/extensions/pykrita/kritarunner/main.cpp:90
#: plugins/extensions/pykrita/plugin/plugin.cpp:42
#, kde-format
msgid "Cannot load Python library"
msgstr ""
#. +> trunk5
#: plugins/extensions/pykrita/kritarunner/main.cpp:93
#: plugins/extensions/pykrita/plugin/plugin.cpp:45
#, kde-format
msgid "Cannot set Python paths"
msgstr ""
#. +> trunk5
#: plugins/extensions/pykrita/kritarunner/main.cpp:96
#: plugins/extensions/pykrita/plugin/plugin.cpp:48
#, kde-format
msgid "Cannot load built-in pykrita module"
msgstr ""
#. +> trunk5
#: plugins/extensions/pykrita/kritarunner/main.cpp:99
#: plugins/extensions/pykrita/plugin/plugin.cpp:51
#, kde-format
msgid "Unexpected error initializing python plugin."
msgstr ""
#. i18n: ectx: attribute (title), widget (QWidget, tab2)
#. +> trunk5
#: plugins/extensions/pykrita/plugin/info.ui:13
#, kde-format
msgid "Actions"
msgstr ""
#. i18n: ectx: property (whatsThis), widget (QIconButton, actionIcon)
#. i18n: ectx: property (whatsThis), widget (QIconButton, configPageIcon)
#. +> trunk5
#: 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
#: 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
#: 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
#: 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
#: 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
#: plugins/extensions/pykrita/plugin/info.ui:91
#, kde-format
msgid "Shortcut:"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, labelMenu)
#. +> trunk5
#: 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
#: plugins/extensions/pykrita/plugin/info.ui:159
#, kde-format
msgid "Configuration Pages"
msgstr ""
#. i18n: ectx: property (whatsThis), widget (QLabel, fullName)
#. +> trunk5
#: 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
#: plugins/extensions/pykrita/plugin/info.ui:236
#, kde-format
msgid "Page:"
msgstr ""
#. i18n: ectx: property (whatsThis), widget (KComboBox, topics)
#. +> trunk5
#: 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
#: plugins/extensions/pykrita/plugin/krita/excepthook.ui:14
#, kde-format
msgid "Script error"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, label)
#. +> trunk5
#: 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
#: plugins/extensions/pykrita/plugin/krita/excepthook.ui:38
#, kde-format
msgid "Exception"
msgstr ""
#. i18n: ectx: property (windowTitle), widget (QMainWindow, ScriptEditor)
#. +> trunk5
#: 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
#: 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
#: plugins/extensions/pykrita/plugin/krita/sceditor/mainwindow.ui:62
#, kde-format
msgid "Ctrl+W"
msgstr ""
#. i18n: ectx: property (text), widget (QStatusBar, statusbar)
#. +> trunk5
#: plugins/extensions/pykrita/plugin/krita/sceditor/mainwindow.ui:67
#, kde-format
msgid "&Exit"
msgstr ""
#. i18n: ectx: property (shortcut), widget (QStatusBar, statusbar)
#. +> trunk5
#: plugins/extensions/pykrita/plugin/krita/sceditor/mainwindow.ui:75
#, kde-format
msgid "Ctrl+R"
msgstr ""
#. i18n: ectx: property (text), widget (QStatusBar, statusbar)
#. +> trunk5
#: 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
#: plugins/extensions/pykrita/plugin/krita/sceditor/mainwindow.ui:83
#, kde-format
msgid "Ctrl+C"
msgstr ""
#. i18n: ectx: property (text), widget (QStatusBar, statusbar)
#. +> trunk5
#: plugins/extensions/pykrita/plugin/krita/sceditor/mainwindow.ui:88
#, kde-format
msgid "Python"
msgstr ""
#. i18n: ectx: property (shortcut), widget (QStatusBar, statusbar)
#. +> trunk5
#: plugins/extensions/pykrita/plugin/krita/sceditor/mainwindow.ui:91
#, kde-format
msgid "Ctrl+N"
msgstr ""
#. i18n: ectx: property (text), widget (QStatusBar, statusbar)
#. +> trunk5
#: plugins/extensions/pykrita/plugin/krita/sceditor/mainwindow.ui:96
#, kde-format
msgid "QtScript"
msgstr ""
#. i18n: ectx: property (toolTip), widget (QStatusBar, statusbar)
#. +> trunk5
#: plugins/extensions/pykrita/plugin/krita/sceditor/mainwindow.ui:104
#, kde-format
msgid "Clear The Console"
msgstr ""
#. i18n: ectx: property (text), widget (QStatusBar, statusbar)
#. +> trunk5
#: plugins/extensions/pykrita/plugin/krita/sceditor/mainwindow.ui:109
#, kde-format
msgid "Save &As"
msgstr ""
#. i18n: ectx: property (toolTip), widget (QStatusBar, statusbar)
#. +> trunk5
#: plugins/extensions/pykrita/plugin/krita/sceditor/mainwindow.ui:112
#, kde-format
msgid "Save the script"
msgstr ""
#. i18n: ectx: property (shortcut), widget (QStatusBar, statusbar)
#. +> trunk5
#: plugins/extensions/pykrita/plugin/krita/sceditor/mainwindow.ui:115
#, kde-format
msgid "Ctrl+A"
msgstr ""
#. i18n: ectx: property (text), widget (QStatusBar, statusbar)
#. +> trunk5
#: plugins/extensions/pykrita/plugin/krita/sceditor/mainwindow.ui:120
#, kde-format
msgid "&Open"
msgstr ""
#. i18n: ectx: property (toolTip), widget (QStatusBar, statusbar)
#. +> trunk5
#: plugins/extensions/pykrita/plugin/krita/sceditor/mainwindow.ui:123
#, kde-format
msgid "Open a script"
msgstr ""
#. i18n: ectx: property (shortcut), widget (QStatusBar, statusbar)
#. +> trunk5
#: plugins/extensions/pykrita/plugin/krita/sceditor/mainwindow.ui:126
#, kde-format
msgid "Ctrl+O"
msgstr ""
#. i18n: ectx: property (toolTip), widget (QStatusBar, statusbar)
#. +> trunk5
#: 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
#: plugins/extensions/pykrita/plugin/krita/sceditor/mainwindow.ui:137
#: plugins/paintops/libpaintop/forms/wdgcurveoption.ui:222
#, kde-format
msgid "Ctrl+S"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, errorLabel)
#. +> trunk5
#: plugins/extensions/pykrita/plugin/manager.ui:15
#, kde-format
msgid "Error: The Python engine could not be initialized"
msgstr ""
#. i18n: context: Actions (Hello), ActionCollection (Hello)
#. +> trunk5
#: plugins/extensions/pykrita/plugin/plugins/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
#: plugins/extensions/pykrita/plugin/plugins/hello/hello.action:7
#: plugins/extensions/pykrita/plugin/plugins/hello/hello.action:9
#, kde-format
msgctxt "action"
msgid "Say Hello World"
msgstr ""
#. i18n: ectx: property (text), widget (QPushButton, pushButtonSave)
#. +> trunk5
#: plugins/extensions/pykrita/plugin/plugins/selectionsbagdocker/selectionsbagdocker.ui:23
#, kde-format
msgid "save"
msgstr ""
#. i18n: context: Actions (Scripts), ActionCollection (Scripts)
#. +> trunk5
#: plugins/extensions/pykrita/plugin/plugins/tenbrushes/tenbrushes.action:4
#, kde-format
msgctxt "action"
msgid "Ten Brushes"
msgstr ""
#. i18n: context: Action (activate_preset_1), Actions (Scripts), ActionCollection (Scripts)
#. +> trunk5
#: plugins/extensions/pykrita/plugin/plugins/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
#: plugins/extensions/pykrita/plugin/plugins/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
#: plugins/extensions/pykrita/plugin/plugins/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
#: plugins/extensions/pykrita/plugin/plugins/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
#: plugins/extensions/pykrita/plugin/plugins/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
#: plugins/extensions/pykrita/plugin/plugins/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
#: plugins/extensions/pykrita/plugin/plugins/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
#: plugins/extensions/pykrita/plugin/plugins/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
#: plugins/extensions/pykrita/plugin/plugins/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
#: plugins/extensions/pykrita/plugin/plugins/tenbrushes/tenbrushes.action:125
#, kde-format
msgctxt "action"
msgid "Activate Brush Preset 10"
msgstr ""
#. i18n: context: Actions (Scripts), ActionCollection (Scripts)
#. +> trunk5
#: plugins/extensions/pykrita/plugin/plugins/tenscripts/tenscripts.action:4
#, kde-format
msgctxt "action"
msgid "Ten Scripts"
msgstr ""
#. i18n: context: Action (execute_script_1), Actions (Scripts), ActionCollection (Scripts)
#. +> trunk5
#: plugins/extensions/pykrita/plugin/plugins/tenscripts/tenscripts.action:7
#, kde-format
msgctxt "action"
msgid "Execute Script 1"
msgstr ""
#. i18n: context: Action (execute_script_2), Actions (Scripts), ActionCollection (Scripts)
#. +> trunk5
#: plugins/extensions/pykrita/plugin/plugins/tenscripts/tenscripts.action:19
#, kde-format
msgctxt "action"
msgid "Execute Script 2"
msgstr ""
#. i18n: context: Action (execute_script_3), Actions (Scripts), ActionCollection (Scripts)
#. +> trunk5
#: plugins/extensions/pykrita/plugin/plugins/tenscripts/tenscripts.action:31
#, kde-format
msgctxt "action"
msgid "Execute Script 3"
msgstr ""
#. i18n: context: Action (execute_script_4), Actions (Scripts), ActionCollection (Scripts)
#. +> trunk5
#: plugins/extensions/pykrita/plugin/plugins/tenscripts/tenscripts.action:43
#, kde-format
msgctxt "action"
msgid "Execute Script 4"
msgstr ""
#. i18n: context: Action (execute_script_5), Actions (Scripts), ActionCollection (Scripts)
#. +> trunk5
#: plugins/extensions/pykrita/plugin/plugins/tenscripts/tenscripts.action:55
#, kde-format
msgctxt "action"
msgid "Execute Script 5"
msgstr ""
#. i18n: context: Action (execute_script_6), Actions (Scripts), ActionCollection (Scripts)
#. +> trunk5
#: plugins/extensions/pykrita/plugin/plugins/tenscripts/tenscripts.action:67
#, kde-format
msgctxt "action"
msgid "Execute Script 6"
msgstr ""
#. i18n: context: Action (execute_script_7), Actions (Scripts), ActionCollection (Scripts)
#. +> trunk5
#: plugins/extensions/pykrita/plugin/plugins/tenscripts/tenscripts.action:79
#, kde-format
msgctxt "action"
msgid "Execute Script 7"
msgstr ""
#. i18n: context: Action (execute_script_8), Actions (Scripts), ActionCollection (Scripts)
#. +> trunk5
#: plugins/extensions/pykrita/plugin/plugins/tenscripts/tenscripts.action:91
#, kde-format
msgctxt "action"
msgid "Execute Script 8"
msgstr ""
#. i18n: context: Action (execute_script_9), Actions (Scripts), ActionCollection (Scripts)
#. +> trunk5
#: plugins/extensions/pykrita/plugin/plugins/tenscripts/tenscripts.action:103
#, kde-format
msgctxt "action"
msgid "Execute Script 9"
msgstr ""
#. i18n: context: Action (execute_script_10), Actions (Scripts), ActionCollection (Scripts)
#. +> trunk5
#: plugins/extensions/pykrita/plugin/plugins/tenscripts/tenscripts.action:115
#, kde-format
msgctxt "action"
msgid "Execute Script 10"
msgstr ""
#. +> trunk5
#: plugins/extensions/pykrita/plugin/pyqtpluginsettings.cpp:69
#, kde-format
msgid "Python Plugin Manager"
msgstr ""
#. +> trunk5
#: plugins/extensions/pykrita/plugin/PythonPluginManager.cpp:123
#, kde-format
msgctxt "@info:tooltip"
msgid "Unable to find the module specified <application>%1</application>"
msgstr ""
#. +> trunk5
#: plugins/extensions/pykrita/plugin/PythonPluginManager.cpp:146
#, kde-format
msgctxt "@info:tooltip"
msgid "<p>Specified version has invalid format for dependency <application>%1</application>: <icode>%2</icode>. Skipped</p>"
msgstr ""
#. +> trunk5
#: plugins/extensions/pykrita/plugin/PythonPluginManager.cpp:173
#, kde-format
msgctxt "@info:tooltip"
msgid "<title>Dependency check</title>"
msgstr ""
#. +> trunk5
#: plugins/extensions/pykrita/plugin/PythonPluginManager.cpp:204
#, 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
#: plugins/extensions/pykrita/plugin/PythonPluginManager.cpp:218
#, kde-format
msgctxt "@info:tooltip"
msgid "<p><application>%1</application>: Unexpected module's version format"
msgstr ""
#. +> trunk5
#: plugins/extensions/pykrita/plugin/PythonPluginManager.cpp:231
#, kde-format
msgctxt "@info:tooltip"
msgid "<p><application>%1</application>: No suitable version found. Required version %2 %3, but found %4</p>"
msgstr ""
#. +> trunk5
#: plugins/extensions/pykrita/plugin/PythonPluginManager.cpp:246
#, kde-format
msgctxt "@info:tooltip"
msgid ""
"<p>Failure on module load <application>%1</application>:</p>"
"<pre>%2</pre>"
msgstr ""
#. +> trunk5
#: plugins/extensions/pykrita/plugin/PythonPluginManager.cpp:344
#, kde-format
msgctxt "@info:tooltip"
msgid "Internal engine failure"
msgstr ""
#. +> trunk5
#: plugins/extensions/pykrita/plugin/PythonPluginManager.cpp:348
#, kde-format
msgctxt "@info:tooltip"
msgid ""
"Module not loaded:<br/>"
"%1"
msgstr ""
#. +> trunk5
#: plugins/extensions/pykrita/plugin/PythonPluginsModel.cpp:64
#, kde-format
msgctxt "@title:column"
msgid "Name"
msgstr ""
#. +> trunk5
#: 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."
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 (windowTitle), widget (QWidget, WdgQMicSettings)
#. +> stable5
#: plugins/extensions/qmic/WdgQMicSettings.ui:14
#, kde-format
msgid "Form"
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:45
#, kde-format
msgid "Manage Resource Bundles"
msgstr ""
#. +> trunk5 stable5
#: plugins/extensions/resourcemanager/dlg_bundle_manager.cpp:68
#, kde-format
msgid "Resource"
msgstr ""
#. +> trunk5 stable5
#: plugins/extensions/resourcemanager/dlg_bundle_manager.cpp:146
#, kde-format
msgid "Couldn't add bundle to resource server"
msgstr ""
#. +> trunk5 stable5
#: plugins/extensions/resourcemanager/dlg_bundle_manager.cpp:151
#, kde-format
msgid "Couldn't remove bundle from blacklist"
msgstr ""
#. +> trunk5 stable5
#: plugins/extensions/resourcemanager/dlg_bundle_manager.cpp:162
#, kde-format
msgid "Bundle doesn't exist!"
msgstr ""
#. +> trunk5 stable5
#: plugins/extensions/resourcemanager/dlg_bundle_manager.cpp:263
#: 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)
#. i18n: ectx: property (text), widget (QLabel, authorLabel)
#. +> trunk5 stable5
#: plugins/extensions/resourcemanager/wdgdlgbundlemanager.ui:426
#: plugins/extensions/resourcemanager/wdgdlgcreatebundle.ui:256
#: plugins/flake/textshape/dialogs/CitationInsertionDialog.ui:173
#, 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
#, 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:75
#, kde-format
msgid "Source"
msgstr ""
#. i18n: ectx: property (text), widget (QRadioButton, radioCurrentLayer)
#. +> trunk5 stable5
#: plugins/extensions/separate_channels/wdg_separations.ui:52
#, kde-format
msgid "Current layer"
msgstr ""
#. i18n: ectx: property (text), widget (QRadioButton, radioAllLayers)
#. +> trunk5 stable5
#: plugins/extensions/separate_channels/wdg_separations.ui:62
#, kde-format
msgid "Flatten all layers before separation"
msgstr ""
#. i18n: ectx: property (title), widget (QGroupBox, grpOutput)
#. +> trunk5 stable5
#: plugins/extensions/separate_channels/wdg_separations.ui:72
#, kde-format
msgid "Output"
msgstr ""
#. i18n: ectx: property (text), widget (QRadioButton, radioLayers)
#. +> trunk5 stable5
#: plugins/extensions/separate_channels/wdg_separations.ui:78
#, kde-format
msgid "To layers"
msgstr ""
#. i18n: ectx: property (text), widget (QRadioButton, radioImages)
#. +> trunk5 stable5
#: plugins/extensions/separate_channels/wdg_separations.ui:88
#, kde-format
msgid "To images"
msgstr ""
#. i18n: ectx: property (title), widget (QGroupBox, grpAlpha)
#. +> trunk5 stable5
#: plugins/extensions/separate_channels/wdg_separations.ui:98
#, kde-format
msgid "Alpha Options"
msgstr ""
#. i18n: ectx: property (text), widget (QRadioButton, radioCopyAlpha)
#. +> trunk5 stable5
#: plugins/extensions/separate_channels/wdg_separations.ui:104
#, kde-format
msgid "Copy alpha channel to each separated channel as an alpha channel"
msgstr ""
#. i18n: ectx: property (text), widget (QRadioButton, radioDiscardAlpha)
#. +> trunk5 stable5
#: plugins/extensions/separate_channels/wdg_separations.ui:111
#, kde-format
msgid "Discard alpha channel"
msgstr ""
#. i18n: ectx: property (text), widget (QRadioButton, radioSeparateAlpha)
#. +> trunk5 stable5
#: plugins/extensions/separate_channels/wdg_separations.ui:121
#, kde-format
msgid "Create separate separation from alpha channel"
msgstr ""
#. i18n: ectx: property (text), widget (QCheckBox, chkDownscale)
#. +> trunk5 stable5
#: plugins/extensions/separate_channels/wdg_separations.ui:131
#, kde-format
msgid "Downscale to 8-bit before separating"
msgstr ""
#. i18n: ectx: property (text), widget (QCheckBox, chkColors)
#. +> trunk5 stable5
#: plugins/extensions/separate_channels/wdg_separations.ui:138
#, kde-format
msgid "Output to color, not grayscale"
msgstr ""
#. i18n: ectx: property (windowTitle), widget (QWidget, WdgShearImage)
#. +> trunk5 stable5
#: plugins/extensions/shearimage/dlg_shearimage.cc:32
#: plugins/extensions/shearimage/shearimage.cc:59
#: plugins/extensions/shearimage/wdg_shearimage.ui:14
#, kde-format
msgid "Shear Image"
msgstr ""
#. +> trunk5 stable5
#: plugins/extensions/shearimage/shearimage.cc:78
#, kde-format
msgid "Shear Layer"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, lblShearAngleX)
#. +> trunk5 stable5
#: plugins/extensions/shearimage/wdg_shearimage.ui:20
#, kde-format
msgid "Shear angle X:"
msgstr ""
#. i18n: ectx: property (suffix), widget (KisIntParseSpinBox, shearAngleX)
#. i18n: ectx: property (suffix), widget (KisIntParseSpinBox, shearAngleY)
#. i18n: ectx: property (suffix), widget (KisDoubleParseSpinBox, startAngle)
#. i18n: ectx: property (suffix), widget (KisDoubleParseSpinBox, endAngle)
#. i18n: ectx: property (suffix), widget (KisIntParseSpinBox, azimuthSpinBox4)
#. i18n: ectx: property (suffix), widget (KisIntParseSpinBox, inclinationSpinBox4)
#. i18n: ectx: property (suffix), widget (KisIntParseSpinBox, azimuthSpinBox2)
#. i18n: ectx: property (suffix), widget (KisIntParseSpinBox, inclinationSpinBox2)
#. i18n: ectx: property (suffix), widget (KisIntParseSpinBox, azimuthSpinBox1)
#. i18n: ectx: property (suffix), widget (KisIntParseSpinBox, inclinationSpinBox1)
#. i18n: ectx: property (suffix), widget (KisIntParseSpinBox, azimuthSpinBox3)
#. i18n: ectx: property (suffix), widget (KisIntParseSpinBox, inclinationSpinBox3)
#. i18n: ectx: property (suffix), widget (KisIntParseSpinBox, blurAngleSlider)
#. i18n: ectx: property (suffix), widget (KisIntParseSpinBox, intAngle)
#. i18n: ectx: property (suffix), widget (KisIntParseSpinBox, irisRotationSlider)
#. +> trunk5 stable5
#: plugins/extensions/shearimage/wdg_shearimage.ui:30
#: plugins/extensions/shearimage/wdg_shearimage.ui:59
#: plugins/filters/blur/wdg_lens_blur.ui:115
#: plugins/filters/blur/wdg_motion_blur.ui:99
#: plugins/filters/blur/wdgblur.ui:130
#: plugins/filters/phongbumpmap/wdgphongbumpmap.ui:500
#: plugins/filters/phongbumpmap/wdgphongbumpmap.ui:541
#: plugins/filters/phongbumpmap/wdgphongbumpmap.ui:683
#: plugins/filters/phongbumpmap/wdgphongbumpmap.ui:727
#: plugins/filters/phongbumpmap/wdgphongbumpmap.ui:875
#: plugins/filters/phongbumpmap/wdgphongbumpmap.ui:916
#: plugins/filters/phongbumpmap/wdgphongbumpmap.ui:1058
#: plugins/filters/phongbumpmap/wdgphongbumpmap.ui:1099
#: plugins/flake/pathshapes/ellipse/EllipseShapeConfigWidget.ui:55
#: plugins/flake/pathshapes/ellipse/EllipseShapeConfigWidget.ui:72
#: plugins/paintops/libpaintop/sensors/kis_dynamic_sensor_drawing_angle.cpp:93
#: plugins/paintops/libpaintop/sensors/kis_dynamic_sensor_drawing_angle.cpp:102
#, kde-format
msgid "°"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, lblShearAngelY)
#. +> trunk5 stable5
#: plugins/extensions/shearimage/wdg_shearimage.ui:43
#, kde-format
msgid "Shear angle Y:"
msgstr ""
#. +> trunk5 stable5
#: plugins/extensions/waveletdecompose/dlg_waveletdecompose.cpp:29
#, kde-format
msgid "WaveletDecompose"
msgstr ""
#. i18n: ectx: property (windowTitle), widget (QWidget, WdgWaveletDecompose)
#. +> trunk5 stable5
#: plugins/extensions/waveletdecompose/waveletdecompose.cpp:77
#: plugins/extensions/waveletdecompose/wdg_waveletdecompose.ui:14
#, kde-format
msgid "Wavelet Decompose"
msgstr ""
#. +> trunk5 stable5
#: plugins/extensions/waveletdecompose/waveletdecompose.cpp:124
msgctxt "(qtundo-format)"
msgid "Wavelet decompose"
msgstr ""
#. +> trunk5 stable5
#: plugins/extensions/waveletdecompose/waveletdecompose.cpp:131
#, kde-format
msgid "Wavelet decompose"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, lblWaveletScales)
#. +> trunk5 stable5
#: plugins/extensions/waveletdecompose/wdg_waveletdecompose.ui:20
#, kde-format
msgid "Wavelet scales:"
msgstr ""
#. +> trunk5 stable5
#: plugins/filters/asccdl/kis_asccdl_filter.cpp:42
#, kde-format
msgid "&Slope, Offset, Power.."
msgstr ""
#. +> trunk5 stable5
#: plugins/filters/asccdl/kis_asccdl_filter.h:40
#, kde-format
msgid "Slope, Offset, Power(ASC-CDL)"
msgstr ""
#. i18n: ectx: property (text), widget (KisGradientSlider, cutoffSlider)
#. i18n: ectx: property (text), widget (QPushButton, configureStyles)
#. i18n: ectx: property (text), widget (KisColorButton, bnforeground)
#. i18n: ectx: property (text), widget (KisColorButton, bnbackground)
#. i18n: ectx: property (text), widget (KisColorButton, btnSlope)
#. i18n: ectx: property (text), widget (KisColorButton, btnPower)
#. i18n: ectx: property (text), widget (KisColorButton, btnOffset)
#. i18n: ectx: property (text), widget (KoColorPopupButton, btnGradientChooser)
#. +> trunk5 stable5
#: plugins/filters/asccdl/wdg_asccdl.ui:17
#: plugins/filters/asccdl/wdg_asccdl.ui:24
#: plugins/filters/asccdl/wdg_asccdl.ui:45
#: plugins/filters/gradientmap/wdg_gradientmap.ui:26
#: plugins/filters/halftone/wdg_halftone_filter.ui:26
#: plugins/filters/halftone/wdg_halftone_filter.ui:33
#: plugins/flake/textshape/dialogs/TableOfContentsConfigure.ui:85
#: plugins/paintops/libpaintop/forms/wdgtexturechooser.ui:208
#, kde-format
msgid "PushButton"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, lblOffset)
#. +> trunk5 stable5
#: plugins/filters/asccdl/wdg_asccdl.ui:31
#, kde-format
msgid "Offset:"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, lblBase)
#. +> trunk5 stable5
#: plugins/filters/asccdl/wdg_asccdl.ui:38
#, kde-format
msgid "ASC-CDL color balance"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, lblPower)
#. +> trunk5 stable5
#: plugins/filters/asccdl/wdg_asccdl.ui:52
#, kde-format
msgid "Power:"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, lblSlope)
#. +> trunk5 stable5
#: plugins/filters/asccdl/wdg_asccdl.ui:59
#, kde-format
msgid "Slope:"
msgstr ""
#. +> trunk5 stable5
#: plugins/filters/blur/kis_blur_filter.cpp:39
#, kde-format
msgid "&Blur..."
msgstr ""
#. +> trunk5 stable5
#: plugins/filters/blur/kis_gaussian_blur_filter.cpp:43
#, kde-format
msgid "&Gaussian Blur..."
msgstr ""
#. +> trunk5 stable5
#: plugins/filters/blur/kis_gaussian_blur_filter.h:40
#, kde-format
msgid "Gaussian Blur"
msgstr ""
#. +> trunk5 stable5
#: plugins/filters/blur/kis_lens_blur_filter.cpp:44
#, kde-format
msgid "&Lens Blur..."
msgstr ""
#. +> trunk5 stable5
#: plugins/filters/blur/kis_lens_blur_filter.h:42
#, kde-format
msgid "Lens Blur"
msgstr ""
#. +> trunk5 stable5
#: plugins/filters/blur/kis_motion_blur_filter.cpp:44
#, kde-format
msgid "&Motion Blur..."
msgstr ""
#. +> trunk5 stable5
#: plugins/filters/blur/kis_motion_blur_filter.h:42
#, kde-format
msgid "Motion Blur"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, textLabel2)
#. i18n: ectx: property (text), widget (QLabel, label_2)
#. +> trunk5 stable5
#: plugins/filters/blur/wdg_gaussian_blur.ui:68
#: plugins/filters/blur/wdgblur.ui:68
#: plugins/filters/convertheightnormalmap/kis_wdg_convert_height_to_normal_map.cpp:51
#: plugins/filters/edgedetection/kis_wdg_edge_detection.cpp:49
#, kde-format
msgid "Vertical Radius:"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, textLabel1)
#. i18n: ectx: property (text), widget (QLabel, label)
#. +> trunk5 stable5
#: plugins/filters/blur/wdg_gaussian_blur.ui:78
#: plugins/filters/blur/wdgblur.ui:29
#: plugins/filters/convertheightnormalmap/kis_wdg_convert_height_to_normal_map.cpp:47
#: plugins/filters/edgedetection/kis_wdg_edge_detection.cpp:45
#, kde-format
msgid "Horizontal Radius:"
msgstr ""
#. i18n: ectx: property (title), widget (QGroupBox, groupBox)
#. +> trunk5 stable5
#: plugins/filters/blur/wdg_lens_blur.ui:23
#, kde-format
msgid "Iris"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, label)
#. i18n: ectx: property (text), widget (QLabel, widthInfoLbl_2)
#. i18n: ectx: property (text), widget (QLabel, shapeLbl)
#. i18n: ectx: property (text), widget (QLabel, lblMaskShape)
#. i18n: ectx: property (text), widget (QLabel, textLabel4)
#. i18n: ectx: property (text), widget (QLabel, textLabel1_2)
#. i18n: ectx: property (text), widget (QLabel, textLabel1_2_2)
#. +> trunk5 stable5
#: plugins/filters/blur/wdg_lens_blur.ui:29
#: plugins/filters/blur/wdgblur.ui:140
#: plugins/filters/wavefilter/wdgwaveoptions.ui:72
#: plugins/filters/wavefilter/wdgwaveoptions.ui:255
#: plugins/paintops/gridbrush/wdggridbrushshapeoptions.ui:29
#: plugins/paintops/libpaintop/forms/wdgautobrush.ui:81
#: plugins/paintops/libpaintop/forms/wdgBrushSizeOptions.ui:215
#: plugins/paintops/spray/wdgsprayshapeoptions.ui:46
#: plugins/tools/basictools/kis_tool_gradient.cc:227
#, kde-format
msgid "Shape:"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, label_2)
#. i18n: ectx: property (label), widget (KisIntParseSpinBox, irisRadiusSlider)
#. i18n: ectx: property (text), widget (QLabel, textLabel1)
#. i18n: ectx: property (text), widget (QLabel, radiusLabel)
#. +> trunk5 stable5
#: plugins/filters/blur/wdg_lens_blur.ui:73
#: plugins/filters/blur/wdg_lens_blur.ui:92
#: plugins/filters/unsharp/wdgunsharp.ui:23
#: plugins/tools/basictools/wdgmultihandtool.ui:221
#, kde-format
msgid "Radius:"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, brushRotationLabel)
#. i18n: ectx: property (text), widget (QLabel, label_3)
#. i18n: ectx: property (label), widget (KisIntParseSpinBox, irisRotationSlider)
#. i18n: ectx: property (text), widget (QLabel, axisRotationLabel)
#. +> trunk5 stable5
#: plugins/filters/blur/wdg_lens_blur.ui:102
#: plugins/filters/blur/wdg_lens_blur.ui:124
#: plugins/paintops/libpaintop/forms/wdgpredefinedbrushchooser.ui:159
#: 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, label)
#. i18n: ectx: property (text), widget (QLabel, lbl_angle)
#. 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/dynadraw/wdgdynaoptions.ui:182
#: plugins/paintops/hatching/wdghatchingoptions.ui:49
#: plugins/paintops/libpaintop/forms/wdgautobrush.ui:161
#: plugins/paintops/libpaintop/forms/wdgBrushSizeOptions.ui:177
#: plugins/paintops/spray/wdgsprayoptions.ui:92
#: plugins/tools/basictools/kis_tool_measure.cc:53
#: plugins/tools/karbonplugins/tools/CalligraphyTool/KarbonCalligraphyOptionWidget.cpp:111
#, kde-format
msgid "Angle:"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, Factor)
#. i18n: ectx: property (text), widget (QLabel, label_2)
#. +> trunk5 stable5
#: plugins/filters/blur/wdg_motion_blur.ui:112
#: plugins/paintops/libpaintop/sensors/SensorDistanceConfiguration.ui:50
#: plugins/paintops/libpaintop/sensors/SensorFadeConfiguration.ui:50
#, kde-format
msgid "Length:"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, strengthLabel)
#. i18n: ectx: property (text), widget (QLabel, textLabel3)
#. +> trunk5 stable5
#: plugins/filters/blur/wdgblur.ui:91
#: plugins/paintops/libpaintop/forms/wdgcurveoption.ui:28
#, 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/dynadraw/kis_dyna_paintop_settings.cpp:213
#: plugins/paintops/libpaintop/forms/wdgautobrush.ui:92
#, kde-format
msgid "Circle"
msgstr ""
#. +> trunk5 stable5
#: plugins/filters/colors/kis_color_to_alpha.cpp:39
#, 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:68
#, kde-format
msgid "M&aximize Channel"
msgstr ""
#. +> trunk5 stable5
#: plugins/filters/colors/kis_minmax_filters.cpp:111
#, 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:86
#, kde-format
msgid "&Auto Contrast"
msgstr ""
#. +> trunk5 stable5
#: plugins/filters/colorsfilters/colorsfilters.h:49
#, kde-format
msgid "Auto Contrast"
msgstr ""
#. +> trunk5 stable5
#: plugins/filters/colorsfilters/kis_color_balance_filter.cpp:27
#, kde-format
msgid "&Color Balance..."
msgstr ""
#. +> trunk5 stable5
#: plugins/filters/colorsfilters/kis_color_balance_filter.h:53
#, kde-format
msgid "Color Balance"
msgstr ""
#. +> trunk5 stable5
#: plugins/filters/colorsfilters/kis_desaturate_filter.cpp:57
#, kde-format
msgid "&Desaturate..."
msgstr ""
#. +> trunk5 stable5
#: plugins/filters/colorsfilters/kis_desaturate_filter.h:46
#, kde-format
msgid "Desaturate"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, label_3)
#. +> trunk5 stable5
#: plugins/filters/colorsfilters/kis_hsv_adjustment_filter.cpp:75
#: plugins/paintops/libpaintop/forms/wdgcoloroptions.ui:78
#, kde-format
msgid "Value:"
msgstr ""
#. +> trunk5 stable5
#: plugins/filters/colorsfilters/kis_hsv_adjustment_filter.cpp:77
#, kde-format
msgid "Lightness:"
msgstr ""
#. +> trunk5 stable5
#: plugins/filters/colorsfilters/kis_hsv_adjustment_filter.cpp:79
#, kde-format
msgid "Intensity:"
msgstr ""
#. +> trunk5 stable5
#: plugins/filters/colorsfilters/kis_hsv_adjustment_filter.cpp:81
#: plugins/filters/colorsfilters/kis_hsv_adjustment_filter.cpp:83
#: plugins/filters/colorsfilters/kis_hsv_adjustment_filter.cpp:84
#, kde-format
msgid "Luma:"
msgstr ""
#. +> trunk5 stable5
#: plugins/filters/colorsfilters/kis_hsv_adjustment_filter.cpp:83
#: plugins/filters/colorsfilters/kis_hsv_adjustment_filter.cpp:84
#, kde-format
msgid "Green-Red:"
msgstr ""
#. +> trunk5 stable5
#: plugins/filters/colorsfilters/kis_hsv_adjustment_filter.cpp:83
#: plugins/filters/colorsfilters/kis_hsv_adjustment_filter.cpp:84
#, kde-format
msgid "Yellow-Blue:"
msgstr ""
#. +> trunk5 stable5
#: plugins/filters/colorsfilters/kis_hsv_adjustment_filter.cpp:93
#, kde-format
msgid "&HSV Adjustment..."
msgstr ""
#. +> trunk5 stable5
#: plugins/filters/colorsfilters/kis_hsv_adjustment_filter.h:51
#, kde-format
msgid "HSV/HSL Adjustment"
msgstr ""
#. +> trunk5 stable5
#: plugins/filters/colorsfilters/kis_perchannel_filter.cpp:496
#, kde-format
msgid "&Color Adjustment curves..."
msgstr ""
#. +> trunk5 stable5
#: plugins/filters/colorsfilters/kis_perchannel_filter.h:95
#, 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 "&Max"
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
#: plugins/filters/colorsfilters/wdg_perchannel.ui:67
#, kde-format
msgid " Input:"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, labelIn)
#. +> stable5
#: plugins/filters/colorsfilters/wdg_perchannel.ui:295
#, kde-format
msgid "Input:"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, labelOut)
#. +> trunk5
#: plugins/filters/colorsfilters/wdg_perchannel.ui:93
#, kde-format
msgid " Output:"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, textLabel1)
#. +> trunk5 stable5
#: plugins/filters/colorsfilters/wdg_perchannel.ui:335
#, kde-format
msgid "Channel:"
msgstr ""
#. i18n: ectx: property (text), widget (QCheckBox, chkLogarithmic)
#. +> trunk5 stable5
#: plugins/filters/colorsfilters/wdg_perchannel.ui:361
#: plugins/filters/levelfilter/wdg_level.ui:65
#: plugins/filters/threshold/wdg_threshold.ui:55
#, kde-format
msgid "Logarithmic"
msgstr ""
#. +> trunk5
#: plugins/filters/convertheightnormalmap/kis_convert_height_to_normal_map_filter.cpp:40
#, kde-format
msgid "&Height to Normal Map..."
msgstr ""
#. +> trunk5
#: plugins/filters/convertheightnormalmap/kis_convert_height_to_normal_map_filter.h:41
#, kde-format
msgid "Height to Normal Map"
msgstr ""
#. +> trunk5
#: 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
#: 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
#: plugins/filters/convertheightnormalmap/kis_wdg_convert_height_to_normal_map.cpp:32
#: plugins/filters/edgedetection/kis_wdg_edge_detection.cpp:31
#, kde-format
msgid "Sobol"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, label)
#. +> trunk5
#: plugins/filters/convertheightnormalmap/wdg_convert_height_to_normal_map.ui:51
#, kde-format
msgid "XYZ"
msgstr ""
#. +> trunk5 stable5
#: plugins/filters/convolutionfilters/convolutionfilters.cpp:59
#, kde-format
msgid "&Sharpen"
msgstr ""
#. +> trunk5 stable5
#: plugins/filters/convolutionfilters/convolutionfilters.cpp:73
#, kde-format
msgid "&Mean Removal"
msgstr ""
#. +> trunk5 stable5
#: plugins/filters/convolutionfilters/convolutionfilters.cpp:87
#: plugins/filters/convolutionfilters/convolutionfilters.h:55
#, kde-format
msgid "Emboss (Laplacian)"
msgstr ""
#. +> trunk5 stable5
#: plugins/filters/convolutionfilters/convolutionfilters.cpp:102
#: plugins/filters/convolutionfilters/convolutionfilters.h:65
#, kde-format
msgid "Emboss in All Directions"
msgstr ""
#. +> trunk5 stable5
#: plugins/filters/convolutionfilters/convolutionfilters.cpp:117
#, kde-format
msgid "Emboss Horizontal && Vertical"
msgstr ""
#. +> trunk5 stable5
#: plugins/filters/convolutionfilters/convolutionfilters.cpp:132
#: plugins/filters/convolutionfilters/convolutionfilters.h:85
#, kde-format
msgid "Emboss Vertical Only"
msgstr ""
#. +> trunk5 stable5
#: plugins/filters/convolutionfilters/convolutionfilters.cpp:147
#: plugins/filters/convolutionfilters/convolutionfilters.h:95
#, kde-format
msgid "Emboss Horizontal Only"
msgstr ""
#. +> trunk5 stable5
#: plugins/filters/convolutionfilters/convolutionfilters.cpp:162
#, kde-format
msgid "Top Edge Detection"
msgstr ""
#. +> stable5
#: plugins/filters/convolutionfilters/convolutionfilters.cpp:198
#: plugins/filters/convolutionfilters/convolutionfilters.h:125
#, kde-format
msgid "Right Edge Detection"
msgstr ""
#. +> stable5
#: plugins/filters/convolutionfilters/convolutionfilters.cpp:212
#: plugins/filters/convolutionfilters/convolutionfilters.h:135
#, kde-format
msgid "Bottom Edge Detection"
msgstr ""
#. +> stable5
#: plugins/filters/convolutionfilters/convolutionfilters.cpp:226
#: plugins/filters/convolutionfilters/convolutionfilters.h:145
#, kde-format
msgid "Left 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
#: plugins/filters/edgedetection/kis_edge_detection_filter.cpp:50
#, kde-format
msgid "&Edge Detection..."
msgstr ""
#. +> trunk5
#: plugins/filters/edgedetection/kis_wdg_edge_detection.cpp:33
#, kde-format
msgid "All sides"
msgstr ""
#. +> trunk5
#: plugins/filters/edgedetection/kis_wdg_edge_detection.cpp:34
#, kde-format
msgid "Top Edge"
msgstr ""
#. +> trunk5
#: plugins/filters/edgedetection/kis_wdg_edge_detection.cpp:35
#, kde-format
msgid "Bottom Edge"
msgstr ""
#. +> trunk5
#: plugins/filters/edgedetection/kis_wdg_edge_detection.cpp:36
#, kde-format
msgid "Right Edge"
msgstr ""
#. +> trunk5
#: plugins/filters/edgedetection/kis_wdg_edge_detection.cpp:37
#, kde-format
msgid "Left Edge"
msgstr ""
#. +> trunk5
#: plugins/filters/edgedetection/kis_wdg_edge_detection.cpp:38
#, kde-format
msgid "Direction in Radians"
msgstr ""
#. i18n: ectx: property (toolTip), widget (QComboBox, cmbOutput)
#. +> trunk5
#: 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
#: 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
#: 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
#: 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
#: 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:53
#, kde-format
msgid "&Emboss with Variable 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:57
#, 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
#: plugins/filters/gradientmap/krita_filter_gradient_map.cpp:39
#, kde-format
msgid "&Gradient Map..."
msgstr ""
#. +> stable5
#: plugins/filters/gradientmap/krita_filter_gradient_map.cpp:38
#, kde-format
msgid "&Gradient Map"
msgstr ""
#. i18n: ectx: property (windowTitle), widget (QWidget, WdgGradientMap)
#. +> trunk5 stable5
#: plugins/filters/gradientmap/krita_filter_gradient_map.h:39
#: plugins/filters/gradientmap/wdg_gradientmap.ui:14
#, kde-format
msgid "Gradient Map"
msgstr ""
#. +> trunk5 stable5
#: plugins/filters/halftone/kis_halftone_filter.cpp:54
#, kde-format
msgid "&Halftone..."
msgstr ""
#. +> trunk5 stable5
#: plugins/filters/halftone/kis_halftone_filter.h:72
#, kde-format
msgid "Halftone"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, lblcolors)
#. +> trunk5 stable5
#: plugins/filters/halftone/wdg_halftone_filter.ui:17
#, kde-format
msgid "Colors:"
msgstr ""
#. +> trunk5 stable5
#: plugins/filters/imageenhancement/kis_simple_noise_reducer.cpp:40
#, kde-format
msgid "&Gaussian Noise Reduction..."
msgstr ""
#. +> trunk5 stable5
#: plugins/filters/imageenhancement/kis_simple_noise_reducer.cpp:53
#: plugins/filters/imageenhancement/kis_wavelet_noise_reduction.cpp:50
#: plugins/filters/threshold/threshold.h:53
#, kde-format
msgid "Threshold"
msgstr ""
#. +> trunk5 stable5
#: plugins/filters/imageenhancement/kis_simple_noise_reducer.cpp:54
#, 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:36
#, kde-format
msgid "&Wavelet Noise Reducer..."
msgstr ""
#. +> trunk5 stable5
#: plugins/filters/imageenhancement/kis_wavelet_noise_reduction.h:49
#, kde-format
msgid "Wavelet Noise Reducer"
msgstr ""
#. +> trunk5 stable5
#: plugins/filters/indexcolors/indexcolors.cpp:48
#, kde-format
msgid "&Index Colors..."
msgstr ""
#. +> trunk5 stable5
#: plugins/filters/indexcolors/indexcolors.cpp:81
#, kde-format
msgctxt "Color palette shade"
msgid "Base"
msgstr ""
#. +> trunk5 stable5
#: plugins/filters/indexcolors/indexcolors.cpp:81
#, kde-format
msgctxt "Color palette shade"
msgid "Bright"
msgstr ""
#. +> trunk5 stable5
#: plugins/filters/indexcolors/indexcolors.cpp:81
#, kde-format
msgctxt "Color palette shade"
msgid "Light"
msgstr ""
#. +> trunk5 stable5
#: plugins/filters/indexcolors/indexcolors.cpp:81
#, kde-format
msgctxt "Color palette shade"
msgid "Shadow"
msgstr ""
#. +> trunk5 stable5
#: plugins/filters/indexcolors/indexcolors.h:50
#, kde-format
msgid "Index Colors"
msgstr ""
#. +> trunk5 stable5
#: plugins/filters/indexcolors/kiswdgindexcolors.cpp:55
#, kde-format
msgctxt "suffix for a spinbox"
msgid " color"
msgid_plural " colors"
msgstr[0] ""
msgstr[1] ""
#. i18n: ectx: property (title), widget (QGroupBox, groupBox)
#. +> trunk5 stable5
#: plugins/filters/indexcolors/kiswdgindexcolors.ui:29
#, kde-format
msgid "Ramps"
msgstr ""
#. i18n: ectx: property (text), widget (QCheckBox, diagCheck)
#. +> trunk5 stable5
#: plugins/filters/indexcolors/kiswdgindexcolors.ui:68
#, kde-format
msgid "Diagonal Gradients"
msgstr ""
#. i18n: ectx: property (title), widget (QGroupBox, gradientStepsBox)
#. +> trunk5 stable5
#: plugins/filters/indexcolors/kiswdgindexcolors.ui:78
#, kde-format
msgid "Gradient Steps"
msgstr ""
#. i18n: ectx: property (text), widget (QCheckBox, colorLimitCheck)
#. +> trunk5 stable5
#: plugins/filters/indexcolors/kiswdgindexcolors.ui:87
#, kde-format
msgid "Limit to"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, label)
#. +> trunk5 stable5
#: plugins/filters/indexcolors/kiswdgindexcolors.ui:123
#, kde-format
msgid "In-between ramps"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, label_3)
#. +> trunk5 stable5
#: plugins/filters/indexcolors/kiswdgindexcolors.ui:149
#, kde-format
msgid "Color count:"
msgstr ""
#. i18n: ectx: property (title), widget (QGroupBox, indexingBox)
#. +> trunk5 stable5
#: plugins/filters/indexcolors/kiswdgindexcolors.ui:166
#, kde-format
msgid "Indexing Factors"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, label_2)
#. +> trunk5 stable5
#: plugins/filters/indexcolors/kiswdgindexcolors.ui:302
#, kde-format
msgid "Alpha Steps"
msgstr ""
#. +> trunk5 stable5
#: plugins/filters/levelfilter/kis_level_filter.cpp:47
#, kde-format
msgid "&Levels..."
msgstr ""
#. i18n: ectx: property (windowTitle), widget (QWidget, WdgThreshold)
#. i18n: ectx: property (windowTitle), widget (QWidget, WdgLevel)
#. +> trunk5 stable5
#: plugins/filters/levelfilter/kis_level_filter.h:52
#: plugins/filters/levelfilter/wdg_level.ui:32
#: plugins/filters/threshold/wdg_threshold.ui:32
#, kde-format
msgid "Levels"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, textLabel2)
#. +> trunk5 stable5
#: plugins/filters/levelfilter/wdg_level.ui:52
#, kde-format
msgid "<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:64
#, kde-format
msgid "&Random Noise..."
msgstr ""
#. +> trunk5 stable5
#: plugins/filters/noisefilter/noisefilter.h:50
#, kde-format
msgid "Noise"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, textLabel1)
#. +> trunk5 stable5
#: plugins/filters/noisefilter/wdgnoiseoptions.ui:42
#: plugins/filters/randompickfilter/wdgrandompickoptions.ui:33
#, kde-format
msgid "Level:"
msgstr ""
#. +> trunk5 stable5
#: plugins/filters/normalize/kis_normalize.cpp:56
#, kde-format
msgid "Normalize"
msgstr ""
#. +> trunk5 stable5
#: plugins/filters/normalize/kis_normalize.cpp:57
#, kde-format
msgid "&Normalize..."
msgstr ""
#. +> trunk5 stable5
#: plugins/filters/oilpaintfilter/kis_oilpaint_filter.cpp:54
#, kde-format
msgid "&Oilpaint..."
msgstr ""
#. +> trunk5 stable5
#: plugins/filters/oilpaintfilter/kis_oilpaint_filter.cpp:206
#: plugins/paintops/deform/kis_deform_paintop_settings_widget.cpp:40
#: plugins/paintops/dynadraw/kis_dyna_paintop_settings_widget.cpp:34
#: 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:207
#, 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
#: plugins/filters/phongbumpmap/kis_phong_bumpmap_filter.cpp:36
#, kde-format
msgid "Phong Bumpmap"
msgstr ""
#. +> stable5
#: plugins/filters/phongbumpmap/kis_phong_bumpmap_filter.cpp:36
#, kde-format
msgid "PhongBumpmap"
msgstr ""
#. +> trunk5
#: plugins/filters/phongbumpmap/kis_phong_bumpmap_filter.cpp:37
#, kde-format
msgid "&Phong Bumpmap..."
msgstr ""
#. +> stable5
#: plugins/filters/phongbumpmap/kis_phong_bumpmap_filter.cpp:37
#, kde-format
msgid "&PhongBumpmap..."
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
#: plugins/filters/phongbumpmap/wdgphongbumpmap.ui:405
#, kde-format
msgid "Use Normal map"
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)
#. +> stable5
#: plugins/filters/phongbumpmap/wdgphongbumpmap.ui:405
#, kde-format
msgid "Use Normalmap"
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:54
#, kde-format
msgid "&Pixelize..."
msgstr ""
#. +> trunk5 stable5
#: plugins/filters/pixelizefilter/kis_pixelize_filter.cpp:130
#, kde-format
msgid "Pixel width"
msgstr ""
#. +> trunk5 stable5
#: plugins/filters/pixelizefilter/kis_pixelize_filter.cpp:131
#, kde-format
msgid "Pixel height"
msgstr ""
#. +> trunk5 stable5
#: plugins/filters/pixelizefilter/kis_pixelize_filter.h:39
#, kde-format
msgid "Pixelize"
msgstr ""
#. +> trunk5 stable5
#: plugins/filters/posterize/posterize.cpp:54
#, kde-format
msgid "&Posterize..."
msgstr ""
#. +> trunk5 stable5
#: plugins/filters/posterize/posterize.cpp:76
#, kde-format
msgid "Steps"
msgstr ""
#. +> trunk5 stable5
#: plugins/filters/posterize/posterize.h:43
#, kde-format
msgid "Posterize"
msgstr ""
#. +> trunk5 stable5
#: plugins/filters/raindropsfilter/kis_raindrops_filter.cpp:56
#, kde-format
msgid "&Raindrops..."
msgstr ""
#. +> trunk5 stable5
#: plugins/filters/raindropsfilter/kis_raindrops_filter.cpp:384
#, kde-format
msgid "Drop size"
msgstr ""
#. +> trunk5 stable5
#: plugins/filters/raindropsfilter/kis_raindrops_filter.cpp:386
#, 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:64
#, 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:50
#, kde-format
msgid "&Round Corners..."
msgstr ""
#. +> trunk5 stable5
#: plugins/filters/roundcorners/kis_round_corners_filter.cpp:128
#: plugins/tools/karbonplugins/filtereffects/BlurEffectConfigWidget.cpp:37
#, kde-format
msgid "Radius"
msgstr ""
#. +> trunk5 stable5
#: plugins/filters/roundcorners/kis_round_corners_filter.h:39
#, kde-format
msgid "Round Corners"
msgstr ""
#. +> trunk5 stable5
#: plugins/filters/smalltilesfilter/kis_small_tiles_filter.cpp:55
#, kde-format
msgid "&Small Tiles..."
msgstr ""
#. +> trunk5 stable5
#: plugins/filters/smalltilesfilter/kis_small_tiles_filter.cpp:100
#, kde-format
msgid "Number of tiles"
msgstr ""
#. +> trunk5 stable5
#: plugins/filters/smalltilesfilter/kis_small_tiles_filter.h:41
#, kde-format
msgid "Small Tiles"
msgstr ""
#. +> trunk5 stable5
#: plugins/filters/threshold/threshold.cpp:64
#, kde-format
msgid "&Threshold..."
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, label)
#. +> trunk5 stable5
#: plugins/filters/threshold/wdg_threshold.ui:123
#, kde-format
msgid "Threshold &level:"
msgstr ""
#. +> trunk5 stable5
#: plugins/filters/unsharp/kis_unsharp_filter.cpp:43
#, kde-format
msgid "&Unsharp Mask..."
msgstr ""
#. +> trunk5 stable5
#: plugins/filters/unsharp/kis_unsharp_filter.cpp:88
#: plugins/filters/unsharp/kis_unsharp_filter.h:39
#, kde-format
msgid "Unsharp Mask"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, textLabel3)
#. i18n: ectx: property (text), widget (QLabel, lblAmount)
#. i18n: ectx: property (text), widget (QLabel, label)
#. +> trunk5 stable5
#: plugins/filters/unsharp/wdgunsharp.ui:68
#: plugins/tools/basictools/wdgmovetool.ui:149
#: plugins/tools/tool_transform2/wdg_tool_transform.ui:1952
#, 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:97
#, kde-format
msgid "&Wave..."
msgstr ""
#. +> trunk5 stable5
#: plugins/filters/wavefilter/wavefilter.h:51
#, kde-format
msgid "Wave"
msgstr ""
#. i18n: ectx: property (title), widget (QGroupBox, groupBox1)
#. +> trunk5 stable5
#: plugins/filters/wavefilter/wdgwaveoptions.ui:48
#, kde-format
msgid "Horizontal Wave"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, textLabel2_2)
#. i18n: ectx: property (text), widget (QLabel, textLabel2_2_2)
#. +> trunk5 stable5
#: plugins/filters/wavefilter/wdgwaveoptions.ui:85
#: plugins/filters/wavefilter/wdgwaveoptions.ui:242
#, kde-format
msgid "Amplitude:"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, textLabel1)
#. i18n: ectx: property (text), widget (QLabel, textLabel1_3)
#. +> trunk5 stable5
#: plugins/filters/wavefilter/wdgwaveoptions.ui:98
#: plugins/filters/wavefilter/wdgwaveoptions.ui:187
#, kde-format
msgid "Wavelength:"
msgstr ""
#. i18n: ectx: property (text), item, widget (KComboBox, cbHShape)
#. i18n: ectx: property (text), item, widget (KComboBox, cbVShape)
#. +> trunk5 stable5
#: plugins/filters/wavefilter/wdgwaveoptions.ui:124
#: plugins/filters/wavefilter/wdgwaveoptions.ui:213
#, kde-format
msgid "Sinusoidale"
msgstr ""
#. i18n: ectx: property (text), item, widget (KComboBox, cbHShape)
#. i18n: ectx: property (text), item, widget (KComboBox, cbVShape)
#. +> trunk5 stable5
#: plugins/filters/wavefilter/wdgwaveoptions.ui:129
#: plugins/filters/wavefilter/wdgwaveoptions.ui:218
#, kde-format
msgid "Triangle"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, textLabel2)
#. i18n: ectx: property (text), widget (QLabel, textLabel2_3)
#. +> trunk5 stable5
#: plugins/filters/wavefilter/wdgwaveoptions.ui:137
#: plugins/filters/wavefilter/wdgwaveoptions.ui:226
#, kde-format
msgid "Shift:"
msgstr ""
#. i18n: ectx: property (title), widget (QGroupBox, Vertical_wave)
#. +> trunk5 stable5
#: plugins/filters/wavefilter/wdgwaveoptions.ui:169
#, kde-format
msgid "Vertical Wave"
msgstr ""
#. +> trunk5 stable5
#: plugins/flake/artistictextshape/AddTextRangeCommand.cpp:33
#: plugins/flake/artistictextshape/AddTextRangeCommand.cpp:40
msgctxt "(qtundo-format)"
msgid "Add text range"
msgstr ""
#. +> trunk5 stable5
#: plugins/flake/artistictextshape/ArtisticTextShapeFactory.cpp:32
#, kde-format
msgid "ArtisticTextShape"
msgstr ""
#. +> trunk5 stable5
#: plugins/flake/artistictextshape/ArtisticTextShapeFactory.cpp:34
#, kde-format
msgid "A shape which shows a single text line"
msgstr ""
#. +> trunk5 stable5
#: plugins/flake/artistictextshape/ArtisticTextShapeFactory.cpp:44
#, kde-format
msgid "Artistic Text"
msgstr ""
#. +> trunk5 stable5
#: plugins/flake/artistictextshape/ArtisticTextTool.cpp:321
#, kde-format
msgid "Click to change cursor position."
msgstr ""
#. +> trunk5 stable5
#: plugins/flake/artistictextshape/ArtisticTextTool.cpp:323
#, kde-format
msgid "Click to select text shape."
msgstr ""
#. +> trunk5 stable5
#: plugins/flake/artistictextshape/ArtisticTextTool.cpp:327
#, kde-format
msgid "Double click to put text on path."
msgstr ""
#. +> trunk5 stable5
#: plugins/flake/artistictextshape/ArtisticTextTool.cpp:330
#, kde-format
msgid "Drag handle to change start offset."
msgstr ""
#. +> trunk5 stable5
#: plugins/flake/artistictextshape/ArtisticTextTool.cpp:334
#, kde-format
msgid "Press escape to finish editing."
msgstr ""
#. +> trunk5 stable5
#: plugins/flake/artistictextshape/ArtisticTextTool.cpp:515
#, kde-format
msgid "Press return to finish editing."
msgstr ""
#. +> trunk5 stable5
#: plugins/flake/artistictextshape/ArtisticTextTool.cpp:623
#, kde-format
msgid "Text Properties"
msgstr ""
#. +> trunk5 stable5
#: plugins/flake/artistictextshape/ArtisticTextTool.cpp:633
#, kde-format
msgid "Text On Path"
msgstr ""
#. +> trunk5 stable5
#: plugins/flake/artistictextshape/ArtisticTextToolFactory.cpp:30
#, kde-format
msgid "Artistic text editing"
msgstr ""
#. +> trunk5 stable5
#: plugins/flake/artistictextshape/AttachTextToPathCommand.cpp:30
msgctxt "(qtundo-format)"
msgid "Attach Path"
msgstr ""
#. +> trunk5 stable5
#: plugins/flake/artistictextshape/ChangeTextAnchorCommand.cpp:28
msgctxt "(qtundo-format)"
msgid "Change text anchor"
msgstr ""
#. +> trunk5 stable5
#: plugins/flake/artistictextshape/ChangeTextFontCommand.cpp:33
msgctxt "(qtundo-format)"
msgid "Change font"
msgstr ""
#. +> trunk5 stable5
#: plugins/flake/artistictextshape/ChangeTextOffsetCommand.cpp:31
msgctxt "(qtundo-format)"
msgid "Change Text Offset"
msgstr ""
#. +> trunk5 stable5
#: plugins/flake/artistictextshape/DetachTextFromPathCommand.cpp:29
msgctxt "(qtundo-format)"
msgid "Detach Path"
msgstr ""
#. +> trunk5 stable5
#: plugins/flake/artistictextshape/RemoveTextRangeCommand.cpp:32
msgctxt "(qtundo-format)"
msgid "Remove text range"
msgstr ""
#. +> trunk5 stable5
#: plugins/flake/artistictextshape/ReplaceTextRangeCommand.cpp:31
#: plugins/flake/artistictextshape/ReplaceTextRangeCommand.cpp:43
#: plugins/flake/artistictextshape/ReplaceTextRangeCommand.cpp:55
msgctxt "(qtundo-format)"
msgid "Replace text range"
msgstr ""
#. +> trunk5
#: plugins/flake/imageshape/ImageShapeFactory.cpp:38
#, kde-format
msgid "Image shape"
msgstr ""
#. +> trunk5
#: 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/AnnotationTextShapeFactory.cpp:44
#: plugins/flake/textshape/AnnotationTextShapeFactory.cpp:52
#, kde-format
msgid "Annotation"
msgstr ""
#. +> trunk5 stable5
#: plugins/flake/textshape/AnnotationTextShapeFactory.cpp:46
#, kde-format
msgid "Annotation shape to show annotation content"
msgstr ""
#. +> trunk5 stable5
#: plugins/flake/textshape/AnnotationTextShapeFactory.cpp:54
#, kde-format
msgid "Annotation Shape"
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 (toolTip), widget (QToolButton, configureBibliography)
#. i18n: ectx: property (windowTitle), widget (QDialog, BibliographyConfigureDialog)
#. +> trunk5 stable5
#: plugins/flake/textshape/dialogs/BibliographyConfigureDialog.ui:14
#: plugins/flake/textshape/dialogs/SimpleCitationBibliographyWidget.ui:52
#, 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
#: plugins/flake/textshape/ReferencesToolFactory.cpp:32
#, 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:1018
#, 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)
#. +> 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/CitationInsertionDialog.cpp:52
#, kde-format
msgid ""
"The document already contains the bibliography entry with different data.\n"
"Do you want to adjust existing entries?"
msgstr ""
#. +> trunk5 stable5
#: plugins/flake/textshape/dialogs/CitationInsertionDialog.cpp:52
#: plugins/flake/textshape/dialogs/StyleManager.cpp:428
#, kde-format
msgid "Warning"
msgstr ""
#. +> trunk5 stable5
#: plugins/flake/textshape/dialogs/CitationInsertionDialog.cpp:69
#: plugins/flake/textshape/dialogs/CitationInsertionDialog.cpp:87
#, kde-format
msgid "Short name%1"
msgstr ""
#. i18n: ectx: property (windowTitle), widget (QDialog, CitationInsertionDialog)
#. +> trunk5 stable5
#: plugins/flake/textshape/dialogs/CitationInsertionDialog.ui:20
#, kde-format
msgid "Insert Bibliography entry"
msgstr ""
#. i18n: ectx: property (title), widget (QGroupBox, groupBox)
#. +> trunk5 stable5
#: plugins/flake/textshape/dialogs/CitationInsertionDialog.ui:32
#, kde-format
msgid "Insert Bibliography Entry Details"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, shortnameLabel)
#. +> trunk5 stable5
#: plugins/flake/textshape/dialogs/CitationInsertionDialog.ui:38
#, kde-format
msgid "Short Name:"
msgstr ""
#. i18n: ectx: property (text), item, widget (QComboBox, sourceType)
#. i18n: ectx: property (text), item, widget (QListWidget, bibTypes)
#. +> trunk5 stable5
#: plugins/flake/textshape/dialogs/CitationInsertionDialog.ui:60
#: plugins/flake/textshape/dialogs/InsertBibliographyDialog.ui:61
#, kde-format
msgid "Article"
msgstr ""
#. i18n: ectx: property (text), item, widget (QComboBox, sourceType)
#. i18n: ectx: property (text), item, widget (QListWidget, bibTypes)
#. +> trunk5 stable5
#: plugins/flake/textshape/dialogs/CitationInsertionDialog.ui:65
#: plugins/flake/textshape/dialogs/InsertBibliographyDialog.ui:66
#, kde-format
msgid "Book"
msgstr ""
#. i18n: ectx: property (text), item, widget (QComboBox, sourceType)
#. i18n: ectx: property (text), item, widget (QListWidget, bibTypes)
#. +> trunk5 stable5
#: plugins/flake/textshape/dialogs/CitationInsertionDialog.ui:70
#: plugins/flake/textshape/dialogs/InsertBibliographyDialog.ui:71
#, kde-format
msgid "Booklet"
msgstr ""
#. i18n: ectx: property (text), item, widget (QComboBox, sourceType)
#. i18n: ectx: property (text), item, widget (QListWidget, bibTypes)
#. +> trunk5 stable5
#: plugins/flake/textshape/dialogs/CitationInsertionDialog.ui:75
#: plugins/flake/textshape/dialogs/InsertBibliographyDialog.ui:76
#, kde-format
msgid "Conference"
msgstr ""
#. i18n: ectx: property (text), item, widget (QComboBox, sourceType)
#. +> trunk5 stable5
#: plugins/flake/textshape/dialogs/CitationInsertionDialog.ui:85
#, kde-format
msgid "Inbook"
msgstr ""
#. i18n: ectx: property (text), item, widget (QComboBox, sourceType)
#. +> trunk5 stable5
#: plugins/flake/textshape/dialogs/CitationInsertionDialog.ui:90
#, kde-format
msgid "Incollection"
msgstr ""
#. i18n: ectx: property (text), item, widget (QComboBox, sourceType)
#. +> trunk5 stable5
#: plugins/flake/textshape/dialogs/CitationInsertionDialog.ui:95
#, kde-format
msgid "Inproceedings"
msgstr ""
#. i18n: ectx: property (text), item, widget (QComboBox, sourceType)
#. i18n: ectx: property (text), item, widget (QListWidget, bibTypes)
#. +> trunk5 stable5
#: plugins/flake/textshape/dialogs/CitationInsertionDialog.ui:100
#: plugins/flake/textshape/dialogs/InsertBibliographyDialog.ui:101
#, kde-format
msgid "Journal"
msgstr ""
#. i18n: ectx: property (text), item, widget (QComboBox, sourceType)
#. i18n: ectx: property (text), item, widget (QListWidget, bibTypes)
#. +> trunk5 stable5
#: plugins/flake/textshape/dialogs/CitationInsertionDialog.ui:110
#: plugins/flake/textshape/dialogs/InsertBibliographyDialog.ui:111
#, kde-format
msgid "Masters thesis"
msgstr ""
#. i18n: ectx: property (text), item, widget (QComboBox, sourceType)
#. i18n: ectx: property (text), item, widget (QListWidget, bibTypes)
#. +> trunk5 stable5
#: plugins/flake/textshape/dialogs/CitationInsertionDialog.ui:120
#: plugins/flake/textshape/dialogs/InsertBibliographyDialog.ui:121
#, kde-format
msgid "PhD thesis"
msgstr ""
#. i18n: ectx: property (text), item, widget (QComboBox, sourceType)
#. i18n: ectx: property (text), item, widget (QListWidget, bibTypes)
#. +> trunk5 stable5
#: plugins/flake/textshape/dialogs/CitationInsertionDialog.ui:125
#: plugins/flake/textshape/dialogs/InsertBibliographyDialog.ui:126
#, kde-format
msgid "Proceedings"
msgstr ""
#. i18n: ectx: property (text), item, widget (QComboBox, sourceType)
#. +> trunk5 stable5
#: plugins/flake/textshape/dialogs/CitationInsertionDialog.ui:130
#, kde-format
msgid "Tech Report"
msgstr ""
#. i18n: ectx: property (text), item, widget (QComboBox, sourceType)
#. i18n: ectx: property (text), item, widget (QListWidget, bibTypes)
#. +> trunk5 stable5
#: plugins/flake/textshape/dialogs/CitationInsertionDialog.ui:135
#: plugins/flake/textshape/dialogs/InsertBibliographyDialog.ui:136
#, kde-format
msgid "Unpublished"
msgstr ""
#. i18n: ectx: property (text), item, widget (QComboBox, sourceType)
#. i18n: ectx: property (text), item, widget (QListWidget, bibTypes)
#. +> trunk5 stable5
#: plugins/flake/textshape/dialogs/CitationInsertionDialog.ui:140
#: plugins/flake/textshape/dialogs/InsertBibliographyDialog.ui:141
#, kde-format
msgid "WWW"
msgstr ""
#. i18n: ectx: property (text), item, widget (QComboBox, sourceType)
#. +> trunk5 stable5
#: plugins/flake/textshape/dialogs/CitationInsertionDialog.ui:145
#, kde-format
msgid "custom 1"
msgstr ""
#. i18n: ectx: property (text), item, widget (QComboBox, sourceType)
#. +> trunk5 stable5
#: plugins/flake/textshape/dialogs/CitationInsertionDialog.ui:150
#, kde-format
msgid "custom 2"
msgstr ""
#. i18n: ectx: property (text), item, widget (QComboBox, sourceType)
#. +> trunk5 stable5
#: plugins/flake/textshape/dialogs/CitationInsertionDialog.ui:155
#, kde-format
msgid "custom 3"
msgstr ""
#. i18n: ectx: property (text), item, widget (QComboBox, sourceType)
#. +> trunk5 stable5
#: plugins/flake/textshape/dialogs/CitationInsertionDialog.ui:160
#, kde-format
msgid "custom 4"
msgstr ""
#. i18n: ectx: property (text), item, widget (QComboBox, sourceType)
#. +> trunk5 stable5
#: plugins/flake/textshape/dialogs/CitationInsertionDialog.ui:165
#, kde-format
msgid "custom 5"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, yearLabel)
#. +> trunk5 stable5
#: plugins/flake/textshape/dialogs/CitationInsertionDialog.ui:193
#, kde-format
msgid "Year:"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, addressLabel)
#. +> trunk5 stable5
#: plugins/flake/textshape/dialogs/CitationInsertionDialog.ui:213
#, kde-format
msgid "Address:"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, isbnLabel)
#. +> trunk5 stable5
#: plugins/flake/textshape/dialogs/CitationInsertionDialog.ui:223
#, kde-format
msgid "ISBN:"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, chapterLabel)
#. +> trunk5 stable5
#: plugins/flake/textshape/dialogs/CitationInsertionDialog.ui:233
#, kde-format
msgid "Chapter:"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, issnLabel)
#. +> trunk5 stable5
#: plugins/flake/textshape/dialogs/CitationInsertionDialog.ui:243
#, kde-format
msgid "ISSN:"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, editorLabel)
#. +> trunk5 stable5
#: plugins/flake/textshape/dialogs/CitationInsertionDialog.ui:253
#, kde-format
msgid "Editor:"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, pagesLabel)
#. +> trunk5 stable5
#: plugins/flake/textshape/dialogs/CitationInsertionDialog.ui:263
#, kde-format
msgid "Page(s):"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, booktitleLabel)
#. +> trunk5 stable5
#: plugins/flake/textshape/dialogs/CitationInsertionDialog.ui:273
#, kde-format
msgid "Book title:"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, editionLabel)
#. +> trunk5 stable5
#: plugins/flake/textshape/dialogs/CitationInsertionDialog.ui:283
#, kde-format
msgid "Edition:"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, publicationLabel)
#. +> trunk5 stable5
#: plugins/flake/textshape/dialogs/CitationInsertionDialog.ui:293
#, kde-format
msgid "Publication:"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, volumeLabel)
#. +> trunk5 stable5
#: plugins/flake/textshape/dialogs/CitationInsertionDialog.ui:303
#, kde-format
msgid "Volume:"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, institutionLabel)
#. +> trunk5 stable5
#: plugins/flake/textshape/dialogs/CitationInsertionDialog.ui:313
#, kde-format
msgid "Institution:"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, organisationLabel)
#. +> trunk5 stable5
#: plugins/flake/textshape/dialogs/CitationInsertionDialog.ui:323
#, kde-format
msgid "Organisation:"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, reporttypeLabel)
#. +> trunk5 stable5
#: plugins/flake/textshape/dialogs/CitationInsertionDialog.ui:333
#, kde-format
msgid "Type of Report:"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, schoolLabel)
#. +> trunk5 stable5
#: plugins/flake/textshape/dialogs/CitationInsertionDialog.ui:343
#, kde-format
msgid "University:"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, journalLabel)
#. +> trunk5 stable5
#: plugins/flake/textshape/dialogs/CitationInsertionDialog.ui:353
#, kde-format
msgid "Journal:"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, monthLabel)
#. +> trunk5 stable5
#: plugins/flake/textshape/dialogs/CitationInsertionDialog.ui:363
#, kde-format
msgid "Month:"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, seriesLabel)
#. +> trunk5 stable5
#: plugins/flake/textshape/dialogs/CitationInsertionDialog.ui:373
#, kde-format
msgid "Series:"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, numberLabel)
#. +> trunk5 stable5
#: plugins/flake/textshape/dialogs/CitationInsertionDialog.ui:383
#, kde-format
msgid "Number:"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, noteLabel)
#. +> trunk5 stable5
#: plugins/flake/textshape/dialogs/CitationInsertionDialog.ui:393
#, kde-format
msgid "Note:"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, annotationLabel)
#. +> trunk5 stable5
#: plugins/flake/textshape/dialogs/CitationInsertionDialog.ui:403
#, kde-format
msgid "Annotation:"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, urlLabel)
#. +> trunk5 stable5
#: plugins/flake/textshape/dialogs/CitationInsertionDialog.ui:413
#, kde-format
msgid "URL:"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, ud1Label)
#. +> trunk5 stable5
#: plugins/flake/textshape/dialogs/CitationInsertionDialog.ui:423
#, kde-format
msgid "User-defined 1:"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, ud3Label)
#. +> trunk5 stable5
#: plugins/flake/textshape/dialogs/CitationInsertionDialog.ui:433
#, kde-format
msgid "User-defined 3:"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, ud2Label)
#. +> trunk5 stable5
#: plugins/flake/textshape/dialogs/CitationInsertionDialog.ui:440
#, kde-format
msgid "User-defined 2:"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, ud4Label)
#. +> trunk5 stable5
#: plugins/flake/textshape/dialogs/CitationInsertionDialog.ui:453
#, kde-format
msgid "User-defined 4:"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, ud5Label)
#. +> trunk5 stable5
#: plugins/flake/textshape/dialogs/CitationInsertionDialog.ui:463
#, kde-format
msgid "User-defined 5:"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, label_3)
#. +> trunk5 stable5
#: plugins/flake/textshape/dialogs/CitationInsertionDialog.ui:485
#, kde-format
msgid "OR"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, label_4)
#. +> trunk5 stable5
#: plugins/flake/textshape/dialogs/CitationInsertionDialog.ui:509
#, kde-format
msgid "From the document:"
msgstr ""
#. +> trunk5 stable5
#: plugins/flake/textshape/dialogs/DockerStylesComboModel.cpp:75
#, kde-format
msgid "Used Styles"
msgstr ""
#. +> trunk5 stable5
#: plugins/flake/textshape/dialogs/DockerStylesComboModel.cpp:78
#, kde-format
msgid "Unused Styles"
msgstr ""
#. i18n: ectx: property (title), widget (QGroupBox, shadowGroupBox)
#. +> trunk5 stable5
#: plugins/flake/textshape/dialogs/FontDecorations.ui:95
#, kde-format
msgid "Text Shadow"
msgstr ""
#. i18n: ectx: property (title), widget (QGroupBox, positionGroupBox)
#. i18n: ectx: property (title), widget (QGroupBox, moveGroup)
#. +> trunk5 stable5
#: plugins/flake/textshape/dialogs/FontDecorations.ui:289
#: plugins/tools/basictools/wdgmovetool.ui:184
#: plugins/tools/tool_transform2/wdg_tool_transform.ui:998
#, kde-format
msgid "Position"
msgstr ""
#. i18n: ectx: property (text), widget (QCheckBox, hyphenate)
#. +> trunk5 stable5
#: plugins/flake/textshape/dialogs/FontDecorations.ui:295
#, kde-format
msgid "Automatic hyphenation"
msgstr ""
#. +> trunk5 stable5
#: plugins/flake/textshape/dialogs/FontDia.cpp:47
#, kde-format
msgid "Select Font"
msgstr ""
#. +> trunk5 stable5
#: plugins/flake/textshape/dialogs/FontDia.cpp:82
msgctxt "(qtundo-format)"
msgid "Font"
msgstr ""
#. i18n: ectx: property (text), widget (FormattingButton, addBibliography)
#. i18n: ectx: property (windowTitle), widget (QDialog, InsertBibliographyDialog)
#. +> trunk5 stable5
#: plugins/flake/textshape/dialogs/InsertBibliographyDialog.ui:17
#: plugins/flake/textshape/dialogs/SimpleCitationBibliographyWidget.ui:36
#, kde-format
msgid "Insert Bibliography"
msgstr ""
#. i18n: ectx: property (title), widget (QGroupBox, titlegroupBox)
#. +> trunk5 stable5
#: plugins/flake/textshape/dialogs/InsertBibliographyDialog.ui:26
#, kde-format
msgid "Bibliography title"
msgstr ""
#. i18n: ectx: property (title), widget (QGroupBox, groupBox)
#. +> trunk5 stable5
#: plugins/flake/textshape/dialogs/InsertBibliographyDialog.ui:45
#, kde-format
msgid "Bibliography entries"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, bibTypesLabel)
#. +> trunk5 stable5
#: plugins/flake/textshape/dialogs/InsertBibliographyDialog.ui:53
#, kde-format
msgid "Bibliography type:"
msgstr ""
#. i18n: ectx: property (text), item, widget (QListWidget, bibTypes)
#. +> trunk5 stable5
#: plugins/flake/textshape/dialogs/InsertBibliographyDialog.ui:86
#, kde-format
msgid "In book"
msgstr ""
#. i18n: ectx: property (text), item, widget (QListWidget, bibTypes)
#. +> trunk5 stable5
#: plugins/flake/textshape/dialogs/InsertBibliographyDialog.ui:91
#, kde-format
msgid "In collection"
msgstr ""
#. i18n: ectx: property (text), item, widget (QListWidget, bibTypes)
#. +> trunk5 stable5
#: plugins/flake/textshape/dialogs/InsertBibliographyDialog.ui:96
#, kde-format
msgid "In proceedings"
msgstr ""
#. i18n: ectx: property (text), item, widget (QListWidget, bibTypes)
#. +> trunk5 stable5
#: plugins/flake/textshape/dialogs/InsertBibliographyDialog.ui:131
#, kde-format
msgid "Tech report"
msgstr ""
#. i18n: ectx: property (text), item, widget (QListWidget, bibTypes)
#. +> trunk5 stable5
#: plugins/flake/textshape/dialogs/InsertBibliographyDialog.ui:146
#, kde-format
msgid "custom1"
msgstr ""
#. i18n: ectx: property (text), item, widget (QListWidget, bibTypes)
#. +> trunk5 stable5
#: plugins/flake/textshape/dialogs/InsertBibliographyDialog.ui:151
#, kde-format
msgid "custom2"
msgstr ""
#. i18n: ectx: property (text), item, widget (QListWidget, bibTypes)
#. +> trunk5 stable5
#: plugins/flake/textshape/dialogs/InsertBibliographyDialog.ui:156
#, kde-format
msgid "custom3"
msgstr ""
#. i18n: ectx: property (text), item, widget (QListWidget, bibTypes)
#. +> trunk5 stable5
#: plugins/flake/textshape/dialogs/InsertBibliographyDialog.ui:161
#, kde-format
msgid "custom4"
msgstr ""
#. i18n: ectx: property (text), item, widget (QListWidget, bibTypes)
#. +> trunk5 stable5
#: plugins/flake/textshape/dialogs/InsertBibliographyDialog.ui:166
#, kde-format
msgid "custom5"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, availableFieldsLabel)
#. +> trunk5 stable5
#: plugins/flake/textshape/dialogs/InsertBibliographyDialog.ui:178
#, kde-format
msgid "Available fields "
msgstr ""
#. i18n: ectx: property (text), widget (QPushButton, add)
#. +> trunk5 stable5
#: plugins/flake/textshape/dialogs/InsertBibliographyDialog.ui:192
#, kde-format
msgid "Add >>"
msgstr ""
#. i18n: ectx: property (text), widget (QPushButton, span)
#. +> trunk5 stable5
#: plugins/flake/textshape/dialogs/InsertBibliographyDialog.ui:199
#, kde-format
msgid "Span"
msgstr ""
#. i18n: ectx: property (text), widget (QPushButton, remove)
#. +> trunk5 stable5
#: plugins/flake/textshape/dialogs/InsertBibliographyDialog.ui:206
#, kde-format
msgid "<<Remove"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, addedFieldsLabel)
#. +> trunk5 stable5
#: plugins/flake/textshape/dialogs/InsertBibliographyDialog.ui:217
#, kde-format
msgid "Fields added"
msgstr ""
#. +> trunk5 stable5
#: plugins/flake/textshape/dialogs/InsertCharacter.cpp:29
#, kde-format
msgid "Special Characters"
msgstr ""
#. i18n: ectx: property (text), widget (QPushButton, buttonInsert)
#. +> trunk5 stable5
#: plugins/flake/textshape/dialogs/InsertCharacter.cpp:39
#: plugins/flake/textshape/dialogs/ManageBookmark.ui:34
#: plugins/flake/textshape/TextTool.cpp:2229
#, 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/LinkInsertionDialog.cpp:84
#: plugins/flake/textshape/dialogs/LinkInsertionDialog.cpp:166
#: plugins/flake/textshape/dialogs/LinkInsertionDialog.cpp:200
#: plugins/flake/textshape/dialogs/LinkInsertionDialog.cpp:293
#, kde-format
msgid "The URL is invalid"
msgstr ""
#. +> trunk5 stable5
#: plugins/flake/textshape/dialogs/LinkInsertionDialog.cpp:101
#, kde-format
msgid "Bookmark does not exist"
msgstr ""
#. +> trunk5 stable5
#: plugins/flake/textshape/dialogs/LinkInsertionDialog.cpp:204
#, kde-format, no-c-format
msgid "Fetching the title: 0% complete"
msgstr ""
#. +> trunk5 stable5
#: plugins/flake/textshape/dialogs/LinkInsertionDialog.cpp:227
#, kde-format
msgid "Fetch timed out"
msgstr ""
#. +> trunk5 stable5
#: plugins/flake/textshape/dialogs/LinkInsertionDialog.cpp:282
#, kde-format, no-c-format
msgid "Fetching the title: %1% complete"
msgstr ""
#. i18n: ectx: property (windowTitle), widget (QDialog, LinkInsertionDialog)
#. +> trunk5 stable5
#: plugins/flake/textshape/dialogs/LinkInsertionDialog.ui:14
#, kde-format
msgid "Link"
msgstr ""
#. i18n: ectx: attribute (title), widget (QWidget, weblinkInsertionTab)
#. +> trunk5 stable5
#: plugins/flake/textshape/dialogs/LinkInsertionDialog.ui:30
#, kde-format
msgid "Web Link"
msgstr ""
#. i18n: ectx: attribute (toolTip), widget (QWidget, weblinkInsertionTab)
#. +> trunk5 stable5
#: plugins/flake/textshape/dialogs/LinkInsertionDialog.ui:34
#, kde-format
msgid ""
"Insert links to web documents. You can provide both URL and a label for the link,\n"
" or just enter the URL and hit \"Fetch the title from URL\""
msgstr ""
#. i18n: ectx: property (toolTip), widget (QLabel, label_2)
#. +> trunk5 stable5
#: plugins/flake/textshape/dialogs/LinkInsertionDialog.ui:42
#, kde-format
msgid "The address of your document (Uniform Resource Locator)"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, label_2)
#. +> trunk5 stable5
#: plugins/flake/textshape/dialogs/LinkInsertionDialog.ui:45
#, kde-format
msgid " URL:"
msgstr ""
#. i18n: ectx: property (toolTip), widget (QPushButton, fetchTitleButton)
#. +> trunk5 stable5
#: plugins/flake/textshape/dialogs/LinkInsertionDialog.ui:58
#, kde-format
msgid "Hit this button to get the title from the URL. Redirections are also handled. "
msgstr ""
#. i18n: ectx: property (text), widget (QPushButton, fetchTitleButton)
#. +> trunk5 stable5
#: plugins/flake/textshape/dialogs/LinkInsertionDialog.ui:61
#, kde-format
msgid "Fetch Title From URL"
msgstr ""
#. i18n: ectx: property (toolTip), widget (QLabel, label)
#. i18n: ectx: property (toolTip), widget (QLabel, label_6)
#. +> trunk5 stable5
#: plugins/flake/textshape/dialogs/LinkInsertionDialog.ui:81
#: plugins/flake/textshape/dialogs/LinkInsertionDialog.ui:165
#, kde-format
msgid "The text that will be displayed for your link"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, label)
#. i18n: ectx: property (text), widget (QLabel, label_6)
#. +> trunk5 stable5
#: plugins/flake/textshape/dialogs/LinkInsertionDialog.ui:84
#: plugins/flake/textshape/dialogs/LinkInsertionDialog.ui:168
#, kde-format
msgid " Text:"
msgstr ""
#. i18n: ectx: attribute (title), widget (QWidget, bookmarkLinkInsertionTab)
#. +> trunk5 stable5
#: plugins/flake/textshape/dialogs/LinkInsertionDialog.ui:113
#, kde-format
msgid "Link To Bookmark"
msgstr ""
#. i18n: ectx: attribute (toolTip), widget (QWidget, bookmarkLinkInsertionTab)
#. +> trunk5 stable5
#: plugins/flake/textshape/dialogs/LinkInsertionDialog.ui:117
#, kde-format
msgid ""
"Insert links to Bookmarks. To create bookmarks,\n"
"click \"Bookmarks\" in the Links and Bookmarks section"
msgstr ""
#. i18n: ectx: property (toolTip), widget (QLabel, label_5)
#. +> trunk5 stable5
#: plugins/flake/textshape/dialogs/LinkInsertionDialog.ui:132
#, kde-format
msgid "The name of the bookmark to where the link has to point to"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, label_5)
#. +> trunk5 stable5
#: plugins/flake/textshape/dialogs/LinkInsertionDialog.ui:135
#, kde-format
msgid " Name:"
msgstr ""
#. i18n: ectx: property (text), widget (QPushButton, buttonRename)
#. +> trunk5 stable5
#: plugins/flake/textshape/dialogs/ManageBookmark.ui:20
#, kde-format
msgid "&Rename"
msgstr ""
#. i18n: ectx: property (text), widget (QPushButton, buttonDelete)
#. +> trunk5 stable5
#: plugins/flake/textshape/dialogs/ManageBookmark.ui:27
#, kde-format
msgid "&Delete"
msgstr ""
#. +> trunk5 stable5
#: plugins/flake/textshape/dialogs/ManageBookmarkDialog.cpp:83
#, kde-format
msgid "Rename Bookmark"
msgstr ""
#. +> trunk5 stable5
#: plugins/flake/textshape/dialogs/ManageBookmarkDialog.cpp:84
#, kde-format
msgid "Please provide a new name for the bookmark"
msgstr ""
#. +> trunk5 stable5
#: plugins/flake/textshape/dialogs/ManageBookmarkDialog.cpp:91
#: plugins/flake/textshape/dialogs/ManageBookmarkDialog.cpp:132
#, kde-format
msgid "A bookmark with the name \"%1\" already exists."
msgstr ""
#. +> trunk5 stable5
#: plugins/flake/textshape/dialogs/ManageBookmarkDialog.cpp:124
#, kde-format
msgid "Insert Bookmark"
msgstr ""
#. +> trunk5 stable5
#: plugins/flake/textshape/dialogs/ManageBookmarkDialog.cpp:125
#, kde-format
msgid "Please provide a name for the bookmark"
msgstr ""
#. +> trunk5 stable5
#: plugins/flake/textshape/dialogs/ManageBookmarkDialog.cpp:148
#, kde-format
msgid "Manage Bookmarks"
msgstr ""
#. +> trunk5 stable5
#: plugins/flake/textshape/dialogs/NotesConfigurationDialog.cpp:36
#, kde-format
msgid "Footnote Settings"
msgstr ""
#. +> trunk5 stable5
#: plugins/flake/textshape/dialogs/NotesConfigurationDialog.cpp:39
#, kde-format
msgid "Endnote Settings"
msgstr ""
#. i18n: ectx: property (title), widget (QGroupBox, groupBox_2)
#. +> trunk5 stable5
#: plugins/flake/textshape/dialogs/NotesConfigurationDialog.ui:54
#, kde-format
msgid "Automatic Numbering:"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, prefix)
#. +> trunk5 stable5
#: plugins/flake/textshape/dialogs/NotesConfigurationDialog.ui:75
#, kde-format
msgid " Prefix:"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, startAt)
#. +> trunk5 stable5
#: plugins/flake/textshape/dialogs/NotesConfigurationDialog.ui:85
#, kde-format
msgid " Start at:"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, numStyle)
#. +> trunk5 stable5
#: plugins/flake/textshape/dialogs/NotesConfigurationDialog.ui:95
#, kde-format
msgid " Format:"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, suffix)
#. +> trunk5 stable5
#: plugins/flake/textshape/dialogs/NotesConfigurationDialog.ui:111
#, kde-format
msgid " Suffix:"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, beginAt)
#. +> trunk5 stable5
#: plugins/flake/textshape/dialogs/NotesConfigurationDialog.ui:127
#, kde-format
msgid "Starts over at:"
msgstr ""
#. i18n: ectx: property (text), item, widget (QComboBox, beginAtCombo)
#. +> trunk5 stable5
#: plugins/flake/textshape/dialogs/NotesConfigurationDialog.ui:149
#, kde-format
msgid "Chapter"
msgstr ""
#. i18n: ectx: property (text), item, widget (QComboBox, beginAtCombo)
#. +> trunk5 stable5
#: plugins/flake/textshape/dialogs/NotesConfigurationDialog.ui:154
#, kde-format
msgid "Document"
msgstr ""
#. i18n: ectx: property (text), item, widget (QComboBox, numStyleCombo)
#. +> trunk5 stable5
#: plugins/flake/textshape/dialogs/NotesConfigurationDialog.ui:233
#, kde-format
msgid "1, 2, 3, ..."
msgstr ""
#. i18n: ectx: property (text), item, widget (QComboBox, numStyleCombo)
#. +> trunk5 stable5
#: plugins/flake/textshape/dialogs/NotesConfigurationDialog.ui:238
#, kde-format
msgid "a, b, c, ..., aa, ab, ..., ba, bb, ..."
msgstr ""
#. i18n: ectx: property (text), item, widget (QComboBox, numStyleCombo)
#. +> trunk5 stable5
#: plugins/flake/textshape/dialogs/NotesConfigurationDialog.ui:243
#, kde-format
msgid "A, B, C, ..., AA, AB, ..., BA, BB, ..."
msgstr ""
#. i18n: ectx: property (text), item, widget (QComboBox, numStyleCombo)
#. +> trunk5 stable5
#: plugins/flake/textshape/dialogs/NotesConfigurationDialog.ui:248
#, kde-format
msgid "a, b, c, ..., aa, bb, ..., aaa, bbb, ..."
msgstr ""
#. i18n: ectx: property (text), item, widget (QComboBox, numStyleCombo)
#. +> trunk5 stable5
#: plugins/flake/textshape/dialogs/NotesConfigurationDialog.ui:253
#, kde-format
msgid "A, B, C, ..., AA, BB, ..., AAA, BBB, ..."
msgstr ""
#. i18n: ectx: property (text), item, widget (QComboBox, numStyleCombo)
#. +> trunk5 stable5
#: plugins/flake/textshape/dialogs/NotesConfigurationDialog.ui:258
#, kde-format
msgid "i, ii, iii, ..."
msgstr ""
#. i18n: ectx: property (text), item, widget (QComboBox, numStyleCombo)
#. +> trunk5 stable5
#: plugins/flake/textshape/dialogs/NotesConfigurationDialog.ui:263
#, kde-format
msgid "I,II,III, ..."
msgstr ""
#. i18n: ectx: property (title), widget (QGroupBox, continuationBox)
#. +> trunk5 stable5
#: plugins/flake/textshape/dialogs/NotesConfigurationDialog.ui:290
#, kde-format
msgid "Continuation Notice:"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, cont2)
#. +> trunk5 stable5
#: plugins/flake/textshape/dialogs/NotesConfigurationDialog.ui:305
#, kde-format
msgid "Text saying it is a continuation:"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, cont1)
#. +> trunk5 stable5
#: plugins/flake/textshape/dialogs/NotesConfigurationDialog.ui:315
#, kde-format
msgid " Text saying it will continue:"
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:172
#: plugins/paintops/defaultpaintops/brush/kis_brushop_settings_widget.cpp:77
#, 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/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 ""
#. i18n: ectx: property (text), widget (QToolButton, insertAnnotation)
#. +> trunk5 stable5
#: plugins/flake/textshape/dialogs/SimpleAnnotationWidget.ui:23
#, kde-format
msgid "Insert Note"
msgstr ""
#. i18n: ectx: property (text), widget (QToolButton, removeAnnotation)
#. +> trunk5 stable5
#: plugins/flake/textshape/dialogs/SimpleAnnotationWidget.ui:33
#, kde-format
msgid "Remove Note"
msgstr ""
#. i18n: ectx: property (text), widget (QToolButton, addCitation)
#. +> trunk5 stable5
#: plugins/flake/textshape/dialogs/SimpleCaptionsWidget.ui:34
#, kde-format
msgid "Add caption"
msgstr ""
#. +> trunk5 stable5
#: plugins/flake/textshape/dialogs/SimpleCharacterWidget.cpp:66
#, kde-format
msgid "Change font format"
msgstr ""
#. i18n: ectx: property (toolTip), widget (QToolButton, addCitation)
#. +> trunk5 stable5
#: plugins/flake/textshape/dialogs/SimpleCitationBibliographyWidget.ui:23
#, kde-format
msgid "Insert citation at current position"
msgstr ""
#. i18n: ectx: property (text), widget (QToolButton, addCitation)
#. +> trunk5 stable5
#: plugins/flake/textshape/dialogs/SimpleCitationBibliographyWidget.ui:26
#, kde-format
msgid "Insert Citation"
msgstr ""
#. i18n: ectx: property (text), widget (QToolButton, configureBibliography)
#. +> trunk5 stable5
#: plugins/flake/textshape/dialogs/SimpleCitationBibliographyWidget.ui:55
#, kde-format
msgid "Configure Bibliography"
msgstr ""
#. +> trunk5 stable5
#: plugins/flake/textshape/dialogs/SimpleFootEndNotesWidget.cpp:39
#, kde-format
msgid "Inserts a footnote at the current cursor position"
msgstr ""
#. +> trunk5 stable5
#: plugins/flake/textshape/dialogs/SimpleFootEndNotesWidget.cpp:44
#, kde-format
msgid "Inserts an endnote at the current cursor position"
msgstr ""
#. i18n: ectx: property (text), widget (FormattingButton, addEndnote)
#. +> trunk5 stable5
#: plugins/flake/textshape/dialogs/SimpleFootEndNotesWidget.ui:29
#, kde-format
msgid "Endnote"
msgstr ""
#. i18n: ectx: property (text), widget (FormattingButton, addFootnote)
#. +> trunk5 stable5
#: plugins/flake/textshape/dialogs/SimpleFootEndNotesWidget.ui:48
#, kde-format
msgid "Footnote"
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 ""
#. i18n: ectx: property (text), widget (QToolButton, insertLink)
#. +> trunk5 stable5
#: plugins/flake/textshape/dialogs/SimpleLinksWidget.ui:34
#, kde-format
msgid "Hyperlinks"
msgstr ""
#. i18n: ectx: property (text), widget (FormattingButton, invokeBookmarkHandler)
#. +> trunk5 stable5
#: plugins/flake/textshape/dialogs/SimpleLinksWidget.ui:44
#, kde-format
msgid "Bookmarks"
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 ""
#. i18n: ectx: property (text), widget (FormattingButton, addToC)
#. +> trunk5 stable5
#: plugins/flake/textshape/dialogs/SimpleTableOfContentsWidget.ui:34
#: plugins/flake/textshape/dialogs/TableOfContentsTemplate.cpp:51
#, kde-format
msgid "Contents"
msgstr ""
#. +> trunk5 stable5
#: plugins/flake/textshape/dialogs/SimpleTableWidget.cpp:60
#, kde-format
msgid "Set Border Color..."
msgstr ""
#. +> trunk5 stable5
#: plugins/flake/textshape/dialogs/SimpleTableWidget.cpp:182
#, kde-format
msgctxt "No border - has to fit in 48pixels"
msgid "None"
msgstr ""
#. +> trunk5 stable5
#: plugins/flake/textshape/dialogs/SimpleTableWidget.cpp:183
#, kde-format
msgid "No Border"
msgstr ""
#. +> trunk5 stable5
#: plugins/flake/textshape/dialogs/StyleManager.cpp:52
#, kde-format
msgid "Create a new style inheriting the current style"
msgstr ""
#. +> trunk5 stable5
#: plugins/flake/textshape/dialogs/StyleManager.cpp:349
#: plugins/flake/textshape/dialogs/StyleManager.cpp:361
#, kde-format
msgid "New Style"
msgstr ""
#. +> trunk5 stable5
#: plugins/flake/textshape/dialogs/StyleManager.cpp:428
#, kde-format
msgid "Another style named '%1' already exist. Please choose another name."
msgstr ""
#. i18n: ectx: attribute (title), widget (QListView, paragraphStylesListView)
#. +> trunk5 stable5
#: plugins/flake/textshape/dialogs/StyleManager.ui:46
#: plugins/flake/textshape/TextTool.cpp:2221
#, 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:2219
#, 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:253
#, kde-format
msgid "Level"
msgstr ""
#. +> trunk5 stable5
#: plugins/flake/textshape/dialogs/TableOfContentsEntryModel.cpp:153
#, kde-format
msgid "Style"
msgstr ""
#. +> trunk5 stable5
#: plugins/flake/textshape/dialogs/TableOfContentsStyleConfigure.cpp:38
#, kde-format
msgid "Table of Contents - Configure Styles"
msgstr ""
#. +> trunk5 stable5
#: plugins/flake/textshape/dialogs/TableOfContentsStyleConfigure.cpp:42
#, kde-format
msgid "Styles available"
msgstr ""
#. +> trunk5 stable5
#: plugins/flake/textshape/dialogs/TableOfContentsTemplate.cpp:40
#, kde-format
msgid "Table Of Contents"
msgstr ""
#. +> trunk5 stable5
#: plugins/flake/textshape/kotext/commands/ChangeListCommand.cpp:41
#: plugins/flake/textshape/kotext/commands/ChangeListCommand.cpp:88
#: plugins/flake/textshape/kotext/commands/ChangeListCommand.cpp:101
msgctxt "(qtundo-format)"
msgid "Change List"
msgstr ""
#. +> trunk5 stable5
#: plugins/flake/textshape/kotext/commands/ChangeStylesMacroCommand.cpp:37
msgctxt "(qtundo-format)"
msgid "Change Styles"
msgstr ""
#. +> trunk5 stable5
#: plugins/flake/textshape/kotext/commands/ChangeTrackedDeleteCommand.cpp:77
#: plugins/flake/textshape/kotext/commands/DeleteCommand.cpp:68
msgctxt "(qtundo-format)"
msgid "Delete"
msgstr ""
#. +> trunk5 stable5
#: plugins/flake/textshape/kotext/commands/ChangeTrackedDeleteCommand.cpp:193
#: plugins/flake/textshape/TextTool.cpp:2633
#, kde-format
msgid "Key Press"
msgstr ""
#. +> trunk5 stable5
#: plugins/flake/textshape/kotext/commands/ChangeTrackedDeleteCommand.cpp:332
#: plugins/flake/textshape/kotext/commands/DeleteCommand.cpp:517
#: plugins/flake/textshape/kotext/KoTextEditor_undo.cpp:87
#: plugins/flake/textshape/kotext/KoTextEditor_undo.cpp:166
#: plugins/flake/textshape/kotext/KoTextEditor_undo.cpp:201
#: plugins/flake/textshape/kotext/KoTextEditor_undo.cpp:218
#: plugins/flake/textshape/kotext/KoTextEditor_undo.cpp:260
msgctxt "(qtundo-format)"
msgid "Text"
msgstr ""
#. +> trunk5 stable5
#: plugins/flake/textshape/kotext/commands/DeleteTableColumnCommand.cpp:38
msgctxt "(qtundo-format)"
msgid "Delete Column"
msgstr ""
#. +> trunk5 stable5
#: plugins/flake/textshape/kotext/commands/DeleteTableRowCommand.cpp:38
msgctxt "(qtundo-format)"
msgid "Delete Row"
msgstr ""
#. +> trunk5 stable5
#: plugins/flake/textshape/kotext/commands/InsertNoteCommand.cpp:36
msgctxt "(qtundo-format)"
msgid "Insert Footnote"
msgstr ""
#. +> trunk5 stable5
#: plugins/flake/textshape/kotext/commands/InsertNoteCommand.cpp:38
msgctxt "(qtundo-format)"
msgid "Insert Endnote"
msgstr ""
#. +> trunk5 stable5
#: plugins/flake/textshape/kotext/commands/InsertTableColumnCommand.cpp:40
msgctxt "(qtundo-format)"
msgid "Insert Column Right"
msgstr ""
#. +> trunk5 stable5
#: plugins/flake/textshape/kotext/commands/InsertTableColumnCommand.cpp:42
msgctxt "(qtundo-format)"
msgid "Insert Column Left"
msgstr ""
#. +> trunk5 stable5
#: plugins/flake/textshape/kotext/commands/InsertTableRowCommand.cpp:40
msgctxt "(qtundo-format)"
msgid "Insert Row Below"
msgstr ""
#. +> trunk5 stable5
#: plugins/flake/textshape/kotext/commands/InsertTableRowCommand.cpp:42
msgctxt "(qtundo-format)"
msgid "Insert Row Above"
msgstr ""
#. +> trunk5 stable5
#: plugins/flake/textshape/kotext/commands/ListItemNumberingCommand.cpp:35
msgctxt "(qtundo-format)"
msgid "Change List Numbering"
msgstr ""
#. +> trunk5 stable5
#: plugins/flake/textshape/kotext/commands/NewSectionCommand.cpp:37
msgctxt "(qtundo-format)"
msgid "New Section"
msgstr ""
#. +> trunk5 stable5
#: plugins/flake/textshape/kotext/commands/ParagraphFormattingCommand.cpp:56
#: plugins/flake/textshape/kotext/KoTextEditor_format.cpp:510
#: plugins/flake/textshape/kotext/KoTextEditor_format.cpp:531
msgctxt "(qtundo-format)"
msgid "Formatting"
msgstr ""
#. +> trunk5 stable5
#: plugins/flake/textshape/kotext/commands/ParagraphFormattingCommand.cpp:93
msgctxt "(qtundo-format)"
msgid "Direct Paragraph Formatting"
msgstr ""
#. +> trunk5 stable5
#: plugins/flake/textshape/kotext/commands/RenameSectionCommand.cpp:35
msgctxt "(qtundo-format)"
msgid "Rename Section"
msgstr ""
#. +> trunk5 stable5
#: plugins/flake/textshape/kotext/commands/ResizeTableCommand.cpp:45
#: plugins/flake/textshape/TextTool.cpp:1391
msgctxt "(qtundo-format)"
msgid "Adjust Column Width"
msgstr ""
#. +> trunk5 stable5
#: plugins/flake/textshape/kotext/commands/ResizeTableCommand.cpp:47
#: plugins/flake/textshape/TextTool.cpp:1433
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:907
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/ReferencesTool.cpp:143
#, kde-format
msgid "Insert Labeled Footnote"
msgstr ""
#. +> trunk5 stable5
#: plugins/flake/textshape/ReferencesTool.cpp:144
#: plugins/flake/textshape/ReferencesTool.cpp:155
#, kde-format
msgid "Insert with label:"
msgstr ""
#. +> trunk5 stable5
#: plugins/flake/textshape/ReferencesTool.cpp:154
#, kde-format
msgid "Insert Labeled Endnote"
msgstr ""
#. +> trunk5 stable5
#: plugins/flake/textshape/ReferencesTool.cpp:186
#, kde-format
msgid "Add Bookmark"
msgstr ""
#. +> trunk5 stable5
#: plugins/flake/textshape/ReferencesTool.cpp:187
#, kde-format
msgid "Add Bookmark :"
msgstr ""
#. +> trunk5 stable5
#: plugins/flake/textshape/ReferencesTool.cpp:192
#, kde-format
msgid "Insert a Bookmark. This is useful to create links that point to areas within the document"
msgstr ""
#. +> trunk5 stable5
#: plugins/flake/textshape/ReferencesTool.cpp:233
#, kde-format
msgctxt "as in table of contents, list of pictures, index"
msgid "Tables, Lists & Indexes"
msgstr ""
#. +> trunk5 stable5
#: plugins/flake/textshape/ReferencesTool.cpp:236
#, kde-format
msgid "Footnotes and Endnotes"
msgstr ""
#. +> trunk5 stable5
#: plugins/flake/textshape/ReferencesTool.cpp:239
#, kde-format
msgid "Citations and Bibliography"
msgstr ""
#. +> trunk5 stable5
#: plugins/flake/textshape/ReferencesTool.cpp:242
#, kde-format
msgid "Links and Bookmarks"
msgstr ""
#. +> trunk5 stable5
#: plugins/flake/textshape/ReferencesTool.cpp:368
#, kde-format
msgid "Bookmark cannot be empty"
msgstr ""
#. +> trunk5 stable5
#: plugins/flake/textshape/ReferencesTool.cpp:375
#, kde-format
msgid "Duplicate Name. Click \"Manage Bookmarks\""
msgstr ""
#. +> trunk5 stable5
#: plugins/flake/textshape/ReferencesTool.cpp:376
#, kde-format
msgid "to Rename or Delete Bookmarks"
msgstr ""
#. +> trunk5 stable5
#: plugins/flake/textshape/ReviewTool.cpp:65
#: plugins/flake/textshape/ReviewTool.cpp:66
#, kde-format
msgid "Remove Comment"
msgstr ""
#. +> trunk5 stable5
#: plugins/flake/textshape/ReviewTool.cpp:110
#, kde-format
msgid "Spell check"
msgstr ""
#. +> trunk5 stable5
#: plugins/flake/textshape/ReviewTool.cpp:113
#, kde-format
msgid "Comments"
msgstr ""
#. +> trunk5 stable5
#: plugins/flake/textshape/ReviewToolFactory.cpp:37
#, kde-format
msgid "Review"
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:333
#: plugins/tools/svgtexttool/kis_font_family_combo_box.cpp:118
#, kde-format
msgid "Font Family"
msgstr ""
#. +> trunk5 stable5
#: plugins/flake/textshape/TextTool.cpp:338
#, kde-format
msgid "Variable"
msgstr ""
#. +> trunk5 stable5
#: plugins/flake/textshape/TextTool.cpp:373
#, kde-format
msgid "Font Size"
msgstr ""
#. +> trunk5 stable5
#: plugins/flake/textshape/TextTool.cpp:539
#, kde-format
msgid "Insertion"
msgstr ""
#. +> trunk5 stable5
#: plugins/flake/textshape/TextTool.cpp:541
#, kde-format
msgid "Deletion"
msgstr ""
#. +> trunk5 stable5
#: plugins/flake/textshape/TextTool.cpp:543
#: plugins/tools/svgtexttool/svgtexttool.xmlgui:78
#, kde-format
msgid "Formatting"
msgstr ""
#. +> trunk5 stable5
#: plugins/flake/textshape/TextTool.cpp:559
#, kde-format
msgid "Ctrl+click to go to link "
msgstr ""
#. +> trunk5 stable5
#: plugins/flake/textshape/TextTool.cpp:566
#, kde-format
msgid "Ctrl+click to go to the note "
msgstr ""
#. +> trunk5 stable5
#: plugins/flake/textshape/TextTool.cpp:572
#, kde-format
msgid "Ctrl+click to go to the note reference"
msgstr ""
#. +> trunk5 stable5
#: plugins/flake/textshape/TextTool.cpp:674
#, kde-format
msgid "follows along"
msgstr ""
#. +> trunk5 stable5
#: plugins/flake/textshape/TextTool.cpp:704
#, kde-format
msgid "Press shift to not resize this"
msgstr ""
#. +> trunk5 stable5
#: plugins/flake/textshape/TextTool.cpp:2227
#: plugins/tools/karbonplugins/filtereffects/ComponentTransferEffectConfigWidget.cpp:64
#, kde-format
msgid "Table"
msgstr ""
#. +> trunk5 stable5
#: plugins/flake/textshape/TextTool.cpp:2633
#: plugins/flake/textshape/TextTool.cpp:2639
#, kde-format
msgid "Autocorrection"
msgstr ""
#. +> trunk5 stable5
#: plugins/flake/textshape/TextToolFactory.cpp:31
#, kde-format
msgid "Text editing"
msgstr ""
#. +> trunk5 stable5
#: plugins/flake/vectorshape/ChangeVectorDataCommand.cpp:37
msgctxt "(qtundo-format)"
msgid "Change Vector Data"
msgstr ""
#. +> trunk5 stable5
#: plugins/flake/vectorshape/VectorShapeConfigWidget.cpp:61
#, kde-format
msgid "Replace Image"
msgstr ""
#. +> trunk5 stable5
#: plugins/flake/vectorshape/VectorShapeFactory.cpp:38
#, kde-format
msgid "Vector image"
msgstr ""
#. +> trunk5 stable5
#: plugins/flake/vectorshape/VectorShapeFactory.cpp:40
#, kde-format
msgid "A shape that shows a vector image (EMF/WMF/SVM)"
msgstr ""
#. +> trunk5 stable5
#: plugins/flake/vectorshape/VectorTool.cpp:77
#, kde-format
msgid "Open Vector Image (EMF/WMF/SVM)"
msgstr ""
#. +> trunk5 stable5
#: plugins/flake/vectorshape/VectorTool.cpp:90
#, kde-format
msgid "Select a Vector Image"
msgstr ""
#. +> trunk5 stable5
#: plugins/flake/vectorshape/VectorToolFactory.cpp:32
#, kde-format
msgid "Vector Image (EMF/WMF/SVM/SVG) tool"
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
#: plugins/impex/bmp/kis_bmp_import.cpp:65
#, kde-format
msgid "Imported Image"
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:166
#: 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:1889
#, 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:2023
#: plugins/tools/tool_transform2/wdg_tool_transform.ui:2039
#, 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:328
#, kde-format
msgctxt "@info"
msgid ""
"The image contains pixels with zero alpha channel and non-zero color channels. Krita will have to modify 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.<br/>"
"<br/>"
"<note>Modified alpha will have a range from %1 to %2</note>"
msgstr ""
#. +> trunk5 stable5
#: plugins/impex/exr/exr_converter.cc:340
#, kde-format
msgctxt "@title:window"
msgid "EXR image will be modified"
msgstr ""
#. +> stable5
#: plugins/impex/exr/exr_converter.cc:1219
#, kde-format
msgctxt "@title:window"
msgid "Layers will be lost"
msgstr ""
#. +> trunk5 stable5
#: plugins/impex/exr/exr_converter.cc:1222
#, kde-format
msgctxt "@item:unsupported-node-message"
msgid "%1 (type: \"%2\")"
msgstr ""
#. +> trunk5
#: plugins/impex/exr/exr_converter.cc:1227
#, 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 ""
#. +> stable5
#: plugins/impex/exr/exr_converter.cc:1214
#, kde-format
msgctxt "@info"
msgid ""
"<p>The following layers have a type that is not supported by EXR format:</p>"
"<p>"
"<ul>%1</ul>"
"</p>"
"<p><warning>these layers will NOT be saved to the final EXR file</warning></p>"
msgstr ""
#. +> trunk5 stable5
#: plugins/impex/exr/exr_export.cc:90
#, kde-format
msgid "This layer cannot be saved to EXR."
msgstr ""
#. +> stable5
#: plugins/impex/exr/exr_export.cc:91
#, kde-format
msgid "OpenEXR Export Options"
msgstr ""
#. +> trunk5 stable5
#: plugins/impex/exr/exr_export.cc:94
#, kde-format
msgid "The layer does not have an image associated with it."
msgstr ""
#. +> trunk5 stable5
#: plugins/impex/exr/exr_export.cc:98
#, kde-format
msgid "The filename is empty."
msgstr ""
#. +> trunk5 stable5
#: plugins/impex/exr/exr_export.cc:102
#, kde-format
msgid "EXR images cannot be saved remotely."
msgstr ""
#. +> trunk5 stable5
#: plugins/impex/exr/exr_export.cc:106
#, 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:116
#, kde-format
msgid "Internal Error"
msgstr ""
#. 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/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 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 ""
#. +> stable5
#: plugins/impex/heightmap/kis_heightmap_import.cpp:81
#, kde-format
msgid "The file is not 8 or 16 bits raw"
msgstr ""
#. +> trunk5
#: plugins/impex/heightmap/kis_heightmap_import.cpp:89
#, kde-format
msgid "Heightmap Import Options"
msgstr ""
#. +> stable5
#: plugins/impex/heightmap/kis_heightmap_import.cpp:105
#, kde-format
msgid "R16 HeightMap Import Options"
msgstr ""
#. +> stable5
#: plugins/impex/heightmap/kis_heightmap_import.cpp:125
#, kde-format
msgid "File does not exist."
msgstr ""
#. +> stable5
#: plugins/impex/heightmap/kis_heightmap_import.cpp:151
#, kde-format
msgid "Source file is not the right size for the specified width and height."
msgstr ""
#. +> trunk5
#: plugins/impex/heightmap/kis_wdg_options_heightmap.cpp:40
#, kde-format
msgid "Error: "
msgstr ""
#. +> trunk5
#: plugins/impex/heightmap/kis_wdg_options_heightmap.cpp:118
#, kde-format
msgid "Input does not match file size"
msgstr ""
#. +> trunk5
#: plugins/impex/heightmap/kis_wdg_options_heightmap.cpp:120
#, kde-format
msgid "Please specify width and height"
msgstr ""
#. +> trunk5
#: plugins/impex/heightmap/kis_wdg_options_heightmap.cpp:123
#, kde-format
msgid "Please specify width"
msgstr ""
#. +> trunk5
#: plugins/impex/heightmap/kis_wdg_options_heightmap.cpp:126
#, kde-format
msgid "Please specify height"
msgstr ""
#. +> trunk5
#: 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
#: plugins/impex/heightmap/kis_wdg_options_heightmap.cpp:208
#, kde-format
msgid "Width exceeds available pixels."
msgstr ""
#. +> trunk5
#: 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
#: plugins/impex/heightmap/kis_wdg_options_heightmap.cpp:220
#, kde-format
msgid "Height exceeds available pixels."
msgstr ""
#. +> trunk5
#: 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
#: plugins/impex/heightmap/kis_wdg_options_heightmap.ui:29
#, kde-format
msgid "File size:"
msgstr ""
#. i18n: ectx: property (toolTip), widget (QLabel, fileSizeLabel)
#. +> trunk5
#: 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
#: plugins/impex/heightmap/kis_wdg_options_heightmap.ui:64
#, kde-format
msgid "&Little"
msgstr ""
#. i18n: ectx: property (text), widget (QRadioButton, radioMac)
#. +> stable5
#: plugins/impex/heightmap/kis_wdg_options_heightmap.ui:65
#, kde-format
msgid "&Mac"
msgstr ""
#. i18n: ectx: property (text), widget (QRadioButton, radioPC)
#. +> stable5
#: plugins/impex/heightmap/kis_wdg_options_heightmap.ui:75
#, kde-format
msgid "PC"
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
#: plugins/impex/heightmap/kis_wdg_options_heightmap.ui:80
#, kde-format
msgid "&Big"
msgstr ""
#. i18n: ectx: property (toolTip), widget (QPushButton, guessButton)
#. +> trunk5
#: 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
#: plugins/impex/heightmap/kis_wdg_options_heightmap.ui:101
#, kde-format
msgid "Guess dimensions"
msgstr ""
#. i18n: ectx: property (toolTip), widget (QSpinBox, heightInput)
#. +> trunk5
#: 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
#: 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
#: 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
#: 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_3)
#. +> stable5
#: plugins/impex/jpeg/kis_wdg_options_jpeg.ui:172
#, kde-format
msgctxt "the result will be artificially smoothed to hide jpeg artefacts"
msgid "Smooth:"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, label_5)
#. +> trunk5 stable5
#: plugins/impex/jpeg/kis_wdg_options_jpeg.ui:188
#, kde-format
msgid "Subsampling:"
msgstr ""
#. i18n: ectx: property (text), item, widget (QComboBox, subsampling)
#. +> trunk5 stable5
#: plugins/impex/jpeg/kis_wdg_options_jpeg.ui:199
#, kde-format
msgid "2x2, 1x1, 1x1 (smallest file)"
msgstr ""
#. i18n: ectx: property (text), item, widget (QComboBox, subsampling)
#. +> trunk5 stable5
#: plugins/impex/jpeg/kis_wdg_options_jpeg.ui:204
#, kde-format
msgid "2x1, 1x1, 1x1"
msgstr ""
#. i18n: ectx: property (text), item, widget (QComboBox, subsampling)
#. +> trunk5 stable5
#: plugins/impex/jpeg/kis_wdg_options_jpeg.ui:209
#, kde-format
msgid "1x2, 1x1, 1x1"
msgstr ""
#. i18n: ectx: property (text), item, widget (QComboBox, subsampling)
#. +> trunk5 stable5
#: plugins/impex/jpeg/kis_wdg_options_jpeg.ui:214
#, kde-format
msgid "1x1, 1x1, 1x1 (best quality)"
msgstr ""
#. i18n: ectx: property (text), widget (QCheckBox, baseLineJPEG)
#. +> trunk5 stable5
#: plugins/impex/jpeg/kis_wdg_options_jpeg.ui:224
#, kde-format
msgid "Force baseline JPEG"
msgstr ""
#. i18n: ectx: attribute (title), widget (QWidget, tab_3)
#. +> trunk5 stable5
#: plugins/impex/jpeg/kis_wdg_options_jpeg.ui:258
#, kde-format
msgid "Metadata"
msgstr ""
#. i18n: ectx: property (title), widget (QGroupBox, groupBox)
#. +> trunk5 stable5
#: plugins/impex/jpeg/kis_wdg_options_jpeg.ui:264
#, kde-format
msgid "Formats:"
msgstr ""
#. i18n: ectx: property (text), widget (QCheckBox, iptc)
#. +> trunk5 stable5
#: plugins/impex/jpeg/kis_wdg_options_jpeg.ui:280
#, kde-format
msgid "IPTC"
msgstr ""
#. i18n: ectx: property (toolTip), widget (QCheckBox, chkMetaData)
#. +> trunk5
#: 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
#: 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
#, kde-format
msgid "Filters:"
msgstr ""
#. i18n: ectx: property (toolTip), widget (QCheckBox, chkAuthor)
#. +> trunk5
#: 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
#: plugins/impex/jpeg/kis_wdg_options_jpeg.ui:354
#, kde-format
msgid "Sign with Author Profile Data"
msgstr ""
#. +> trunk5
#: 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:295
#: plugins/impex/kra/kra_converter.cpp:319
#, kde-format
msgid "Unknown error."
msgstr ""
#. +> trunk5 stable5
#: plugins/impex/kra/kra_converter.cpp:306
#, kde-format
msgid "The file does not contain an image."
msgstr ""
#. +> trunk5 stable5
#: plugins/impex/libkra/kis_kra_load_visitor.cpp:322
#, kde-format
msgid "Could not load \"id\" of the transform mask"
msgstr ""
#. +> trunk5 stable5
#: plugins/impex/libkra/kis_kra_load_visitor.cpp:336
#, kde-format
msgid "Could not create transform mask params"
msgstr ""
#. +> trunk5
#: plugins/impex/libkra/kis_kra_load_visitor.cpp:455
#, kde-format
msgid "Could not find keyframe pixel data for frame %1 in %2."
msgstr ""
#. +> trunk5
#: plugins/impex/libkra/kis_kra_load_visitor.cpp:463
#, 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:477
#, kde-format
msgid "Could not read pixel data: %1."
msgstr ""
#. +> trunk5 stable5
#: plugins/impex/libkra/kis_kra_load_visitor.cpp:484
#, kde-format
msgid "Could not load pixel data: %1."
msgstr ""
#. +> trunk5
#: plugins/impex/libkra/kis_kra_load_visitor.cpp:517
#, kde-format
msgid "Could not load profile: %1."
msgstr ""
#. +> stable5
#: libs/ui/kra/kis_kra_load_visitor.cpp:506
#, kde-format
msgid "Could not load profile %1."
msgstr ""
#. +> trunk5 stable5
#: plugins/impex/libkra/kis_kra_load_visitor.cpp:541
#, kde-format
msgid "Could not filter configuration %1."
msgstr ""
#. +> trunk5 stable5
#: plugins/impex/libkra/kis_kra_load_visitor.cpp:571
#, kde-format
msgid "Could not load metadata for layer %1."
msgstr ""
#. +> trunk5 stable5
#: plugins/impex/libkra/kis_kra_load_visitor.cpp:586
#, kde-format
msgid "Could not load raster selection %1."
msgstr ""
#. +> trunk5 stable5
#: plugins/impex/libkra/kis_kra_load_visitor.cpp:604
#, kde-format
msgid "Could not load vector selection %1."
msgstr ""
#. +> trunk5 stable5
#: plugins/impex/libkra/kis_kra_load_visitor.cpp:631
#, kde-format
msgid "Could not load keyframes from %1."
msgstr ""
#. +> trunk5 stable5
#: plugins/impex/libkra/kis_kra_load_visitor.cpp:645
#, 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:658
#, kde-format
msgid "unknown keyframe channel type: %1 in %2"
msgstr ""
#. +> trunk5 stable5
#: plugins/impex/libkra/kis_kra_loader.cpp:210
#, kde-format
msgid "Image does not have a name."
msgstr ""
#. +> trunk5 stable5
#: plugins/impex/libkra/kis_kra_loader.cpp:215
#, kde-format
msgid "Image does not specify a width."
msgstr ""
#. +> trunk5 stable5
#: plugins/impex/libkra/kis_kra_loader.cpp:221
#, kde-format
msgid "Image does not specify a height."
msgstr ""
#. +> trunk5 stable5
#: plugins/impex/libkra/kis_kra_loader.cpp:271
#, kde-format
msgid "Image specifies an unsupported color model: %1."
msgstr ""
#. +> trunk5 stable5
#: plugins/impex/libkra/kis_kra_loader.cpp:438
#: plugins/impex/psd/psd_loader.cpp:348
#, 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:612
#, kde-format
msgid "Layer %1 specifies an unsupported color model: %2."
msgstr ""
#. +> trunk5 stable5
#: plugins/impex/libkra/kis_kra_loader.cpp:640
#, kde-format
msgid "Layer %1 has an unsupported type."
msgstr ""
#. +> trunk5 stable5
#: plugins/impex/libkra/kis_kra_loader.cpp:673
#, kde-format
msgid "Layer %1 has an unsupported type: %2."
msgstr ""
#. +> trunk5 stable5
#: plugins/impex/libkra/kis_kra_loader.cpp:680
#, kde-format
msgid "Failure loading layer %1 of type: %2."
msgstr ""
#. +> trunk5
#: plugins/impex/libkra/kis_kra_loader.cpp:800
#, 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 ""
#. +> stable5
#: libs/ui/kra/kis_kra_loader.cpp:800
#, 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:805
#: plugins/impex/libkra/kis_kra_loader.cpp:1164
#, kde-format
msgctxt "@title:window"
msgid "File not found"
msgstr ""
#. +> trunk5 stable5
#: plugins/impex/libkra/kis_kra_loader.cpp:1159
#, 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:96
#: plugins/impex/libkra/kis_kra_save_visitor.cpp:128
#: plugins/impex/libkra/kis_kra_save_visitor.cpp:137
#: plugins/impex/libkra/kis_kra_save_visitor.cpp:158
#: plugins/impex/libkra/kis_kra_save_visitor.cpp:175
#: plugins/impex/libkra/kis_kra_save_visitor.cpp:185
#, kde-format
msgid "Failed to save the metadata for layer %1."
msgstr ""
#. +> trunk5 stable5
#: plugins/impex/libkra/kis_kra_save_visitor.cpp:103
#: plugins/impex/libkra/kis_kra_save_visitor.cpp:266
#, kde-format
msgid "Failed to open %1."
msgstr ""
#. +> trunk5 stable5
#: plugins/impex/libkra/kis_kra_save_visitor.cpp:120
#, kde-format
msgid "Failed to save the pixel data for layer %1."
msgstr ""
#. +> trunk5 stable5
#: plugins/impex/libkra/kis_kra_save_visitor.cpp:124
#, kde-format
msgid "Failed to save the annotations for layer %1."
msgstr ""
#. +> trunk5 stable5
#: plugins/impex/libkra/kis_kra_save_visitor.cpp:146
#, 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:150
#, kde-format
msgid "Failed to save the selection for filter layer %1."
msgstr ""
#. +> trunk5 stable5
#: plugins/impex/libkra/kis_kra_save_visitor.cpp:154
#, kde-format
msgid "Failed to save the filter configuration for filter layer %1."
msgstr ""
#. +> trunk5 stable5
#: plugins/impex/libkra/kis_kra_save_visitor.cpp:167
#, kde-format
msgid "Failed to save the selection for layer %1."
msgstr ""
#. +> trunk5 stable5
#: plugins/impex/libkra/kis_kra_save_visitor.cpp:171
#, kde-format
msgid "Failed to save the generator configuration for layer %1."
msgstr ""
#. +> trunk5 stable5
#: plugins/impex/libkra/kis_kra_save_visitor.cpp:194
#, kde-format
msgid "Failed to save filter mask %1. It has no filter."
msgstr ""
#. +> trunk5 stable5
#: plugins/impex/libkra/kis_kra_save_visitor.cpp:198
#, kde-format
msgid "Failed to save the selection for filter mask %1."
msgstr ""
#. +> trunk5 stable5
#: plugins/impex/libkra/kis_kra_save_visitor.cpp:202
#, kde-format
msgid "Failed to save the filter configuration for filter mask %1."
msgstr ""
#. +> trunk5 stable5
#: plugins/impex/libkra/kis_kra_save_visitor.cpp:244
#, kde-format
msgid "Failed to save the selection for transparency mask %1."
msgstr ""
#. +> trunk5 stable5
#: plugins/impex/libkra/kis_kra_save_visitor.cpp:253
#, kde-format
msgid "Failed to save the selection for local selection %1."
msgstr ""
#. +> trunk5 stable5
#: plugins/impex/libkra/kis_kra_save_visitor.cpp:438
#, kde-format
msgid "Failed to save the pixel selection data for layer %1."
msgstr ""
#. +> trunk5 stable5
#: plugins/impex/libkra/kis_kra_save_visitor.cpp:452
#, kde-format
msgid "Failed to save the vector selection data for layer %1."
msgstr ""
#. +> trunk5 stable5
#: plugins/impex/libkra/kis_kra_save_visitor.cpp:506
#, kde-format
msgid "The metadata backend failed to save the metadata for %1"
msgstr ""
#. +> trunk5 stable5
#: plugins/impex/libkra/kis_kra_save_visitor.cpp:517
#, kde-format
msgid "Could not write for %1 metadata to the file."
msgstr ""
#. +> trunk5 stable5
#: plugins/impex/libkra/kis_kra_saver.cpp:181
#, kde-format
msgid "could not save keyframes"
msgstr ""
#. +> trunk5 stable5
#: plugins/impex/libkra/kis_kra_saver.cpp:432
#, kde-format
msgid "Audio channel file %1 doesn't exist!"
msgstr ""
#. +> trunk5 stable5
#: plugins/impex/pdf/kis_pdf_import.cpp:87
#: plugins/impex/pdf/kis_pdf_import.cpp:88
#, kde-format
msgid "A password is required to read that pdf"
msgstr ""
#. +> trunk5 stable5
#: plugins/impex/pdf/kis_pdf_import.cpp:97
#, kde-format
msgid "PDF Import Options"
msgstr ""
#. +> trunk5 stable5
#: plugins/impex/pdf/kis_pdf_import.cpp:120
#, 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
#: 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
#: 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
#: 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
#: 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
#: plugins/impex/psd/psd_export.cc:74
#, 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 ""
#. +> stable5
#: plugins/impex/psd/psd_export.cc:93 plugins/impex/psd/psd_export.cc:104
#, kde-format
msgctxt "@title:window"
msgid "Photoshop Export Error"
msgstr ""
#. +> stable5
#: plugins/impex/psd/psd_export.cc:94
#, kde-format
msgid ""
"Unable to save to the Photoshop format.\n"
"The Photoshop format only supports images that are smaller than 30000x3000 pixels."
msgstr ""
#. +> stable5
#: plugins/impex/psd/psd_export.cc:105
#, kde-format
msgid ""
"Unable to save to the Photoshop format.\n"
"The Photoshop format only supports images where all layers have the same colorspace as 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_loader.cpp:159
#, kde-format
msgid "Duotone Colormode Block"
msgstr ""
#. +> trunk5 stable5
#: plugins/impex/psd/psd_resource_block.h:94
#, kde-format
msgid "Unparsed Resource Block"
msgstr ""
#. +> trunk5 stable5
#: plugins/impex/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 (linear)</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 ""
#. 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:67
#, kde-format
msgid "Could not find 'ffmpeg' binary. Saving to video formats is impossible."
msgstr ""
#. +> trunk5 stable5
#: plugins/impex/video/kis_video_export.cpp:71
#, kde-format
msgid "Video Export Error"
msgstr ""
#. +> trunk5 stable5
#: plugins/impex/video/kis_video_export.cpp:93
#, 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:273
#, kde-format
msgid "Fetching palette..."
msgstr ""
#. +> trunk5 stable5
#: plugins/impex/video/video_saver.cpp:301
#: plugins/impex/video/video_saver.cpp:339
#, 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:49
#: plugins/paintops/deform/kis_deform_paintop_settings_widget.cpp:43
#: plugins/paintops/filterop/kis_filterop_settings_widget.cpp:50
#: plugins/paintops/hairy/kis_hairy_paintop_settings_widget.cpp:39
#: plugins/paintops/hatching/kis_hatching_paintop_settings_widget.cpp:58
#: plugins/paintops/libpaintop/kis_pressure_flow_opacity_option_widget.cpp:38
#: plugins/paintops/sketch/kis_sketch_paintop_settings_widget.cpp:47
#: plugins/paintops/spray/kis_spray_paintop_settings_widget.cpp:45
#: plugins/paintops/tangentnormal/kis_tangent_normal_paintop_settings_widget.cpp:54
#, kde-format
msgid "Opaque"
msgstr ""
#. i18n: ectx: property (text), widget (QPushButton, btnTransparent)
#. +> trunk5 stable5
#: plugins/paintops/colorsmudge/kis_colorsmudgeop_settings_widget.cpp:51
#: plugins/paintops/curvebrush/kis_curve_paintop_settings_widget.cpp:35
#: plugins/paintops/defaultpaintops/duplicate/kis_duplicateop_settings_widget.cpp:49
#: plugins/paintops/deform/kis_deform_paintop_settings_widget.cpp:43
#: plugins/paintops/filterop/kis_filterop_settings_widget.cpp:50
#: plugins/paintops/hairy/kis_hairy_paintop_settings_widget.cpp:39
#: plugins/paintops/hatching/kis_hatching_paintop_settings_widget.cpp:58
#: plugins/paintops/libpaintop/kis_pressure_flow_opacity_option_widget.cpp:38
#: plugins/paintops/sketch/kis_sketch_paintop_settings_widget.cpp:47
#: plugins/paintops/spray/kis_spray_paintop_settings_widget.cpp:45
#: plugins/paintops/tangentnormal/kis_tangent_normal_paintop_settings_widget.cpp:54
#: plugins/tools/tool_lazybrush/kis_tool_lazy_brush_options_widget.ui:145
#, kde-format
msgid "Transparent"
msgstr ""
#. +> trunk5 stable5
#: plugins/paintops/colorsmudge/kis_colorsmudgeop_settings_widget.cpp: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:62
#: plugins/paintops/defaultpaintops/brush/kis_brushop_settings_widget.cpp:63
#: plugins/paintops/defaultpaintops/brush/kis_brushop_settings_widget.cpp:64
#: plugins/paintops/defaultpaintops/brush/kis_brushop_settings_widget.cpp:82
#: plugins/paintops/defaultpaintops/brush/kis_brushop_settings_widget.cpp:108
#: plugins/paintops/defaultpaintops/brush/kis_brushop_settings_widget.cpp:126
#: plugins/paintops/defaultpaintops/brush/kis_brushop_settings_widget.cpp:133
#: plugins/paintops/defaultpaintops/duplicate/kis_duplicateop_settings_widget.cpp:50
#: plugins/paintops/deform/kis_deform_paintop_settings_widget.cpp:44
#: plugins/paintops/deform/kis_deform_paintop_settings_widget.cpp:47
#: plugins/paintops/dynadraw/kis_dyna_paintop_settings_widget.cpp:37
#: plugins/paintops/filterop/kis_filterop_settings_widget.cpp:51
#: plugins/paintops/hairy/kis_hairy_paintop_settings_widget.cpp:40
#: plugins/paintops/hatching/kis_hatching_paintop_settings_widget.cpp:59
#: plugins/paintops/libpaintop/kis_pressure_spacing_option_widget.cpp:35
#: plugins/paintops/particle/kis_particle_paintop_settings_widget.cpp:40
#: plugins/paintops/roundmarker/kis_roundmarkerop_settings_widget.cpp:43
#: plugins/paintops/sketch/kis_sketch_paintop_settings_widget.cpp:48
#: plugins/paintops/sketch/kis_sketch_paintop_settings_widget.cpp:50
#: plugins/paintops/sketch/kis_sketch_paintop_settings_widget.cpp:51
#: plugins/paintops/sketch/kis_sketch_paintop_settings_widget.cpp:52
#: plugins/paintops/sketch/kis_sketch_paintop_settings_widget.cpp:54
#: plugins/paintops/spray/kis_spray_paintop_settings_widget.cpp:46
#: plugins/paintops/spray/kis_spray_paintop_settings_widget.cpp:54
#: plugins/paintops/tangentnormal/kis_tangent_normal_paintop_settings_widget.cpp:55
#: plugins/paintops/tangentnormal/kis_tangent_normal_paintop_settings_widget.cpp:56
#: plugins/paintops/tangentnormal/kis_tangent_normal_paintop_settings_widget.cpp:68
#, kde-format
msgid "0%"
msgstr ""
#. +> trunk5 stable5
#: plugins/paintops/colorsmudge/kis_colorsmudgeop_settings_widget.cpp:54
#: plugins/paintops/defaultpaintops/brush/kis_brushop_settings_widget.cpp:66
#: plugins/paintops/defaultpaintops/brush/kis_brushop_settings_widget.cpp:139
#: plugins/paintops/defaultpaintops/duplicate/kis_duplicateop_settings_widget.cpp:52
#: plugins/paintops/filterop/kis_filterop_settings_widget.cpp:53
#: plugins/paintops/hatching/kis_hatching_paintop_settings_widget.cpp:60
#: plugins/paintops/tangentnormal/kis_tangent_normal_paintop_settings_widget.cpp:61
#: plugins/tools/basictools/kis_tool_multihand.cpp:274
#, kde-format
msgid "Mirror"
msgstr ""
#. +> trunk5 stable5
#: plugins/paintops/colorsmudge/kis_colorsmudgeop_settings_widget.cpp: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:71
#: plugins/paintops/defaultpaintops/brush/kis_brushop_settings_widget.cpp:144
#: plugins/paintops/defaultpaintops/duplicate/kis_duplicateop_settings_widget.cpp:51
#: plugins/paintops/deform/kis_deform_paintop_settings_widget.cpp:45
#: plugins/paintops/filterop/kis_filterop_settings_widget.cpp:52
#: plugins/paintops/hairy/kis_hairy_paintop_settings_widget.cpp:41
#: plugins/paintops/libpaintop/kis_pressure_hsv_option.cpp:33
#: plugins/paintops/libpaintop/kis_pressure_hsv_option.cpp:44
#: plugins/paintops/sketch/kis_sketch_paintop_settings_widget.cpp:49
#: plugins/paintops/spray/kis_spray_paintop_settings_widget.cpp:52
#: plugins/paintops/tangentnormal/kis_tangent_normal_paintop_settings_widget.cpp:66
#, kde-format
msgid "-180°"
msgstr ""
#. +> trunk5 stable5
#: plugins/paintops/colorsmudge/kis_colorsmudgeop_settings_widget.cpp:62
#: plugins/paintops/defaultpaintops/brush/kis_brushop_settings_widget.cpp:71
#: plugins/paintops/defaultpaintops/brush/kis_brushop_settings_widget.cpp:144
#: plugins/paintops/defaultpaintops/duplicate/kis_duplicateop_settings_widget.cpp:51
#: plugins/paintops/deform/kis_deform_paintop_settings_widget.cpp:45
#: plugins/paintops/filterop/kis_filterop_settings_widget.cpp:52
#: plugins/paintops/hairy/kis_hairy_paintop_settings_widget.cpp:41
#: plugins/paintops/sketch/kis_sketch_paintop_settings_widget.cpp:49
#: plugins/paintops/spray/kis_spray_paintop_settings_widget.cpp:52
#: plugins/paintops/tangentnormal/kis_tangent_normal_paintop_settings_widget.cpp:66
#, kde-format
msgid "180°"
msgstr ""
#. i18n: ectx: property (text), widget (QRadioButton, optionRotation)
#. i18n: ectx: property (title), widget (QGroupBox, rotationGroup)
#. +> trunk5 stable5
#: plugins/paintops/colorsmudge/kis_colorsmudgeop_settings_widget.cpp:62
#: plugins/paintops/defaultpaintops/brush/kis_brushop_settings_widget.cpp:71
#: plugins/paintops/defaultpaintops/brush/kis_brushop_settings_widget.cpp:145
#: plugins/paintops/defaultpaintops/duplicate/kis_duplicateop_settings_widget.cpp:51
#: plugins/paintops/deform/kis_deform_paintop_settings_widget.cpp:45
#: plugins/paintops/filterop/kis_filterop_settings_widget.cpp:52
#: plugins/paintops/hairy/kis_hairy_paintop_settings_widget.cpp:41
#: plugins/paintops/libpaintop/kis_dynamic_sensor.h:47
#: plugins/paintops/sketch/kis_sketch_paintop_settings_widget.cpp:49
#: plugins/paintops/spray/kis_spray_paintop_settings_widget.cpp:52
#: plugins/paintops/tangentnormal/kis_tangent_normal_paintop_settings_widget.cpp:66
#: plugins/paintops/tangentnormal/wdgtangenttiltoption.ui:249
#: plugins/tools/tool_transform2/wdg_tool_transform.ui:669
#, kde-format
msgid "Rotation"
msgstr ""
#. +> trunk5 stable5
#: plugins/paintops/colorsmudge/kis_colorsmudgeop_settings_widget.cpp:63
#: plugins/paintops/defaultpaintops/brush/kis_brushop_settings_widget.cpp:72
#: plugins/paintops/defaultpaintops/brush/kis_brushop_settings_widget.cpp:150
#: plugins/paintops/tangentnormal/kis_tangent_normal_paintop_settings_widget.cpp:65
#, kde-format
msgid "Scatter"
msgstr ""
#. +> trunk5 stable5
#: plugins/paintops/colorsmudge/kis_colorsmudgeop_settings_widget.cpp:64
#, kde-format
msgid "Overlay Mode"
msgstr ""
#. +> trunk5 stable5
#: plugins/paintops/colorsmudge/kis_colorsmudgeop_settings_widget.cpp:68
#: plugins/paintops/defaultpaintops/brush/kis_brushop_settings_widget.cpp:89
#: plugins/paintops/defaultpaintops/duplicate/kis_duplicateop_settings_widget.cpp:55
#: plugins/paintops/hatching/kis_hatching_paintop_settings_widget.cpp:65
#: plugins/paintops/tangentnormal/kis_tangent_normal_paintop_settings_widget.cpp:72
#, kde-format
msgid "Strength"
msgstr ""
#. +> trunk5 stable5
#: plugins/paintops/colorsmudge/kis_colorsmudgeop_settings_widget.cpp:68
#: plugins/paintops/defaultpaintops/brush/kis_brushop_settings_widget.cpp:89
#: plugins/paintops/defaultpaintops/duplicate/kis_duplicateop_settings_widget.cpp:55
#: plugins/paintops/hatching/kis_hatching_paintop_settings_widget.cpp:65
#: plugins/paintops/tangentnormal/kis_tangent_normal_paintop_settings_widget.cpp:72
#, kde-format
msgid "Strong"
msgstr ""
#. +> trunk5 stable5
#: plugins/paintops/colorsmudge/kis_colorsmudgeop_settings_widget.cpp:68
#: plugins/paintops/defaultpaintops/brush/kis_brushop_settings_widget.cpp:89
#: plugins/paintops/defaultpaintops/duplicate/kis_duplicateop_settings_widget.cpp:55
#: plugins/paintops/hatching/kis_hatching_paintop_settings_widget.cpp:65
#: plugins/paintops/tangentnormal/kis_tangent_normal_paintop_settings_widget.cpp:72
#, kde-format
msgid "Weak"
msgstr ""
#. +> trunk5 stable5
#: plugins/paintops/colorsmudge/kis_overlay_mode_option.h:51
#, kde-format
msgctxt "PaintOp instant preview limitation"
msgid "Overlay Option"
msgstr ""
#. +> trunk5 stable5
#: plugins/paintops/colorsmudge/kis_overlay_mode_option.h:61
#, kde-format
msgid ""
"Paints on the current layer\n"
" but uses all layers that are currently visible for smudge input\n"
" NOTE: This mode is only able to work correctly with a fully opaque background"
msgstr ""
#. +> trunk5 stable5
#: plugins/paintops/colorsmudge/kis_smudge_option_widget.cpp:45
#, kde-format
msgid "Smudge mode:"
msgstr ""
#. +> trunk5 stable5
#: plugins/paintops/colorsmudge/kis_smudge_option_widget.cpp:81
#, kde-format
msgid " (caution, pierced brush!)"
msgstr ""
#. +> trunk5 stable5
#: plugins/paintops/colorsmudge/kis_smudge_option_widget.cpp:82
#, kde-format
msgctxt "@info:tooltip"
msgid "This brush has transparent pixels in its center. \"Dulling\" mode may give unstable results. Consider using \"Smearing\" mode instead."
msgstr ""
#. +> trunk5 stable5
#: plugins/paintops/curvebrush/kis_curve_paintop_settings.cpp:74
#, kde-format
msgid "Line Width"
msgstr ""
#. +> trunk5 stable5
#: plugins/paintops/curvebrush/kis_curve_paintop_settings.cpp:105
#, kde-format
msgid "History Size"
msgstr ""
#. +> trunk5 stable5
#: plugins/paintops/curvebrush/kis_curve_paintop_settings.cpp:136
#, kde-format
msgid "Line Opacity"
msgstr ""
#. +> trunk5 stable5
#: plugins/paintops/curvebrush/kis_curve_paintop_settings.cpp:168
#, kde-format
msgid "Connection Line"
msgstr ""
#. +> trunk5 stable5
#: plugins/paintops/curvebrush/kis_curve_paintop_settings_widget.cpp:36
#: plugins/paintops/sketch/kis_sketch_paintop_settings_widget.cpp:50
#, kde-format
msgid "Line width"
msgstr ""
#. +> trunk5 stable5
#: plugins/paintops/curvebrush/kis_curve_paintop_settings_widget.cpp:37
#, kde-format
msgid "Curves opacity"
msgstr ""
#. +> trunk5 stable5
#: plugins/paintops/curvebrush/kis_curve_paintop_settings_widget.cpp:39
#: plugins/paintops/defaultpaintops/brush/kis_brushop_settings_widget.cpp:86
#: plugins/paintops/defaultpaintops/duplicate/kis_duplicateop_settings_widget.cpp:53
#: plugins/paintops/dynadraw/kis_dyna_paintop_settings_widget.cpp:39
#: 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:62
#: plugins/paintops/particle/kis_particle_paintop_settings_widget.cpp:42
#: plugins/paintops/sketch/kis_sketch_paintop_settings_widget.cpp:61
#: plugins/paintops/spray/kis_spray_paintop_settings_widget.cpp:55
#: plugins/paintops/tangentnormal/kis_tangent_normal_paintop_settings_widget.cpp:69
#, kde-format
msgid "Painting Mode"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, label_2)
#. i18n: ectx: property (text), widget (QLabel, lineWidthLbl)
#. +> trunk5 stable5
#: plugins/paintops/curvebrush/wdgcurveoptions.ui:9
#: plugins/paintops/sketch/wdgsketchoptions.ui:40
#, kde-format
msgid "Line width:"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, label)
#. +> trunk5 stable5
#: plugins/paintops/curvebrush/wdgcurveoptions.ui:22
#, kde-format
msgid "History size:"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, label_2)
#. +> trunk5 stable5
#: plugins/paintops/curvebrush/wdgcurveoptions.ui:35
#, kde-format
msgid "Curves opacity:"
msgstr ""
#. i18n: ectx: property (text), widget (QCheckBox, connectionCHBox)
#. +> trunk5 stable5
#: plugins/paintops/curvebrush/wdgcurveoptions.ui:48
#: plugins/paintops/sketch/wdgsketchoptions.ui:137
#, kde-format
msgid "Paint connection line"
msgstr ""
#. i18n: ectx: property (text), widget (QCheckBox, smoothingCHBox)
#. +> trunk5 stable5
#: plugins/paintops/curvebrush/wdgcurveoptions.ui:55
#, kde-format
msgid "Smoothing"
msgstr ""
#. i18n: ectx: property (toolTip), widget (KisDoubleParseSpinBox, doubleRatio)
#. +> trunk5 stable5
#: plugins/paintops/defaultpaintops/brush/kis_brushop_settings_widget.cpp:64
#: plugins/paintops/defaultpaintops/brush/kis_brushop_settings_widget.cpp:134
#: plugins/tools/tool_crop/wdg_tool_crop.ui:293
#, kde-format
msgid "Ratio"
msgstr ""
#. +> trunk5 stable5
#: plugins/paintops/defaultpaintops/brush/kis_brushop_settings_widget.cpp:69
#: plugins/paintops/tangentnormal/kis_tangent_normal_paintop_settings_widget.cpp:63
#, kde-format
msgid "Softness"
msgstr ""
#. +> trunk5 stable5
#: plugins/paintops/defaultpaintops/brush/kis_brushop_settings_widget.cpp:70
#: plugins/paintops/tangentnormal/kis_tangent_normal_paintop_settings_widget.cpp:64
#, kde-format
msgid "Sharpness"
msgstr ""
#. +> trunk5 stable5
#: plugins/paintops/defaultpaintops/brush/kis_brushop_settings_widget.cpp:77
#, kde-format
msgid "Foreground"
msgstr ""
#. +> trunk5 stable5
#: plugins/paintops/defaultpaintops/brush/kis_brushop_settings_widget.cpp:81
#: plugins/paintops/deform/kis_deform_paintop_settings_widget.cpp:46
#: plugins/paintops/dynadraw/kis_dyna_paintop_settings_widget.cpp:36
#: plugins/paintops/particle/kis_particle_paintop_settings_widget.cpp:39
#: plugins/paintops/sketch/kis_sketch_paintop_settings_widget.cpp:53
#: plugins/paintops/spray/kis_spray_paintop_settings_widget.cpp:53
#: plugins/paintops/tangentnormal/kis_tangent_normal_paintop_settings_widget.cpp:67
#, kde-format
msgid "Airbrush"
msgstr ""
#. +> trunk5
#: plugins/paintops/defaultpaintops/brush/kis_brushop_settings_widget.cpp:82
#: plugins/paintops/deform/kis_deform_paintop_settings_widget.cpp:47
#: plugins/paintops/dynadraw/kis_dyna_paintop_settings_widget.cpp:38
#: plugins/paintops/particle/kis_particle_paintop_settings_widget.cpp:41
#: plugins/paintops/sketch/kis_sketch_paintop_settings_widget.cpp:54
#: plugins/paintops/spray/kis_spray_paintop_settings_widget.cpp:54
#: plugins/paintops/tangentnormal/kis_tangent_normal_paintop_settings_widget.cpp:68
#, kde-format
msgid "Rate"
msgstr ""
#. +> trunk5 stable5
#: plugins/paintops/defaultpaintops/brush/kis_brushop_settings_widget.cpp:95
#: plugins/paintops/libpaintop/kis_brush_based_paintop_options_widget.cpp:28
#: plugins/paintops/spray/kis_spray_paintop_settings_widget.cpp:44
#, kde-format
msgid "Brush Tip"
msgstr ""
#. +> trunk5 stable5
#: plugins/paintops/defaultpaintops/defaultpaintops_plugin.cc:47
#, kde-format
msgctxt "Pixel paintbrush"
msgid "Pixel"
msgstr ""
#. +> trunk5 stable5
#: plugins/paintops/defaultpaintops/defaultpaintops_plugin.cc:48
#, kde-format
msgctxt "clone paintbrush (previously \"Duplicate\")"
msgid "Clone"
msgstr ""
#. i18n: ectx: property (text), widget (QCheckBox, cbHealing)
#. +> trunk5 stable5
#: plugins/paintops/defaultpaintops/duplicate/kis_duplicateop_settings.cpp:185
#: plugins/paintops/defaultpaintops/duplicate/wdgduplicateop.ui:21
#, kde-format
msgid "Healing"
msgstr ""
#. +> trunk5 stable5
#: plugins/paintops/defaultpaintops/duplicate/kis_duplicateop_settings.cpp:212
#, kde-format
msgid "Move Source"
msgstr ""
#. +> trunk5 stable5
#: plugins/paintops/defaultpaintops/duplicate/kis_duplicateop_settings_widget.cpp:75
#, kde-format
msgctxt "PaintOp instant preview limitation"
msgid "Clone Brush (temporarily disabled)"
msgstr ""
#. i18n: ectx: property (toolTip), widget (QCheckBox, cbPerspective)
#. +> trunk5 stable5
#: plugins/paintops/defaultpaintops/duplicate/wdgduplicateop.ui:28
#, kde-format
msgid "To correct perspective, first create a perspective grid."
msgstr ""
#. i18n: ectx: property (text), widget (QCheckBox, cbPerspective)
#. +> trunk5 stable5
#: plugins/paintops/defaultpaintops/duplicate/wdgduplicateop.ui:31
#, kde-format
msgid "Correct the perspective"
msgstr ""
#. i18n: ectx: property (toolTip), widget (QCheckBox, cbSourcePoint)
#. +> trunk5 stable5
#: plugins/paintops/defaultpaintops/duplicate/wdgduplicateop.ui:38
#, kde-format
msgid "Move the clone origin with the brush. Uncheck to keep cloning from the selected point."
msgstr ""
#. i18n: ectx: property (text), widget (QCheckBox, cbSourcePoint)
#. +> trunk5 stable5
#: plugins/paintops/defaultpaintops/duplicate/wdgduplicateop.ui:41
#, kde-format
msgid "Source point move"
msgstr ""
#. i18n: ectx: property (toolTip), widget (QCheckBox, chkCloneProjection)
#. +> trunk5 stable5
#: plugins/paintops/defaultpaintops/duplicate/wdgduplicateop.ui:51
#, kde-format
msgid "When checked, clone from all visible layers. Otherwise, clone from the active layer."
msgstr ""
#. i18n: ectx: property (text), widget (QCheckBox, chkCloneProjection)
#. +> trunk5 stable5
#: plugins/paintops/defaultpaintops/duplicate/wdgduplicateop.ui:54
#, kde-format
msgid "Clone From All Visible Layers"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, label)
#. +> trunk5 stable5
#: plugins/paintops/defaultpaintops/duplicate/wdgduplicateop.ui:82
#, kde-format
msgid ""
"<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:124
#, kde-format
msgid "Amount"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, deformLabel)
#. +> trunk5 stable5
#: plugins/paintops/deform/kis_deform_paintop_settings.cpp:154
#: 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:158
#: plugins/paintops/deform/wdgdeformoptions.ui:44
#: 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:159
#: 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:160
#: 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:161
#: 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:162
#: plugins/paintops/deform/wdgdeformoptions.ui:75
#: plugins/tools/basictools/wdgmultihandtool.ui:78
#: plugins/tools/tool_transform2/wdg_tool_transform.ui:1737
#, kde-format
msgid "Move"
msgstr ""
#. +> trunk5 stable5
#: plugins/paintops/deform/kis_deform_paintop_settings.cpp:163
#, kde-format
msgid "Lens Zoom In"
msgstr ""
#. +> trunk5 stable5
#: plugins/paintops/deform/kis_deform_paintop_settings.cpp:164
#, kde-format
msgid "Lens Zoom Out"
msgstr ""
#. +> trunk5 stable5
#: plugins/paintops/deform/kis_deform_paintop_settings.cpp:165
#, 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 ""
#. +> trunk5 stable5
#: plugins/paintops/dynadraw/dyna_paintop_plugin.cpp:40
#, kde-format
msgid "Dyna"
msgstr ""
#. +> trunk5 stable5
#: plugins/paintops/dynadraw/kis_dyna_paintop_settings.cpp:79
#, kde-format
msgid "Diameter"
msgstr ""
#. +> trunk5 stable5
#: plugins/paintops/dynadraw/kis_dyna_paintop_settings.cpp:148
#, kde-format
msgid "Mass"
msgstr ""
#. +> trunk5 stable5
#: plugins/paintops/dynadraw/kis_dyna_paintop_settings.cpp:179
#, kde-format
msgid "Drag"
msgstr ""
#. i18n: ectx: property (title), widget (QGroupBox, shapeGroup)
#. i18n: ectx: attribute (title), widget (QWidget, ShapeTab)
#. +> trunk5 stable5
#: plugins/paintops/dynadraw/kis_dyna_paintop_settings.cpp:209
#: plugins/paintops/dynadraw/wdgdynaoptions.ui:158
#: 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 ""
#. +> trunk5 stable5
#: plugins/paintops/dynadraw/kis_dyna_paintop_settings.cpp:214
#, kde-format
msgid "Polygon"
msgstr ""
#. +> trunk5 stable5
#: plugins/paintops/dynadraw/kis_dyna_paintop_settings.cpp:215
#, kde-format
msgid "Wire"
msgstr ""
#. +> trunk5 stable5
#: plugins/paintops/dynadraw/kis_dynaop_option.cpp:188
#, kde-format
msgctxt "PaintOp instant preview limitation"
msgid "Dyna Brush (not supported)"
msgstr ""
#. i18n: ectx: attribute (title), widget (QWidget, tab)
#. +> trunk5 stable5
#: plugins/paintops/dynadraw/wdgdynaoptions.ui:33
#, kde-format
msgid "Dynamics settings"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, initWidthLbl)
#. +> trunk5 stable5
#: plugins/paintops/dynadraw/wdgdynaoptions.ui:41
#: plugins/tools/tool_dyna/kis_tool_dyna.cpp:323
#, kde-format
msgid "Initial width:"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, label_2)
#. +> trunk5 stable5
#: plugins/paintops/dynadraw/wdgdynaoptions.ui:67
#: plugins/tools/karbonplugins/tools/CalligraphyTool/KarbonCalligraphyOptionWidget.cpp:138
#: plugins/tools/tool_dyna/kis_tool_dyna.cpp:289
#, kde-format
msgid "Mass:"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, label_3)
#. +> trunk5 stable5
#: plugins/paintops/dynadraw/wdgdynaoptions.ui:93
#: plugins/tools/karbonplugins/tools/CalligraphyTool/KarbonCalligraphyOptionWidget.cpp:147
#: plugins/tools/tool_dyna/kis_tool_dyna.cpp:295
#, kde-format
msgid "Drag:"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, label_6)
#. +> trunk5 stable5
#: plugins/paintops/dynadraw/wdgdynaoptions.ui:119
#: plugins/tools/tool_dyna/kis_tool_dyna.cpp:328
#, kde-format
msgid "Width range:"
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)
#. i18n: ectx: property (text), widget (QLabel, label_4)
#. +> trunk5 stable5
#: plugins/paintops/dynadraw/wdgdynaoptions.ui:166
#: 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 (text), widget (QCheckBox, fixedAngleChBox)
#. +> trunk5 stable5
#: plugins/paintops/dynadraw/wdgdynaoptions.ui:199
#, kde-format
msgid "Fixed angle"
msgstr ""
#. i18n: ectx: property (text), widget (QRadioButton, circleRBox)
#. +> trunk5 stable5
#: plugins/paintops/dynadraw/wdgdynaoptions.ui:241
#, kde-format
msgid "C&ircle"
msgstr ""
#. i18n: ectx: property (text), widget (QCheckBox, twoCBox)
#. +> trunk5 stable5
#: plugins/paintops/dynadraw/wdgdynaoptions.ui:251
#, kde-format
msgid "Two"
msgstr ""
#. i18n: ectx: property (toolTip), widget (KisDoubleParseSpinBox, lineSpacingSPBox)
#. +> trunk5 stable5
#: plugins/paintops/dynadraw/wdgdynaoptions.ui:269
#, kde-format
msgid "Line spacing"
msgstr ""
#. i18n: ectx: property (toolTip), widget (KisIntParseSpinBox, lineCountSPBox)
#. +> trunk5 stable5
#: plugins/paintops/dynadraw/wdgdynaoptions.ui:279
#, kde-format
msgid "Line count"
msgstr ""
#. i18n: ectx: property (text), widget (QRadioButton, polygonRBox)
#. +> trunk5 stable5
#: plugins/paintops/dynadraw/wdgdynaoptions.ui:291
#, kde-format
msgid "Poly&gon"
msgstr ""
#. i18n: ectx: property (text), widget (QRadioButton, wireRBox)
#. +> trunk5 stable5
#: plugins/paintops/dynadraw/wdgdynaoptions.ui:298
#, kde-format
msgid "Wi&re"
msgstr ""
#. i18n: ectx: property (text), widget (QCheckBox, LineCBox)
#. +> trunk5 stable5
#: plugins/paintops/dynadraw/wdgdynaoptions.ui:305
#, kde-format
msgid "Paint connection"
msgstr ""
#. i18n: ectx: property (text), widget (QCheckBox, speedCHBox)
#. +> trunk5 stable5
#: plugins/paintops/experiment/kis_experiment_paintop_settings.cpp:89
#: plugins/paintops/experiment/wdgexperimentoptions.ui:53
#: plugins/paintops/libpaintop/kis_dynamic_sensor.h:42
#, kde-format
msgid "Speed"
msgstr ""
#. i18n: ectx: property (text), widget (QCheckBox, displaceCHBox)
#. +> trunk5 stable5
#: plugins/paintops/experiment/kis_experiment_paintop_settings.cpp:164
#: plugins/paintops/experiment/wdgexperimentoptions.ui:98
#, kde-format
msgid "Displace"
msgstr ""
#. +> trunk5 stable5
#: plugins/paintops/experiment/kis_experiment_paintop_settings.cpp:202
#, kde-format
msgid "Winding Fill"
msgstr ""
#. +> trunk5 stable5
#: plugins/paintops/experiment/kis_experiment_paintop_settings.cpp:230
#, kde-format
msgid "Hard Edge"
msgstr ""
#. +> trunk5 stable5
#: plugins/paintops/experiment/kis_experiment_paintop_settings_widget.cpp:35
#, kde-format
msgid "Experiment option"
msgstr ""
#. +> trunk5 stable5
#: plugins/paintops/experiment/kis_experimentop_option.cpp:133
#, kde-format
msgctxt "PaintOp instant preview limitation"
msgid "Displacement Option"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, label_2)
#. +> trunk5 stable5
#: plugins/paintops/experiment/wdgexperimentoptions.ui:29
#, kde-format
msgid "Shape creation:"
msgstr ""
#. i18n: ectx: property (text), widget (QCheckBox, smoothCHBox)
#. +> trunk5 stable5
#: plugins/paintops/experiment/wdgexperimentoptions.ui:70
#, kde-format
msgctxt "Noun for an experiment brush shape smoothness"
msgid "Smooth"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, lblPostprocessing)
#. +> trunk5 stable5
#: plugins/paintops/experiment/wdgexperimentoptions.ui:89
#, kde-format
msgid "Post-processing"
msgstr ""
#. i18n: ectx: property (text), widget (QCheckBox, windingFillCHBox)
#. +> trunk5 stable5
#: plugins/paintops/experiment/wdgexperimentoptions.ui:112
#, kde-format
msgid "Winding fill"
msgstr ""
#. i18n: ectx: property (text), widget (QCheckBox, hardEdgeCHBox)
#. +> trunk5 stable5
#: plugins/paintops/experiment/wdgexperimentoptions.ui:119
#, kde-format
msgid "Hard edge"
msgstr ""
#. +> trunk5 stable5
#: plugins/paintops/filterop/filterop.cpp:43
#, kde-format
msgctxt "type of a brush engine, shown in the list of brush engines"
msgid "Filter"
msgstr ""
#. +> trunk5 stable5
#: plugins/paintops/filterop/kis_filterop_settings_widget.cpp:56
#, kde-format
msgctxt "option name"
msgid "Filter"
msgstr ""
#. +> trunk5 stable5
#: plugins/paintops/gridbrush/grid_paintop_plugin.cpp:39
#, kde-format
msgctxt "type of a brush engine, shown in the list of brush engines"
msgid "Grid"
msgstr ""
#. +> trunk5 stable5
#: plugins/paintops/gridbrush/kis_grid_paintop_settings.cpp:111
#, 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:126
#, kde-format
msgid "Hatching Angle"
msgstr ""
#. +> trunk5 stable5
#: plugins/paintops/hatching/kis_hatching_paintop_settings.cpp:158
#: 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:189
#: 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:57
#, 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
#: 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 (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
#: 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:67
#, kde-format
msgid "Enable Pen Settings"
msgstr ""
#. i18n: ectx: property (text), widget (QCheckBox, checkBoxUseSameCurve)
#. +> trunk5 stable5
#: plugins/paintops/libpaintop/forms/wdgcurveoption.ui:296
#, kde-format
msgid "Share curve across all settings"
msgstr ""
#. i18n: ectx: property (toolTip), widget (QLabel, label)
#. i18n: ectx: property (toolTip), widget (QComboBox, curveMode)
#. +> trunk5
#: plugins/paintops/libpaintop/forms/wdgcurveoption.ui:420
#: plugins/paintops/libpaintop/forms/wdgcurveoption.ui:436
#, 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
#: plugins/paintops/libpaintop/forms/wdgcurveoption.ui:423
#, kde-format
msgid "Curves calculation mode:"
msgstr ""
#. i18n: ectx: property (text), item, widget (QComboBox, curveMode)
#. +> trunk5
#: plugins/paintops/libpaintop/forms/wdgcurveoption.ui:443
#, kde-format
msgid "multiply"
msgstr ""
#. i18n: ectx: property (text), item, widget (QComboBox, curveMode)
#. +> trunk5
#: plugins/paintops/libpaintop/forms/wdgcurveoption.ui:448
#, kde-format
msgid "addition"
msgstr ""
#. i18n: ectx: property (text), item, widget (QComboBox, curveMode)
#. +> trunk5
#: plugins/paintops/libpaintop/forms/wdgcurveoption.ui:453
#, kde-format
msgid "maximum"
msgstr ""
#. i18n: ectx: property (text), item, widget (QComboBox, curveMode)
#. +> trunk5
#: plugins/paintops/libpaintop/forms/wdgcurveoption.ui:458
#, kde-format
msgid "minimum"
msgstr ""
#. i18n: ectx: property (text), item, widget (QComboBox, curveMode)
#. +> trunk5
#: plugins/paintops/libpaintop/forms/wdgcurveoption.ui:463
#, 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:1996
#, 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:285
#, kde-format
msgid "Stamp"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, brushTipNameLabel)
#. +> trunk5
#: plugins/paintops/libpaintop/forms/wdgpredefinedbrushchooser.ui:128
#, kde-format
msgid "Current Brush Tip"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, brushDetailsLabel)
#. +> trunk5
#: plugins/paintops/libpaintop/forms/wdgpredefinedbrushchooser.ui:138
#, kde-format
msgid "Brush Details"
msgstr ""
#. i18n: ectx: property (text), widget (QCheckBox, useColorAsMaskCheckbox)
#. +> trunk5
#: plugins/paintops/libpaintop/forms/wdgpredefinedbrushchooser.ui:210
#, kde-format
msgid "Use Color as Mask"
msgstr ""
#. i18n: ectx: property (text), widget (QPushButton, resetBrushButton)
#. +> trunk5 stable5
#: plugins/paintops/libpaintop/forms/wdgpredefinedbrushchooser.ui:217
#, kde-format
msgid "Reset Predefined Tip"
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
#: 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
#: 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 ""
#. +> stable5
#: plugins/paintops/libpaintop/kis_brush_chooser.cpp:134
#, kde-format
msgid "Use color as mask"
msgstr ""
#. +> trunk5 stable5
#: plugins/paintops/libpaintop/kis_brush_chooser.cpp:163
#, 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:167
#, kde-format
msgid "Creates a brush tip from the image in the clipboard."
msgstr ""
#. +> trunk5 stable5
#: plugins/paintops/libpaintop/kis_brush_chooser.cpp:176
#, kde-format
msgid ""
"Reloads Spacing from file\n"
"Sets Scale to 1.0\n"
"Sets Rotation to 0.0"
msgstr ""
#. +> trunk5
#: plugins/paintops/libpaintop/kis_brush_chooser.cpp:330
#, kde-format
msgid "GBR"
msgstr ""
#. +> trunk5
#: plugins/paintops/libpaintop/kis_brush_chooser.cpp:332
#, kde-format
msgid "Animated Mask"
msgstr ""
#. +> trunk5
#: plugins/paintops/libpaintop/kis_brush_chooser.cpp:334
#, kde-format
msgid "Animated Image"
msgstr ""
#. +> trunk5 stable5
#: plugins/paintops/libpaintop/kis_brush_selection_widget.cpp:59
#, kde-format
msgid "Predefined"
msgstr ""
#. +> trunk5 stable5
#: plugins/paintops/libpaintop/kis_brush_selection_widget.cpp:87
#, 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:88
#, 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:190
#, 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:198
#, 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:206
#, 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:212
#, 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:220
#, 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_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
#: 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:44
#, kde-format
msgctxt "PaintOp instant preview limitation"
msgid "Size -> Fuzzy (sensor)"
msgstr ""
#. +> trunk5 stable5
#: plugins/paintops/libpaintop/kis_pressure_size_option.cpp:48
#, 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
#: 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 ""
#. +> stable5
#: plugins/paintops/libpaintop/kis_texture_option.cpp:136
#, kde-format
msgid "Cutoff:"
msgstr ""
#. +> stable5
#: plugins/paintops/libpaintop/kis_texture_option.cpp:140
#, kde-format
msgid "Invert Pattern:"
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
#: 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
#: 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 (text), widget (QLabel, label)
#. +> stable5
#: plugins/paintops/libpaintop/sensors/SensorTimeConfiguration.ui:79
#, kde-format
msgid "s"
msgstr ""
#. i18n: ectx: property (title), widget (QGroupBox, groupBox)
#. +> trunk5 stable5
#: plugins/paintops/particle/kis_particle_paintop_settings.cpp:69
#: plugins/paintops/spray/wdgsprayoptions.ui:166
#, kde-format
msgid "Particles"
msgstr ""
#. +> trunk5 stable5
#: plugins/paintops/particle/kis_particle_paintop_settings.cpp:99
#, kde-format
msgid "Opacity Weight"
msgstr ""
#. +> trunk5 stable5
#: plugins/paintops/particle/kis_particle_paintop_settings.cpp:129
#, kde-format
msgid "dx scale"
msgstr ""
#. +> trunk5 stable5
#: plugins/paintops/particle/kis_particle_paintop_settings.cpp:159
#, kde-format
msgid "dy scale"
msgstr ""
#. +> trunk5 stable5
#: plugins/paintops/particle/kis_particle_paintop_settings.cpp:189
#, kde-format
msgid "Gravity"
msgstr ""
#. +> trunk5 stable5
#: plugins/paintops/particle/kis_particle_paintop_settings.cpp:219
#, kde-format
msgid "Iterations"
msgstr ""
#. +> trunk5 stable5
#: plugins/paintops/particle/kis_particleop_option.cpp:138
#, kde-format
msgctxt "PaintOp instant preview limitation"
msgid "Particle Brush (not supported)"
msgstr ""
#. +> trunk5 stable5
#: plugins/paintops/particle/particle_paintop_plugin.cpp:42
#, kde-format
msgid "Particle"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, particlesLbl)
#. +> trunk5 stable5
#: plugins/paintops/particle/wdgparticleoptions.ui:43
#, kde-format
msgid "Particles:"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, opacity)
#. +> trunk5 stable5
#: plugins/paintops/particle/wdgparticleoptions.ui:75
#, kde-format
msgid "Opacity weight:"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, radiusLabel_5)
#. +> trunk5 stable5
#: plugins/paintops/particle/wdgparticleoptions.ui:104
#, kde-format
msgid "Iterations:"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, radiusLabel_2)
#. +> trunk5 stable5
#: plugins/paintops/particle/wdgparticleoptions.ui:114
#, kde-format
msgid "Gravity:"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, radiusLabel_3)
#. +> trunk5 stable5
#: plugins/paintops/particle/wdgparticleoptions.ui:127
#, kde-format
msgid "dx scale:"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, radiusLabel_4)
#. +> trunk5 stable5
#: plugins/paintops/particle/wdgparticleoptions.ui:137
#, kde-format
msgid "dy scale:"
msgstr ""
#. +> trunk5 stable5
#: plugins/paintops/roundmarker/roundmarker_paintop_plugin.cpp:42
#, kde-format
msgid "Quick Brush"
msgstr ""
#. +> trunk5 stable5
#: plugins/paintops/sketch/kis_sketch_paintop_settings_widget.cpp:51
#, kde-format
msgid "Offset scale"
msgstr ""
#. i18n: ectx: property (text), widget (QRadioButton, densityRadioButton)
#. +> trunk5 stable5
#: plugins/paintops/sketch/kis_sketch_paintop_settings_widget.cpp:52
#: plugins/paintops/spray/kis_spray_paintop_settings.cpp:182
#: 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
#, 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:146
#, 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
#, kde-format
msgid "Settings"
msgstr ""
#. i18n: ectx: property (text), widget (QCheckBox, fixedRotation)
#. +> trunk5 stable5
#: plugins/paintops/spray/wdgshapedynamicsoptions.ui:48
#, kde-format
msgid "Fixed rotation:"
msgstr ""
#. i18n: ectx: property (text), widget (QCheckBox, randomRotation)
#. +> trunk5 stable5
#: plugins/paintops/spray/wdgshapedynamicsoptions.ui:58
#, kde-format
msgid "Randomize rotation:"
msgstr ""
#. i18n: ectx: property (text), widget (QCheckBox, followCursor)
#. +> trunk5 stable5
#: plugins/paintops/spray/wdgshapedynamicsoptions.ui:68
#, kde-format
msgid "Follow cursor weight:"
msgstr ""
#. i18n: ectx: property (text), widget (QCheckBox, drawingAngle)
#. +> trunk5 stable5
#: plugins/paintops/spray/wdgshapedynamicsoptions.ui:84
#, kde-format
msgid "Angle weight:"
msgstr ""
#. i18n: ectx: property (text), widget (QRadioButton, countRadioButton)
#. +> trunk5 stable5
#: plugins/paintops/spray/wdgsprayoptions.ui:201
#, kde-format
msgid "Count"
msgstr ""
#. i18n: ectx: property (text), widget (QCheckBox, gaussianBox)
#. +> trunk5 stable5
#: plugins/paintops/spray/wdgsprayoptions.ui:249
#, kde-format
msgid "Gaussian distribution"
msgstr ""
#. i18n: ectx: property (text), widget (QCheckBox, proportionalBox)
#. +> trunk5 stable5
#: plugins/paintops/spray/wdgsprayshapeoptions.ui:154
#, kde-format
msgid "Proportional"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, label)
#. +> trunk5 stable5
#: plugins/paintops/spray/wdgsprayshapeoptions.ui:172
#, kde-format
msgid "Texture:"
msgstr ""
#. +> trunk5 stable5
#: plugins/paintops/tangentnormal/kis_tangent_normal_paintop_plugin.cpp:41
#, kde-format
msgid "Tangent Normal"
msgstr ""
#. +> trunk5 stable5
#: plugins/paintops/tangentnormal/kis_tangent_normal_paintop_settings_widget.cpp:58
#, kde-format
msgid "Tangent Tilt"
msgstr ""
#. i18n: This is a type of normal map used in 3d rendering. Normal in this case reffers to the Normal in the law of Reflection by William Snellius
#. i18n: ectx: property (text), widget (QLabel, label)
#. +> trunk5 stable5
#: plugins/paintops/tangentnormal/wdgtangenttiltoption.ui:29
#, kde-format
msgid "A Brush Engine for Drawing 3d Tangent Normal Maps"
msgstr ""
#. i18n: ectx: property (title), widget (QGroupBox, TangentEncoding)
#. +> trunk5 stable5
#: plugins/paintops/tangentnormal/wdgtangenttiltoption.ui:39
#, kde-format
msgid "Tangent Encoding"
msgstr ""
#. i18n: Positive horizontal axis
#. i18n: Positive horizontal axis
#. i18n: Positive horizontal axis
#. i18n: Positive horizontal axis
#. i18n: Positive horizontal axis
#. i18n: Positive horizontal axis
#. i18n: ectx: property (text), item, widget (QComboBox, comboGreen)
#. i18n: ectx: property (text), item, widget (QComboBox, comboRed)
#. i18n: ectx: property (text), item, widget (QComboBox, comboBlue)
#. +> trunk5 stable5
#: plugins/paintops/tangentnormal/wdgtangenttiltoption.ui:64
#: plugins/paintops/tangentnormal/wdgtangenttiltoption.ui:105
#: plugins/paintops/tangentnormal/wdgtangenttiltoption.ui:149
#, kde-format
msgid "+ X"
msgstr ""
#. i18n: Negative horizontal axis
#. i18n: Negative horizontal axis
#. i18n: Negative horizontal axis
#. i18n: Negative horizontal axis
#. i18n: Negative horizontal axis
#. i18n: Negative horizontal axis
#. i18n: ectx: property (text), item, widget (QComboBox, comboGreen)
#. i18n: ectx: property (text), item, widget (QComboBox, comboRed)
#. i18n: ectx: property (text), item, widget (QComboBox, comboBlue)
#. +> trunk5 stable5
#: plugins/paintops/tangentnormal/wdgtangenttiltoption.ui:69
#: plugins/paintops/tangentnormal/wdgtangenttiltoption.ui:110
#: plugins/paintops/tangentnormal/wdgtangenttiltoption.ui:154
#, kde-format
msgid "- X"
msgstr ""
#. i18n: Positive vertical axis
#. i18n: Positive vertical axis
#. i18n: Positive vertical axis
#. i18n: Positive vertical axis
#. i18n: Positive vertical axis
#. i18n: Positive vertical axis
#. i18n: ectx: property (text), item, widget (QComboBox, comboGreen)
#. i18n: ectx: property (text), item, widget (QComboBox, comboRed)
#. i18n: ectx: property (text), item, widget (QComboBox, comboBlue)
#. +> trunk5 stable5
#: plugins/paintops/tangentnormal/wdgtangenttiltoption.ui:74
#: plugins/paintops/tangentnormal/wdgtangenttiltoption.ui:115
#: plugins/paintops/tangentnormal/wdgtangenttiltoption.ui:159
#, kde-format
msgid "+ Y"
msgstr ""
#. i18n: Negative vertical axis
#. i18n: Negative vertical axis
#. i18n: Negative vertical axis
#. i18n: Negative vertical axis
#. i18n: Negative vertical axis
#. i18n: Negative vertical axis
#. i18n: ectx: property (text), item, widget (QComboBox, comboGreen)
#. i18n: ectx: property (text), item, widget (QComboBox, comboRed)
#. i18n: ectx: property (text), item, widget (QComboBox, comboBlue)
#. +> trunk5 stable5
#: plugins/paintops/tangentnormal/wdgtangenttiltoption.ui:79
#: plugins/paintops/tangentnormal/wdgtangenttiltoption.ui:120
#: plugins/paintops/tangentnormal/wdgtangenttiltoption.ui:164
#, kde-format
msgid "- Y"
msgstr ""
#. i18n: Positive height axis
#. i18n: Positive height axis
#. i18n: Positive height axis
#. i18n: Positive height axis
#. i18n: Positive height axis
#. i18n: Positive height axis
#. i18n: ectx: property (text), item, widget (QComboBox, comboGreen)
#. i18n: ectx: property (text), item, widget (QComboBox, comboRed)
#. i18n: ectx: property (text), item, widget (QComboBox, comboBlue)
#. +> trunk5 stable5
#: plugins/paintops/tangentnormal/wdgtangenttiltoption.ui:84
#: plugins/paintops/tangentnormal/wdgtangenttiltoption.ui:125
#: plugins/paintops/tangentnormal/wdgtangenttiltoption.ui:169
#, kde-format
msgid "+ Z"
msgstr ""
#. i18n: negative height axis
#. i18n: negative height axis
#. i18n: negative height axis
#. i18n: negative height axis
#. i18n: negative height axis
#. i18n: negative height axis
#. i18n: ectx: property (text), item, widget (QComboBox, comboGreen)
#. i18n: ectx: property (text), item, widget (QComboBox, comboRed)
#. i18n: ectx: property (text), item, widget (QComboBox, comboBlue)
#. +> trunk5 stable5
#: plugins/paintops/tangentnormal/wdgtangenttiltoption.ui:89
#: plugins/paintops/tangentnormal/wdgtangenttiltoption.ui:130
#: plugins/paintops/tangentnormal/wdgtangenttiltoption.ui:174
#, kde-format
msgid "- Z"
msgstr ""
#. i18n: ectx: property (title), widget (QGroupBox, TiltOptions)
#. +> trunk5 stable5
#: plugins/paintops/tangentnormal/wdgtangenttiltoption.ui:215
#, kde-format
msgid "Tilt Options"
msgstr ""
#. i18n: ectx: property (toolTip), widget (QRadioButton, optionTilt)
#. +> trunk5 stable5
#: plugins/paintops/tangentnormal/wdgtangenttiltoption.ui:223
#, kde-format
msgid ""
"<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/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
#: 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
#: plugins/tools/basictools/kis_tool_brush.cc:326
#, kde-format
msgid "Brush Smoothing:"
msgstr ""
#. +> stable5
#: plugins/tools/basictools/kis_tool_brush.cc:321
#, kde-format
msgid "No Smoothing"
msgstr ""
#. +> stable5
#: plugins/tools/basictools/kis_tool_brush.cc:322
#, kde-format
msgid "Basic Smoothing"
msgstr ""
#. +> stable5
#: plugins/tools/basictools/kis_tool_brush.cc:323
#, kde-format
msgid "Weighted Smoothing"
msgstr ""
#. +> trunk5 stable5
#: plugins/tools/basictools/kis_tool_brush.cc:347
#, kde-format
msgid "Delay:"
msgstr ""
#. +> trunk5 stable5
#: plugins/tools/basictools/kis_tool_brush.cc:352
#, kde-format
msgid "Delay the brush stroke to make the line smoother"
msgstr ""
#. +> trunk5 stable5
#: plugins/tools/basictools/kis_tool_brush.cc:356
#, kde-format
msgid "Radius where the brush is blocked"
msgstr ""
#. +> trunk5 stable5
#: plugins/tools/basictools/kis_tool_brush.cc:362
#, kde-format
msgid "Finish line:"
msgstr ""
#. +> trunk5 stable5
#: plugins/tools/basictools/kis_tool_brush.cc:375
#, kde-format
msgid "Stabilize Sensors:"
msgstr ""
#. +> trunk5 stable5
#: plugins/tools/basictools/kis_tool_brush.cc:383
#, kde-format
msgid "Stroke Ending:"
msgstr ""
#. +> trunk5 stable5
#: plugins/tools/basictools/kis_tool_brush.cc:390
#, kde-format
msgid "Smooth Pressure"
msgstr ""
#. +> trunk5 stable5
#: plugins/tools/basictools/kis_tool_brush.cc:397
#, kde-format
msgctxt "@info:tooltip"
msgid "Scalable distance takes zoom level into account and makes the distance be visually constant whatever zoom level is chosen"
msgstr ""
#. +> trunk5 stable5
#: plugins/tools/basictools/kis_tool_brush.cc:402
#, kde-format
msgid "Scalable Distance"
msgstr ""
#. +> trunk5
#: plugins/tools/basictools/kis_tool_brush.cc:421
#, kde-format
msgid "Snap to Assistants"
msgstr ""
#. +> stable5
#: plugins/tools/basictools/kis_tool_brush.cc:409
#, kde-format
msgid "Assistant:"
msgstr ""
#. +> trunk5 stable5
#: plugins/tools/basictools/kis_tool_brush.cc:423
#, kde-format
msgid "You need to add Ruler Assistants before this tool will work."
msgstr ""
#. +> trunk5 stable5
#: plugins/tools/basictools/kis_tool_brush.cc:428
#, kde-format
msgid "Assistant Magnetism"
msgstr ""
#. +> trunk5
#: plugins/tools/basictools/kis_tool_brush.cc:439
#, kde-format
msgid "Magnetism:"
msgstr ""
#. +> trunk5
#: plugins/tools/basictools/kis_tool_brush.cc:442
#, kde-format
msgid "Snap Single:"
msgstr ""
#. +> stable5
#: plugins/tools/basictools/kis_tool_brush.cc:437
#, kde-format
msgid "Snap single:"
msgstr ""
#. +> trunk5 stable5
#: plugins/tools/basictools/kis_tool_brush.cc:445
#, kde-format
msgctxt "@info:tooltip"
msgid "Make it only snap to a single assistant, prevents snapping mess while using the infinite assistants."
msgstr ""
#. +> trunk5 stable5
#: plugins/tools/basictools/kis_tool_brush.h:146
#, kde-format
msgid "Freehand Brush Tool"
msgstr ""
#. +> trunk5 stable5
#: plugins/tools/basictools/kis_tool_colorpicker.cc:195
#, kde-format
msgid "Cannot pick a color as no layer is active."
msgstr ""
#. +> trunk5 stable5
#: plugins/tools/basictools/kis_tool_colorpicker.cc:200
#, kde-format
msgid "Cannot pick a color as the active layer is not visible."
msgstr ""
#. +> trunk5 stable5
#: plugins/tools/basictools/kis_tool_colorpicker.cc:242
#, kde-format
msgid "Cannot write to palette file %1. Maybe it is read-only."
msgstr ""
#. +> trunk5 stable5
#: plugins/tools/basictools/kis_tool_colorpicker.h:130
#, kde-format
msgid "Color Selector Tool"
msgstr ""
#. +> trunk5 stable5
#: plugins/tools/basictools/kis_tool_ellipse.cc:69
msgctxt "(qtundo-format)"
msgid "Draw Ellipse"
msgstr ""
#. +> trunk5 stable5
#: plugins/tools/basictools/kis_tool_ellipse.h:58
#, kde-format
msgid "Ellipse Tool"
msgstr ""
#. +> trunk5
#: plugins/tools/basictools/kis_tool_fill.cc:99
#, kde-format
msgid "You cannot use this tool with the selected layer type"
msgstr ""
#. +> trunk5 stable5
#: plugins/tools/basictools/kis_tool_fill.cc:152
msgctxt "(qtundo-format)"
msgid "Flood Fill"
msgstr ""
#. +> trunk5 stable5
#: plugins/tools/basictools/kis_tool_fill.cc:182
#, kde-format
msgid "Fast mode: "
msgstr ""
#. +> trunk5 stable5
#: plugins/tools/basictools/kis_tool_fill.cc:185
#, 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:190
#, kde-format
msgid "Threshold: "
msgstr ""
#. +> trunk5 stable5
#: plugins/tools/basictools/kis_tool_fill.cc:197
#, kde-format
msgid "Grow selection: "
msgstr ""
#. +> trunk5 stable5
#: plugins/tools/basictools/kis_tool_fill.cc:204
#: plugins/tools/selectiontools/kis_tool_select_contiguous.cc:201
#, kde-format
msgid "Feathering radius: "
msgstr ""
#. +> trunk5 stable5
#: plugins/tools/basictools/kis_tool_fill.cc:211
#, kde-format
msgid "Use pattern:"
msgstr ""
#. +> trunk5 stable5
#: plugins/tools/basictools/kis_tool_fill.cc:213
#, kde-format
msgid "When checked do not use the foreground color, but the gradient selected to fill with"
msgstr ""
#. +> trunk5 stable5
#: plugins/tools/basictools/kis_tool_fill.cc:215
#, kde-format
msgid "Limit to current layer:"
msgstr ""
#. +> trunk5 stable5
#: plugins/tools/basictools/kis_tool_fill.cc:219
#, kde-format
msgid "Fill entire selection:"
msgstr ""
#. +> trunk5 stable5
#: plugins/tools/basictools/kis_tool_fill.cc:221
#, kde-format
msgid "When checked do not look at the current layer colors, but just fill all of the selected area"
msgstr ""
#. +> trunk5 stable5
#: plugins/tools/basictools/kis_tool_fill.h:100
#, kde-format
msgid "Fill Tool"
msgstr ""
#. +> trunk5 stable5
#: plugins/tools/basictools/kis_tool_gradient.cc:164
msgctxt "(qtundo-format)"
msgid "Gradient"
msgstr ""
#. +> trunk5 stable5
#: plugins/tools/basictools/kis_tool_gradient.cc:174
#, kde-format
msgctxt "@info:progress"
msgid "Gradient..."
msgstr ""
#. +> trunk5 stable5
#: plugins/tools/basictools/kis_tool_gradient.cc:230
#, kde-format
msgctxt "the gradient will be drawn linearly"
msgid "Linear"
msgstr ""
#. +> trunk5 stable5
#: plugins/tools/basictools/kis_tool_gradient.cc:231
#, kde-format
msgctxt "the gradient will be drawn bilinearly"
msgid "Bi-Linear"
msgstr ""
#. +> trunk5 stable5
#: plugins/tools/basictools/kis_tool_gradient.cc:232
#, kde-format
msgctxt "the gradient will be drawn radially"
msgid "Radial"
msgstr ""
#. +> trunk5 stable5
#: plugins/tools/basictools/kis_tool_gradient.cc:233
#, kde-format
msgctxt "the gradient will be drawn in a square around a centre"
msgid "Square"
msgstr ""
#. +> trunk5 stable5
#: plugins/tools/basictools/kis_tool_gradient.cc:234
#, kde-format
msgctxt "the gradient will be drawn as an assymmetric cone"
msgid "Conical"
msgstr ""
#. +> trunk5 stable5
#: plugins/tools/basictools/kis_tool_gradient.cc:235
#, kde-format
msgctxt "the gradient will be drawn as a symmetric cone"
msgid "Conical Symmetric"
msgstr ""
#. +> trunk5 stable5
#: plugins/tools/basictools/kis_tool_gradient.cc:236
#, kde-format
msgctxt "the gradient will be drawn in a selection outline"
msgid "Shaped"
msgstr ""
#. +> trunk5 stable5
#: plugins/tools/basictools/kis_tool_gradient.cc:243
#, kde-format
msgctxt "The gradient will not repeat"
msgid "None"
msgstr ""
#. +> trunk5 stable5
#: plugins/tools/basictools/kis_tool_gradient.cc:244
#, kde-format
msgctxt "The gradient will repeat forwards"
msgid "Forwards"
msgstr ""
#. +> trunk5 stable5
#: plugins/tools/basictools/kis_tool_gradient.cc:245
#, kde-format
msgctxt "The gradient will repeat alternatingly"
msgid "Alternating"
msgstr ""
#. +> trunk5 stable5
#: plugins/tools/basictools/kis_tool_gradient.cc:250
#, kde-format
msgid "Anti-alias threshold:"
msgstr ""
#. +> trunk5 stable5
#: plugins/tools/basictools/kis_tool_gradient.cc:257
#, kde-format
msgctxt "the gradient will be drawn with the color order reversed"
msgid "Reverse"
msgstr ""
#. +> trunk5 stable5
#: plugins/tools/basictools/kis_tool_gradient.h:114
#, kde-format
msgid "Gradient Tool"
msgstr ""
#. +> trunk5 stable5
#: plugins/tools/basictools/kis_tool_line.cc:66
msgctxt "(qtundo-format)"
msgid "Draw Line"
msgstr ""
#. +> trunk5 stable5
#: plugins/tools/basictools/kis_tool_line.cc:105
#, kde-format
msgid "Use sensors"
msgstr ""
#. +> trunk5 stable5
#: plugins/tools/basictools/kis_tool_line.cc:108
#, kde-format
msgid "Show Preview"
msgstr ""
#. +> trunk5 stable5
#: plugins/tools/basictools/kis_tool_line.cc:111
#, kde-format
msgid "Show Guideline"
msgstr ""
#. +> trunk5 stable5
#: plugins/tools/basictools/kis_tool_line.cc:366
#, 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:69
#, kde-format
msgid "Degree:"
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:209
#: plugins/tools/basictools/kis_tool_move.cc:365
#, 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:164
#, kde-format
msgid "Move Tool"
msgstr ""
#. +> trunk5 stable5
#: plugins/tools/basictools/kis_tool_multihand.cpp:63
msgctxt "(qtundo-format)"
msgid "Multibrush Stroke"
msgstr ""
#. +> stable5
#: plugins/tools/basictools/kis_tool_multihand.cpp:252
#, kde-format
msgid "Show Axes"
msgstr ""
#. +> stable5
#: plugins/tools/basictools/kis_tool_multihand.cpp:256
#, kde-format
msgid "Axes point"
msgstr ""
#. +> stable5
#: plugins/tools/basictools/kis_tool_multihand.cpp:262
#, kde-format
msgid "Set axes angle (degrees)"
msgstr ""
#. +> stable5
#: plugins/tools/basictools/kis_tool_multihand.cpp:268
#, kde-format
msgid "Axes Angle:"
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 ""
#. +> stable5
#: plugins/tools/basictools/kis_tool_multihand.cpp:280
#, kde-format
msgid "Brush count"
msgstr ""
#. +> trunk5 stable5
#: plugins/tools/basictools/kis_tool_multihand.h:103
#, kde-format
msgid "Multibrush Tool"
msgstr ""
#. +> trunk5
#: plugins/tools/basictools/kis_tool_pan.cpp:86
#, kde-format
msgid "Pan Tool"
msgstr ""
#. +> trunk5 stable5
#: plugins/tools/basictools/kis_tool_path.cc:118
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:72
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 (QTreeWidget, listViewChannels)
#. +> trunk5 stable5
#: plugins/tools/basictools/wdgcolorpicker.ui:24
#, kde-format
msgid "Channel"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, textLabel1)
#. +> trunk5 stable5
#: plugins/tools/basictools/wdgcolorpicker.ui:54
#, kde-format
msgid "Sample radius:"
msgstr ""
#. i18n: ectx: property (text), widget (QCheckBox, cbNormaliseValues)
#. +> trunk5 stable5
#: plugins/tools/basictools/wdgcolorpicker.ui:79
#, kde-format
msgid "Show colors as percentages"
msgstr ""
#. i18n: ectx: property (text), widget (QCheckBox, cbPalette)
#. +> trunk5 stable5
#: plugins/tools/basictools/wdgcolorpicker.ui:103
#, kde-format
msgid "Add to palette:"
msgstr ""
#. i18n: ectx: property (text), widget (QCheckBox, cbUpdateCurrentColor)
#. +> trunk5 stable5
#: plugins/tools/basictools/wdgcolorpicker.ui:115
#, kde-format
msgid "Update current color"
msgstr ""
#. i18n: ectx: property (text), item, widget (QComboBox, cmbSources)
#. +> trunk5 stable5
#: plugins/tools/basictools/wdgcolorpicker.ui:141
#, kde-format
msgid "Sample All Visible Layers"
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)
#. +> stable5
#: plugins/tools/basictools/wdgmovetool.ui:65
#, kde-format
msgid "Shortcut Move Distance"
msgstr ""
#. i18n: ectx: property (title), widget (QGroupBox, grpMoveStep)
#. +> trunk5
#: 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)
#. +> stable5
#: plugins/tools/basictools/wdgmovetool.ui:106
#, kde-format
msgid "Large Move Scale"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, scaleLabel)
#. +> trunk5
#: 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
#: 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, chkShowCoordinates)
#. +> stable5
#: plugins/tools/basictools/wdgmovetool.ui:119
#, kde-format
msgid "Show coordinates"
msgstr ""
#. i18n: ectx: property (text), widget (QCheckBox, showAxesCheckbox)
#. +> trunk5
#: plugins/tools/basictools/wdgmultihandtool.ui:153
#, kde-format
msgid "Show Origin"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, brushesLabel)
#. +> trunk5
#: plugins/tools/basictools/wdgmultihandtool.ui:166
#, kde-format
msgid "Brushes:"
msgstr ""
#. i18n: ectx: property (text), widget (QCheckBox, horizontalCheckbox)
#. +> trunk5
#: plugins/tools/basictools/wdgmultihandtool.ui:182
#, kde-format
msgid "Horizontal"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, label)
#. +> trunk5
#: plugins/tools/basictools/wdgmultihandtool.ui:198
#, kde-format
msgid "Origin:"
msgstr ""
#. i18n: ectx: property (text), widget (QCheckBox, verticalCheckbox)
#. +> trunk5
#: 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
#: plugins/tools/defaulttool/defaulttool/DefaultTool.cpp:708
#, kde-format
msgid "This tool only works on vector layers. You probably want the move tool."
msgstr ""
#. +> stable5
#: plugins/tools/defaulttool/defaulttool/DefaultTool.cpp:997
#, kde-format
msgid "Shadow"
msgstr ""
#. +> trunk5
#: plugins/tools/defaulttool/defaulttool/DefaultTool.cpp:1101
msgctxt "(qtundo-format)"
msgid "Rotate Object 90° CW"
msgstr ""
#. +> trunk5
#: plugins/tools/defaulttool/defaulttool/DefaultTool.cpp:1105
msgctxt "(qtundo-format)"
msgid "Rotate Object 90° CCW"
msgstr ""
#. +> trunk5
#: plugins/tools/defaulttool/defaulttool/DefaultTool.cpp:1109
msgctxt "(qtundo-format)"
msgid "Rotate Object 180°"
msgstr ""
#. +> trunk5
#: plugins/tools/defaulttool/defaulttool/DefaultTool.cpp:1113
msgctxt "(qtundo-format)"
msgid "Mirror Object Horizontally"
msgstr ""
#. +> trunk5
#: plugins/tools/defaulttool/defaulttool/DefaultTool.cpp:1117
msgctxt "(qtundo-format)"
msgid "Mirror Object Vertically"
msgstr ""
#. +> trunk5
#: plugins/tools/defaulttool/defaulttool/DefaultTool.cpp:1121
msgctxt "(qtundo-format)"
msgid "Reset Object Transformations"
msgstr ""
#. +> trunk5
#: plugins/tools/defaulttool/defaulttool/DefaultTool.cpp:1187
msgctxt "(qtundo-format)"
msgid "Unite Shapes"
msgstr ""
#. +> trunk5
#: plugins/tools/defaulttool/defaulttool/DefaultTool.cpp:1201
msgctxt "(qtundo-format)"
msgid "Intersect Shapes"
msgstr ""
#. +> trunk5
#: plugins/tools/defaulttool/defaulttool/DefaultTool.cpp:1211
msgctxt "(qtundo-format)"
msgid "Subtract Shapes"
msgstr ""
#. +> trunk5
#: plugins/tools/defaulttool/defaulttool/DefaultTool.cpp:1254
msgctxt "(qtundo-format)"
msgid "Split Shapes"
msgstr ""
#. +> trunk5
#: plugins/tools/defaulttool/defaulttool/DefaultTool.cpp:1646
#, kde-format
msgid "Logical Operations"
msgstr ""
#. +> trunk5
#: plugins/tools/defaulttool/defaulttool/DefaultToolFactory.cpp:30
#, kde-format
msgid "Select Shapes Tool"
msgstr ""
#. +> stable5
#: plugins/tools/defaulttool/defaulttool/DefaultToolFactory.cpp:30
#, kde-format
msgid "Shape Manipulation Tool"
msgstr ""
#. +> trunk5
#: plugins/tools/defaulttool/defaulttool/DefaultToolGeometryWidget.cpp:309
#, kde-format
msgid "Opacity [*varies*]: "
msgstr ""
#. i18n: ectx: property (text), widget (QCheckBox, chkAnchorLock)
#. +> trunk5
#: plugins/tools/defaulttool/defaulttool/DefaultToolGeometryWidget.ui:191
#, kde-format
msgid "Anchor Lock"
msgstr ""
#. i18n: ectx: property (toolTip), widget (QCheckBox, chkUniformScaling)
#. +> trunk5
#: 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
#: plugins/tools/defaulttool/defaulttool/DefaultToolGeometryWidget.ui:201
#, kde-format
msgid "Uniform Scaling"
msgstr ""
#. i18n: ectx: property (toolTip), widget (QCheckBox, chkGlobalCoordinates)
#. +> trunk5
#: 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
#: 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
#: plugins/tools/defaulttool/defaulttool/ShapeMoveStrategy.cpp:63
#, kde-format
msgid "Press Shift to hold x- or y-position."
msgstr ""
#. +> stable5
#: plugins/tools/defaulttool/defaulttool/ShapeMoveStrategy.cpp:58
#, kde-format
msgid "Press ALT to hold x- or y-position."
msgstr ""
#. +> trunk5 stable5
#: plugins/tools/defaulttool/defaulttool/ShapeResizeStrategy.cpp:113
#, 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:176
msgctxt "(qtundo-format)"
msgid "Shear"
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:198
#: plugins/tools/karbonplugins/tools/CalligraphyTool/KarbonCalligraphyOptionWidget.cpp:199
#: plugins/tools/karbonplugins/tools/CalligraphyTool/KarbonCalligraphyOptionWidget.cpp:226
#, kde-format
msgid "Current"
msgstr ""
#. +> trunk5 stable5
#: plugins/tools/karbonplugins/tools/CalligraphyTool/KarbonCalligraphyOptionWidget.cpp:218
#, kde-format
msgid "Profile name"
msgstr ""
#. +> trunk5 stable5
#: plugins/tools/karbonplugins/tools/CalligraphyTool/KarbonCalligraphyOptionWidget.cpp:219
#, kde-format
msgid "Please insert the name by which you want to save this profile:"
msgstr ""
#. +> trunk5 stable5
#: plugins/tools/karbonplugins/tools/CalligraphyTool/KarbonCalligraphyOptionWidget.cpp:228
#, kde-format
msgid "Sorry, the name you entered is invalid."
msgstr ""
#. +> trunk5 stable5
#: plugins/tools/karbonplugins/tools/CalligraphyTool/KarbonCalligraphyOptionWidget.cpp:229
#, kde-format
msgctxt "invalid profile name"
msgid "Invalid name."
msgstr ""
#. +> trunk5 stable5
#: plugins/tools/karbonplugins/tools/CalligraphyTool/KarbonCalligraphyOptionWidget.cpp:237
#, kde-format
msgid ""
"A profile with that name already exists.\n"
"Do you want to overwrite it?"
msgstr ""
#. +> trunk5 stable5
#: plugins/tools/karbonplugins/tools/CalligraphyTool/KarbonCalligraphyOptionWidget.cpp:372
#: plugins/tools/karbonplugins/tools/CalligraphyTool/KarbonCalligraphyOptionWidget.cpp:397
#, kde-format
msgid "Mouse"
msgstr ""
#. +> trunk5 stable5
#: plugins/tools/karbonplugins/tools/CalligraphyTool/KarbonCalligraphyOptionWidget.cpp:385
#, kde-format
msgid "Graphics Pen"
msgstr ""
#. +> trunk5 stable5
#: plugins/tools/karbonplugins/tools/CalligraphyTool/KarbonCalligraphyTool.cpp:410
#, kde-format
msgid "Calligraphy: increase width"
msgstr ""
#. +> trunk5 stable5
#: plugins/tools/karbonplugins/tools/CalligraphyTool/KarbonCalligraphyTool.cpp:415
#, kde-format
msgid "Calligraphy: decrease width"
msgstr ""
#. +> trunk5 stable5
#: plugins/tools/karbonplugins/tools/CalligraphyTool/KarbonCalligraphyTool.cpp:420
#, kde-format
msgid "Calligraphy: increase angle"
msgstr ""
#. +> trunk5 stable5
#: plugins/tools/karbonplugins/tools/CalligraphyTool/KarbonCalligraphyTool.cpp:425
#, kde-format
msgid "Calligraphy: decrease angle"
msgstr ""
#. +> trunk5 stable5
#: plugins/tools/karbonplugins/tools/CalligraphyTool/KarbonCalligraphyTool.cpp:432
#: plugins/tools/karbonplugins/tools/CalligraphyTool/KarbonCalligraphyTool.cpp:433
#: plugins/tools/karbonplugins/tools/CalligraphyTool/KarbonCalligraphyToolFactory.cpp:32
#, kde-format
msgid "Calligraphy"
msgstr ""
#. +> trunk5 stable5
#: plugins/tools/karbonplugins/tools/filterEffectTool/FilterAddCommand.cpp:34
msgctxt "(qtundo-format)"
msgid "Add filter effect"
msgstr ""
#. +> trunk5 stable5
#: plugins/tools/karbonplugins/tools/filterEffectTool/FilterEffectEditWidget.cpp:75
#, kde-format
msgid "Add effect to current filter stack"
msgstr ""
#. +> trunk5 stable5
#: plugins/tools/karbonplugins/tools/filterEffectTool/FilterEffectEditWidget.cpp:85
#, kde-format
msgid "Add to filter presets"
msgstr ""
#. +> trunk5 stable5
#: plugins/tools/karbonplugins/tools/filterEffectTool/FilterEffectEditWidget.cpp:89
#, kde-format
msgid "Remove filter preset"
msgstr ""
#. +> trunk5 stable5
#: plugins/tools/karbonplugins/tools/filterEffectTool/FilterEffectEditWidget.cpp:359
#, kde-format
msgid "Effect name"
msgstr ""
#. +> trunk5 stable5
#: plugins/tools/karbonplugins/tools/filterEffectTool/FilterEffectEditWidget.cpp:360
#, kde-format
msgid "Please enter a name for the filter effect"
msgstr ""
#. i18n: ectx: property (windowTitle), widget (QWidget, FilterEffectEditWidget)
#. +> trunk5 stable5
#: plugins/tools/karbonplugins/tools/filterEffectTool/FilterEffectEditWidget.ui:32
#: plugins/tools/karbonplugins/tools/filterEffectTool/KarbonFilterEffectsTool.cpp:346
#, kde-format
msgid "Filter Effect Editor"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, label_2)
#. +> trunk5 stable5
#: plugins/tools/karbonplugins/tools/filterEffectTool/FilterEffectEditWidget.ui:40
#, kde-format
msgid "Effects and Connections"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, label)
#. +> trunk5 stable5
#: plugins/tools/karbonplugins/tools/filterEffectTool/FilterEffectEditWidget.ui:92
#, kde-format
msgid "Filter Presets"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, label_3)
#. +> trunk5 stable5
#: plugins/tools/karbonplugins/tools/filterEffectTool/FilterEffectEditWidget.ui:116
#: plugins/tools/karbonplugins/tools/filterEffectTool/KarbonFilterEffectsTool.cpp:510
#, kde-format
msgid "Effect Properties"
msgstr ""
#. +> trunk5 stable5
#: plugins/tools/karbonplugins/tools/filterEffectTool/FilterRemoveCommand.cpp:36
msgctxt "(qtundo-format)"
msgid "Remove filter effect"
msgstr ""
#. +> trunk5 stable5
#: plugins/tools/karbonplugins/tools/filterEffectTool/FilterStackSetCommand.cpp:40
msgctxt "(qtundo-format)"
msgid "Set filter stack"
msgstr ""
#. +> trunk5 stable5
#: plugins/tools/karbonplugins/tools/filterEffectTool/KarbonFilterEffectsTool.cpp:473
#, kde-format
msgid "Effects"
msgstr ""
#. +> trunk5 stable5
#: plugins/tools/karbonplugins/tools/filterEffectTool/KarbonFilterEffectsTool.cpp:483
#, kde-format
msgid "View and edit filter"
msgstr ""
#. +> trunk5 stable5
#: plugins/tools/karbonplugins/tools/filterEffectTool/KarbonFilterEffectsTool.cpp:489
#, kde-format
msgid "Remove filter from object"
msgstr ""
#. +> trunk5 stable5
#: plugins/tools/karbonplugins/tools/filterEffectTool/KarbonFilterEffectsTool.cpp:493
#, kde-format
msgid "Add Filter"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, widthLabel)
#. i18n: ectx: property (text), widget (QLabel, label_3)
#. +> trunk5 stable5
#: plugins/tools/karbonplugins/tools/filterEffectTool/KarbonFilterEffectsTool.cpp:534
#: plugins/tools/karbonplugins/tools/KarbonPatternOptionsWidget.ui:110
#: plugins/tools/tool_crop/wdg_tool_crop.ui:319
#, kde-format
msgid "W:"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, heightLabel)
#. i18n: ectx: property (text), widget (QLabel, label_6)
#. +> trunk5 stable5
#: plugins/tools/karbonplugins/tools/filterEffectTool/KarbonFilterEffectsTool.cpp:540
#: plugins/tools/karbonplugins/tools/KarbonPatternOptionsWidget.ui:120
#: plugins/tools/tool_crop/wdg_tool_crop.ui:221
#, kde-format
msgid "H:"
msgstr ""
#. +> trunk5 stable5
#: plugins/tools/karbonplugins/tools/filterEffectTool/KarbonFilterEffectsTool.cpp:545
#, kde-format
msgid "Effect Region"
msgstr ""
#. +> trunk5 stable5
#: plugins/tools/karbonplugins/tools/filterEffectTool/KarbonFilterEffectsToolFactory.cpp:29
#, kde-format
msgid "Filter effects editing"
msgstr ""
#. +> trunk5 stable5
#: plugins/tools/karbonplugins/tools/KarbonPatternOptionsWidget.cpp:35
#, kde-format
msgid "Original"
msgstr ""
#. +> trunk5 stable5
#: plugins/tools/karbonplugins/tools/KarbonPatternOptionsWidget.cpp:36
#, kde-format
msgid "Tiled"
msgstr ""
#. +> trunk5 stable5
#: plugins/tools/karbonplugins/tools/KarbonPatternOptionsWidget.cpp:37
#, kde-format
msgid "Stretched"
msgstr ""
#. +> trunk5 stable5
#: plugins/tools/karbonplugins/tools/KarbonPatternOptionsWidget.cpp:39
#, kde-format
msgid "Top Left"
msgstr ""
#. +> trunk5 stable5
#: plugins/tools/karbonplugins/tools/KarbonPatternOptionsWidget.cpp:40
#, kde-format
msgid "Top"
msgstr ""
#. +> trunk5 stable5
#: plugins/tools/karbonplugins/tools/KarbonPatternOptionsWidget.cpp:41
#, kde-format
msgid "Top Right"
msgstr ""
#. +> trunk5 stable5
#: plugins/tools/karbonplugins/tools/KarbonPatternOptionsWidget.cpp:45
#, kde-format
msgid "Bottom Left"
msgstr ""
#. +> trunk5 stable5
#: plugins/tools/karbonplugins/tools/KarbonPatternOptionsWidget.cpp:46
#, kde-format
msgid "Bottom"
msgstr ""
#. +> trunk5 stable5
#: plugins/tools/karbonplugins/tools/KarbonPatternOptionsWidget.cpp:47
#, kde-format
msgid "Bottom Right"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, label_2)
#. +> trunk5 stable5
#: plugins/tools/karbonplugins/tools/KarbonPatternOptionsWidget.ui:39
#, kde-format
msgid "Reference Point:"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, label_9)
#. +> trunk5 stable5
#: plugins/tools/karbonplugins/tools/KarbonPatternOptionsWidget.ui:49
#, kde-format
msgid "Reference Point Offset"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, label_10)
#. +> trunk5 stable5
#: plugins/tools/karbonplugins/tools/KarbonPatternOptionsWidget.ui:76
#, kde-format
msgid "Tile Offset"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, label_11)
#. +> trunk5 stable5
#: plugins/tools/karbonplugins/tools/KarbonPatternOptionsWidget.ui:103
#, kde-format
msgid "Pattern Size"
msgstr ""
#. +> trunk5 stable5
#: plugins/tools/karbonplugins/tools/KarbonPatternTool.cpp:304
#, kde-format
msgid "Pattern Options"
msgstr ""
#. +> trunk5 stable5
#: plugins/tools/karbonplugins/tools/KarbonPatternToolFactory.cpp:30
#, kde-format
msgid "Pattern editing"
msgstr ""
#. +> trunk5 stable5
#: plugins/tools/selectiontools/kis_tool_select_contiguous.cc:59
#, kde-format
msgid "Contiguous Area Selection"
msgstr ""
#. +> trunk5 stable5
#: plugins/tools/selectiontools/kis_tool_select_contiguous.cc:136
msgctxt "(qtundo-format)"
msgid "Select Contiguous Area"
msgstr ""
#. +> trunk5 stable5
#: plugins/tools/selectiontools/kis_tool_select_contiguous.cc:180
#: plugins/tools/selectiontools/kis_tool_select_similar.cc:158
#, kde-format
msgid "Fuzziness: "
msgstr ""
#. +> trunk5 stable5
#: plugins/tools/selectiontools/kis_tool_select_contiguous.cc:191
#, kde-format
msgid "Grow/shrink selection: "
msgstr ""
#. +> trunk5 stable5
#: plugins/tools/selectiontools/kis_tool_select_contiguous.cc:215
#, kde-format
msgid "Limit to current layer"
msgstr ""
#. +> trunk5 stable5
#: plugins/tools/selectiontools/kis_tool_select_contiguous.h:82
#, kde-format
msgid "Contiguous Selection Tool"
msgstr ""
#. +> trunk5 stable5
#: plugins/tools/selectiontools/kis_tool_select_elliptical.cc:49
msgctxt "(qtundo-format)"
msgid "Select Ellipse"
msgstr ""
#. +> trunk5 stable5
#: plugins/tools/selectiontools/kis_tool_select_elliptical.cc:81
#, kde-format
msgid "Elliptical Selection"
msgstr ""
#. +> trunk5 stable5
#: plugins/tools/selectiontools/kis_tool_select_elliptical.h:76
#, kde-format
msgid "Elliptical Selection Tool"
msgstr ""
#. +> trunk5 stable5
#: plugins/tools/selectiontools/kis_tool_select_outline.cc:64
#, kde-format
msgid "Outline Selection"
msgstr ""
#. +> trunk5 stable5
#: plugins/tools/selectiontools/kis_tool_select_outline.cc:160
msgctxt "(qtundo-format)"
msgid "Select by Outline"
msgstr ""
#. +> trunk5 stable5
#: plugins/tools/selectiontools/kis_tool_select_outline.h:78
#, kde-format
msgid "Outline Selection Tool"
msgstr ""
#. +> trunk5 stable5
#: plugins/tools/selectiontools/kis_tool_select_path.cc:37
#, kde-format
msgid "Select path"
msgstr ""
#. +> trunk5 stable5
#: plugins/tools/selectiontools/kis_tool_select_path.cc:147
msgctxt "(qtundo-format)"
msgid "Select by Bezier Curve"
msgstr ""
#. +> trunk5 stable5
#: plugins/tools/selectiontools/kis_tool_select_path.h:91
#, kde-format
msgid "Bezier Curve Selection Tool"
msgstr ""
#. +> trunk5 stable5
#: plugins/tools/selectiontools/kis_tool_select_polygonal.cc:55
msgctxt "(qtundo-format)"
msgid "Select Polygon"
msgstr ""
#. +> trunk5 stable5
#: plugins/tools/selectiontools/kis_tool_select_polygonal.cc:92
#, kde-format
msgid "Polygonal Selection"
msgstr ""
#. +> trunk5 stable5
#: plugins/tools/selectiontools/kis_tool_select_polygonal.h:66
#, kde-format
msgid "Polygonal Selection Tool"
msgstr ""
#. +> trunk5 stable5
#: plugins/tools/selectiontools/kis_tool_select_rectangular.cc:51
msgctxt "(qtundo-format)"
msgid "Select Rectangle"
msgstr ""
#. +> trunk5 stable5
#: plugins/tools/selectiontools/kis_tool_select_rectangular.cc:81
#, kde-format
msgid "Rectangular Selection"
msgstr ""
#. +> trunk5 stable5
#: plugins/tools/selectiontools/kis_tool_select_rectangular.h:68
#, kde-format
msgid "Rectangular Selection Tool"
msgstr ""
#. +> trunk5 stable5
#: plugins/tools/selectiontools/kis_tool_select_similar.cc:87
#, kde-format
msgid "Similar Color Selection"
msgstr ""
#. +> trunk5 stable5
#: plugins/tools/selectiontools/kis_tool_select_similar.cc:137
msgctxt "(qtundo-format)"
msgid "Select Similar Color"
msgstr ""
#. +> trunk5 stable5
#: plugins/tools/selectiontools/kis_tool_select_similar.h:62
#, kde-format
msgid "Similar Color Selection Tool"
msgstr ""
#. i18n: context: Actions (Path Selection Tool), ActionCollection (Tools)
#. +> trunk5 stable5
#: plugins/tools/selectiontools/KisToolSelectPath.action:4
#, kde-format
msgctxt "action"
msgid "Path Selection Tool"
msgstr ""
#. i18n: context: Actions (Similar Selection Tool), ActionCollection (Tools)
#. +> trunk5 stable5
#: plugins/tools/selectiontools/KisToolSelectSimilar.action:4
#, kde-format
msgctxt "action"
msgid "Similar Selection Tool"
msgstr ""
#. +> trunk5
#: plugins/tools/svgtexttool/kis_font_family_combo_box.cpp:119
#, kde-format
msgid "Font Style"
msgstr ""
#. +> trunk5
#: plugins/tools/svgtexttool/main.cpp:45
#, kde-format
msgid "Svg Text Editor"
msgstr ""
#. +> trunk5
#: plugins/tools/svgtexttool/main.cpp:47
#, kde-format
msgid "Test for the Svg Text Tool"
msgstr ""
#. +> trunk5
#: plugins/tools/svgtexttool/main.cpp:49
#, kde-format
msgid "(c) 2017"
msgstr ""
#. +> trunk5
#: plugins/tools/svgtexttool/SvgTextChangeCommand.cpp:37
msgctxt "(qtundo-format)"
msgid "Change SvgTextTool"
msgstr ""
#. +> trunk5 stable5
#: plugins/tools/svgtexttool/SvgTextEditor.cpp:97
#, kde-format
msgid "Text Tool"
msgstr ""
#. +> trunk5
#: plugins/tools/svgtexttool/SvgTextEditor.cpp:175
#, kde-format
msgid "Conversion failed"
msgstr ""
#. +> trunk5
#: plugins/tools/svgtexttool/SvgTextEditor.cpp:334
#, kde-format
msgid "Find Text"
msgstr ""
#. +> trunk5
#: plugins/tools/svgtexttool/SvgTextEditor.cpp:338
#: plugins/tools/svgtexttool/SvgTextEditor.cpp:379
#, kde-format
msgid "Find:"
msgstr ""
#. +> trunk5
#: plugins/tools/svgtexttool/SvgTextEditor.cpp:374
#, kde-format
msgid "Find and Replace all"
msgstr ""
#. +> trunk5
#: plugins/tools/svgtexttool/SvgTextEditor.cpp:381
#, kde-format
msgid "Replace:"
msgstr ""
#. +> trunk5
#: plugins/tools/svgtexttool/SvgTextEditor.cpp:811
#, kde-format
msgid "You have modified the text. Discard changes?"
msgstr ""
#. i18n: ectx: attribute (title), widget (QWidget, richTab)
#. +> trunk5
#: plugins/tools/svgtexttool/SvgTextEditor.cpp:890
#: plugins/tools/svgtexttool/SvgTextEditor.cpp:896
#: plugins/tools/svgtexttool/WdgSvgTextEditor.ui:24
#, kde-format
msgid "Rich text"
msgstr ""
#. +> trunk5
#: plugins/tools/svgtexttool/SvgTextEditor.cpp:893
#: plugins/tools/svgtexttool/SvgTextEditor.cpp:897
#, kde-format
msgid "SVG Source"
msgstr ""
#. +> trunk5
#: plugins/tools/svgtexttool/SvgTextEditor.cpp:1042
#, kde-format
msgid "Text Color"
msgstr ""
#. +> trunk5
#: plugins/tools/svgtexttool/SvgTextEditor.cpp:1057
#, kde-format
msgid "Line height"
msgstr ""
#. i18n: context: Actions (Text Tool), ActionCollection (svg_Tools)
#. +> trunk5
#: plugins/tools/svgtexttool/SvgTextTool.action:4
#, kde-format
msgctxt "action"
msgid "SVG Text Tool"
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
#: 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
#: 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
#: 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
#: 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
#: 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
#: 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
#: plugins/tools/svgtexttool/SvgTextTool.action:228
#, kde-format
msgctxt "action"
msgid "Text Editor Settings"
msgstr ""
#. +> trunk5
#: plugins/tools/svgtexttool/SvgTextTool.cpp:99
#, kde-format
msgid "Create new texts with..."
msgstr ""
#. +> trunk5
#: plugins/tools/svgtexttool/SvgTextTool.cpp:122
#, kde-format
msgid "Anchor text to the left."
msgstr ""
#. +> trunk5
#: plugins/tools/svgtexttool/SvgTextTool.cpp:130
#, kde-format
msgid "Anchor text to the middle."
msgstr ""
#. +> trunk5
#: plugins/tools/svgtexttool/SvgTextTool.cpp:138
#, kde-format
msgid "Anchor text to the right."
msgstr ""
#. +> trunk5
#: plugins/tools/svgtexttool/SvgTextTool.cpp:159
#, kde-format
msgid "Edit Text"
msgstr ""
#. +> trunk5
#: plugins/tools/svgtexttool/svgtexttool.xmlgui:33
#, kde-format
msgid "&Insert"
msgstr ""
#. +> trunk5
#: plugins/tools/svgtexttool/svgtexttool.xmlgui:37
#, kde-format
msgid "&Format"
msgstr ""
#. +> trunk5
#: plugins/tools/svgtexttool/svgtexttool.xmlgui:45
#, kde-format
msgid "&Weight"
msgstr ""
#. +> trunk5
#: plugins/tools/svgtexttool/SvgTextToolFactory.cpp:32
#, kde-format
msgid "SVG Text Tool"
msgstr ""
#. i18n: ectx: attribute (title), widget (QWidget, svgTab)
#. +> trunk5
#: plugins/tools/svgtexttool/WdgSvgTextEditor.ui:34
#, kde-format
msgid "SVG source"
msgstr ""
#. i18n: ectx: attribute (title), widget (QWidget, tabSvgTextEdit)
#. +> trunk5
#: plugins/tools/svgtexttool/WdgSvgTextEditor.ui:44
#, kde-format
msgid "SVG"
msgstr ""
#. i18n: ectx: property (text), widget (QCheckBox, chkVertical)
#. +> trunk5
#: plugins/tools/svgtexttool/WdgSvgTextEditor.ui:77
#, kde-format
msgid "Vertical Text Layout"
msgstr ""
#. i18n: ectx: attribute (title), widget (QWidget, tab)
#. +> trunk5
#: plugins/tools/svgtexttool/WdgSvgTextSettings.ui:21
#, kde-format
msgid "Editor Mode"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, label)
#. +> trunk5
#: 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
#: plugins/tools/svgtexttool/WdgSvgTextSettings.ui:37
#, kde-format
msgid "Rich Te&xt Only"
msgstr ""
#. i18n: ectx: property (text), widget (QRadioButton, radioSvgSource)
#. +> trunk5
#: plugins/tools/svgtexttool/WdgSvgTextSettings.ui:51
#, kde-format
msgid "S&VG Source Only"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, label_2)
#. +> trunk5
#: plugins/tools/svgtexttool/WdgSvgTextSettings.ui:80
#, kde-format
msgid "Keyword"
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
#: 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
#: 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 ""
#. i18n: ectx: property (text), widget (QLabel, label_3)
#. +> trunk5
#: plugins/tools/svgtexttool/WdgSvgTextSettings.ui:108
#, kde-format
msgid "Element"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, label_4)
#. +> trunk5
#: plugins/tools/svgtexttool/WdgSvgTextSettings.ui:136
#, kde-format
msgid "Attribute"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, colorComment_2)
#. +> trunk5
#: plugins/tools/svgtexttool/WdgSvgTextSettings.ui:192
#, kde-format
msgid "Comment"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, label_6)
#. +> trunk5
#: plugins/tools/svgtexttool/WdgSvgTextSettings.ui:220
#, kde-format
msgid "Editor text color"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, label_7)
#. +> trunk5
#: plugins/tools/svgtexttool/WdgSvgTextSettings.ui:230
#, kde-format
msgid "Editor background:"
msgstr ""
#. i18n: ectx: attribute (title), widget (QWidget, tab_3)
#. +> trunk5
#: plugins/tools/svgtexttool/WdgSvgTextSettings.ui:256
#, kde-format
msgid "Fonts"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, label_8)
#. +> trunk5
#: 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 ""
#. +> trunk5 stable5
#: plugins/tools/tool_crop/kis_tool_crop.h:213
#, kde-format
msgid "Crop Tool"
msgstr ""
#. i18n: ectx: property (windowTitle), widget (QWidget, WdgToolCrop)
#. +> trunk5 stable5
#: plugins/tools/tool_crop/wdg_tool_crop.ui:14
#, kde-format
msgid "Crop"
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.h:159
#, kde-format
msgid "Dynamic Brush Tool"
msgstr ""
#. +> trunk5 stable5
#: plugins/tools/tool_lazybrush/kis_tool_lazy_brush.cpp:61
msgctxt "(qtundo-format)"
msgid "Colorize Mask Key Stroke"
msgstr ""
#. +> trunk5 stable5
#: plugins/tools/tool_lazybrush/kis_tool_lazy_brush.h:96
#, kde-format
msgid "Colorize Mask Editing Tool"
msgstr ""
#. +> trunk5
#: 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
#: 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
#: 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
#: 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:71
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 ""
#. +> trunk5
#: plugins/tools/tool_transform2/kis_tool_transform.cc:829
#, 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:846
#, 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:857
#, kde-format
msgctxt "floating message in transformation tool"
msgid "Cannot transform empty layer "
msgstr ""
#. +> stable5
#: plugins/tools/tool_transform2/kis_tool_transform.cc:259
#, kde-format
msgid "The transform tool cannot transform a vector layer."
msgstr ""
#. +> trunk5 stable5
#: plugins/tools/tool_transform2/kis_tool_transform.cc:883
#, 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:326
#, kde-format
msgid "Transform a layer or a selection"
msgstr ""
#. +> trunk5
#: 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 ""
#. +> stable5
#: plugins/tools/tool_transform2/kis_tool_transform_config_widget.cpp:63
#, 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.</il></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:604
#, 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:655
#: plugins/tools/tool_transform2/wdg_tool_transform.ui:1614
#, kde-format
msgid "Lock Points"
msgstr ""
#. +> trunk5 stable5
#: plugins/tools/tool_transform2/kis_tool_transform_config_widget.cpp:657
#, 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:744
#: plugins/tools/tool_transform2/wdg_tool_transform.ui:1646
#, kde-format
msgid "Create 3 points on the canvas to begin"
msgstr ""
#. +> trunk5 stable5
#: plugins/tools/tool_transform2/strokes/transform_stroke_strategy.cpp:45
msgctxt "(qtundo-format)"
msgid "Transform"
msgstr ""
#. i18n: ectx: property (toolTip), widget (QToolButton, freeTransformButton)
#. +> trunk5 stable5
#: plugins/tools/tool_transform2/wdg_tool_transform.ui:99
#, kde-format
msgid "Free"
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, warpButton)
#. i18n: ectx: property (text), widget (QToolButton, warpButton)
#. +> trunk5 stable5
#: 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, cageButton)
#. i18n: ectx: property (text), widget (QToolButton, cageButton)
#. +> trunk5 stable5
#: 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, liquifyButton)
#. i18n: ectx: property (text), widget (QToolButton, liquifyButton)
#. +> trunk5 stable5
#: 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, 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:1762
#, 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:1573
#, kde-format
msgid "Draw"
msgstr ""
#. i18n: ectx: property (text), widget (QPushButton, resetPointsButton)
#. +> trunk5 stable5
#: plugins/tools/tool_transform2/wdg_tool_transform.ui:1607
#, kde-format
msgid "Clear Points"
msgstr ""
#. i18n: ectx: property (text), widget (QRadioButton, cageAddEditRadio)
#. +> trunk5 stable5
#: plugins/tools/tool_transform2/wdg_tool_transform.ui:1653
#, 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:1669
#, kde-format
msgid "De&form Layer"
msgstr ""
#. i18n: ectx: property (whatsThis), widget (QFrame, liquifyOptionsLayout)
#. +> trunk5 stable5
#: plugins/tools/tool_transform2/wdg_tool_transform.ui:1707
#, 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:1784
#, kde-format
msgid "Rotate"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, label)
#. +> trunk5 stable5
#: plugins/tools/tool_transform2/wdg_tool_transform.ui:1867
#, kde-format
msgid "Reverse:"
msgstr ""
#. i18n: ectx: property (text), item, widget (QComboBox, buidupModeComboBox)
#. +> trunk5 stable5
#: plugins/tools/tool_transform2/wdg_tool_transform.ui:1991
#, kde-format
msgid "Build Up"
msgstr ""
#. i18n: ectx: property (toolTip), widget (QPushButton, showDecorationsBox)
#. +> trunk5 stable5
#: plugins/tools/tool_transform2/wdg_tool_transform.ui:2096
#, kde-format
msgid "Show Decorations"
msgstr ""
#. i18n: ectx: property (toolTip), widget (QPushButton, chkWorkRecursively)
#. +> trunk5 stable5
#: plugins/tools/tool_transform2/wdg_tool_transform.ui:2124
#, kde-format
msgid "Work Recursively"
msgstr ""
#. +> stable5
#: libs/flake/KoShapePaste.cpp:170
msgctxt "(qtundo-format)"
msgid "Paste Shapes"
msgstr ""
#. +> stable5
#: libs/flake/tools/KoPanToolFactory.cpp:30
#, kde-format
msgid "Pan"
msgstr ""
#. +> stable5
#: libs/widgets/KoFillConfigWidget.cpp:224
#, kde-format
msgctxt "No stroke or fill"
msgid "None"
msgstr ""
#. +> stable5
#: libs/widgets/KoFillConfigWidget.cpp:232
#, kde-format
msgctxt "Solid color stroke or fill"
msgid "Solid"
msgstr ""
#. +> stable5
#: libs/widgets/KoFillConfigWidget.cpp:273
#, kde-format
msgid "Change the filling gradient"
msgstr ""
#. i18n: context: Actions (Ruler Assistant Tool), ActionCollection (Tools)
#. +> stable5
#: plugins/assistants/RulerAssistant/KisRulerAssistantTool.action:4
#, kde-format
msgctxt "action"
msgid "Ruler Assistant Tool"
msgstr ""
#. +> stable5
#: plugins/dockers/shapedockers/shapecollection/OdfCollectionLoader.cpp:74
#, kde-format
msgid "Found no shapes in the collection! %1"
msgstr ""
#. +> stable5
#: plugins/dockers/shapedockers/shapecollection/OdfCollectionLoader.cpp:134
#, kde-format
msgid "Not a valid Calligra file: %1"
msgstr ""
#. +> stable5
#: plugins/dockers/shapedockers/shapecollection/OdfCollectionLoader.cpp:157
#, kde-format
msgid "No body tag found in file: %1"
msgstr ""
#. +> stable5
#: plugins/dockers/shapedockers/shapecollection/OdfCollectionLoader.cpp:165
#, kde-format
msgid "No office:drawing tag found in file: %1"
msgstr ""
#. +> stable5
#: plugins/dockers/shapedockers/shapecollection/OdfCollectionLoader.cpp:173
#: plugins/dockers/shapedockers/shapecollection/OdfCollectionLoader.cpp:181
#, kde-format
msgid "No shapes found in file: %1"
msgstr ""
#. +> stable5
#: plugins/dockers/shapedockers/shapecollection/ShapeCollectionDocker.cpp:121
#, kde-format
msgid "Add Shape"
msgstr ""
#. +> stable5
#: plugins/dockers/shapedockers/shapecollection/ShapeCollectionDocker.cpp:156
#, kde-format
msgid "More"
msgstr ""
#. +> stable5
#: plugins/dockers/shapedockers/shapecollection/ShapeCollectionDocker.cpp:185
#, kde-format
msgid "Open Shape Collection"
msgstr ""
#. +> stable5
#: plugins/dockers/shapedockers/shapecollection/ShapeCollectionDocker.cpp:193
#, kde-format
msgid "Remove Shape Collection"
msgstr ""
#. +> stable5
#: plugins/dockers/shapedockers/shapecollection/ShapeCollectionDocker.cpp:311
#, kde-format
msgid "Geometrics"
msgstr ""
#. +> stable5
#: plugins/dockers/shapedockers/shapecollection/ShapeCollectionDocker.cpp:315
#, kde-format
msgid "Arrows"
msgstr ""
#. +> stable5
#: plugins/dockers/shapedockers/shapecollection/ShapeCollectionDocker.cpp:319
#, kde-format
msgid "Funny"
msgstr ""
#. +> stable5
#: plugins/dockers/shapedockers/shapecollection/ShapeCollectionDocker.cpp:497
#, kde-format
msgid "Collection Error"
msgstr ""
#. +> stable5
#: plugins/dockers/shapedockers/shapeproperties/ShapePropertiesDocker.cpp:56
#, kde-format
msgid "Shape Properties"
msgstr ""
#. +> stable5
#: plugins/extensions/buginfo/buginfo.cpp:37
#, kde-format
msgid "Show system information for bug reports."
msgstr ""
#. +> stable5
#: plugins/filters/colorsfilters/kis_brightness_contrast_filter.cpp:163
#, kde-format
msgid "&Brightness/Contrast curve..."
msgstr ""
#. +> stable5
#: plugins/filters/colorsfilters/kis_brightness_contrast_filter.h:92
#, kde-format
msgid "Brightness / Contrast"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, textLabelBrightness)
#. +> stable5
#: plugins/filters/colorsfilters/wdg_brightness_contrast.ui:231
#, kde-format
msgid "Brightness"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, textLabelContrast)
#. +> stable5
#: plugins/filters/colorsfilters/wdg_brightness_contrast.ui:251
#, kde-format
msgid "Contrast"
msgstr ""
#. +> stable5
#: plugins/filters/sobelfilter/kis_sobel_filter.cpp:49
#, kde-format
msgid "&Sobel..."
msgstr ""
#. +> stable5
#: plugins/filters/sobelfilter/kis_sobel_filter.cpp:170
#, kde-format
msgid "Sobel horizontally"
msgstr ""
#. +> stable5
#: plugins/filters/sobelfilter/kis_sobel_filter.cpp:171
#, kde-format
msgid "Sobel vertically"
msgstr ""
#. +> stable5
#: plugins/filters/sobelfilter/kis_sobel_filter.cpp:172
#, kde-format
msgid "Keep sign of result"
msgstr ""
#. +> stable5
#: plugins/filters/sobelfilter/kis_sobel_filter.cpp:173
#, kde-format
msgid "Make image opaque"
msgstr ""
#. +> stable5
#: plugins/filters/sobelfilter/kis_sobel_filter.h:39
#, kde-format
msgid "Sobel"
msgstr ""
#. +> stable5
#: plugins/impex/brush/kis_brush_export.cpp:105
#, kde-format
msgid "Brush Tip Export Options"
msgstr ""
#. +> stable5
#: plugins/impex/csv/csv_loader.cpp:125 plugins/impex/csv/csv_loader.cpp:128
#, kde-format
msgid "Loading CSV file..."
msgstr ""
#. +> stable5
#: plugins/impex/csv/csv_saver.cpp:180
#, kde-format
msgid "Saving CSV file..."
msgstr ""
#. +> stable5
#: plugins/impex/csv/kis_csv_export.cpp:85
#, kde-format
msgctxt "@title:window"
msgid "CSV Export Error"
msgstr ""
#. +> stable5
#: plugins/impex/csv/kis_csv_export.cpp:86
#, kde-format
msgid ""
"Unable to save to the CSV format.\n"
"The CSV format not supports layer groups or masked layers."
msgstr ""
#. +> stable5
#: plugins/impex/heightmap/kis_heightmap_export.cpp:97
#, kde-format
msgid "Cannot export this image to a heightmap: it is not square"
msgstr ""
#. +> stable5
#: plugins/impex/heightmap/kis_heightmap_export.cpp:102
#, kde-format
msgid "Cannot export this image to a heightmap: it is not grayscale"
msgstr ""
#. +> stable5
#: plugins/impex/heightmap/kis_heightmap_export.cpp:107
#, kde-format
msgid "HeightMap Export Options"
msgstr ""
#. +> stable5
#: plugins/impex/heightmap/kis_heightmap_export.cpp:139
#, kde-format
msgctxt "@title:window"
msgid "Downscale Image"
msgstr ""
#. +> stable5
#: plugins/impex/heightmap/kis_heightmap_export.cpp:140
#, kde-format
msgid "You specified the .r8 extension for a 16 bit/channel image. Do you want to save as 8 bit? Your image data will not be changed."
msgstr ""
#. +> stable5
#: plugins/impex/jpeg/kis_jpeg_converter.cc:482
#, kde-format
msgid "Warning: JPEG only supports 8 bits per channel. Your image uses: %1. Krita will save your image as 8 bits per channel."
msgstr ""
#. +> stable5
#: plugins/impex/jpeg/kis_jpeg_converter.cc:487
#, kde-format
msgid ""
"Cannot export images in %1.\n"
"Will save as RGB."
msgstr ""
#. +> stable5
#: plugins/impex/jpeg/kis_jpeg_export.cc:110
#, kde-format
msgid "JPEG Export Options"
msgstr ""
#. +> stable5
#: plugins/impex/ora/ora_export.cc:104
#, kde-format
msgid "Cannot export images in this colorspace or channel depth to OpenRaster"
msgstr ""
#. +> stable5
#: plugins/impex/ora/ora_export.cc:104
#, kde-format
msgctxt "@title:window"
msgid "Krita OpenRaster Export"
msgstr ""
#. +> stable5
#: plugins/impex/ora/ora_export.cc:112
#, kde-format
msgctxt "@title:window"
msgid "Krita:Warning"
msgstr ""
#. +> stable5
#: plugins/impex/ora/ora_export.cc:113
#, kde-format
msgid ""
"This image contains vector, clone or fill layers.\n"
"These layers will be saved as raster layers."
msgstr ""
#. +> stable5
#: plugins/impex/png/kis_png_export.cc:124
#, kde-format
msgctxt "@title:window"
msgid "Krita PNG Export"
msgstr ""
#. +> stable5
#: plugins/impex/png/kis_png_export.cc:124
#, kde-format
msgid "You can only save 8 and 16 bits integer/channel grayscale and RGB images to PNG. Your image will be saved as 8 bits/channel RGB."
msgstr ""
#. +> stable5
#: plugins/impex/png/kis_png_export.cc:146
#, kde-format
msgid "PNG Export Options"
msgstr ""
#. +> stable5
#: plugins/impex/ppm/kis_ppm_export.cpp:154
#, kde-format
msgid "PPM Export Options"
msgstr ""
#. +> stable5
#: plugins/impex/tiff/kis_tiff_export.cc:69
#, kde-format
msgid "TIFF Export Options"
msgstr ""
#. +> stable5
#: plugins/impex/tiff/kis_tiff_writer_visitor.cpp:73
#, kde-format
msgid "Cannot export images in %1.\n"
msgstr ""
#. +> stable5
#: plugins/paintops/chalk/chalk_paintop_plugin.cpp:41
#, kde-format
msgid "Chalk"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, radiusLabel)
#. +> stable5
#: plugins/paintops/chalk/wdgchalkoptions.ui:46
#, kde-format
msgid "Brush Radius:"
msgstr ""
#. i18n: ectx: property (text), widget (QCheckBox, opacity)
#. +> stable5
#: plugins/paintops/chalk/wdgchalkoptions.ui:73
#, kde-format
msgid "Opacity decrease"
msgstr ""
#. i18n: ectx: property (text), widget (QCheckBox, saturation)
#. +> stable5
#: plugins/paintops/chalk/wdgchalkoptions.ui:83
#, kde-format
msgid "Saturation decrease"
msgstr ""
#. i18n: ectx: property (text), widget (QPushButton, shearXButton)
#. +> stable5
#: plugins/tools/defaulttool/defaulttool/DefaultToolTransformWidget.ui:68
#, kde-format
msgid "Shear X"
msgstr ""
#. i18n: ectx: property (text), widget (QPushButton, shearYButton)
#. +> stable5
#: plugins/tools/defaulttool/defaulttool/DefaultToolTransformWidget.ui:94
#, kde-format
msgid "Shear Y"
msgstr ""
#. i18n: ectx: property (text), widget (QPushButton, scaleXButton)
#. +> stable5
#: plugins/tools/defaulttool/defaulttool/DefaultToolTransformWidget.ui:126
#, kde-format
msgid "Scale X"
msgstr ""
#. i18n: ectx: property (text), widget (QPushButton, scaleYButton)
#. +> stable5
#: plugins/tools/defaulttool/defaulttool/DefaultToolTransformWidget.ui:158
#, kde-format
msgid "Scale Y"
msgstr ""
#. i18n: ectx: property (text), widget (QCheckBox, scaleAspectCheckBox)
#. +> stable5
#: plugins/tools/defaulttool/defaulttool/DefaultToolTransformWidget.ui:165
#, kde-format
msgid "Keep aspect ratio"
msgstr ""
#. i18n: ectx: property (text), widget (QPushButton, resetButton)
#. +> stable5
#: plugins/tools/defaulttool/defaulttool/DefaultToolTransformWidget.ui:178
#, kde-format
msgid "Reset Transformations"
msgstr ""
#. +> stable5
#: plugins/tools/karbonplugins/tools/KarbonGradientTool.cpp:218
#, kde-format
msgid "Drag to move gradient position."
msgstr ""
#. +> stable5
#: plugins/tools/karbonplugins/tools/KarbonGradientTool.cpp:227
#, kde-format
msgid "Drag to move color stop. Double click to remove color stop."
msgstr ""
#. +> stable5
#: plugins/tools/karbonplugins/tools/KarbonGradientTool.cpp:229
#, kde-format
msgid "Drag to move color stop."
msgstr ""
#. +> stable5
#: plugins/tools/karbonplugins/tools/KarbonGradientTool.cpp:237
#, kde-format
msgid "Drag to move gradient position. Double click to insert color stop."
msgstr ""
#. +> stable5
#: plugins/tools/karbonplugins/tools/KarbonGradientTool.cpp:528
#, kde-format
msgid "Edit Gradient"
msgstr ""
#. +> stable5
#: plugins/tools/karbonplugins/tools/KarbonGradientTool.cpp:530
#, kde-format
msgid "Predefined Gradients"
msgstr ""
#. +> stable5
#: plugins/tools/karbonplugins/tools/KarbonGradientToolFactory.cpp:30
#, kde-format
msgid "Gradient editing"
msgstr ""
#. i18n: ectx: property (windowTitle), widget (QWidget, WdgTextOptions)
#. +> stable5
#: plugins/tools/tool_text/wdgtextoptions.ui:14
#, kde-format
msgid "Text Options"
msgstr ""
#. i18n: ectx: property (text), widget (QPushButton, buttonMultiline)
#. +> stable5
#: plugins/tools/tool_text/wdgtextoptions.ui:97
#, kde-format
msgid "Multiline"
msgstr ""
Index: trunk/l10n-support/templates/summit/messages/extragear-network/kdeconnect-urlhandler.pot
===================================================================
--- trunk/l10n-support/templates/summit/messages/extragear-network/kdeconnect-urlhandler.pot (revision 1509319)
+++ trunk/l10n-support/templates/summit/messages/extragear-network/kdeconnect-urlhandler.pot (revision 1509320)
@@ -1,54 +1,60 @@
# 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-01-22 09:00+0100\n"
+"POT-Creation-Date: 2018-01-26 09:15+0100\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
#: kdeconnect-handler.cpp:56
#, kde-format
msgid "KDE Connect URL handler"
msgstr ""
#. +> trunk5
#: kdeconnect-handler.cpp:62
#, kde-format
msgid "(C) 2017 Aleix Pol Gonzalez"
msgstr ""
#. +> trunk5
#: kdeconnect-handler.cpp:69
#, kde-format
msgid "URL to share"
msgstr ""
#. +> trunk5
-#: kdeconnect-handler.cpp:104
+#: kdeconnect-handler.cpp:94
+#, kde-format
+msgid "Device to call this phone number with:"
+msgstr ""
+
+#. +> trunk5
+#: kdeconnect-handler.cpp:111
#, kde-format
msgid "Couldn't share %1"
msgstr ""
Index: trunk/l10n-support/templates/summit/messages/kde-workspace/kwin_effects.pot
===================================================================
--- trunk/l10n-support/templates/summit/messages/kde-workspace/kwin_effects.pot (revision 1509319)
+++ trunk/l10n-support/templates/summit/messages/kde-workspace/kwin_effects.pot (revision 1509320)
@@ -1,2382 +1,2389 @@
# 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-01-16 09:36+0100\n"
+"POT-Creation-Date: 2018-01-26 09:13+0100\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
#, kde-format
msgctxt "NAME OF TRANSLATORS"
msgid "Your names"
msgstr ""
#. +> trunk5 stable5 plasma5lts
#, kde-format
msgctxt "EMAIL OF TRANSLATORS"
msgid "Your emails"
msgstr ""
-#. i18n: ectx: property (text), widget (QLabel, label)
+#. i18n: ectx: property (text), widget (QLabel, labelConstantExplanation)
#. +> trunk5 stable5 plasma5lts
#: blur/blur_config.ui:17
#, kde-format
msgid "Strength of the effect:"
msgstr ""
-#. i18n: ectx: property (text), widget (QLabel, label_2)
+#. i18n: ectx: property (text), widget (QLabel, labelConstantLight)
#. +> trunk5 stable5 plasma5lts
#: blur/blur_config.ui:42
#, kde-format
msgid "Light"
msgstr ""
-#. i18n: ectx: property (text), widget (QLabel, label_3)
+#. i18n: ectx: property (text), widget (QLabel, labelConstantStrong)
#. +> trunk5 stable5 plasma5lts
#: blur/blur_config.ui:74
#, kde-format
msgid "Strong"
msgstr ""
+#. i18n: ectx: property (text), widget (QCheckBox, kcfg_UseSimpleBlur)
+#. +> trunk5
+#: blur/blur_config.ui:83
+#, kde-format
+msgid "Use simple fullscreen blur"
+msgstr ""
+
#. i18n: ectx: property (text), widget (QCheckBox, kcfg_CacheTexture)
-#. +> trunk5 stable5 plasma5lts
+#. +> stable5 plasma5lts
#: blur/blur_config.ui:86
#, kde-format
msgid "Save intermediate rendering results."
msgstr ""
#. +> trunk5 stable5
#: colorpicker/colorpicker.cpp:118
#, kde-format
msgid ""
"Select a position for color picking with left click or enter.\n"
"Escape or right click to cancel."
msgstr ""
#. +> trunk5 stable5 plasma5lts
#: coverswitch/coverswitch.cpp:952 flipswitch/flipswitch.cpp:935
#, kde-format
msgctxt "Special entry in alt+tab list for minimizing all windows"
msgid "Show Desktop"
msgstr ""
#. i18n: ectx: property (text), widget (QCheckBox, kcfg_DrawWindowCaptions)
#. i18n: ectx: property (text), widget (QCheckBox, kcfg_WindowTitle)
#. +> trunk5 stable5 plasma5lts
#: coverswitch/coverswitch_config.ui:17 flipswitch/flipswitch_config.ui:191
#: presentwindows/presentwindows_config.ui:396
#, kde-format
msgid "Display window &titles"
msgstr ""
#. i18n: ectx: property (title), widget (QGroupBox, groupBox_2)
#. i18n: ectx: property (text), widget (QLabel, label_4)
#. +> trunk5 stable5 plasma5lts
#: coverswitch/coverswitch_config.ui:29 cube/cube_config.ui:344
#, kde-format
msgid "Zoom"
msgstr ""
#. i18n: ectx: property (toolTip), widget (QSlider, kcfg_zPosition)
#. +> trunk5 stable5 plasma5lts
#: coverswitch/coverswitch_config.ui:39
#, kde-format
msgid "Define how far away the windows should appear"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, label_8)
#. +> trunk5 stable5 plasma5lts
#: coverswitch/coverswitch_config.ui:66 cube/cube_config.ui:350
#, kde-format
msgid "Near"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, label_9)
#. +> trunk5 stable5 plasma5lts
#: coverswitch/coverswitch_config.ui:86 cube/cube_config.ui:357
#, kde-format
msgid "Far"
msgstr ""
#. i18n: ectx: attribute (title), widget (QWidget, tab)
#. +> trunk5 stable5 plasma5lts
#: coverswitch/coverswitch_config.ui:110
#, kde-format
msgid "Animation"
msgstr ""
#. i18n: ectx: property (text), widget (QCheckBox, kcfg_AnimateSwitch)
#. +> trunk5 stable5 plasma5lts
#: coverswitch/coverswitch_config.ui:116
#, kde-format
msgid "Animate switch"
msgstr ""
#. i18n: ectx: property (text), widget (QCheckBox, kcfg_AnimateStart)
#. +> trunk5 stable5 plasma5lts
#: coverswitch/coverswitch_config.ui:123
#, kde-format
msgid "Animation on tab box open"
msgstr ""
#. i18n: ectx: property (text), widget (QCheckBox, kcfg_AnimateStop)
#. +> trunk5 stable5 plasma5lts
#: coverswitch/coverswitch_config.ui:130
#, kde-format
msgid "Animation on tab box close"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, label_3)
#. +> trunk5 stable5 plasma5lts
#: coverswitch/coverswitch_config.ui:139 magiclamp/magiclamp_config.ui:17
#, kde-format
msgid "Animation duration:"
msgstr ""
#. i18n: ectx: property (specialValueText), widget (QSpinBox, kcfg_RotationDuration)
#. i18n: ectx: property (specialValueText), widget (QSpinBox, kcfg_Duration)
#. i18n: ectx: property (specialValueText), widget (QSpinBox, kcfg_AnimationDuration)
#. +> trunk5 stable5 plasma5lts
#: coverswitch/coverswitch_config.ui:158 cube/cube_config.ui:149
#: cube/cubeslide_config.ui:49 magiclamp/magiclamp_config.ui:36
#, kde-format
msgctxt "Duration of rotation"
msgid "Default"
msgstr ""
#. i18n: ectx: property (suffix), widget (QSpinBox, kcfg_Duration)
#. +> trunk5 stable5 plasma5lts
#: coverswitch/coverswitch_config.ui:161 slide/slide_config.ui:39
#, kde-format
msgid " milliseconds"
msgstr ""
#. i18n: ectx: attribute (title), widget (QWidget, tab_3)
#. i18n: ectx: property (text), widget (QCheckBox, kcfg_Reflection)
#. +> trunk5 stable5 plasma5lts
#: coverswitch/coverswitch_config.ui:177 coverswitch/coverswitch_config.ui:183
#, kde-format
msgid "Reflections"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, label_2)
#. +> trunk5 stable5 plasma5lts
#: coverswitch/coverswitch_config.ui:195
#, kde-format
msgid "Rear color"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, label)
#. +> trunk5 stable5 plasma5lts
#: coverswitch/coverswitch_config.ui:205
#, kde-format
msgid "Front color"
msgstr ""
#. +> trunk5 stable5 plasma5lts
#: cube/cube.cpp:193 cube/cube_config.cpp:71
#, kde-format
msgid "Desktop Cube"
msgstr ""
#. +> trunk5 stable5 plasma5lts
#: cube/cube.cpp:201 cube/cube_config.cpp:76
#, kde-format
msgid "Desktop Cylinder"
msgstr ""
#. +> trunk5 stable5 plasma5lts
#: cube/cube.cpp:207 cube/cube_config.cpp:80
#, kde-format
msgid "Desktop Sphere"
msgstr ""
#. +> trunk5 stable5 plasma5lts
#: cube/cube_config.cpp:60
#, kde-format
msgctxt "@title:tab Basic Settings"
msgid "Basic"
msgstr ""
#. +> trunk5 stable5 plasma5lts
#: cube/cube_config.cpp:61
#, kde-format
msgctxt "@title:tab Advanced Settings"
msgid "Advanced"
msgstr ""
#. +> trunk5 stable5 plasma5lts
#: cube/cube_config.cpp:65 desktopgrid/desktopgrid_config.cpp:63
#: flipswitch/flipswitch_config.cpp:67 invert/invert_config.cpp:49
#: lookingglass/lookingglass_config.cpp:69 magnifier/magnifier_config.cpp:69
#: mouseclick/mouseclick_config.cpp:61 mousemark/mousemark_config.cpp:67
#: presentwindows/presentwindows_config.cpp:62
#: thumbnailaside/thumbnailaside_config.cpp:68
#: trackmouse/trackmouse_config.cpp:63
#: windowgeometry/windowgeometry_config.cpp:56 zoom/zoom_config.cpp:65
#, kde-format
msgid "KWin"
msgstr ""
#. i18n: ectx: attribute (title), widget (QWidget, tab)
#. +> trunk5 stable5 plasma5lts
#: cube/cube_config.ui:21
#, kde-format
msgid "Tab 1"
msgstr ""
#. i18n: ectx: property (title), widget (QGroupBox, groupBox_5)
#. +> trunk5 stable5 plasma5lts
#: cube/cube_config.ui:27
#, kde-format
msgid "Background"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, label_6)
#. +> trunk5 stable5 plasma5lts
#: cube/cube_config.ui:33
#, kde-format
msgid "Background color:"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, label_3)
#. +> trunk5 stable5 plasma5lts
#: cube/cube_config.ui:56
#, kde-format
msgid "Wallpaper:"
msgstr ""
#. i18n: ectx: property (title), widget (QGroupBox, groupBox_8)
#. i18n: ectx: property (title), widget (QGroupBox, groupBox_2)
#. +> trunk5 stable5 plasma5lts
#: cube/cube_config.ui:82 desktopgrid/desktopgrid_config.ui:207
#: flipswitch/flipswitch_config.ui:204
#: presentwindows/presentwindows_config.ui:17
#, kde-format
msgid "Activation"
msgstr ""
#. i18n: ectx: property (title), widget (QGroupBox, groupBox_7)
#. i18n: ectx: property (title), widget (QGroupBox, groupBox)
#. +> trunk5 stable5 plasma5lts
#: cube/cube_config.ui:104 desktopgrid/desktopgrid_config.ui:17
#: flipswitch/flipswitch_config.ui:17 mousemark/mousemark_config.ui:17
#: presentwindows/presentwindows_config.ui:377
#: thumbnailaside/thumbnailaside_config.ui:17
#, kde-format
msgid "Appearance"
msgstr ""
#. i18n: ectx: property (text), widget (QCheckBox, kcfg_DisplayDesktopName)
#. +> trunk5 stable5 plasma5lts
#: cube/cube_config.ui:110
#, kde-format
msgid "Display desktop name"
msgstr ""
#. i18n: ectx: property (text), widget (QCheckBox, kcfg_Reflection)
#. +> trunk5 stable5 plasma5lts
#: cube/cube_config.ui:117
#, kde-format
msgid "Reflection"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, label)
#. +> trunk5 stable5 plasma5lts
#: cube/cube_config.ui:124 cube/cubeslide_config.ui:72
#, kde-format
msgid "Rotation duration:"
msgstr ""
#. i18n: ectx: property (text), widget (QCheckBox, kcfg_ZOrdering)
#. +> trunk5 stable5 plasma5lts
#: cube/cube_config.ui:175
#, kde-format
msgid "Windows hover above cube"
msgstr ""
#. i18n: ectx: property (title), widget (QGroupBox, groupBox_4)
#. +> trunk5 stable5 plasma5lts
#: cube/cube_config.ui:185
#, kde-format
msgid "Opacity"
msgstr ""
#. i18n: ectx: property (suffix), widget (QSpinBox, kcfg_OpacitySpin)
#. i18n: ectx: property (suffix), widget (QSpinBox, kcfg_Opacity)
#. +> trunk5 stable5 plasma5lts
#: cube/cube_config.ui:225 thumbnailaside/thumbnailaside_config.ui:87
#, kde-format, no-c-format
msgid " %"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, label_4)
#. i18n: ectx: property (text), widget (QLabel, label_2)
#. i18n: ectx: property (text), widget (QLabel, label_6)
#. +> trunk5 stable5 plasma5lts
#: cube/cube_config.ui:238 translucency/package/contents/ui/config.ui:156
#: translucency/package/contents/ui/config.ui:418
#, kde-format
msgid "Transparent"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, label_5)
#. i18n: ectx: property (text), widget (QLabel, label_3)
#. i18n: ectx: property (text), widget (QLabel, label_7)
#. +> trunk5 stable5 plasma5lts
#: cube/cube_config.ui:245 translucency/package/contents/ui/config.ui:121
#: translucency/package/contents/ui/config.ui:431
#, kde-format
msgid "Opaque"
msgstr ""
#. i18n: ectx: property (text), widget (QCheckBox, kcfg_OpacityDesktopOnly)
#. +> trunk5 stable5 plasma5lts
#: cube/cube_config.ui:255
#, kde-format
msgid "Do not change opacity of windows"
msgstr ""
#. i18n: ectx: attribute (title), widget (QWidget, tab_2)
#. +> trunk5 stable5 plasma5lts
#: cube/cube_config.ui:279
#, kde-format
msgid "Tab 2"
msgstr ""
#. i18n: ectx: property (title), widget (QGroupBox, groupBox_3)
#. +> trunk5 stable5 plasma5lts
#: cube/cube_config.ui:285
#, kde-format
msgid "Caps"
msgstr ""
#. i18n: ectx: property (text), widget (QCheckBox, kcfg_Caps)
#. +> trunk5 stable5 plasma5lts
#: cube/cube_config.ui:291
#, kde-format
msgid "Show caps"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, capColorLabel)
#. +> trunk5 stable5 plasma5lts
#: cube/cube_config.ui:298
#, kde-format
msgid "Cap color:"
msgstr ""
#. i18n: ectx: property (text), widget (QCheckBox, kcfg_TexturedCaps)
#. +> trunk5 stable5 plasma5lts
#: cube/cube_config.ui:321
#, kde-format
msgid "Display image on caps"
msgstr ""
#. i18n: ectx: property (toolTip), widget (QSlider, kcfg_ZPosition)
#. +> trunk5 stable5 plasma5lts
#: cube/cube_config.ui:367
#, kde-format
msgid "Define how far away the object should appear"
msgstr ""
#. i18n: ectx: property (title), widget (QGroupBox, groupBox_9)
#. +> trunk5 stable5 plasma5lts
#: cube/cube_config.ui:408
#, kde-format
msgid "Additional Options"
msgstr ""
#. i18n: ectx: property (toolTip), widget (QCheckBox, kcfg_CloseOnMouseRelease)
#. +> trunk5 stable5 plasma5lts
#: cube/cube_config.ui:415
#, kde-format
msgid ""
"If enabled the effect will be deactivated after rotating the cube with the mouse,\n"
"otherwise it will remain active"
msgstr ""
#. i18n: ectx: property (text), widget (QCheckBox, kcfg_CloseOnMouseRelease)
#. +> trunk5 stable5 plasma5lts
#: cube/cube_config.ui:418
#, kde-format
msgid "Close after mouse dragging"
msgstr ""
#. i18n: ectx: property (text), widget (QCheckBox, kcfg_TabBox)
#. +> trunk5 stable5 plasma5lts
#: cube/cube_config.ui:425
#, kde-format
msgid "Use this effect for walking through the desktops"
msgstr ""
#. i18n: ectx: property (text), widget (QCheckBox, kcfg_InvertKeys)
#. +> trunk5 stable5 plasma5lts
#: cube/cube_config.ui:432
#, kde-format
msgid "Invert cursor keys"
msgstr ""
#. i18n: ectx: property (text), widget (QCheckBox, kcfg_InvertMouse)
#. +> trunk5 stable5 plasma5lts
#: cube/cube_config.ui:439
#, kde-format
msgid "Invert mouse"
msgstr ""
#. i18n: ectx: property (title), widget (QGroupBox, capDeformationGroupBox)
#. +> trunk5 stable5 plasma5lts
#: cube/cube_config.ui:449
#, kde-format
msgid "Sphere Cap Deformation"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, capDeformationSphereLabel)
#. +> trunk5 stable5 plasma5lts
#: cube/cube_config.ui:471
#, kde-format
msgid "Sphere"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, capDeformationPlaneLabel)
#. +> trunk5 stable5 plasma5lts
#: cube/cube_config.ui:478
#, kde-format
msgid "Plane"
msgstr ""
#. i18n: ectx: property (text), widget (QCheckBox, kcfg_DontSlideStickyWindows)
#. +> trunk5 stable5 plasma5lts
#: cube/cubeslide_config.ui:17
#, kde-format
msgid "Do not animate windows on all desktops"
msgstr ""
#. i18n: ectx: property (suffix), widget (QSpinBox, kcfg_RotationDuration)
#. i18n: ectx: property (suffix), widget (QSpinBox, kcfg_RingLife)
#. +> trunk5 stable5 plasma5lts
#: cube/cubeslide_config.ui:52 mouseclick/mouseclick_config.ui:132
#, kde-format
msgid " msec"
msgstr ""
#. i18n: ectx: property (text), widget (QCheckBox, kcfg_DontSlidePanels)
#. +> trunk5 stable5 plasma5lts
#: cube/cubeslide_config.ui:65
#, kde-format
msgid "Do not animate panels"
msgstr ""
#. i18n: ectx: property (text), widget (QCheckBox, kcfg_UsePagerLayout)
#. +> trunk5 stable5 plasma5lts
#: cube/cubeslide_config.ui:85
#, kde-format
msgid "Use pager layout for animation"
msgstr ""
#. i18n: ectx: property (text), widget (QCheckBox, kcfg_UseWindowMoving)
#. +> trunk5 stable5 plasma5lts
#: cube/cubeslide_config.ui:92
#, kde-format
msgid "Start animation when moving windows towards screen edges"
msgstr ""
#. +> trunk5 stable5 plasma5lts
#: desktopgrid/desktopgrid.cpp:73 desktopgrid/desktopgrid_config.cpp:68
#, kde-format
msgid "Show Desktop Grid"
msgstr ""
#. +> trunk5 stable5 plasma5lts
#: desktopgrid/desktopgrid_config.cpp:76
#, kde-format
msgctxt "Desktop name alignment:"
msgid "Disabled"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, label_7)
#. +> trunk5 stable5 plasma5lts
#: desktopgrid/desktopgrid_config.cpp:77 flipswitch/flipswitch_config.ui:160
#, kde-format
msgid "Top"
msgstr ""
#. +> trunk5 stable5 plasma5lts
#: desktopgrid/desktopgrid_config.cpp:78
#, kde-format
msgid "Top-Right"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, label_5)
#. +> trunk5 stable5 plasma5lts
#: desktopgrid/desktopgrid_config.cpp:79 flipswitch/flipswitch_config.ui:125
#, kde-format
msgid "Right"
msgstr ""
#. +> trunk5 stable5 plasma5lts
#: desktopgrid/desktopgrid_config.cpp:80
#, kde-format
msgid "Bottom-Right"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, label_8)
#. +> trunk5 stable5 plasma5lts
#: desktopgrid/desktopgrid_config.cpp:81 flipswitch/flipswitch_config.ui:180
#, kde-format
msgid "Bottom"
msgstr ""
#. +> trunk5 stable5 plasma5lts
#: desktopgrid/desktopgrid_config.cpp:82
#, kde-format
msgid "Bottom-Left"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, label_4)
#. +> trunk5 stable5 plasma5lts
#: desktopgrid/desktopgrid_config.cpp:83 flipswitch/flipswitch_config.ui:105
#, kde-format
msgid "Left"
msgstr ""
#. +> trunk5 stable5 plasma5lts
#: desktopgrid/desktopgrid_config.cpp:84
#, kde-format
msgid "Top-Left"
msgstr ""
#. +> trunk5 stable5 plasma5lts
#: desktopgrid/desktopgrid_config.cpp:85
#, kde-format
msgid "Center"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, label)
#. +> trunk5 stable5 plasma5lts
#: desktopgrid/desktopgrid_config.ui:23
#, kde-format
msgid "Zoom &duration:"
msgstr ""
#. i18n: ectx: property (specialValueText), widget (QSpinBox, kcfg_ZoomDuration)
#. +> trunk5 stable5 plasma5lts
#: desktopgrid/desktopgrid_config.ui:42
#, kde-format
msgctxt "Duration of zoom"
msgid "Default"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, label_3)
#. +> trunk5 stable5 plasma5lts
#: desktopgrid/desktopgrid_config.ui:55
#, kde-format
msgid "Border wid&th:"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, label_6)
#. +> trunk5 stable5 plasma5lts
#: desktopgrid/desktopgrid_config.ui:84
#, kde-format
msgid "Desktop &name alignment:"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, label_7)
#. +> trunk5 stable5 plasma5lts
#: desktopgrid/desktopgrid_config.ui:107
#, kde-format
msgid "&Layout mode:"
msgstr ""
#. i18n: ectx: property (text), item, widget (KComboBox, kcfg_LayoutMode)
#. +> trunk5 stable5 plasma5lts
#: desktopgrid/desktopgrid_config.ui:127
#, kde-format
msgid "Pager"
msgstr ""
#. i18n: ectx: property (text), item, widget (KComboBox, kcfg_LayoutMode)
#. +> trunk5 stable5 plasma5lts
#: desktopgrid/desktopgrid_config.ui:132
#, kde-format
msgid "Automatic"
msgstr ""
#. i18n: ectx: property (text), item, widget (KComboBox, kcfg_LayoutMode)
#. +> trunk5 stable5 plasma5lts
#: desktopgrid/desktopgrid_config.ui:137
#, kde-format
msgid "Custom"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, layoutRowsLabel)
#. +> trunk5 stable5 plasma5lts
#: desktopgrid/desktopgrid_config.ui:145
#, kde-format
msgid "N&umber of rows:"
msgstr ""
#. i18n: ectx: property (text), widget (QCheckBox, kcfg_PresentWindows)
#. +> trunk5 stable5 plasma5lts
#: desktopgrid/desktopgrid_config.ui:190
#, kde-format
msgid "Use Present Windows effect to layout the windows"
msgstr ""
#. i18n: ectx: property (text), widget (QCheckBox, kcfg_ShowAddRemove)
#. +> trunk5 stable5 plasma5lts
#: desktopgrid/desktopgrid_config.ui:197
#, kde-format
msgid "Show buttons to alter count of virtual desktops"
msgstr ""
#. i18n: ectx: property (text), widget (QCheckBox, kcfg_DimPanels)
#. +> trunk5 stable5 plasma5lts
#: diminactive/diminactive_config.ui:17
#, kde-format
msgid "Apply effect to &panels"
msgstr ""
#. i18n: ectx: property (text), widget (QCheckBox, kcfg_DimDesktop)
#. +> trunk5 stable5 plasma5lts
#: diminactive/diminactive_config.ui:24
#, kde-format
msgid "Apply effect to the desk&top"
msgstr ""
#. i18n: ectx: property (text), widget (QCheckBox, kcfg_DimKeepAbove)
#. +> trunk5 stable5 plasma5lts
#: diminactive/diminactive_config.ui:31
#, kde-format
msgid "Apply effect to &keep-above windows"
msgstr ""
#. i18n: ectx: property (text), widget (QCheckBox, kcfg_DimByGroup)
#. +> trunk5 stable5 plasma5lts
#: diminactive/diminactive_config.ui:38
#, kde-format
msgid "Apply effect to &groups"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, label)
#. +> trunk5 stable5 plasma5lts
#: diminactive/diminactive_config.ui:45
#, kde-format
msgid "&Strength:"
msgstr ""
#. +> trunk5 stable5 plasma5lts
#: effect_builtins.cpp:102
#, kde-format
msgctxt "Name of a KWin Effect"
msgid "Blur"
msgstr ""
#. +> trunk5 stable5 plasma5lts
#: effect_builtins.cpp:103
#, kde-format
msgctxt "Comment describing the KWin Effect"
msgid "Blurs the background behind semi-transparent windows"
msgstr ""
#. +> trunk5 stable5
#: effect_builtins.cpp:117
#, kde-format
msgctxt "Name of a KWin Effect"
msgid "Color Picker"
msgstr ""
#. +> trunk5 stable5
#: effect_builtins.cpp:118
#, kde-format
msgctxt "Comment describing the KWin Effect"
msgid "Supports picking a color"
msgstr ""
#. +> trunk5 stable5 plasma5lts
#: effect_builtins.cpp:132
#, kde-format
msgctxt "Name of a KWin Effect"
msgid "Background contrast"
msgstr ""
#. +> trunk5 stable5 plasma5lts
#: effect_builtins.cpp:133
#, kde-format
msgctxt "Comment describing the KWin Effect"
msgid "Improve contrast and readability behind semi-transparent windows"
msgstr ""
#. +> trunk5 stable5 plasma5lts
#: effect_builtins.cpp:147
#, kde-format
msgctxt "Name of a KWin Effect"
msgid "Cover Switch"
msgstr ""
#. +> trunk5 stable5 plasma5lts
#: effect_builtins.cpp:148
#, kde-format
msgctxt "Comment describing the KWin Effect"
msgid "Display a Cover Flow effect for the alt+tab window switcher"
msgstr ""
#. +> trunk5 stable5 plasma5lts
#: effect_builtins.cpp:162
#, kde-format
msgctxt "Name of a KWin Effect"
msgid "Desktop Cube"
msgstr ""
#. +> trunk5 stable5 plasma5lts
#: effect_builtins.cpp:163
#, kde-format
msgctxt "Comment describing the KWin Effect"
msgid "Display each virtual desktop on a side of a cube"
msgstr ""
#. +> trunk5 stable5 plasma5lts
#: effect_builtins.cpp:177
#, kde-format
msgctxt "Name of a KWin Effect"
msgid "Desktop Cube Animation"
msgstr ""
#. +> trunk5 stable5 plasma5lts
#: effect_builtins.cpp:178
#, kde-format
msgctxt "Comment describing the KWin Effect"
msgid "Animate desktop switching with a cube"
msgstr ""
#. +> trunk5 stable5 plasma5lts
#: effect_builtins.cpp:192
#, kde-format
msgctxt "Name of a KWin Effect"
msgid "Desktop Grid"
msgstr ""
#. +> trunk5 stable5 plasma5lts
#: effect_builtins.cpp:193
#, kde-format
msgctxt "Comment describing the KWin Effect"
msgid "Zoom out so all desktops are displayed side-by-side in a grid"
msgstr ""
#. +> trunk5 stable5 plasma5lts
#: effect_builtins.cpp:207
#, kde-format
msgctxt "Name of a KWin Effect"
msgid "Dim Inactive"
msgstr ""
#. +> trunk5 stable5 plasma5lts
#: effect_builtins.cpp:208
#, kde-format
msgctxt "Comment describing the KWin Effect"
msgid "Darken inactive windows"
msgstr ""
#. +> trunk5 stable5 plasma5lts
#: effect_builtins.cpp:222
#, kde-format
msgctxt "Name of a KWin Effect"
msgid "Dim Screen for Administrator Mode"
msgstr ""
#. +> trunk5 stable5 plasma5lts
#: effect_builtins.cpp:223
#, kde-format
msgctxt "Comment describing the KWin Effect"
msgid "Darkens the entire screen when requesting root privileges"
msgstr ""
#. +> trunk5 stable5 plasma5lts
#: effect_builtins.cpp:237
#, kde-format
msgctxt "Name of a KWin Effect"
msgid "Fall Apart"
msgstr ""
#. +> trunk5 stable5 plasma5lts
#: effect_builtins.cpp:238
#, kde-format
msgctxt "Comment describing the KWin Effect"
msgid "Closed windows fall into pieces"
msgstr ""
#. +> trunk5 stable5 plasma5lts
#: effect_builtins.cpp:252
#, kde-format
msgctxt "Name of a KWin Effect"
msgid "Flip Switch"
msgstr ""
#. +> trunk5 stable5 plasma5lts
#: effect_builtins.cpp:253
#, kde-format
msgctxt "Comment describing the KWin Effect"
msgid "Flip through windows that are in a stack for the alt+tab window switcher"
msgstr ""
#. +> trunk5 stable5 plasma5lts
#: effect_builtins.cpp:267
#, kde-format
msgctxt "Name of a KWin Effect"
msgid "Glide"
msgstr ""
#. +> trunk5 stable5 plasma5lts
#: effect_builtins.cpp:268
#, kde-format
msgctxt "Comment describing the KWin Effect"
msgid "Windows Glide Effect as they are open and closed"
msgstr ""
#. +> trunk5 stable5 plasma5lts
#: effect_builtins.cpp:282
#, kde-format
msgctxt "Name of a KWin Effect"
msgid "Highlight Window"
msgstr ""
#. +> trunk5 stable5 plasma5lts
#: effect_builtins.cpp:283
#, kde-format
msgctxt "Comment describing the KWin Effect"
msgid "Highlight the appropriate window when hovering over taskbar entries"
msgstr ""
#. +> trunk5 stable5 plasma5lts
#: effect_builtins.cpp:297
#, kde-format
msgctxt "Name of a KWin Effect"
msgid "Invert"
msgstr ""
#. +> trunk5 stable5 plasma5lts
#: effect_builtins.cpp:298
#, kde-format
msgctxt "Comment describing the KWin Effect"
msgid "Inverts the color of the desktop and windows"
msgstr ""
#. +> trunk5 stable5 plasma5lts
#: effect_builtins.cpp:312
#, kde-format
msgctxt "Name of a KWin Effect"
msgid "Kscreen"
msgstr ""
#. +> trunk5 stable5 plasma5lts
#: effect_builtins.cpp:313
#, kde-format
msgctxt "Comment describing the KWin Effect"
msgid "Helper Effect for KScreen"
msgstr ""
#. +> trunk5 stable5 plasma5lts
#: effect_builtins.cpp:327
#, kde-format
msgctxt "Name of a KWin Effect"
msgid "Looking Glass"
msgstr ""
#. +> trunk5 stable5 plasma5lts
#: effect_builtins.cpp:328
#, kde-format
msgctxt "Comment describing the KWin Effect"
msgid "A screen magnifier that looks like a fisheye lens"
msgstr ""
#. +> trunk5 stable5 plasma5lts
#: effect_builtins.cpp:342
#, kde-format
msgctxt "Name of a KWin Effect"
msgid "Magic Lamp"
msgstr ""
#. +> trunk5 stable5 plasma5lts
#: effect_builtins.cpp:343
#, kde-format
msgctxt "Comment describing the KWin Effect"
msgid "Simulate a magic lamp when minimizing windows"
msgstr ""
#. +> trunk5 stable5 plasma5lts
#: effect_builtins.cpp:357
#, kde-format
msgctxt "Name of a KWin Effect"
msgid "Magnifier"
msgstr ""
#. +> trunk5 stable5 plasma5lts
#: effect_builtins.cpp:358
#, kde-format
msgctxt "Comment describing the KWin Effect"
msgid "Magnify the section of the screen that is near the mouse cursor"
msgstr ""
#. +> trunk5 stable5 plasma5lts
#: effect_builtins.cpp:372
#, kde-format
msgctxt "Name of a KWin Effect"
msgid "Minimize Animation"
msgstr ""
#. +> trunk5 stable5 plasma5lts
#: effect_builtins.cpp:373
#, kde-format
msgctxt "Comment describing the KWin Effect"
msgid "Animate the minimizing of windows"
msgstr ""
#. +> trunk5 stable5 plasma5lts
#: effect_builtins.cpp:387
#, kde-format
msgctxt "Name of a KWin Effect"
msgid "Mouse Click Animation"
msgstr ""
#. +> trunk5 stable5 plasma5lts
#: effect_builtins.cpp:388
#, kde-format
msgctxt "Comment describing the KWin Effect"
msgid "Creates an animation whenever a mouse button is clicked. This is useful for screenrecordings/presentations"
msgstr ""
#. +> trunk5 stable5 plasma5lts
#: effect_builtins.cpp:402
#, kde-format
msgctxt "Name of a KWin Effect"
msgid "Mouse Mark"
msgstr ""
#. +> trunk5 stable5 plasma5lts
#: effect_builtins.cpp:403
#, kde-format
msgctxt "Comment describing the KWin Effect"
msgid "Allows you to draw lines on the desktop"
msgstr ""
#. +> trunk5 stable5 plasma5lts
#: effect_builtins.cpp:417
#, kde-format
msgctxt "Name of a KWin Effect"
msgid "Present Windows"
msgstr ""
#. +> trunk5 stable5 plasma5lts
#: effect_builtins.cpp:418
#, kde-format
msgctxt "Comment describing the KWin Effect"
msgid "Zoom out until all opened windows can be displayed side-by-side"
msgstr ""
#. +> trunk5 stable5 plasma5lts
#: effect_builtins.cpp:432
#, kde-format
msgctxt "Name of a KWin Effect"
msgid "Resize Window"
msgstr ""
#. +> trunk5 stable5 plasma5lts
#: effect_builtins.cpp:433
#, kde-format
msgctxt "Comment describing the KWin Effect"
msgid "Resizes windows with a fast texture scale instead of updating contents"
msgstr ""
#. +> trunk5 stable5 plasma5lts
#: effect_builtins.cpp:447
#, kde-format
msgctxt "Name of a KWin Effect"
msgid "Screen Edge"
msgstr ""
#. +> trunk5 stable5 plasma5lts
#: effect_builtins.cpp:448
#, kde-format
msgctxt "Comment describing the KWin Effect"
msgid "Highlights a screen edge when approaching"
msgstr ""
#. +> trunk5 stable5 plasma5lts
#: effect_builtins.cpp:462
#, kde-format
msgctxt "Name of a KWin Effect"
msgid "Screenshot"
msgstr ""
#. +> trunk5 stable5 plasma5lts
#: effect_builtins.cpp:463
#, kde-format
msgctxt "Comment describing the KWin Effect"
msgid "Helper effect for KSnapshot"
msgstr ""
#. +> trunk5 stable5 plasma5lts
#: effect_builtins.cpp:477
#, kde-format
msgctxt "Name of a KWin Effect"
msgid "Sheet"
msgstr ""
#. +> trunk5 stable5 plasma5lts
#: effect_builtins.cpp:478
#, kde-format
msgctxt "Comment describing the KWin Effect"
msgid "Make modal dialogs smoothly fly in and out when they are shown or hidden"
msgstr ""
#. +> trunk5 stable5 plasma5lts
#: effect_builtins.cpp:492
#, kde-format
msgctxt "Name of a KWin Effect"
msgid "Show FPS"
msgstr ""
#. +> trunk5 stable5 plasma5lts
#: effect_builtins.cpp:493
#, kde-format
msgctxt "Comment describing the KWin Effect"
msgid "Display KWin's performance in the corner of the screen"
msgstr ""
#. +> trunk5 stable5 plasma5lts
#: effect_builtins.cpp:507
#, kde-format
msgctxt "Name of a KWin Effect"
msgid "Show Paint"
msgstr ""
#. +> trunk5 stable5 plasma5lts
#: effect_builtins.cpp:508
#, kde-format
msgctxt "Comment describing the KWin Effect"
msgid "Highlight areas of the desktop that have been recently updated"
msgstr ""
#. +> trunk5 stable5 plasma5lts
#: effect_builtins.cpp:522
#, kde-format
msgctxt "Name of a KWin Effect"
msgid "Slide"
msgstr ""
#. +> trunk5 stable5 plasma5lts
#: effect_builtins.cpp:523
#, kde-format
msgctxt "Comment describing the KWin Effect"
msgid "Slide windows across the screen when switching virtual desktops"
msgstr ""
#. +> trunk5 stable5 plasma5lts
#: effect_builtins.cpp:537
#, kde-format
msgctxt "Name of a KWin Effect"
msgid "Slide Back"
msgstr ""
#. +> trunk5 stable5 plasma5lts
#: effect_builtins.cpp:538
#, kde-format
msgctxt "Comment describing the KWin Effect"
msgid "Slide back windows when another window is raised"
msgstr ""
#. +> trunk5 stable5 plasma5lts
#: effect_builtins.cpp:552
#, kde-format
msgctxt "Name of a KWin Effect"
msgid "Sliding popups"
msgstr ""
#. +> trunk5 stable5 plasma5lts
#: effect_builtins.cpp:553
#, kde-format
msgctxt "Comment describing the KWin Effect"
msgid "Sliding animation for Plasma popups"
msgstr ""
#. +> trunk5 stable5 plasma5lts
#: effect_builtins.cpp:567
#, kde-format
msgctxt "Name of a KWin Effect"
msgid "Snap Helper"
msgstr ""
#. +> trunk5 stable5 plasma5lts
#: effect_builtins.cpp:568
#, kde-format
msgctxt "Comment describing the KWin Effect"
msgid "Help you locate the center of the screen when moving a window"
msgstr ""
#. +> trunk5 stable5 plasma5lts
#: effect_builtins.cpp:582
#, kde-format
msgctxt "Name of a KWin Effect"
msgid "Startup Feedback"
msgstr ""
#. +> trunk5 stable5 plasma5lts
#: effect_builtins.cpp:583
#, kde-format
msgctxt "Comment describing the KWin Effect"
msgid "Helper effect for startup feedback"
msgstr ""
#. +> trunk5 stable5 plasma5lts
#: effect_builtins.cpp:597
#, kde-format
msgctxt "Name of a KWin Effect"
msgid "Thumbnail Aside"
msgstr ""
#. +> trunk5 stable5 plasma5lts
#: effect_builtins.cpp:598
#, kde-format
msgctxt "Comment describing the KWin Effect"
msgid "Display window thumbnails on the edge of the screen"
msgstr ""
#. +> trunk5 stable5 plasma5lts
#: effect_builtins.cpp:612
#, kde-format
msgctxt "Name of a KWin Effect"
msgid "Touch Points"
msgstr ""
#. +> trunk5 stable5 plasma5lts
#: effect_builtins.cpp:613
#, kde-format
msgctxt "Comment describing the KWin Effect"
msgid "Visualize touch points"
msgstr ""
#. +> trunk5 stable5 plasma5lts
#: effect_builtins.cpp:627
#, kde-format
msgctxt "Name of a KWin Effect"
msgid "Track Mouse"
msgstr ""
#. +> trunk5 stable5 plasma5lts
#: effect_builtins.cpp:628
#, kde-format
msgctxt "Comment describing the KWin Effect"
msgid "Display a mouse cursor locating effect when activated"
msgstr ""
#. +> trunk5 stable5 plasma5lts
#: effect_builtins.cpp:642
#, kde-format
msgctxt "Name of a KWin Effect"
msgid "Window Geometry"
msgstr ""
#. +> trunk5 stable5 plasma5lts
#: effect_builtins.cpp:643
#, kde-format
msgctxt "Comment describing the KWin Effect"
msgid "Display window geometries on move/resize"
msgstr ""
#. +> trunk5 stable5 plasma5lts
#: effect_builtins.cpp:657
#, kde-format
msgctxt "Name of a KWin Effect"
msgid "Wobbly Windows"
msgstr ""
#. +> trunk5 stable5 plasma5lts
#: effect_builtins.cpp:658
#, kde-format
msgctxt "Comment describing the KWin Effect"
msgid "Deform windows while they are moving"
msgstr ""
#. +> trunk5 stable5 plasma5lts
#: effect_builtins.cpp:672
#, kde-format
msgctxt "Name of a KWin Effect"
msgid "Zoom"
msgstr ""
#. +> trunk5 stable5 plasma5lts
#: effect_builtins.cpp:673
#, kde-format
msgctxt "Comment describing the KWin Effect"
msgid "Magnify the entire desktop"
msgstr ""
#. +> trunk5 stable5 plasma5lts
#: flipswitch/flipswitch.cpp:60 flipswitch/flipswitch_config.cpp:61
#, kde-format
msgid "Toggle Flip Switch (Current desktop)"
msgstr ""
#. +> trunk5 stable5 plasma5lts
#: flipswitch/flipswitch.cpp:67 flipswitch/flipswitch_config.cpp:64
#, kde-format
msgid "Toggle Flip Switch (All desktops)"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, label_3)
#. +> trunk5 stable5 plasma5lts
#: flipswitch/flipswitch_config.ui:23
#, kde-format
msgid "Flip animation duration:"
msgstr ""
#. i18n: ectx: property (specialValueText), widget (QSpinBox, kcfg_Duration)
#. +> trunk5 stable5 plasma5lts
#: flipswitch/flipswitch_config.ui:42
#, kde-format
msgctxt "Duration of flip animation"
msgid "Default"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, label)
#. +> trunk5 stable5 plasma5lts
#: flipswitch/flipswitch_config.ui:55
#, kde-format
msgid "Angle:"
msgstr ""
#. i18n: ectx: property (suffix), widget (QSpinBox, kcfg_Angle)
#. +> trunk5 stable5 plasma5lts
#: flipswitch/flipswitch_config.ui:71
#, kde-format
msgid " °"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, label_2)
#. +> trunk5 stable5 plasma5lts
#: flipswitch/flipswitch_config.ui:81
#, kde-format
msgid "Horizontal position of front:"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, label_6)
#. +> trunk5 stable5 plasma5lts
#: flipswitch/flipswitch_config.ui:136
#, kde-format
msgid "Vertical position of front:"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, glideEffectLabel)
#. +> trunk5 stable5 plasma5lts
#: glide/glide_config.ui:17
#, kde-format
msgid "Glide Effect:"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, inGlideEffectLabel)
#. +> trunk5 stable5 plasma5lts
#: glide/glide_config.ui:42
#, kde-format
msgid "In"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, outGlideEffectLabel)
#. +> trunk5 stable5 plasma5lts
#: glide/glide_config.ui:71
#, kde-format
msgid "Out"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, glideAngleLabel)
#. +> trunk5 stable5 plasma5lts
#: glide/glide_config.ui:93
#, kde-format
msgid "Glide Angle:"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, glideAnglenegLabel)
#. +> trunk5 stable5 plasma5lts
#: glide/glide_config.ui:118
#, kde-format
msgid "-90"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, glideAngleposLabel)
#. +> trunk5 stable5 plasma5lts
#: glide/glide_config.ui:147
#, kde-format
msgid "90"
msgstr ""
#. +> trunk5 stable5 plasma5lts
#: invert/invert.cpp:45 invert/invert_config.cpp:52
#, kde-format
msgid "Toggle Invert Effect"
msgstr ""
#. +> trunk5 stable5 plasma5lts
#: invert/invert.cpp:53 invert/invert_config.cpp:58
#, kde-format
msgid "Toggle Invert Effect on Window"
msgstr ""
#. i18n: ectx: property (text), widget (QCheckBox, kcfg_FadeToBlack)
#. +> trunk5 stable5 plasma5lts
#: login/package/contents/ui/config.ui:17
#, kde-format
msgid "Fade to black (fullscreen splash screens only)"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, label)
#. +> trunk5 stable5 plasma5lts
#: lookingglass/lookingglass_config.ui:24
#, kde-format
msgid "&Radius:"
msgstr ""
#. i18n: ectx: property (suffix), widget (QSpinBox, kcfg_AnimationDuration)
#. +> trunk5 stable5 plasma5lts
#: magiclamp/magiclamp_config.ui:39
#, kde-format
msgid "milliseconds"
msgstr ""
#. i18n: ectx: property (title), widget (QGroupBox, groupSize)
#. +> trunk5 stable5 plasma5lts
#: magnifier/magnifier_config.ui:17
#, kde-format
msgid "Size"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, label)
#. +> trunk5 stable5 plasma5lts
#: magnifier/magnifier_config.ui:23
#, kde-format
msgid "&Width:"
msgstr ""
#. i18n: ectx: property (suffix), widget (QSpinBox, kcfg_Width)
#. i18n: ectx: property (suffix), widget (QSpinBox, kcfg_Height)
#. +> trunk5 stable5 plasma5lts
#: magnifier/magnifier_config.ui:42 magnifier/magnifier_config.ui:74
#, kde-format
msgid " px"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, label_2)
#. +> trunk5 stable5 plasma5lts
#: magnifier/magnifier_config.ui:55
#, kde-format
msgid "&Height:"
msgstr ""
#. +> trunk5 stable5 plasma5lts
#: mouseclick/mouseclick.cpp:51 mouseclick/mouseclick_config.cpp:64
#, kde-format
msgid "Toggle Mouse Click Effect"
msgstr ""
#. +> trunk5 stable5 plasma5lts
#: mouseclick/mouseclick.cpp:59
#, kde-format
msgctxt "Left mouse button"
msgid "Left"
msgstr ""
#. +> trunk5 stable5 plasma5lts
#: mouseclick/mouseclick.cpp:60
#, kde-format
msgctxt "Middle mouse button"
msgid "Middle"
msgstr ""
#. +> trunk5 stable5 plasma5lts
#: mouseclick/mouseclick.cpp:61
#, kde-format
msgctxt "Right mouse button"
msgid "Right"
msgstr ""
#. i18n: ectx: attribute (title), widget (QWidget, basic_tab)
#. +> trunk5 stable5 plasma5lts
#: mouseclick/mouseclick_config.ui:21
#, kde-format
msgid "Basic Settings"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, button1_label)
#. +> trunk5 stable5 plasma5lts
#: mouseclick/mouseclick_config.ui:37
#, kde-format
msgid "Left Mouse Button Color:"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, button2_label)
#. +> trunk5 stable5 plasma5lts
#: mouseclick/mouseclick_config.ui:50
#, kde-format
msgid "Middle Mouse Button Color:"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, button3_label)
#. +> trunk5 stable5 plasma5lts
#: mouseclick/mouseclick_config.ui:70
#, kde-format
msgid "Right Mouse Button Color:"
msgstr ""
#. i18n: ectx: attribute (title), widget (QWidget, advanced_tab)
#. +> trunk5 stable5 plasma5lts
#: mouseclick/mouseclick_config.ui:91
#, kde-format
msgid "Advanced Settings"
msgstr ""
#. i18n: ectx: property (title), widget (QGroupBox, rings)
#. +> trunk5 stable5 plasma5lts
#: mouseclick/mouseclick_config.ui:97
#, kde-format
msgid "Rings"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, ring_line_width_label)
#. +> trunk5 stable5 plasma5lts
#: mouseclick/mouseclick_config.ui:103
#, kde-format
msgid "Line Width:"
msgstr ""
#. i18n: ectx: property (suffix), widget (QDoubleSpinBox, kcfg_LineWidth)
#. i18n: ectx: property (suffix), widget (QSpinBox, kcfg_RingSize)
#. +> trunk5 stable5 plasma5lts
#: mouseclick/mouseclick_config.ui:119 mouseclick/mouseclick_config.ui:171
#: mousemark/mousemark_config.cpp:56
#, kde-format
msgid " pixel"
msgid_plural " pixels"
msgstr[0] ""
msgstr[1] ""
#. i18n: ectx: property (text), widget (QLabel, ring_duration_label)
#. +> trunk5 stable5 plasma5lts
#: mouseclick/mouseclick_config.ui:145
#, kde-format
msgid "Ring Duration:"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, ring_radius_label)
#. +> trunk5 stable5 plasma5lts
#: mouseclick/mouseclick_config.ui:155
#, kde-format
msgid "Ring Radius:"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, ring_count_label)
#. +> trunk5 stable5 plasma5lts
#: mouseclick/mouseclick_config.ui:184
#, kde-format
msgid "Ring Count:"
msgstr ""
#. i18n: ectx: property (title), widget (QGroupBox, groupBox)
#. i18n: ectx: property (title), widget (QGroupBox, font)
#. +> trunk5 stable5 plasma5lts
#: mouseclick/mouseclick_config.ui:210 showfps/showfps_config.ui:17
#, kde-format
msgid "Text"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, font_label)
#. +> trunk5 stable5 plasma5lts
#: mouseclick/mouseclick_config.ui:216
#, kde-format
msgid "Font:"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, showtext_label)
#. +> trunk5 stable5 plasma5lts
#: mouseclick/mouseclick_config.ui:233
#, kde-format
msgid "Show Text:"
msgstr ""
#. +> trunk5 stable5 plasma5lts
#: mousemark/mousemark.cpp:52
#, kde-format
msgid "Clear All Mouse Marks"
msgstr ""
#. +> trunk5 stable5 plasma5lts
#: mousemark/mousemark.cpp:59 mousemark/mousemark_config.cpp:76
#, kde-format
msgid "Clear Last Mouse Mark"
msgstr ""
#. +> trunk5 stable5 plasma5lts
#: mousemark/mousemark_config.cpp:70
#, kde-format
msgid "Clear Mouse Marks"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, label)
#. +> trunk5 stable5 plasma5lts
#: mousemark/mousemark_config.ui:23
#, kde-format
msgid "Wid&th:"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, label_2)
#. +> trunk5 stable5 plasma5lts
#: mousemark/mousemark_config.ui:36
#, kde-format
msgid "&Color:"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, label_3)
#. +> trunk5 stable5 plasma5lts
#: mousemark/mousemark_config.ui:78
#, kde-format
msgid "Draw with the mouse by holding Shift+Meta keys and moving the mouse."
msgstr ""
#. +> trunk5 stable5 plasma5lts
#: presentwindows/presentwindows.cpp:78
#: presentwindows/presentwindows_config.cpp:73
#, kde-format
msgid "Toggle Present Windows (Current desktop)"
msgstr ""
#. +> trunk5 stable5 plasma5lts
#: presentwindows/presentwindows.cpp:86
#: presentwindows/presentwindows_config.cpp:67
#, kde-format
msgid "Toggle Present Windows (All desktops)"
msgstr ""
#. +> trunk5 stable5 plasma5lts
#: presentwindows/presentwindows.cpp:95
#: presentwindows/presentwindows_config.cpp:79
#, kde-format
msgid "Toggle Present Windows (Window class)"
msgstr ""
#. +> trunk5 stable5 plasma5lts
#: presentwindows/presentwindows.cpp:1651
#, kde-format
msgid ""
"Filter:\n"
"%1"
msgstr ""
#. i18n: ectx: property (title), widget (QGroupBox, groupBox_3)
#. +> trunk5 stable5 plasma5lts
#: presentwindows/presentwindows_config.ui:39
#, kde-format
msgid "Natural Layout Settings"
msgstr ""
#. i18n: ectx: property (text), widget (QCheckBox, kcfg_FillGaps)
#. +> trunk5 stable5 plasma5lts
#: presentwindows/presentwindows_config.ui:45
#, kde-format
msgid "Fill &gaps"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, label_6)
#. +> trunk5 stable5 plasma5lts
#: presentwindows/presentwindows_config.ui:65
#, kde-format
msgid "Faster"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, label_5)
#. +> trunk5 stable5 plasma5lts
#: presentwindows/presentwindows_config.ui:112
#, kde-format
msgid "Nicer"
msgstr ""
#. i18n: ectx: property (title), widget (QGroupBox, groupBox_4)
#. +> trunk5 stable5 plasma5lts
#: presentwindows/presentwindows_config.ui:122
#, kde-format
msgid "Windows"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, label_2)
#. i18n: ectx: property (text), widget (QLabel, label_8)
#. +> trunk5 stable5 plasma5lts
#: presentwindows/presentwindows_config.ui:128
#: presentwindows/presentwindows_config.ui:272
#, kde-format
msgid "Left button:"
msgstr ""
#. i18n: ectx: property (text), item, widget (KComboBox, kcfg_LeftButtonWindow)
#. i18n: ectx: property (text), item, widget (KComboBox, kcfg_MiddleButtonWindow)
#. i18n: ectx: property (text), item, widget (KComboBox, kcfg_RightButtonWindow)
#. i18n: ectx: property (text), item, widget (KComboBox, kcfg_LeftButtonDesktop)
#. i18n: ectx: property (text), item, widget (KComboBox, kcfg_MiddleButtonDesktop)
#. i18n: ectx: property (text), item, widget (KComboBox, kcfg_RightButtonDesktop)
#. +> trunk5 stable5 plasma5lts
#: presentwindows/presentwindows_config.ui:139
#: presentwindows/presentwindows_config.ui:183
#: presentwindows/presentwindows_config.ui:227
#: presentwindows/presentwindows_config.ui:283
#: presentwindows/presentwindows_config.ui:317
#: presentwindows/presentwindows_config.ui:351
#, kde-format
msgid "No action"
msgstr ""
#. i18n: ectx: property (text), item, widget (KComboBox, kcfg_LeftButtonWindow)
#. i18n: ectx: property (text), item, widget (KComboBox, kcfg_MiddleButtonWindow)
#. i18n: ectx: property (text), item, widget (KComboBox, kcfg_RightButtonWindow)
#. i18n: ectx: property (text), item, widget (KComboBox, kcfg_LeftButtonDesktop)
#. i18n: ectx: property (text), item, widget (KComboBox, kcfg_MiddleButtonDesktop)
#. i18n: ectx: property (text), item, widget (KComboBox, kcfg_RightButtonDesktop)
#. +> trunk5 stable5 plasma5lts
#: presentwindows/presentwindows_config.ui:144
#: presentwindows/presentwindows_config.ui:188
#: presentwindows/presentwindows_config.ui:232
#: presentwindows/presentwindows_config.ui:288
#: presentwindows/presentwindows_config.ui:322
#: presentwindows/presentwindows_config.ui:356
#, kde-format
msgid "Activate window"
msgstr ""
#. i18n: ectx: property (text), item, widget (KComboBox, kcfg_LeftButtonWindow)
#. i18n: ectx: property (text), item, widget (KComboBox, kcfg_MiddleButtonWindow)
#. i18n: ectx: property (text), item, widget (KComboBox, kcfg_RightButtonWindow)
#. i18n: ectx: property (text), item, widget (KComboBox, kcfg_LeftButtonDesktop)
#. i18n: ectx: property (text), item, widget (KComboBox, kcfg_MiddleButtonDesktop)
#. i18n: ectx: property (text), item, widget (KComboBox, kcfg_RightButtonDesktop)
#. +> trunk5 stable5 plasma5lts
#: presentwindows/presentwindows_config.ui:149
#: presentwindows/presentwindows_config.ui:193
#: presentwindows/presentwindows_config.ui:237
#: presentwindows/presentwindows_config.ui:293
#: presentwindows/presentwindows_config.ui:327
#: presentwindows/presentwindows_config.ui:361
#, kde-format
msgid "End effect"
msgstr ""
#. i18n: ectx: property (text), item, widget (KComboBox, kcfg_LeftButtonWindow)
#. i18n: ectx: property (text), item, widget (KComboBox, kcfg_MiddleButtonWindow)
#. i18n: ectx: property (text), item, widget (KComboBox, kcfg_RightButtonWindow)
#. +> trunk5 stable5 plasma5lts
#: presentwindows/presentwindows_config.ui:154
#: presentwindows/presentwindows_config.ui:198
#: presentwindows/presentwindows_config.ui:242
#, kde-format
msgid "Bring window to current desktop"
msgstr ""
#. i18n: ectx: property (text), item, widget (KComboBox, kcfg_LeftButtonWindow)
#. i18n: ectx: property (text), item, widget (KComboBox, kcfg_MiddleButtonWindow)
#. i18n: ectx: property (text), item, widget (KComboBox, kcfg_RightButtonWindow)
#. +> trunk5 stable5 plasma5lts
#: presentwindows/presentwindows_config.ui:159
#: presentwindows/presentwindows_config.ui:203
#: presentwindows/presentwindows_config.ui:247
#, kde-format
msgid "Send window to all desktops"
msgstr ""
#. i18n: ectx: property (text), item, widget (KComboBox, kcfg_LeftButtonWindow)
#. i18n: ectx: property (text), item, widget (KComboBox, kcfg_MiddleButtonWindow)
#. i18n: ectx: property (text), item, widget (KComboBox, kcfg_RightButtonWindow)
#. +> trunk5 stable5 plasma5lts
#: presentwindows/presentwindows_config.ui:164
#: presentwindows/presentwindows_config.ui:208
#: presentwindows/presentwindows_config.ui:252
#, kde-format
msgid "(Un-)Minimize window"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, label_4)
#. i18n: ectx: property (text), widget (QLabel, label_9)
#. +> trunk5 stable5 plasma5lts
#: presentwindows/presentwindows_config.ui:172
#: presentwindows/presentwindows_config.ui:306
#, kde-format
msgid "Middle button:"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, label_7)
#. i18n: ectx: property (text), widget (QLabel, label_10)
#. +> trunk5 stable5 plasma5lts
#: presentwindows/presentwindows_config.ui:216
#: presentwindows/presentwindows_config.ui:340
#, kde-format
msgid "Right button:"
msgstr ""
#. i18n: ectx: property (title), widget (QGroupBox, groupBox_5)
#. +> trunk5 stable5 plasma5lts
#: presentwindows/presentwindows_config.ui:263
#, kde-format
msgctxt "@title:group actions when clicking on desktop"
msgid "Desktop"
msgstr ""
#. i18n: ectx: property (text), item, widget (KComboBox, kcfg_LeftButtonDesktop)
#. i18n: ectx: property (text), item, widget (KComboBox, kcfg_MiddleButtonDesktop)
#. i18n: ectx: property (text), item, widget (KComboBox, kcfg_RightButtonDesktop)
#. +> trunk5 stable5 plasma5lts
#: presentwindows/presentwindows_config.ui:298
#: presentwindows/presentwindows_config.ui:332
#: presentwindows/presentwindows_config.ui:366
#, kde-format
msgid "Show desktop"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, label_3)
#. +> trunk5 stable5 plasma5lts
#: presentwindows/presentwindows_config.ui:383
#, kde-format
msgid "Layout mode:"
msgstr ""
#. i18n: ectx: property (text), widget (QCheckBox, kcfg_DrawWindowIcons)
#. +> trunk5 stable5 plasma5lts
#: presentwindows/presentwindows_config.ui:403
#, kde-format
msgid "Display window &icons"
msgstr ""
#. i18n: ectx: property (text), widget (QCheckBox, kcfg_IgnoreMinimized)
#. +> trunk5 stable5 plasma5lts
#: presentwindows/presentwindows_config.ui:410
#, kde-format
msgid "Ignore &minimized windows"
msgstr ""
#. i18n: ectx: property (text), widget (QCheckBox, kcfg_ShowPanel)
#. +> trunk5 stable5 plasma5lts
#: presentwindows/presentwindows_config.ui:417
#, kde-format
msgid "Show &panels"
msgstr ""
#. i18n: ectx: property (text), item, widget (KComboBox, kcfg_LayoutMode)
#. +> trunk5 stable5 plasma5lts
#: presentwindows/presentwindows_config.ui:431
#, kde-format
msgid "Natural"
msgstr ""
#. i18n: ectx: property (text), item, widget (KComboBox, kcfg_LayoutMode)
#. +> trunk5 stable5 plasma5lts
#: presentwindows/presentwindows_config.ui:436
#, kde-format
msgid "Regular Grid"
msgstr ""
#. i18n: ectx: property (text), item, widget (KComboBox, kcfg_LayoutMode)
#. +> trunk5 stable5 plasma5lts
#: presentwindows/presentwindows_config.ui:441
#, kde-format
msgid "Flexible Grid"
msgstr ""
#. i18n: ectx: property (text), widget (QCheckBox, kcfg_AllowClosingWindows)
#. +> trunk5 stable5 plasma5lts
#: presentwindows/presentwindows_config.ui:449
#, kde-format
msgid "Provide buttons to close the windows"
msgstr ""
#. i18n: ectx: property (text), widget (QCheckBox, kcfg_TextureScale)
#. +> trunk5 stable5 plasma5lts
#: resize/resize_config.ui:17
#, kde-format
msgid "Scale window"
msgstr ""
#. i18n: ectx: property (text), widget (QCheckBox, kcfg_Outline)
#. +> trunk5 stable5 plasma5lts
#: resize/resize_config.ui:24
#, kde-format
msgid "Show outline"
msgstr ""
#. +> trunk5 stable5
#: screenshot/screenshot.cpp:294
#, kde-format
msgctxt "Notification caption that a screenshot got saved to file"
msgid "Screenshot"
msgstr ""
#. +> trunk5 stable5
#: screenshot/screenshot.cpp:295
#, kde-format
msgctxt "Notification with path to screenshot file"
msgid "Screenshot saved to %1"
msgstr ""
#. +> trunk5 stable5
#: screenshot/screenshot.cpp:403
#, kde-format
msgid ""
"Select window to screen shot with left click or enter.\n"
"Escape or right click to cancel."
msgstr ""
#. +> trunk5 stable5
#: screenshot/screenshot.cpp:406
#, kde-format
msgid ""
"Create screen shot with left click or enter.\n"
"Escape or right click to cancel."
msgstr ""
#. +> trunk5 stable5 plasma5lts
#: showfps/showfps.cpp:63
#, kde-format
msgid "This effect is not a benchmark"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, label)
#. +> trunk5 stable5 plasma5lts
#: showfps/showfps_config.ui:23
#, kde-format
msgid "Text position:"
msgstr ""
#. i18n: ectx: property (text), item, widget (KComboBox, kcfg_TextPosition)
#. +> trunk5 stable5 plasma5lts
#: showfps/showfps_config.ui:43
#, kde-format
msgid "Inside Graph"
msgstr ""
#. i18n: ectx: property (text), item, widget (KComboBox, kcfg_TextPosition)
#. +> trunk5 stable5 plasma5lts
#: showfps/showfps_config.ui:48
#, kde-format
msgid "Nowhere"
msgstr ""
#. i18n: ectx: property (text), item, widget (KComboBox, kcfg_TextPosition)
#. +> trunk5 stable5 plasma5lts
#: showfps/showfps_config.ui:53
#, kde-format
msgid "Top Left"
msgstr ""
#. i18n: ectx: property (text), item, widget (KComboBox, kcfg_TextPosition)
#. +> trunk5 stable5 plasma5lts
#: showfps/showfps_config.ui:58
#, kde-format
msgid "Top Right"
msgstr ""
#. i18n: ectx: property (text), item, widget (KComboBox, kcfg_TextPosition)
#. +> trunk5 stable5 plasma5lts
#: showfps/showfps_config.ui:63
#, kde-format
msgid "Bottom Left"
msgstr ""
#. i18n: ectx: property (text), item, widget (KComboBox, kcfg_TextPosition)
#. +> trunk5 stable5 plasma5lts
#: showfps/showfps_config.ui:68
#, kde-format
msgid "Bottom Right"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, label_2)
#. +> trunk5 stable5 plasma5lts
#: showfps/showfps_config.ui:76
#, kde-format
msgid "Text font:"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, label_3)
#. +> trunk5 stable5 plasma5lts
#: showfps/showfps_config.ui:96
#, kde-format
msgid "Text color:"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, label_4)
#. +> trunk5 stable5 plasma5lts
#: showfps/showfps_config.ui:119
#, kde-format
msgid "Text alpha:"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, label)
#. +> trunk5 stable5
#: slide/slide_config.ui:17
#, kde-format
msgid "Duration:"
msgstr ""
#. i18n: ectx: property (specialValueText), widget (QSpinBox, kcfg_Duration)
#. +> trunk5 stable5
#: slide/slide_config.ui:36
#, kde-format
msgctxt "Duration of the slide animation"
msgid "Default"
msgstr ""
#. +> trunk5 stable5 plasma5lts
#: thumbnailaside/thumbnailaside.cpp:38
#: thumbnailaside/thumbnailaside_config.cpp:73
#, kde-format
msgid "Toggle Thumbnail for Current Window"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, label)
#. +> trunk5 stable5 plasma5lts
#: thumbnailaside/thumbnailaside_config.ui:23
#, kde-format
msgid "Maximum &width:"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, label_2)
#. +> trunk5 stable5 plasma5lts
#: thumbnailaside/thumbnailaside_config.ui:36
#, kde-format
msgid "&Spacing:"
msgstr ""
#. i18n: ectx: property (suffix), widget (QSpinBox, kcfg_Spacing)
#. i18n: ectx: property (suffix), widget (QSpinBox, kcfg_MaxWidth)
#. +> trunk5 stable5 plasma5lts
#: thumbnailaside/thumbnailaside_config.ui:55
#: thumbnailaside/thumbnailaside_config.ui:106
#, kde-format
msgid " pixels"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, label_3)
#. +> trunk5 stable5 plasma5lts
#: thumbnailaside/thumbnailaside_config.ui:68
#, kde-format
msgid "&Opacity:"
msgstr ""
#. +> trunk5 stable5 plasma5lts
#: trackmouse/trackmouse.cpp:61 trackmouse/trackmouse_config.cpp:68
#, kde-format
msgid "Track mouse"
msgstr ""
#. i18n: ectx: property (text), widget (KTitleWidget, ktitlewidget)
#. +> trunk5 stable5 plasma5lts
#: trackmouse/trackmouse_config.ui:20
#, kde-format
msgid "Trigger on"
msgstr ""
#. i18n: ectx: property (text), widget (QRadioButton, modifierRadio)
#. +> trunk5 stable5 plasma5lts
#: trackmouse/trackmouse_config.ui:27
#, kde-format
msgid "Modifiers"
msgstr ""
#. i18n: ectx: property (text), widget (QCheckBox, kcfg_Alt)
#. +> trunk5 stable5 plasma5lts
#: trackmouse/trackmouse_config.ui:43
#, kde-format
msgid "Alt"
msgstr ""
#. i18n: ectx: property (text), widget (QCheckBox, kcfg_Control)
#. +> trunk5 stable5 plasma5lts
#: trackmouse/trackmouse_config.ui:50
#, kde-format
msgid "Ctrl"
msgstr ""
#. i18n: ectx: property (text), widget (QCheckBox, kcfg_Shift)
#. +> trunk5 stable5 plasma5lts
#: trackmouse/trackmouse_config.ui:57
#, kde-format
msgid "Shift"
msgstr ""
#. i18n: ectx: property (text), widget (QCheckBox, kcfg_Meta)
#. +> trunk5 stable5 plasma5lts
#: trackmouse/trackmouse_config.ui:64
#, kde-format
msgid "Meta"
msgstr ""
#. i18n: ectx: property (text), widget (QRadioButton, shortcutRadio)
#. +> trunk5 stable5 plasma5lts
#: trackmouse/trackmouse_config.ui:74
#, kde-format
msgid "Shortcut"
msgstr ""
#. i18n: ectx: property (windowTitle), widget (QWidget, KWin::TranslucencyEffectConfigForm)
#. +> trunk5 stable5 plasma5lts
#: translucency/package/contents/ui/config.ui:14
#, kde-format
msgid "Translucency"
msgstr ""
#. i18n: ectx: property (title), widget (QGroupBox, m_opacityGroupBox)
#. +> trunk5 stable5 plasma5lts
#: translucency/package/contents/ui/config.ui:20
#, kde-format
msgid "General Translucency Settings"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, comboboxpopup_label)
#. +> trunk5 stable5 plasma5lts
#: translucency/package/contents/ui/config.ui:64
#, kde-format
msgid "Combobox popups:"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, dialogs_label)
#. +> trunk5 stable5 plasma5lts
#: translucency/package/contents/ui/config.ui:137
#, kde-format
msgid "Dialogs:"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, menus_label)
#. +> trunk5 stable5 plasma5lts
#: translucency/package/contents/ui/config.ui:188
#, kde-format
msgid "Menus:"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, moveresize_label)
#. +> trunk5 stable5 plasma5lts
#: translucency/package/contents/ui/config.ui:207
#, kde-format
msgid "Moving windows:"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, inactive_label)
#. +> trunk5 stable5 plasma5lts
#: translucency/package/contents/ui/config.ui:226
#, kde-format
msgid "Inactive windows:"
msgstr ""
#. i18n: ectx: property (title), widget (QGroupBox, kcfg_IndividualMenuConfig)
#. +> trunk5 stable5 plasma5lts
#: translucency/package/contents/ui/config.ui:267
#, kde-format
msgid "Set menu translucency independently"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, dropdownmenus_label)
#. +> trunk5 stable5 plasma5lts
#: translucency/package/contents/ui/config.ui:285
#, kde-format
msgid "Dropdown menus:"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, popupmenus_label)
#. +> trunk5 stable5 plasma5lts
#: translucency/package/contents/ui/config.ui:329
#, kde-format
msgid "Popup menus:"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, tornoffmenus_label)
#. +> trunk5 stable5 plasma5lts
#: translucency/package/contents/ui/config.ui:367
#, kde-format
msgid "Torn-off menus:"
msgstr ""
#. +> trunk5 stable5 plasma5lts
#: windowgeometry/windowgeometry.cpp:53
#, kde-format
msgid "Toggle window geometry display (effect only)"
msgstr ""
#. +> trunk5 stable5 plasma5lts
#: windowgeometry/windowgeometry_config.cpp:58
#, kde-format
msgid "Toggle KWin composited geometry display"
msgstr ""
#. i18n: ectx: property (text), widget (QCheckBox, kcfg_Move)
#. +> trunk5 stable5 plasma5lts
#: windowgeometry/windowgeometry_config.ui:17
#, kde-format
msgid "Display for moving windows"
msgstr ""
#. i18n: ectx: property (text), widget (QCheckBox, kcfg_Resize)
#. +> trunk5 stable5 plasma5lts
#: windowgeometry/windowgeometry_config.ui:24
#, kde-format
msgid "Display for resizing windows"
msgstr ""
#. i18n: ectx: property (title), widget (QGroupBox, advancedGroup)
#. +> trunk5 stable5 plasma5lts
#: wobblywindows/wobblywindows_config.ui:20
#, kde-format
msgid "Advanced"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, label_4)
#. +> trunk5 stable5 plasma5lts
#: wobblywindows/wobblywindows_config.ui:26
#, kde-format
msgid "&Stiffness:"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, label_5)
#. +> trunk5 stable5 plasma5lts
#: wobblywindows/wobblywindows_config.ui:68
#, kde-format
msgid "Dra&g:"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, label_6)
#. +> trunk5 stable5 plasma5lts
#: wobblywindows/wobblywindows_config.ui:81
#, kde-format
msgid "&Move factor:"
msgstr ""
#. i18n: ectx: property (text), widget (QCheckBox, kcfg_MoveWobble)
#. +> trunk5 stable5 plasma5lts
#: wobblywindows/wobblywindows_config.ui:155
#, kde-format
msgid "Wo&bble when moving"
msgstr ""
#. i18n: ectx: property (text), widget (QCheckBox, kcfg_ResizeWobble)
#. +> trunk5 stable5 plasma5lts
#: wobblywindows/wobblywindows_config.ui:162
#, kde-format
msgid "Wobble when &resizing"
msgstr ""
#. i18n: ectx: property (text), widget (QCheckBox, kcfg_AdvancedMode)
#. +> trunk5 stable5 plasma5lts
#: wobblywindows/wobblywindows_config.ui:182
#, kde-format
msgid "Enable &advanced mode"
msgstr ""
#. i18n: ectx: property (title), widget (QGroupBox, basicGroup)
#. +> trunk5 stable5 plasma5lts
#: wobblywindows/wobblywindows_config.ui:192
#, kde-format
msgid "&Wobbliness"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, label)
#. +> trunk5 stable5 plasma5lts
#: wobblywindows/wobblywindows_config.ui:201
#, kde-format
msgid "Less"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, label_2)
#. +> trunk5 stable5 plasma5lts
#: wobblywindows/wobblywindows_config.ui:224
#, kde-format
msgid "More"
msgstr ""
#. +> trunk5 stable5 plasma5lts
#: zoom/zoom.cpp:84
#, kde-format
msgid "Move Zoomed Area to Left"
msgstr ""
#. +> trunk5 stable5 plasma5lts
#: zoom/zoom.cpp:92
#, kde-format
msgid "Move Zoomed Area to Right"
msgstr ""
#. +> trunk5 stable5 plasma5lts
#: zoom/zoom.cpp:100
#, kde-format
msgid "Move Zoomed Area Upwards"
msgstr ""
#. +> trunk5 stable5 plasma5lts
#: zoom/zoom.cpp:108
#, kde-format
msgid "Move Zoomed Area Downwards"
msgstr ""
#. +> trunk5 stable5 plasma5lts
#: zoom/zoom.cpp:117 zoom/zoom_config.cpp:115
#, kde-format
msgid "Move Mouse to Focus"
msgstr ""
#. +> trunk5 stable5 plasma5lts
#: zoom/zoom.cpp:125 zoom/zoom_config.cpp:122
#, kde-format
msgid "Move Mouse to Center"
msgstr ""
#. +> trunk5 stable5 plasma5lts
#: zoom/zoom_config.cpp:87
#, kde-format
msgid "Move Left"
msgstr ""
#. +> trunk5 stable5 plasma5lts
#: zoom/zoom_config.cpp:94
#, kde-format
msgid "Move Right"
msgstr ""
#. +> trunk5 stable5 plasma5lts
#: zoom/zoom_config.cpp:101
#, kde-format
msgid "Move Up"
msgstr ""
#. +> trunk5 stable5 plasma5lts
#: zoom/zoom_config.cpp:108
#, kde-format
msgid "Move Down"
msgstr ""
#. i18n: ectx: property (whatsThis), widget (QLabel, label)
#. i18n: ectx: property (whatsThis), widget (QDoubleSpinBox, kcfg_ZoomFactor)
#. +> trunk5 stable5 plasma5lts
#: zoom/zoom_config.ui:25 zoom/zoom_config.ui:41
#, kde-format
msgid "On zoom-in and zoom-out change the zoom by the defined zoom-factor."
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, label)
#. +> trunk5 stable5 plasma5lts
#: zoom/zoom_config.ui:28
#, kde-format
msgid "Zoom Factor:"
msgstr ""
#. i18n: ectx: property (whatsThis), widget (QCheckBox, kcfg_EnableFocusTracking)
#. +> trunk5 stable5 plasma5lts
#: zoom/zoom_config.ui:66
#, kde-format
msgid "Enable tracking of the focused location. This needs QAccessible to be enabled per application (\"export QT_ACCESSIBILITY=1\")."
msgstr ""
#. i18n: ectx: property (text), widget (QCheckBox, kcfg_EnableFocusTracking)
#. +> trunk5 stable5 plasma5lts
#: zoom/zoom_config.ui:69
#, kde-format
msgid "Enable Focus Tracking"
msgstr ""
#. i18n: ectx: property (whatsThis), widget (QCheckBox, kcfg_EnableFollowFocus)
#. +> trunk5 stable5 plasma5lts
#: zoom/zoom_config.ui:79
#, kde-format
msgid "When the focus changes, move the zoom area to the focused location."
msgstr ""
#. i18n: ectx: property (text), widget (QCheckBox, kcfg_EnableFollowFocus)
#. +> trunk5 stable5 plasma5lts
#: zoom/zoom_config.ui:82
#, kde-format
msgid "Follow Focus"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, label_2)
#. +> trunk5 stable5 plasma5lts
#: zoom/zoom_config.ui:89
#, kde-format
msgid "Mouse Pointer:"
msgstr ""
#. i18n: ectx: property (whatsThis), widget (QComboBox, kcfg_MousePointer)
#. +> trunk5 stable5 plasma5lts
#: zoom/zoom_config.ui:102
#, kde-format
msgid "Visibility of the mouse-pointer."
msgstr ""
#. i18n: ectx: property (text), item, widget (QComboBox, kcfg_MousePointer)
#. +> trunk5 stable5 plasma5lts
#: zoom/zoom_config.ui:106
#, kde-format
msgid "Scale"
msgstr ""
#. i18n: ectx: property (text), item, widget (QComboBox, kcfg_MousePointer)
#. +> trunk5 stable5 plasma5lts
#: zoom/zoom_config.ui:111
#, kde-format
msgid "Keep"
msgstr ""
#. i18n: ectx: property (text), item, widget (QComboBox, kcfg_MousePointer)
#. +> trunk5 stable5 plasma5lts
#: zoom/zoom_config.ui:116
#, kde-format
msgid "Hide"
msgstr ""
#. i18n: ectx: property (whatsThis), widget (QComboBox, kcfg_MouseTracking)
#. +> trunk5 stable5 plasma5lts
#: zoom/zoom_config.ui:124
#, kde-format
msgid "Track moving of the mouse."
msgstr ""
#. i18n: ectx: property (text), item, widget (QComboBox, kcfg_MouseTracking)
#. +> trunk5 stable5 plasma5lts
#: zoom/zoom_config.ui:128
#, kde-format
msgid "Proportional"
msgstr ""
#. i18n: ectx: property (text), item, widget (QComboBox, kcfg_MouseTracking)
#. +> trunk5 stable5 plasma5lts
#: zoom/zoom_config.ui:133
#, kde-format
msgid "Centered"
msgstr ""
#. i18n: ectx: property (text), item, widget (QComboBox, kcfg_MouseTracking)
#. +> trunk5 stable5 plasma5lts
#: zoom/zoom_config.ui:138
#, kde-format
msgid "Push"
msgstr ""
#. i18n: ectx: property (text), item, widget (QComboBox, kcfg_MouseTracking)
#. +> trunk5 stable5 plasma5lts
#: zoom/zoom_config.ui:143
#, kde-format
msgid "Disabled"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, label_3)
#. +> trunk5 stable5 plasma5lts
#: zoom/zoom_config.ui:151
#, kde-format
msgid "Mouse Tracking:"
msgstr ""
Index: trunk/l10n-support/templates/summit/messages/kde-workspace/plasma-browser-extension.pot
===================================================================
--- trunk/l10n-support/templates/summit/messages/kde-workspace/plasma-browser-extension.pot (revision 1509319)
+++ trunk/l10n-support/templates/summit/messages/kde-workspace/plasma-browser-extension.pot (revision 1509320)
@@ -1,163 +1,163 @@
msgid ""
msgstr ""
"Project-Id-Version: i18next-conv\n"
-"POT-Creation-Date: 2018-01-25 09:15+0100\n"
-"PO-Revision-Date: 2018-01-25T02:29:31.255Z\n"
+"POT-Creation-Date: 2018-01-26 09:13+0100\n"
+"PO-Revision-Date: 2018-01-26T02:26:31.509Z\n"
"Language: en\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1)\n"
#. +> trunk5
msgid "options##description"
msgstr ""
#. +> trunk5
msgid "options##message"
msgstr ""
#. +> trunk5
msgctxt "restore##description"
msgid "options"
msgstr ""
#. +> trunk5
msgctxt "restore##message"
msgid "options"
msgstr ""
#. +> trunk5
msgctxt "save##message"
msgid "options"
msgstr ""
#. +> trunk5
msgctxt "tab##description"
msgid "options"
msgstr ""
#. +> trunk5
msgctxt "tab##message"
msgid "options"
msgstr ""
#. +> trunk5
msgctxt "mpris##description"
msgid "options_plugin"
msgstr ""
#. +> trunk5
msgctxt "mpris##message"
msgid "options_plugin"
msgstr ""
#. +> trunk5
msgctxt "kdeconnect##description"
msgid "options_plugin"
msgstr ""
#. +> trunk5
msgctxt "kdeconnect##message"
msgid "options_plugin"
msgstr ""
#. +> trunk5
msgctxt "downloads##description"
msgid "options_plugin"
msgstr ""
#. +> trunk5
msgctxt "downloads##message"
msgid "options_plugin"
msgstr ""
#. +> trunk5
msgctxt "tabsrunner##description"
msgid "options_plugin"
msgstr ""
#. +> trunk5
msgctxt "tabsrunner##message"
msgid "options_plugin"
msgstr ""
#. +> trunk5
msgctxt "slc##description"
msgid "options_plugin"
msgstr ""
#. +> trunk5
msgctxt "slc##message"
msgid "options_plugin"
msgstr ""
#. +> trunk5
msgctxt "incognito##description"
msgid "options_plugin"
msgstr ""
#. +> trunk5
msgctxt "incognito##message"
msgid "options_plugin"
msgstr ""
#. +> trunk5
msgctxt "breezeScrollBars##description"
msgid "options_plugin"
msgstr ""
#. +> trunk5
msgctxt "breezeScrollBars##message"
msgid "options_plugin"
msgstr ""
#. +> trunk5
msgctxt "about##message"
msgid "options"
msgstr ""
#. +> trunk5
msgctxt "translated##message"
msgid "options_about"
msgstr ""
#. +> trunk5
msgctxt "about##description"
msgid "options"
msgstr ""
#. +> trunk5
msgctxt "by##message"
msgid "options_about_created"
msgstr ""
#. +> trunk5
msgctxt "open##description"
msgid "kdeconnect"
msgstr ""
#. +> trunk5
msgctxt "open##message"
msgid "kdeconnect"
msgstr ""
#. +> trunk5
msgctxt "error##description"
msgid "general"
msgstr ""
#. +> trunk5
msgctxt "error##message"
msgid "general"
msgstr ""
#. +> trunk5
msgctxt "port##description"
msgid "general_error"
msgstr ""
#. +> trunk5
msgctxt "port##message"
msgid "general_error"
msgstr ""
Index: trunk/l10n-support/templates/summit/messages/kde-workspace/plasma_applet_org.kde.plasma.volume.pot
===================================================================
--- trunk/l10n-support/templates/summit/messages/kde-workspace/plasma_applet_org.kde.plasma.volume.pot (revision 1509319)
+++ trunk/l10n-support/templates/summit/messages/kde-workspace/plasma_applet_org.kde.plasma.volume.pot (revision 1509320)
@@ -1,258 +1,258 @@
# 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-01-16 09:36+0100\n"
+"POT-Creation-Date: 2018-01-26 09:13+0100\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 plasma5lts
#: contents/config/config.qml:26
#, kde-format
msgid "General"
msgstr ""
#. +> trunk5 stable5 plasma5lts
#: contents/ui/ConfigGeneral.qml:38
#, kde-format
msgid "Volume"
msgstr ""
#. +> trunk5 stable5 plasma5lts
#: contents/ui/ConfigGeneral.qml:46
#, kde-format
msgid "Maximum volume:"
msgstr ""
#. +> trunk5 stable5 plasma5lts
#: contents/ui/ConfigGeneral.qml:54 contents/ui/ConfigGeneral.qml:67
#, kde-format
msgid "%"
msgstr ""
#. +> trunk5 stable5 plasma5lts
#: contents/ui/ConfigGeneral.qml:59
#, kde-format
msgid "Volume step:"
msgstr ""
#. +> trunk5 stable5 plasma5lts
#: contents/ui/ConfigGeneral.qml:75
#, kde-format
msgid "Behavior"
msgstr ""
#. +> trunk5 stable5 plasma5lts
#: contents/ui/ConfigGeneral.qml:80
#, kde-format
msgid "Volume feedback"
msgstr ""
#. +> trunk5 stable5
#: contents/ui/DeviceListItem.qml:27
#, kde-format
msgctxt "label of device items"
msgid "%1 (%2)"
msgstr ""
#. +> trunk5 stable5
-#: contents/ui/ListItemBase.qml:116
+#: contents/ui/ListItemBase.qml:122
#, kde-format
msgid "Show additional options for %1"
msgstr ""
#. +> trunk5 stable5
-#: contents/ui/ListItemBase.qml:125
+#: contents/ui/ListItemBase.qml:131
#, kde-format
msgid "Mute %1"
msgstr ""
#. +> trunk5 stable5
-#: contents/ui/ListItemBase.qml:149
+#: contents/ui/ListItemBase.qml:155
#, kde-format
msgctxt "Accessibility data on volume slider"
msgid "Adjust volume for %1"
msgstr ""
#. +> trunk5 stable5 plasma5lts
-#: contents/ui/ListItemBase.qml:200
+#: contents/ui/ListItemBase.qml:206
#, kde-format
msgctxt "volume percentage"
msgid "%1%"
msgstr ""
#. +> trunk5 stable5 plasma5lts
-#: contents/ui/ListItemBase.qml:206
+#: contents/ui/ListItemBase.qml:212
#, kde-format
msgctxt "only used for sizing, should be widest possible string"
msgid "100%"
msgstr ""
#. +> trunk5 stable5
-#: contents/ui/ListItemBase.qml:259
+#: contents/ui/ListItemBase.qml:268
#, kde-format
msgctxt "Checkable switch for (un-)muting sound output."
msgid "Mute"
msgstr ""
#. +> trunk5 stable5
-#: contents/ui/ListItemBase.qml:270
+#: contents/ui/ListItemBase.qml:279
#, kde-format
msgctxt "Checkable switch to change the current default output."
msgid "Default"
msgstr ""
#. +> trunk5 stable5
-#: contents/ui/ListItemBase.qml:281
+#: contents/ui/ListItemBase.qml:290
#, kde-format
msgid "Raise maximum volume"
msgstr ""
#. +> trunk5 stable5
-#: contents/ui/ListItemBase.qml:298
+#: contents/ui/ListItemBase.qml:307
#, kde-format
msgctxt "Heading for a list of ports of a device (for example built-in laptop speakers or a plug for headphones)"
msgid "Ports"
msgstr ""
#. +> trunk5 stable5
-#: contents/ui/ListItemBase.qml:308
+#: contents/ui/ListItemBase.qml:317
#, kde-format
msgctxt "Port is unavailable"
msgid " (unavailable)"
msgstr ""
#. +> trunk5 stable5
-#: contents/ui/ListItemBase.qml:310
+#: contents/ui/ListItemBase.qml:319
#, kde-format
msgctxt "Port is unplugged"
msgid " (unplugged)"
msgstr ""
#. +> trunk5 stable5 plasma5lts
#: contents/ui/main.qml:39
#, kde-format
msgid "Audio Volume"
msgstr ""
#. +> trunk5 stable5
#: contents/ui/main.qml:57
#, kde-format
msgid "Audio Muted"
msgstr ""
#. +> trunk5 stable5
#: contents/ui/main.qml:59
#, kde-format
msgid "Volume at %1%"
msgstr ""
#. +> plasma5lts
#: contents/ui/main.qml:52
#, kde-format
msgid ""
"Volume at %1%\n"
"%2"
msgstr ""
#. +> trunk5 stable5 plasma5lts
-#: contents/ui/main.qml:232
+#: contents/ui/main.qml:211
#, kde-format
msgid "Increase Volume"
msgstr ""
#. +> trunk5 stable5 plasma5lts
-#: contents/ui/main.qml:238
+#: contents/ui/main.qml:217
#, kde-format
msgid "Decrease Volume"
msgstr ""
#. +> trunk5 stable5 plasma5lts
-#: contents/ui/main.qml:244
+#: contents/ui/main.qml:223
#, kde-format
msgid "Mute"
msgstr ""
#. +> trunk5 stable5 plasma5lts
-#: contents/ui/main.qml:250
+#: contents/ui/main.qml:229
#, kde-format
msgid "Increase Microphone Volume"
msgstr ""
#. +> trunk5 stable5 plasma5lts
-#: contents/ui/main.qml:256
+#: contents/ui/main.qml:235
#, kde-format
msgid "Decrease Microphone Volume"
msgstr ""
#. +> trunk5 stable5 plasma5lts
-#: contents/ui/main.qml:262
+#: contents/ui/main.qml:241
#, kde-format
msgid "Mute Microphone"
msgstr ""
#. +> trunk5 stable5 plasma5lts
#: contents/ui/main.qml:290
#, kde-format
msgid "Devices"
msgstr ""
#. +> trunk5 stable5 plasma5lts
#: contents/ui/main.qml:295
#, kde-format
msgid "Applications"
msgstr ""
#. +> trunk5 stable5 plasma5lts
#: contents/ui/main.qml:336
#, kde-format
msgid "Playback Streams"
msgstr ""
#. +> trunk5 stable5 plasma5lts
#: contents/ui/main.qml:359
#, kde-format
msgid "Capture Streams"
msgstr ""
#. +> trunk5 stable5 plasma5lts
#: contents/ui/main.qml:391
#, kde-format
msgid "Playback Devices"
msgstr ""
#. +> trunk5 stable5 plasma5lts
#: contents/ui/main.qml:415
#, kde-format
msgid "Capture Devices"
msgstr ""
#. +> trunk5 stable5
#: contents/ui/main.qml:444
#, kde-format
msgid "No applications playing or recording audio"
msgstr ""
#. +> trunk5 stable5
#: contents/ui/main.qml:456
#, kde-format
msgid "No output or input devices found"
msgstr ""
#. +> trunk5 stable5 plasma5lts
#: contents/ui/StreamListItem.qml:28
#, kde-format
msgctxt "label of stream items"
msgid "%1: %2"
msgstr ""
Index: trunk/l10n-support/templates/summit/messages/kde-workspace/plasma_runner_CharacterRunner.pot
===================================================================
--- trunk/l10n-support/templates/summit/messages/kde-workspace/plasma_runner_CharacterRunner.pot (revision 1509319)
+++ trunk/l10n-support/templates/summit/messages/kde-workspace/plasma_runner_CharacterRunner.pot (revision 1509320)
@@ -1,80 +1,80 @@
# 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-12-28 16:58+0100\n"
+"POT-Creation-Date: 2018-01-26 09:13+0100\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 plasma5lts
-#: charrunner.cpp:49
+#: charrunner.cpp:56
#, kde-format
msgid "Creates Characters from :q: if it is a hexadecimal code or defined alias."
msgstr ""
#. i18n: ectx: property (title), widget (QGroupBox, main)
#. +> trunk5 stable5 plasma5lts
#: charrunner_config.ui:18
#, kde-format
msgid "Character Runner Config"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, label_trigger)
#. +> trunk5 stable5 plasma5lts
#: charrunner_config.ui:26
#, kde-format
msgid "&Trigger word:"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, label_alias)
#. +> trunk5 stable5 plasma5lts
#: charrunner_config.ui:47
#, kde-format
msgid "Alias:"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, label_hex)
#. +> trunk5 stable5 plasma5lts
#: charrunner_config.ui:61
#, kde-format
msgid "Hex Code:"
msgstr ""
#. i18n: ectx: property (text), widget (QTreeWidget, list)
#. +> trunk5 stable5 plasma5lts
#: charrunner_config.ui:89
#, kde-format
msgid "Alias"
msgstr ""
#. i18n: ectx: property (text), widget (QTreeWidget, list)
#. +> trunk5 stable5 plasma5lts
#: charrunner_config.ui:94
#, kde-format
msgid "Code"
msgstr ""
#. i18n: ectx: property (text), widget (QPushButton, addItem)
#. +> trunk5 stable5 plasma5lts
#: charrunner_config.ui:104
#, kde-format
msgid "Add Item"
msgstr ""
#. i18n: ectx: property (text), widget (QPushButton, deleteItem)
#. +> trunk5 stable5 plasma5lts
#: charrunner_config.ui:111
#, kde-format
msgid "Delete Item"
msgstr ""
Index: trunk/l10n-support/templates/summit/messages/kde-workspace/plasmaintegration5.pot
===================================================================
--- trunk/l10n-support/templates/summit/messages/kde-workspace/plasmaintegration5.pot (revision 1509319)
+++ trunk/l10n-support/templates/summit/messages/kde-workspace/plasmaintegration5.pot (revision 1509320)
@@ -1,164 +1,164 @@
# 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-01-04 09:11+0100\n"
+"POT-Creation-Date: 2018-01-26 09:13+0100\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 plasma5lts
#: platformtheme/kdeplatformfiledialoghelper.cpp:281
#, kde-format
msgctxt "@title:window"
msgid "Open File"
msgstr ""
#. +> trunk5 stable5 plasma5lts
#: platformtheme/kdeplatformfiledialoghelper.cpp:281
#, kde-format
msgctxt "@title:window"
msgid "Save File"
msgstr ""
#. +> trunk5 stable5 plasma5lts
#: platformtheme/kdeplatformtheme.cpp:286
#, kde-format
msgctxt "@action:button"
msgid "Save All"
msgstr ""
#. +> trunk5 stable5 plasma5lts
#: platformtheme/kdeplatformtheme.cpp:292
#, kde-format
msgctxt "@action:button"
msgid "Yes to All"
msgstr ""
#. +> trunk5 stable5 plasma5lts
#: platformtheme/kdeplatformtheme.cpp:296
#, kde-format
msgctxt "@action:button"
msgid "No to All"
msgstr ""
#. +> trunk5 stable5 plasma5lts
#: platformtheme/kdeplatformtheme.cpp:299
#, kde-format
msgctxt "@action:button"
msgid "Abort"
msgstr ""
#. +> trunk5 stable5 plasma5lts
#: platformtheme/kdeplatformtheme.cpp:301
#, kde-format
msgctxt "@action:button"
msgid "Retry"
msgstr ""
#. +> trunk5 stable5 plasma5lts
#: platformtheme/kdeplatformtheme.cpp:303
#, kde-format
msgctxt "@action:button"
msgid "Ignore"
msgstr ""
#. +> trunk5 stable5 plasma5lts
#: platformtheme/kdirselectdialog.cpp:132
#, kde-format
msgctxt "folder name"
msgid "New Folder"
msgstr ""
#. +> trunk5 stable5 plasma5lts
#: platformtheme/kdirselectdialog.cpp:137
#, kde-format
msgctxt "@title:window"
msgid "New Folder"
msgstr ""
#. +> trunk5 stable5 plasma5lts
#: platformtheme/kdirselectdialog.cpp:138
#, kde-format
msgctxt "@label:textbox"
msgid ""
"Create new folder in:\n"
"%1"
msgstr ""
#. +> trunk5 stable5 plasma5lts
#: platformtheme/kdirselectdialog.cpp:168
#, kde-format
msgid "A file or folder named %1 already exists."
msgstr ""
#. +> trunk5 stable5 plasma5lts
#: platformtheme/kdirselectdialog.cpp:171
#, kde-format
msgid "You do not have permission to create that folder."
msgstr ""
#. +> trunk5 stable5 plasma5lts
#: platformtheme/kdirselectdialog.cpp:285
#, kde-format
msgctxt "@title:window"
msgid "Select Folder"
msgstr ""
#. +> trunk5 stable5 plasma5lts
#: platformtheme/kdirselectdialog.cpp:294
#, kde-format
msgctxt "@action:button"
msgid "New Folder..."
msgstr ""
#. +> trunk5 stable5 plasma5lts
#: platformtheme/kdirselectdialog.cpp:340
#, kde-format
msgctxt "@action:inmenu"
msgid "New Folder..."
msgstr ""
#. +> trunk5 stable5 plasma5lts
#: platformtheme/kdirselectdialog.cpp:347
#, kde-format
msgctxt "@action:inmenu"
msgid "Move to Trash"
msgstr ""
#. +> trunk5 stable5 plasma5lts
#: platformtheme/kdirselectdialog.cpp:354
#, kde-format
msgctxt "@action:inmenu"
msgid "Delete"
msgstr ""
#. +> trunk5 stable5 plasma5lts
#: platformtheme/kdirselectdialog.cpp:363
#, kde-format
msgctxt "@option:check"
msgid "Show Hidden Folders"
msgstr ""
#. +> trunk5 stable5 plasma5lts
#: platformtheme/kdirselectdialog.cpp:370
#, kde-format
msgctxt "@action:inmenu"
msgid "Properties"
msgstr ""
#. +> trunk5 stable5 plasma5lts
-#: platformtheme/kfiletreeview.cpp:192
+#: platformtheme/kfiletreeview.cpp:193
#, kde-format
msgid "Show Hidden Folders"
msgstr ""
Index: trunk/l10n-support/templates/summit/messages/kdeedu/parley.pot
===================================================================
--- trunk/l10n-support/templates/summit/messages/kdeedu/parley.pot (revision 1509319)
+++ trunk/l10n-support/templates/summit/messages/kdeedu/parley.pot (revision 1509320)
@@ -1,5140 +1,5148 @@
# 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-12-13 09:26+0100\n"
+"POT-Creation-Date: 2018-01-26 09:14+0100\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: property (text), widget (QLabel, label_3)
#. +> trunk5 stable5
#: plasmoid/config.ui:18
#, kde-format
msgid "Vocabulary collection:"
msgstr ""
#. i18n: ectx: property (title), widget (QGroupBox, groupBox_2)
#. +> trunk5 stable5
#: plasmoid/config.ui:30
#, kde-format
msgid "Language Selection"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, label_5)
#. +> trunk5 stable5
#: plasmoid/config.ui:38
#, kde-format
msgid "Top:"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, label_6)
#. +> trunk5 stable5
#: plasmoid/config.ui:45
#, kde-format
msgid "Bottom:"
msgstr ""
#. i18n: ectx: property (text), widget (QTableWidget, tableWidget)
#. i18n: ectx: property (title), widget (QGroupBox, groupBox)
#. +> trunk5 stable5
#: plasmoid/config.ui:81 src/practice/practicesummarywidget.ui:38
#, kde-format
msgid "Solution"
msgstr ""
#. i18n: ectx: property (text), widget (QRadioButton, solutionOnHover)
#. +> trunk5 stable5
#: plasmoid/config.ui:87
#, kde-format
msgid "Reveal solution when mouse cursor is over the widget"
msgstr ""
#. i18n: ectx: property (text), widget (QRadioButton, solutionAlways)
#. +> trunk5 stable5
#: plasmoid/config.ui:97
#, kde-format
msgid "Always show the solution"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, label)
#. +> trunk5 stable5
#: plasmoid/config.ui:112
#, kde-format
msgid "Update interval:"
msgstr ""
#. i18n: ectx: property (text), widget (KPushButton, fontSelectButton)
#. +> trunk5 stable5
#: plasmoid/config.ui:153
#, kde-format
msgid "Select Font..."
msgstr ""
#. +> trunk5 stable5
#: plasmoid/parley_plasma.cpp:186
#, kde-format
msgid " second"
msgid_plural " seconds"
msgstr[0] ""
msgstr[1] ""
#. +> trunk5 stable5
#: plasmoid/parley_plasma.cpp:190
#, kde-format
msgid "*.kvtml|Vocabulary Collections"
msgstr ""
#. +> trunk5 stable5
#: plugins/example.py:14
msgid "New Lesson"
msgstr ""
#. +> trunk5 stable5
#: plugins/example.py:26
msgid "Move to new lesson"
msgstr ""
#. +> trunk5 stable5
#: plugins/example.py:27
msgid "Moves the selected vocabulary to a new lesson"
msgstr ""
#. +> trunk5 stable5
#: plugins/example.py:32
msgid "Mark as known (highest grade)"
msgstr ""
#. +> trunk5 stable5
#: plugins/example.py:33
msgid "Sets the grade for the selected words to 7 (highest grade)"
msgstr ""
#. +> trunk5 stable5
#: plugins/wiktionary/wiktionary_sound.py:134
msgid "Fetch Sound"
msgstr ""
#. +> trunk5 stable5
#: plugins/wiktionary/wiktionary_sound.py:135
msgid "Fetches a sound file from commons.wikimedia.org for the selected word"
msgstr ""
#. +> trunk5 stable5
#: src/collection/containermodel.cpp:168
#, kde-format
msgid "Unit"
msgstr ""
#. +> trunk5 stable5
#: src/collection/containermodel.cpp:176
#, kde-format
msgid "Number of entries in this lesson."
msgstr ""
#. +> trunk5 stable5
#: src/collection/entryfilter.cpp:123
#, kde-format
msgid "The vocabulary document contains no entries that can be used for the chosen type of practice."
msgstr ""
#. i18n: ectx: property (windowTitle), widget (QDialog, EntryFilterDialog)
#. +> trunk5 stable5
#: src/collection/entryfilterdialog.ui:14
#, kde-format
msgid "Start Practice"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, headerLabel)
#. +> trunk5 stable5
#: src/collection/entryfilterdialog.ui:20
#, kde-format
msgid ""
"<p>Your selection of vocabulary for the practice is empty.</p>"
"<p>Below you can choose to ignore some of your configuration settings to start a practice anyway.</p>"
msgstr ""
#. i18n: ectx: property (title), widget (QGroupBox, ignoreGroupBox)
#. +> trunk5 stable5
#: src/collection/entryfilterdialog.ui:30
#, kde-format
msgid "Ignore Configuration for:"
msgstr ""
#. i18n: ectx: property (text), widget (QCheckBox, lessonCheckBox)
#. +> trunk5 stable5
#: src/collection/entryfilterdialog.ui:36
#, kde-format
msgid "Ignore Lessons"
msgstr ""
#. i18n: ectx: property (text), widget (QCheckBox, wordTypeCheckBox)
#. +> trunk5 stable5
#: src/collection/entryfilterdialog.ui:56
#, kde-format
msgid "Ignore Word Types"
msgstr ""
#. i18n: ectx: property (text), widget (QCheckBox, blockedCheckBox)
#. +> trunk5 stable5
#: src/collection/entryfilterdialog.ui:76
#, kde-format
msgid "Ignore Blocked"
msgstr ""
#. i18n: ectx: property (text), widget (QCheckBox, timesWrongCheckBox)
#. +> trunk5 stable5
#: src/collection/entryfilterdialog.ui:96
#, kde-format
msgid "Ignore Times Answered Incorrectly"
msgstr ""
#. i18n: ectx: property (text), widget (QCheckBox, timesPracticedCheckBox)
#. +> trunk5 stable5
#: src/collection/entryfilterdialog.ui:116
#, kde-format
msgid "Ignore Times Practiced"
msgstr ""
#. i18n: ectx: property (text), widget (QCheckBox, minMaxGradeCheckBox)
#. +> trunk5 stable5
#: src/collection/entryfilterdialog.ui:136
#, kde-format
msgid "Ignore Minimum/Maximum Grade"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, numberAffectedWordsLabel)
#. +> trunk5 stable5
#: src/collection/entryfilterdialog.ui:156
#, kde-format
msgid "Number of Affected Words"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, documentTotalDescriptionLabel)
#. +> trunk5 stable5
#: src/collection/entryfilterdialog.ui:171
#, kde-format
msgid "Total number of entries:"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, totalDescriptionLabel)
#. +> trunk5 stable5
#: src/collection/entryfilterdialog.ui:192
#, kde-format
msgid "Resulting number of words to practice:"
msgstr ""
#. +> trunk5 stable5
#: src/collection/lessonmodel.cpp:60
#, kde-format
msgctxt "display of the name of the vocabulary collection"
msgid "Collection: %1"
msgstr ""
#. +> trunk5 stable5
#: src/collection/readonlycontainermodel.cpp:145
#, kde-format
msgid "None"
msgstr ""
#. +> trunk5 stable5
#: src/collection/vocabularymodel.cpp:196
#, kde-format
msgid "You can drag and drop words onto their word type."
msgstr ""
#. +> trunk5 stable5
#: src/collection/vocabularymodel.cpp:198
#, kde-format
msgid "Enable the synonym view to edit synonyms."
msgstr ""
#. +> trunk5 stable5
#: src/collection/vocabularymodel.cpp:200
#, kde-format
msgid "Enable the antonym view to edit antonyms."
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, label_3)
#. +> trunk5 stable5
#: src/collection/vocabularymodel.cpp:293 src/editor/summarywordwidget.ui:55
#, kde-format
msgid "Pronunciation"
msgstr ""
#. +> trunk5 stable5
#: src/collection/vocabularymodel.cpp:293
#, kde-format
msgid "Pronunciation (%1)"
msgstr ""
#. +> trunk5 stable5
#: src/collection/vocabularymodel.cpp:295
#, kde-format
msgid "Word Type (%1)"
msgstr ""
#. +> trunk5 stable5
#: src/collection/vocabularymodel.cpp:295
#, kde-format
msgid "Word Type"
msgstr ""
#. i18n: ectx: property (text), widget (QPushButton, synonymButton)
#. +> trunk5 stable5
#: src/collection/vocabularymodel.cpp:297 src/editor/synonymwidget.ui:26
#, kde-format
msgid "Synonym"
msgstr ""
#. +> trunk5 stable5
#: src/collection/vocabularymodel.cpp:297
#, kde-format
msgid "Synonym (%1)"
msgstr ""
#. +> trunk5 stable5
#: src/collection/vocabularymodel.cpp:299
#, kde-format
msgid "Antonym (%1)"
msgstr ""
#. +> trunk5 stable5
#: src/collection/vocabularymodel.cpp:299
#, kde-format
msgid "Antonym"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, label_4)
#. +> trunk5 stable5
#: src/collection/vocabularymodel.cpp:301 src/editor/summarywordwidget.ui:71
#, kde-format
msgid "Example"
msgstr ""
#. +> trunk5 stable5
#: src/collection/vocabularymodel.cpp:301
#, kde-format
msgid "Example (%1)"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, label_6)
#. +> trunk5 stable5
#: src/collection/vocabularymodel.cpp:303 src/editor/summarywordwidget.ui:103
#, kde-format
msgid "Comment"
msgstr ""
#. +> trunk5 stable5
#: src/collection/vocabularymodel.cpp:303
#, kde-format
msgid "Comment (%1)"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, label_5)
#. +> trunk5 stable5
#: src/collection/vocabularymodel.cpp:305 src/editor/summarywordwidget.ui:87
#, kde-format
msgid "Paraphrase"
msgstr ""
#. +> trunk5 stable5
#: src/collection/vocabularymodel.cpp:305
#, kde-format
msgid "Paraphrase (%1)"
msgstr ""
#. +> trunk5 stable5
#: src/collection/vocabularymodel.cpp:324
#, kde-format
msgid "Please use Edit -> Languages to set up your document."
msgstr ""
#. +> trunk5 stable5
#: src/collection/vocabularymodel.cpp:324
#, kde-format
msgid "No Languages Defined"
msgstr ""
#. +> trunk5 stable5
#: src/collection/vocabularymodel.cpp:329
#, kde-format
msgid "Select a unit before adding vocabulary."
msgstr ""
#. +> trunk5 stable5
#: src/collection/vocabularymodel.cpp:329
#, kde-format
msgid "No Unit Selected"
msgstr ""
#. +> trunk5 stable5
#: src/dashboard/barwidget.cpp:137
#, kde-format
msgid "%1 word due"
msgid_plural "%1 words due"
msgstr[0] ""
msgstr[1] ""
#. +> trunk5 stable5
#: src/dashboard/barwidget.cpp:140
#, kde-format
msgid "Fully learned"
msgstr ""
#. +> trunk5 stable5
#: src/dashboard/buttondelegate.cpp:35
#, kde-format
msgid "Open this vocabulary collection in the editor"
msgstr ""
#. +> trunk5 stable5
#: src/dashboard/collectionwidget.cpp:114
#, kde-format
msgid "Practice Anyway"
msgstr ""
#. +> trunk5 stable5
#: src/dashboard/collectionwidget.cpp:117 src/editor/editor.cpp:406
#: src/editor/editor.cpp:407
#, kde-format
msgid "Practice"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, recentLabel)
#. +> trunk5 stable5
#: src/dashboard/dashboard.cpp:263 src/dashboard/dashboard.ui:38
#, kde-format
msgid "Active Collections"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, completedLabel)
#. +> trunk5 stable5
#: src/dashboard/dashboard.cpp:268 src/dashboard/dashboard.ui:77
#, kde-format
msgid "Completed Collections"
msgstr ""
#. i18n: ectx: property (text), widget (QPushButton, removeChoiceButton)
#. +> trunk5 stable5
#: src/dashboard/dashboard.cpp:316 src/editor/multiplechoicewidget.ui:28
#, kde-format
msgid "Remove"
msgstr ""
#. +> trunk5 stable5
#: src/dashboard/dashboard.cpp:317
#, kde-format
msgid "Are you sure you want to remove this collection?"
msgstr ""
#. i18n: ectx: property (windowTitle), widget (QWidget, Dashboard)
#. +> trunk5 stable5
#: src/dashboard/dashboard.ui:14 src/main.cpp:50 src/main.cpp:113
#, kde-format
msgid "Parley"
msgstr ""
#. i18n: ectx: property (text), widget (QPushButton, newButton)
#. +> trunk5 stable5
#: src/dashboard/dashboard.ui:120
#, kde-format
msgid "Create a New Collection"
msgstr ""
#. i18n: ectx: property (text), widget (QPushButton, openButton)
#. +> trunk5 stable5
#: src/dashboard/dashboard.ui:127
#, kde-format
msgid "Open an Existing Collection"
msgstr ""
#. i18n: ectx: property (text), widget (QPushButton, ghnsButton)
#. +> trunk5 stable5
#: src/dashboard/dashboard.ui:134
#, kde-format
msgid "Download New Collections"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, headingLabel)
#. +> trunk5 stable5
#: src/dashboard/dashboard.ui:141
#, kde-format
msgid "<h1>Parley</h1>"
msgstr ""
#. i18n: ectx: property (text), widget (QPushButton, playButton)
#. i18n: ectx: property (text), widget (Practice::AudioButton, solutionSoundButton)
#. i18n: ectx: property (text), widget (Practice::AudioButton, questionSoundButton)
#. +> trunk5 stable5
#: src/editor/audiowidget.ui:18 src/practice/audiobutton.cpp:25
#: src/practice/audiobutton.cpp:26 src/practice/audiobutton.cpp:70
#: src/practice/audiobutton.cpp:71
#: src/practice/practice_widget_flashcard.ui:48
#: src/practice/practice_widget_flashcard.ui:103
#, kde-format
msgid "Play"
msgstr ""
#. i18n: ectx: property (text), widget (QPushButton, recordButton)
#. +> trunk5 stable5
#: src/editor/audiowidget.ui:25
#, kde-format
msgid "Record"
msgstr ""
#. i18n: ectx: property (text), widget (QPushButton, showCurrentButton)
#. +> trunk5 stable5
#: src/editor/browserwidget.ui:18
#, kde-format
msgid "Lookup Current"
msgstr ""
#. i18n: ectx: property (text), widget (QCheckBox, followTableCheckBox)
#. +> trunk5 stable5
#: src/editor/browserwidget.ui:33
#, kde-format
msgid "Follow Table"
msgstr ""
#. +> trunk5 stable5
#: src/editor/comparisonwidget.cpp:88
#, kde-format
msgid "Could not determine word type of adjectives"
msgstr ""
#. +> trunk5 stable5
#: src/editor/comparisonwidget.cpp:107
#, kde-format
msgid "Could not determine word type of adverbs"
msgstr ""
#. i18n: ectx: property (toolTip), widget (QLabel, absoluteLabel)
#. i18n: ectx: property (toolTip), widget (QLabel, comparativeLabel)
#. +> trunk5 stable5
#: src/editor/comparisonwidget.ui:24 src/editor/comparisonwidget.ui:56
#, kde-format
msgid "The comparative is used to compare nouns or verbs (faster)"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, absoluteLabel)
#. +> trunk5 stable5
#: src/editor/comparisonwidget.ui:27
#, kde-format
msgid "Absolute:"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, comparativeLabel)
#. +> trunk5 stable5
#: src/editor/comparisonwidget.ui:59
#, kde-format
msgid "Comparative:"
msgstr ""
#. i18n: ectx: property (toolTip), widget (QLabel, superlativeLabel)
#. +> trunk5 stable5
#: src/editor/comparisonwidget.ui:88
#, kde-format
msgid "The superlative (fastest)"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, superlativeLabel)
#. +> trunk5 stable5
#: src/editor/comparisonwidget.ui:91
#, kde-format
msgid "Superlative:"
msgstr ""
#. i18n: ectx: property (text), widget (QPushButton, makeAdjectiveButton)
#. +> trunk5 stable5
#: src/editor/comparisonwidget.ui:116 src/editor/inflectionwidget.cpp:51
#: src/editor/wordtypeview.cpp:105 src/parleydocument.cpp:505
#, kde-format
msgid "Adjective"
msgstr ""
#. i18n: ectx: property (text), widget (QPushButton, makeAdverbButton)
#. +> trunk5 stable5
#: src/editor/comparisonwidget.ui:123 src/editor/wordtypeview.cpp:113
#: src/parleydocument.cpp:509
#, kde-format
msgid "Adverb"
msgstr ""
#. i18n: ectx: property (windowTitle), widget (QWidget, DocumentProperties)
#. i18n: ectx: property (windowTitle), widget (QWidget, OptionListForm)
#. i18n: ectx: property (windowTitle), widget (QWidget, FromToEntryPageForm)
#. i18n: ectx: property (windowTitle), widget (QWidget, ConjugationWidget)
#. i18n: ectx: property (windowTitle), widget (QWidget, DeclensionWidget)
#. +> trunk5 stable5
#: src/editor/conjugationwidget.ui:26 src/editor/declensionwidget.ui:26
#: src/editor/FromToEntryPageForm.ui:20 src/settings/documentproperties.ui:19
#: src/settings/optionlistform.ui:19
#, kde-format
msgid "-"
msgstr ""
#. i18n: ectx: property (title), widget (QGroupBox, layout)
#. +> trunk5 stable5
#: src/editor/conjugationwidget.ui:32
#, kde-format
msgid "Conjugation Forms"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, singularFirstPersonLabel)
#. i18n: ectx: property (text), widget (QLabel, dualFirstPersonLabel)
#. i18n: ectx: property (text), widget (QLabel, pluralFirstPersonLabel)
#. +> trunk5 stable5
#: src/editor/conjugationwidget.ui:38 src/editor/conjugationwidget.ui:132
#: src/editor/conjugationwidget.ui:209
#, kde-format
msgid "First"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, singularSecondPersonLabel)
#. i18n: ectx: property (text), widget (QLabel, dualSecondPersonLabel)
#. i18n: ectx: property (text), widget (QLabel, pluralSecondPersonLabel)
#. +> trunk5 stable5
#: src/editor/conjugationwidget.ui:61 src/editor/conjugationwidget.ui:148
#: src/editor/conjugationwidget.ui:225
#, kde-format
msgid "Second"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, singularThirdMalePersonLabel)
#. i18n: ectx: property (text), widget (QLabel, dualThirdMalePersonLabel)
#. i18n: ectx: property (text), widget (QLabel, pluralThirdMalePersonLabel)
#. +> trunk5 stable5
#: src/editor/conjugationwidget.ui:84 src/editor/conjugationwidget.ui:164
#: src/editor/conjugationwidget.ui:241
#, kde-format
msgid "Third Male"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, singularThirdFemalePersonLabel)
#. i18n: ectx: property (text), widget (QLabel, dualThirdFemalePersonLabel)
#. i18n: ectx: property (text), widget (QLabel, pluralThirdFemalePersonLabel)
#. +> trunk5 stable5
#: src/editor/conjugationwidget.ui:100 src/editor/conjugationwidget.ui:177
#: src/editor/conjugationwidget.ui:260
#, kde-format
msgid "Third Female"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, singularThirdNeutralPersonLabel)
#. i18n: ectx: property (text), widget (QLabel, dualThirdNeutralPersonLabel)
#. i18n: ectx: property (text), widget (QLabel, pluralThirdNeutralPersonLabel)
#. +> trunk5 stable5
#: src/editor/conjugationwidget.ui:116 src/editor/conjugationwidget.ui:193
#: src/editor/conjugationwidget.ui:279
#, kde-format
msgid "Third Neutral"
msgstr ""
#. i18n: ectx: property (text), widget (QPushButton, nextTenseButton)
#. +> trunk5 stable5
#: src/editor/conjugationwidget.ui:317
#, kde-format
msgid "Ne&xt"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, tenselabel)
#. +> trunk5 stable5
#: src/editor/conjugationwidget.ui:330
#, kde-format
msgid "&Tense:"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, male_label_3)
#. i18n: ectx: property (text), widget (QLabel, TextLabel4_2_2)
#. i18n: ectx: property (text), widget (QLabel, singularLabel)
#. i18n: ectx: property (text), item, widget (QComboBox, numberSelection)
#. +> trunk5 stable5
#: src/editor/conjugationwidget.ui:349 src/editor/declensionwidget.cpp:135
#: src/editor/declensionwidget.ui:459
#: src/settings/languagepropertiespage.ui:378
#: src/settings/languagepropertiespage.ui:486
#, kde-format
msgid "Singular"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, dualLabel)
#. i18n: ectx: property (text), item, widget (QComboBox, numberSelection)
#. +> trunk5 stable5
#: src/editor/conjugationwidget.ui:368 src/editor/declensionwidget.cpp:136
#: src/editor/declensionwidget.ui:464
#: src/settings/languagepropertiespage.ui:493
#, kde-format
msgid "Dual"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, male_label_4)
#. i18n: ectx: property (text), widget (QLabel, TextLabel4_3)
#. i18n: ectx: property (text), widget (QLabel, pluralLabel)
#. i18n: ectx: property (text), item, widget (QComboBox, numberSelection)
#. +> trunk5 stable5
#: src/editor/conjugationwidget.ui:387 src/editor/declensionwidget.cpp:137
#: src/editor/declensionwidget.ui:469
#: src/settings/languagepropertiespage.ui:388
#: src/settings/languagepropertiespage.ui:500
#, kde-format
msgid "Plural"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, label_3)
#. +> trunk5 stable5
#: src/editor/declensionwidget.cpp:168 src/editor/declensionwidget.ui:185
#: src/editor/inflectionwidget.cpp:125 src/parleydocument.cpp:491
#, kde-format
msgid "Masculine"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, label_4)
#. +> trunk5 stable5
#: src/editor/declensionwidget.cpp:169 src/editor/declensionwidget.ui:271
#: src/editor/inflectionwidget.cpp:127 src/parleydocument.cpp:494
#, kde-format
msgid "Feminine"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, label_5)
#. +> trunk5 stable5
#: src/editor/declensionwidget.cpp:170 src/editor/declensionwidget.ui:357
#: src/editor/inflectionwidget.cpp:126 src/parleydocument.cpp:497
#, kde-format
msgid "Neuter"
msgstr ""
#. i18n: ectx: property (title), widget (QGroupBox, declensionGroupBox)
#. +> trunk5 stable5
#: src/editor/declensionwidget.ui:38
#, kde-format
msgid "Declension Forms"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, nominativeLabel)
#. +> trunk5 stable5
#: src/editor/declensionwidget.ui:52
#, kde-format
msgctxt "one of the seven cases (grammatical)"
msgid "Nominative"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, genitivLabel)
#. +> trunk5 stable5
#: src/editor/declensionwidget.ui:71
#, kde-format
msgctxt "one of the seven cases (grammatical)"
msgid "Genitive"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, dativLabel)
#. +> trunk5 stable5
#: src/editor/declensionwidget.ui:90
#, kde-format
msgctxt "one of the seven cases (grammatical)"
msgid "Dative"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, accusativeLabel)
#. +> trunk5 stable5
#: src/editor/declensionwidget.ui:109
#, kde-format
msgctxt "one of the seven cases (grammatical)"
msgid "Accusative"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, ablativLabel)
#. +> trunk5 stable5
#: src/editor/declensionwidget.ui:128
#, kde-format
msgctxt "one of the seven cases (grammatical)"
msgid "Ablative"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, locativeLabel)
#. +> trunk5 stable5
#: src/editor/declensionwidget.ui:147
#, kde-format
msgctxt "one of the seven cases (grammatical)"
msgid "Locative"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, vocativeLabel)
#. +> trunk5 stable5
#: src/editor/declensionwidget.ui:166
#, kde-format
msgctxt "one of the seven cases (grammatical)"
msgid "Vocative"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, numberLabel)
#. +> trunk5 stable5
#: src/editor/declensionwidget.ui:445
#, kde-format
msgid "Number:"
msgstr ""
#. i18n: ectx: property (text), widget (QPushButton, nextButton)
#. +> trunk5 stable5
#: src/editor/declensionwidget.ui:477
#, kde-format
msgid "Next"
msgstr ""
#. +> trunk5 stable5
#: src/editor/editor.cpp:154
#, kde-format
msgid "Units"
msgstr ""
#. +> trunk5 stable5
#: src/editor/editor.cpp:164
#, kde-format
msgid ""
"Right click to add, delete, or rename units. \n"
"With the checkboxes you can select which units you want to practice. \n"
"Only checked units [x] will be asked in the practice!"
msgstr ""
#. +> trunk5 stable5
#: src/editor/editor.cpp:179
#, kde-format
msgid "Word Types"
msgstr ""
#. +> trunk5 stable5
#: src/editor/editor.cpp:200
#, kde-format
msgid "Inflection (verbs, adjectives, nouns)"
msgstr ""
#. +> trunk5 stable5
#: src/editor/editor.cpp:216
#, kde-format
msgid "Comparison forms"
msgstr ""
#. i18n: ectx: property (title), widget (QGroupBox, groupBox_2)
#. +> trunk5 stable5
#: src/editor/editor.cpp:232
#: src/practice/configure/specificpracticeoptions.ui:17
#, kde-format
msgid "Multiple Choice"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, synonymLabel)
#. i18n: ectx: property (title), widget (QGroupBox, groupBox)
#. +> trunk5 stable5
#: src/editor/editor.cpp:247 src/editor/synonymwidget.ui:16
#: src/practice/configure/generalpracticeoptions.ui:152
#, kde-format
msgid "Synonyms"
msgstr ""
#. +> trunk5 stable5
#: src/editor/editor.cpp:261
#, kde-format
msgid "Antonyms"
msgstr ""
#. +> trunk5 stable5
#: src/editor/editor.cpp:276
#, kde-format
msgid "False Friends"
msgstr ""
#. +> trunk5 stable5
#: src/editor/editor.cpp:292
#, kde-format
msgid "Phonetic Symbols"
msgstr ""
#. +> trunk5 stable5
#: src/editor/editor.cpp:307
#, kde-format
msgid "Image"
msgstr ""
#. +> trunk5 stable5
#: src/editor/editor.cpp:323
#, kde-format
msgid "Summary"
msgstr ""
#. i18n: ectx: property (text), widget (QCheckBox, kcfg_PracticeSoundEnabled)
#. +> trunk5 stable5
#: src/editor/editor.cpp:338
#: src/practice/configure/generalpracticeoptions.ui:139
#, kde-format
msgid "Sound"
msgstr ""
#. +> trunk5 stable5
#: src/editor/editor.cpp:354
#, kde-format
msgid "Internet"
msgstr ""
#. +> trunk5 stable5
#: src/editor/editor.cpp:370
#, kde-format
msgid "LaTeX"
msgstr ""
#. +> trunk5 stable5
#: src/editor/editor.cpp:453
#, kde-format
msgid "Enter search terms here"
msgstr ""
#. +> trunk5 stable5
#: src/editor/editor.cpp:454
#, kde-format
msgid "Search your vocabulary"
msgstr ""
#. +> trunk5 stable5
#: src/editor/editor.cpp:456
#, kde-format
msgid "S&earch:"
msgstr ""
#. i18n: ectx: Menu (file)
#. +> trunk5 stable5
#: src/editor/editorui.rc:7 src/practice/practicesummaryui.rc:7
#: src/practice/practiceui.rc:7 src/statistics/statisticsui.rc:7
#, kde-format
msgid "&File"
msgstr ""
#. i18n: ectx: Menu (edit)
#. +> trunk5 stable5
#: src/editor/editorui.rc:12
#, kde-format
msgid "&Edit"
msgstr ""
#. i18n: ectx: Menu (view)
#. +> trunk5 stable5
#: src/editor/editorui.rc:23 src/practice/practiceui.rc:12
#, kde-format
msgid "&View"
msgstr ""
#. i18n: ectx: Menu (lesson)
#. +> trunk5 stable5
#: src/editor/editorui.rc:49
#, kde-format
msgid "&Unit"
msgstr ""
#. i18n: ectx: Menu (learning)
#. +> trunk5 stable5
#: src/editor/editorui.rc:62 src/practice/practicesummaryui.rc:12
#: src/statistics/statisticsui.rc:12
#, kde-format
msgid "&Practice"
msgstr ""
#. i18n: ectx: Menu (scripts)
#. +> trunk5 stable5
#: src/editor/editorui.rc:67
#, kde-format
msgid "&Scripts"
msgstr ""
#. i18n: ectx: ToolBar (editorToolBar)
#. +> trunk5 stable5
#: src/editor/editorui.rc:76 src/parleyui.rc:27
#, kde-format
msgid "Editor Toolbar"
msgstr ""
#. +> trunk5 stable5
#: src/editor/FromToEntryPage.cpp:160
#, kde-format
msgid "Confidence Levels from %1 to %2"
msgstr ""
#. i18n: ectx: property (title), widget (QGroupBox, direc_label)
#. +> trunk5 stable5
#: src/editor/FromToEntryPageForm.ui:26
#, kde-format
msgid "Properties From Original"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, grade_label)
#. +> trunk5 stable5
#: src/editor/FromToEntryPageForm.ui:72
#, kde-format
msgid "&Confidence Level:"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, fauxami_label)
#. +> trunk5 stable5
#: src/editor/FromToEntryPageForm.ui:95
#, kde-format
msgid "&False friend:"
msgstr ""
#. i18n: ectx: property (title), widget (QGroupBox, GroupBox3)
#. +> trunk5 stable5
#: src/editor/FromToEntryPageForm.ui:110
#, kde-format
msgid "Practice &Counts"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, bcount_label)
#. +> trunk5 stable5
#: src/editor/FromToEntryPageForm.ui:142
#, kde-format
msgid "&Wrong:"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, qcount_label)
#. +> trunk5 stable5
#: src/editor/FromToEntryPageForm.ui:155
#, kde-format
msgid "Tot&al:"
msgstr ""
#. i18n: ectx: property (title), widget (QGroupBox, GroupBox2)
#. +> trunk5 stable5
#: src/editor/FromToEntryPageForm.ui:171
#, kde-format
msgid "&Last Practiced"
msgstr ""
#. i18n: ectx: property (text), widget (QPushButton, never)
#. +> trunk5 stable5
#: src/editor/FromToEntryPageForm.ui:183
#, kde-format
msgid "&Never"
msgstr ""
#. i18n: ectx: property (text), widget (QPushButton, today)
#. +> trunk5 stable5
#: src/editor/FromToEntryPageForm.ui:190
#, kde-format
msgid "T&oday"
msgstr ""
#. i18n: ectx: property (toolTip), widget (QDateEdit, queryDateEdit)
#. +> trunk5 stable5
#: src/editor/FromToEntryPageForm.ui:206
#, kde-format
msgid "The date this expression was last practiced"
msgstr ""
#. i18n: ectx: property (specialValueText), widget (QDateEdit, queryDateEdit)
#. +> trunk5 stable5
#: src/editor/FromToEntryPageForm.ui:209
#, kde-format
msgid "Not Practiced Yet"
msgstr ""
#. i18n: ectx: property (displayFormat), widget (QDateEdit, queryDateEdit)
#. +> trunk5 stable5
#: src/editor/FromToEntryPageForm.ui:229
#, kde-format
msgid "dd.MM.yyyy"
msgstr ""
#. i18n: ectx: property (text), widget (QPushButton, resetGradesButton)
#. +> trunk5 stable5
#: src/editor/FromToEntryPageForm.ui:260
#, kde-format
msgid "&Reset Confidence Levels"
msgstr ""
#. +> trunk5 stable5
#: src/editor/inflectionwidget.cpp:41 src/editor/wordtypeview.cpp:122
#: src/parleydocument.cpp:501
#, kde-format
msgid "Verb"
msgstr ""
#. +> trunk5 stable5
#: src/editor/inflectionwidget.cpp:46 src/editor/wordtypeview.cpp:73
#: src/parleydocument.cpp:487
#, kde-format
msgid "Noun"
msgstr ""
#. +> trunk5 stable5
#: src/editor/inflectionwidget.cpp:92
#, kde-format
msgid "\"%1\" is a:"
msgstr ""
#. +> trunk5 stable5
#: src/editor/inflectionwidget.cpp:135
#, kde-format
msgid "Please select the noun's gender"
msgstr ""
#. +> trunk5 stable5
#: src/editor/latexwidget.cpp:31
#, kde-format
msgid "Enter LaTeX code here."
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, texLabel)
#. +> trunk5 stable5
#: src/editor/latexwidget.ui:17
#, kde-format
msgid "LaTeX code"
msgstr ""
#. i18n: ectx: property (title), widget (QGroupBox, groupBox_2)
#. i18n: ectx: property (text), widget (QLabel, label)
#. +> trunk5 stable5
#: src/editor/latexwidget.ui:37
#: src/settings/kgametheme/kgamethemeselector.ui:55
#, kde-format
msgid "Preview"
msgstr ""
#. i18n: ectx: property (text), widget (QCheckBox, mathModeCheckBox)
#. +> trunk5 stable5
#: src/editor/latexwidget.ui:57
#, kde-format
msgid "Math mode"
msgstr ""
#. +> trunk5 stable5
#: src/editor/lessonview.cpp:37
#, kde-format
msgid "New Unit"
msgstr ""
#. +> trunk5 stable5
#: src/editor/lessonview.cpp:39
#, kde-format
msgid "Add a new unit to your document"
msgstr ""
#. +> trunk5 stable5
#: src/editor/lessonview.cpp:45
#, kde-format
msgid "Rename Unit"
msgstr ""
#. +> trunk5 stable5
#: src/editor/lessonview.cpp:53
#, kde-format
msgid "Delete Unit"
msgstr ""
#. +> trunk5 stable5
#: src/editor/lessonview.cpp:55
#, kde-format
msgid "Delete the selected unit."
msgstr ""
#. +> trunk5 stable5
#: src/editor/lessonview.cpp:61
#, kde-format
msgid "Split Unit into Smaller Units"
msgstr ""
#. +> trunk5 stable5
#: src/editor/lessonview.cpp:63
#, kde-format
msgid "Make multiple smaller units out of one big unit."
msgstr ""
#. +> trunk5 stable5
#: src/editor/lessonview.cpp:69 src/parleyactions.cpp:135
#, kde-format
msgid "Remove Confidence Levels"
msgstr ""
#. +> trunk5 stable5
#: src/editor/lessonview.cpp:71
#, kde-format
msgid "Remove confidence levels from this unit."
msgstr ""
#. +> trunk5 stable5
#: src/editor/lessonview.cpp:77
#, kde-format
msgid "Remove Confidence Levels From This Unit And All Subunits"
msgstr ""
#. +> trunk5 stable5
#: src/editor/lessonview.cpp:79
#, kde-format
msgid "Remove confidence levels from this unit and all subunits."
msgstr ""
#. +> trunk5 stable5
#: src/editor/lessonview.cpp:85
#, kde-format
msgid "Expand Units and Subunits"
msgstr ""
#. +> trunk5 stable5
#: src/editor/lessonview.cpp:87
#, kde-format
msgid "Expand all units and subunits."
msgstr ""
#. +> trunk5 stable5
#: src/editor/lessonview.cpp:93
#, kde-format
msgid "Collapse All Units And Subunits"
msgstr ""
#. +> trunk5 stable5
#: src/editor/lessonview.cpp:95
#, kde-format
msgid "Collapse all units and subunits."
msgstr ""
#. +> trunk5 stable5
#: src/editor/lessonview.cpp:186
#, kde-format
msgid "The root lesson cannot be deleted."
msgstr ""
#. +> trunk5 stable5
#: src/editor/lessonview.cpp:195
#, kde-format
msgid "There is %1 word left in this unit. Do you want to delete it?"
msgid_plural "There are %1 words left in this unit. Do you want to delete them?"
msgstr[0] ""
msgstr[1] ""
#. +> trunk5 stable5
#: src/editor/lessonview.cpp:209
#, kde-format
msgid "Entries per Unit"
msgstr ""
#. +> trunk5 stable5
#: src/editor/lessonview.cpp:209
#, kde-format
msgid "The unit will be split into smaller unit. How many entries in each unit do you want?"
msgstr ""
#. i18n: ectx: property (text), widget (QPushButton, addChoiceButton)
#. +> trunk5 stable5
#: src/editor/multiplechoicewidget.ui:21
#, kde-format
msgid "Add"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, languageLabel)
#. +> trunk5 stable5
#: src/editor/summarywordwidget.ui:16
#, kde-format
msgid "Language"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, label)
#. +> trunk5 stable5
#: src/editor/summarywordwidget.ui:32
#, kde-format
msgid "Lesson"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, label_2)
#. +> trunk5 stable5
#: src/editor/summarywordwidget.ui:42
#, kde-format
msgid "Word type"
msgstr ""
#. +> trunk5 stable5
#: src/editor/synonymwidget.cpp:67
#, kde-format
msgid "Select Synonyms"
msgstr ""
#. +> trunk5 stable5
#: src/editor/synonymwidget.cpp:73
#, kde-format
msgid "%1 and %2 are not Synonyms"
msgstr ""
#. +> trunk5 stable5
#: src/editor/synonymwidget.cpp:75
#, kde-format
msgid "%1 and %2 are Synonyms"
msgstr ""
#. +> trunk5 stable5
#: src/editor/synonymwidget.cpp:80
#, kde-format
msgid "%1 and %2 are not Antonyms"
msgstr ""
#. +> trunk5 stable5
#: src/editor/synonymwidget.cpp:82
#, kde-format
msgid "%1 and %2 are Antonyms"
msgstr ""
#. +> trunk5 stable5
#: src/editor/synonymwidget.cpp:87
#, kde-format
msgid "%1 and %2 are not False Friends"
msgstr ""
#. +> trunk5 stable5
#: src/editor/synonymwidget.cpp:89
#, kde-format
msgid "%1 and %2 are False Friends"
msgstr ""
#. +> trunk5 stable5
#: src/editor/synonymwidget.cpp:98
#, kde-format
msgctxt "Title for a list of synonyms for a word"
msgid "Synonyms of %1:"
msgstr ""
#. +> trunk5 stable5
#: src/editor/synonymwidget.cpp:101
#, kde-format
msgctxt "Title for a list of antonyms (opposites) for a word"
msgid "Antonyms of %1:"
msgstr ""
#. +> trunk5 stable5
#: src/editor/synonymwidget.cpp:104
#, kde-format
msgctxt "Title for a list of false friend (things that sound similar but have different meanings) for a word"
msgid "False Friends of %1:"
msgstr ""
#. +> trunk5 stable5
#: src/editor/vocabularycolumnsdialog.cpp:56
#, kde-format
msgid "Vocabulary Columns"
msgstr ""
#. +> trunk5 stable5
#: src/editor/vocabularycolumnsdialog.cpp:71
#, kde-format
msgid "Enable/Disable the columns for each language"
msgstr ""
#. +> trunk5 stable5
#: src/editor/vocabularydelegate.cpp:165
#, kde-format
msgid "Sound file selected: %1"
msgstr ""
#. +> trunk5 stable5
#: src/editor/vocabularydelegate.cpp:168
#, kde-format
msgid "Image file selected: %1"
msgstr ""
#. +> trunk5 stable5
#: src/editor/vocabularyview.cpp:90
#, kde-format
msgid "&Add New Entry"
msgstr ""
#. +> trunk5 stable5
#: src/editor/vocabularyview.cpp:93
#, kde-format
msgid "Append a new row to the vocabulary"
msgstr ""
#. +> trunk5 stable5
#: src/editor/vocabularyview.cpp:103
#, kde-format
msgid "&Delete Entry"
msgstr ""
#. +> trunk5 stable5
#: src/editor/vocabularyview.cpp:106
#, kde-format
msgid "Delete the selected rows"
msgstr ""
#. +> trunk5 stable5
#: src/editor/vocabularyview.cpp:118
#, kde-format
msgid "Copy"
msgstr ""
#. +> trunk5 stable5
#: src/editor/vocabularyview.cpp:126
#, kde-format
msgid "Cut"
msgstr ""
#. +> trunk5 stable5
#: src/editor/vocabularyview.cpp:134
#, kde-format
msgid "Paste"
msgstr ""
#. +> trunk5 stable5
#: src/editor/vocabularyview.cpp:142
#, kde-format
msgid "Select all rows"
msgstr ""
#. +> trunk5 stable5
#: src/editor/vocabularyview.cpp:149
#, kde-format
msgid "Deselect all rows"
msgstr ""
#. +> trunk5 stable5
#: src/editor/vocabularyview.cpp:157
#, kde-format
msgid "Vocabulary Columns..."
msgstr ""
#. +> trunk5 stable5
#: src/editor/vocabularyview.cpp:158
#, kde-format
msgid "Toggle display of individual vocabulary columns"
msgstr ""
#. +> trunk5 stable5
#: src/editor/vocabularyview.cpp:268
#, kde-format
msgid "Do you really want to delete the selected entry?"
msgid_plural "Do you really want to delete the selected %1 entries?"
msgstr[0] ""
msgstr[1] ""
#. +> trunk5 stable5
#: src/editor/vocabularyview.cpp:268
#, kde-format
msgid "Delete"
msgstr ""
#. +> trunk5 stable5
#: src/editor/vocabularyview.cpp:377
#, kde-format
msgid "Nothing to spell check."
msgstr ""
#. +> trunk5 stable5
#: src/editor/vocabularyview.cpp:401
#, kde-format
msgctxt "@title of a popup"
msgid "No Spell Checker Available"
msgstr ""
#. +> trunk5 stable5
#: src/editor/vocabularyview.cpp:401
#, kde-format
msgctxt "@popupmessage"
msgid "Either the language set up is incorrect or no spellchecker was installed for this locale: %1."
msgstr ""
#. +> trunk5 stable5
#: src/editor/wordtypeview.cpp:40
#, kde-format
msgid "New"
msgstr ""
#. +> trunk5 stable5
#: src/editor/wordtypeview.cpp:42
#, kde-format
msgid "Add a new word type to your document"
msgstr ""
#. +> trunk5 stable5
#: src/editor/wordtypeview.cpp:48
#, kde-format
msgid "Rename"
msgstr ""
#. +> trunk5 stable5
#: src/editor/wordtypeview.cpp:50
#, kde-format
msgid "Rename the selected word type"
msgstr ""
#. +> trunk5 stable5
#: src/editor/wordtypeview.cpp:56
#, kde-format
msgid "Delete Word Type"
msgstr ""
#. +> trunk5 stable5
#: src/editor/wordtypeview.cpp:58
#, kde-format
msgid "Delete the selected word type."
msgstr ""
#. +> trunk5 stable5
#: src/editor/wordtypeview.cpp:64
#, kde-format
msgctxt "Let the user select what grammatical meaning is connected to a word type (nouns have gender, verbs conjugations etc)"
msgid "Grammar"
msgstr ""
#. +> trunk5 stable5
#: src/editor/wordtypeview.cpp:66
#, kde-format
msgid "To let Parley know the grammatical meaning of a word type."
msgstr ""
#. +> trunk5 stable5
#: src/editor/wordtypeview.cpp:75
#, kde-format
msgid "This word type folder contains nouns."
msgstr ""
#. +> trunk5 stable5
#: src/editor/wordtypeview.cpp:81
#, kde-format
msgid "Masculine Noun"
msgstr ""
#. +> trunk5 stable5
#: src/editor/wordtypeview.cpp:83
#, kde-format
msgid "This word type folder contains masculine nouns."
msgstr ""
#. +> trunk5 stable5
#: src/editor/wordtypeview.cpp:89
#, kde-format
msgid "Feminine Noun"
msgstr ""
#. +> trunk5 stable5
#: src/editor/wordtypeview.cpp:91
#, kde-format
msgid "This word type folder contains feminine nouns."
msgstr ""
#. +> trunk5 stable5
#: src/editor/wordtypeview.cpp:97
#, kde-format
msgid "Neuter Noun"
msgstr ""
#. +> trunk5 stable5
#: src/editor/wordtypeview.cpp:99
#, kde-format
msgid "This word type folder contains neuter nouns."
msgstr ""
#. +> trunk5 stable5
#: src/editor/wordtypeview.cpp:107
#, kde-format
msgid "This word type folder contains adjectives."
msgstr ""
#. +> trunk5 stable5
#: src/editor/wordtypeview.cpp:115
#, kde-format
msgid "This word type folder contains adverbs."
msgstr ""
#. +> trunk5 stable5
#: src/editor/wordtypeview.cpp:124
#, kde-format
msgid "This word type folder contains verbs."
msgstr ""
#. +> trunk5 stable5
#: src/editor/wordtypeview.cpp:130 src/parleydocument.cpp:513
#, kde-format
msgid "Conjunction"
msgstr ""
#. +> trunk5 stable5
#: src/editor/wordtypeview.cpp:132
#, kde-format
msgid "This word type folder contains conjunctions."
msgstr ""
#. +> trunk5 stable5
#: src/editor/wordtypeview.cpp:138
#, kde-format
msgid "No Special Type"
msgstr ""
#. +> trunk5 stable5
#: src/editor/wordtypeview.cpp:141
#, kde-format
msgid "This word type folder contains no word type with special meaning."
msgstr ""
#. +> trunk5 stable5
#: src/editor/wordtypeview.cpp:219
#, kde-format
msgid "The root word type cannot be deleted."
msgstr ""
#. +> trunk5 stable5
#: src/editor/wordtypeview.cpp:228
#, kde-format
msgid "There is a word left with this word type. It will lose its type. Continue?"
msgid_plural "There are %1 words left with this word type. They will lose their word type. Continue?"
msgstr[0] ""
msgstr[1] ""
#. i18n: ectx: property (windowTitle), widget (QWidget, ExportOptions)
#. +> trunk5 stable5
#: src/exportdialog.cpp:62 src/exportdialog.ui:14
#, kde-format
msgid "Export"
msgstr ""
#. +> trunk5 stable5
#: src/exportdialog.cpp:88
#, kde-format
msgid "HTML document"
msgstr ""
#. +> trunk5 stable5
#: src/exportdialog.cpp:111
#, kde-format
msgid "Could not write to file \"%1\""
msgstr ""
#. +> trunk5 stable5
#: src/exportdialog.cpp:127
#, kde-format
msgid "Export As"
msgstr ""
#. +> trunk5 stable5
#: src/exportdialog.cpp:128 src/parleymainwindow.cpp:158
#, kde-format
msgid "Untitled"
msgstr ""
#. i18n: ectx: property (text), widget (QRadioButton, flashCardRadio)
#. +> trunk5 stable5
#: src/exportdialog.ui:20
#, kde-format
msgid "Flash Cards - to print learning cards (HTML)"
msgstr ""
#. i18n: ectx: property (text), widget (QRadioButton, tableRadio)
#. +> trunk5 stable5
#: src/exportdialog.ui:30
#, kde-format
msgid "A vocabulary list that works in a web-browser and can be printed (HTML)"
msgstr ""
#. i18n: ectx: property (text), widget (QRadioButton, csvRadio)
#. +> trunk5 stable5
#: src/exportdialog.ui:40
#, kde-format
msgid "Comma separated values (CSV)"
msgstr ""
#. +> trunk5 stable5
#: src/main.cpp:51
#, kde-format
msgid "Vocabulary Trainer"
msgstr ""
#. +> trunk5 stable5
#: src/main.cpp:53
#, kde-format
msgid ""
"© 1999-2002\tEwald Arnold\n"
"© 2001-2002\tThe KDE team\n"
"© 2004-2007\tPeter Hedlund\n"
"© 2007-2010\tFrederik Gladhorn\n"
msgstr ""
#. +> trunk5 stable5
#: src/main.cpp:57
#, kde-format
msgid "Helps you train your vocabulary"
msgstr ""
#. +> trunk5 stable5
#: src/main.cpp:61
#, kde-format
msgid "Inge Wallin"
msgstr ""
#. +> trunk5 stable5
#: src/main.cpp:62 src/main.cpp:66
#, kde-format
msgid "Developer and Co-maintainer"
msgstr ""
#. +> trunk5 stable5
#: src/main.cpp:65
#, kde-format
msgid "Amarvir Singh"
msgstr ""
#. +> trunk5 stable5
#: src/main.cpp:69
#, kde-format
msgid "Frederik Gladhorn"
msgstr ""
#. +> trunk5 stable5
#: src/main.cpp:70
#, kde-format
msgid "Developer, former maintainer"
msgstr ""
#. +> trunk5 stable5
#: src/main.cpp:73
#, kde-format
msgid "Daniel Laidig"
msgstr ""
#. +> trunk5 stable5
#: src/main.cpp:74
#, kde-format
msgid "Developer"
msgstr ""
#. +> trunk5 stable5
#: src/main.cpp:77
#, kde-format
msgid "David Capel"
msgstr ""
#. +> trunk5 stable5
#: src/main.cpp:78
#, kde-format
msgid "Practice Dialogs"
msgstr ""
#. +> trunk5 stable5
#: src/main.cpp:81
#, kde-format
msgid "Avgoustinos Kadis"
msgstr ""
#. +> trunk5 stable5
#: src/main.cpp:82
#, kde-format
msgid "Scripting"
msgstr ""
#. +> trunk5 stable5
#: src/main.cpp:85
#, kde-format
msgid "Peter Hedlund"
msgstr ""
#. +> trunk5 stable5
#: src/main.cpp:86
#, kde-format
msgid "Countless fixes, former maintainer, port to KDE4"
msgstr ""
#. +> trunk5 stable5
#: src/main.cpp:89
#, kde-format
msgid "Ewald Arnold"
msgstr ""
#. +> trunk5 stable5
#: src/main.cpp:89
#, kde-format
msgid "Original Author"
msgstr ""
#. +> trunk5 stable5
#: src/main.cpp:93
#, kde-format
msgid "Lee Olson"
msgstr ""
#. +> trunk5 stable5
#: src/main.cpp:94
#, kde-format
msgid "Artwork and Oxygen Icons"
msgstr ""
#. +> trunk5 stable5
#: src/main.cpp:96
#, kde-format
msgid "Anne-Marie Mahfouf"
msgstr ""
#. +> trunk5 stable5
#: src/main.cpp:97
#, kde-format
msgid "Port to KConfig XT"
msgstr ""
#. +> trunk5 stable5
#: src/main.cpp:99
#, kde-format
msgid "Jeremy Whiting"
msgstr ""
#. +> trunk5 stable5
#: src/main.cpp:100
#, kde-format
msgid "Rewriting the kvtml library for KDE4"
msgstr ""
#. +> trunk5 stable5
#: src/main.cpp:102
#, kde-format
msgid "Markus Büchele"
msgstr ""
#. +> trunk5 stable5
#: src/main.cpp:103
#, kde-format
msgid "Bug reports and testing on the way to KDE4"
msgstr ""
#. +> trunk5 stable5
#: src/main.cpp:105
#, kde-format
msgid "Ramona Knapp"
msgstr ""
#. +> trunk5 stable5
#: src/main.cpp:106
#, kde-format
msgid "Conceived the name Parley"
msgstr ""
#. +> trunk5 stable5
#: src/main.cpp:120
#, kde-format
msgid "[file]"
msgstr ""
#. +> trunk5 stable5
#: src/main.cpp:120
#, kde-format
msgid "Document file to open"
msgstr ""
#. +> trunk5 stable5
#: src/parleyactions.cpp:79
#, kde-format
msgid "Creates a new vocabulary collection"
msgstr ""
#. +> trunk5 stable5
#: src/parleyactions.cpp:84
#, kde-format
msgid "Opens an existing vocabulary collection"
msgstr ""
#. +> trunk5 stable5
#: src/parleyactions.cpp:89
#, kde-format
msgid "Open &Downloaded Vocabularies..."
msgstr ""
#. +> trunk5 stable5
#: src/parleyactions.cpp:90
#, kde-format
msgid "Open downloaded vocabulary collections"
msgstr ""
#. +> trunk5 stable5
#: src/parleyactions.cpp:94
#, kde-format
msgid "Save the active vocabulary collection"
msgstr ""
#. +> trunk5 stable5
#: src/parleyactions.cpp:101
#, kde-format
msgid "Save the active vocabulary collection with a different name"
msgstr ""
#. +> trunk5 stable5
#: src/parleyactions.cpp:105
#, kde-format
msgid "&Export..."
msgstr ""
#. +> trunk5 stable5
#: src/parleyactions.cpp:106
#, kde-format
msgid "Export to HTML or CSV"
msgstr ""
#. +> trunk5 stable5
#: src/parleyactions.cpp:110
#, kde-format
msgid "&Properties..."
msgstr ""
#. +> trunk5 stable5
#: src/parleyactions.cpp:111
#, kde-format
msgid "Edit document properties"
msgstr ""
#. +> trunk5 stable5
#: src/parleyactions.cpp:115
#, kde-format
msgid "Dashboard"
msgstr ""
#. +> trunk5 stable5
#: src/parleyactions.cpp:116
#, kde-format
msgid "Close the current vocabulary collection and show the dashboard"
msgstr ""
#. +> trunk5 stable5
#: src/parleyactions.cpp:121
#, kde-format
msgid "Quit Parley"
msgstr ""
#. +> trunk5 stable5
#: src/parleyactions.cpp:126
#, kde-format
msgid "Show the configuration dialog"
msgstr ""
#. +> trunk5 stable5
#: src/parleyactions.cpp:130
#, kde-format
msgid "&Languages..."
msgstr ""
#. +> trunk5 stable5
#: src/parleyactions.cpp:131
#, kde-format
msgid "Edit which languages are in the collection and their grammar properties."
msgstr ""
#. +> trunk5 stable5
#: src/parleyactions.cpp:136
#, kde-format
msgid "Remove all confidence levels from the current document"
msgstr ""
#. +> trunk5 stable5
#: src/parleyactions.cpp:143
#, kde-format
msgid "Show Entries from Child Units"
msgstr ""
#. +> trunk5 stable5
#: src/parleyactions.cpp:144
#, kde-format
msgid "Enable to also see the entries of child units in each unit."
msgstr ""
#. +> trunk5 stable5
#: src/parleyactions.cpp:150
#, kde-format
msgid "Automatic Translation"
msgstr ""
#. i18n: ectx: label, entry (AutomaticTranslation), group (General)
#. +> trunk5 stable5
#: src/parleyactions.cpp:151 src/settings/parley.kcfg:50
#, kde-format
msgid "Enable automatic translation of the unit entries."
msgstr ""
#. +> trunk5 stable5
#: src/parleyactions.cpp:157
#, kde-format
msgid "Start Practice..."
msgstr ""
#. +> trunk5 stable5
#: src/parleyactions.cpp:158
#, kde-format
msgid "Start practicing"
msgstr ""
#. +> trunk5 stable5
#: src/parleyactions.cpp:162
#, kde-format
msgid "Configure Practice..."
msgstr ""
#. +> trunk5 stable5
#: src/parleyactions.cpp:163
#, kde-format
msgid "Change practice settings"
msgstr ""
#. +> trunk5 stable5
#: src/parleyactions.cpp:167
#, kde-format
msgid "Export results..."
msgstr ""
#. +> trunk5 stable5
#: src/parleyactions.cpp:168
#, kde-format
msgid "Write a file with the results of the practice"
msgstr ""
#. +> trunk5 stable5
#: src/parleyactions.cpp:172
#, kde-format
msgid "Editor"
msgstr ""
#. +> trunk5 stable5
#: src/parleyactions.cpp:173
#, kde-format
msgid "Switch to vocabulary editor"
msgstr ""
#. +> trunk5 stable5
#: src/parleyactions.cpp:177
#, kde-format
msgid "Show Se&arch"
msgstr ""
#. +> trunk5 stable5
#: src/parleyactions.cpp:178
#, kde-format
msgid "Toggle display of the search bar"
msgstr ""
#. +> trunk5 stable5
#: src/parleyactions.cpp:188
#, kde-format
msgid "&Script Manager"
msgstr ""
#. +> trunk5 stable5
#: src/parleyactions.cpp:189
#, kde-format
msgid "Enable and disable scripts"
msgstr ""
#. +> trunk5 stable5
#: src/parleyactions.cpp:206
#, kde-format
msgid "Download New Vocabularies..."
msgstr ""
#. +> trunk5 stable5
#: src/parleyactions.cpp:211
#, kde-format
msgid "Downloads new vocabulary collections"
msgstr ""
#. +> trunk5 stable5
#: src/parleyactions.cpp:217
#, kde-format
msgid "&Upload Vocabulary Document..."
msgstr ""
#. +> trunk5 stable5
#: src/parleyactions.cpp:220
#, kde-format
msgid "Share the current vocabulary collection with other users"
msgstr ""
#. +> trunk5 stable5
#: src/parleydocument.cpp:136 src/parleydocument.cpp:595
#, kde-format
msgctxt "@title:window document properties"
msgid "Properties for %1"
msgstr ""
#. +> trunk5 stable5
#: src/parleydocument.cpp:177
#, kde-format
msgid "Open Vocabulary Collection"
msgstr ""
#. +> trunk5 stable5
#: src/parleydocument.cpp:178
#, kde-format
msgid "Open in practice &mode"
msgstr ""
#. +> trunk5 stable5
#: src/parleydocument.cpp:226
#, kde-format
msgid ""
"The vocabulary collection is locked by another process. You can open the file if you take over the lock, but you will lose any changes from the other process.\n"
"\n"
"Do you want to take over the lock?\n"
msgstr ""
#. +> trunk5 stable5
#: src/parleydocument.cpp:226
#, kde-format
msgid "Take Over Lock"
msgstr ""
#. +> trunk5 stable5
#: src/parleydocument.cpp:255
#, kde-format
msgid "Opening collection \"%1\" resulted in an error: %2"
msgstr ""
#. +> trunk5 stable5
#: src/parleydocument.cpp:256
#, kde-format
msgctxt "@title:window"
msgid "Open Collection"
msgstr ""
#. +> trunk5 stable5
#: src/parleydocument.cpp:286
#, kde-format
msgid ""
"Vocabulary is modified.\n"
"\n"
"Save file before exit?\n"
msgstr ""
#. +> trunk5 stable5
#: src/parleydocument.cpp:319
#, kde-format
msgid "Open Downloaded Vocabulary Collection"
msgstr ""
#. +> trunk5 stable5
#: src/parleydocument.cpp:359 src/parleydocument.cpp:443
#, kde-format
msgid ""
"File \"%1\" is locked by another process. You can save to the file if you take over the lock, but you will lose any changes from the other process.\n"
"\n"
"Do you want to take over the lock?\n"
msgstr ""
#. +> trunk5 stable5
#: src/parleydocument.cpp:386 src/parleydocument.cpp:476
#, kde-format
msgid "Writing file \"%1\" resulted in an error: %2"
msgstr ""
#. +> trunk5 stable5
#: src/parleydocument.cpp:387 src/parleydocument.cpp:477
#, kde-format
msgctxt "@title:window"
msgid "Save File"
msgstr ""
#. +> trunk5 stable5
#: src/parleydocument.cpp:404
#, kde-format
msgid "Save Vocabulary As"
msgstr ""
#. +> trunk5 stable5
#: src/parleydocument.cpp:416
#, kde-format
msgid ""
"<qt>The file"
"<p><b>%1</b></p>"
"already exists. Do you want to overwrite it?</qt>"
msgstr ""
#. +> trunk5 stable5
#: src/parleydocument.cpp:422
#, kde-format
msgctxt "@info:status saving a file"
msgid "Saving %1"
msgstr ""
#. i18n: ectx: property (text), item, widget (KComboBox, licenseComboBox)
#. +> trunk5 stable5
#: src/parleydocument.cpp:526 src/settings/documentproperties.ui:221
#, kde-format
msgid "Public Domain"
msgstr ""
#. i18n: ectx: property (text), item, widget (KComboBox, categoryComboBox)
#. i18n: ectx: property (title), widget (QGroupBox, languageGroupBox)
#. i18n: ectx: property (title), widget (QGroupBox, groupBoxLanguages)
#. +> trunk5 stable5
#: src/parleydocument.cpp:527 src/settings/documentproperties.ui:167
#: src/settings/documentproperties.ui:237
#: src/statistics/statisticsmainwindow.ui:23
#, kde-format
msgid "Languages"
msgstr ""
#. +> trunk5 stable5
#: src/parleydocument.cpp:535
#, kde-format
msgid "A Second Language"
msgstr ""
#. +> trunk5 stable5
#: src/parleydocument.cpp:538
#, kde-format
msgid "Lesson 1"
msgstr ""
#. +> trunk5 stable5
#: src/parleydocument.cpp:578 src/parleydocument.cpp:635
#, kde-format
msgid "Could not open vocabulary collection \"%1\""
msgstr ""
#. +> trunk5 stable5
#: src/parleydocument.cpp:622
#, kde-format
msgid "Could not create temporary directory \"%1\""
msgstr ""
#. +> trunk5 stable5
#: src/parleydocument.cpp:629 src/parleydocument.cpp:643
#, kde-format
msgid "Could not save vocabulary collection \"%1\""
msgstr ""
#. +> trunk5 stable5
#: src/parleymainwindow.cpp:156
#, kde-format
msgctxt "Title and a modified status indicator. [*] is exact and will be shown only when document is modified"
msgid "%1 [*]"
msgstr ""
#. +> trunk5 stable5
#: src/parleymainwindow.cpp:196
#, kde-format
msgid "You cannot start to practice when the known language is the same as the language to learn."
msgstr ""
#. +> trunk5 stable5
#: src/parleymainwindow.cpp:197
#, kde-format
msgid "Select languages"
msgstr ""
#. i18n: ectx: Menu (help)
#. +> trunk5 stable5
#: src/parleyui.rc:19
#, kde-format
msgid "&Help"
msgstr ""
#. i18n: ectx: ToolBar (mainToolBar)
#. +> trunk5 stable5
#: src/parleyui.rc:24
#, kde-format
msgid "Main Toolbar"
msgstr ""
#. i18n: ectx: ToolBar (practiceToolBar)
#. +> trunk5 stable5
#: src/parleyui.rc:32 src/practice/practiceui.rc:18
#, kde-format
msgid "Practice Toolbar"
msgstr ""
#. i18n: ectx: ToolBar (statisticsToolBar)
#. +> trunk5 stable5
#: src/parleyui.rc:36 src/statistics/statisticsui.rc:19
#, kde-format
msgid "Statistics Toolbar"
msgstr ""
#. i18n: ectx: ToolBar (practiceSummaryToolBar)
#. +> trunk5 stable5
#: src/parleyui.rc:43 src/practice/practicesummaryui.rc:20
#, kde-format
msgid "Practice Summary Toolbar"
msgstr ""
#. +> trunk5 stable5
#: src/practice/audiobutton.cpp:64 src/practice/audiobutton.cpp:65
#, kde-format
msgid "Stop"
msgstr ""
#. +> trunk5 stable5
#: src/practice/comparisonbackendmode.cpp:70
#, kde-format
msgid "All comparison forms were right."
msgstr ""
#. +> trunk5 stable5
#: src/practice/comparisonbackendmode.cpp:75
#, kde-format
msgctxt "the user entered the wrong absolute form when practicing comparison forms of adjectives (the base form of the adjective is wrong)"
msgid "\"%1\" is the wrong word."
msgstr ""
#. +> trunk5 stable5
#: src/practice/comparisonbackendmode.cpp:79
#, kde-format
msgctxt "the user entered the wrong comparison forms when practicing comparison forms of adjectives (good, better, best)"
msgid "Both comparison forms (comparative and superlative) are wrong."
msgstr ""
#. +> trunk5 stable5
#: src/practice/comparisonbackendmode.cpp:82
#, kde-format
msgctxt "the user entered the wrong comparison forms when practicing comparison forms of adjectives (second form wrong - better)"
msgid "The comparative is wrong."
msgstr ""
#. +> trunk5 stable5
#: src/practice/comparisonbackendmode.cpp:85
#, kde-format
msgctxt "the user entered the wrong comparison forms when practicing comparison forms of adjectives (third form wrong - best)"
msgid "The superlative is wrong."
msgstr ""
#. +> trunk5 stable5
#: src/practice/comparisonmodewidget.cpp:73
#, kde-format
msgid "Enter the comparison forms."
msgstr ""
#. +> trunk5 stable5
#: src/practice/configure/blockoptions.cpp:42
#, kde-format
msgid "Do not Care"
msgstr ""
#. +> trunk5 stable5
#: src/practice/configure/blockoptions.cpp:45
#, kde-format
msgid "30 Min"
msgstr ""
#. +> trunk5 stable5
#: src/practice/configure/blockoptions.cpp:46
#, kde-format
msgid "1 Hour"
msgstr ""
#. +> trunk5 stable5
#: src/practice/configure/blockoptions.cpp:47
#, kde-format
msgid "2 Hours"
msgstr ""
#. +> trunk5 stable5
#: src/practice/configure/blockoptions.cpp:48
#, kde-format
msgid "4 Hours"
msgstr ""
#. +> trunk5 stable5
#: src/practice/configure/blockoptions.cpp:49
#, kde-format
msgid "8 Hours"
msgstr ""
#. +> trunk5 stable5
#: src/practice/configure/blockoptions.cpp:50
#, kde-format
msgid "12 Hours"
msgstr ""
#. +> trunk5 stable5
#: src/practice/configure/blockoptions.cpp:51
#, kde-format
msgid "18 Hours"
msgstr ""
#. +> trunk5 stable5
#: src/practice/configure/blockoptions.cpp:53
#, kde-format
msgid "1 Day"
msgstr ""
#. +> trunk5 stable5
#: src/practice/configure/blockoptions.cpp:54
#, kde-format
msgid "2 Days"
msgstr ""
#. +> trunk5 stable5
#: src/practice/configure/blockoptions.cpp:55
#, kde-format
msgid "3 Days"
msgstr ""
#. +> trunk5 stable5
#: src/practice/configure/blockoptions.cpp:56
#, kde-format
msgid "4 Days"
msgstr ""
#. +> trunk5 stable5
#: src/practice/configure/blockoptions.cpp:57
#, kde-format
msgid "5 Days"
msgstr ""
#. +> trunk5 stable5
#: src/practice/configure/blockoptions.cpp:58
#, kde-format
msgid "6 Days"
msgstr ""
#. +> trunk5 stable5
#: src/practice/configure/blockoptions.cpp:60
#, kde-format
msgid "1 Week"
msgstr ""
#. +> trunk5 stable5
#: src/practice/configure/blockoptions.cpp:61
#, kde-format
msgid "2 Weeks"
msgstr ""
#. +> trunk5 stable5
#: src/practice/configure/blockoptions.cpp:62
#, kde-format
msgid "3 Weeks"
msgstr ""
#. +> trunk5 stable5
#: src/practice/configure/blockoptions.cpp:63
#, kde-format
msgid "4 Weeks"
msgstr ""
#. +> trunk5 stable5
#: src/practice/configure/blockoptions.cpp:65
#, kde-format
msgid "1 Month"
msgstr ""
#. +> trunk5 stable5
#: src/practice/configure/blockoptions.cpp:66
#, kde-format
msgid "2 Months"
msgstr ""
#. +> trunk5 stable5
#: src/practice/configure/blockoptions.cpp:67
#, kde-format
msgid "3 Months"
msgstr ""
#. +> trunk5 stable5
#: src/practice/configure/blockoptions.cpp:68
#, kde-format
msgid "4 Months"
msgstr ""
#. +> trunk5 stable5
#: src/practice/configure/blockoptions.cpp:69
#, kde-format
msgid "5 Months"
msgstr ""
#. +> trunk5 stable5
#: src/practice/configure/blockoptions.cpp:70
#, kde-format
msgid "6 Months"
msgstr ""
#. +> trunk5 stable5
#: src/practice/configure/blockoptions.cpp:71
#, kde-format
msgid "10 Months"
msgstr ""
#. +> trunk5 stable5
#: src/practice/configure/blockoptions.cpp:72
#, kde-format
msgid "12 Months"
msgstr ""
#. +> trunk5 stable5
#: src/practice/configure/blockoptions.cpp:245
#, kde-format
msgid "Illogical blocking times.\n"
msgstr ""
#. +> trunk5 stable5
#: src/practice/configure/blockoptions.cpp:247
#: src/practice/configure/blockoptions.cpp:262
#, kde-format
msgid "The time for level %1 should be lower than the time for level %2.\n"
msgstr ""
#. +> trunk5 stable5
#: src/practice/configure/blockoptions.cpp:260
#, kde-format
msgid ""
"\n"
"Illogical expiration times.\n"
msgstr ""
#. +> trunk5 stable5
#: src/practice/configure/blockoptions.cpp:276
#, kde-format
msgid ""
"\n"
"Illogical blocking vs. expiration times.\n"
msgstr ""
#. +> trunk5 stable5
#: src/practice/configure/blockoptions.cpp:278
#, kde-format
msgid "The blocking time at level %1 should be lower than the expiration time.\n"
msgstr ""
#. +> trunk5 stable5
#: src/practice/configure/blockoptions.cpp:284
#, kde-format
msgid "Illogical Values"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, l_lev2)
#. +> trunk5 stable5
#: src/practice/configure/blockoptions.ui:40
#, kde-format
msgid "Level &2:"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, l_lev5)
#. +> trunk5 stable5
#: src/practice/configure/blockoptions.ui:53
#, kde-format
msgid "Level &5:"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, l_lev6)
#. +> trunk5 stable5
#: src/practice/configure/blockoptions.ui:63
#, kde-format
msgid "Level &6:"
msgstr ""
#. i18n: ectx: property (text), widget (QCheckBox, kcfg_Expire)
#. +> trunk5 stable5
#: src/practice/configure/blockoptions.ui:79
#, kde-format
msgid "E&xpiring"
msgstr ""
#. i18n: ectx: property (text), widget (QCheckBox, kcfg_Block)
#. +> trunk5 stable5
#: src/practice/configure/blockoptions.ui:95
#, kde-format
msgid "Bl&ocking"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, l_lev4)
#. +> trunk5 stable5
#: src/practice/configure/blockoptions.ui:118
#, kde-format
msgid "Level &4:"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, l_lev7)
#. +> trunk5 stable5
#: src/practice/configure/blockoptions.ui:128
#, kde-format
msgid "Level &7:"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, l_lev1)
#. +> trunk5 stable5
#: src/practice/configure/blockoptions.ui:150
#, kde-format
msgid "Level &1:"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, l_lev3)
#. +> trunk5 stable5
#: src/practice/configure/blockoptions.ui:192
#, kde-format
msgid "Level &3:"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, label)
#. +> trunk5 stable5
#: src/practice/configure/blockoptions.ui:218
#, kde-format
msgid "Do not practice vocabulary that has been asked within:"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, label_2)
#. +> trunk5 stable5
#: src/practice/configure/blockoptions.ui:228
#, kde-format
msgid "Vocabulary drops one grade after this much time:"
msgstr ""
#. i18n: ectx: property (text), widget (QCheckBox, kcfg_ComparisonIncludeAdjective)
#. +> trunk5 stable5
#: src/practice/configure/comparisonoptionswidget.ui:16
#, kde-format
msgid "Include Adjectives"
msgstr ""
#. i18n: ectx: property (text), widget (QCheckBox, kcfg_ComparisonIncludeAdverb)
#. +> trunk5 stable5
#: src/practice/configure/comparisonoptionswidget.ui:23
#, kde-format
msgid "Include Adverbs"
msgstr ""
#. +> trunk5 stable5
#: src/practice/configure/configurepracticedialog.cpp:38
#, kde-format
msgctxt "@title:window"
msgid "Configure Practice"
msgstr ""
#. +> trunk5 stable5
#: src/practice/configure/configurepracticedialog.cpp:43
#, kde-format
msgctxt "@title:group Configure general settings for practicing vocabulary, short title in config dialog."
msgid "General"
msgstr ""
#. +> trunk5 stable5
#: src/practice/configure/configurepracticedialog.cpp:44
#, kde-format
msgctxt "Configure general settings for practicing vocabulary."
msgid "General Practice Settings"
msgstr ""
#. +> trunk5 stable5
#: src/practice/configure/configurepracticedialog.cpp:48
#, kde-format
msgctxt "@title:group vocabulary can be set to be blocked for a certain amount of time"
msgid "Blocking"
msgstr ""
#. +> trunk5 stable5
#: src/practice/configure/configurepracticedialog.cpp:48
#, kde-format
msgid "Blocking Settings"
msgstr ""
#. +> trunk5 stable5
#: src/practice/configure/configurepracticedialog.cpp:51
#, kde-format
msgctxt "@title:group ignore vocabulary based on some properties like word type"
msgid "Thresholds"
msgstr ""
#. +> trunk5 stable5
#: src/practice/configure/configurepracticedialog.cpp:51
#, kde-format
msgid "Threshold Settings"
msgstr ""
#. +> trunk5 stable5
#: src/practice/configure/configurepracticedialog.cpp:54
#, kde-format
msgctxt "@title:group Configure specific settings for practicing vocabulary, short title in config dialog."
msgid "Specific"
msgstr ""
#. +> trunk5 stable5
#: src/practice/configure/configurepracticedialog.cpp:54
#, kde-format
msgctxt "Configure specific settings for practicing vocabulary."
msgid "Specific Practice Settings"
msgstr ""
#. i18n: ectx: property (title), widget (QGroupBox, groupBox_3)
#. +> trunk5 stable5
#: src/practice/configure/generalpracticeoptions.ui:17
#, kde-format
msgid "Correction"
msgstr ""
#. i18n: ectx: property (toolTip), widget (QCheckBox, kcfg_IgnoreAccentMistakes)
#. +> trunk5 stable5
#: src/practice/configure/generalpracticeoptions.ui:23
#, kde-format
msgid "Answers with wrong accents are still counted as correct."
msgstr ""
#. i18n: ectx: property (text), widget (QCheckBox, kcfg_IgnoreAccentMistakes)
#. +> trunk5 stable5
#: src/practice/configure/generalpracticeoptions.ui:26
#, kde-format
msgid "Ignore Accents"
msgstr ""
#. i18n: ectx: property (toolTip), widget (QCheckBox, kcfg_IgnoreCapitalizationMistakes)
#. +> trunk5 stable5
#: src/practice/configure/generalpracticeoptions.ui:36
#, kde-format
msgid "Any captitalization in the answer is counted as correct."
msgstr ""
#. i18n: ectx: property (text), widget (QCheckBox, kcfg_IgnoreCapitalizationMistakes)
#. +> trunk5 stable5
#: src/practice/configure/generalpracticeoptions.ui:39
#, kde-format
msgid "Ignore Capitalization"
msgstr ""
#. i18n: ectx: property (toolTip), widget (QCheckBox, kcfg_IgnorePunctuationMistakes)
#. +> trunk5 stable5
#: src/practice/configure/generalpracticeoptions.ui:49
#, kde-format
msgid "Any punctuation mistake in the answer is counted as correct."
msgstr ""
#. i18n: ectx: property (text), widget (QCheckBox, kcfg_IgnorePunctuationMistakes)
#. +> trunk5 stable5
#: src/practice/configure/generalpracticeoptions.ui:52
#, kde-format
msgid "Ignore Punctuation"
msgstr ""
#. i18n: ectx: property (toolTip), widget (QCheckBox, kcfg_ShowHints)
#. +> trunk5 stable5
#: src/practice/configure/generalpracticeoptions.ui:62
#, kde-format
msgid "During the practice you can use the hint button to see parts of the solution."
msgstr ""
#. i18n: ectx: property (text), widget (QCheckBox, kcfg_ShowHints)
#. +> trunk5 stable5
#: src/practice/configure/generalpracticeoptions.ui:65
#, kde-format
msgid "Enable Hints"
msgstr ""
#. i18n: ectx: property (title), widget (QGroupBox, groupBox_4)
#. +> trunk5 stable5
#: src/practice/configure/generalpracticeoptions.ui:91
#, kde-format
msgid "Images and Sound"
msgstr ""
#. i18n: ectx: property (toolTip), widget (QCheckBox, kcfg_FlashcardsFrontImage)
#. +> trunk5 stable5
#: src/practice/configure/generalpracticeoptions.ui:97
#, kde-format
msgid "During the practice, images are shown for the question."
msgstr ""
#. i18n: ectx: property (text), widget (QCheckBox, kcfg_FlashcardsFrontImage)
#. +> trunk5 stable5
#: src/practice/configure/generalpracticeoptions.ui:100
#, kde-format
msgid "Image for Question"
msgstr ""
#. i18n: ectx: property (toolTip), widget (QCheckBox, kcfg_FlashcardsBackImage)
#. +> trunk5 stable5
#: src/practice/configure/generalpracticeoptions.ui:110
#, kde-format
msgid "During the practice, images are shown for the solution."
msgstr ""
#. i18n: ectx: property (text), widget (QCheckBox, kcfg_FlashcardsBackImage)
#. +> trunk5 stable5
#: src/practice/configure/generalpracticeoptions.ui:113
#, kde-format
msgid "Image for Solution"
msgstr ""
#. i18n: ectx: property (toolTip), widget (QCheckBox, kcfg_AllowImageInsteadOfWord)
#. +> trunk5 stable5
#: src/practice/configure/generalpracticeoptions.ui:123
#, kde-format
msgid "Allow using images instead of words in flashcards."
msgstr ""
#. i18n: ectx: property (text), widget (QCheckBox, kcfg_AllowImageInsteadOfWord)
#. +> trunk5 stable5
#: src/practice/configure/generalpracticeoptions.ui:126
#, kde-format
msgid "Allow images instead of words"
msgstr ""
#. i18n: ectx: property (toolTip), widget (QCheckBox, kcfg_PracticeSoundEnabled)
#. +> trunk5 stable5
#: src/practice/configure/generalpracticeoptions.ui:136
#, kde-format
msgid "Enable playing of pronunciation sound files during the practice."
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, label)
#. +> trunk5 stable5
#: src/practice/configure/generalpracticeoptions.ui:158
#, kde-format
msgid "By default you are asked to enter synonyms until you enter the one that is associated directly with the current word. With this option enabled any synonym is accepted."
msgstr ""
#. i18n: ectx: property (text), widget (QCheckBox, kcfg_CountSynonymsAsCorrect)
#. +> trunk5 stable5
#: src/practice/configure/generalpracticeoptions.ui:168
#, kde-format
msgid "Accept any Synonym"
msgstr ""
#. i18n: ectx: property (title), widget (QGroupBox, groupBox_2)
#. +> trunk5 stable5
#: src/practice/configure/generalpracticeoptions.ui:191
#, kde-format
msgid "Sessions"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, label_4)
#. +> trunk5 stable5
#: src/practice/configure/generalpracticeoptions.ui:202
#, kde-format
msgid "Max session size"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, label_5)
#. +> trunk5 stable5
#: src/practice/configure/generalpracticeoptions.ui:251
#, kde-format
msgid "Max number of new words"
msgstr ""
#. i18n: ectx: property (toolTip), widget (QCheckBox, kcfg_MultipleChoiceWordTypeConsistancy)
#. +> trunk5 stable5
#: src/practice/configure/specificpracticeoptions.ui:23
#, kde-format
msgid "When creating multiple choice practices, try to show answers of the same word type."
msgstr ""
#. i18n: ectx: property (text), widget (QCheckBox, kcfg_MultipleChoiceWordTypeConsistancy)
#. +> trunk5 stable5
#: src/practice/configure/specificpracticeoptions.ui:26
#, kde-format
msgid "Use choices of the same word type"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, label_4)
#. +> trunk5 stable5
#: src/practice/configure/specificpracticeoptions.ui:41
#, kde-format
msgid "Number of choices:"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, label_8)
#. +> trunk5 stable5
#: src/practice/configure/thresholdoptions.ui:17
#, kde-format
msgid "Only practice vocabulary that fulfills the following conditions:"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, label_2)
#. +> trunk5 stable5
#: src/practice/configure/thresholdoptions.ui:26
#, kde-format
msgid "At least"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, label_3)
#. +> trunk5 stable5
#: src/practice/configure/thresholdoptions.ui:33
#, kde-format
msgid "At most"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, label)
#. +> trunk5 stable5
#: src/practice/configure/thresholdoptions.ui:43
#, kde-format
msgid "Grade"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, label_4)
#. +> trunk5 stable5
#: src/practice/configure/thresholdoptions.ui:53
#, kde-format
msgid "Times practiced"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, label_6)
#. +> trunk5 stable5
#: src/practice/configure/thresholdoptions.ui:80
#, kde-format
msgid "Answered incorrectly"
msgstr ""
#. +> trunk5 stable5
#: src/practice/conjugationbackendmode.cpp:104
#, kde-format
msgid "All conjugation forms were right."
msgstr ""
#. +> trunk5 stable5
#: src/practice/conjugationbackendmode.cpp:107
#, kde-format
msgctxt "You did not get the conjugation forms right."
msgid "You answered %1 conjugation form correctly."
msgid_plural "You answered %1 conjugation forms correctly."
msgstr[0] ""
msgstr[1] ""
#. +> trunk5 stable5
#: src/practice/conjugationmodewidget.cpp:117
#, kde-format
msgid "Enter all conjugation forms."
msgstr ""
#. +> trunk5 stable5
#: src/practice/genderbackendmode.cpp:72
#, kde-format
msgid "Choose the right article for \"%1\""
msgstr ""
#. +> trunk5 stable5
#: src/practice/genderbackendmode.cpp:94
#, kde-format
msgctxt "@label the gender of the word: masculine"
msgid "%1 is masculine"
msgstr ""
#. +> trunk5 stable5
#: src/practice/genderbackendmode.cpp:99
#, kde-format
msgctxt "@label the gender of the word: feminine"
msgid "%1 is feminine"
msgstr ""
#. +> trunk5 stable5
#: src/practice/genderbackendmode.cpp:104
#, kde-format
msgctxt "@label the gender of the word: neuter"
msgid "%1 is neuter"
msgstr ""
#. +> trunk5 stable5
#: src/practice/guifrontend.cpp:134
#, kde-format
msgctxt "Display of the current unit during practice"
msgid "Unit: %1"
msgstr ""
#. +> trunk5 stable5
#: src/practice/guifrontend.cpp:141
#, kde-format
msgid "New word"
msgstr ""
#. +> trunk5 stable5
#: src/practice/guifrontend.cpp:145
#, kde-format
msgctxt "Display of the current confidence level during practice, 1st param is either initial or long term"
msgid "%1, confidence %2"
msgstr ""
#. +> trunk5 stable5
#: src/practice/guifrontend.cpp:146
#, kde-format
msgid "initial"
msgstr ""
#. +> trunk5 stable5
#: src/practice/guifrontend.cpp:146
#, kde-format
msgid "long term"
msgstr ""
#. +> trunk5 stable5
#: src/practice/guifrontend.cpp:212
#, kde-format
msgid ""
"You answered correctly %2 of a total of %1 word.\n"
"You are %3% done."
msgid_plural ""
"You answered correctly %2 of a total of %1 words.\n"
"You are %3% done."
msgstr[0] ""
msgstr[1] ""
#. +> trunk5 stable5
#: src/practice/latexrenderer.cpp:55
#, kde-format
msgid "Rendering..."
msgstr ""
#. +> trunk5 stable5
#: src/practice/latexrenderer.cpp:142
#, kde-format
msgid "LaTeX error."
msgstr ""
#. +> trunk5 stable5
#: src/practice/multiplechoicebackendmode.cpp:113
#: src/practice/writtenbackendmode.cpp:156
#, kde-format
msgid "You revealed the answer by using too many hints."
msgstr ""
#. i18n: ectx: property (toolTip), widget (QPushButton, answerLaterButton)
#. +> trunk5 stable5
#: src/practice/practice_mainwindow.ui:128
#, kde-format
msgid "Skip this word for now and ask again later"
msgstr ""
#. i18n: ectx: property (text), widget (QPushButton, answerLaterButton)
#. +> trunk5 stable5
#: src/practice/practice_mainwindow.ui:131
#, kde-format
msgid "Answer Later"
msgstr ""
#. i18n: ectx: property (text), widget (QPushButton, hintButton)
#. +> trunk5 stable5
#: src/practice/practice_mainwindow.ui:141
#, kde-format
msgid "Hint"
msgstr ""
#. i18n: ectx: property (text), widget (QPushButton, continueButton)
#. +> trunk5 stable5
#: src/practice/practice_mainwindow.ui:202
#, kde-format
msgid "Continue"
msgstr ""
#. i18n: ectx: property (text), widget (QPushButton, countAsWrongButton)
#. +> trunk5 stable5
#: src/practice/practice_mainwindow.ui:219
#, kde-format
msgid "I did not know it"
msgstr ""
#. i18n: ectx: property (text), widget (QPushButton, countAsCorrectButton)
#. +> trunk5 stable5
#: src/practice/practice_mainwindow.ui:226
#, kde-format
msgid "I knew it"
msgstr ""
#. i18n: ectx: property (format), widget (QProgressBar, totalProgress)
#. +> trunk5 stable5
#: src/practice/practice_mainwindow.ui:300
#, kde-format, no-c-format
msgid "%v/%m"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, absoluteLabel)
#. +> trunk5 stable5
#: src/practice/practice_widget_comparison.ui:35
#, kde-format
msgid "absolute"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, comparativeLabel)
#. +> trunk5 stable5
#: src/practice/practice_widget_comparison.ui:80
#, kde-format
msgid "comparative"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, superlativeLabel)
#. +> trunk5 stable5
#: src/practice/practice_widget_comparison.ui:125
#, kde-format
msgid "superlative"
msgstr ""
#. +> trunk5 stable5
#: src/practice/practicemainwindow.cpp:78
#, kde-format
msgid "Stop Practice"
msgstr ""
#. +> trunk5 stable5
#: src/practice/practicemainwindow.cpp:80
#, kde-format
msgid "Stop practicing"
msgstr ""
#. +> trunk5 stable5
#: src/practice/practicemainwindow.cpp:90
#, kde-format
msgid "Change answer to right/wrong"
msgstr ""
#. +> trunk5 stable5
#: src/practice/practicemainwindow.cpp:91
#, kde-format
msgid ""
"When you answered, Parley will display that the answer was right or wrong.\n"
"This shortcut changes how the answer is counted."
msgstr ""
#. +> trunk5 stable5
#: src/practice/practicesummarycomponent.cpp:66
#, kde-format
msgctxt "number of words, minutes, seconds"
msgid "You practiced %1 in %2 and %3."
msgstr ""
#. +> trunk5 stable5
#: src/practice/practicesummarycomponent.cpp:67
#, kde-format
msgid "one word"
msgid_plural "%1 words"
msgstr[0] ""
msgstr[1] ""
#. +> trunk5 stable5
#: src/practice/practicesummarycomponent.cpp:68
#, kde-format
msgid "one minute"
msgid_plural "%1 minutes"
msgstr[0] ""
msgstr[1] ""
#. +> trunk5 stable5
#: src/practice/practicesummarycomponent.cpp:69
#, kde-format
msgid "one second"
msgid_plural "%1 seconds"
msgstr[0] ""
msgstr[1] ""
#. +> trunk5 stable5
#: src/practice/practicesummarycomponent.cpp:86
#, kde-format
msgid "Practice Overview"
msgstr ""
#. +> trunk5 stable5
#: src/practice/practicesummarycomponent.cpp:87
#, kde-format
msgid "Switch to the Practice Overview page"
msgstr ""
#. +> trunk5 stable5
#: src/practice/practicesummarycomponent.cpp:156
#, kde-format
msgid "HTML Files"
msgstr ""
#. +> trunk5 stable5
#: src/practice/practicesummarycomponent.cpp:156
#, kde-format
msgid "OpenDocument text files"
msgstr ""
#. +> trunk5 stable5
#: src/practice/practicesummarycomponent.cpp:166
#, kde-format
msgid "Practice results"
msgstr ""
#. +> trunk5 stable5
#: src/practice/practicesummarycomponent.cpp:171
#, kde-format
msgid "Answered questions: %1\n"
msgstr ""
#. +> trunk5 stable5
#: src/practice/practicesummarycomponent.cpp:172
#, kde-format
msgid "Correct answers: %1\n"
msgstr ""
#. +> trunk5 stable5
#: src/practice/practicesummarycomponent.cpp:173
#, kde-format
msgid "Wrong answers: %1\n"
msgstr ""
#. +> trunk5 stable5
#: src/practice/practicesummarycomponent.cpp:180
#, kde-format
msgid "<b>Attempts</b>"
msgstr ""
#. +> trunk5 stable5
#: src/practice/practicesummarycomponent.cpp:181
#, kde-format
msgid "<b>Question</b>"
msgstr ""
#. +> trunk5 stable5
#: src/practice/practicesummarycomponent.cpp:182
#, kde-format
msgid "<b>Correct answer</b>"
msgstr ""
#. +> trunk5 stable5
#: src/practice/practicesummarycomponent.cpp:183
#, kde-format
msgid "<b>Your errors</b>"
msgstr ""
#. +> trunk5 stable5
#: src/practice/practicesummarycomponent.cpp:197
#, kde-format
msgid "Could not write to %1"
msgstr ""
#. +> trunk5 stable5
#: src/practice/practicesummarycomponent.cpp:198
#, kde-format
msgid "Could not write file"
msgstr ""
#. i18n: ectx: property (text), widget (QTableWidget, tableWidget)
#. +> trunk5 stable5
#: src/practice/practicesummarywidget.ui:28
#, kde-format
msgid "Attempts"
msgstr ""
#. i18n: ectx: property (text), widget (QTableWidget, tableWidget)
#. +> trunk5 stable5
#: src/practice/practicesummarywidget.ui:33
#, kde-format
msgid "Question"
msgstr ""
#. i18n: ectx: property (text), widget (QTableWidget, tableWidget)
#. +> trunk5 stable5
#: src/practice/practicesummarywidget.ui:43
#, kde-format
msgid "Your Answer"
msgstr ""
#. +> trunk5 stable5
#: src/practice/sessionmanagerbase.cpp:67
#, kde-format
msgid "The vocabulary collection contains fewer than two languages."
msgstr ""
#. +> trunk5 stable5
#: src/practice/sessionmanagerbase.cpp:68
#, kde-format
msgid "Could not start practice"
msgstr ""
#. +> trunk5 stable5
#: src/practice/statustoggle.cpp:86
#, kde-format
msgid ""
"This answer will be counted as correct.\n"
"Words will only be counted as correct if they are answered correctly on the first attempt."
msgstr ""
#. +> trunk5 stable5
#: src/practice/statustoggle.cpp:87
#, kde-format
msgid "Count this answer as wrong"
msgstr ""
#. +> trunk5 stable5
#: src/practice/statustoggle.cpp:90
#, kde-format
msgid ""
"This answer will be counted as wrong.\n"
"Words will only be counted as correct if they are answered correctly on the first attempt."
msgstr ""
#. +> trunk5 stable5
#: src/practice/statustoggle.cpp:91
#, kde-format
msgid "Count this answer as correct"
msgstr ""
#. +> trunk5 stable5
#: src/practice/summarybarwidget.cpp:85
#, kde-format
msgctxt "test results"
msgid "%1 % correct"
msgstr ""
#. +> trunk5 stable5
#: src/practice/summarybarwidget.cpp:87
#, kde-format
msgctxt "test results"
msgid "%1 % wrong"
msgstr ""
#. +> trunk5 stable5
#: src/practice/summarybarwidget.cpp:89
#, kde-format
msgctxt "test results"
msgid "%1 % not answered"
msgstr ""
#. +> trunk5 stable5
#: src/practice/summarybarwidget.cpp:148
#, kde-format
msgid "Answered correctly on the first attempt: %1 of %2 (%3 %)"
msgstr ""
#. +> trunk5 stable5
#: src/practice/summarybarwidget.cpp:155
#, kde-format
msgid "Answered wrong on the first attempt: %1 of %2 (%3 %)"
msgstr ""
#. +> trunk5 stable5
#: src/practice/summarybarwidget.cpp:162
#, kde-format
msgid "Not answered during this practice: %1 of %2 (%3 %)"
msgstr ""
#. +> trunk5 stable5
#: src/practice/writtenbackendmode.cpp:81
#, kde-format
msgid "Your answer was wrong."
msgstr ""
#. +> trunk5 stable5
#: src/practice/writtenbackendmode.cpp:95
#, kde-format
msgid "Your answer was a synonym. Please enter another word with the same translation."
msgstr ""
#. +> trunk5 stable5
#: src/practice/writtenbackendmode.cpp:99
#, kde-format
msgid "Your answer was an already entered synonym."
msgstr ""
#. +> trunk5 stable5
#: src/practice/writtenbackendmode.cpp:102
#, kde-format
msgid "Your answer was a synonym and your punctuation was wrong."
msgstr ""
#. +> trunk5 stable5
#: src/practice/writtenbackendmode.cpp:104
#, kde-format
msgid "Your answer was a synonym and your capitalization was wrong."
msgstr ""
#. +> trunk5 stable5
#: src/practice/writtenbackendmode.cpp:106
#, kde-format
msgid "Your answer was a synonym and accents were wrong."
msgstr ""
#. +> trunk5 stable5
#: src/practice/writtenbackendmode.cpp:108
#, kde-format
msgid "Your answer was a synonym."
msgstr ""
#. +> trunk5 stable5
#: src/practice/writtenbackendmode.cpp:116
#, kde-format
msgid "Your answer was wrong as punctuation mistakes are not accepted. Please try again."
msgstr ""
#. +> trunk5 stable5
#: src/practice/writtenbackendmode.cpp:118
#, kde-format
msgid "Your answer was wrong as capitalization mistakes are not accepted. Please try again."
msgstr ""
#. +> trunk5 stable5
#: src/practice/writtenbackendmode.cpp:120
#, kde-format
msgid "Your answer was wrong as accent mistakes are not accepted. Please try again."
msgstr ""
#. +> trunk5 stable5
#: src/practice/writtenbackendmode.cpp:122
#, kde-format
msgid "Your answer was wrong. Please try again."
msgstr ""
#. +> trunk5 stable5
#: src/practice/writtenbackendmode.cpp:129
#, kde-format
msgid "Your answer was right, but your punctuation was wrong."
msgstr ""
#. +> trunk5 stable5
#: src/practice/writtenbackendmode.cpp:131
#, kde-format
msgid "Your answer was right, but your capitalization was wrong."
msgstr ""
#. +> trunk5 stable5
#: src/practice/writtenbackendmode.cpp:133
#, kde-format
msgid "Your answer was right, but accents were wrong."
msgstr ""
#. +> trunk5 stable5
#: src/practice/writtenbackendmode.cpp:135
#, kde-format
msgid "Your answer was right."
msgstr ""
#. +> trunk5 stable5
#: src/practice/writtenbackendmode.cpp:139
#, kde-format
msgid "Your answer was right... but not on the first try and your punctuation was wrong."
msgstr ""
#. +> trunk5 stable5
#: src/practice/writtenbackendmode.cpp:141
#, kde-format
msgid "Your answer was right... but not on the first try and your capitalization was wrong."
msgstr ""
#. +> trunk5 stable5
#: src/practice/writtenbackendmode.cpp:143
#, kde-format
msgid "Your answer was right... but not on the first try and accents were wrong."
msgstr ""
#. +> trunk5 stable5
#: src/practice/writtenbackendmode.cpp:145
#, kde-format
msgid "Your answer was right... but not on the first try."
msgstr ""
#. +> trunk5 stable5
#: src/practice/writtenbackendmode.cpp:165
#, kde-format
msgid "The solution starts with: %1"
msgstr ""
#. +> trunk5 stable5
#: src/practice/writtenpracticewidget.cpp:138
#, kde-format
msgid "Synonym: "
msgstr ""
#. +> trunk5 stable5
#: src/scripts/script.cpp:51
#, kde-format
msgid "The script file does not exist."
msgstr ""
#. +> trunk5 stable5
#: src/scripts/script.cpp:82
#, kde-format
msgid "Error in file %1 at line %2:"
msgstr ""
#. +> trunk5 stable5
#: src/scripts/script.cpp:84
#, kde-format
msgctxt "debug information in error message"
msgid "Backtrace:"
msgstr ""
#. +> trunk5 stable5
#: src/scripts/scriptdialog.cpp:37
#, kde-format
msgid "Script Dialog"
msgstr ""
#. +> trunk5 stable5
#: src/scripts/scriptmanager.cpp:140
#, kde-format
msgid "A script could not be activated and has been disabled."
msgid_plural "%1 scripts could not be activated and have been disabled."
msgstr[0] ""
msgstr[1] ""
#. +> trunk5 stable5
#: src/scripts/scriptmanager.cpp:140
#, kde-format
msgid "This probably means that there are errors in the script or that the required packages are not installed."
msgstr ""
#. +> trunk5 stable5
#: src/scripts/scriptmanager.cpp:142
#, kde-format
msgid "Script Activation"
msgstr ""
#. i18n: ectx: property (title), widget (QGroupBox, tiltle_group)
#. +> trunk5 stable5
#: src/settings/documentproperties.ui:25
#, kde-format
msgid "General Document Properties"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, label_title)
#. +> trunk5 stable5
#: src/settings/documentproperties.ui:37
#, kde-format
msgid "&Title:"
msgstr ""
#. i18n: ectx: property (toolTip), widget (QLineEdit, titleLineEdit)
#. i18n: ectx: property (toolTip), widget (QLineEdit, authorLineEdit)
#. +> trunk5 stable5
#: src/settings/documentproperties.ui:56 src/settings/documentproperties.ui:82
#, kde-format
msgid "A title for your document."
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, label_author)
#. +> trunk5 stable5
#: src/settings/documentproperties.ui:63
#, kde-format
msgid "&Author:"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, label_author_2)
#. +> trunk5 stable5
#: src/settings/documentproperties.ui:89
#, kde-format
msgid "&Email:"
msgstr ""
#. i18n: ectx: property (toolTip), widget (QLineEdit, contactLineEdit)
#. +> trunk5 stable5
#: src/settings/documentproperties.ui:108
#, kde-format
msgid "A way to contact you (email or a webpage)."
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, label_remark)
#. +> trunk5 stable5
#: src/settings/documentproperties.ui:115
#, kde-format
msgid "&Comment:"
msgstr ""
#. i18n: ectx: property (toolTip), widget (KTextEdit, commentTextEdit)
#. +> trunk5 stable5
#: src/settings/documentproperties.ui:134
#, kde-format
msgid "Any additional information."
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, label)
#. +> trunk5 stable5
#: src/settings/documentproperties.ui:147
#, kde-format
msgid "Cat&egory"
msgstr ""
#. i18n: ectx: property (toolTip), widget (KComboBox, categoryComboBox)
#. +> trunk5 stable5
#: src/settings/documentproperties.ui:160
#, kde-format
msgid "A general category into which your document belongs."
msgstr ""
#. i18n: ectx: property (text), item, widget (KComboBox, categoryComboBox)
#. +> trunk5 stable5
#: src/settings/documentproperties.ui:172
#, kde-format
msgid "Music"
msgstr ""
#. i18n: ectx: property (text), item, widget (KComboBox, categoryComboBox)
#. +> trunk5 stable5
#: src/settings/documentproperties.ui:177
#, kde-format
msgid "Geography"
msgstr ""
#. i18n: ectx: property (text), item, widget (KComboBox, categoryComboBox)
#. +> trunk5 stable5
#: src/settings/documentproperties.ui:182
#, kde-format
msgid "Anatomy"
msgstr ""
#. i18n: ectx: property (text), item, widget (KComboBox, categoryComboBox)
#. +> trunk5 stable5
#: src/settings/documentproperties.ui:187
#, kde-format
msgid "History"
msgstr ""
#. i18n: ectx: property (text), item, widget (KComboBox, categoryComboBox)
#. +> trunk5 stable5
#: src/settings/documentproperties.ui:192
#, kde-format
msgid "Test Preparation"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, label_license)
#. +> trunk5 stable5
#: src/settings/documentproperties.ui:200
#, kde-format
msgid "&License:"
msgstr ""
#. i18n: ectx: property (toolTip), widget (KComboBox, licenseComboBox)
#. +> trunk5 stable5
#: src/settings/documentproperties.ui:214
#, kde-format
msgid ""
"The license under which your document will be.\n"
"If you consider contributing your file to KDE in the future, an appropriate license is required."
msgstr ""
#. i18n: ectx: property (text), item, widget (KComboBox, licenseComboBox)
#. +> trunk5 stable5
#: src/settings/documentproperties.ui:226
#, kde-format
msgid "GPLv2+ (GNU General Public License version 2 or later)"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, label_language_1)
#. +> trunk5 stable5
#: src/settings/documentproperties.ui:243
#, kde-format
msgid "&First language:"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, label_language_2)
#. +> trunk5 stable5
#: src/settings/documentproperties.ui:269
#, kde-format
msgid "&Second language:"
msgstr ""
#. i18n: ectx: property (text), widget (QCheckBox, grammarCheckBox)
#. +> trunk5 stable5
#: src/settings/documentproperties.ui:298
#, kde-format
msgid "&Setup Grammar Details"
msgstr ""
#. i18n: ectx: property (text), widget (QCheckBox, downloadGrammarCheckBox)
#. +> trunk5 stable5
#: src/settings/documentproperties.ui:308
#, kde-format
msgctxt "Attept to download grammar properties for the selected languages"
msgid "Download Grammar"
msgstr ""
#. i18n: ectx: label, entry (ConjugationTenses), group (Locale $(locale))
#. i18n: ectx: whatsthis, entry (ConjugationTenses), group (Locale $(locale))
#. i18n: ectx: label, entry (ConjugationTenses), group (Document $(fileurl))
#. i18n: ectx: whatsthis, entry (ConjugationTenses), group (Document $(fileurl))
#. +> trunk5 stable5
#: src/settings/documentsettings.kcfg:11 src/settings/documentsettings.kcfg:12
#: src/settings/languagesettings.kcfg:23 src/settings/languagesettings.kcfg:24
#, kde-format
msgid "Selected tenses for conjugation practice."
msgstr ""
#. i18n: ectx: label, entry (VisibleColumns), group (Locale $(locale))
#. i18n: ectx: whatsthis, entry (VisibleColumns), group (Locale $(locale))
#. i18n: ectx: label, entry (VisibleColumns), group (Document $(fileurl))
#. i18n: ectx: whatsthis, entry (VisibleColumns), group (Document $(fileurl))
#. +> trunk5 stable5
#: src/settings/documentsettings.kcfg:16 src/settings/documentsettings.kcfg:17
#: src/settings/languagesettings.kcfg:28 src/settings/languagesettings.kcfg:29
#, kde-format
msgid "Visible columns in the main editor window."
msgstr ""
+#. i18n: ectx: label, entry (CollapsedStatisticsViewItems), group (Document $(fileurl))
+#. i18n: ectx: whatsthis, entry (CollapsedStatisticsViewItems), group (Document $(fileurl))
+#. +> trunk5
+#: src/settings/documentsettings.kcfg:20 src/settings/documentsettings.kcfg:21
+#, kde-format
+msgid "Collapsed tree view items of statistics view window."
+msgstr ""
+
#. +> trunk5 stable5
#: src/settings/generaloptions.cpp:60
#, kde-format
msgctxt "CSV separator"
msgid ";"
msgstr ""
#. +> trunk5 stable5
#: src/settings/generaloptions.cpp:61
#, kde-format
msgctxt "CSV separator"
msgid "#"
msgstr ""
#. +> trunk5 stable5
#: src/settings/generaloptions.cpp:62
#, kde-format
msgctxt "CSV separator"
msgid "!"
msgstr ""
#. +> trunk5 stable5
#: src/settings/generaloptions.cpp:63
#, kde-format
msgctxt "CSV separator"
msgid "|"
msgstr ""
#. +> trunk5 stable5
#: src/settings/generaloptions.cpp:64
#, kde-format
msgctxt "CSV separator"
msgid ","
msgstr ""
#. +> trunk5 stable5
#: src/settings/generaloptions.cpp:65
#, kde-format
msgctxt "CSV separator: tabulator"
msgid "TAB"
msgstr ""
#. +> trunk5 stable5
#: src/settings/generaloptions.cpp:66
#, kde-format
msgctxt "CSV separator"
msgid ">= 2 SPACES"
msgstr ""
#. +> trunk5 stable5
#: src/settings/generaloptions.cpp:67
#, kde-format
msgctxt "CSV separator"
msgid " : "
msgstr ""
#. +> trunk5 stable5
#: src/settings/generaloptions.cpp:68
#, kde-format
msgctxt "CSV separator"
msgid " :: "
msgstr ""
#. i18n: ectx: property (title), widget (QGroupBox, groupBox)
#. +> trunk5 stable5
#: src/settings/generaloptionsbase.ui:17
#, kde-format
msgid "Open/Save"
msgstr ""
#. i18n: ectx: property (toolTip), widget (QCheckBox, kcfg_AutoOpenLast)
#. +> trunk5 stable5
#: src/settings/generaloptionsbase.ui:23
#, kde-format
msgid "Always open the collection that was active when quitting Parley"
msgstr ""
#. i18n: ectx: property (whatsThis), widget (QCheckBox, kcfg_AutoOpenLast)
#. +> trunk5 stable5
#: src/settings/generaloptionsbase.ui:26
#, kde-format
msgid "When this option is checked, the last active collection will be loaded automatically when starting Parley instead of showing the welcome screen."
msgstr ""
#. i18n: ectx: property (text), widget (QCheckBox, kcfg_AutoOpenLast)
#. +> trunk5 stable5
#: src/settings/generaloptionsbase.ui:29
#, kde-format
msgid "Always load the last opened collection on start"
msgstr ""
#. i18n: ectx: property (toolTip), widget (QCheckBox, kcfg_AutoSave)
#. i18n: ectx: property (toolTip), widget (QCheckBox, kcfg_AutoBackup)
#. +> trunk5 stable5
#: src/settings/generaloptionsbase.ui:39 src/settings/generaloptionsbase.ui:60
#, kde-format
msgid "Allow automatic saving of your work"
msgstr ""
#. i18n: ectx: property (whatsThis), widget (QCheckBox, kcfg_AutoSave)
#. i18n: ectx: property (whatsThis), widget (QCheckBox, kcfg_AutoBackup)
#. +> trunk5 stable5
#: src/settings/generaloptionsbase.ui:42 src/settings/generaloptionsbase.ui:63
#, kde-format
msgid "Your work will be automatically saved if you check this option"
msgstr ""
#. i18n: ectx: property (text), widget (QCheckBox, kcfg_AutoSave)
#. +> trunk5 stable5
#: src/settings/generaloptionsbase.ui:45
#, kde-format
msgid "&Save vocabularies automatically on close and quit"
msgstr ""
#. i18n: ectx: property (text), widget (QCheckBox, kcfg_AutoBackup)
#. +> trunk5 stable5
#: src/settings/generaloptionsbase.ui:66
#, kde-format
msgid "&Create a backup every"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, lblBackupInterva)
#. +> trunk5 stable5
#: src/settings/generaloptionsbase.ui:89
#, kde-format
msgid "minutes"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, label_sep)
#. +> trunk5 stable5
#: src/settings/generaloptionsbase.ui:100
#, kde-format
msgid "Sep&arator for text file import/export (CSV):"
msgstr ""
#. i18n: ectx: property (toolTip), widget (KComboBox, kcfg_SeparatorCombo)
#. +> trunk5 stable5
#: src/settings/generaloptionsbase.ui:116
#, kde-format
msgid "Choose which separator you want to use to separate your data when importing and exporting text."
msgstr ""
#. i18n: ectx: property (whatsThis), widget (KComboBox, kcfg_SeparatorCombo)
#. +> trunk5 stable5
#: src/settings/generaloptionsbase.ui:119
#, kde-format
msgid "Choose the separator to use to divide the parts of an expression when importing or exporting data as text."
msgstr ""
#. i18n: ectx: property (title), widget (QGroupBox, groupBox_2)
#. +> trunk5 stable5
#: src/settings/generaloptionsbase.ui:144
#, kde-format
msgid "Editing"
msgstr ""
#. i18n: ectx: property (text), widget (QCheckBox, kcfg_SmartAppend)
#. +> trunk5 stable5
#: src/settings/generaloptionsbase.ui:162
#, kde-format
msgid "&Append new rows automatically when editing"
msgstr ""
#. i18n: ectx: property (text), widget (QPushButton, getNewButton)
#. +> trunk5 stable5
#: src/settings/kgametheme/kgamethemeselector.ui:40
#, kde-format
msgid "&Get New Themes..."
msgstr ""
#. i18n: ectx: property (title), widget (QGroupBox, groupBox)
#. +> trunk5 stable5
#: src/settings/kgametheme/kgamethemeselector.ui:97
#, kde-format
msgid "Theme Details"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, labelContact)
#. +> trunk5 stable5
#: src/settings/kgametheme/kgamethemeselector.ui:131
#, kde-format
msgid "Contact:"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, labelDescription)
#. +> trunk5 stable5
#: src/settings/kgametheme/kgamethemeselector.ui:166
#, kde-format
msgid "Description:"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, labelAuthor)
#. +> trunk5 stable5
#: src/settings/kgametheme/kgamethemeselector.ui:201
#, kde-format
msgid "Author:"
msgstr ""
#. +> trunk5 stable5
#: src/settings/languageproperties.cpp:30
#, kde-format
msgid "Edit Languages"
msgstr ""
#. +> trunk5 stable5
#: src/settings/languageproperties.cpp:35
#, kde-format
msgid "Add language"
msgstr ""
#. +> trunk5 stable5
#: src/settings/languageproperties.cpp:39
#, kde-format
msgid "Remove language"
msgstr ""
#. +> trunk5 stable5
#: src/settings/languageproperties.cpp:54
#, kde-format
msgid "New Language"
msgstr ""
#. +> trunk5 stable5
#: src/settings/languageproperties.cpp:67
#, kde-format
msgctxt "Edit language properties"
msgid "Properties for %1"
msgstr ""
#. +> trunk5 stable5
#: src/settings/languageproperties.cpp:96
#, kde-format
msgid "Really delete language: %1?"
msgstr ""
#. +> trunk5 stable5
#: src/settings/languageproperties.cpp:96
#, kde-format
msgid "Remove Language"
msgstr ""
#. +> trunk5 stable5
#: src/settings/languagepropertiespage.cpp:89
#, kde-format
msgid "No KDE keyboard selector found."
msgstr ""
#. +> trunk5 stable5
#: src/settings/languagepropertiespage.cpp:357
#: src/settings/languagepropertiespage.cpp:379
#, kde-format
msgid "Tense Name"
msgstr ""
#. +> trunk5 stable5
#: src/settings/languagepropertiespage.cpp:357
#: src/settings/languagepropertiespage.cpp:379
#, kde-format
msgid "Enter name of tense:"
msgstr ""
#. +> trunk5 stable5
#: src/settings/languagepropertiespage.cpp:408
#, kde-format
msgid ""
"The selected user defined tense could not be deleted\n"
"because it is in use."
msgstr ""
#. +> trunk5 stable5
#: src/settings/languagepropertiespage.cpp:408
#, kde-format
msgid "Deleting Tense Description"
msgstr ""
#. i18n: ectx: attribute (title), widget (QWidget, tab)
#. +> trunk5 stable5
#: src/settings/languagepropertiespage.ui:21
#, kde-format
msgid "General"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, nameLabel)
#. +> trunk5 stable5
#: src/settings/languagepropertiespage.ui:30
#, kde-format
msgid "Name:"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, keyboardLayoutLabel)
#. +> trunk5 stable5
#: src/settings/languagepropertiespage.ui:46
#, kde-format
msgid "Keyboard layout:"
msgstr ""
#. i18n: ectx: property (text), widget (QPushButton, downloadGrammarButton)
#. +> trunk5 stable5
#: src/settings/languagepropertiespage.ui:75
#, kde-format
msgid "&Download Grammar"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, spellcheckerLabel)
#. +> trunk5 stable5
#: src/settings/languagepropertiespage.ui:88
#, kde-format
msgid "Spell checker:"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, localeSelectionLabel)
#. +> trunk5 stable5
#: src/settings/languagepropertiespage.ui:101
#, kde-format
msgid "Language:"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, fontLabel_2)
#. +> trunk5 stable5
#: src/settings/languagepropertiespage.ui:117
#, kde-format
msgid "Font (practice):"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, fontLabel_3)
#. +> trunk5 stable5
#: src/settings/languagepropertiespage.ui:127
#, kde-format
msgid "Font (editor):"
msgstr ""
#. i18n: ectx: attribute (title), widget (QWidget, tab_2)
#. +> trunk5 stable5
#: src/settings/languagepropertiespage.ui:141
#, kde-format
msgid "Articles"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, TextLabel3)
#. i18n: ectx: property (text), widget (QLabel, TextLabel3_2)
#. +> trunk5 stable5
#: src/settings/languagepropertiespage.ui:153
#: src/settings/languagepropertiespage.ui:404
#, kde-format
msgid "Definite"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, TextLabel4)
#. i18n: ectx: property (text), widget (QLabel, TextLabel4_2)
#. +> trunk5 stable5
#: src/settings/languagepropertiespage.ui:160
#: src/settings/languagepropertiespage.ui:411
#, kde-format
msgid "Indefinite"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, male_label)
#. i18n: ectx: property (text), widget (QLabel, male_label_2)
#. +> trunk5 stable5
#: src/settings/languagepropertiespage.ui:167
#: src/settings/languagepropertiespage.ui:365
#, kde-format
msgid "&Male:"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, female_label)
#. i18n: ectx: property (text), widget (QLabel, female_label_2)
#. +> trunk5 stable5
#: src/settings/languagepropertiespage.ui:190
#: src/settings/languagepropertiespage.ui:352
#, kde-format
msgid "&Female:"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, natural_label)
#. i18n: ectx: property (text), widget (QLabel, natural_label_2)
#. +> trunk5 stable5
#: src/settings/languagepropertiespage.ui:223
#: src/settings/languagepropertiespage.ui:339
#, kde-format
msgid "&Neutral:"
msgstr ""
#. i18n: ectx: attribute (title), widget (QWidget, tab_3)
#. +> trunk5 stable5
#: src/settings/languagepropertiespage.ui:451
#, kde-format
msgid "Personal Pronouns"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, pers1_label)
#. +> trunk5 stable5
#: src/settings/languagepropertiespage.ui:507
#, kde-format
msgid "&1. Person:"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, pers2_label)
#. +> trunk5 stable5
#: src/settings/languagepropertiespage.ui:543
#, kde-format
msgid "&2. Person:"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, pers3_label)
#. +> trunk5 stable5
#: src/settings/languagepropertiespage.ui:579
#, kde-format
msgid "3. Person:"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, male_c_label)
#. +> trunk5 stable5
#: src/settings/languagepropertiespage.ui:589
#, kde-format
msgid "M&ale:"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, female_c_label)
#. +> trunk5 stable5
#: src/settings/languagepropertiespage.ui:625
#, kde-format
msgid "F&emale:"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, natural_c_label)
#. +> trunk5 stable5
#: src/settings/languagepropertiespage.ui:661
#, kde-format
msgid "Neu&ter:"
msgstr ""
#. i18n: ectx: property (text), widget (QCheckBox, dualCheckBox)
#. +> trunk5 stable5
#: src/settings/languagepropertiespage.ui:697
#, kde-format
msgid "Dual conjugations"
msgstr ""
#. i18n: ectx: property (text), widget (QCheckBox, neutralCheckBox)
#. +> trunk5 stable5
#: src/settings/languagepropertiespage.ui:704
#, kde-format
msgid "A neutral conjugation form exists"
msgstr ""
#. i18n: ectx: property (text), widget (QCheckBox, maleFemaleDifferCheckBox)
#. +> trunk5 stable5
#: src/settings/languagepropertiespage.ui:717
#, kde-format
msgid "Male/female have different conjugations"
msgstr ""
#. i18n: ectx: attribute (title), widget (QWidget, tab_4)
#. +> trunk5 stable5
#: src/settings/languagepropertiespage.ui:725
#: src/statistics/conjugationoptions.cpp:34
#, kde-format
msgid "Tenses"
msgstr ""
#. i18n: ectx: property (text), widget (QPushButton, newButton)
#. +> trunk5 stable5
#: src/settings/languagepropertiespage.ui:752 src/settings/optionlistform.ui:63
#, kde-format
msgid "&New..."
msgstr ""
#. i18n: ectx: property (text), widget (QPushButton, modifyButton)
#. +> trunk5 stable5
#: src/settings/languagepropertiespage.ui:765 src/settings/optionlistform.ui:78
#, kde-format
msgid "&Modify..."
msgstr ""
#. i18n: ectx: property (text), widget (QPushButton, deleteButton)
#. +> trunk5 stable5
#: src/settings/languagepropertiespage.ui:778 src/settings/optionlistform.ui:93
#, kde-format
msgid "&Delete"
msgstr ""
#. i18n: ectx: label, entry (KeyboardLayout), group (Locale $(locale))
#. i18n: ectx: whatsthis, entry (KeyboardLayout), group (Locale $(locale))
#. +> trunk5 stable5
#: src/settings/languagesettings.kcfg:12 src/settings/languagesettings.kcfg:13
#, kde-format
msgid "Keyboard layout for this locale"
msgstr ""
#. i18n: ectx: label, entry (SpellChecker), group (Locale $(locale))
#. i18n: ectx: whatsthis, entry (SpellChecker), group (Locale $(locale))
#. +> trunk5 stable5
#: src/settings/languagesettings.kcfg:17 src/settings/languagesettings.kcfg:18
#, kde-format
msgid "Spell checker for this language"
msgstr ""
#. i18n: ectx: label, entry (PracticeFont), group (Locale $(locale))
#. +> trunk5 stable5
#: src/settings/languagesettings.kcfg:32
#, kde-format
msgid "The font used during practice"
msgstr ""
#. i18n: ectx: label, entry (EditorFont), group (Locale $(locale))
#. +> trunk5 stable5
#: src/settings/languagesettings.kcfg:36
#, kde-format
msgid "The font used in the editor"
msgstr ""
#. i18n: ectx: property (text), widget (QPushButton, cleanUpButton)
#. +> trunk5 stable5
#: src/settings/optionlistform.ui:124
#, kde-format
msgid "&Clean Up"
msgstr ""
#. i18n: ectx: label, entry (Theme), group (General)
#. +> trunk5 stable5
#: src/settings/parley.kcfg:11
#, kde-format
msgid "Theme to use for practice and welcome screen"
msgstr ""
#. i18n: ectx: label, entry (NumPreSetting), group (General)
#. +> trunk5 stable5
#: src/settings/parley.kcfg:15
#, kde-format
msgid "Number of stored setting profiles"
msgstr ""
#. i18n: ectx: label, entry (SmartAppend), group (General)
#. +> trunk5 stable5
#: src/settings/parley.kcfg:19
#, kde-format
msgid "If true, when using the entry dialog, new rows will be appended as needed"
msgstr ""
#. i18n: ectx: label, entry (Separator), group (General)
#. +> trunk5 stable5
#: src/settings/parley.kcfg:23
#, kde-format
msgid "This sets the separator used when copying/pasting text, default is Tab"
msgstr ""
#. i18n: ectx: label, entry (EntriesPerLesson), group (General)
#. +> trunk5 stable5
#: src/settings/parley.kcfg:27
#, kde-format
msgid "The number of entries per unit"
msgstr ""
#. i18n: ectx: label, entry (AutoOpenLast), group (General)
#. +> trunk5 stable5
#: src/settings/parley.kcfg:31
#, kde-format
msgid "If true, on each application start the last opened file will be loaded"
msgstr ""
#. i18n: ectx: label, entry (AutoSave), group (General)
#. +> trunk5 stable5
#: src/settings/parley.kcfg:35
#, kde-format
msgid "If true, vocabularies are automatically saved on close and exit"
msgstr ""
#. i18n: ectx: label, entry (AutoBackup), group (General)
#. +> trunk5 stable5
#: src/settings/parley.kcfg:42
#, kde-format
msgid "If true, a backup is saved every BackupTime minutes"
msgstr ""
#. i18n: ectx: label, entry (BackupTime), group (General)
#. +> trunk5 stable5
#: src/settings/parley.kcfg:46
#, kde-format
msgid "Time interval between two automatic backups"
msgstr ""
#. i18n: ectx: label, entry (FlashcardsFrontImage), group (PracticeOptions)
#. +> trunk5 stable5
#: src/settings/parley.kcfg:57
#, kde-format
msgid "Show images on the front of the flashcard."
msgstr ""
#. i18n: ectx: label, entry (FlashcardsBackImage), group (PracticeOptions)
#. +> trunk5 stable5
#: src/settings/parley.kcfg:61
#, kde-format
msgid "Show images on the back of the flashcard."
msgstr ""
#. i18n: ectx: label, entry (Block), group (PracticeOptions)
#. +> trunk5 stable5
#: src/settings/parley.kcfg:65
#, kde-format
msgid "In Blocking Query Tab Dialog, if checked then the Query is blocked"
msgstr ""
#. i18n: ectx: label, entry (Expire), group (PracticeOptions)
#. +> trunk5 stable5
#: src/settings/parley.kcfg:69
#, kde-format
msgid "In Blocking Query Tab Dialog, if checked then the Query accepts an expiring time"
msgstr ""
#. i18n: ectx: label, entry (TestOrderLesson), group (PracticeOptions)
#. +> trunk5 stable5
#: src/settings/parley.kcfg:73
#, kde-format
msgid "Append new vocabulary in a collection in order of their units. Note that this will not be a hard transition, but a slow mix from one unit to the next."
msgstr ""
#. i18n: ectx: label, entry (TestNumberOfEntries), group (PracticeOptions)
#. +> trunk5 stable5
#: src/settings/parley.kcfg:77
#, kde-format
msgid "The number of entries that are practiced at the same time. If one of these is answered correctly another entry will be appended."
msgstr ""
#. i18n: ectx: label, entry (SwapDirection), group (PracticeOptions)
#. +> trunk5 stable5
#: src/settings/parley.kcfg:81
#, kde-format
msgid "Swap direction randomly"
msgstr ""
#. i18n: ectx: label, entry (PracticeTimeout), group (PracticeOptions)
#. +> trunk5 stable5
#: src/settings/parley.kcfg:86
#, kde-format
msgid "Limit the time for the user to answer in a test."
msgstr ""
#. i18n: ectx: label, entry (PracticeTimeoutMode), group (PracticeOptions)
#. +> trunk5 stable5
#: src/settings/parley.kcfg:90
#, kde-format
msgid "Show - show the solution after the given time; Continue - go to the next question after the given time."
msgstr ""
#. i18n: ectx: label, entry (PracticeTimeoutTimePerAnswer), group (PracticeOptions)
#. +> trunk5 stable5
#: src/settings/parley.kcfg:98
#, kde-format
msgid "Maximum time allowed to answer."
msgstr ""
#. i18n: ectx: label, entry (Suggestions), group (PracticeOptions)
#. +> trunk5 stable5
#: src/settings/parley.kcfg:103
#, kde-format
msgid "Enable suggestion lists in written practice."
msgstr ""
#. i18n: ectx: label, entry (ShowHints), group (PracticeOptions)
#. +> trunk5 stable5
#: src/settings/parley.kcfg:107
#, kde-format
msgid "Enable the showing of hints."
msgstr ""
#. i18n: ectx: label, entry (IgnoreAccentMistakes), group (PracticeOptions)
#. +> trunk5 stable5
#: src/settings/parley.kcfg:111
#, kde-format
msgid "Count answers as right when only the accentuation is wrong."
msgstr ""
#. i18n: ectx: label, entry (IgnoreCapitalizationMistakes), group (PracticeOptions)
#. +> trunk5 stable5
#: src/settings/parley.kcfg:115
#, kde-format
msgid "Count answers as right when only the capitalization is wrong."
msgstr ""
#. i18n: ectx: label, entry (IgnorePunctuationMistakes), group (PracticeOptions)
#. +> trunk5 stable5
#: src/settings/parley.kcfg:119
#, kde-format
msgid "Count answers as right when only the punctuation is wrong."
msgstr ""
#. i18n: ectx: label, entry (SplitTranslations), group (PracticeOptions)
#. +> trunk5 stable5
#: src/settings/parley.kcfg:124
#, kde-format
msgid "Split translations in written practice."
msgstr ""
#. i18n: ectx: label, entry (Periods), group (PracticeOptions)
#. +> trunk5 stable5
#: src/settings/parley.kcfg:128
#, kde-format
msgid "Split translations at periods."
msgstr ""
#. i18n: ectx: label, entry (Colons), group (PracticeOptions)
#. +> trunk5 stable5
#: src/settings/parley.kcfg:132
#, kde-format
msgid "Split translations at colons."
msgstr ""
#. i18n: ectx: label, entry (Semicolons), group (PracticeOptions)
#. +> trunk5 stable5
#: src/settings/parley.kcfg:136
#, kde-format
msgid "Split translations at semicolons."
msgstr ""
#. i18n: ectx: label, entry (Commas), group (PracticeOptions)
#. +> trunk5 stable5
#: src/settings/parley.kcfg:140
#, kde-format
msgid "Split translations at commas."
msgstr ""
#. i18n: ectx: label, entry (ShowMore), group (PracticeOptions)
#. +> trunk5 stable5
#: src/settings/parley.kcfg:146
#, kde-format
msgid "Enable Show More button to reveal parts of the solution in written practice."
msgstr ""
#. i18n: ectx: label, entry (SkipKnownEnabled), group (PracticeOptions)
#. +> trunk5 stable5
#: src/settings/parley.kcfg:150
#, kde-format
msgid "Enable Skip (I Know It) button in written practice."
msgstr ""
#. i18n: ectx: label, entry (CountSynonymsAsCorrect), group (PracticeOptions)
#. +> trunk5 stable5
#: src/settings/parley.kcfg:154
#, kde-format
msgid "When the synonym instead of the word was entered, does it count as correct?"
msgstr ""
#. i18n: ectx: label, entry (PracticeImagesEnabled), group (PracticeOptions)
#. +> trunk5 stable5
#: src/settings/parley.kcfg:158
#, kde-format
msgid "Enable image display in the practice dialogs."
msgstr ""
#. i18n: ectx: label, entry (PracticeSoundEnabled), group (PracticeOptions)
#. +> trunk5 stable5
#: src/settings/parley.kcfg:162
#, kde-format
msgid "Enable sound playback in the practice dialogs."
msgstr ""
#. i18n: ectx: label, entry (AllowImageInsteadOfWord), group (PracticeOptions)
#. +> trunk5 stable5
#: src/settings/parley.kcfg:166
#, kde-format
msgid "Allow using images instead of words in flashcards. This will only be done if there is no word in the entry."
msgstr ""
#. i18n: ectx: label, entry (SessionMaxSize), group (PracticeOptions)
#. +> trunk5 stable5
#: src/settings/parley.kcfg:172
#, kde-format
msgid "The maximum number of words that will be practiced in a training session."
msgstr ""
#. i18n: ectx: label, entry (SessionMaxNewWords), group (PracticeOptions)
#. +> trunk5 stable5
#: src/settings/parley.kcfg:176
#, kde-format
msgid "The maximum number of new (untrained) words that will be used in a training session."
msgstr ""
#. i18n: ectx: label, entry (SessionLimitWordsInitialPhase), group (PracticeOptions)
#. +> trunk5 stable5
#: src/settings/parley.kcfg:180
#, kde-format
msgid "Limit the number of words in the initial phase."
msgstr ""
#. i18n: ectx: label, entry (SessionMaxWordsInitialPhase), group (PracticeOptions)
#. +> trunk5 stable5
#: src/settings/parley.kcfg:184
#, kde-format
msgid "The maximum number of words in the initial phase. If this limit is exceeded, no new words will be introduced."
msgstr ""
#. i18n: ectx: label, entry (MultipleChoiceWordTypeConsistancy), group (PracticeOptions)
#. +> trunk5 stable5
#: src/settings/parley.kcfg:190
#, kde-format
msgid "Use the same word type as the solution for the incorrect answers in a multiple choice practice."
msgstr ""
#. i18n: ectx: label, entry (NumberMultipleChoiceAnswers), group (PracticeOptions)
#. +> trunk5 stable5
#: src/settings/parley.kcfg:194
#, kde-format
msgid "How many answers are provided for a multiple choice question, including the correct answer."
msgstr ""
#. i18n: ectx: label, entry (ShowSearch), group (Appearance)
#. +> trunk5 stable5
#: src/settings/parley.kcfg:201
#, kde-format
msgid "Toggle display of the search bar."
msgstr ""
#. i18n: ectx: label, entry (ShowSublessonentries), group (Appearance)
#. +> trunk5 stable5
#: src/settings/parley.kcfg:206
#, kde-format
msgid "When enabled a unit also shows entries from its subunits."
msgstr ""
#. i18n: ectx: label, entry (TableLessonColumnVisible), group (Appearance)
#. +> trunk5 stable5
#: src/settings/parley.kcfg:211
#, kde-format
msgid "Show/hide the unit column."
msgstr ""
#. i18n: ectx: label, entry (TableActiveColumnVisible), group (Appearance)
#. +> trunk5 stable5
#: src/settings/parley.kcfg:216
#, kde-format
msgid "Show/hide the active column."
msgstr ""
#. i18n: ectx: label, entry (LessonEditingSelection), group (Appearance)
#. +> trunk5 stable5
#: src/settings/parley.kcfg:221
#, kde-format
msgid "Select which units are displayed for editing"
msgstr ""
#. i18n: ectx: label, entry (MainWindowSplitter), group (Appearance)
#. +> trunk5 stable5
#: src/settings/parley.kcfg:231
#, kde-format
msgid "How the main window is divided."
msgstr ""
#. i18n: ectx: label, entry (PracticeFont), group (Appearance)
#. +> trunk5 stable5
#: src/settings/parley.kcfg:235
#, kde-format
msgid "The font used in the vocabulary table"
msgstr ""
#. i18n: ectx: label, entry (IPAFont), group (Appearance)
#. +> trunk5 stable5
#: src/settings/parley.kcfg:239
#, kde-format
msgid "The font used for phonetics"
msgstr ""
#. i18n: ectx: label, entry (CurrentCol), group (Appearance)
#. +> trunk5 stable5
#: src/settings/parley.kcfg:243
#, kde-format
msgid "Currently selected column"
msgstr ""
#. i18n: ectx: label, entry (CurrentRow), group (Appearance)
#. +> trunk5 stable5
#: src/settings/parley.kcfg:247
#, kde-format
msgid "Currently selected row"
msgstr ""
#. i18n: ectx: label, entry (GradeColor), group (Appearance)
#. +> trunk5 stable5
#: src/settings/parley.kcfg:251
#, kde-format
msgid "Color used to display the confidence levels"
msgstr ""
#. i18n: ectx: label, entry (PreGradeColor), group (Appearance)
#. +> trunk5 stable5
#: src/settings/parley.kcfg:255
#, kde-format
msgid "Color used to display the early confidence levels"
msgstr ""
#. i18n: ectx: property (toolTip), widget (KColorButton, kcfg_InvalidUnitColor)
#. i18n: ectx: label, entry (InvalidUnitColor), group (Appearance)
#. +> trunk5 stable5
#: src/settings/parley.kcfg:259 src/settings/viewoptionsbase.ui:190
#, kde-format
msgid "Color used to display invalid units"
msgstr ""
#. i18n: ectx: label, entry (PracticeMinimumTimesAsked), group (Thresholds)
#. +> trunk5 stable5
#: src/settings/parley.kcfg:267
#, kde-format
msgid "The entry must have been asked at least this often to be included in the practice."
msgstr ""
#. i18n: ectx: label, entry (PracticeMaximumTimesAsked), group (Thresholds)
#. +> trunk5 stable5
#: src/settings/parley.kcfg:271
#, kde-format
msgid "The entry must have been asked at most this often to be included in the practice."
msgstr ""
#. i18n: ectx: label, entry (PracticeMinimumWrongCount), group (Thresholds)
#. +> trunk5 stable5
#: src/settings/parley.kcfg:276
#, kde-format
msgid "The entry must have been answered incorrectly at least this often to be included in the practice."
msgstr ""
#. i18n: ectx: label, entry (PracticeMaximumWrongCount), group (Thresholds)
#. +> trunk5 stable5
#: src/settings/parley.kcfg:280
#, kde-format
msgid "The entry must have been answered incorrectly at most this often to be included in the practice."
msgstr ""
#. i18n: ectx: label, entry (PracticeMinimumGrade), group (Thresholds)
#. +> trunk5 stable5
#: src/settings/parley.kcfg:285
#, kde-format
msgid "The entry must have at least this confidence level to be included in the practice (0..7)."
msgstr ""
#. i18n: ectx: label, entry (PracticeMaximumGrade), group (Thresholds)
#. +> trunk5 stable5
#: src/settings/parley.kcfg:289
#, kde-format
msgid "The entry must have at most this confidence level to be included in the practice (0..7)."
msgstr ""
#. i18n: ectx: label, entry (WordTypesInPracticeEnabled), group (Thresholds)
#. +> trunk5 stable5
#: src/settings/parley.kcfg:293
#, kde-format
msgid "Only selected word types will be included in practice."
msgstr ""
#. i18n: ectx: label, entry (WordTypesInPractice), group (Thresholds)
#. i18n: ectx: whatsthis, entry (WordTypesInPractice), group (Thresholds)
#. +> trunk5 stable5
#: src/settings/parley.kcfg:297 src/settings/parley.kcfg:298
#, kde-format
msgid "Selected word types for practices."
msgstr ""
#. i18n: ectx: label, entry (SubWordTypesInPractice), group (Thresholds)
#. i18n: ectx: whatsthis, entry (SubWordTypesInPractice), group (Thresholds)
#. +> trunk5 stable5
#: src/settings/parley.kcfg:301 src/settings/parley.kcfg:302
#, kde-format
msgid "Selected sub word types for practices."
msgstr ""
#. i18n: ectx: label, entry (LearningLanguage), group (PracticeManager)
#. +> trunk5 stable5
#: src/settings/parley.kcfg:309
#, kde-format
msgid "The language that you are learning."
msgstr ""
#. i18n: ectx: label, entry (KnownLanguage), group (PracticeManager)
#. +> trunk5 stable5
#: src/settings/parley.kcfg:313
#, kde-format
msgid "The language that you know already."
msgstr ""
#. i18n: ectx: label, entry (ShowSolutionAfterAnswer), group (PracticeManager)
#. +> trunk5 stable5
#: src/settings/parley.kcfg:318
#, kde-format
msgid "Show the solution after an answer was given."
msgstr ""
#. i18n: ectx: label, entry (ShowSolutionAfterAnswerTime), group (PracticeManager)
#. +> trunk5 stable5
#: src/settings/parley.kcfg:322
#, kde-format
msgid "The time the solution is shown (seconds). 0 is unlimited."
msgstr ""
#. i18n: ectx: label, entry (PracticeMode), group (PracticeManager)
#. +> trunk5 stable5
#: src/settings/parley.kcfg:337
#, kde-format
msgid "The practice method that is currently selected."
msgstr ""
#. i18n: ectx: label, entry (PracticeDirection), group (PracticeManager)
#. +> trunk5 stable5
#: src/settings/parley.kcfg:348
#, kde-format
msgid "The practice mode that is currently selected."
msgstr ""
#. i18n: ectx: label, entry (BlockItem$(Grade)), group (PracticeManager)
#. +> trunk5 stable5
#: src/settings/parley.kcfg:354
#, kde-format
msgid "Amount of time different confidence levels should be blocked"
msgstr ""
#. i18n: ectx: label, entry (ExpireItem$(Grade)), group (PracticeManager)
#. +> trunk5 stable5
#: src/settings/parley.kcfg:365
#, kde-format
msgid "Amount of time after which different confidence levels should expire"
msgstr ""
#. i18n: ectx: label, entry (RememberPracticeDirection), group (PracticeManager)
#. +> trunk5 stable5
#: src/settings/parley.kcfg:375
#, kde-format
msgid "If true, the practice direction for each practice mode is stored."
msgstr ""
#. i18n: ectx: whatsthis, entry (RememberPracticeDirection), group (PracticeManager)
#. +> trunk5 stable5
#: src/settings/parley.kcfg:376
#, kde-format
msgid "Should the practice direction for each practice mode be stored?"
msgstr ""
#. i18n: ectx: label, entry (PracticeDirectionsByPracticeMode), group (PracticeManager)
#. i18n: ectx: whatsthis, entry (PracticeDirectionsByPracticeMode), group (PracticeManager)
#. +> trunk5 stable5
#: src/settings/parley.kcfg:380 src/settings/parley.kcfg:381
#, kde-format
msgid "Stored values of practice direction for each practice mode."
msgstr ""
#. i18n: ectx: label, entry (ProvidersUrl), group (KNewStuff)
#. +> trunk5 stable5
#: src/settings/parley.kcfg:387
#, kde-format
msgid "The Providers path for Parley"
msgstr ""
#. i18n: ectx: label, entry (InstallationCommand), group (KNewStuff)
#. +> trunk5 stable5
#: src/settings/parley.kcfg:391
#, kde-format
msgid "The command used to start a downloaded vocabulary"
msgstr ""
#. i18n: ectx: label, entry (InstallPath), group (KNewStuff)
#. +> trunk5 stable5
#: src/settings/parley.kcfg:395
#, kde-format
msgid "The folder where downloaded vocabularies are saved by default"
msgstr ""
#. +> trunk5 stable5
#: src/settings/parleyprefs.cpp:38
#, kde-format
msgid "Theme"
msgstr ""
#. +> trunk5 stable5
#: src/settings/parleyprefs.cpp:41
#, kde-format
msgctxt "title:window general settings"
msgid "General"
msgstr ""
#. +> trunk5 stable5
#: src/settings/parleyprefs.cpp:41
#, kde-format
msgid "General Settings"
msgstr ""
#. +> trunk5 stable5
#: src/settings/parleyprefs.cpp:44
#, kde-format
msgid "View"
msgstr ""
#. +> trunk5 stable5
#: src/settings/parleyprefs.cpp:44
#, kde-format
msgid "View Settings"
msgstr ""
#. i18n: ectx: property (whatsThis), widget (KFontRequester, kcfg_IPAFont)
#. +> trunk5 stable5
#: src/settings/viewoptionsbase.ui:47
#, kde-format
msgid "Specify which font to use for displaying pronunciations using phonetic symbols."
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, IPAFontLabel)
#. +> trunk5 stable5
#: src/settings/viewoptionsbase.ui:54
#, kde-format
msgid "&Pronunciation symbols font:"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, gradeColorLabel)
#. +> trunk5 stable5
#: src/settings/viewoptionsbase.ui:83
#, kde-format
msgid "Base color for displaying grades:"
msgstr ""
#. i18n: ectx: property (toolTip), widget (KColorButton, kcfg_GradeColor)
#. +> trunk5 stable5
#: src/settings/viewoptionsbase.ui:102
#, kde-format
msgid "Color used to display the progress"
msgstr ""
#. i18n: ectx: property (whatsThis), widget (KColorButton, kcfg_GradeColor)
#. +> trunk5 stable5
#: src/settings/viewoptionsbase.ui:105
#, kde-format
msgid "Click here to change the color used to display the progress."
msgstr ""
#. i18n: ectx: property (text), widget (KColorButton, kcfg_GradeColor)
#. i18n: ectx: property (text), widget (KColorButton, kcfg_PreGradeColor)
#. i18n: ectx: property (text), widget (KColorButton, kcfg_InvalidUnitColor)
#. +> trunk5 stable5
#: src/settings/viewoptionsbase.ui:108 src/settings/viewoptionsbase.ui:152
#: src/settings/viewoptionsbase.ui:196
#, kde-format
msgid "&Base"
msgstr ""
#. i18n: ectx: property (shortcut), widget (KColorButton, kcfg_GradeColor)
#. +> trunk5 stable5
#: src/settings/viewoptionsbase.ui:111
#, kde-format
msgid "Alt+0"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, preGradeColorLabel)
#. +> trunk5 stable5
#: src/settings/viewoptionsbase.ui:127
#, kde-format
msgid "Color for displaying early progress:"
msgstr ""
#. i18n: ectx: property (toolTip), widget (KColorButton, kcfg_PreGradeColor)
#. +> trunk5 stable5
#: src/settings/viewoptionsbase.ui:146
#, kde-format
msgid "Color used to display the early progress"
msgstr ""
#. i18n: ectx: property (whatsThis), widget (KColorButton, kcfg_PreGradeColor)
#. +> trunk5 stable5
#: src/settings/viewoptionsbase.ui:149
#, kde-format
msgid "Click here to change the color used to display the early progress."
msgstr ""
#. i18n: ectx: property (shortcut), widget (KColorButton, kcfg_PreGradeColor)
#. +> trunk5 stable5
#: src/settings/viewoptionsbase.ui:155
#, kde-format
msgid "Alt+1"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, invalidUnitColorLabel)
#. +> trunk5 stable5
#: src/settings/viewoptionsbase.ui:171
#, kde-format
msgid "Color used to display the grades:"
msgstr ""
#. i18n: ectx: property (whatsThis), widget (KColorButton, kcfg_InvalidUnitColor)
#. +> trunk5 stable5
#: src/settings/viewoptionsbase.ui:193
#, kde-format
msgid "Click here to change the color used to display invalid units."
msgstr ""
#. i18n: ectx: property (shortcut), widget (KColorButton, kcfg_InvalidUnitColor)
#. +> trunk5 stable5
#: src/settings/viewoptionsbase.ui:199
#, kde-format
msgid "Alt+2"
msgstr ""
#. +> trunk5 stable5
-#: src/statistics/lessonstatisticsview.cpp:93
-#: src/statistics/lessonstatisticsview.cpp:95
+#: src/statistics/lessonstatisticsview.cpp:94
+#: src/statistics/lessonstatisticsview.cpp:96
#, kde-format
msgid "Remove confidence levels from this unit"
msgstr ""
#. +> trunk5 stable5
-#: src/statistics/lessonstatisticsview.cpp:103
+#: src/statistics/lessonstatisticsview.cpp:104
#, kde-format
msgid "Remove confidence levels from this unit and all sub-units"
msgstr ""
#. +> trunk5 stable5
-#: src/statistics/lessonstatisticsview.cpp:105
+#: src/statistics/lessonstatisticsview.cpp:106
#, kde-format
msgid "Remove confidence level from this unit and all sub-units"
msgstr ""
#. +> trunk5 stable5
#: src/statistics/statisticslegendwidget.cpp:43
#, kde-format
msgid "Progress gradients"
msgstr ""
#. +> trunk5 stable5
#: src/statistics/statisticslegendwidget.cpp:45
#, kde-format
msgid "Early progress"
msgstr ""
#. +> trunk5 stable5
#: src/statistics/statisticslegendwidget.cpp:47
#, kde-format
msgid "Not Practiced"
msgstr ""
#. +> trunk5 stable5
#: src/statistics/statisticslegendwidget.cpp:49
#, kde-format
msgid "Invalid Entries"
msgstr ""
#. +> trunk5 stable5
#: src/statistics/statisticslegendwidget.cpp:66
#, kde-format
msgctxt "adjective, The word has been properly and fully learned by the user"
msgid "Fully learned"
msgstr ""
#. +> trunk5 stable5
#: src/statistics/statisticslegendwidget.cpp:67
#, kde-format
msgctxt "adjective, The word has not even been practiced once by the user"
msgid "Not practiced"
msgstr ""
#. +> trunk5 stable5
#: src/statistics/statisticsmainwindow.cpp:203
#, kde-format
msgid "Known to Learning"
msgstr ""
#. +> trunk5 stable5
#: src/statistics/statisticsmainwindow.cpp:204
#, kde-format
msgid "Learning to Known"
msgstr ""
#. +> trunk5 stable5
#: src/statistics/statisticsmainwindow.cpp:205
#, kde-format
msgid "Mixed Directions"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, label)
#. +> trunk5 stable5
#: src/statistics/statisticsmainwindow.ui:29
#, kde-format
msgid "Language to Learn"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, label_3)
#. +> trunk5 stable5
#: src/statistics/statisticsmainwindow.ui:39
#, kde-format
msgid "Known Language"
msgstr ""
#. i18n: ectx: property (title), widget (QGroupBox, groupBoxPracticeMode)
#. +> trunk5 stable5
#: src/statistics/statisticsmainwindow.ui:75
#, kde-format
msgid "Practice Mode"
msgstr ""
#. i18n: ectx: property (text), widget (QRadioButton, flashCard)
#. +> trunk5 stable5
#: src/statistics/statisticsmainwindow.ui:81
#, kde-format
msgid "Flash Cards"
msgstr ""
#. i18n: ectx: property (text), widget (QRadioButton, mixedLetters)
#. +> trunk5 stable5
#: src/statistics/statisticsmainwindow.ui:91
#, kde-format
msgid "Mixed &Letters"
msgstr ""
#. i18n: ectx: property (text), widget (QRadioButton, multipleChoice)
#. +> trunk5 stable5
#: src/statistics/statisticsmainwindow.ui:98
#, kde-format
msgid "M&ultiple Choice"
msgstr ""
#. i18n: ectx: property (text), widget (QRadioButton, written)
#. +> trunk5 stable5
#: src/statistics/statisticsmainwindow.ui:105
#, kde-format
msgid "Wri&tten"
msgstr ""
#. i18n: ectx: property (text), widget (QRadioButton, exampleSentence)
#. +> trunk5 stable5
#: src/statistics/statisticsmainwindow.ui:115
#, kde-format
msgid "E&xample Sentences"
msgstr ""
#. i18n: ectx: property (text), widget (QRadioButton, gender)
#. +> trunk5 stable5
#: src/statistics/statisticsmainwindow.ui:125
#, kde-format
msgid "&Gender of Nouns"
msgstr ""
#. i18n: ectx: property (text), widget (QRadioButton, comparisonForms)
#. +> trunk5 stable5
#: src/statistics/statisticsmainwindow.ui:135
#, kde-format
msgid "Comparison Forms"
msgstr ""
#. i18n: ectx: property (text), widget (QRadioButton, conjugations)
#. +> trunk5 stable5
#: src/statistics/statisticsmainwindow.ui:145
#, kde-format
msgid "Co&njugations"
msgstr ""
#. i18n: ectx: property (title), widget (QGroupBox, groupBoxPracticeDirection)
#. +> trunk5 stable5
#: src/statistics/statisticsmainwindow.ui:191
#, kde-format
msgid "Practice Direction"
msgstr ""
#. i18n: ectx: property (text), widget (QCheckBox, rememberPracticeDirection)
#. +> trunk5 stable5
#: src/statistics/statisticsmainwindow.ui:200
#, kde-format
msgid "Remember for each Practice Mode"
msgstr ""
#. +> trunk5 stable5
#: src/statistics/statisticsmodel.cpp:37
#, kde-format
msgctxt "Confidence level in language, table header"
msgid "Confidence (%1)"
msgstr ""
#. i18n: ectx: @info:tipoftheday
#. +> trunk5 stable5
#: tips:2
#, kde-format
msgid ""
"<p>Parley enables you to edit many additional properties of the words you enter.</p>"
"\n"
"<p>Use \"Settings\" -> \"Tools\" to enable different tools that will help you set additional information for your vocabulary. These include images, sound, word types and many more. Choose the ones you like.</p>"
"\n"
msgstr ""
#. i18n: ectx: @info:tipoftheday
#. +> trunk5 stable5
#: tips:9
#, kde-format
msgid ""
"<p>To <em>search</em> for a word, simply type it into the search bar.</p>"
"\n"
msgstr ""
#. i18n: ectx: @info:tipoftheday
#. +> trunk5 stable5
#: tips:15
#, kde-format
msgid ""
"<p>If you do not want to see the answer again after pressing enter when practicing, you can configure Parley to directly skip to the next entry.</p>"
"\n"
"<p>You can even choose to display the answer for a fixed amount of time. Use \"Configure Practice...\" -> \"Advanced\" -> \"Show solution after answering\".</p>"
"\n"
msgstr ""
#. i18n: ectx: @info:tipoftheday
#. +> trunk5 stable5
#: tips:22
#, kde-format
msgid ""
"<p>If you want to see all words of a certain word type (e.g. nouns), simply select the word type in the list.</p>"
"\n"
"<p>To show the word type list, use \"Settings\" -> \"Tools\" -> \"Word Types\" in the menu.</p>"
"\n"
msgstr ""
#. i18n: ectx: @info:tipoftheday
#. +> trunk5 stable5
#: tips:29
#, kde-format
msgid ""
"<p>You can drag and drop your lessons to change their order or even make a lesson a child of another lesson.</p>"
"\n"
msgstr ""
#. i18n: ectx: @info:tipoftheday
#. +> trunk5 stable5
#: tips:35
#, kde-format
msgid ""
"<p>You can simply drag a word into the word types list to change its type.</p>"
"\n"
"<p>You can even select multiple words at the same time.</p>"
"\n"
msgstr ""
#. i18n: ectx: @info:tipoftheday
#. +> trunk5 stable5
#: tips:42
#, kde-format
msgid ""
"<p><em>Setting Images</em></p>"
"\n"
"<p>A fast way to set an image for a word is to simply drop it onto the image dock.</p>"
"\n"
msgstr ""
#. i18n: ectx: @info:tipoftheday
#. +> trunk5 stable5
#: tips:49
#, kde-format
msgid ""
"<p><em>Word Types</em></p>"
"\n"
"<p>You can set a special tag to some word types to let Parley know their grammatical meaning.</p>"
"\n"
"<p>For verbs for example you can then enter conjugations.</p>"
"\n"
msgstr ""
#. i18n: ectx: @info:tipoftheday
#. +> trunk5 stable5
#: tips:57
#, kde-format
msgid ""
"<p><em>Multiple Choice</em></p>"
"\n"
"<p>For some vocabularies multiple choice tests work best. You can add choices to a word that will always be displayed in Multiple Choice mode. Otherwise random choices are generated from the other entries in the document. (Use the Multiple Choice tool for that.)</p>"
"\n"
msgstr ""
#. i18n: ectx: @info:tipoftheday
#. +> trunk5 stable5
#: tips:64
#, kde-format
msgid ""
"<p>Want to enter pronunciation symbols quickly? <em>Double-click</em> the symbol you need to directly add it.</p>"
"\n"
msgstr ""
#. i18n: ectx: @info:tipoftheday
#. +> trunk5 stable5
#: tips:70
#, kde-format
msgid ""
"<p>You can use the \"Download New Vocabulary\" dialog or visit the website listing many vocabulary documents:\n"
"<a href=\"http://edu.kde.org/contrib/kvtml2.php\">http://edu.kde.org/contrib/kvtml2.php</a>.</p>"
"\n"
msgstr ""
Index: trunk/l10n-support/templates/summit/messages/kdereview/falkon.desktop.pot
===================================================================
--- trunk/l10n-support/templates/summit/messages/kdereview/falkon.desktop.pot (revision 1509319)
+++ trunk/l10n-support/templates/summit/messages/kdereview/falkon.desktop.pot (revision 1509320)
@@ -1,60 +1,60 @@
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: desktop files\n"
"Report-Msgid-Bugs-To: http://bugs.kde.org\n"
-"POT-Creation-Date: 2018-01-25 09:19+0100\n"
+"POT-Creation-Date: 2018-01-26 09:16+0100\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
#: linux/applications/org.kde.falkon.desktop:2
msgctxt "Name"
msgid "Falkon"
msgstr ""
#. +> trunk5
-#: linux/applications/org.kde.falkon.desktop:25
+#: linux/applications/org.kde.falkon.desktop:26
msgctxt "Comment"
msgid "A fast and secure web browser"
msgstr ""
#. +> trunk5
-#: linux/applications/org.kde.falkon.desktop:44
+#: linux/applications/org.kde.falkon.desktop:46
msgctxt "GenericName"
msgid "Web Browser"
msgstr ""
#. +> trunk5
-#: linux/applications/org.kde.falkon.desktop:71
+#: linux/applications/org.kde.falkon.desktop:74
msgctxt "Name"
msgid "Open new tab"
msgstr ""
#. +> trunk5
-#: linux/applications/org.kde.falkon.desktop:94
+#: linux/applications/org.kde.falkon.desktop:98
msgctxt "Name"
msgid "Open new window"
msgstr ""
#. +> trunk5
-#: linux/applications/org.kde.falkon.desktop:116
+#: linux/applications/org.kde.falkon.desktop:121
msgctxt "Name"
msgid "Start private browsing"
msgstr ""
#. +> trunk5
#: src/lib/data/breeze-fallback/index.theme:2
msgctxt "Name"
msgid "Breeze"
msgstr ""
#. +> trunk5
-#: src/lib/data/breeze-fallback/index.theme:22
+#: src/lib/data/breeze-fallback/index.theme:23
msgctxt "Comment"
msgid "Breeze Team"
msgstr ""
Index: trunk/l10n-support/templates/summit/messages/kdeutils/print-manager.pot
===================================================================
--- trunk/l10n-support/templates/summit/messages/kdeutils/print-manager.pot (revision 1509319)
+++ trunk/l10n-support/templates/summit/messages/kdeutils/print-manager.pot (revision 1509320)
@@ -1,1781 +1,1781 @@
# 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-01-25 09:17+0100\n"
+"POT-Creation-Date: 2018-01-26 09:14+0100\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
#: add-printer/AddPrinterAssistant.cpp:41
#, kde-format
msgctxt "@title:window"
msgid "Add a New Printer"
msgstr ""
#. +> trunk5 stable5
#: add-printer/AddPrinterAssistant.cpp:83 add-printer/ChooseLpd.cpp:38
#: add-printer/ChooseSamba.cpp:37 add-printer/ChooseSerial.cpp:36
-#: add-printer/ChooseSocket.cpp:36 add-printer/ChooseUri.cpp:35
+#: add-printer/ChooseSocket.cpp:36 add-printer/ChooseUri.cpp:39
#: add-printer/PageAddPrinter.cpp:40 add-printer/PageChoosePPD.cpp:43
-#: add-printer/PageChoosePrinters.cpp:39 add-printer/PageDestinations.cpp:88
+#: add-printer/PageChoosePrinters.cpp:39 add-printer/PageDestinations.cpp:89
#, kde-format
msgctxt "@title:window"
msgid "Select a Printer to Add"
msgstr ""
#. +> trunk5 stable5
#: add-printer/AddPrinterAssistant.cpp:87
#: add-printer/AddPrinterAssistant.cpp:94
#: add-printer/AddPrinterAssistant.cpp:138
#, kde-format
msgctxt "@title:window"
msgid "Pick a Driver"
msgstr ""
#. +> trunk5 stable5
#: add-printer/AddPrinterAssistant.cpp:99
#: add-printer/AddPrinterAssistant.cpp:120
#, kde-format
msgctxt "@title:window"
msgid "Please describe you printer"
msgstr ""
#. +> trunk5 stable5
#: add-printer/AddPrinterAssistant.cpp:116
#, kde-format
msgctxt "@title:window"
msgid "Configure your connection"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, label_2)
#. +> trunk5 stable5
#: add-printer/ChooseLpd.ui:26
#, kde-format
msgid "Address:"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, label_3)
#. +> trunk5 stable5
#: add-printer/ChooseLpd.ui:36
#, kde-format
msgid "Queue:"
msgstr ""
#. i18n: ectx: property (text), widget (QPushButton, detectPB)
#. +> trunk5 stable5
#: add-printer/ChooseLpd.ui:51
#, kde-format
msgid "Detect"
msgstr ""
#. i18n: ectx: property (title), widget (QGroupBox, groupBox_2)
#. +> trunk5 stable5
#: add-printer/ChooseSamba.ui:35
#, kde-format
msgctxt "@title:group"
msgid "Windows Printer via SAMBA"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, label_6)
#. +> trunk5 stable5
#: add-printer/ChooseSamba.ui:41
#, kde-format
msgctxt "@label samba URL markup example, this is preceded by a label containing smb://"
msgid "smb://[workgroup/]server[:port]/printer"
msgstr ""
#. i18n: ectx: property (text), widget (QPushButton, browsePB)
#. +> trunk5 stable5
#: add-printer/ChooseSamba.ui:54
#, kde-format
msgctxt "@action:button"
msgid "Browse"
msgstr ""
#. i18n: ectx: property (title), widget (QGroupBox, groupBox_3)
#. +> trunk5 stable5
#: add-printer/ChooseSamba.ui:64
#, kde-format
msgctxt "@title:group"
msgid "Authentication"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, label)
#. +> trunk5 stable5
#: add-printer/ChooseSamba.ui:73
#, kde-format
msgctxt "@label:textbox"
msgid "Username:"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, label_4)
#. +> trunk5 stable5
#: add-printer/ChooseSamba.ui:86
#, kde-format
msgctxt "@label:textbox"
msgid "Password"
msgstr ""
#. +> trunk5 stable5
#: add-printer/ChooseSerial.cpp:38 add-printer/ChooseSerial.cpp:42
#, kde-format
msgctxt "@label:listbox"
msgid "None"
msgstr ""
#. +> trunk5 stable5
#: add-printer/ChooseSerial.cpp:39
#, kde-format
msgctxt "@label:listbox"
msgid "Even"
msgstr ""
#. +> trunk5 stable5
#: add-printer/ChooseSerial.cpp:40
#, kde-format
msgctxt "@label:listbox"
msgid "Odd"
msgstr ""
#. +> trunk5 stable5
#: add-printer/ChooseSerial.cpp:43
#, kde-format
msgctxt "@label:listbox"
msgid "XON/XOFF (Software)"
msgstr ""
#. +> trunk5 stable5
#: add-printer/ChooseSerial.cpp:44
#, kde-format
msgctxt "@label:listbox"
msgid "RTS/CTS (Hardware)"
msgstr ""
#. +> trunk5 stable5
#: add-printer/ChooseSerial.cpp:45
#, kde-format
msgctxt "@label:listbox"
msgid "DTR/DSR (Hardware)"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, label_2)
#. +> trunk5 stable5
#: add-printer/ChooseSerial.ui:29
#, kde-format
msgctxt "@label:listbox"
msgid "Baud Rate:"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, label_3)
#. +> trunk5 stable5
#: add-printer/ChooseSerial.ui:42
#, kde-format
msgctxt "@label:listbox"
msgid "Parity:"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, label_4)
#. +> trunk5 stable5
#: add-printer/ChooseSerial.ui:55
#, kde-format
msgctxt "@label:listbox"
msgid "Data Bits:"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, label_5)
#. +> trunk5 stable5
#: add-printer/ChooseSerial.ui:79
#, kde-format
msgctxt "@label:listbox"
msgid "Flow Control:"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, label_2)
#. +> trunk5 stable5
#: add-printer/ChooseSocket.ui:29
#, kde-format
msgctxt "@label:textbox"
msgid "Address:"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, label_3)
#. +> trunk5 stable5
#: add-printer/ChooseSocket.ui:42
#, kde-format
msgctxt "@label:spinbox"
msgid "Port:"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, label_2)
#. +> trunk5 stable5
#: add-printer/ChooseUri.ui:41
#, kde-format
msgctxt "@label:textbox"
msgid "Connection:"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, label)
#. +> trunk5 stable5
#: add-printer/ChooseUri.ui:82
#, kde-format
msgctxt "@info"
msgid ""
"<TABLE>\n"
"<TR>\n"
"<TD>Examples:\n"
"<PRE>\n"
" http://hostname:631/ipp/\n"
" http://hostname:631/ipp/port1\n"
"\n"
" ipp://hostname/ipp/\n"
" ipp://hostname/ipp/port1\n"
"\n"
" lpd://hostname/queue\n"
"\n"
" socket://hostname\n"
" socket://hostname:9100\n"
"</PRE>\n"
"\n"
"<P>See <A HREF=\"http://localhost:631/help/network.html\" TARGET=\"_blank\">\"Network\n"
"Printers\"</A> for the correct URI to use with your printer.</P>\n"
"</TD>\n"
"</TR>\n"
"</TABLE>"
msgstr ""
#. +> trunk5 stable5
#: add-printer/DevicesModel.cpp:53
#, kde-format
msgctxt "@item"
msgid "Manual URI"
msgstr ""
#. +> trunk5 stable5
#: add-printer/DevicesModel.cpp:129
#, kde-format
msgid "Failed to get a list of devices: '%1'"
msgstr ""
#. +> trunk5 stable5
#: add-printer/DevicesModel.cpp:252
#, kde-format
msgctxt "@info:tooltip"
msgid "A printer connected to the parallel port"
msgstr ""
#. +> trunk5 stable5
#: add-printer/DevicesModel.cpp:255
#, kde-format
msgctxt "@info:tooltip"
msgid "A printer connected to a USB port"
msgstr ""
#. +> trunk5 stable5
#: add-printer/DevicesModel.cpp:258
#, kde-format
msgctxt "@info:tooltip"
msgid "A printer connected via Bluetooth"
msgstr ""
#. +> trunk5 stable5
#: add-printer/DevicesModel.cpp:261
#, kde-format
msgctxt "@info:tooltip"
msgid "Local printer detected by the Hardware Abstraction Layer (HAL)"
msgstr ""
#. +> trunk5 stable5
#: add-printer/DevicesModel.cpp:265
#, kde-format
msgctxt "@info:tooltip"
msgid "HPLIP software driving a printer, or the printer function of a multi-function device"
msgstr ""
#. +> trunk5 stable5
#: add-printer/DevicesModel.cpp:269
#, kde-format
msgctxt "@info:tooltip"
msgid "HPLIP software driving a fax machine, or the fax function of a multi-function device"
msgstr ""
#. +> trunk5 stable5
#: add-printer/DevicesModel.cpp:274
#, kde-format
msgctxt "@info:tooltip"
msgid "Remote CUPS printer via DNS-SD"
msgstr ""
#. +> trunk5 stable5
#: add-printer/DevicesModel.cpp:292
#, kde-format
msgctxt "@item"
msgid "Discovered Network Printers"
msgstr ""
#. +> trunk5 stable5
#: add-printer/DevicesModel.cpp:296
#, kde-format
msgctxt "@item"
msgid "Other Network Printers"
msgstr ""
#. +> trunk5 stable5
#: add-printer/DevicesModel.cpp:300
#, kde-format
msgctxt "@item"
msgid "Local Printers"
msgstr ""
#. +> trunk5 stable5
#: add-printer/DevicesModel.cpp:341
#, kde-format
msgid "Failed to group devices: '%1'"
msgstr ""
#. i18n: ectx: property (text), widget (QToolButton, addTB)
#. +> trunk5 stable5
#: add-printer/main.cpp:41 printer-manager-kcm/PrintKCM.ui:19
#, kde-format
msgid "Add Printer"
msgstr ""
#. +> trunk5 stable5
#: add-printer/main.cpp:43
#, kde-format
msgid "Tool for adding new printers"
msgstr ""
#. +> trunk5
#: add-printer/main.cpp:45 configure-printer/main.cpp:43
#: printer-manager-kcm/PrintKCM.cpp:54 printqueue/main.cpp:42
#, kde-format
msgid "(C) 2010-2018 Daniel Nicoletti"
msgstr ""
#. +> stable5
#: add-printer/main.cpp:42 configure-printer/main.cpp:43
#: printer-manager-kcm/PrintKCM.cpp:60 printqueue/main.cpp:42
#, kde-format
msgid "(C) 2010-2013 Daniel Nicoletti"
msgstr ""
#. +> stable5
#: add-printer/main.cpp:44
#, kde-format
msgid "Daniel Nicoletti"
msgstr ""
#. +> trunk5 stable5
#: add-printer/main.cpp:48 configure-printer/main.cpp:45
#: printer-manager-kcm/PrintKCM.cpp:56 printqueue/main.cpp:45
#, kde-format
msgid "Port to Qt 5 / Plasma 5"
msgstr ""
#. +> trunk5 stable5
#: add-printer/main.cpp:56
#, kde-format
msgid "Parent Window ID"
msgstr ""
#. +> trunk5 stable5
#: add-printer/main.cpp:59
#, kde-format
msgid "Add a new printer"
msgstr ""
#. +> trunk5 stable5
#: add-printer/main.cpp:62
#, kde-format
msgid "Add a new printer class"
msgstr ""
#. +> trunk5 stable5
#: add-printer/main.cpp:65
#, kde-format
msgid "Changes the PPD of a given printer"
msgstr ""
#. +> trunk5 stable5
#: add-printer/main.cpp:68
#, kde-format
msgid "Changes the PPD of a given printer/deviceid"
msgstr ""
#. +> trunk5 stable5
-#: add-printer/PageAddPrinter.cpp:141
+#: add-printer/PageAddPrinter.cpp:142
#, kde-format
msgctxt "@info"
msgid "Failed to add class: '%1'"
msgstr ""
#. +> trunk5 stable5
-#: add-printer/PageAddPrinter.cpp:143
+#: add-printer/PageAddPrinter.cpp:144
#, kde-format
msgctxt "@info"
msgid "Failed to configure printer: '%1'"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, label_2)
#. +> trunk5 stable5
#: add-printer/PageAddPrinter.ui:31
#, kde-format
msgctxt "@label:textbox"
msgid "Name:"
msgstr ""
#. i18n: ectx: property (toolTip), widget (QLineEdit, nameLE)
#. +> trunk5 stable5
#: add-printer/PageAddPrinter.ui:38
#, kde-format
msgid "May contain any printable characters except \"/\", \"#\", and space"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, label_3)
#. +> trunk5 stable5
#: add-printer/PageAddPrinter.ui:45
#, kde-format
msgctxt "@label:textbox"
msgid "Description:"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, label_4)
#. +> trunk5 stable5
#: add-printer/PageAddPrinter.ui:55
#, kde-format
msgctxt "@label:textbox"
msgid "Location:"
msgstr ""
#. i18n: ectx: property (text), widget (QCheckBox, sharedCB)
#. i18n: ectx: property (text), widget (QCheckBox, shareCB)
#. +> trunk5 stable5
#: add-printer/PageAddPrinter.ui:65
#: printer-manager-kcm/PrinterDescription.ui:119
#, kde-format
msgctxt "@option:check"
msgid "Share this printer"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, label)
#. +> trunk5 stable5
#: add-printer/PageChoosePrinters.ui:96
#, kde-format
msgctxt "@label:listbox"
msgid "Members:"
msgstr ""
#. +> trunk5 stable5
-#: add-printer/PageDestinations.cpp:200
+#: add-printer/PageDestinations.cpp:201
#, kde-format
msgid "A printer connected to the parallel port."
msgstr ""
#. +> trunk5 stable5
-#: add-printer/PageDestinations.cpp:203
+#: add-printer/PageDestinations.cpp:204
#, kde-format
msgid "A printer connected to a USB port."
msgstr ""
#. +> trunk5 stable5
-#: add-printer/PageDestinations.cpp:206
+#: add-printer/PageDestinations.cpp:207
#, kde-format
msgid "A printer connected via Bluetooth."
msgstr ""
#. +> trunk5 stable5
-#: add-printer/PageDestinations.cpp:209
+#: add-printer/PageDestinations.cpp:210
#, kde-format
msgid "Local printer detected by the Hardware Abstraction Layer (HAL)."
msgstr ""
#. +> trunk5 stable5
-#: add-printer/PageDestinations.cpp:213
+#: add-printer/PageDestinations.cpp:214
#, kde-format
msgid "HPLIP software driving a printer, or the printer function of a multi-function device."
msgstr ""
#. +> trunk5 stable5
-#: add-printer/PageDestinations.cpp:217
+#: add-printer/PageDestinations.cpp:218
#, kde-format
msgid "HPLIP software driving a fax machine, or the fax function of a multi-function device."
msgstr ""
#. +> trunk5 stable5
-#: add-printer/PageDestinations.cpp:225 add-printer/PageDestinations.cpp:384
+#: add-printer/PageDestinations.cpp:226 add-printer/PageDestinations.cpp:385
#, kde-format
msgid "Remote CUPS printer via DNS-SD"
msgstr ""
#. +> trunk5 stable5
-#: add-printer/PageDestinations.cpp:237 add-printer/PageDestinations.cpp:393
+#: add-printer/PageDestinations.cpp:238 add-printer/PageDestinations.cpp:394
#, kde-format
msgid "Network printer via DNS-SD"
msgstr ""
#. +> trunk5 stable5
-#: add-printer/PageDestinations.cpp:239
+#: add-printer/PageDestinations.cpp:240
#, kde-format
msgid "%1 network printer via DNS-SD"
msgstr ""
#. +> trunk5 stable5
-#: add-printer/PageDestinations.cpp:344
+#: add-printer/PageDestinations.cpp:345
#, kde-format
msgid "Parallel Port"
msgstr ""
#. +> trunk5 stable5
-#: add-printer/PageDestinations.cpp:346
+#: add-printer/PageDestinations.cpp:347
#, kde-format
msgid "Serial Port"
msgstr ""
#. +> trunk5 stable5
-#: add-printer/PageDestinations.cpp:348
+#: add-printer/PageDestinations.cpp:349
#, kde-format
msgid "USB"
msgstr ""
#. +> trunk5 stable5
-#: add-printer/PageDestinations.cpp:350
+#: add-printer/PageDestinations.cpp:351
#, kde-format
msgid "Bluetooth"
msgstr ""
#. +> trunk5 stable5
-#: add-printer/PageDestinations.cpp:352
+#: add-printer/PageDestinations.cpp:353
#, kde-format
msgid "Fax - HP Linux Imaging and Printing (HPLIP)"
msgstr ""
#. +> trunk5 stable5
-#: add-printer/PageDestinations.cpp:354
+#: add-printer/PageDestinations.cpp:355
#, kde-format
msgid "HP Linux Imaging and Printing (HPLIP)"
msgstr ""
#. +> trunk5 stable5
-#: add-printer/PageDestinations.cpp:356
+#: add-printer/PageDestinations.cpp:357
#, kde-format
msgid "Hardware Abstraction Layer (HAL)"
msgstr ""
#. +> trunk5 stable5
-#: add-printer/PageDestinations.cpp:358
+#: add-printer/PageDestinations.cpp:359
#, kde-format
msgid "AppSocket/HP JetDirect"
msgstr ""
#. +> trunk5 stable5
-#: add-printer/PageDestinations.cpp:363
+#: add-printer/PageDestinations.cpp:364
#, kde-format
msgid "LPD/LPR queue"
msgstr ""
#. +> trunk5 stable5
-#: add-printer/PageDestinations.cpp:365
+#: add-printer/PageDestinations.cpp:366
#, kde-format
msgid "LPD/LPR queue %1"
msgstr ""
#. +> trunk5 stable5
-#: add-printer/PageDestinations.cpp:368
+#: add-printer/PageDestinations.cpp:369
#, kde-format
msgid "Windows Printer via SAMBA"
msgstr ""
#. +> trunk5 stable5
-#: add-printer/PageDestinations.cpp:373
+#: add-printer/PageDestinations.cpp:374
#, kde-format
msgid "IPP"
msgstr ""
#. +> trunk5 stable5
-#: add-printer/PageDestinations.cpp:375
+#: add-printer/PageDestinations.cpp:376
#, kde-format
msgid "IPP %1"
msgstr ""
#. +> trunk5 stable5
-#: add-printer/PageDestinations.cpp:378
+#: add-printer/PageDestinations.cpp:379
#, kde-format
msgid "HTTP"
msgstr ""
#. +> trunk5 stable5
-#: add-printer/PageDestinations.cpp:387
+#: add-printer/PageDestinations.cpp:388
#, kde-format
msgid "IPP network printer via DNS-SD"
msgstr ""
#. +> trunk5 stable5
-#: add-printer/PageDestinations.cpp:389
+#: add-printer/PageDestinations.cpp:390
#, kde-format
msgid "LPD network printer via DNS-SD"
msgstr ""
#. +> trunk5 stable5
-#: add-printer/PageDestinations.cpp:391
+#: add-printer/PageDestinations.cpp:392
#, kde-format
msgid "AppSocket/JetDirect network printer via DNS-SD"
msgstr ""
#. i18n: ectx: property (title), widget (QGroupBox, connectionsGB)
#. +> trunk5 stable5
#: add-printer/PageDestinations.ui:62
#, kde-format
msgid "Connections"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, label)
#. +> trunk5 stable5
#: add-printer/PageDestinations.ui:97
#, kde-format
msgid "Please choose an item on the list"
msgstr ""
#. +> trunk5 stable5
#: configure-printer/ConfigureDialog.cpp:102
#, kde-format
msgid "Modify Printer"
msgstr ""
#. i18n: ectx: property (text), widget (QPushButton, configurePB)
#. i18n: ectx: property (text), widget (QPushButton, configurePrinterPB)
#. +> trunk5 stable5
#: configure-printer/ConfigureDialog.cpp:103
#: print-manager-kded/NewPrinterNotification.cpp:170
#: print-manager-kded/NewPrinterNotification.cpp:178
#: printer-manager-kcm/PrinterDescription.ui:198 printqueue/PrintQueueUi.ui:131
#, kde-format
msgid "Configure"
msgstr ""
#. +> trunk5 stable5
#: configure-printer/ConfigureDialog.cpp:113
#, kde-format
msgid "Printer Options"
msgstr ""
#. +> trunk5 stable5
#: configure-printer/ConfigureDialog.cpp:114
#, kde-format
msgid "Set the Default Printer Options"
msgstr ""
#. +> trunk5 stable5
#: configure-printer/ConfigureDialog.cpp:124
#: configure-printer/ConfigureDialog.cpp:125
#, kde-format
msgid "Banners, Policies and Allowed Users"
msgstr ""
#. +> trunk5 stable5
#: configure-printer/ConfigureDialog.cpp:196
#, kde-format
msgid ""
"The current page has changes.\n"
"Do you want to save them?"
msgstr ""
#. +> trunk5 stable5
#: configure-printer/main.cpp:39
#, kde-format
msgid "Configure Printer"
msgstr ""
#. +> trunk5 stable5
#: configure-printer/main.cpp:41
#, kde-format
msgid "ConfigurePrinter"
msgstr ""
#. +> trunk5 stable5
#: configure-printer/main.cpp:54
#, kde-format
msgid "Printer to be configured"
msgstr ""
#. +> trunk5 stable5
#: configure-printer/ModifyPrinter.cpp:141
#, kde-format
msgid "Current - %1"
msgstr ""
#. +> trunk5 stable5
#: configure-printer/ModifyPrinter.cpp:144
#, kde-format
msgid "Select a custom driver"
msgstr ""
#. +> trunk5 stable5
#: configure-printer/ModifyPrinter.cpp:243
#, kde-format
msgctxt "@info"
msgid "Failed to configure class"
msgstr ""
#. +> trunk5 stable5
#: configure-printer/ModifyPrinter.cpp:244
#, kde-format
msgctxt "@info"
msgid "Failed to configure printer"
msgstr ""
#. +> trunk5 stable5
#: configure-printer/ModifyPrinter.cpp:246 printer-manager-kcm/PrintKCM.cpp:325
#, kde-format
msgctxt "@title:window"
msgid "Failed"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, nameL)
#. i18n: ectx: property (text), widget (QLabel, label_3)
#. +> trunk5 stable5
#: configure-printer/ModifyPrinter.ui:25
#: printer-manager-kcm/PrinterDescription.ui:234
#, kde-format
msgid "Name:"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, label)
#. +> trunk5 stable5
#: configure-printer/ModifyPrinter.ui:32
#, kde-format
msgid "Description:"
msgstr ""
#. i18n: ectx: property (toolTip), widget (QLineEdit, descriptionLE)
#. +> trunk5 stable5
#: configure-printer/ModifyPrinter.ui:42
#, kde-format
msgid "Human-readable description such as \"HP LaserJet with Duplexer\""
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, label_2)
#. +> trunk5 stable5
#: configure-printer/ModifyPrinter.ui:52
#, kde-format
msgid "Location:"
msgstr ""
#. i18n: ectx: property (toolTip), widget (QLineEdit, locationLE)
#. +> trunk5 stable5
#: configure-printer/ModifyPrinter.ui:62
#, kde-format
msgid "Human-readable location such as \"Lab 1\""
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, connectionL)
#. +> trunk5 stable5
#: configure-printer/ModifyPrinter.ui:79
#, kde-format
msgid "Connection:"
msgstr ""
#. i18n: ectx: property (whatsThis), widget (QLineEdit, connectionLE)
#. +> trunk5 stable5
#: configure-printer/ModifyPrinter.ui:103
#, 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;\"><span style=\" font-size:10pt;\">Examples:</span></p>"
"\n"
"<p style=\" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;\">http://hostname:631/ipp/</p>"
"\n"
"<p style=\" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;\">http://hostname:631/ipp/port1</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;\">ipp://hostname/ipp/</p>"
"\n"
"<p style=\" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;\">ipp://hostname/ipp/port1</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;\">lpd://hostname/queue</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;\">socket://hostname</p>"
"\n"
"<p style=\" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;\">socket://hostname:9100</p>"
"</body></html>"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, membersL)
#. +> trunk5 stable5
#: configure-printer/ModifyPrinter.ui:113
#, kde-format
msgid "Members"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, driverL)
#. +> trunk5 stable5
#: configure-printer/ModifyPrinter.ui:126
#, kde-format
msgid "Driver:"
msgstr ""
#. +> trunk5 stable5
#: configure-printer/PrinterBehavior.cpp:211
#, kde-format
msgid "Abort job"
msgstr ""
#. +> trunk5 stable5
#: configure-printer/PrinterBehavior.cpp:213
#, kde-format
msgid "Retry current job"
msgstr ""
#. +> trunk5 stable5
#: configure-printer/PrinterBehavior.cpp:215
#, kde-format
msgid "Retry job"
msgstr ""
#. +> trunk5 stable5
#: configure-printer/PrinterBehavior.cpp:217
#, kde-format
msgid "Stop printer"
msgstr ""
#. +> trunk5 stable5
#: configure-printer/PrinterBehavior.cpp:226
#, kde-format
msgid "Authenticated"
msgstr ""
#. +> trunk5 stable5
#: configure-printer/PrinterBehavior.cpp:228
#, kde-format
msgid "Default"
msgstr ""
#. +> trunk5 stable5
#: configure-printer/PrinterBehavior.cpp:237
#, kde-format
msgid "None"
msgstr ""
#. +> trunk5 stable5
#: configure-printer/PrinterBehavior.cpp:239
#, kde-format
msgid "Classified"
msgstr ""
#. +> trunk5 stable5
#: configure-printer/PrinterBehavior.cpp:241
#, kde-format
msgid "Confidential"
msgstr ""
#. +> trunk5 stable5
#: configure-printer/PrinterBehavior.cpp:243
#, kde-format
msgid "Secret"
msgstr ""
#. +> trunk5 stable5
#: configure-printer/PrinterBehavior.cpp:245
#, kde-format
msgid "Standard"
msgstr ""
#. +> trunk5 stable5
#: configure-printer/PrinterBehavior.cpp:247
#, kde-format
msgid "Topsecret"
msgstr ""
#. +> trunk5 stable5
#: configure-printer/PrinterBehavior.cpp:249
#, kde-format
msgid "Unclassified"
msgstr ""
#. i18n: ectx: property (title), widget (QGroupBox, BanneryGB)
#. +> trunk5 stable5
#: configure-printer/PrinterBehavior.ui:29
#, kde-format
msgid "Banners"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, label_6)
#. +> trunk5 stable5
#: configure-printer/PrinterBehavior.ui:35
#, kde-format
msgid "Starting Banner:"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, label_7)
#. +> trunk5 stable5
#: configure-printer/PrinterBehavior.ui:55
#, kde-format
msgid "Ending Banner:"
msgstr ""
#. i18n: ectx: property (title), widget (QGroupBox, PoliciesGB)
#. +> trunk5 stable5
#: configure-printer/PrinterBehavior.ui:84
#, kde-format
msgid "Policies"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, label_4)
#. +> trunk5 stable5
#: configure-printer/PrinterBehavior.ui:90
#, kde-format
msgid "Operation Policy:"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, label_3)
#. +> trunk5 stable5
#: configure-printer/PrinterBehavior.ui:103
#, kde-format
msgid "Error Policy:"
msgstr ""
#. i18n: ectx: property (title), widget (QGroupBox, AllowGB)
#. +> trunk5 stable5
#: configure-printer/PrinterBehavior.ui:133
#, kde-format
msgid "Allowed Users"
msgstr ""
#. i18n: ectx: property (text), widget (QRadioButton, preventRB)
#. +> trunk5 stable5
#: configure-printer/PrinterBehavior.ui:139
#, kde-format
msgid "Pre&vent these users from printing "
msgstr ""
#. i18n: ectx: property (text), widget (QRadioButton, allowRB)
#. +> trunk5 stable5
#: configure-printer/PrinterBehavior.ui:146
#, kde-format
msgid "A&llow these users to print"
msgstr ""
#. +> trunk5 stable5
#: configure-printer/PrinterOptions.cpp:69
#, kde-format
msgid "Set Default Options"
msgstr ""
#. i18n: ectx: property (text), widget (QPushButton, autoConfigurePB)
#. +> trunk5 stable5
#: configure-printer/PrinterOptions.ui:26
#, kde-format
msgid "Query Printer for Default Options"
msgstr ""
#. i18n: ectx: property (windowTitle), widget (QWidget, SelectMakeModel)
#. +> trunk5 stable5
#: configure-printer/SelectMakeModelDialog.cpp:37
#: libkcups/SelectMakeModel.ui:14
#, kde-format
msgid "Select a Driver"
msgstr ""
#. +> trunk5 stable5
#: libkcups/JobModel.cpp:38
#, kde-format
msgid "Status"
msgstr ""
#. +> trunk5 stable5
#: libkcups/JobModel.cpp:39
#, kde-format
msgid "Name"
msgstr ""
#. +> trunk5 stable5
#: libkcups/JobModel.cpp:40
#, kde-format
msgid "User"
msgstr ""
#. +> trunk5 stable5
#: libkcups/JobModel.cpp:41
#, kde-format
msgid "Created"
msgstr ""
#. +> trunk5 stable5
-#: libkcups/JobModel.cpp:42 libkcups/JobModel.cpp:586
+#: libkcups/JobModel.cpp:42 libkcups/JobModel.cpp:584
#, kde-format
msgid "Completed"
msgstr ""
#. +> trunk5 stable5
#: libkcups/JobModel.cpp:43
#, kde-format
msgid "Pages"
msgstr ""
#. +> trunk5 stable5
#: libkcups/JobModel.cpp:44
#, kde-format
msgid "Processed"
msgstr ""
#. +> trunk5 stable5
#: libkcups/JobModel.cpp:45
#, kde-format
msgid "Size"
msgstr ""
#. +> trunk5 stable5
#: libkcups/JobModel.cpp:46
#, kde-format
msgid "Status Message"
msgstr ""
#. +> trunk5 stable5
#: libkcups/JobModel.cpp:47
#, kde-format
msgid "Printer"
msgstr ""
#. +> trunk5 stable5
#: libkcups/JobModel.cpp:48
#, kde-format
msgid "From Hostname"
msgstr ""
#. +> trunk5 stable5
-#: libkcups/JobModel.cpp:500 printqueue/PrintQueueUi.cpp:499
+#: libkcups/JobModel.cpp:498 printqueue/PrintQueueUi.cpp:499
#, kde-format
msgid "Failed to move '%1' to '%2'"
msgstr ""
#. +> trunk5 stable5
-#: libkcups/JobModel.cpp:503 printqueue/PrintQueueUi.cpp:505
+#: libkcups/JobModel.cpp:501 printqueue/PrintQueueUi.cpp:505
#, kde-format
msgid "Failed"
msgstr ""
#. +> trunk5 stable5
-#: libkcups/JobModel.cpp:580
+#: libkcups/JobModel.cpp:578
#, kde-format
msgid "Pending"
msgstr ""
#. +> trunk5 stable5
-#: libkcups/JobModel.cpp:581
+#: libkcups/JobModel.cpp:579
#, kde-format
msgid "On hold"
msgstr ""
#. +> trunk5 stable5
-#: libkcups/JobModel.cpp:583
+#: libkcups/JobModel.cpp:581
#, kde-format
msgid "Stopped"
msgstr ""
#. +> trunk5 stable5
-#: libkcups/JobModel.cpp:584
+#: libkcups/JobModel.cpp:582
#, kde-format
msgid "Canceled"
msgstr ""
#. +> trunk5 stable5
-#: libkcups/JobModel.cpp:585
+#: libkcups/JobModel.cpp:583
#, kde-format
msgid "Aborted"
msgstr ""
#. +> trunk5 stable5
#: libkcups/KCupsPasswordDialog.cpp:46
#, kde-format
msgid "Enter an username and a password to complete the task"
msgstr ""
#. +> trunk5 stable5
#: libkcups/KCupsPasswordDialog.cpp:51
#, kde-format
msgid "Wrong username or password"
msgstr ""
#. +> trunk5 stable5
#: libkcups/KCupsRequest.cpp:49
#, kde-format
msgid "Print service is unavailable"
msgstr ""
#. +> trunk5 stable5
#: libkcups/KCupsRequest.cpp:51
#, kde-format
msgid "Not found"
msgstr ""
#. +> trunk5 stable5
#: libkcups/KCupsRequest.cpp:418
#, kde-format
msgid "Test Page"
msgstr ""
#. +> trunk5 stable5
#: libkcups/KCupsRequest.cpp:450
#, kde-format
msgid "Unable to send command to printer driver!"
msgstr ""
#. +> trunk5 stable5
#: libkcups/KCupsRequest.cpp:574
#, kde-format
msgid "Failed to invoke method: %1"
msgstr ""
#. +> trunk5 stable5
#: libkcups/PPDModel.cpp:45
#, kde-format
msgid "Recommended Drivers"
msgstr ""
#. +> trunk5 stable5
-#: libkcups/PrinterModel.cpp:178
+#: libkcups/PrinterModel.cpp:177
#, kde-format
msgid "Printers"
msgstr ""
#. +> trunk5 stable5
-#: libkcups/PrinterModel.cpp:381
+#: libkcups/PrinterModel.cpp:380
#, kde-format
msgid "Idle"
msgstr ""
#. +> trunk5 stable5
-#: libkcups/PrinterModel.cpp:381
+#: libkcups/PrinterModel.cpp:380
#, kde-format
msgid "Idle, rejecting jobs"
msgstr ""
#. +> trunk5 stable5
-#: libkcups/PrinterModel.cpp:383
+#: libkcups/PrinterModel.cpp:382
#, kde-format
msgid "Idle - '%1'"
msgstr ""
#. +> trunk5 stable5
-#: libkcups/PrinterModel.cpp:383
+#: libkcups/PrinterModel.cpp:382
#, kde-format
msgid "Idle, rejecting jobs - '%1'"
msgstr ""
#. +> trunk5 stable5
-#: libkcups/PrinterModel.cpp:387
+#: libkcups/PrinterModel.cpp:386
#, kde-format
msgid "In use"
msgstr ""
#. +> trunk5 stable5
-#: libkcups/PrinterModel.cpp:389
+#: libkcups/PrinterModel.cpp:388
#, kde-format
msgid "In use - '%1'"
msgstr ""
#. +> trunk5 stable5
-#: libkcups/PrinterModel.cpp:393
+#: libkcups/PrinterModel.cpp:392
#, kde-format
msgid "Paused"
msgstr ""
#. +> trunk5 stable5
-#: libkcups/PrinterModel.cpp:393
+#: libkcups/PrinterModel.cpp:392
#, kde-format
msgid "Paused, rejecting jobs"
msgstr ""
#. +> trunk5 stable5
-#: libkcups/PrinterModel.cpp:395
+#: libkcups/PrinterModel.cpp:394
#, kde-format
msgid "Paused - '%1'"
msgstr ""
#. +> trunk5 stable5
-#: libkcups/PrinterModel.cpp:395
+#: libkcups/PrinterModel.cpp:394
#, kde-format
msgid "Paused, rejecting jobs - '%1'"
msgstr ""
#. +> trunk5 stable5
-#: libkcups/PrinterModel.cpp:399
+#: libkcups/PrinterModel.cpp:398
#, kde-format
msgid "Unknown"
msgstr ""
#. +> trunk5 stable5
-#: libkcups/PrinterModel.cpp:401
+#: libkcups/PrinterModel.cpp:400
#, kde-format
msgid "Unknown - '%1'"
msgstr ""
#. +> trunk5 stable5
#: libkcups/SelectMakeModel.cpp:152
#, kde-format
msgid "Failed to get a list of drivers: '%1'"
msgstr ""
#. +> trunk5 stable5
#: libkcups/SelectMakeModel.cpp:242
#, kde-format
msgid "Failed to search for a recommended driver: '%1'"
msgstr ""
#. i18n: ectx: property (filter), widget (KUrlRequester, ppdFilePathUrl)
#. +> trunk5 stable5
#: libkcups/SelectMakeModel.ui:44
#, kde-format
msgid "*.ppd *.ppd.gz|PostScript Printer Description files"
msgstr ""
#. i18n: ectx: property (text), widget (QRadioButton, radioButton_2)
#. +> trunk5 stable5
#: libkcups/SelectMakeModel.ui:82
#, kde-format
msgid "Choose &the driver from the list"
msgstr ""
#. i18n: ectx: property (text), widget (QRadioButton, ppdFileRB)
#. +> trunk5 stable5
#: libkcups/SelectMakeModel.ui:94
#, kde-format
msgid "Ma&nually Provide a PPD File:"
msgstr ""
#. +> trunk5 stable5
#: print-manager-kded/NewPrinterNotification.cpp:72
#, kde-format
msgid "A New Printer was detected"
msgstr ""
#. +> trunk5 stable5
#: print-manager-kded/NewPrinterNotification.cpp:73
#, kde-format
msgid "Configuring new printer..."
msgstr ""
#. +> trunk5 stable5
#: print-manager-kded/NewPrinterNotification.cpp:110
#, kde-format
msgid "Missing printer driver"
msgstr ""
#. +> trunk5 stable5
#: print-manager-kded/NewPrinterNotification.cpp:112
#, kde-format
msgid "No printer driver for %1 %2."
msgstr ""
#. +> trunk5 stable5
#: print-manager-kded/NewPrinterNotification.cpp:114
#, kde-format
msgid "No printer driver for %1."
msgstr ""
#. +> trunk5 stable5
#: print-manager-kded/NewPrinterNotification.cpp:116
#, kde-format
msgid "No driver for this printer."
msgstr ""
#. +> trunk5 stable5
#: print-manager-kded/NewPrinterNotification.cpp:119
#, kde-format
msgid "Search"
msgstr ""
#. +> trunk5 stable5
#: print-manager-kded/NewPrinterNotification.cpp:126
#, kde-format
msgid "The New Printer was Added"
msgstr ""
#. +> trunk5 stable5
#: print-manager-kded/NewPrinterNotification.cpp:128
#, kde-format
msgid "The New Printer is Missing Drivers"
msgstr ""
#. +> trunk5 stable5
#: print-manager-kded/NewPrinterNotification.cpp:167
#, kde-format
msgid "'%1' is ready for printing."
msgstr ""
#. +> trunk5 stable5
#: print-manager-kded/NewPrinterNotification.cpp:168
#: print-manager-kded/NewPrinterNotification.cpp:182
#, kde-format
msgid "Print test page"
msgstr ""
#. +> trunk5 stable5
#: print-manager-kded/NewPrinterNotification.cpp:177
#, kde-format
msgid "'%1' has been added, please check its driver."
msgstr ""
#. +> trunk5 stable5
#: print-manager-kded/NewPrinterNotification.cpp:181
#, kde-format
msgid "'%1' has been added, using the '%2' driver."
msgstr ""
#. +> trunk5 stable5
#: print-manager-kded/NewPrinterNotification.cpp:184
#, kde-format
msgid "Find driver"
msgstr ""
#. +> trunk5 stable5
#: printer-manager-kcm/PrinterDescription.cpp:123
#, kde-format
msgid "Share this class"
msgstr ""
#. +> trunk5 stable5
#: printer-manager-kcm/PrinterDescription.cpp:123
#, kde-format
msgid "Share this printer"
msgstr ""
#. i18n: ectx: property (text), widget (KMessageWidget, errorMessage)
#. +> trunk5 stable5
#: printer-manager-kcm/PrinterDescription.cpp:244
#: printer-manager-kcm/PrinterDescription.ui:293
#, kde-format
msgid "Clean Print Heads"
msgstr ""
#. i18n: ectx: property (toolTip), widget (KMessageWidget, errorMessage)
#. +> trunk5 stable5
#: printer-manager-kcm/PrinterDescription.cpp:253
#: printer-manager-kcm/PrinterDescription.ui:301
#, kde-format
msgid "Print Self-Test Page"
msgstr ""
#. +> trunk5 stable5
#: printer-manager-kcm/PrinterDescription.cpp:259
#, kde-format
msgid "Failed to perform request: %1"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, printerNameL)
#. +> trunk5 stable5
#: printer-manager-kcm/PrinterDescription.ui:83
#, kde-format
msgctxt "@title"
msgid "Printer name or description"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, statusL)
#. +> trunk5 stable5
#: printer-manager-kcm/PrinterDescription.ui:102
#, kde-format
msgid "Current status"
msgstr ""
#. i18n: ectx: property (text), widget (QCheckBox, defaultCB)
#. +> trunk5 stable5
#: printer-manager-kcm/PrinterDescription.ui:109
#, kde-format
msgctxt "@option:check"
msgid "Default printer"
msgstr ""
#. i18n: ectx: property (text), widget (QCheckBox, rejectPrintJobsCB)
#. +> trunk5 stable5
#: printer-manager-kcm/PrinterDescription.ui:126
#, kde-format
msgid "Reject print jobs"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, locationL)
#. +> trunk5 stable5
#: printer-manager-kcm/PrinterDescription.ui:135
#, kde-format
msgctxt "@label location of printer"
msgid "Location:"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, kindL)
#. +> trunk5 stable5
#: printer-manager-kcm/PrinterDescription.ui:164
#, kde-format
msgctxt "@label kind of printer, could be driver name or \"local raw socket\""
msgid "Kind:"
msgstr ""
#. i18n: ectx: property (text), widget (QPushButton, maintenancePB)
#. +> trunk5 stable5
#: printer-manager-kcm/PrinterDescription.ui:205
#, kde-format
msgctxt "@action:button"
msgid "Maintenance"
msgstr ""
#. i18n: ectx: property (text), widget (QPushButton, openQueuePB)
#. +> trunk5 stable5
#: printer-manager-kcm/PrinterDescription.ui:225
#, kde-format
msgctxt "@action:button"
msgid "Open Print Queue"
msgstr ""
#. i18n: ectx: property (text), widget (KMessageWidget, errorMessage)
#. +> trunk5 stable5
#: printer-manager-kcm/PrinterDescription.ui:288
#, kde-format
msgid "Print Test Page"
msgstr ""
#. i18n: ectx: property (text), widget (KMessageWidget, errorMessage)
#. +> trunk5 stable5
#: printer-manager-kcm/PrinterDescription.ui:298
#, kde-format
msgid "Print Self Test Page"
msgstr ""
#. +> trunk5 stable5
#: printer-manager-kcm/PrintKCM.cpp:50 printer-manager-kcm/PrintKCM.cpp:52
#, kde-format
msgid "Print settings"
msgstr ""
#. +> trunk5 stable5
#: printer-manager-kcm/PrintKCM.cpp:69
#, kde-format
msgctxt "@action:intoolbar"
msgid "Add a Printer Class"
msgstr ""
#. +> trunk5 stable5
#: printer-manager-kcm/PrintKCM.cpp:72
#, kde-format
msgid "Add a new printer or a printer class"
msgstr ""
#. i18n: ectx: property (text), widget (QToolButton, removeTB)
#. +> trunk5 stable5
#: printer-manager-kcm/PrintKCM.cpp:76 printer-manager-kcm/PrintKCM.ui:32
#, kde-format
msgid "Remove Printer"
msgstr ""
#. +> trunk5 stable5
#: printer-manager-kcm/PrintKCM.cpp:82
#, kde-format
msgctxt "@action:intoolbar"
msgid "Show printers shared by other systems"
msgstr ""
#. +> trunk5 stable5
#: printer-manager-kcm/PrintKCM.cpp:86
#, kde-format
msgctxt "@action:intoolbar"
msgid "Share printers connected to this system"
msgstr ""
#. +> trunk5 stable5
#: printer-manager-kcm/PrintKCM.cpp:88
#, kde-format
msgctxt "@action:intoolbar"
msgid "Allow printing from the Internet"
msgstr ""
#. +> trunk5 stable5
#: printer-manager-kcm/PrintKCM.cpp:94
#, kde-format
msgctxt "@action:intoolbar"
msgid "Allow remote administration"
msgstr ""
#. +> trunk5 stable5
#: printer-manager-kcm/PrintKCM.cpp:96
#, kde-format
msgctxt "@action:intoolbar"
msgid "Allow users to cancel any job (not just their own)"
msgstr ""
#. +> trunk5 stable5
#: printer-manager-kcm/PrintKCM.cpp:100
#, kde-format
msgid "Configure the global preferences"
msgstr ""
#. +> trunk5 stable5
#: printer-manager-kcm/PrintKCM.cpp:145 printer-manager-kcm/PrintKCM.cpp:245
#, kde-format
msgid "No printers have been configured or discovered"
msgstr ""
#. +> trunk5 stable5
#: printer-manager-kcm/PrintKCM.cpp:276
#, kde-format
msgid "Remove class"
msgstr ""
#. +> trunk5 stable5
#: printer-manager-kcm/PrintKCM.cpp:277
#, kde-format
msgid "Are you sure you want to remove the class '%1'?"
msgstr ""
#. +> trunk5 stable5
#: printer-manager-kcm/PrintKCM.cpp:280
#, kde-format
msgid "Remove printer"
msgstr ""
#. +> trunk5 stable5
#: printer-manager-kcm/PrintKCM.cpp:281
#, kde-format
msgid "Are you sure you want to remove the printer '%1'?"
msgstr ""
#. +> trunk5 stable5
#: printer-manager-kcm/PrintKCM.cpp:323
#, kde-format
msgctxt "@info"
msgid "Failed to get server settings"
msgstr ""
#. +> trunk5 stable5
#: printer-manager-kcm/PrintKCM.cpp:354
#, kde-format
msgctxt "@info"
msgid "Failed to configure server settings"
msgstr ""
#. i18n: ectx: property (text), widget (QToolButton, systemPreferencesTB)
#. +> trunk5 stable5
#: printer-manager-kcm/PrintKCM.ui:52
#, kde-format
msgid "System Preferences"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, errorComment)
#. +> trunk5 stable5
#: printer-manager-kcm/PrintKCM.ui:196
#, kde-format
msgid "TextLabel"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, errorText)
#. +> trunk5 stable5
#: printer-manager-kcm/PrintKCM.ui:206
#, kde-format
msgid "Error Title"
msgstr ""
#. i18n: ectx: property (text), widget (QPushButton, addPrinterBtn)
#. +> trunk5 stable5
#: printer-manager-kcm/PrintKCM.ui:231
#, kde-format
msgid "Click here to add a new printer"
msgstr ""
#. +> trunk5 stable5
#: printqueue/main.cpp:38 printqueue/main.cpp:40
#, kde-format
msgid "Print Queue"
msgstr ""
#. +> trunk5 stable5
#: printqueue/main.cpp:54
#, kde-format
msgid "Show printer queue(s)"
msgstr ""
#. +> trunk5 stable5
#: printqueue/PrintQueueUi.cpp:213
#, kde-format
msgid "Printer ready"
msgstr ""
#. i18n: ectx: property (text), widget (QPushButton, pausePrinterPB)
#. +> trunk5 stable5
#: printqueue/PrintQueueUi.cpp:214 printqueue/PrintQueueUi.cpp:225
#: printqueue/PrintQueueUi.ui:118
#, kde-format
msgid "Pause Printer"
msgstr ""
#. +> trunk5 stable5
#: printqueue/PrintQueueUi.cpp:221
#, kde-format
msgid "Printing..."
msgstr ""
#. +> trunk5 stable5
#: printqueue/PrintQueueUi.cpp:223
#, kde-format
msgid "Printing '%1'"
msgstr ""
#. +> trunk5 stable5
#: printqueue/PrintQueueUi.cpp:231
#, kde-format
msgid "Printer paused"
msgstr ""
#. +> trunk5 stable5
#: printqueue/PrintQueueUi.cpp:232
#, kde-format
msgid "Resume Printer"
msgstr ""
#. +> trunk5 stable5
#: printqueue/PrintQueueUi.cpp:247
#, kde-format
msgid "Printer state unknown"
msgstr ""
#. +> trunk5 stable5
#: printqueue/PrintQueueUi.cpp:282
#, kde-format
msgid "Move to"
msgstr ""
#. +> trunk5 stable5
#: printqueue/PrintQueueUi.cpp:413
#, kde-format
msgid "All Printers (%1 Job)"
msgid_plural "All Printers (%1 Jobs)"
msgstr[0] ""
msgstr[1] ""
#. +> trunk5 stable5
#: printqueue/PrintQueueUi.cpp:415
#, kde-format
msgid "%2 (%1 Job)"
msgid_plural "%2 (%1 Jobs)"
msgstr[0] ""
msgstr[1] ""
#. +> trunk5 stable5
#: printqueue/PrintQueueUi.cpp:418
#, kde-format
msgid "All Printers"
msgstr ""
#. +> trunk5 stable5
#: printqueue/PrintQueueUi.cpp:487
#, kde-format
msgid "Failed to cancel '%1'"
msgstr ""
#. +> trunk5 stable5
#: printqueue/PrintQueueUi.cpp:490
#, kde-format
msgid "Failed to hold '%1'"
msgstr ""
#. +> trunk5 stable5
#: printqueue/PrintQueueUi.cpp:493
#, kde-format
msgid "Failed to release '%1'"
msgstr ""
#. +> trunk5 stable5
#: printqueue/PrintQueueUi.cpp:496
#, kde-format
msgid "Failed to reprint '%1'"
msgstr ""
#. i18n: ectx: property (windowTitle), widget (QWidget, PrintQueueUi)
#. +> trunk5 stable5
#: printqueue/PrintQueueUi.ui:20
#, kde-format
msgid "my printer (x jobs)"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, iconL)
#. +> trunk5 stable5
#: printqueue/PrintQueueUi.ui:49
#, kde-format
msgid "Printer Icon"
msgstr ""
#. i18n: ectx: property (text), widget (QPushButton, cancelJobPB)
#. +> trunk5 stable5
#: printqueue/PrintQueueUi.ui:233
#, kde-format
msgid "Cancel"
msgstr ""
#. i18n: ectx: property (text), widget (QPushButton, holdJobPB)
#. +> trunk5 stable5
#: printqueue/PrintQueueUi.ui:253
#, kde-format
msgid "Hold"
msgstr ""
#. i18n: ectx: property (text), widget (QPushButton, resumeJobPB)
#. +> trunk5 stable5
#: printqueue/PrintQueueUi.ui:266
#, kde-format
msgid "Resume"
msgstr ""
#. i18n: ectx: property (text), widget (QPushButton, reprintPB)
#. +> trunk5 stable5
#: printqueue/PrintQueueUi.ui:279
#, kde-format
msgid "Reprint"
msgstr ""
#. i18n: ectx: property (text), item, widget (QComboBox, whichJobsCB)
#. +> trunk5 stable5
#: printqueue/PrintQueueUi.ui:312
#, kde-format
msgid "Active Jobs"
msgstr ""
#. i18n: ectx: property (text), item, widget (QComboBox, whichJobsCB)
#. +> trunk5 stable5
#: printqueue/PrintQueueUi.ui:317
#, kde-format
msgid "Completed Jobs"
msgstr ""
#. i18n: ectx: property (text), item, widget (QComboBox, whichJobsCB)
#. +> trunk5 stable5
#: printqueue/PrintQueueUi.ui:322
#, kde-format
msgid "All Jobs"
msgstr ""
Index: trunk/l10n-support/templates/summit/messages/pim/kmail.desktop.pot
===================================================================
--- trunk/l10n-support/templates/summit/messages/pim/kmail.desktop.pot (revision 1509319)
+++ trunk/l10n-support/templates/summit/messages/pim/kmail.desktop.pot (revision 1509320)
@@ -1,465 +1,465 @@
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: desktop files\n"
"Report-Msgid-Bugs-To: http://bugs.kde.org\n"
-"POT-Creation-Date: 2018-01-24 09:32+0100\n"
+"POT-Creation-Date: 2018-01-26 09:13+0100\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 stable5
#: agents/archivemailagent/akonadi_archivemail_agent.notifyrc:3
#: agents/archivemailagent/archivemailagent.desktop:45
msgctxt "Comment"
msgid "Archive Mail Agent"
msgstr ""
#. +> trunk5 stable5
#: agents/archivemailagent/akonadi_archivemail_agent.notifyrc:46
#: agents/archivemailagent/archivemailagent.desktop:2
msgctxt "Name"
msgid "Archive Mail Agent"
msgstr ""
#. +> trunk5 stable5
#: agents/archivemailagent/akonadi_archivemail_agent.notifyrc:91
msgctxt "Name"
msgid "Archive Mail finished"
msgstr ""
#. +> trunk5 stable5
#: agents/archivemailagent/akonadi_archivemail_agent.notifyrc:136
msgctxt "Name"
msgid "Archive Mail started"
msgstr ""
#. +> trunk5 stable5
#: agents/archivemailagent/akonadi_archivemail_agent.notifyrc:181
msgctxt "Name"
msgid "Directory does not exist"
msgstr ""
#. +> trunk5 stable5
#: agents/archivemailagent/akonadi_archivemail_agent.notifyrc:219
msgctxt "Name"
msgid "Archive Mail Error"
msgstr ""
#. +> trunk5 stable5
#: agents/followupreminderagent/akonadi_followupreminder_agent.notifyrc:3
msgctxt "Comment"
msgid "Followup reminder agent"
msgstr ""
#. +> trunk5 stable5
#: agents/followupreminderagent/akonadi_followupreminder_agent.notifyrc:42
msgctxt "Name"
msgid "Mail Follow Up Received"
msgstr ""
#. +> trunk5 stable5
#: agents/followupreminderagent/followupreminder.desktop:2
msgctxt "Name"
msgid "Followup Reminder Agent"
msgstr ""
#. +> trunk5 stable5
#: agents/followupreminderagent/followupreminder.desktop:39
msgctxt "Comment"
msgid "Followup Reminder Agent allows to remind you when an email was not answered."
msgstr ""
#. +> trunk5 stable5
#: agents/mailfilteragent/akonadi_mailfilter_agent.notifyrc:3
msgctxt "Comment"
msgid "Mail Filter Agent"
msgstr ""
#. +> trunk5 stable5
#: agents/mailfilteragent/akonadi_mailfilter_agent.notifyrc:46
#: agents/mailfilteragent/mailfilteragent.desktop:2
msgctxt "Name"
msgid "Mail Filter Agent"
msgstr ""
#. +> trunk5 stable5
#: agents/mailfilteragent/akonadi_mailfilter_agent.notifyrc:91
msgctxt "Name"
msgid "Mail filter log enabled"
msgstr ""
#. +> trunk5 stable5
#: agents/mailfilteragent/akonadi_mailfilter_agent.notifyrc:137
msgctxt "Name"
msgid "An error occurred during filtering"
msgstr ""
#. +> trunk5 stable5
#: agents/mailfilteragent/mailfilteragent.desktop:45
msgctxt "Comment"
msgid "Extension to filter emails"
msgstr ""
#. +> trunk5 stable5
#: agents/sendlateragent/akonadi_sendlater_agent.notifyrc:3
#: agents/sendlateragent/sendlateragent.desktop:41
msgctxt "Comment"
msgid "Send Later Agent"
msgstr ""
#. +> trunk5 stable5
#: agents/sendlateragent/akonadi_sendlater_agent.notifyrc:44
msgctxt "Name"
msgid "Mail is sent"
msgstr ""
#. +> trunk5 stable5
#: agents/sendlateragent/akonadi_sendlater_agent.notifyrc:87
msgctxt "Name"
msgid "Send mail failed"
msgstr ""
#. +> trunk5 stable5
#: agents/sendlateragent/sendlateragent.desktop:2
msgctxt "Name"
msgid "Send Later Agent"
msgstr ""
#. +> trunk5 stable5
#: ktnef/src/org.kde.ktnef.desktop:2
msgctxt "Name"
msgid "KTnef"
msgstr ""
#. +> trunk5 stable5
#: ktnef/src/org.kde.ktnef.desktop:59
msgctxt "GenericName"
msgid "TNEF File Viewer (proprietary format used by outlook)"
msgstr ""
#. +> trunk5 stable5
#: ktnef/src/org.kde.ktnef.desktop:101
msgctxt "Comment"
msgid "A viewer/extractor for TNEF files"
msgstr ""
#. +> trunk5 stable5
#: src/data/dbusmail.desktop:4
msgctxt "Comment"
msgid "Mail program with a D-Bus interface"
msgstr ""
#. +> trunk5 stable5
#: src/data/kmail2.notifyrc:3
msgctxt "Comment"
msgid "KMail"
msgstr ""
#. +> trunk5 stable5
#: src/data/kmail2.notifyrc:74
msgctxt "Name"
msgid "Akonadi server sent a warning"
msgstr ""
#. +> trunk5 stable5
#: src/data/kmail2.notifyrc:117
msgctxt "Comment"
msgid "Akonadi server sent a warning"
msgstr ""
#. +> trunk5 stable5
#: src/data/kmail2.notifyrc:163
msgctxt "Name"
msgid "Akonadi server sent an error"
msgstr ""
#. +> trunk5 stable5
#: src/data/kmail2.notifyrc:206
msgctxt "Comment"
msgid "Akonadi server sent an error"
msgstr ""
#. +> trunk5 stable5
#: src/data/kmail2.notifyrc:252
msgctxt "Name"
msgid "A resource is broken"
msgstr ""
#. +> trunk5 stable5
#: src/data/kmail2.notifyrc:295
msgctxt "Comment"
msgid "A resource change its state to broken"
msgstr ""
#. +> trunk5 stable5
#: src/data/kmail2.notifyrc:340
msgctxt "Name"
msgid "Error While Checking Mail"
msgstr ""
#. +> trunk5 stable5
#: src/data/kmail2.notifyrc:387
msgctxt "Comment"
msgid "There was an error while checking for new mail"
msgstr ""
#. +> trunk5 stable5
#: src/data/kmail2.notifyrc:437
msgctxt "Name"
msgid "Archive Mails in Folder done"
msgstr ""
#. +> trunk5 stable5
#: src/data/kmail2.notifyrc:478
msgctxt "Name"
msgid "Folder Archive Error"
msgstr ""
#. +> trunk5 stable5
#: src/data/kmail_addattachmentservicemenu.desktop:9
msgctxt "Name"
msgid "Send as Email Attachment"
msgstr ""
#. +> trunk5 stable5
#: src/data/kmail_config_accounts.desktop:16
msgctxt "Name"
msgid "Accounts"
msgstr ""
#. +> trunk5 stable5
#: src/data/kmail_config_accounts.desktop:88
msgctxt "Comment"
msgid "Setup for Sending and Receiving Messages"
msgstr ""
#. +> trunk5 stable5
#: src/data/kmail_config_accounts.desktop:152
msgctxt "X-KDE-Keywords"
msgid "kmail,accounts"
msgstr ""
#. +> trunk5 stable5
#: src/data/kmail_config_appearance.desktop:16
msgctxt "Name"
msgid "Appearance"
msgstr ""
#. +> trunk5 stable5
#: src/data/kmail_config_appearance.desktop:90
msgctxt "Comment"
msgid "Customize Visual Appearance"
msgstr ""
#. +> trunk5 stable5
#: src/data/kmail_config_appearance.desktop:155
msgctxt "X-KDE-Keywords"
msgid "kmail,appearance"
msgstr ""
#. +> trunk5 stable5
#: src/data/kmail_config_composer.desktop:16
msgctxt "Name"
msgid "Composer"
msgstr ""
#. +> trunk5 stable5
#: src/data/kmail_config_composer.desktop:83
msgctxt "Comment"
msgid "Message Composer Settings"
msgstr ""
#. +> trunk5 stable5
#: src/data/kmail_config_composer.desktop:131
msgctxt "X-KDE-Keywords"
msgid "kmail,composer"
msgstr ""
#. +> trunk5 stable5
#: src/data/kmail_config_misc.desktop:16
msgctxt "Name"
msgid "Misc"
msgstr ""
#. +> trunk5 stable5
#: src/data/kmail_config_misc.desktop:86
msgctxt "Comment"
msgid "Settings that don't fit elsewhere"
msgstr ""
#. +> trunk5 stable5
#: src/data/kmail_config_misc.desktop:150
msgctxt "X-KDE-Keywords"
msgid "kmail,misc"
msgstr ""
#. +> trunk5 stable5
#: src/data/kmail_config_plugins.desktop:16
msgctxt "Name"
msgid "Plugins"
msgstr ""
#. +> trunk5 stable5
#: src/data/kmail_config_plugins.desktop:86
msgctxt "Comment"
msgid "Settings Plugins"
msgstr ""
#. +> trunk5 stable5
#: src/data/kmail_config_plugins.desktop:114
msgctxt "X-KDE-Keywords"
msgid "kmail,plugins"
msgstr ""
#. +> trunk5 stable5
#: src/data/kmail_config_security.desktop:16
msgctxt "Name"
msgid "Security"
msgstr ""
#. +> trunk5 stable5
#: src/data/kmail_config_security.desktop:88
msgctxt "Comment"
msgid "Security & Privacy Settings"
msgstr ""
#. +> trunk5 stable5
#: src/data/kmail_config_security.desktop:155
msgctxt "X-KDE-Keywords"
msgid "kmail,security"
msgstr ""
#. +> trunk5 stable5
#: src/data/kmail_view.desktop:2
msgctxt "Name"
msgid "KMail view"
msgstr ""
#. +> trunk5 stable5
#: src/data/org.kde.kmail2.desktop:2
msgctxt "Name"
msgid "KMail"
msgstr ""
#. +> trunk5 stable5
#: src/data/org.kde.kmail2.desktop:80
msgctxt "GenericName"
msgid "Mail Client"
msgstr ""
#. +> trunk5 stable5
#: src/data/org.kde.kmail2.desktop:155
msgctxt "Comment"
msgid "Send, receive and manage your mail with KMail"
msgstr ""
#. +> trunk5
#: src/data/org.kde.kmail2.desktop:199
msgctxt "Name"
msgid "New Message..."
msgstr ""
#. +> stable5
#: src/data/org.kde.kmail2.desktop:199
msgctxt "Name"
msgid "New Message"
msgstr ""
#. +> trunk5 stable5
-#: src/data/org.kde.kmail2.desktop:213
+#: src/data/org.kde.kmail2.desktop:214
msgctxt "Name"
msgid "Check Mail"
msgstr ""
#. +> trunk5 stable5
#: src/kontactplugin/kmail/kcmkmailsummary.desktop:14
msgctxt "Name"
msgid "New Messages"
msgstr ""
#. +> trunk5 stable5
#: src/kontactplugin/kmail/kcmkmailsummary.desktop:69
msgctxt "Comment"
msgid "Mail Summary Setup"
msgstr ""
#. +> trunk5 stable5
#: src/kontactplugin/kmail/kcmkmailsummary.desktop:133
msgctxt "X-KDE-Keywords"
msgid "email, summary, configure, settings"
msgstr ""
#. +> trunk5 stable5
#: src/kontactplugin/kmail/kmail.setdlg:2
#: src/kontactplugin/kmail/kmailplugin.desktop:88
msgctxt "Name"
msgid "Mail"
msgstr ""
#. +> trunk5 stable5
#: src/kontactplugin/kmail/kmail.setdlg:75
msgctxt "Comment"
msgid "Mail Component"
msgstr ""
#. +> trunk5 stable5
#: src/kontactplugin/kmail/kmailplugin.desktop:19
msgctxt "Comment"
msgid "Kontact KMail Plugin"
msgstr ""
#. +> trunk5 stable5
#: src/kontactplugin/summary/kcmkontactsummary.desktop:14
msgctxt "Name"
msgid "Summaries"
msgstr ""
#. +> trunk5 stable5
#: src/kontactplugin/summary/kcmkontactsummary.desktop:65
msgctxt "Comment"
msgid "Summary Selection"
msgstr ""
#. +> trunk5 stable5
#: src/kontactplugin/summary/summary.setdlg:2
#: src/kontactplugin/summary/summaryplugin.desktop:75
msgctxt "Name"
msgid "Summary"
msgstr ""
#. +> trunk5 stable5
#: src/kontactplugin/summary/summary.setdlg:74
msgctxt "Comment"
msgid "Summary View"
msgstr ""
#. +> trunk5 stable5
#: src/kontactplugin/summary/summaryplugin.desktop:14
msgctxt "Comment"
msgid "Kontact SummaryView Plugin"
msgstr ""
#. +> stable5
#: src/data/kmail_config_identity.desktop:16
#: src/kcm_kpimidentities/kcm_kpimidentities.desktop:12
msgctxt "Name"
msgid "Identities"
msgstr ""
#. +> stable5
#: src/data/kmail_config_identity.desktop:86
#: src/kcm_kpimidentities/kcm_kpimidentities.desktop:82
msgctxt "Comment"
msgid "Manage Identities"
msgstr ""
#. +> stable5
#: src/data/kmail_config_identity.desktop:153
#: src/kcm_kpimidentities/kcm_kpimidentities.desktop:149
msgctxt "X-KDE-Keywords"
msgid "kmail,identity"
msgstr ""
Index: trunk/l10n-support/templates/summit/messages/pim/kmail.pot
===================================================================
--- trunk/l10n-support/templates/summit/messages/pim/kmail.pot (revision 1509319)
+++ trunk/l10n-support/templates/summit/messages/pim/kmail.pot (revision 1509320)
@@ -1,7591 +1,7597 @@
# 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-01-25 09:16+0100\n"
+"POT-Creation-Date: 2018-01-26 09:13+0100\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
#: about/introduction_kmail.html:5 html.cpp:2
#, kde-format
msgctxt "%1 is version"
msgid "Welcome to KMail %1"
msgstr ""
#. +> trunk5 stable5
#: about/introduction_kmail.html:7 html.cpp:4
msgid "KMail is the email client by KDE. It is designed to be fully compatible with Internet mailing standards including IMAP, POP3 and SMTP."
msgstr ""
#. +> trunk5 stable5
#: about/introduction_kmail.html:10 html.cpp:6
msgid "KMail has many powerful features that are described in the <a href='help:/kmail2/index.html'>documentation</a>."
msgstr ""
#. +> trunk5 stable5
#: about/introduction_kmail.html:16 html.cpp:8
msgid "Important changes since last version:"
msgstr ""
#. +> trunk5 stable5
#: about/introduction_kmail.html:25 html.cpp:10
msgid "Some of the new features in this release of KMail include:"
msgstr ""
#. +> trunk5 stable5
#: about/introduction_kmail.html:34 html.cpp:12
msgid "Please take a moment to fill in the KMail configuration panel at Settings->Configure KMail. You need to create at least a default identity and incoming as well as outgoing mail account."
msgstr ""
#. +> trunk5 stable5
#: about/introduction_kmail.html:38 html.cpp:14
msgid "We hope that you will enjoy KMail."
msgstr ""
#. +> trunk5 stable5
#: about/introduction_kmail.html:39 html.cpp:16
msgid "Thank you,"
msgstr ""
#. +> trunk5 stable5
#: about/introduction_kmail.html:40 html.cpp:18
msgid "The KMail Team"
msgstr ""
#. +> trunk5 stable5
#: aboutdata.cpp:52
#, kde-format
msgid "Maintainer"
msgstr ""
#. +> trunk5 stable5
#: aboutdata.cpp:56 aboutdata.cpp:64 aboutdata.cpp:68
#, kde-format
msgid "Former maintainer"
msgstr ""
#. +> trunk5 stable5
#: aboutdata.cpp:60
#, kde-format
msgid "Original author"
msgstr ""
#. +> trunk5 stable5
#: aboutdata.cpp:72
#, kde-format
msgid "Former co-maintainer"
msgstr ""
#. +> trunk5 stable5
#: aboutdata.cpp:77 aboutdata.cpp:81
#, kde-format
msgid "Core developer"
msgstr ""
#. +> trunk5 stable5
#: aboutdata.cpp:85 aboutdata.cpp:89 aboutdata.cpp:93
#, kde-format
msgid "Former core developer"
msgstr ""
#. +> trunk5 stable5
#: aboutdata.cpp:97
#, kde-format
msgid "Documentation"
msgstr ""
#. +> trunk5 stable5
#: aboutdata.cpp:110
#, kde-format
msgid "System tray notification"
msgstr ""
#. +> trunk5 stable5
#: aboutdata.cpp:142
#, kde-format
msgid "PGP 6 support and further enhancements of the encryption support"
msgstr ""
#. +> trunk5 stable5
#: aboutdata.cpp:162
#, kde-format
msgid "Original encryption support PGP 2 and PGP 5 support"
msgstr ""
#. +> trunk5 stable5
#: aboutdata.cpp:166
#, kde-format
msgid "GnuPG support"
msgstr ""
#. +> trunk5 stable5
#: aboutdata.cpp:222
#, kde-format
msgid "New message list and new folder tree"
msgstr ""
#. +> trunk5 stable5
#: aboutdata.cpp:283
#, kde-format
msgid "Anti-virus support"
msgstr ""
#. +> trunk5 stable5
#: aboutdata.cpp:294 aboutdata.cpp:353
#, kde-format
msgid "POP filters"
msgstr ""
#. +> trunk5 stable5
#: aboutdata.cpp:316
#, kde-format
msgid "Usability tests and improvements"
msgstr ""
#. +> trunk5 stable5
#: aboutdata.cpp:323 aboutdata.cpp:343
#, kde-format
msgid "Ägypten and Kroupware project management"
msgstr ""
#. +> trunk5 stable5
#: aboutdata.cpp:327
#, kde-format
msgid "Improved HTML support"
msgstr ""
#. +> trunk5 stable5
#: aboutdata.cpp:330
#, kde-format
msgid "Beta testing of PGP 6 support"
msgstr ""
#. +> trunk5 stable5
#: aboutdata.cpp:339
#, kde-format
msgid "Timestamp for 'Transmission completed' status messages"
msgstr ""
#. +> trunk5 stable5
#: aboutdata.cpp:347
#, kde-format
msgid "Multiple encryption keys per address"
msgstr ""
#. +> trunk5 stable5
#: aboutdata.cpp:361 collectionpage/collectionmailinglistpage.cpp:102
#: editor/kmcomposerwin.cpp:2034 kmreaderwin.cpp:296 kmsystemtray.cpp:58
#: kmsystemtray.cpp:88
#, kde-format
msgid "KMail"
msgstr ""
#. +> trunk5 stable5
#: aboutdata.cpp:363
#, kde-format
msgid "KDE Email Client"
msgstr ""
#. +> trunk5
#: aboutdata.cpp:365
#, kde-format
msgid "Copyright © 1997–2018, KMail authors"
msgstr ""
#. +> stable5
#: aboutdata.cpp:365
#, kde-format
msgid "Copyright © 1997–2017, KMail authors"
msgstr ""
#. +> trunk5 stable5
#: collectionpage/collectionmailinglistpage.cpp:51
#, kde-format
msgctxt "@title:tab Mailing list settings for a folder."
msgid "Mailing List"
msgstr ""
#. +> trunk5 stable5
#: collectionpage/collectionmailinglistpage.cpp:78
#, kde-format
msgid "Folder holds a mailing list"
msgstr ""
#. +> trunk5 stable5
#: collectionpage/collectionmailinglistpage.cpp:86
#, kde-format
msgid "Detect Automatically"
msgstr ""
#. +> trunk5 stable5
#: collectionpage/collectionmailinglistpage.cpp:92
#, kde-format
msgid "Mailing list description:"
msgstr ""
#. +> trunk5 stable5
#: collectionpage/collectionmailinglistpage.cpp:99
#, kde-format
msgid "Preferred handler:"
msgstr ""
#. +> trunk5 stable5
#: collectionpage/collectionmailinglistpage.cpp:103
#, kde-format
msgid "Browser"
msgstr ""
#. +> trunk5 stable5
#: collectionpage/collectionmailinglistpage.cpp:108
#, kde-format
msgid "Address type:"
msgstr ""
#. +> trunk5 stable5
#: collectionpage/collectionmailinglistpage.cpp:117
#, kde-format
msgid "Invoke Handler"
msgstr ""
#. +> trunk5 stable5
#: collectionpage/collectionmailinglistpage.cpp:134
#, kde-format
msgid "Post to List"
msgstr ""
#. +> trunk5 stable5
#: collectionpage/collectionmailinglistpage.cpp:134 messageactions.cpp:433
#, kde-format
msgid "Subscribe to List"
msgstr ""
#. +> trunk5 stable5
#: collectionpage/collectionmailinglistpage.cpp:134
#, kde-format
msgid "Unsubscribe From List"
msgstr ""
#. +> trunk5 stable5
#: collectionpage/collectionmailinglistpage.cpp:134
#, kde-format
msgid "List Archives"
msgstr ""
#. +> trunk5 stable5
#: collectionpage/collectionmailinglistpage.cpp:134
#, kde-format
msgid "List Help"
msgstr ""
#. +> trunk5 stable5
#: collectionpage/collectionmailinglistpage.cpp:151
#, kde-format
msgid "Not available"
msgstr ""
#. +> trunk5 stable5
#: collectionpage/collectionmailinglistpage.cpp:199
#: collectionpage/collectionmailinglistpage.cpp:235
#, kde-format
msgid "Not available."
msgstr ""
#. +> trunk5 stable5
#: collectionpage/collectionmailinglistpage.cpp:228
#, kde-format
msgid "KMail was unable to detect any mailing list in this folder."
msgstr ""
#. +> trunk5 stable5
#: collectionpage/collectionmailinglistpage.cpp:231
#, kde-format
msgid "KMail was unable to fully detect a mailing list in this folder. Please fill in the addresses by hand."
msgstr ""
#. +> trunk5 stable5
#: collectionpage/collectionquotapage.cpp:45
#, kde-format
msgid "Quota"
msgstr ""
#. +> trunk5 stable5
#: collectionpage/collectionquotawidget.cpp:47
#, kde-format
msgid "Usage:"
msgstr ""
#. +> trunk5 stable5
#: collectionpage/collectionquotawidget.cpp:54
#, kde-format
msgid "Status:"
msgstr ""
#. +> trunk5 stable5
#: collectionpage/collectionquotawidget.cpp:58
#, kde-format, no-c-format
msgid "%p% full"
msgstr ""
#. +> trunk5 stable5
#: collectionpage/collectionquotawidget.cpp:67
#, kde-format
msgid "%1 of %2 used"
msgstr ""
#. +> trunk5 stable5
#: collectionpage/collectionshortcutpage.cpp:39
#, kde-format
msgctxt "@title:tab Shortcut settings for a folder."
msgid "Shortcut"
msgstr ""
#. +> trunk5 stable5
#: collectionpage/collectionshortcutpage.cpp:53
#, kde-format
msgid "<qt>To choose a key or a combination of keys which select the current folder, click the button below and then press the key(s) you wish to associate with this folder.</qt>"
msgstr ""
#. +> trunk5 stable5
#: collectionpage/collectiontemplatespage.cpp:39
#: identity/identitydialog.cpp:683
#, kde-format
msgid "Templates"
msgstr ""
#. +> trunk5 stable5
#: collectionpage/collectiontemplatespage.cpp:60
#, kde-format
msgid "&Use custom message templates in this folder"
msgstr ""
#. +> trunk5 stable5
#: collectionpage/collectiontemplatespage.cpp:76
#: identity/identitydialog.cpp:676
#, kde-format
msgid "&Copy Global Templates"
msgstr ""
#. +> trunk5 stable5
#: collectionpage/collectionviewpage.cpp:52
#, kde-format
msgctxt "@title:tab View settings for a folder."
msgid "View"
msgstr ""
#. +> trunk5 stable5
#: collectionpage/collectionviewpage.cpp:69
#, kde-format
msgid "Use custom &icons"
msgstr ""
#. +> trunk5 stable5
#: collectionpage/collectionviewpage.cpp:72
#, kde-format
msgctxt "Icon used for folders with no unread messages."
msgid "&Normal:"
msgstr ""
#. +> trunk5 stable5
#: collectionpage/collectionviewpage.cpp:85
#, kde-format
msgctxt "Icon used for folders which do have unread messages."
msgid "&Unread:"
msgstr ""
#. +> trunk5 stable5
#: collectionpage/collectionviewpage.cpp:117
#, kde-format
msgid "Show Sender/Receiver Column in List of Messages"
msgstr ""
#. +> trunk5 stable5
#: collectionpage/collectionviewpage.cpp:119
#, kde-format
msgid "Sho&w column:"
msgstr ""
#. +> trunk5 stable5
#: collectionpage/collectionviewpage.cpp:123
#, kde-format
msgctxt "@item:inlistbox Show default value."
msgid "Default"
msgstr ""
#. +> trunk5 stable5
#: collectionpage/collectionviewpage.cpp:124
#, kde-format
msgctxt "@item:inlistbox Show sender."
msgid "Sender"
msgstr ""
#. +> trunk5 stable5
#: collectionpage/collectionviewpage.cpp:125
#, kde-format
msgctxt "@item:inlistbox Show receiver."
msgid "Receiver"
msgstr ""
#. +> trunk5 stable5
#: collectionpage/collectionviewpage.cpp:133
#: configuredialog/configureappearancepage.cpp:120
#: configuredialog/configureappearancepage.cpp:141
#, kde-format
msgid "Message List"
msgstr ""
#. +> trunk5 stable5
#: collectionpage/collectionviewpage.cpp:138
#, kde-format
msgid "Use default aggregation"
msgstr ""
#. +> trunk5 stable5
#: collectionpage/collectionviewpage.cpp:144
#, kde-format
msgid "Aggregation"
msgstr ""
#. +> trunk5 stable5
#: collectionpage/collectionviewpage.cpp:159
#, kde-format
msgid "Use default theme"
msgstr ""
#. +> trunk5 stable5
#: collectionpage/collectionviewpage.cpp:165
#, kde-format
msgid "Theme"
msgstr ""
#. +> trunk5 stable5
#: collectionpage/collectionviewpage.cpp:180
#: widgets/displaymessageformatactionmenu.cpp:30
#, kde-format
msgid "Message Default Format"
msgstr ""
#. +> trunk5 stable5
#: collectionpage/collectionviewpage.cpp:182
#, kde-format
msgid "Prefer HTML to text"
msgstr ""
#. +> trunk5 stable5
#: collectionpage/collectionviewpage.cpp:184
#, kde-format
msgid "Prefer text to HTML"
msgstr ""
#. +> trunk5 stable5
#: collectionpage/collectionviewpage.cpp:186
#, kde-format
msgid "Use Global Settings"
msgstr ""
#. +> trunk5 stable5
#: configuredialog/configagentdelegate.cpp:228
#, kde-format
msgid "Retrieval Options"
msgstr ""
#. +> trunk5
#: configuredialog/configureaccountpage.cpp:64
#, kde-format
msgctxt "@title:tab Tab page where the user configures identities"
msgid "Identities"
msgstr ""
#. +> trunk5 stable5
#: configuredialog/configureaccountpage.cpp:70
#, kde-format
msgctxt "@title:tab Tab page where the user configures accounts to receive mail"
msgid "Receiving"
msgstr ""
#. +> trunk5 stable5
#: configuredialog/configureaccountpage.cpp:77
#, kde-format
msgctxt "@title:tab Tab page where the user configures accounts to send mail"
msgid "Sending"
msgstr ""
#. +> trunk5 stable5
#: configuredialog/configureaccountpage.cpp:94
#, kde-format
msgid "Outgoing accounts (add at least one):"
msgstr ""
#. +> trunk5 stable5
#: configuredialog/configureaccountpage.cpp:101
#, kde-format
msgid "Common Options"
msgstr ""
#. i18n: ectx: label, entry (ConfirmBeforeSend), group (Composer)
#. +> trunk5 stable5
#: configuredialog/configureaccountpage.cpp:110 settings/kmail.kcfg.cmake:185
#, kde-format
msgid "Confirm &before send"
msgstr ""
#. +> trunk5 stable5
#: configuredialog/configureaccountpage.cpp:114
#, kde-format
msgid "Check spelling before sending"
msgstr ""
#. +> trunk5 stable5
#: configuredialog/configureaccountpage.cpp:122
#, kde-format
msgid "Never Automatically"
msgstr ""
#. +> trunk5 stable5
#: configuredialog/configureaccountpage.cpp:123
#, kde-format
msgid "On Manual Mail Checks"
msgstr ""
#. +> trunk5 stable5
#: configuredialog/configureaccountpage.cpp:124
#, kde-format
msgid "On All Mail Checks"
msgstr ""
#. +> trunk5 stable5
#: configuredialog/configureaccountpage.cpp:132
#: editor/potentialphishingemail/potentialphishingemailwarning.cpp:38
#, kde-format
msgid "Send Now"
msgstr ""
#. +> trunk5 stable5
#: configuredialog/configureaccountpage.cpp:133
#, kde-format
msgid "Send Later"
msgstr ""
#. +> trunk5 stable5
#: configuredialog/configureaccountpage.cpp:138
#, kde-format
msgid "Send &messages in outbox folder:"
msgstr ""
#. +> trunk5 stable5
#: configuredialog/configureaccountpage.cpp:146
#, kde-format
msgid "Defa&ult send method:"
msgstr ""
#. +> trunk5 stable5
#: configuredialog/configureaccountpage.cpp:214
#, kde-format
msgid "Add Mail Account..."
msgstr ""
#. +> trunk5 stable5
#: configuredialog/configureaccountpage.cpp:215
#, kde-format
msgid "Custom Account..."
msgstr ""
#. +> trunk5 stable5
#: configuredialog/configureaccountpage.cpp:236
#: kmlaunchexternalcomponent.cpp:142
#, kde-format
msgid "Could not start the account wizard. Please make sure you have AccountWizard properly installed."
msgstr ""
#. +> trunk5 stable5
#: configuredialog/configureaccountpage.cpp:238
#: kmlaunchexternalcomponent.cpp:144
#, kde-format
msgid "Unable to start account wizard"
msgstr ""
#. +> trunk5 stable5
#: configuredialog/configureaccountpage.cpp:287
#, kde-format
msgctxt "Label to a checkbox, so is either checked/unchecked"
msgid "Include in Manual Mail Check"
msgstr ""
#. +> trunk5 stable5
#: configuredialog/configureaccountpage.cpp:295
#, kde-format
msgctxt "Label to a checkbox, so is either checked/unchecked"
msgid "Switch offline on KMail Shutdown"
msgstr ""
#. +> trunk5 stable5
#: configuredialog/configureaccountpage.cpp:302
#, kde-format
msgid "Check mail on startup"
msgstr ""
#. +> trunk5 stable5
#: configuredialog/configureaccountpage.cpp:348
#, kde-format
msgid "New Mail Notifier Agent not registered. Please contact your administrator."
msgstr ""
#. +> trunk5 stable5
#: configuredialog/configureappearancepage.cpp:95
#, kde-format
msgid "General"
msgstr ""
#. +> trunk5 stable5
#: configuredialog/configureappearancepage.cpp:102
#, kde-format
msgid "Fonts"
msgstr ""
#. +> trunk5 stable5
#: configuredialog/configureappearancepage.cpp:108
#, kde-format
msgid "Colors"
msgstr ""
#. +> trunk5 stable5
#: configuredialog/configureappearancepage.cpp:114
#, kde-format
msgid "Layout"
msgstr ""
#. +> trunk5 stable5
#: configuredialog/configureappearancepage.cpp:126
#, kde-format
msgid "Message Tags"
msgstr ""
#. +> trunk5 stable5
#: configuredialog/configureappearancepage.cpp:140
#, kde-format
msgid "Message Body"
msgstr ""
#. +> trunk5 stable5
#: configuredialog/configureappearancepage.cpp:142
#, kde-format
msgid "Message List - Unread Messages"
msgstr ""
#. +> trunk5 stable5
#: configuredialog/configureappearancepage.cpp:143
#, kde-format
msgid "Message List - Important Messages"
msgstr ""
#. +> trunk5 stable5
#: configuredialog/configureappearancepage.cpp:144
#, kde-format
msgid "Message List - Action Item Messages"
msgstr ""
#. +> trunk5 stable5
#: configuredialog/configureappearancepage.cpp:145
#, kde-format
msgid "Fixed Width Font"
msgstr ""
#. +> trunk5 stable5
#: configuredialog/configureappearancepage.cpp:146 editor/kmcomposerwin.cpp:395
#, kde-format
msgid "Composer"
msgstr ""
#. +> trunk5 stable5
#: configuredialog/configureappearancepage.cpp:147
#, kde-format
msgid "Printing Output"
msgstr ""
#. +> trunk5 stable5
#: configuredialog/configureappearancepage.cpp:159
#, kde-format
msgid "&Use custom fonts"
msgstr ""
#. +> trunk5 stable5
#: configuredialog/configureappearancepage.cpp:179
#, kde-format
msgid "Apply &to:"
msgstr ""
#. +> trunk5 stable5
#: configuredialog/configureappearancepage.cpp:324
#, kde-format
msgid "Quoted Text - First Level"
msgstr ""
#. +> trunk5 stable5
#: configuredialog/configureappearancepage.cpp:325
#, kde-format
msgid "Quoted Text - Second Level"
msgstr ""
#. +> trunk5 stable5
#: configuredialog/configureappearancepage.cpp:326
#, kde-format
msgid "Quoted Text - Third Level"
msgstr ""
#. +> trunk5 stable5
#: configuredialog/configureappearancepage.cpp:327
#, kde-format
msgid "Link"
msgstr ""
#. +> trunk5 stable5
#: configuredialog/configureappearancepage.cpp:328
#, kde-format
msgid "Unread Message"
msgstr ""
#. +> trunk5 stable5
#: configuredialog/configureappearancepage.cpp:329
#, kde-format
msgid "Important Message"
msgstr ""
#. +> trunk5 stable5
#: configuredialog/configureappearancepage.cpp:330
#, kde-format
msgid "Action Item Message"
msgstr ""
#. +> trunk5 stable5
#: configuredialog/configureappearancepage.cpp:331
#, kde-format
msgid "Folder Name and Size When Close to Quota"
msgstr ""
#. +> trunk5 stable5
#: configuredialog/configureappearancepage.cpp:332
#, kde-format
msgid "HTML Status Bar Background - No HTML Message"
msgstr ""
#. +> trunk5 stable5
#: configuredialog/configureappearancepage.cpp:333
#, kde-format
msgid "HTML Status Bar Foreground - No HTML Message"
msgstr ""
#. +> trunk5 stable5
#: configuredialog/configureappearancepage.cpp:334
#, kde-format
msgid "HTML Status Bar Background - HTML Message"
msgstr ""
#. +> trunk5 stable5
#: configuredialog/configureappearancepage.cpp:335
#, kde-format
msgid "HTML Status Bar Foreground - HTML Message"
msgstr ""
#. +> trunk5 stable5
#: configuredialog/configureappearancepage.cpp:344
#, kde-format
msgid "&Use custom colors"
msgstr ""
#. +> trunk5 stable5
#: configuredialog/configureappearancepage.cpp:359
#, kde-format
msgid "Recycle colors on deep &quoting"
msgstr ""
#. +> trunk5 stable5
#: configuredialog/configureappearancepage.cpp:368
#, kde-format
msgid "Close to quota threshold:"
msgstr ""
#. +> trunk5 stable5
#: configuredialog/configureappearancepage.cpp:375
#, kde-format
msgid "%"
msgstr ""
#. +> trunk5 stable5
#: configuredialog/configureappearancepage.cpp:493
#, kde-format
msgid "Show folder quick search field"
msgstr ""
#. +> trunk5 stable5
#: configuredialog/configureappearancepage.cpp:500
#, kde-format
msgid "Show Favorite Folders View"
msgstr ""
#. +> trunk5 stable5
#: configuredialog/configureappearancepage.cpp:505
#: configuredialog/configureappearancepage.cpp:530
#, kde-format
msgid "Never"
msgstr ""
#. +> trunk5 stable5
#: configuredialog/configureappearancepage.cpp:509
#, kde-format
msgid "As icons"
msgstr ""
#. +> trunk5 stable5
#: configuredialog/configureappearancepage.cpp:513
#, kde-format
msgid "As list"
msgstr ""
#. +> trunk5 stable5
#: configuredialog/configureappearancepage.cpp:521
#, kde-format
msgid "Folder Tooltips"
msgstr ""
#. +> trunk5 stable5
#: configuredialog/configureappearancepage.cpp:526
#, kde-format
msgid "Always"
msgstr ""
#. +> trunk5 stable5
#: configuredialog/configureappearancepage.cpp:585
#, kde-format
msgid "Sta&ndard format (%1)"
msgstr ""
#. +> trunk5 stable5
#: configuredialog/configureappearancepage.cpp:586
#, kde-format
msgid "Locali&zed format (%1)"
msgstr ""
#. +> trunk5 stable5
#: configuredialog/configureappearancepage.cpp:587
#, kde-format
msgid "Smart for&mat (%1)"
msgstr ""
#. +> trunk5 stable5
#: configuredialog/configureappearancepage.cpp:588
#, kde-format
msgid "C&ustom format:"
msgstr ""
#. +> trunk5 stable5
#: configuredialog/configureappearancepage.cpp:600
#, kde-format
msgctxt "General options for the message list."
msgid "General"
msgstr ""
#. +> trunk5 stable5
#: configuredialog/configureappearancepage.cpp:614
#, kde-format
msgid "Default aggregation:"
msgstr ""
#. +> trunk5 stable5
#: configuredialog/configureappearancepage.cpp:635
#, kde-format
msgid "Default theme:"
msgstr ""
#. +> trunk5 stable5
#: configuredialog/configureappearancepage.cpp:656
#, kde-format
msgid "Date Display"
msgstr ""
#. +> trunk5 stable5
#: configuredialog/configureappearancepage.cpp:688
#, kde-format
msgid "<qt><a href=\"whatsthis1\">Custom format information...</a></qt>"
msgstr ""
#. +> trunk5 stable5
#: configuredialog/configureappearancepage.cpp:695
#, kde-format
msgid ""
"<qt>"
"<p><strong>These expressions may be used for the date:</strong></p>"
"<ul>"
"<li>d - the day as a number without a leading zero (1-31)</li>"
"<li>dd - the day as a number with a leading zero (01-31)</li>"
"<li>ddd - the abbreviated day name (Mon - Sun)</li>"
"<li>dddd - the long day name (Monday - Sunday)</li>"
"<li>M - the month as a number without a leading zero (1-12)</li>"
"<li>MM - the month as a number with a leading zero (01-12)</li>"
"<li>MMM - the abbreviated month name (Jan - Dec)</li>"
"<li>MMMM - the long month name (January - December)</li>"
"<li>yy - the year as a two digit number (00-99)</li>"
"<li>yyyy - the year as a four digit number (0000-9999)</li>"
"</ul>"
"<p><strong>These expressions may be used for the time:</strong></p>"
" "
"<ul>"
"<li>h - the hour without a leading zero (0-23 or 1-12 if AM/PM display)</li>"
"<li>hh - the hour with a leading zero (00-23 or 01-12 if AM/PM display)</li>"
"<li>m - the minutes without a leading zero (0-59)</li>"
"<li>mm - the minutes with a leading zero (00-59)</li>"
"<li>s - the seconds without a leading zero (0-59)</li>"
"<li>ss - the seconds with a leading zero (00-59)</li>"
"<li>z - the milliseconds without leading zeroes (0-999)</li>"
"<li>zzz - the milliseconds with leading zeroes (000-999)</li>"
"<li>AP - switch to AM/PM display. AP will be replaced by either \"AM\" or \"PM\".</li>"
"<li>ap - switch to AM/PM display. ap will be replaced by either \"am\" or \"pm\".</li>"
"<li>Z - time zone in numeric form (-0500)</li>"
"</ul>"
"<p><strong>All other input characters will be ignored.</strong></p>"
"</qt>"
msgstr ""
#. +> trunk5 stable5
#: configuredialog/configureappearancepage.cpp:842
#, kde-format
msgid "Message Window"
msgstr ""
#. +> trunk5 stable5
#: configuredialog/configureappearancepage.cpp:851
#, kde-format
msgid "Close the standalone message window after replying or forwarding the message"
msgstr ""
#. +> trunk5 stable5
#: configuredialog/configureappearancepage.cpp:865
#, kde-format
msgid "System Tray"
msgstr ""
#. i18n: ectx: label, entry (SystemTrayEnabled), group (General)
#. +> trunk5 stable5
#: configuredialog/configureappearancepage.cpp:871 settings/kmail.kcfg.cmake:84
#, kde-format
msgid "Enable system tray icon"
msgstr ""
#. +> trunk5 stable5
#: configuredialog/configureappearancepage.cpp:941
#, kde-format
msgid "A&vailable Tags"
msgstr ""
#. +> trunk5 stable5
#: configuredialog/configureappearancepage.cpp:954
#, kde-format
msgid "Add new tag"
msgstr ""
#. +> trunk5 stable5
#: configuredialog/configureappearancepage.cpp:959
#, kde-format
msgid "Remove selected tag"
msgstr ""
#. +> trunk5 stable5
#: configuredialog/configureappearancepage.cpp:968
#, kde-format
msgid "Increase tag priority"
msgstr ""
#. +> trunk5 stable5
#: configuredialog/configureappearancepage.cpp:974
#, kde-format
msgid "Decrease tag priority"
msgstr ""
#. +> trunk5 stable5
#: configuredialog/configureappearancepage.cpp:996
#, kde-format
msgid "Ta&g Settings"
msgstr ""
#. +> trunk5 stable5
#: configuredialog/configureappearancepage.cpp:1181
#, kde-format
msgid "Do you want to remove tag '%1'?"
msgstr ""
#. +> trunk5 stable5
#: configuredialog/configureappearancepage.cpp:1226
#: configuredialog/configureappearancepage.cpp:1265
#, kde-format
msgid "We cannot create tag. A tag with same name already exists."
msgstr ""
#. +> trunk5 stable5
#: configuredialog/configurecomposerpage.cpp:74
#, kde-format
msgctxt "General settings for the composer."
msgid "General"
msgstr ""
#. +> trunk5 stable5
#: configuredialog/configurecomposerpage.cpp:81
#, kde-format
msgid "Standard Templates"
msgstr ""
#. +> trunk5 stable5
#: configuredialog/configurecomposerpage.cpp:87
#, kde-format
msgid "Custom Templates"
msgstr ""
#. +> trunk5 stable5
#: configuredialog/configurecomposerpage.cpp:93
#, kde-format
msgctxt "Settings regarding the subject when composing a message."
msgid "Subject"
msgstr ""
#. +> trunk5 stable5
#: configuredialog/configurecomposerpage.cpp:100
#, kde-format
msgid "Charset"
msgstr ""
#. +> trunk5 stable5
#: configuredialog/configurecomposerpage.cpp:106
#, kde-format
msgid "Headers"
msgstr ""
#. +> trunk5 stable5
#: configuredialog/configurecomposerpage.cpp:112
#, kde-format
msgctxt "Config->Composer->Attachments"
msgid "Attachments"
msgstr ""
#. +> trunk5 stable5
#: configuredialog/configurecomposerpage.cpp:118
#, kde-format
msgid "Autocorrection"
msgstr ""
#. +> trunk5 stable5
#: configuredialog/configurecomposerpage.cpp:124
#, kde-format
msgid "Auto Resize Image"
msgstr ""
#. +> trunk5 stable5
#: configuredialog/configurecomposerpage.cpp:141
#, kde-format
msgctxt "@title:group"
msgid "Signature"
msgstr ""
#. +> trunk5 stable5
#: configuredialog/configurecomposerpage.cpp:149
#, kde-format
msgid ""
"Automatically insert the configured signature\n"
"when starting to compose a message"
msgstr ""
#. +> trunk5 stable5
#: configuredialog/configurecomposerpage.cpp:162
#, kde-format
msgid "Insert the signature above any quoted text"
msgstr ""
#. +> trunk5 stable5
#: configuredialog/configurecomposerpage.cpp:175
#, kde-format
msgid ""
"Insert the RFC-compliant signature separator\n"
"(two dashes and a space on a line) before the signature"
msgstr ""
#. +> trunk5 stable5
#: configuredialog/configurecomposerpage.cpp:188
#, kde-format
msgid "When replying, do not quote any existing signature"
msgstr ""
#. +> trunk5 stable5
#: configuredialog/configurecomposerpage.cpp:199
#, kde-format
msgctxt "@title:group"
msgid "Format"
msgstr ""
#. +> trunk5 stable5
#: configuredialog/configurecomposerpage.cpp:206
#, kde-format
msgid ""
"When replying, only quote the selected text\n"
"(instead of the complete message), if\n"
"there is text selected in the message window."
msgstr ""
#. +> trunk5 stable5
#: configuredialog/configurecomposerpage.cpp:219
#, kde-format
msgid ""
"When replying, add quote signs in front of all lines of the quoted text,\n"
"even when the line was created by adding an additional line break while\n"
"word-wrapping the text."
msgstr ""
#. +> trunk5 stable5
#: configuredialog/configurecomposerpage.cpp:233
#, kde-format
msgid "Enable automatic word wrapping at the specified width"
msgstr ""
#. +> trunk5 stable5
#: configuredialog/configurecomposerpage.cpp:244
#, kde-format
msgid "Set the text width for automatic word wrapping"
msgstr ""
#. +> trunk5 stable5
#: configuredialog/configurecomposerpage.cpp:262
#, kde-format
msgid ""
"When replying or forwarding, quote the message\n"
"in the original format it was received.\n"
"If unchecked, the reply will be as plain text by default."
msgstr ""
#. +> trunk5 stable5
#: configuredialog/configurecomposerpage.cpp:276
#, kde-format
msgid ""
"Format the plain text part of a message from the HTML markup.\n"
"Bold, italic and underlined text, lists, and external references\n"
"are supported."
msgstr ""
#. +> trunk5 stable5
#: configuredialog/configurecomposerpage.cpp:296
#, kde-format
msgid "No autosave"
msgstr ""
#. +> trunk5 stable5
#: configuredialog/configurecomposerpage.cpp:297
#, kde-format
msgctxt "Interval suffix"
msgid " minute"
msgid_plural " minutes"
msgstr[0] ""
msgstr[1] ""
#. +> trunk5 stable5
#: configuredialog/configurecomposerpage.cpp:299
#, kde-format
msgid "Automatically save the message at this specified interval"
msgstr ""
#. +> trunk5 stable5
#: configuredialog/configurecomposerpage.cpp:316
#, kde-format
msgctxt "@item:inlistbox Inline mail forwarding"
msgid "Inline"
msgstr ""
#. +> trunk5 stable5
#: configuredialog/configurecomposerpage.cpp:317
#, kde-format
msgid "As Attachment"
msgstr ""
#. +> trunk5 stable5
#: configuredialog/configurecomposerpage.cpp:319
#, kde-format
msgid "Set the default forwarded message format"
msgstr ""
#. +> trunk5 stable5
#: configuredialog/configurecomposerpage.cpp:323
#, kde-format
msgid "Default forwarding type:"
msgstr ""
#. +> trunk5 stable5
#: configuredialog/configurecomposerpage.cpp:336
#, kde-format
msgctxt "@title:group"
msgid "Recipients"
msgstr ""
#. +> trunk5 stable5
#: configuredialog/configurecomposerpage.cpp:344
#, kde-format
msgid ""
"By default, request an MDN when starting to compose a message.\n"
"You can select this on a per-message basis using \"Options - Request Disposition Notification\""
msgstr ""
#. +> trunk5 stable5
#: configuredialog/configurecomposerpage.cpp:372
#, kde-format
msgid "Warn if too many recipients are specified"
msgstr ""
#. +> trunk5 stable5
#: configuredialog/configurecomposerpage.cpp:383
#, kde-format
msgid "Set the maximum number of recipients for the warning"
msgstr ""
#. +> trunk5 stable5
#: configuredialog/configurecomposerpage.cpp:402
#, kde-format
msgid ""
"Only allow this many recipients to be specified for the message.\n"
"This applies to doing a \"Reply to All\", entering recipients manually\n"
"or using the \"Select...\" picker. Setting this limit helps you to\n"
"avoid accidentally sending a message to too many people. Note,\n"
"however, that it does not take account of distribution lists or\n"
"mailing lists."
msgstr ""
#. +> trunk5 stable5
#: configuredialog/configurecomposerpage.cpp:428
#, kde-format
msgid ""
"Remember recent addresses entered,\n"
"and offer them for recipient completion"
msgstr ""
#. +> trunk5 stable5
#: configuredialog/configurecomposerpage.cpp:441
#, kde-format
msgctxt "No addresses are retained"
msgid "No save"
msgstr ""
#. +> trunk5 stable5
#: configuredialog/configurecomposerpage.cpp:444
#, kde-format
msgid "Maximum recent addresses retained:"
msgstr ""
#. +> trunk5 stable5
#: configuredialog/configurecomposerpage.cpp:448
#, kde-format
msgid ""
"The maximum number of recently entered addresses that will\n"
"be remembered for completion"
msgstr ""
#. +> trunk5 stable5
#: configuredialog/configurecomposerpage.cpp:462
#, kde-format
msgid "Configure Completion..."
msgstr ""
#. +> trunk5 stable5
#: configuredialog/configurecomposerpage.cpp:665
#, kde-format
msgid "Repl&y Subject Prefixes"
msgstr ""
#. +> trunk5 stable5
#: configuredialog/configurecomposerpage.cpp:669
#: configuredialog/configurecomposerpage.cpp:699
#, kde-format
msgid ""
"Recognize any sequence of the following prefixes\n"
"(entries are case-insensitive regular expressions):"
msgstr ""
#. +> trunk5 stable5
#: configuredialog/configurecomposerpage.cpp:679
#: configuredialog/configurecomposerpage.cpp:768
#: configuredialog/configurecomposerpage.cpp:1148
#, kde-format
msgid "A&dd..."
msgstr ""
#. +> trunk5 stable5
#: configuredialog/configurecomposerpage.cpp:679
#: configuredialog/configurecomposerpage.cpp:921
#: configuredialog/configurecomposerpage.cpp:1148
#, kde-format
msgid "Re&move"
msgstr ""
#. +> trunk5 stable5
#: configuredialog/configurecomposerpage.cpp:680
#: configuredialog/configurecomposerpage.cpp:1149
#, kde-format
msgid "Mod&ify..."
msgstr ""
#. +> trunk5 stable5
#: configuredialog/configurecomposerpage.cpp:681
#, kde-format
msgid "Enter new reply prefix:"
msgstr ""
#. +> trunk5 stable5
#: configuredialog/configurecomposerpage.cpp:695
#, kde-format
msgid "For&ward Subject Prefixes"
msgstr ""
#. +> trunk5 stable5
#: configuredialog/configurecomposerpage.cpp:707 identity/identitypage.cpp:278
#, kde-format
msgid "Add..."
msgstr ""
#. i18n: ectx: property (text), widget (QPushButton, mRemoveButton)
#. +> trunk5 stable5
#: configuredialog/configurecomposerpage.cpp:708
#: configuredialog/configurecomposerpage.cpp:768 ui/identitypage.ui:66
#, kde-format
msgid "Remo&ve"
msgstr ""
#. +> trunk5 stable5
#: configuredialog/configurecomposerpage.cpp:709 identity/identitypage.cpp:280
#, kde-format
msgid "Modify..."
msgstr ""
#. +> trunk5 stable5
#: configuredialog/configurecomposerpage.cpp:710
#, kde-format
msgid "Enter new forward prefix:"
msgstr ""
#. +> trunk5 stable5
#: configuredialog/configurecomposerpage.cpp:760
#, kde-format
msgid "This list is checked for every outgoing message from the top to the bottom for a charset that contains all required characters."
msgstr ""
#. i18n: ectx: property (text), widget (QPushButton, mModifyButton)
#. +> trunk5 stable5
#: configuredialog/configurecomposerpage.cpp:769 ui/identitypage.ui:40
#, kde-format
msgid "&Modify..."
msgstr ""
#. +> trunk5 stable5
#: configuredialog/configurecomposerpage.cpp:769
#, kde-format
msgid "Enter charset:"
msgstr ""
#. +> trunk5 stable5
#: configuredialog/configurecomposerpage.cpp:775
#, kde-format
msgid "&Keep original charset when replying or forwarding (if possible)"
msgstr ""
#. +> trunk5 stable5
#: configuredialog/configurecomposerpage.cpp:810
#, kde-format
msgid "This charset is not supported."
msgstr ""
#. +> trunk5 stable5
#: configuredialog/configurecomposerpage.cpp:875
#, kde-format
msgid "&Use custom message-id suffix"
msgstr ""
#. +> trunk5 stable5
#: configuredialog/configurecomposerpage.cpp:888
#, kde-format
msgid "Custom message-&id suffix:"
msgstr ""
#. +> trunk5 stable5
#: configuredialog/configurecomposerpage.cpp:900
#, kde-format
msgid "Define custom mime header fields:"
msgstr ""
#. +> trunk5 stable5
#: configuredialog/configurecomposerpage.cpp:908
#, kde-format
msgctxt "@title:column Name of the mime header."
msgid "Name"
msgstr ""
#. +> trunk5 stable5
#: configuredialog/configurecomposerpage.cpp:909
#, kde-format
msgctxt "@title:column Value of the mimeheader."
msgid "Value"
msgstr ""
#. +> trunk5 stable5
#: configuredialog/configurecomposerpage.cpp:917
#, kde-format
msgctxt "@action:button Add new mime header field."
msgid "Ne&w"
msgstr ""
#. +> trunk5 stable5
#: configuredialog/configurecomposerpage.cpp:930
#, kde-format
msgctxt "@label:textbox Name of the mime header."
msgid "&Name:"
msgstr ""
#. +> trunk5 stable5
#: configuredialog/configurecomposerpage.cpp:940
#, kde-format
msgid "&Value:"
msgstr ""
#. +> trunk5 stable5
#: configuredialog/configurecomposerpage.cpp:1119
#, kde-format
msgid "Outlook-compatible attachment naming"
msgstr ""
#. +> trunk5 stable5
#: configuredialog/configurecomposerpage.cpp:1122
#, kde-format
msgid "Turn this option on to make Outlook(tm) understand attachment names containing non-English characters"
msgstr ""
#. +> trunk5 stable5
#: configuredialog/configurecomposerpage.cpp:1131
#, kde-format
msgid "E&nable detection of missing attachments"
msgstr ""
#. +> trunk5 stable5
#: configuredialog/configurecomposerpage.cpp:1137
#, kde-format
msgid "Recognize any of the following key words as intention to attach a file:"
msgstr ""
#. +> trunk5 stable5
#: configuredialog/configurecomposerpage.cpp:1150
#, kde-format
msgid "Enter new key word:"
msgstr ""
#. +> trunk5 stable5
#: configuredialog/configurecomposerpage.cpp:1158
#, kde-format
msgid "Maximum Attachment Size:"
msgstr ""
#. +> trunk5 stable5
#: configuredialog/configurecomposerpage.cpp:1165
#, kde-format
msgctxt "spinbox suffix: unit for kilobyte"
msgid " kB"
msgstr ""
#. +> trunk5 stable5
#: configuredialog/configurecomposerpage.cpp:1167
#, kde-format
msgid "No limit"
msgstr ""
#. +> trunk5 stable5
#: configuredialog/configurecomposerpage.cpp:1195
#, kde-format
msgid ""
"You have chosen to encode attachment names containing non-English characters in a way that is understood by Outlook(tm) and other mail clients that do not support standard-compliant encoded attachment names.\n"
"Note that KMail may create non-standard compliant messages, and consequently it is possible that your messages will not be understood by standard-compliant mail clients; so, unless you have no other choice, you should not enable this option."
msgstr ""
#. +> trunk5 stable5
#: configuredialog/configuredialoglistview.cpp:53
#, kde-format
msgid "Add"
msgstr ""
#. +> trunk5 stable5
#: configuredialog/configuredialoglistview.cpp:55 identity/identitypage.cpp:283
#, kde-format
msgid "Remove"
msgstr ""
#. +> trunk5 stable5
#: configuredialog/configuremiscpage.cpp:47
#, kde-format
msgid "Folders"
msgstr ""
#. +> trunk5 stable5
#: configuredialog/configuremiscpage.cpp:50
#, kde-format
msgid "Invitations"
msgstr ""
#. +> trunk5 stable5
#: configuredialog/configuremiscpage.cpp:53
#, kde-format
msgid "Printing"
msgstr ""
#. +> trunk5 stable5
#: configuredialog/configureplugins/configurepluginslistwidget.cpp:159
#, kde-format
msgid "Check Before Send Plugins"
msgstr ""
#. +> trunk5 stable5
#: configuredialog/configureplugins/configurepluginslistwidget.cpp:166
#, kde-format
msgid "Composer Plugins"
msgstr ""
#. +> trunk5 stable5
#: configuredialog/configureplugins/configurepluginslistwidget.cpp:176
#, kde-format
msgid "Tools Plugins"
msgstr ""
#. +> trunk5 stable5
#: configuredialog/configureplugins/configurepluginslistwidget.cpp:184
#, kde-format
msgid "Editor Plugins"
msgstr ""
#. +> trunk5 stable5
#: configuredialog/configureplugins/configurepluginslistwidget.cpp:192
#, kde-format
msgid "Message Viewer"
msgstr ""
#. +> trunk5 stable5
#: configuredialog/configureplugins/configurepluginslistwidget.cpp:200
#, kde-format
msgid "Webengine Plugins"
msgstr ""
#. +> trunk5 stable5
#: configuredialog/configureplugins/configurepluginslistwidget.cpp:208
#, kde-format
msgid "Header Style Plugins"
msgstr ""
#. +> trunk5 stable5
#: configuredialog/configureplugins/configurepluginslistwidget.cpp:228
#, kde-format
msgid "Akonadi Agents"
msgstr ""
#. +> trunk5 stable5
#: configuredialog/configuresecuritypage.cpp:53
#, kde-format
msgid "Reading"
msgstr ""
#. +> trunk5 stable5
#: configuredialog/configuresecuritypage.cpp:55
#, kde-format
msgid "Message Disposition Notifications"
msgstr ""
#. +> trunk5 stable5
#: configuredialog/configuresecuritypage.cpp:61
#, kde-format
msgid "Composing"
msgstr ""
#. +> trunk5 stable5
#: configuredialog/configuresecuritypage.cpp:67
#, kde-format
msgid "Miscellaneous"
msgstr ""
#. +> trunk5 stable5
#: configuredialog/configuresecuritypage.cpp:73
#, kde-format
msgid "S/MIME Validation"
msgstr ""
#. +> trunk5 stable5
#: configuredialog/configuresecuritypage.cpp:98
#, kde-format
msgid "Email Address:"
msgstr ""
#. +> trunk5 stable5
#: configuredialog/configuresecuritypage.cpp:125
#, kde-format
msgid "Changing the global HTML setting will override all folder specific values."
msgstr ""
#. +> trunk5 stable5
#: configuredialog/configuresecuritypage.cpp:327
#: configuredialog/configuresecuritypage.cpp:330
#: configuredialog/configuresecuritypage.cpp:332
#: configuredialog/configuresecuritypage.cpp:334
#: configuredialog/configuresecuritypage.cpp:337
#: configuredialog/configuresecuritypage.cpp:339
#, kde-format
msgid " day"
msgid_plural " days"
msgstr[0] ""
msgstr[1] ""
#. +> trunk5 stable5
#: configuredialog/configuresecuritypage.cpp:372
#, kde-format
msgid "The module is missing. Please verify your installation. This module is provided by Kleopatra."
msgstr ""
#. +> trunk5 stable5
#: configuredialog/configuresecuritypage.cpp:377
#, kde-format
msgid "GnuPG Configure Module Error"
msgstr ""
#. +> trunk5 stable5
#: configuredialog/configuresecuritypage.cpp:447
#, kde-format
msgid "This option requires dirmngr >= 0.9.0"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, systemHTTPProxy)
#. +> trunk5 stable5
#: configuredialog/configuresecuritypage.cpp:559 ui/smimeconfiguration.ui:186
#, kde-format
msgid "no proxy"
msgstr ""
#. +> trunk5 stable5
#: configuredialog/configuresecuritypage.cpp:561
#, kde-format
msgid "(Current system setting: %1)"
msgstr ""
#. +> trunk5 stable5
#: dialog/addemailtoexistingcontactdialog.cpp:40
#, kde-format
msgid "Select Contact"
msgstr ""
#. +> trunk5 stable5
#: dialog/addemailtoexistingcontactdialog.cpp:73
#, kde-format
msgid "Select"
msgstr ""
#. +> trunk5 stable5
#: dialog/archivefolderdialog.cpp:56
#, kde-format
msgctxt "Start of the filename for a mail archive file"
msgid "Archive"
msgstr ""
#. +> trunk5 stable5
#: dialog/archivefolderdialog.cpp:64
#, kde-format
msgctxt "@title:window for archiving a folder"
msgid "Archive Folder"
msgstr ""
#. +> trunk5 stable5
#: dialog/archivefolderdialog.cpp:72 kmmainwidget.cpp:3494
#, kde-format
msgctxt "@action"
msgid "Archive"
msgstr ""
#. +> trunk5 stable5
#: dialog/archivefolderdialog.cpp:84
#, kde-format
msgid "&Folder:"
msgstr ""
#. +> trunk5 stable5
#: dialog/archivefolderdialog.cpp:94
#, kde-format
msgid "F&ormat:"
msgstr ""
#. +> trunk5 stable5
#: dialog/archivefolderdialog.cpp:100
#, kde-format
msgid "Compressed Zip Archive (.zip)"
msgstr ""
#. +> trunk5 stable5
#: dialog/archivefolderdialog.cpp:101
#, kde-format
msgid "Uncompressed Archive (.tar)"
msgstr ""
#. +> trunk5 stable5
#: dialog/archivefolderdialog.cpp:102
#, kde-format
msgid "BZ2-Compressed Tar Archive (.tar.bz2)"
msgstr ""
#. +> trunk5 stable5
#: dialog/archivefolderdialog.cpp:103
#, kde-format
msgid "GZ-Compressed Tar Archive (.tar.gz)"
msgstr ""
#. +> trunk5 stable5
#: dialog/archivefolderdialog.cpp:109
#, kde-format
msgid "&Archive File:"
msgstr ""
#. +> trunk5 stable5
#: dialog/archivefolderdialog.cpp:121
#, kde-format
msgid "&Delete folder and subfolders after completion"
msgstr ""
#. +> trunk5 stable5
#: dialog/archivefolderdialog.cpp:125
#, kde-format
msgid "Archive all subfolders"
msgstr ""
#. +> trunk5 stable5
#: dialog/archivefolderdialog.cpp:187
#, kde-format
msgid "Please select the folder that should be archived."
msgstr ""
#. +> trunk5 stable5
#: dialog/archivefolderdialog.cpp:188
#, kde-format
msgid "No folder selected"
msgstr ""
#. +> trunk5 stable5
#: dialog/kmknotify.cpp:39
#, kde-format
msgid "Notification"
msgstr ""
#. +> trunk5 stable5
#: editor/attachment/attachmentview.cpp:181
#, kde-format
msgid "1 attachment (%2)"
msgid_plural "%1 attachments (%2)"
msgstr[0] ""
msgstr[1] ""
#. +> trunk5 stable5
#: editor/attachment/attachmentview.cpp:214
#, kde-format
msgid "Hide attachment list"
msgstr ""
#. +> trunk5 stable5
#: editor/attachment/attachmentview.cpp:216
#, kde-format
msgid "Show attachment list"
msgstr ""
#. +> trunk5 stable5
#: editor/codec/codecaction.cpp:47
#, kde-format
msgctxt "Encodings menu"
msgid "us-ascii"
msgstr ""
#. +> trunk5 stable5
#: editor/codec/codecaction.cpp:57
#, kde-format
msgctxt "Menu item"
msgid "Encoding"
msgstr ""
#. +> trunk5 stable5
#: editor/kmcomposerwin.cpp:256 kmail_part.cpp:62 kmmainwin.cpp:63
#: kmreadermainwin.cpp:329 kontactplugin/kmail/kmail_plugin.cpp:56
#, kde-format
msgid "KMail2"
msgstr ""
#. +> trunk5 stable5
#: editor/kmcomposerwin.cpp:285
#, kde-format
msgid "Select the dictionary to use when spell-checking this message"
msgstr ""
#. +> trunk5 stable5
#: editor/kmcomposerwin.cpp:292
#, kde-format
msgid "Select the sent-mail folder where a copy of this message will be saved"
msgstr ""
#. +> trunk5 stable5
#: editor/kmcomposerwin.cpp:297
#, kde-format
msgid "Select the outgoing account to use for sending this message"
msgstr ""
#. +> trunk5 stable5
#: editor/kmcomposerwin.cpp:304
#, kde-format
msgid "Set the \"From:\" email address for this message"
msgstr ""
#. +> trunk5 stable5
#: editor/kmcomposerwin.cpp:308
#, kde-format
msgid "Set the \"Reply-To:\" email address for this message"
msgstr ""
#. +> trunk5 stable5
#: editor/kmcomposerwin.cpp:320
#, kde-format
msgid "Set a subject for this message"
msgstr ""
#. +> trunk5 stable5
#: editor/kmcomposerwin.cpp:322
#, kde-format
msgid "&Identity:"
msgstr ""
#. +> trunk5 stable5
#: editor/kmcomposerwin.cpp:323
#, kde-format
msgid "&Dictionary:"
msgstr ""
#. +> trunk5 stable5
#: editor/kmcomposerwin.cpp:324
#, kde-format
msgid "&Sent-Mail folder:"
msgstr ""
#. +> trunk5 stable5
#: editor/kmcomposerwin.cpp:325
#, kde-format
msgid "&Mail transport:"
msgstr ""
#. +> trunk5 stable5
#: editor/kmcomposerwin.cpp:326
#, kde-format
msgctxt "sender address field"
msgid "&From:"
msgstr ""
#. +> trunk5 stable5
#: editor/kmcomposerwin.cpp:327
#, kde-format
msgid "&Reply to:"
msgstr ""
#. +> trunk5 stable5
#: editor/kmcomposerwin.cpp:328
#, kde-format
msgctxt "@label:textbox Subject of email."
msgid "S&ubject:"
msgstr ""
#. +> trunk5 stable5
#: editor/kmcomposerwin.cpp:1033 editor/kmcomposerwin.cpp:1067
#, kde-format
msgid "&Send Mail"
msgstr ""
#. +> trunk5 stable5
#: editor/kmcomposerwin.cpp:1040 editor/kmcomposerwin.cpp:1073
#, kde-format
msgid "&Send Mail Via"
msgstr ""
#. +> trunk5 stable5
#: editor/kmcomposerwin.cpp:1042
#, kde-format
msgid "Send"
msgstr ""
#. +> trunk5 stable5
#: editor/kmcomposerwin.cpp:1045 editor/kmcomposerwin.cpp:1057
#: editor/kmcomposerwin.cpp:2715
#, kde-format
msgid "Send &Later"
msgstr ""
#. +> trunk5 stable5
#: editor/kmcomposerwin.cpp:1051 editor/kmcomposerwin.cpp:1064
#, kde-format
msgid "Send &Later Via"
msgstr ""
#. +> trunk5 stable5
#: editor/kmcomposerwin.cpp:1053
#, kde-format
msgctxt "Queue the message for sending at a later date"
msgid "Queue"
msgstr ""
#. +> trunk5 stable5
#: editor/kmcomposerwin.cpp:1086
#, kde-format
msgid "Save as &Draft"
msgstr ""
#. +> trunk5 stable5
#: editor/kmcomposerwin.cpp:1088
#, kde-format
msgid "Save email in Draft folder"
msgstr ""
#. +> trunk5 stable5
#: editor/kmcomposerwin.cpp:1092
#, kde-format
msgid "Save as &Template"
msgstr ""
#. +> trunk5 stable5
#: editor/kmcomposerwin.cpp:1093
#, kde-format
msgid "Save email in Template folder"
msgstr ""
#. +> trunk5 stable5
#: editor/kmcomposerwin.cpp:1097
#, kde-format
msgid "Save as &File"
msgstr ""
#. +> trunk5 stable5
#: editor/kmcomposerwin.cpp:1098
#, kde-format
msgid "Save email as text or html file"
msgstr ""
#. +> trunk5 stable5
#: editor/kmcomposerwin.cpp:1102
#, kde-format
msgid "&Insert Text File..."
msgstr ""
#. +> trunk5 stable5
#: editor/kmcomposerwin.cpp:1107
#, kde-format
msgid "&Insert Recent Text File"
msgstr ""
#. +> trunk5 stable5
#: editor/kmcomposerwin.cpp:1113 kmmainwidget.cpp:2820
#, kde-format
msgid "&Address Book"
msgstr ""
#. +> trunk5 stable5
#: editor/kmcomposerwin.cpp:1114
#, kde-format
msgid "Open Address Book"
msgstr ""
#. +> trunk5 stable5
#: editor/kmcomposerwin.cpp:1121
#, kde-format
msgid "&New Composer"
msgstr ""
#. +> trunk5 stable5
#: editor/kmcomposerwin.cpp:1127
#, kde-format
msgid "Select &Recipients..."
msgstr ""
#. +> trunk5 stable5
#: editor/kmcomposerwin.cpp:1131
#, kde-format
msgid "Save &Distribution List..."
msgstr ""
#. +> trunk5 stable5
#: editor/kmcomposerwin.cpp:1154
#, kde-format
msgid "Paste as Attac&hment"
msgstr ""
#. +> trunk5 stable5
#: editor/kmcomposerwin.cpp:1158
#, kde-format
msgid "Cl&ean Spaces"
msgstr ""
#. +> trunk5 stable5
#: editor/kmcomposerwin.cpp:1162
#, kde-format
msgid "Use Fi&xed Font"
msgstr ""
#. +> trunk5 stable5
#: editor/kmcomposerwin.cpp:1169
#, kde-format
msgctxt "@action:inmenu Mark the email as urgent."
msgid "&Urgent"
msgstr ""
#. +> trunk5 stable5
#: editor/kmcomposerwin.cpp:1171
#, kde-format
msgid "&Request Disposition Notification"
msgstr ""
#. +> trunk5 stable5
#: editor/kmcomposerwin.cpp:1177
#, kde-format
msgid "&Wordwrap"
msgstr ""
#. +> trunk5 stable5
#: editor/kmcomposerwin.cpp:1182
#, kde-format
msgid "&Snippets"
msgstr ""
#. +> trunk5 stable5
#: editor/kmcomposerwin.cpp:1188
#, kde-format
msgid "&Automatic Spellchecking"
msgstr ""
#. +> trunk5 stable5
#: editor/kmcomposerwin.cpp:1205
#, kde-format
msgid "Rich Text Editing"
msgstr ""
#. +> trunk5 stable5
#: editor/kmcomposerwin.cpp:1207
#, kde-format
msgid "Rich Text"
msgstr ""
#. +> trunk5 stable5
#: editor/kmcomposerwin.cpp:1208
#, kde-format
msgid "Toggle rich text editing mode"
msgstr ""
#. +> trunk5 stable5
#: editor/kmcomposerwin.cpp:1212
#, kde-format
msgid "&All Fields"
msgstr ""
#. +> trunk5 stable5
#: editor/kmcomposerwin.cpp:1215
#, kde-format
msgid "&Identity"
msgstr ""
#. +> trunk5 stable5
#: editor/kmcomposerwin.cpp:1218
#, kde-format
msgid "&Dictionary"
msgstr ""
#. +> trunk5 stable5
#: editor/kmcomposerwin.cpp:1221
#, kde-format
msgid "&Sent-Mail Folder"
msgstr ""
#. +> trunk5 stable5
#: editor/kmcomposerwin.cpp:1224
#, kde-format
msgid "&Mail Transport"
msgstr ""
#. +> trunk5 stable5
#: editor/kmcomposerwin.cpp:1227
#, kde-format
msgid "&From"
msgstr ""
#. +> trunk5 stable5
#: editor/kmcomposerwin.cpp:1230
#, kde-format
msgid "&Reply To"
msgstr ""
#. +> trunk5 stable5
#: editor/kmcomposerwin.cpp:1234
#, kde-format
msgctxt "@action:inmenu Show the subject in the composer window."
msgid "S&ubject"
msgstr ""
#. +> trunk5 stable5
#: editor/kmcomposerwin.cpp:1239
#, kde-format
msgid "Append S&ignature"
msgstr ""
#. +> trunk5 stable5
#: editor/kmcomposerwin.cpp:1243
#, kde-format
msgid "Pr&epend Signature"
msgstr ""
#. +> trunk5 stable5
#: editor/kmcomposerwin.cpp:1247
#, kde-format
msgid "Insert Signature At C&ursor Position"
msgstr ""
#. +> trunk5 stable5
#: editor/kmcomposerwin.cpp:1259
#, kde-format
msgid "&Spellchecker..."
msgstr ""
#. +> trunk5 stable5
#: editor/kmcomposerwin.cpp:1260
#, kde-format
msgid "Spellchecker"
msgstr ""
#. +> trunk5 stable5
#: editor/kmcomposerwin.cpp:1264
#, kde-format
msgid "&Encrypt Message"
msgstr ""
#. +> trunk5 stable5
#: editor/kmcomposerwin.cpp:1265
#, kde-format
msgid "Encrypt"
msgstr ""
#. +> trunk5 stable5
#: editor/kmcomposerwin.cpp:1267
#, kde-format
msgid "&Sign Message"
msgstr ""
#. +> trunk5 stable5
#: editor/kmcomposerwin.cpp:1268
#, kde-format
msgid "Sign"
msgstr ""
#. +> trunk5 stable5
#: editor/kmcomposerwin.cpp:1291
#, kde-format
msgid "&Cryptographic Message Format"
msgstr ""
#. +> trunk5 stable5
#: editor/kmcomposerwin.cpp:1294
#, kde-format
msgid "Select a cryptographic format for this message"
msgstr ""
#. +> trunk5 stable5
#: editor/kmcomposerwin.cpp:1299
#, kde-format
msgid "Create Follow Up Reminder..."
msgstr ""
#. +> trunk5 stable5
#: editor/kmcomposerwin.cpp:1321
#, kde-format
msgid "Configure KMail..."
msgstr ""
#. +> trunk5 stable5
#: editor/kmcomposerwin.cpp:1334 kmmainwin.cpp:134
#, kde-format
msgid "<qt>This will hide the menu bar completely. You can show it again by typing %1.</qt>"
msgstr ""
#. +> trunk5 stable5
#: editor/kmcomposerwin.cpp:1336 kmmainwin.cpp:136
#, kde-format
msgid "Hide menu bar"
msgstr ""
#. +> trunk5 stable5
#: editor/kmcomposerwin.cpp:1393 editor/kmcomposerwin.cpp:3115
#, kde-format
msgctxt "Shows the linenumber of the cursor position."
msgid " Line: %1 "
msgstr ""
#. +> trunk5 stable5
#: editor/kmcomposerwin.cpp:1397 editor/kmcomposerwin.cpp:3117
#, kde-format
msgid " Column: %1 "
msgstr ""
#. +> trunk5 stable5
#: editor/kmcomposerwin.cpp:1402
#, kde-format
msgid "OVR"
msgstr ""
#. +> trunk5 stable5
#: editor/kmcomposerwin.cpp:1402
#, kde-format
msgid "INS"
msgstr ""
#. +> trunk5 stable5
#: editor/kmcomposerwin.cpp:1407
#, kde-format
msgid "Spellcheck: on"
msgstr ""
#. +> trunk5 stable5
#: editor/kmcomposerwin.cpp:1407
#, kde-format
msgid "Spellcheck: off"
msgstr ""
#. +> trunk5 stable5
#: editor/kmcomposerwin.cpp:1719
#, kde-format
msgid "Re&save as Template"
msgstr ""
#. +> trunk5 stable5
#: editor/kmcomposerwin.cpp:1720
#, kde-format
msgid "&Save as Draft"
msgstr ""
#. +> trunk5 stable5
#: editor/kmcomposerwin.cpp:1722
#, kde-format
msgid "Resave this message in the Templates folder. It can then be used at a later time."
msgstr ""
#. +> trunk5 stable5
#: editor/kmcomposerwin.cpp:1724
#, kde-format
msgid "Save this message in the Drafts folder. It can then be edited and sent at a later time."
msgstr ""
#. +> trunk5 stable5
#: editor/kmcomposerwin.cpp:1728
#, kde-format
msgid "Do you want to save the message for later or discard it?"
msgstr ""
#. +> trunk5 stable5
#: editor/kmcomposerwin.cpp:1729
#, kde-format
msgid "Close Composer"
msgstr ""
#. +> trunk5 stable5
#: editor/kmcomposerwin.cpp:1800
#, kde-format
msgid "Autosave Message Failed"
msgstr ""
#. +> trunk5 stable5
#: editor/kmcomposerwin.cpp:1800
#, kde-format
msgid "Sending Message Failed"
msgstr ""
#. +> trunk5 stable5
#: editor/kmcomposerwin.cpp:1954
#, kde-format
msgctxt "@title:window"
msgid "Insert File"
msgstr ""
#. +> trunk5 stable5
#: editor/kmcomposerwin.cpp:2017
#, kde-format
msgid "Add as &Inline Image"
msgstr ""
#. +> trunk5 stable5
#: editor/kmcomposerwin.cpp:2018
#, kde-format
msgid "Add as &Attachment"
msgstr ""
#. +> trunk5 stable5
#: editor/kmcomposerwin.cpp:2034 editor/kmcomposerwin.cpp:2115
#, kde-format
msgid "Name of the attachment:"
msgstr ""
#. +> trunk5 stable5
#: editor/kmcomposerwin.cpp:2074
#, kde-format
msgid "Add URL into Message"
msgid_plural "Add URLs into Message"
msgstr[0] ""
msgstr[1] ""
#. +> trunk5 stable5
#: editor/kmcomposerwin.cpp:2075
#, kde-format
msgid "Add File as &Attachment"
msgid_plural "Add Files as &Attachment"
msgstr[0] ""
msgstr[1] ""
#. +> trunk5 stable5
#: editor/kmcomposerwin.cpp:2114
#, kde-format
msgid "Insert clipboard text as attachment"
msgstr ""
#. +> trunk5 stable5
#: editor/kmcomposerwin.cpp:2212
#, kde-format
msgid "unnamed"
msgstr ""
#. +> trunk5 stable5
#: editor/kmcomposerwin.cpp:2238
#, kde-format
msgid ""
"<qt>"
"<p>You have requested that messages be encrypted to yourself, but the currently selected identity does not define an (OpenPGP or S/MIME) encryption key to use for this.</p>"
"<p>Please select the key(s) to use in the identity configuration.</p>"
"</qt>"
msgstr ""
#. +> trunk5 stable5
#: editor/kmcomposerwin.cpp:2245
#, kde-format
msgid "Undefined Encryption Key"
msgstr ""
#. +> trunk5 stable5
#: editor/kmcomposerwin.cpp:2308
#, kde-format
msgid ""
"<qt>"
"<p>In order to be able to sign this message you first have to define the (OpenPGP or S/MIME) signing key to use.</p>"
"<p>Please select the key to use in the identity configuration.</p>"
"</qt>"
msgstr ""
#. +> trunk5 stable5
#: editor/kmcomposerwin.cpp:2315
#, kde-format
msgid "Undefined Signing Key"
msgstr ""
#. +> trunk5 stable5
#: editor/kmcomposerwin.cpp:2441
#, kde-format
msgid "You must enter your email address in the From: field. You should also set your email address for all identities, so that you do not have to enter it for each message."
msgstr ""
#. +> trunk5 stable5
#: editor/kmcomposerwin.cpp:2450
#, kde-format
msgid "You must specify at least one receiver, either in the To: field or as CC or as BCC."
msgstr ""
#. +> trunk5 stable5
#: editor/kmcomposerwin.cpp:2456
#, kde-format
msgid "To: field is empty. Send message anyway?"
msgstr ""
#. +> trunk5 stable5
#: editor/kmcomposerwin.cpp:2458
#, kde-format
msgid "No To: specified"
msgstr ""
#. +> trunk5 stable5
#: editor/kmcomposerwin.cpp:2471
#, kde-format
msgid "You did not specify a subject. Send message anyway?"
msgstr ""
#. +> trunk5 stable5
#: editor/kmcomposerwin.cpp:2473
#, kde-format
msgid "No Subject Specified"
msgstr ""
#. +> trunk5 stable5
#: editor/kmcomposerwin.cpp:2474
#, kde-format
msgid "S&end as Is"
msgstr ""
#. +> trunk5 stable5
#: editor/kmcomposerwin.cpp:2475
#, kde-format
msgid "&Specify the Subject"
msgstr ""
#. +> trunk5 stable5
#: editor/kmcomposerwin.cpp:2525
#, kde-format
msgid "You must specify at least one receiver in order to be able to encrypt a draft."
msgstr ""
#. +> trunk5 stable5
#: editor/kmcomposerwin.cpp:2712
#, kde-format
msgid "About to send email..."
msgstr ""
#. +> trunk5 stable5
#: editor/kmcomposerwin.cpp:2713
#, kde-format
msgid "Send Confirmation"
msgstr ""
#. +> trunk5 stable5
#: editor/kmcomposerwin.cpp:2714
#, kde-format
msgid "&Send Now"
msgstr ""
#. +> trunk5 stable5
#: editor/kmcomposerwin.cpp:2783
#, kde-format
msgid "You are trying to send the mail to more than %1 recipients. Send message anyway?"
msgstr ""
#. +> trunk5 stable5
#: editor/kmcomposerwin.cpp:2784
#, kde-format
msgid "Too many recipients"
msgstr ""
#. +> trunk5 stable5
#: editor/kmcomposerwin.cpp:2785
#, kde-format
msgid "&Send as Is"
msgstr ""
#. +> trunk5 stable5
#: editor/kmcomposerwin.cpp:2786
#, kde-format
msgid "&Edit Recipients"
msgstr ""
#. +> trunk5 stable5
#: editor/kmcomposerwin.cpp:2820
#, kde-format
msgid "Turning HTML mode off will cause the text to lose the formatting. Are you sure?"
msgstr ""
#. +> trunk5 stable5
#: editor/kmcomposerwin.cpp:2822
#, kde-format
msgid "Lose the formatting?"
msgstr ""
#. +> trunk5 stable5
#: editor/kmcomposerwin.cpp:2822
#, kde-format
msgid "Lose Formatting"
msgstr ""
#. +> trunk5 stable5
#: editor/kmcomposerwin.cpp:2822
#, kde-format
msgid "Add Markup Plain Text"
msgstr ""
#. +> trunk5 stable5
#: editor/kmcomposerwin.cpp:3437
#, kde-format
msgid "High security encryption will be used for this recipient (the encryption key is fully trusted). Click the icon for details."
msgstr ""
#. +> trunk5 stable5
#: editor/kmcomposerwin.cpp:3442
#, kde-format
msgid "Medium security encryption will be used for this recipient (the encryption key is marginally trusted). Click the icon for details."
msgstr ""
#. +> trunk5 stable5
#: editor/kmcomposerwin.cpp:3447
#, kde-format
msgid "Low security encryption will be used for this recipient (the encryption key is untrusted). Click the icon for details."
msgstr ""
#. +> trunk5 stable5
#: editor/kmcomposerwin.cpp:3454
#, kde-format
msgid "The email to this recipient will be encrypted, but the security of the encryption is unknown (the encryption key could not be verified). Click the icon for details."
msgstr ""
#. +> trunk5
#: editor/kmcomposerwin.cpp:3488
#, kde-format
msgid "Plugin Editor Information"
msgstr ""
#. +> trunk5 stable5
#: editor/potentialphishingemail/potentialphishingdetaildialog.cpp:33
#, kde-format
msgid "Details"
msgstr ""
#. +> trunk5 stable5
#: editor/potentialphishingemail/potentialphishingdetailwidget.cpp:34
#, kde-format
msgid "Select email to put in whitelist:"
msgstr ""
#. +> trunk5 stable5
#: editor/potentialphishingemail/potentialphishingemailwarning.cpp:35
#, kde-format
msgid "Found potential phishing email addresses <a href=\"phishingdetails\">(details...)</a>"
msgstr ""
#. +> trunk5 stable5
#: editor/validatesendmailshortcut.cpp:43
#, kde-format
msgid "This shortcut allows to send mail directly. Mail can be send accidentally. What do you want to do?"
msgstr ""
#. +> trunk5 stable5
#: editor/validatesendmailshortcut.cpp:44
#, kde-format
msgid "Configure shortcut"
msgstr ""
#. +> trunk5 stable5
#: editor/validatesendmailshortcut.cpp:45
#, kde-format
msgid "Remove Shortcut"
msgstr ""
#. +> trunk5 stable5
#: editor/validatesendmailshortcut.cpp:46
#, kde-format
msgid "Ask Before Sending"
msgstr ""
#. +> trunk5 stable5
#: editor/validatesendmailshortcut.cpp:47
#, kde-format
msgid "Sending Without Confirmation"
msgstr ""
#. +> trunk5 stable5
#: editor/warningwidgets/attachmentmissingwarning.cpp:31
#, kde-format
msgid "The message you have composed seems to refer to an attached file but you have not attached anything. Do you want to attach a file to your message?"
msgstr ""
#. +> trunk5 stable5
#: editor/warningwidgets/attachmentmissingwarning.cpp:34
#, kde-format
msgid "&Attach file"
msgstr ""
#. +> trunk5 stable5
#: editor/warningwidgets/attachmentmissingwarning.cpp:39
#, kde-format
msgid "&Remind me later"
msgstr ""
#. +> trunk5 stable5
#: editor/warningwidgets/externaleditorwarning.cpp:30
#, kde-format
msgid "External editor was started."
msgstr ""
#. +> trunk5 stable5
#: editor/warningwidgets/incorrectidentityfolderwarning.cpp:72
#, kde-format
msgid "Transport was not found. Please verify that you will use a correct mail transport."
msgstr ""
-#. +> trunk5 stable5
+#. +> trunk5
#: editor/warningwidgets/incorrectidentityfolderwarning.cpp:76
#, kde-format
+msgid "Sent Folder is not defined. Please set it before sending the mail."
+msgstr ""
+
+#. +> stable5
+#: editor/warningwidgets/incorrectidentityfolderwarning.cpp:71
+#, kde-format
msgid "Sent Folder is not defined. Please verify it before to send it."
msgstr ""
#. +> trunk5 stable5
#: editor/warningwidgets/incorrectidentityfolderwarning.cpp:80
#, kde-format
msgid "Identity was not found. Please verify that you will use a correct identity."
msgstr ""
#. +> trunk5 stable5
#: editor/warningwidgets/incorrectidentityfolderwarning.cpp:84
#, kde-format
msgid "Dictionary was not found. Please verify that you will use a correct dictionary."
msgstr ""
#. +> trunk5 stable5
#: editor/widgets/cryptostateindicatorwidget.cpp:93
#, kde-format
msgid "Message will be signed"
msgstr ""
#. +> trunk5 stable5
#: editor/widgets/cryptostateindicatorwidget.cpp:94
#, kde-format
msgid "Message will not be signed"
msgstr ""
#. +> trunk5 stable5
#: editor/widgets/cryptostateindicatorwidget.cpp:96
#, kde-format
msgid "Message will be encrypted"
msgstr ""
#. +> trunk5 stable5
#: editor/widgets/cryptostateindicatorwidget.cpp:97
#, kde-format
msgid "Message will not be encrypted"
msgstr ""
#. +> trunk5 stable5
#: editor/widgets/snippetwidget.cpp:76
#, kde-format
msgid "Text Snippets"
msgstr ""
#. +> trunk5 stable5
#: folderarchive/folderarchiveagentcheckcollection.cpp:51
#: folderarchive/folderarchiveagentjob.cpp:74
#: folderarchive/folderarchiveagentjob.cpp:80
#, kde-format
msgid "Cannot fetch collection. %1"
msgstr ""
#. +> trunk5 stable5
#: folderarchive/folderarchiveagentcheckcollection.cpp:70
#, kde-format
msgid "Folder name not defined."
msgstr ""
#. +> trunk5 stable5
#: folderarchive/folderarchiveagentcheckcollection.cpp:102
#, kde-format
msgid "Unable to create folder. %1"
msgstr ""
#. +> trunk5 stable5
#: folderarchive/folderarchiveagentjob.cpp:47
#, kde-format
msgid "Archive folder not defined. Please verify settings for account %1"
msgstr ""
#. +> trunk5 stable5
#: folderarchive/folderarchiveagentjob.cpp:51
#, kde-format
msgid "No messages selected."
msgstr ""
#. +> trunk5 stable5
#: folderarchive/folderarchiveagentjob.cpp:86
#, kde-format
msgid "List of collections is empty. %1"
msgstr ""
#. +> trunk5 stable5
#: folderarchive/folderarchiveagentjob.cpp:105
#, kde-format
msgid "This folder %1 is read only. Please verify the configuration of account %2"
msgstr ""
#. +> trunk5 stable5
#: folderarchive/folderarchiveagentjob.cpp:117
#, kde-format
msgid "Cannot move messages."
msgstr ""
#. +> trunk5 stable5
#: folderarchive/folderarchivemanager.cpp:91
#, kde-format
msgid "Unable to fetch folder. Error reported: %1"
msgstr ""
#. +> trunk5 stable5
#: folderarchive/folderarchivemanager.cpp:98
#, kde-format
msgid "No folder returned."
msgstr ""
#. +> trunk5 stable5
#: folderarchive/folderarchivemanager.cpp:110
#, kde-format
msgid "Unable to fetch parent folder. Error reported: %1"
msgstr ""
#. +> trunk5 stable5
#: folderarchive/folderarchivemanager.cpp:116
#, kde-format
msgid "Unable to return list of folders."
msgstr ""
#. +> trunk5 stable5
#: folderarchive/folderarchivemanager.cpp:184
#, kde-format
msgid "Messages archived"
msgstr ""
#. +> trunk5 stable5
#: foldershortcutactionmanager.cpp:134 foldershortcutactionmanager.cpp:135
#, kde-format
msgid "Folder Shortcut %1"
msgstr ""
#. +> trunk5 stable5
#: identity/identityaddvcarddialog.cpp:35
#: identity/identityeditvcarddialog.cpp:54
#, kde-format
msgid "Create own vCard"
msgstr ""
#. +> trunk5 stable5
#: identity/identityaddvcarddialog.cpp:56 identity/newidentitydialog.cpp:81
#, kde-format
msgid "&With empty fields"
msgstr ""
#. +> trunk5 stable5
#: identity/identityaddvcarddialog.cpp:62
#, kde-format
msgid "&From existing vCard"
msgstr ""
#. +> trunk5 stable5
#: identity/identityaddvcarddialog.cpp:75
#, kde-format
msgid "&vCard path:"
msgstr ""
#. +> trunk5 stable5
#: identity/identityaddvcarddialog.cpp:86
#, kde-format
msgid "&Duplicate existing vCard"
msgstr ""
#. +> trunk5 stable5
#: identity/identityaddvcarddialog.cpp:99 identity/newidentitydialog.cpp:103
#, kde-format
msgid "&Existing identities:"
msgstr ""
#. +> trunk5 stable5
#: identity/identitydialog.cpp:199
#, kde-format
msgid "Error while generating new key pair: %1"
msgstr ""
#. +> trunk5 stable5
#: identity/identitydialog.cpp:200
#, kde-format
msgid "Key Generation Error"
msgstr ""
#. +> trunk5 stable5
#: identity/identitydialog.cpp:243
#, kde-format
msgid "No key"
msgstr ""
#. +> trunk5 stable5
#: identity/identitydialog.cpp:246
#, kde-format
msgid "Generate a new key pair"
msgstr ""
#. +> trunk5 stable5
#: identity/identitydialog.cpp:259
#, kde-format
msgid "Generating new key pair..."
msgstr ""
#. +> trunk5 stable5
#: identity/identitydialog.cpp:273
#, kde-format
msgid "Edit Identity"
msgstr ""
#. +> trunk5 stable5
#: identity/identitydialog.cpp:298
#, kde-format
msgctxt "@title:tab General identity settings."
msgid "General"
msgstr ""
#. +> trunk5 stable5
#: identity/identitydialog.cpp:307
#, kde-format
msgid "&Your name:"
msgstr ""
#. +> trunk5 stable5
#: identity/identitydialog.cpp:310
#, kde-format
msgid ""
"<qt>"
"<h3>Your name</h3>"
"<p>This field should contain your name as you would like it to appear in the email header that is sent out;</p>"
"<p>if you leave this blank your real name will not appear, only the email address.</p>"
"</qt>"
msgstr ""
#. +> trunk5 stable5
#: identity/identitydialog.cpp:322
#, kde-format
msgid "Organi&zation:"
msgstr ""
#. +> trunk5 stable5
#: identity/identitydialog.cpp:325
#, kde-format
msgid ""
"<qt>"
"<h3>Organization</h3>"
"<p>This field should have the name of your organization if you would like it to be shown in the email header that is sent out.</p>"
"<p>It is safe (and normal) to leave this blank.</p>"
"</qt>"
msgstr ""
#. +> trunk5 stable5
#: identity/identitydialog.cpp:338
#, kde-format
msgid "&Email address:"
msgstr ""
#. +> trunk5 stable5
#: identity/identitydialog.cpp:341
#, kde-format
msgid ""
"<qt>"
"<h3>Email address</h3>"
"<p>This field should have your full email address.</p>"
"<p>This address is the primary one, used for all outgoing mail. If you have more than one address, either create a new identity, or add additional alias addresses in the field below.</p>"
"<p>If you leave this blank, or get it wrong, people will have trouble replying to you.</p>"
"</qt>"
msgstr ""
#. +> trunk5 stable5
#: identity/identitydialog.cpp:362
#, kde-format
msgid "Email a&liases:"
msgstr ""
#. +> trunk5 stable5
#: identity/identitydialog.cpp:365
#, kde-format
msgid ""
"<qt>"
"<h3>Email aliases</h3>"
"<p>This field contains alias addresses that should also be considered as belonging to this identity (as opposed to representing a different identity).</p>"
"<p>Example:</p>"
"<table>"
"<tr>"
"<th>Primary address:</th>"
"<td>first.last@example.org</td>"
"</tr>"
"<tr>"
"<th>Aliases:</th>"
"<td>first@example.org<br>"
"last@example.org</td>"
"</tr>"
"</table>"
"<p>Type one alias address per line.</p>"
"</qt>"
msgstr ""
#. +> trunk5 stable5
#: identity/identitydialog.cpp:383
#, kde-format
msgid "Cryptography"
msgstr ""
#. +> trunk5 stable5
#: identity/identitydialog.cpp:390
#, kde-format
msgid ""
"<qt>"
"<p>The OpenPGP key you choose here will be used to digitally sign messages. You can also use GnuPG keys.</p>"
"<p>You can leave this blank, but KMail will not be able to digitally sign emails using OpenPGP; normal mail functions will not be affected.</p>"
"<p>You can find out more about keys at <a>http://www.gnupg.org</a></p>"
"</qt>"
msgstr ""
#. +> trunk5 stable5
#: identity/identitydialog.cpp:396
#, kde-format
msgid "OpenPGP signing key:"
msgstr ""
#. +> trunk5 stable5
#: identity/identitydialog.cpp:407
#, kde-format
msgid ""
"<qt>"
"<p>The OpenPGP key you choose here will be used to encrypt messages to yourself and for the \"Attach My Public Key\" feature in the composer. You can also use GnuPG keys.</p>"
"<p>You can leave this blank, but KMail will not be able to encrypt copies of outgoing messages to you using OpenPGP; normal mail functions will not be affected.</p>"
"<p>You can find out more about keys at <a>http://www.gnupg.org</a></p>"
"</qt>"
msgstr ""
#. +> trunk5 stable5
#: identity/identitydialog.cpp:414
#, kde-format
msgid "OpenPGP encryption key:"
msgstr ""
#. +> trunk5 stable5
#: identity/identitydialog.cpp:425
#, kde-format
msgid ""
"<qt>"
"<p>The S/MIME (X.509) certificate you choose here will be used to digitally sign messages.</p>"
"<p>You can leave this blank, but KMail will not be able to digitally sign emails using S/MIME; normal mail functions will not be affected.</p>"
"</qt>"
msgstr ""
#. +> trunk5 stable5
#: identity/identitydialog.cpp:430
#, kde-format
msgid "S/MIME signing certificate:"
msgstr ""
#. +> trunk5 stable5
#: identity/identitydialog.cpp:445
#, kde-format
msgid ""
"<qt>"
"<p>The S/MIME certificate you choose here will be used to encrypt messages to yourself and for the \"Attach My Certificate\" feature in the composer.</p>"
"<p>You can leave this blank, but KMail will not be able to encrypt copies of outgoing messages to you using S/MIME; normal mail functions will not be affected.</p>"
"</qt>"
msgstr ""
#. +> trunk5 stable5
#: identity/identitydialog.cpp:451
#, kde-format
msgid "S/MIME encryption certificate:"
msgstr ""
#. +> trunk5 stable5
#: identity/identitydialog.cpp:473
#, kde-format
msgctxt "preferred format of encrypted messages"
msgid "Preferred format:"
msgstr ""
#. +> trunk5 stable5
#: identity/identitydialog.cpp:480
#, kde-format
msgid "Automatically sign messages"
msgstr ""
#. +> trunk5 stable5
#: identity/identitydialog.cpp:484
#, kde-format
msgid "Automatically encrypt messages when possible"
msgstr ""
#. +> trunk5 stable5
#: identity/identitydialog.cpp:498
#, kde-format
msgctxt "@title:tab Advanced identity settings."
msgid "Advanced"
msgstr ""
#. +> trunk5 stable5
#: identity/identitydialog.cpp:510
#, kde-format
msgid "&Reply-To address:"
msgstr ""
#. +> trunk5 stable5
#: identity/identitydialog.cpp:513
#, kde-format
msgid ""
"<qt>"
"<h3>Reply-To addresses</h3>"
"<p>This sets the <tt>Reply-to:</tt> header to contain a different email address to the normal <tt>From:</tt> address.</p>"
"<p>This can be useful when you have a group of people working together in similar roles. For example, you might want any emails sent to have your email in the <tt>From:</tt> field, but any responses to go to a group address.</p>"
"<p>If in doubt, leave this field blank.</p>"
"</qt>"
msgstr ""
#. +> trunk5 stable5
#: identity/identitydialog.cpp:532
#, kde-format
msgid "&CC addresses:"
msgstr ""
#. +> trunk5 stable5
#: identity/identitydialog.cpp:535
#, kde-format
msgid ""
"<qt>"
"<h3>CC (Carbon Copy) addresses</h3>"
"<p>The addresses that you enter here will be added to each outgoing mail that is sent with this identity.</p>"
"<p>This is commonly used to send a copy of each sent message to another account of yours.</p>"
"<p>To specify more than one address, use commas to separate the list of CC recipients.</p>"
"<p>If in doubt, leave this field blank.</p>"
"</qt>"
msgstr ""
#. +> trunk5 stable5
#: identity/identitydialog.cpp:552
#, kde-format
msgid "&BCC addresses:"
msgstr ""
#. +> trunk5 stable5
#: identity/identitydialog.cpp:555
#, kde-format
msgid ""
"<qt>"
"<h3>BCC (Blind Carbon Copy) addresses</h3>"
"<p>The addresses that you enter here will be added to each outgoing mail that is sent with this identity. They will not be visible to other recipients.</p>"
"<p>This is commonly used to send a copy of each sent message to another account of yours.</p>"
"<p>To specify more than one address, use commas to separate the list of BCC recipients.</p>"
"<p>If in doubt, leave this field blank.</p>"
"</qt>"
msgstr ""
#. +> trunk5 stable5
#: identity/identitydialog.cpp:571
#, kde-format
msgid "D&ictionary:"
msgstr ""
#. +> trunk5 stable5
#: identity/identitydialog.cpp:580
#, kde-format
msgid "Sent-mail &folder:"
msgstr ""
#. +> trunk5 stable5
#: identity/identitydialog.cpp:589
#, kde-format
msgid "&Drafts folder:"
msgstr ""
#. +> trunk5 stable5
#: identity/identitydialog.cpp:598
#, kde-format
msgid "&Templates folder:"
msgstr ""
#. +> trunk5 stable5
#: identity/identitydialog.cpp:604
#, kde-format
msgid "Outgoing Account:"
msgstr ""
#. +> trunk5 stable5
#: identity/identitydialog.cpp:612
#, kde-format
msgid "Attach my vCard to message"
msgstr ""
#. +> trunk5 stable5
#: identity/identitydialog.cpp:614 identity/identitydialog.cpp:1118
#, kde-format
msgid "Create..."
msgstr ""
#. +> trunk5 stable5
#: identity/identitydialog.cpp:621
#, kde-format
msgid "Autocorrection language:"
msgstr ""
#. +> trunk5 stable5
#: identity/identitydialog.cpp:633
#, kde-format
msgid "Restore default domain name"
msgstr ""
#. +> trunk5 stable5
#: identity/identitydialog.cpp:637
#, kde-format
msgid "Defaul&t domain:"
msgstr ""
#. +> trunk5 stable5
#: identity/identitydialog.cpp:642
#, kde-format
msgid ""
"<qt>"
"<p>The default domain is used to complete email addresses that only consist of the user's name.</p>"
"</qt>"
msgstr ""
#. +> trunk5 stable5
#: identity/identitydialog.cpp:662
#, kde-format
msgid "&Use custom message templates for this identity"
msgstr ""
#. +> trunk5 stable5
#: identity/identitydialog.cpp:689
#, kde-format
msgid "Signature"
msgstr ""
#. +> trunk5 stable5
#: identity/identitydialog.cpp:696
#, kde-format
msgid "Picture"
msgstr ""
#. +> trunk5 stable5
#: identity/identitydialog.cpp:753
#, kde-format
msgid "Invalid Email Alias \"%1\""
msgstr ""
#. +> trunk5 stable5
#: identity/identitydialog.cpp:762 job/addressvalidationjob.cpp:93
#: job/addressvalidationjob.cpp:102
#, kde-format
msgid "Invalid Email Address"
msgstr ""
#. +> trunk5 stable5
#: identity/identitydialog.cpp:818
#, kde-format
msgid ""
"One of the configured OpenPGP signing keys does not contain any user ID with the configured email address for this identity (%1).\n"
"This might result in warning messages on the receiving side when trying to verify signatures made with this configuration."
msgstr ""
#. +> trunk5 stable5
#: identity/identitydialog.cpp:825
#, kde-format
msgid "One of the configured OpenPGP encryption keys does not contain any user ID with the configured email address for this identity (%1)."
msgstr ""
#. +> trunk5 stable5
#: identity/identitydialog.cpp:830
#, kde-format
msgid ""
"One of the configured S/MIME signing certificates does not contain the configured email address for this identity (%1).\n"
"This might result in warning messages on the receiving side when trying to verify signatures made with this configuration."
msgstr ""
#. +> trunk5 stable5
#: identity/identitydialog.cpp:837
#, kde-format
msgid "One of the configured S/MIME encryption certificates does not contain the configured email address for this identity (%1)."
msgstr ""
#. +> trunk5 stable5
#: identity/identitydialog.cpp:845
#, kde-format
msgid "Email Address Not Found in Key/Certificates"
msgstr ""
#. +> trunk5 stable5
#: identity/identitydialog.cpp:858
#, kde-format
msgid "The signature file is not valid"
msgstr ""
#. +> trunk5 stable5
#: identity/identitydialog.cpp:874
#, kde-format
msgid "Edit Identity \"%1\""
msgstr ""
#. +> trunk5 stable5
#: identity/identitydialog.cpp:932
#, kde-format
msgid "Some custom folder for identity does not exist (anymore); therefore, default folders will be used."
msgstr ""
#. +> trunk5 stable5
#: identity/identitydialog.cpp:1120
#, kde-format
msgid "Edit..."
msgstr ""
#. +> trunk5 stable5
#: identity/identityeditvcarddialog.cpp:48
#, kde-format
msgid "Edit own vCard"
msgstr ""
#. +> trunk5 stable5
#: identity/identityeditvcarddialog.cpp:51
#, kde-format
msgid "Delete current vCard"
msgstr ""
#. +> trunk5 stable5
#: identity/identityeditvcarddialog.cpp:71
#, kde-format
msgid "Are you sure you want to delete this vCard?"
msgstr ""
#. +> trunk5 stable5
#: identity/identityeditvcarddialog.cpp:71
#: identity/identityeditvcarddialog.cpp:88
#, kde-format
msgid "Delete vCard"
msgstr ""
#. +> trunk5 stable5
#: identity/identityeditvcarddialog.cpp:88
#, kde-format
msgid "We cannot delete vCard file."
msgstr ""
#. +> trunk5 stable5
#: identity/identitylistview.cpp:100
#, kde-format
msgctxt "%1: identity name. Used in the config dialog, section Identity, to indicate the default identity"
msgid "%1 (Default)"
msgstr ""
#. +> trunk5 stable5
#: identity/identitylistview.cpp:129
#, kde-format
msgid "Identity Name"
msgstr ""
#. +> trunk5 stable5
#: identity/identitylistview.cpp:129
#, kde-format
msgid "Email Address"
msgstr ""
#. +> trunk5 stable5
#: identity/identitypage.cpp:226
#, kde-format
msgid "<qt>Do you really want to remove the identity named <b>%1</b>?</qt>"
msgstr ""
#. +> trunk5 stable5
#: identity/identitypage.cpp:228
#, kde-format
msgid "Remove Identity"
msgstr ""
#. +> trunk5 stable5
#: identity/identitypage.cpp:229
#, kde-format
msgid "&Remove"
msgstr ""
#. +> trunk5 stable5
#: identity/identitypage.cpp:281
#, kde-format
msgid "Rename"
msgstr ""
#. +> trunk5 stable5
#: identity/identitypage.cpp:287
#, kde-format
msgid "Set as Default"
msgstr ""
#. +> trunk5 stable5
#: identity/newidentitydialog.cpp:50
#, kde-format
msgid "New Identity"
msgstr ""
#. +> trunk5 stable5
#: identity/newidentitydialog.cpp:72
#, kde-format
msgid "&New identity:"
msgstr ""
#. +> trunk5 stable5
#: identity/newidentitydialog.cpp:87
#, kde-format
msgid "&Use System Settings values"
msgstr ""
#. +> trunk5 stable5
#: identity/newidentitydialog.cpp:92
#, kde-format
msgid "&Duplicate existing identity"
msgstr ""
#. +> trunk5 stable5
#: identity/xfaceconfigurator.cpp:72
#, kde-format
msgid "&Send picture with every message"
msgstr ""
#. +> trunk5 stable5
#: identity/xfaceconfigurator.cpp:74
#, kde-format
msgid "Check this box if you want KMail to add a so-called X-Face header to messages written with this identity. An X-Face is a small (48x48 pixels) black and white image that some mail clients are able to display."
msgstr ""
#. +> trunk5 stable5
#: identity/xfaceconfigurator.cpp:81
#, kde-format
msgid "This is a preview of the picture selected/entered below."
msgstr ""
#. +> trunk5 stable5
#: identity/xfaceconfigurator.cpp:95
#, kde-format
msgid "Click on the widgets below to obtain help on the input methods."
msgstr ""
#. +> trunk5 stable5
#: identity/xfaceconfigurator.cpp:99
#, kde-format
msgctxt "continuation of \"obtain picture from\""
msgid "External Source"
msgstr ""
#. +> trunk5 stable5
#: identity/xfaceconfigurator.cpp:101
#, kde-format
msgctxt "continuation of \"obtain picture from\""
msgid "Input Field Below"
msgstr ""
#. +> trunk5 stable5
#: identity/xfaceconfigurator.cpp:102
#, kde-format
msgid "Obtain pic&ture from:"
msgstr ""
#. +> trunk5 stable5
#: identity/xfaceconfigurator.cpp:129
#, kde-format
msgid "Select File..."
msgstr ""
#. +> trunk5 stable5
#: identity/xfaceconfigurator.cpp:131
#, kde-format
msgid "Use this to select an image file to create the picture from. The image should be of high contrast and nearly quadratic shape. A light background helps improve the result."
msgstr ""
#. +> trunk5 stable5
#: identity/xfaceconfigurator.cpp:137
#, kde-format
msgid "Set From Address Book"
msgstr ""
#. +> trunk5 stable5
#: identity/xfaceconfigurator.cpp:139
#, kde-format
msgid "You can use a scaled-down version of the picture you have set in your address book entry."
msgstr ""
#. +> trunk5 stable5
#: identity/xfaceconfigurator.cpp:144
#, kde-format
msgid "<qt>KMail can send a small (48x48 pixels), low-quality, monochrome picture with every message. For example, this could be a picture of you or a glyph. It is shown in the recipient's mail client (if supported).</qt>"
msgstr ""
#. +> trunk5 stable5
#: identity/xfaceconfigurator.cpp:163
#, kde-format
msgid "Use this field to enter an arbitrary X-Face string."
msgstr ""
#. +> trunk5 stable5
#: identity/xfaceconfigurator.cpp:167
#, kde-format
msgid "Examples are available at <a href=\"http://ace.home.xs4all.nl/X-Faces/\">http://ace.home.xs4all.nl/X-Faces/</a>."
msgstr ""
#. +> trunk5 stable5
#: identity/xfaceconfigurator.cpp:225 kmcommands.cpp:1699
#, kde-format
msgid "Image"
msgstr ""
#. +> trunk5 stable5
#: identity/xfaceconfigurator.cpp:251
#, kde-format
msgid "You do not have your own contact defined in the address book."
msgstr ""
#. +> trunk5 stable5
#: identity/xfaceconfigurator.cpp:251 identity/xfaceconfigurator.cpp:262
#: identity/xfaceconfigurator.cpp:269
#, kde-format
msgid "No Picture"
msgstr ""
#. +> trunk5 stable5
#: identity/xfaceconfigurator.cpp:262 identity/xfaceconfigurator.cpp:269
#, kde-format
msgid "No picture set for your address book entry."
msgstr ""
#. +> trunk5 stable5
#: job/addemailtoexistingcontactjob.cpp:69
#, kde-format
msgid "Email added successfully."
msgstr ""
#. +> trunk5 stable5
#: job/addressvalidationjob.cpp:90
#, kde-format
msgid "Distribution list %2 is empty, it cannot be used."
msgid_plural "Distribution lists %2 are empty, they cannot be used."
msgstr[0] ""
msgstr[1] ""
#. +> trunk5 stable5
#: job/createnewcontactjob.cpp:81 kmreaderwin.cpp:144
#, kde-format
msgid "Add to Address Book"
msgstr ""
#. +> trunk5 stable5
#: job/createnewcontactjob.cpp:135
#, kde-format
msgid "Contact created successfully"
msgstr ""
#. +> trunk5 stable5
#: job/createnewcontactjob.cpp:140 kmreaderwin.cpp:828
#, kde-format
msgid "Contact cannot be stored: %1"
msgstr ""
#. +> trunk5 stable5
#: job/createnewcontactjob.cpp:140 kmreaderwin.cpp:828
#, kde-format
msgid "Failed to store contact"
msgstr ""
#. +> trunk5 stable5
#: job/opencomposerjob.cpp:130
#, kde-format
msgid "Do you want to attach this folder \"%1\"?"
msgstr ""
#. +> trunk5 stable5
#: job/opencomposerjob.cpp:130
#, kde-format
msgid "Attach Folder"
msgstr ""
#. +> trunk5 stable5
#: job/removecollectionjob.cpp:70
#, kde-format
msgid "Delete Search"
msgstr ""
#. +> trunk5 stable5
#: job/removecollectionjob.cpp:71
#, kde-format
msgid ""
"<qt>Are you sure you want to delete the search <b>%1</b>?<br />"
"Any messages it shows will still be available in their original folder.</qt>"
msgstr ""
#. +> trunk5 stable5
#: job/removecollectionjob.cpp:74
#, kde-format
msgctxt "@action:button Delete search"
msgid "&Delete"
msgstr ""
#. +> trunk5 stable5
#: job/removecollectionjob.cpp:76
#, kde-format
msgid "Delete Folder"
msgstr ""
#. +> trunk5 stable5
#: job/removecollectionjob.cpp:80
#, kde-format
msgid "<qt>Are you sure you want to delete the empty folder <b>%1</b>?</qt>"
msgstr ""
#. +> trunk5 stable5
#: job/removecollectionjob.cpp:84
#, kde-format
msgid ""
"<qt>Are you sure you want to delete the empty folder <resource>%1</resource> and all its subfolders? Those subfolders might not be empty and their contents will be discarded as well. "
"<p><b>Beware</b> that discarded messages are not saved into your Trash folder and are permanently deleted.</p>"
"</qt>"
msgstr ""
#. +> trunk5 stable5
#: job/removecollectionjob.cpp:93
#, kde-format
msgid ""
"<qt>Are you sure you want to delete the folder <resource>%1</resource>, discarding its contents? "
"<p><b>Beware</b> that discarded messages are not saved into your Trash folder and are permanently deleted.</p>"
"</qt>"
msgstr ""
#. +> trunk5 stable5
#: job/removecollectionjob.cpp:99
#, kde-format
msgid ""
"<qt>Are you sure you want to delete the folder <resource>%1</resource> and all its subfolders, discarding their contents? "
"<p><b>Beware</b> that discarded messages are not saved into your Trash folder and are permanently deleted.</p>"
"</qt>"
msgstr ""
#. +> trunk5 stable5
#: job/removecollectionjob.cpp:106
#, kde-format
msgctxt "@action:button Delete folder"
msgid "&Delete"
msgstr ""
#. +> trunk5 stable5
#: job/removeduplicatemailjob.cpp:46
#: job/removeduplicatemessageinfolderandsubfolderjob.cpp:77
#, kde-format
msgid "Removing duplicates"
msgstr ""
#. +> trunk5 stable5
#: job/removeduplicatemailjob.cpp:73
#: job/removeduplicatemessageinfolderandsubfolderjob.cpp:95
#: manageshowcollectionproperties.cpp:184
#, kde-format
msgid "Done"
msgstr ""
#. +> trunk5 stable5
#: job/removeduplicatemailjob.cpp:77
#: job/removeduplicatemessageinfolderandsubfolderjob.cpp:100
#, kde-format
msgid "Error occurred during removing duplicate emails: '%1'"
msgstr ""
#. +> trunk5 stable5
#: job/removeduplicatemailjob.cpp:77
#: job/removeduplicatemessageinfolderandsubfolderjob.cpp:100
#, kde-format
msgid "Error while removing duplicates"
msgstr ""
#. +> trunk5 stable5
#: job/saveasfilejob.cpp:41
#, kde-format
msgid "Save File as"
msgstr ""
#. +> trunk5 stable5
#: kmail_options.h:14
#, kde-format
msgid "Set subject of message"
msgstr ""
#. +> trunk5 stable5
#: kmail_options.h:18
#, kde-format
msgid "Send CC: to 'address'"
msgstr ""
#. +> trunk5 stable5
#: kmail_options.h:22
#, kde-format
msgid "Send BCC: to 'address'"
msgstr ""
#. +> trunk5 stable5
#: kmail_options.h:26
#, kde-format
msgid "Set replyTo to 'address'"
msgstr ""
#. +> trunk5 stable5
#: kmail_options.h:30
#, kde-format
msgid "Add 'header' to message. This can be repeated"
msgstr ""
#. +> trunk5 stable5
#: kmail_options.h:34
#, kde-format
msgid "Read message body from 'file'"
msgstr ""
#. +> trunk5 stable5
#: kmail_options.h:38
#, kde-format
msgid "Set body of message"
msgstr ""
#. +> trunk5 stable5
#: kmail_options.h:42
#, kde-format
msgid "Add an attachment to the mail. This can be repeated"
msgstr ""
#. +> trunk5 stable5
#: kmail_options.h:46
#, kde-format
msgid "Only check for new mail"
msgstr ""
#. +> trunk5 stable5
#: kmail_options.h:49
#, kde-format
msgid "Only open composer window"
msgstr ""
#. +> trunk5 stable5
#: kmail_options.h:52
#, kde-format
msgid "Set identity"
msgstr ""
#. +> trunk5 stable5
#: kmail_options.h:56
#, kde-format
msgid "View the given message file"
msgstr ""
#. +> trunk5 stable5
#: kmail_options.h:62
#, kde-format
msgid "Send message to 'address' or attach the file the 'URL' points to"
msgstr ""
#. i18n: ectx: Menu (file)
#. +> trunk5 stable5
#: kmail_part.rc:8 kmmainwin.rc:8 kmreadermainwin.rc:5
#, kde-format
msgid "&File"
msgstr ""
#. i18n: ectx: Menu (file_new)
#. +> trunk5 stable5
#: kmail_part.rc:10 kmmainwin.rc:10
#, kde-format
msgctxt "@title:menu New message, folder or new window."
msgid "New"
msgstr ""
#. i18n: ectx: Menu (edit)
#. +> trunk5 stable5
#: kmail_part.rc:47 kmcomposerui.rc:28 kmmainwin.rc:47 kmreadermainwin.rc:15
#, kde-format
msgid "&Edit"
msgstr ""
#. i18n: ectx: Menu (view)
#. +> trunk5 stable5
#: kmail_part.rc:72 kmcomposerui.rc:56 kmmainwin.rc:72 kmreadermainwin.rc:20
#, kde-format
msgid "&View"
msgstr ""
#. i18n: ectx: Menu (go)
#. +> trunk5 stable5
#: kmail_part.rc:94 kmmainwin.rc:94
#, kde-format
msgid "&Go"
msgstr ""
#. i18n: ectx: Menu (folder)
#. +> trunk5 stable5
#: kmail_part.rc:108 kmmainwin.rc:108
#, kde-format
msgid "F&older"
msgstr ""
#. i18n: ectx: Menu (apply_filters_folder_actions)
#. +> trunk5 stable5
#: kmail_part.rc:128 kmail_part.rc:272 kmmainwidget.cpp:3332 kmmainwin.rc:128
#: kmmainwin.rc:272
#, kde-format
msgid "Apply Filters on Folder"
msgstr ""
#. i18n: ectx: Menu (apply_filters_folder_recursive_actions)
#. +> trunk5 stable5
#: kmail_part.rc:133 kmail_part.rc:277 kmmainwidget.cpp:3337 kmmainwin.rc:133
#: kmmainwin.rc:277
#, kde-format
msgid "Apply Filters on Folder and all its Subfolders"
msgstr ""
#. i18n: ectx: Menu (message)
#. i18n: ectx: Menu (file)
#. +> trunk5 stable5
#: kmail_part.rc:150 kmcomposerui.rc:5 kmmainwin.rc:150 kmreadermainwin.rc:40
#, kde-format
msgid "&Message"
msgstr ""
#. i18n: ectx: Menu (reply_special)
#. +> trunk5 stable5
#: kmail_part.rc:157 kmmainwin.rc:157 kmreadermainwin.rc:47
#, kde-format
msgid "Reply Special"
msgstr ""
#. i18n: ectx: Menu (menubar_message_forward)
#. +> trunk5 stable5
#: kmail_part.rc:166 kmmainwin.rc:166 kmreadermainwin.rc:56
#, kde-format
msgid "&Forward"
msgstr ""
#. i18n: ectx: Menu (apply_filter_actions)
#. +> trunk5 stable5
#: kmail_part.rc:183 kmmainwidget.cpp:3132 kmmainwin.rc:183
#, kde-format
msgid "A&pply Filter"
msgstr ""
#. i18n: ectx: Menu (tools)
#. +> trunk5 stable5
#: kmail_part.rc:197 kmmainwin.rc:197
#, kde-format
msgid "&Tools"
msgstr ""
#. i18n: ectx: Menu (settings)
#. +> trunk5 stable5
#: kmail_part.rc:215 kmcomposerui.rc:102 kmmainwin.rc:215
#: kmreadermainwin.rc:73 kontactplugin/summary/kontactsummary_part.rc:5
#, kde-format
msgid "&Settings"
msgstr ""
#. i18n: ectx: Menu (help)
#. +> trunk5 stable5
#: kmail_part.rc:231 kmmainwin.rc:231
#, kde-format
msgid "&Help"
msgstr ""
#. i18n: ectx: ToolBar (mainToolBar)
#. +> trunk5 stable5
#: kmail_part.rc:323 kmcomposerui.rc:107 kmmainwin.rc:323 kmreadermainwin.rc:82
#, kde-format
msgid "Main Toolbar"
msgstr ""
#. +> trunk5 stable5
#: kmcommands.cpp:321
#, kde-format
msgid "Please wait"
msgstr ""
#. +> trunk5 stable5
#: kmcommands.cpp:323 kmcommands.cpp:387
#, kde-format
msgid "Please wait while the message is transferred"
msgid_plural "Please wait while the %1 messages are transferred"
msgstr[0] ""
msgstr[1] ""
#. +> trunk5 stable5
#: kmcommands.cpp:524
#, kde-format
msgid "Save To File"
msgstr ""
#. +> trunk5 stable5
#: kmcommands.cpp:544
#, kde-kuit-format
msgctxt "@info"
msgid ""
"File <filename>%1</filename> exists.<nl/>"
"Do you want to replace it?"
msgstr ""
#. +> trunk5 stable5
#: kmcommands.cpp:545
#, kde-format
msgid "Save to File"
msgstr ""
#. +> trunk5 stable5
#: kmcommands.cpp:545
#, kde-format
msgid "&Replace"
msgstr ""
#. +> trunk5 stable5
#: kmcommands.cpp:737
#, kde-format
msgid "Open Message"
msgstr ""
#. +> trunk5 stable5
#: kmcommands.cpp:738
#, kde-format
msgid "Message"
msgstr ""
#. +> trunk5 stable5
#: kmcommands.cpp:771
#, kde-format
msgid "The file does not contain a message."
msgstr ""
#. +> trunk5 stable5
#: kmcommands.cpp:826
#, kde-format
msgid "The file contains multiple messages. Only the first message is shown."
msgstr ""
#. +> trunk5 stable5
#: kmcommands.cpp:928
#, kde-format
msgid "Do you want to forward the selected messages as attachments in one message (as a MIME digest) or as individual messages?"
msgstr ""
#. +> trunk5 stable5
#: kmcommands.cpp:931
#, kde-format
msgid "Send As Digest"
msgstr ""
#. +> trunk5 stable5
#: kmcommands.cpp:932
#, kde-format
msgid "Send Individually"
msgstr ""
#. +> trunk5 stable5
#: kmcommands.cpp:1343
#, kde-format
msgid "Filtering messages"
msgstr ""
#. +> trunk5 stable5
#: kmcommands.cpp:1350
#, kde-format
msgid "Filtering message %1 of %2"
msgstr ""
#. +> trunk5 stable5
#: kmcommands.cpp:1566
#, kde-format
msgid "Moving messages"
msgstr ""
#. +> trunk5 stable5
#: kmcommands.cpp:1566
#, kde-format
msgid "Deleting messages"
msgstr ""
#. i18n: ectx: Menu (options)
#. +> trunk5 stable5
#: kmcomposerui.rc:40
#, kde-format
msgid "&Options"
msgstr ""
#. i18n: ectx: Menu (attach)
#. +> trunk5 stable5
#: kmcomposerui.rc:78
#, kde-format
msgid "&Attach"
msgstr ""
#. i18n: ectx: ToolBar (htmlToolBar)
#. +> trunk5 stable5
#: kmcomposerui.rc:125
#, kde-format
msgid "HTML Toolbar"
msgstr ""
#. i18n: ectx: ToolBar (directionToolBar)
#. +> trunk5 stable5
#: kmcomposerui.rc:159
#, kde-format
msgid "Text Direction Toolbar"
msgstr ""
#. +> trunk5 stable5
#: kmkernel.cpp:715
#, kde-format
msgid "KMail is set to be offline; all network jobs are suspended"
msgstr ""
#. +> trunk5 stable5
#: kmkernel.cpp:763
#, kde-format
msgid "KMail is set to be online; all network jobs resumed"
msgstr ""
#. +> trunk5 stable5
#: kmkernel.cpp:765
#, kde-format
msgid "KMail is set to be online; all network jobs will resume when a network connection is detected"
msgstr ""
#. +> trunk5 stable5
#: kmkernel.cpp:840
#, kde-format
msgid "KMail is currently in offline mode. How do you want to proceed?"
msgstr ""
#. +> trunk5 stable5
#: kmkernel.cpp:842
#, kde-format
msgid "Online/Offline"
msgstr ""
#. +> trunk5 stable5
#: kmkernel.cpp:843 kmmainwidget.cpp:2333
#, kde-format
msgid "Work Online"
msgstr ""
#. +> trunk5 stable5
#: kmkernel.cpp:844 kmmainwidget.cpp:2330
#, kde-format
msgid "Work Offline"
msgstr ""
#. +> trunk5 stable5
#: kmkernel.cpp:869
#, kde-format
msgid "Network connection detected, all network jobs resumed"
msgstr ""
#. +> trunk5 stable5
#: kmkernel.cpp:873
#, kde-format
msgid "No network connection detected, all network jobs are suspended"
msgstr ""
#. +> trunk5 stable5
#: kmkernel.cpp:969
#, kde-format
msgid ""
"Failed to open autosave file at %1.\n"
"Reason: %2"
msgstr ""
#. +> trunk5 stable5
#: kmkernel.cpp:971
#, kde-format
msgid "Opening Autosave File Failed"
msgstr ""
#. +> trunk5 stable5
#: kmkernel.cpp:1480
#, kde-format
msgid "This identity has been changed to use the default transport:"
msgid_plural "These %1 identities have been changed to use the default transport:"
msgstr[0] ""
msgstr[1] ""
#. +> trunk5 stable5
#: kmkernel.cpp:1505
#, kde-format
msgid "This identity has been changed to use the modified transport:"
msgid_plural "These %1 identities have been changed to use the modified transport:"
msgstr[0] ""
msgstr[1] ""
#. +> trunk5 stable5
#: kmkernel.cpp:1520
#, kde-format
msgid "Sending messages"
msgstr ""
#. +> trunk5 stable5
#: kmkernel.cpp:1521
#, kde-format
msgid "Initiating sending process..."
msgstr ""
#. +> trunk5 stable5
#: kmkernel.cpp:1591
#, kde-format
msgid "Resource %1 is broken."
msgstr ""
#. +> trunk5 stable5
#: kmkernel.cpp:1761 kmkernel.cpp:1771
#, kde-format
msgctxt "<source>: <error message>"
msgid "%1: %2"
msgstr ""
#. +> trunk5 stable5
#: kmlaunchexternalcomponent.cpp:63
#, kde-format
msgid "Archive Mail Agent was not registered."
msgstr ""
#. +> trunk5 stable5
#: kmlaunchexternalcomponent.cpp:74
#, kde-format
msgid "Send Later Agent was not registered."
msgstr ""
#. +> trunk5 stable5
#: kmlaunchexternalcomponent.cpp:87
#, kde-format
msgid "Followup Reminder Agent was not registered."
msgstr ""
#. +> trunk5 stable5
#: kmlaunchexternalcomponent.cpp:94
#, kde-format
msgid "Could not start certificate manager; please make sure you have Kleopatra properly installed."
msgstr ""
#. +> trunk5 stable5
#: kmlaunchexternalcomponent.cpp:96
#, kde-format
msgid "KMail Error"
msgstr ""
#. +> trunk5 stable5
#: kmlaunchexternalcomponent.cpp:104
#, kde-format
msgid "Could not start the import wizard. Please make sure you have ImportWizard properly installed."
msgstr ""
#. +> trunk5 stable5
#: kmlaunchexternalcomponent.cpp:106 kmmainwidget.cpp:311
#, kde-format
msgid "Unable to start import wizard"
msgstr ""
#. +> trunk5 stable5
#: kmlaunchexternalcomponent.cpp:114
#, kde-format
msgid "Could not start \"PIM Setting Exporter\" program. Please check your installation."
msgstr ""
#. +> trunk5 stable5
#: kmlaunchexternalcomponent.cpp:116
#, kde-format
msgid "Unable to start \"PIM Setting Exporter\" program"
msgstr ""
#. +> trunk5 stable5
#: kmlaunchexternalcomponent.cpp:130
#, kde-format
msgid "Could not start the ImportWizard. Please make sure you have ImportWizard properly installed."
msgstr ""
#. +> trunk5 stable5
#: kmlaunchexternalcomponent.cpp:132
#, kde-format
msgid "Unable to start ImportWizard"
msgstr ""
#. +> trunk5 stable5
#: kmmainwidget.cpp:306
#, kde-format
msgid "Another mailer was found on system. Do you want to import data from it?"
msgstr ""
#. +> trunk5 stable5
#: kmmainwidget.cpp:309
#, kde-format
msgid "Could not start the import wizard. Please check your installation."
msgstr ""
#. +> trunk5 stable5
#: kmmainwidget.cpp:1358
#, kde-format
msgid "No Subject"
msgstr ""
#. +> trunk5 stable5
#: kmmainwidget.cpp:1372
#, kde-format
msgid "(no templates)"
msgstr ""
#. +> trunk5 stable5
#: kmmainwidget.cpp:1424
#, kde-format
msgid "This folder does not have any expiry options set"
msgstr ""
#. +> trunk5 stable5
#: kmmainwidget.cpp:1433
#, kde-format
msgid "<qt>Are you sure you want to expire the folder <b>%1</b>?</qt>"
msgstr ""
#. +> trunk5 stable5
#: kmmainwidget.cpp:1435
#, kde-format
msgid "Expire Folder"
msgstr ""
#. +> trunk5 stable5
#: kmmainwidget.cpp:1436
#, kde-format
msgid "&Expire"
msgstr ""
#. +> trunk5 stable5
#: kmmainwidget.cpp:1458
#, kde-format
msgid "Empty Trash"
msgstr ""
#. +> trunk5 stable5
#: kmmainwidget.cpp:1458 kmmainwidget.cpp:3963
#, kde-format
msgid "Move to Trash"
msgstr ""
#. +> trunk5 stable5
#: kmmainwidget.cpp:1460
#, kde-format
msgid "Are you sure you want to empty the trash folder?"
msgstr ""
#. +> trunk5 stable5
#: kmmainwidget.cpp:1461
#, kde-format
msgid "<qt>Are you sure you want to move all messages from folder <b>%1</b> to the trash?</qt>"
msgstr ""
#. +> trunk5 stable5
#: kmmainwidget.cpp:1485
#, kde-format
msgid "Moved all messages to the trash"
msgstr ""
#. +> trunk5 stable5
#: kmmainwidget.cpp:1540
#, kde-format
msgid "Are you sure you want to expire all old messages?"
msgstr ""
#. +> trunk5 stable5
#: kmmainwidget.cpp:1541
#, kde-format
msgid "Expire Old Messages?"
msgstr ""
#. +> trunk5 stable5
#: kmmainwidget.cpp:1541
#, kde-format
msgid "Expire"
msgstr ""
#. +> trunk5 stable5
#: kmmainwidget.cpp:1556
#, kde-format
msgid "Loading external references in html mail will make you more vulnerable to \"spam\" and may increase the likelihood that your system will be compromised by other present and anticipated security exploits."
msgstr ""
#. +> trunk5 stable5
#: kmmainwidget.cpp:1559 kmmainwidget.cpp:4586
#, kde-format
msgid "Security Warning"
msgstr ""
#. +> trunk5 stable5
#: kmmainwidget.cpp:1560
#, kde-format
msgid "Load External References"
msgstr ""
#. +> trunk5 stable5
#: kmmainwidget.cpp:1643
#, kde-format
msgid ""
"<qt>Do you really want to delete the selected message?<br />"
"Once deleted, it cannot be restored.</qt>"
msgid_plural ""
"<qt>Do you really want to delete the %1 selected messages?<br />"
"Once deleted, they cannot be restored.</qt>"
msgstr[0] ""
msgstr[1] ""
#. +> trunk5 stable5
#: kmmainwidget.cpp:1649
#, kde-format
msgid "Delete Messages"
msgstr ""
#. +> trunk5 stable5
#: kmmainwidget.cpp:1649
#, kde-format
msgid "Delete Message"
msgstr ""
#. +> trunk5 stable5
#: kmmainwidget.cpp:1669
#, kde-format
msgid "Moving messages..."
msgstr ""
#. +> trunk5 stable5
#: kmmainwidget.cpp:1671 kmmainwidget.cpp:1860
#, kde-format
msgid "Deleting messages..."
msgstr ""
#. +> trunk5 stable5
#: kmmainwidget.cpp:1686 kmmainwidget.cpp:1870
#, kde-format
msgid "Messages deleted successfully."
msgstr ""
#. +> trunk5 stable5
#: kmmainwidget.cpp:1688
#, kde-format
msgid "Messages moved successfully."
msgstr ""
#. +> trunk5 stable5
#: kmmainwidget.cpp:1693 kmmainwidget.cpp:1873
#, kde-format
msgid "Deleting messages failed."
msgstr ""
#. +> trunk5 stable5
#: kmmainwidget.cpp:1695 kmmainwidget.cpp:1875
#, kde-format
msgid "Deleting messages canceled."
msgstr ""
#. +> trunk5 stable5
#: kmmainwidget.cpp:1699
#, kde-format
msgid "Moving messages failed."
msgstr ""
#. +> trunk5 stable5
#: kmmainwidget.cpp:1701
#, kde-format
msgid "Moving messages canceled."
msgstr ""
#. +> trunk5 stable5
#: kmmainwidget.cpp:1767
#, kde-format
msgid "Move Messages to Folder"
msgstr ""
#. +> trunk5 stable5
#: kmmainwidget.cpp:1797
#, kde-format
msgid "Copying messages..."
msgstr ""
#. +> trunk5 stable5
#: kmmainwidget.cpp:1805
#, kde-format
msgid "Messages copied successfully."
msgstr ""
#. +> trunk5 stable5
#: kmmainwidget.cpp:1808
#, kde-format
msgid "Copying messages failed."
msgstr ""
#. +> trunk5 stable5
#: kmmainwidget.cpp:1810
#, kde-format
msgid "Copying messages canceled."
msgstr ""
#. +> trunk5 stable5
#: kmmainwidget.cpp:1820
#, kde-format
msgid "Copy Messages to Folder"
msgstr ""
#. +> trunk5 stable5
#: kmmainwidget.cpp:1860
#, kde-format
msgid "Moving messages to trash..."
msgstr ""
#. +> trunk5 stable5
#: kmmainwidget.cpp:1870
#, kde-format
msgid "Messages moved to trash successfully."
msgstr ""
#. +> trunk5 stable5
#: kmmainwidget.cpp:1873
#, kde-format
msgid "Moving messages to trash failed."
msgstr ""
#. +> trunk5 stable5
#: kmmainwidget.cpp:1875
#, kde-format
msgid "Moving messages to trash canceled."
msgstr ""
#. +> trunk5 stable5
#: kmmainwidget.cpp:2146
#, kde-format
msgid "Jump to Folder"
msgstr ""
#. +> trunk5 stable5
#: kmmainwidget.cpp:2766
#, kde-format
msgid "Save &As..."
msgstr ""
#. +> trunk5 stable5
#: kmmainwidget.cpp:2780
#, kde-format
msgid "&Expire All Folders"
msgstr ""
#. +> trunk5 stable5
#: kmmainwidget.cpp:2785
#, kde-format
msgid "Check &Mail"
msgstr ""
#. +> trunk5 stable5
#: kmmainwidget.cpp:2793
#, kde-format
msgid "Check Mail In"
msgstr ""
#. +> trunk5 stable5
#: kmmainwidget.cpp:2795 kmmainwidget.cpp:2796
#, kde-format
msgid "Check Mail"
msgstr ""
#. +> trunk5 stable5
#: kmmainwidget.cpp:2800
#, kde-format
msgid "&Send Queued Messages"
msgstr ""
#. +> trunk5 stable5
#: kmmainwidget.cpp:2808
#, kde-format
msgid "Online status (unknown)"
msgstr ""
#. +> trunk5 stable5
#: kmmainwidget.cpp:2813
#, kde-format
msgid "Send Queued Messages Via"
msgstr ""
#. +> trunk5 stable5
#: kmmainwidget.cpp:2829
#, kde-format
msgid "Certificate Manager"
msgstr ""
#. +> trunk5 stable5
#: kmmainwidget.cpp:2839
#, kde-format
msgid "&Import Messages..."
msgstr ""
#. +> trunk5 stable5
#: kmmainwidget.cpp:2849
#, kde-format
msgid "&Debug Sieve..."
msgstr ""
#. +> trunk5 stable5
#: kmmainwidget.cpp:2856
#, kde-format
msgid "Filter &Log Viewer..."
msgstr ""
#. +> trunk5 stable5
#: kmmainwidget.cpp:2861
#, kde-format
msgid "&Import from another Email Client..."
msgstr ""
#. +> trunk5 stable5
#: kmmainwidget.cpp:2866
#, kde-format
msgid "Edit \"Out of Office\" Replies..."
msgstr ""
#. +> trunk5 stable5
#: kmmainwidget.cpp:2872
#, kde-format
msgid "&Configure Automatic Archiving..."
msgstr ""
#. +> trunk5 stable5
#: kmmainwidget.cpp:2878
#, kde-format
msgid "Delayed Messages..."
msgstr ""
#. +> trunk5 stable5
#: kmmainwidget.cpp:2884
#, kde-format
msgid "Followup Reminder Messages..."
msgstr ""
#. +> trunk5 stable5
#: kmmainwidget.cpp:2895 kmmainwidget.cpp:3960
#, kde-format
msgctxt "@action Hard delete, bypassing trash"
msgid "&Delete"
msgstr ""
#. +> trunk5 stable5
#: kmmainwidget.cpp:2900 kmmainwidget.cpp:3966
#, kde-format
msgid "M&ove Thread to Trash"
msgstr ""
#. +> trunk5 stable5
#: kmmainwidget.cpp:2904
#, kde-format
msgid "Move thread to trashcan"
msgstr ""
#. +> trunk5 stable5
#: kmmainwidget.cpp:2907 kmmainwidget.cpp:3966
#, kde-format
msgid "Delete T&hread"
msgstr ""
#. +> trunk5 stable5
#: kmmainwidget.cpp:2913 kmmainwidget.cpp:3968
#, kde-format
msgid "&Find Messages..."
msgstr ""
#. +> trunk5 stable5
#: kmmainwidget.cpp:2918
#, kde-format
msgid "Select &All Messages"
msgstr ""
#. +> trunk5 stable5
#: kmmainwidget.cpp:2925
#, kde-format
msgid "&Mailing List Management..."
msgstr ""
#. +> trunk5 stable5
#: kmmainwidget.cpp:2930
#, kde-format
msgid "&Assign Shortcut..."
msgstr ""
#. +> trunk5 stable5
#: kmmainwidget.cpp:2946
#, kde-format
msgid "&Expiration Settings"
msgstr ""
#. +> trunk5 stable5
#: kmmainwidget.cpp:2962
#, kde-format
msgid "&Archive Folder..."
msgstr ""
#. +> trunk5 stable5
#: kmmainwidget.cpp:2970
#, kde-format
msgid "Load E&xternal References"
msgstr ""
#. +> trunk5 stable5
#: kmmainwidget.cpp:2993 kmreadermainwin.cpp:367
#, kde-format
msgid "Copy Message To..."
msgstr ""
#. +> trunk5 stable5
#: kmmainwidget.cpp:2995 kmreadermainwin.cpp:380
#, kde-format
msgid "Move Message To..."
msgstr ""
#. +> trunk5 stable5
#: kmmainwidget.cpp:3000
#, kde-format
msgid "&New Message..."
msgstr ""
#. +> trunk5 stable5
#: kmmainwidget.cpp:3002
#, kde-format
msgctxt "@action:intoolbar New Empty Message"
msgid "New"
msgstr ""
#. +> trunk5 stable5
#: kmmainwidget.cpp:3010
#, kde-format
msgid "Message From &Template"
msgstr ""
#. +> trunk5 stable5
#: kmmainwidget.cpp:3020
#, kde-format
msgid "New Message t&o Mailing-List..."
msgstr ""
#. +> trunk5 stable5
#: kmmainwidget.cpp:3027
#, kde-format
msgid "Send A&gain..."
msgstr ""
#. +> trunk5 stable5
#: kmmainwidget.cpp:3032
#, kde-format
msgid "&Create Filter"
msgstr ""
#. +> trunk5 stable5
#: kmmainwidget.cpp:3037
#, kde-format
msgid "Filter on &Subject..."
msgstr ""
#. +> trunk5 stable5
#: kmmainwidget.cpp:3044
#, kde-format
msgid "Filter on &From..."
msgstr ""
#. +> trunk5 stable5
#: kmmainwidget.cpp:3050
#, kde-format
msgid "Filter on &To..."
msgstr ""
#. +> trunk5 stable5
#: kmmainwidget.cpp:3056
#, kde-format
msgid "Filter on &Cc..."
msgstr ""
#. +> trunk5 stable5
#: kmmainwidget.cpp:3063
#, kde-format
msgid "New Message From &Template"
msgstr ""
#. +> trunk5 stable5
#: kmmainwidget.cpp:3069
#, kde-format
msgid "Mark &Thread"
msgstr ""
#. +> trunk5 stable5
#: kmmainwidget.cpp:3072
#, kde-format
msgid "Mark Thread as &Read"
msgstr ""
#. +> trunk5 stable5
#: kmmainwidget.cpp:3075
#, kde-format
msgid "Mark all messages in the selected thread as read"
msgstr ""
#. +> trunk5 stable5
#: kmmainwidget.cpp:3078
#, kde-format
msgid "Mark Thread as &Unread"
msgstr ""
#. +> trunk5 stable5
#: kmmainwidget.cpp:3081
#, kde-format
msgid "Mark all messages in the selected thread as unread"
msgstr ""
#. +> trunk5 stable5
#: kmmainwidget.cpp:3087
#, kde-format
msgid "Mark Thread as &Important"
msgstr ""
#. +> trunk5 stable5
#: kmmainwidget.cpp:3090
#, kde-format
msgid "Remove &Important Thread Mark"
msgstr ""
#. +> trunk5 stable5
#: kmmainwidget.cpp:3093
#, kde-format
msgid "Mark Thread as &Action Item"
msgstr ""
#. +> trunk5 stable5
#: kmmainwidget.cpp:3096
#, kde-format
msgid "Remove &Action Item Thread Mark"
msgstr ""
#. +> trunk5 stable5
#: kmmainwidget.cpp:3100
#, kde-format
msgid "&Watch Thread"
msgstr ""
#. +> trunk5 stable5
#: kmmainwidget.cpp:3104
#, kde-format
msgid "&Ignore Thread"
msgstr ""
#. +> trunk5 stable5
#: kmmainwidget.cpp:3112 kmreadermainwin.cpp:337
#, kde-format
msgid "Save A&ttachments..."
msgstr ""
#. +> trunk5 stable5
#: kmmainwidget.cpp:3120
#, kde-format
msgid "Copy Decrypted To..."
msgstr ""
#. +> trunk5 stable5
#: kmmainwidget.cpp:3126
#, kde-format
msgid "Appl&y All Filters"
msgstr ""
#. +> trunk5 stable5
#: kmmainwidget.cpp:3136
#, kde-format
msgctxt "View->"
msgid "&Expand Thread / Group"
msgstr ""
#. +> trunk5 stable5
#: kmmainwidget.cpp:3139
#, kde-format
msgid "Expand the current thread or group"
msgstr ""
#. +> trunk5 stable5
#: kmmainwidget.cpp:3143
#, kde-format
msgctxt "View->"
msgid "&Collapse Thread / Group"
msgstr ""
#. +> trunk5 stable5
#: kmmainwidget.cpp:3146
#, kde-format
msgid "Collapse the current thread or group"
msgstr ""
#. +> trunk5 stable5
#: kmmainwidget.cpp:3150
#, kde-format
msgctxt "View->"
msgid "Ex&pand All Threads"
msgstr ""
#. +> trunk5 stable5
#: kmmainwidget.cpp:3153
#, kde-format
msgid "Expand all threads in the current folder"
msgstr ""
#. +> trunk5 stable5
#: kmmainwidget.cpp:3157
#, kde-format
msgctxt "View->"
msgid "C&ollapse All Threads"
msgstr ""
#. +> trunk5 stable5
#: kmmainwidget.cpp:3160
#, kde-format
msgid "Collapse all threads in the current folder"
msgstr ""
#. +> trunk5 stable5
#: kmmainwidget.cpp:3164
#, kde-format
msgid "&Display Message"
msgstr ""
#. +> trunk5 stable5
#: kmmainwidget.cpp:3174
#, kde-format
msgid "&Next Message"
msgstr ""
#. +> trunk5 stable5
#: kmmainwidget.cpp:3180
#, kde-format
msgid "Go to the next message"
msgstr ""
#. +> trunk5 stable5
#: kmmainwidget.cpp:3184
#, kde-format
msgid "Next &Unread Message"
msgstr ""
#. +> trunk5 stable5
#: kmmainwidget.cpp:3195
#, kde-format
msgctxt "@action:inmenu Goto next unread message"
msgid "Next"
msgstr ""
#. +> trunk5 stable5
#: kmmainwidget.cpp:3196
#, kde-format
msgid "Go to the next unread message"
msgstr ""
#. +> trunk5 stable5
#: kmmainwidget.cpp:3200
#, kde-format
msgid "&Previous Message"
msgstr ""
#. +> trunk5 stable5
#: kmmainwidget.cpp:3202
#, kde-format
msgid "Go to the previous message"
msgstr ""
#. +> trunk5 stable5
#: kmmainwidget.cpp:3210
#, kde-format
msgid "Previous Unread &Message"
msgstr ""
#. +> trunk5 stable5
#: kmmainwidget.cpp:3221
#, kde-format
msgctxt "@action:inmenu Goto previous unread message."
msgid "Previous"
msgstr ""
#. +> trunk5 stable5
#: kmmainwidget.cpp:3222
#, kde-format
msgid "Go to the previous unread message"
msgstr ""
#. +> trunk5 stable5
#: kmmainwidget.cpp:3226
#, kde-format
msgid "Next Unread &Folder"
msgstr ""
#. +> trunk5 stable5
#: kmmainwidget.cpp:3233
#, kde-format
msgid "Go to the next folder with unread messages"
msgstr ""
#. +> trunk5 stable5
#: kmmainwidget.cpp:3236
#, kde-format
msgid "Previous Unread F&older"
msgstr ""
#. +> trunk5 stable5
#: kmmainwidget.cpp:3242
#, kde-format
msgid "Go to the previous folder with unread messages"
msgstr ""
#. +> trunk5 stable5
#: kmmainwidget.cpp:3246
#, kde-format
msgctxt "Go->"
msgid "Next Unread &Text"
msgstr ""
#. +> trunk5 stable5
#: kmmainwidget.cpp:3249
#, kde-format
msgid "Go to the next unread text"
msgstr ""
#. +> trunk5 stable5
#: kmmainwidget.cpp:3250
#, kde-format
msgid "Scroll down current message. If at end of current message, go to next unread message."
msgstr ""
#. +> trunk5 stable5
#: kmmainwidget.cpp:3258
#, kde-format
msgid "Configure &Filters..."
msgstr ""
#. +> trunk5 stable5
#: kmmainwidget.cpp:3264
#, kde-format
msgid "Manage &Sieve Scripts..."
msgstr ""
#. +> trunk5 stable5
#: kmmainwidget.cpp:3269
#, kde-format
msgid "&Add Account..."
msgstr ""
#. +> trunk5 stable5
#: kmmainwidget.cpp:3274
#, kde-format
msgid "KMail &Introduction"
msgstr ""
#. +> trunk5 stable5
#: kmmainwidget.cpp:3276
#, kde-format
msgid "Display KMail's Welcome Page"
msgstr ""
#. +> trunk5 stable5
#: kmmainwidget.cpp:3284
#, kde-format
msgid "Configure &Notifications..."
msgstr ""
#. +> trunk5 stable5
#: kmmainwidget.cpp:3291
#, kde-format
msgid "&Configure KMail..."
msgstr ""
#. +> trunk5 stable5
#: kmmainwidget.cpp:3298
#, kde-format
msgid "Expire..."
msgstr ""
#. +> trunk5 stable5
#: kmmainwidget.cpp:3304
#, kde-format
msgid "Add Favorite Folder..."
msgstr ""
#. +> trunk5 stable5
#: kmmainwidget.cpp:3310
#, kde-format
msgid "Serverside Subscription..."
msgstr ""
#. +> trunk5 stable5
#: kmmainwidget.cpp:3316 kmmainwidget.cpp:3324
#, kde-format
msgid "Apply All Filters"
msgstr ""
#. +> trunk5 stable5
#: kmmainwidget.cpp:3342
#, kde-format
msgid "Import/Export KMail Data..."
msgstr ""
#. +> trunk5 stable5
#: kmmainwidget.cpp:3348
#, kde-format
msgid "New AddressBook Contact..."
msgstr ""
#. +> trunk5 stable5
#: kmmainwidget.cpp:3370
#, kde-format
msgid "Copy Message to Folder"
msgstr ""
#. +> trunk5 stable5
#: kmmainwidget.cpp:3377
#, kde-format
msgid "Jump to Folder..."
msgstr ""
#. +> trunk5 stable5
#: kmmainwidget.cpp:3384
#, kde-format
msgid "Abort Current Operation"
msgstr ""
#. +> trunk5 stable5
#: kmmainwidget.cpp:3391
#, kde-format
msgid "Focus on Next Folder"
msgstr ""
#. +> trunk5 stable5
#: kmmainwidget.cpp:3398
#, kde-format
msgid "Focus on Previous Folder"
msgstr ""
#. +> trunk5 stable5
#: kmmainwidget.cpp:3405
#, kde-format
msgid "Select Folder with Focus"
msgstr ""
#. +> trunk5 stable5
#: kmmainwidget.cpp:3413
#, kde-format
msgid "Focus on First Folder"
msgstr ""
#. +> trunk5 stable5
#: kmmainwidget.cpp:3420
#, kde-format
msgid "Focus on Last Folder"
msgstr ""
#. +> trunk5 stable5
#: kmmainwidget.cpp:3427
#, kde-format
msgid "Focus on Next Message"
msgstr ""
#. +> trunk5 stable5
#: kmmainwidget.cpp:3434
#, kde-format
msgid "Focus on Previous Message"
msgstr ""
#. +> trunk5 stable5
#: kmmainwidget.cpp:3441
#, kde-format
msgid "Select First Message"
msgstr ""
#. +> trunk5 stable5
#: kmmainwidget.cpp:3448
#, kde-format
msgid "Select Last Message"
msgstr ""
#. +> trunk5 stable5
#: kmmainwidget.cpp:3455
#, kde-format
msgid "Select Message with Focus"
msgstr ""
#. +> trunk5 stable5
#: kmmainwidget.cpp:3463
#, kde-format
msgid "Set Focus to Quick Search"
msgstr ""
#. +> trunk5 stable5
#: kmmainwidget.cpp:3472
#, kde-format
msgid "Extend Selection to Previous Message"
msgstr ""
#. +> trunk5 stable5
#: kmmainwidget.cpp:3479
#, kde-format
msgid "Extend Selection to Next Message"
msgstr ""
#. +> trunk5 stable5
#: kmmainwidget.cpp:3487
#, kde-format
msgid "Move Message to Folder"
msgstr ""
#. +> trunk5 stable5
#: kmmainwidget.cpp:3498
#, kde-format
msgid "Use Less Bandwidth"
msgstr ""
#. +> trunk5 stable5
#: kmmainwidget.cpp:3502
#, kde-format
msgid "Mark All Messages As Read in This Folder and All its Subfolder"
msgstr ""
#. +> trunk5 stable5
#: kmmainwidget.cpp:3507
#, kde-format
msgid "Remove Duplicates in This Folder and All its Subfolder"
msgstr ""
#. +> trunk5 stable5
#: kmmainwidget.cpp:3518
#, kde-format
msgid "Add Favorite Folder"
msgstr ""
#. +> trunk5 stable5
#: kmmainwidget.cpp:3859
#, kde-format
msgid "E&mpty Trash"
msgstr ""
#. +> trunk5 stable5
#: kmmainwidget.cpp:3860
#, kde-format
msgid "&Move All Messages to Trash"
msgstr ""
#. +> trunk5 stable5
#: kmmainwidget.cpp:3953
#, kde-format
msgid "&Delete Search"
msgstr ""
#. +> trunk5 stable5
#: kmmainwidget.cpp:3960 kmreadermainwin.cpp:340
#, kde-format
msgid "&Move to Trash"
msgstr ""
#. +> trunk5
#: kmmainwidget.cpp:3963
#, kde-format
msgctxt "@action Hard delete, bypassing trash"
msgid "Delete"
msgstr ""
#. +> trunk5 stable5
#: kmmainwidget.cpp:3968
#, kde-format
msgid "Edit Search..."
msgstr ""
#. +> trunk5 stable5
#: kmmainwidget.cpp:4073
#, kde-format
msgid "&Undo"
msgstr ""
#. +> trunk5 stable5
#: kmmainwidget.cpp:4075
#, kde-format
msgid "&Undo: \"%1\""
msgstr ""
#. +> trunk5 stable5
#: kmmainwidget.cpp:4127
#, kde-format
msgid "Filter %1"
msgstr ""
#. +> trunk5 stable5
#: kmmainwidget.cpp:4575
#, kde-format
msgctxt "Show shortcut for focus quick search. Don't change it"
msgid "Search...<%1>"
msgstr ""
#. +> trunk5 stable5
#: kmmainwidget.cpp:4583
#, kde-format
msgid "Use of HTML in mail will make you more vulnerable to \"spam\" and may increase the likelihood that your system will be compromised by other present and anticipated security exploits."
msgstr ""
#. +> trunk5 stable5
#: kmmainwidget.cpp:4587
#, kde-format
msgid "Use HTML"
msgstr ""
#. +> trunk5 stable5
#: kmmainwin.cpp:174
#, kde-format
msgid "Starting..."
msgstr ""
#. +> trunk5 stable5
#: kmreadermainwin.cpp:341
#, kde-format
msgctxt "@action:intoolbar Move to Trash"
msgid "Trash"
msgstr ""
#. +> trunk5 stable5
#: kmreadermainwin.cpp:342
#, kde-format
msgid "Move message to trashcan"
msgstr ""
#. +> trunk5 stable5
#: kmreadermainwin.cpp:426
#, kde-format
msgid "Cannot copy item. %1"
msgstr ""
#. i18n: ectx: Menu (zoom)
#. +> trunk5 stable5
#: kmreadermainwin.rc:30
#, kde-format
msgid "Zoom"
msgstr ""
#. +> trunk5 stable5
#: kmreaderwin.cpp:123
#, kde-format
msgid "New Message To..."
msgstr ""
#. +> trunk5 stable5
#: kmreaderwin.cpp:130
#, kde-format
msgid "Reply To..."
msgstr ""
#. +> trunk5 stable5
#: kmreaderwin.cpp:137
#, kde-format
msgid "Forward To..."
msgstr ""
#. +> trunk5 stable5
#: kmreaderwin.cpp:150
#, kde-format
msgid "Add to Existing Contact"
msgstr ""
#. +> trunk5 stable5
#: kmreaderwin.cpp:157
#, kde-format
msgid "Open in Address Book"
msgstr ""
#. +> trunk5 stable5
#: kmreaderwin.cpp:162
#, kde-format
msgid "Bookmark This Link"
msgstr ""
#. +> trunk5 stable5
#: kmreaderwin.cpp:168
#, kde-format
msgid "Edit contact..."
msgstr ""
#. +> trunk5 stable5
#: kmreaderwin.cpp:174
#, kde-format
msgid "Save Link As..."
msgstr ""
#. +> trunk5 stable5
#: kmreaderwin.cpp:180
#, kde-format
msgid "&Find in Message..."
msgstr ""
#. +> trunk5 stable5
#: kmreaderwin.cpp:186
#, kde-format
msgid "Save Image On Disk..."
msgstr ""
#. +> trunk5 stable5
#: kmreaderwin.cpp:192
#, kde-format
msgid "Show HTML Format"
msgstr ""
#. +> trunk5 stable5
#: kmreaderwin.cpp:193
#, kde-format
msgid "Show HTML format when mail comes from this contact"
msgstr ""
#. +> trunk5 stable5
#: kmreaderwin.cpp:199
#, kde-format
msgid "Load external reference when mail comes for this contact"
msgstr ""
#. +> trunk5 stable5
#: kmreaderwin.cpp:205
#, kde-format
msgid "Share image..."
msgstr ""
#. +> trunk5 stable5
#: kmreaderwin.cpp:252
#, kde-format
msgid "KMail is now based on the Akonadi Personal Information Management framework, which brings many changes all around."
msgstr ""
#. +> trunk5 stable5
#: kmreaderwin.cpp:263
#, kde-format
msgid "Push email (IMAP IDLE)"
msgstr ""
#. +> trunk5 stable5
#: kmreaderwin.cpp:264
#, kde-format
msgid "Improved searches"
msgstr ""
#. +> trunk5 stable5
#: kmreaderwin.cpp:265
#, kde-format
msgid "Support for adding notes (annotations) to mails"
msgstr ""
#. +> trunk5 stable5
#: kmreaderwin.cpp:266
#, kde-format
msgid "Less GUI freezes, mail checks happen in the background"
msgstr ""
#. +> trunk5 stable5
#: kmreaderwin.cpp:267
#, kde-format
msgid "Plugins support"
msgstr ""
#. +> trunk5 stable5
#: kmreaderwin.cpp:268
#, kde-format
msgid "New HTML renderer (QtWebEngine)"
msgstr ""
#. +> trunk5 stable5
#: kmreaderwin.cpp:269
#, kde-format
msgid "Added Check for Phishing URL"
msgstr ""
#. +> trunk5 stable5
#: kmreaderwin.cpp:299
#, kde-format
msgid "The KDE Mail Client"
msgstr ""
#. +> trunk5 stable5
#: kmreaderwin.cpp:308
#, kde-format
msgid "Retrieving Folder Contents"
msgstr ""
#. +> trunk5 stable5
#: kmreaderwin.cpp:309
#, kde-format
msgid "Please wait . . ."
msgstr ""
#. +> trunk5 stable5
#: kmreaderwin.cpp:316 kmreaderwin.cpp:327
#, kde-format
msgid "Offline"
msgstr ""
#. +> trunk5 stable5
#: kmreaderwin.cpp:318
#, kde-format
msgid "KMail is currently in offline mode. Click <a href=\"kmail:goOnline\">here</a> to go online . . .</p>"
msgstr ""
#. +> trunk5 stable5
#: kmreaderwin.cpp:329
#, kde-format
msgid "Account is currently in offline mode. Click <a href=\"kmail:goResourceOnline\">here</a> to go online . . .</p>"
msgstr ""
#. +> trunk5 stable5
#: kmreaderwin.cpp:834
#, kde-format
msgid "Contact modified successfully"
msgstr ""
#. +> trunk5 stable5
#: kmsystemtray.cpp:210
#, kde-format
msgid "New Messages In"
msgstr ""
#. +> trunk5 stable5
#: kmsystemtray.cpp:265
#, kde-format
msgid "There are no unread messages"
msgstr ""
#. +> trunk5 stable5
#: kmsystemtray.cpp:266
#, kde-format
msgid "1 unread message"
msgid_plural "%1 unread messages"
msgstr[0] ""
msgstr[1] ""
#. +> trunk5 stable5
#: kontactplugin/kmail/kcmkmailsummary.cpp:64
#, kde-format
msgid "kcmkmailsummary"
msgstr ""
#. +> trunk5 stable5
#: kontactplugin/kmail/kcmkmailsummary.cpp:66
#, kde-format
msgid "Mail Summary Configuration Dialog"
msgstr ""
#. +> trunk5 stable5
#: kontactplugin/kmail/kcmkmailsummary.cpp:68
#, kde-format
msgid "Copyright © 2004–2010 Tobias Koenig"
msgstr ""
#. +> trunk5 stable5
#: kontactplugin/kmail/kcmkmailsummary.cpp:69
#: kontactplugin/summary/kcmkontactsummary.cpp:120
#: kontactplugin/summary/summaryview_plugin.cpp:126
#, kde-format
msgid "Tobias Koenig"
msgstr ""
#. +> trunk5 stable5
#: kontactplugin/kmail/kcmkmailsummary.cpp:85
#, kde-format
msgid "Show full path for folders"
msgstr ""
#. +> trunk5 stable5
#: kontactplugin/kmail/kcmkmailsummary.cpp:87
#, kde-format
msgctxt "@info:tooltip"
msgid "Show full path for each folder"
msgstr ""
#. +> trunk5 stable5
#: kontactplugin/kmail/kcmkmailsummary.cpp:90
#, kde-format
msgctxt "@info:whatsthis"
msgid "Enable this option if you want to see the full path for each folder listed in the summary. If this option is not enabled, then only the base folder path will be shown."
msgstr ""
#. +> trunk5 stable5
#: kontactplugin/kmail/kmail_plugin.cpp:60
#, kde-format
msgctxt "@action:inmenu"
msgid "New Message..."
msgstr ""
#. +> trunk5 stable5
#: kontactplugin/kmail/kmail_plugin.cpp:67
#, kde-format
msgctxt "@info:whatsthis"
msgid "You will be presented with a dialog where you can create and send a new email message."
msgstr ""
#. +> trunk5 stable5
#: kontactplugin/kmail/kmail_plugin.cpp:74
#, kde-format
msgctxt "@action:inmenu"
msgid "Sync Mail"
msgstr ""
#. +> trunk5 stable5
#: kontactplugin/kmail/kmail_plugin.cpp:79
#, kde-format
msgctxt "@info:whatsthis"
msgid "Choose this option to synchronize your groupware email."
msgstr ""
#. +> trunk5 stable5
#: kontactplugin/kmail/summarywidget.cpp:64
#, kde-format
msgid "New Messages"
msgstr ""
#. +> trunk5 stable5
#: kontactplugin/kmail/summarywidget.cpp:161
#, kde-format
msgid ""
"<qt><b>%1</b><br/>"
"Total: %2<br/>"
"Unread: %3</qt>"
msgstr ""
#. +> trunk5 stable5
#: kontactplugin/kmail/summarywidget.cpp:173
#, kde-format
msgctxt "%1: number of unread messages %2: total number of messages"
msgid "%1 / %2"
msgstr ""
#. +> trunk5 stable5
#: kontactplugin/kmail/summarywidget.cpp:211
#, kde-format
msgid "No unread messages in your monitored folders"
msgstr ""
#. +> trunk5 stable5
#: kontactplugin/kmail/summarywidget.cpp:229
#, kde-format
msgid "Open Folder: \"%1\""
msgstr ""
#. +> trunk5 stable5
#: kontactplugin/summary/kcmkontactsummary.cpp:86
#, kde-format
msgctxt "@title:column plugin name"
msgid "Summary Plugin Name"
msgstr ""
#. +> trunk5 stable5
#: kontactplugin/summary/kcmkontactsummary.cpp:102
#, kde-format
msgid "Select the plugin summaries to show on the summary page."
msgstr ""
#. +> trunk5 stable5
#: kontactplugin/summary/kcmkontactsummary.cpp:115
#, kde-format
msgid "kontactsummary"
msgstr ""
#. +> trunk5 stable5
#: kontactplugin/summary/kcmkontactsummary.cpp:117
#, kde-format
msgid "KDE Kontact Summary"
msgstr ""
#. +> trunk5 stable5
#: kontactplugin/summary/kcmkontactsummary.cpp:119
#, kde-format
msgid "(c), 2004 Tobias Koenig"
msgstr ""
#. +> trunk5 stable5
#: kontactplugin/summary/summaryview_part.cpp:69
#, kde-format
msgid "&Configure Summary View..."
msgstr ""
#. +> trunk5 stable5
#: kontactplugin/summary/summaryview_part.cpp:72
#, kde-format
msgid "Configure the summary view"
msgstr ""
#. +> trunk5 stable5
#: kontactplugin/summary/summaryview_part.cpp:77
#, kde-format
msgctxt "@info:whatsthis"
msgid "Choosing this will show a dialog where you can select which summaries you want to see and also allow you to configure the summaries to your liking."
msgstr ""
#. +> trunk5 stable5
#: kontactplugin/summary/summaryview_part.cpp:124
#, kde-format
msgid "Summary for %1"
msgstr ""
#. +> trunk5 stable5
#: kontactplugin/summary/summaryview_part.cpp:392
#, kde-format
msgid "What's next?"
msgstr ""
#. +> trunk5 stable5
#: kontactplugin/summary/summaryview_plugin.cpp:43
#, kde-format
msgid "Sync All"
msgstr ""
#. +> trunk5 stable5
#: kontactplugin/summary/summaryview_plugin.cpp:56
#, kde-format
msgctxt "@action:inmenu sync everything"
msgid "All"
msgstr ""
#. +> trunk5 stable5
#: kontactplugin/summary/summaryview_plugin.cpp:116
#, kde-format
msgid "Kontact Summary"
msgstr ""
#. +> trunk5 stable5
#: kontactplugin/summary/summaryview_plugin.cpp:118
#, kde-format
msgid "Kontact Summary View"
msgstr ""
#. +> trunk5
#: kontactplugin/summary/summaryview_plugin.cpp:120
#, kde-format
msgid "(c) 2003-2018 The Kontact developers"
msgstr ""
#. +> stable5
#: kontactplugin/summary/summaryview_plugin.cpp:120
#, kde-format
msgid "(c) 2003-2017 The Kontact developers"
msgstr ""
#. +> trunk5 stable5
#: kontactplugin/summary/summaryview_plugin.cpp:122
#, kde-format
msgid "Sven Lueppken"
msgstr ""
#. +> trunk5 stable5
#: kontactplugin/summary/summaryview_plugin.cpp:124
#, kde-format
msgid "Cornelius Schumacher"
msgstr ""
#. +> trunk5 stable5
#: manageshowcollectionproperties.cpp:98 manageshowcollectionproperties.cpp:152
#, kde-format
msgid "Retrieving folder properties"
msgstr ""
#. +> trunk5 stable5
#: manageshowcollectionproperties.cpp:118
#, kde-format
msgid "Network is unconnected. Folder information cannot be updated."
msgstr ""
#. +> trunk5 stable5
#: manageshowcollectionproperties.cpp:196
#, kde-format
msgctxt "@title:window"
msgid "Properties of Folder %1"
msgstr ""
#. +> trunk5 stable5
#: messageactions.cpp:71
#, kde-format
msgctxt "Message->"
msgid "&Reply"
msgstr ""
#. +> trunk5 stable5
#: messageactions.cpp:75 searchdialog/searchwindow.cpp:171
#, kde-format
msgid "&Reply..."
msgstr ""
#. +> trunk5 stable5
#: messageactions.cpp:81
#, kde-format
msgid "Reply to A&uthor..."
msgstr ""
#. +> trunk5 stable5
#: messageactions.cpp:87 searchdialog/searchwindow.cpp:175
#, kde-format
msgid "Reply to &All..."
msgstr ""
#. +> trunk5 stable5
#: messageactions.cpp:93 searchdialog/searchwindow.cpp:179
#, kde-format
msgid "Reply to Mailing-&List..."
msgstr ""
#. +> trunk5 stable5
#: messageactions.cpp:100
#, kde-format
msgid "Reply Without &Quote..."
msgstr ""
#. +> trunk5 stable5
#: messageactions.cpp:105
#, kde-format
msgid "Filter on Mailing-&List..."
msgstr ""
#. +> trunk5 stable5
#: messageactions.cpp:109
#, kde-format
msgid "Mar&k Message"
msgstr ""
#. +> trunk5 stable5
#: messageactions.cpp:128 messageactions.cpp:335
#, kde-format
msgid "Add Note..."
msgstr ""
#. +> trunk5 stable5
#: messageactions.cpp:135 searchdialog/searchwindow.cpp:183
#, kde-format
msgctxt "Message->"
msgid "&Forward"
msgstr ""
#. +> trunk5 stable5
#: messageactions.cpp:140
#, kde-format
msgctxt "@action:inmenu Message->Forward->"
msgid "As &Attachment..."
msgstr ""
#. +> trunk5 stable5
#: messageactions.cpp:148
#, kde-format
msgctxt "@action:inmenu Message->Forward->"
msgid "&Inline..."
msgstr ""
#. +> trunk5 stable5
#: messageactions.cpp:156
#, kde-format
msgctxt "Message->Forward->"
msgid "&Redirect..."
msgstr ""
#. +> trunk5 stable5
#: messageactions.cpp:163
#, kde-format
msgctxt "Message->"
msgid "Mailing-&List"
msgstr ""
#. +> trunk5 stable5
#: messageactions.cpp:188
#, kde-format
msgid "Add Followup Reminder..."
msgstr ""
#. +> trunk5 stable5
#: messageactions.cpp:337
#, kde-format
msgid "Edit Note..."
msgstr ""
#. +> trunk5 stable5
#: messageactions.cpp:377
#, kde-format
msgid "Filter on Mailing-List..."
msgstr ""
#. +> trunk5 stable5
#: messageactions.cpp:414
#, kde-format
msgid "Mailing List Name: %1"
msgstr ""
#. +> trunk5 stable5
#: messageactions.cpp:418
#, kde-format
msgid "Open Message in List Archive"
msgstr ""
#. +> trunk5 stable5
#: messageactions.cpp:421
#, kde-format
msgid "Post New Message"
msgstr ""
#. +> trunk5 stable5
#: messageactions.cpp:424
#, kde-format
msgid "Go to Archive"
msgstr ""
#. +> trunk5 stable5
#: messageactions.cpp:427
#, kde-format
msgid "Request Help"
msgstr ""
#. +> trunk5 stable5
#: messageactions.cpp:430
#, kde-format
msgctxt "Contact the owner of the mailing list"
msgid "Contact Owner"
msgstr ""
#. +> trunk5 stable5
#: messageactions.cpp:436
#, kde-format
msgid "Unsubscribe from List"
msgstr ""
#. +> trunk5 stable5
#: messageactions.cpp:445
#, kde-format
msgid "Filter on Mailing-List %1..."
msgstr ""
#. +> trunk5 stable5
#: messageactions.cpp:609
#, kde-format
msgid "email"
msgstr ""
#. +> trunk5 stable5
#: messageactions.cpp:612
#, kde-format
msgid "web"
msgstr ""
#. +> trunk5 stable5
#: messageactions.cpp:616
#, kde-format
msgctxt "%1 is a 'Contact Owner' or similar action. %2 is a protocol normally web or email though could be irc/ftp or other url variant"
msgid "%1 (%2)"
msgstr ""
#. +> trunk5 stable5
#: searchdialog/incompleteindexdialog.cpp:142
#, kde-format
msgid "Reindex"
msgstr ""
#. +> trunk5 stable5
#: searchdialog/incompleteindexdialog.cpp:143
#, kde-format
msgid "Search Anyway"
msgstr ""
#. +> trunk5 stable5
#: searchdialog/incompleteindexdialog.cpp:222
#, kde-format
msgid "Indexing"
msgstr ""
#. +> trunk5 stable5
#: searchdialog/incompleteindexdialog.cpp:225
#, kde-format
msgid "Indexing Collections..."
msgstr ""
#. +> trunk5 stable5
#: searchdialog/kmsearchmessagemodel.cpp:105
#: searchdialog/kmsearchmessagemodel.cpp:112
#, kde-format
msgid "From"
msgstr ""
#. +> trunk5 stable5
#: searchdialog/kmsearchmessagemodel.cpp:106
#: searchdialog/kmsearchmessagemodel.cpp:113
#, kde-format
msgctxt "Receiver of the email"
msgid "To"
msgstr ""
#. +> trunk5 stable5
#: searchdialog/kmsearchmessagemodel.cpp:107
#: searchdialog/kmsearchmessagemodel.cpp:114
#, kde-format
msgid "Date"
msgstr ""
#. +> trunk5 stable5
#: searchdialog/kmsearchmessagemodel.cpp:109
#: searchdialog/kmsearchmessagemodel.cpp:116
#, kde-format
msgid "Preview"
msgstr ""
#. +> trunk5 stable5
#: searchdialog/kmsearchmessagemodel.cpp:163
#, kde-format
msgctxt "@label"
msgid "This model can only handle email folders. The current collection holds mimetypes: %1"
msgstr ""
#. +> trunk5 stable5
#: searchdialog/kmsearchmessagemodel.cpp:196
#, kde-format
msgctxt "@label No size available"
msgid "-"
msgstr ""
#. +> trunk5 stable5
#: searchdialog/kmsearchmessagemodel.cpp:235
#, kde-format
msgctxt "@title:column, folder (e.g. email)"
msgid "Folder"
msgstr ""
#. +> trunk5 stable5
#: searchdialog/searchpatternwarning.cpp:40
#, kde-format
msgid ""
"Search failed some errors were found: "
"<ul>"
"<li>%1</li>"
"</ul>"
msgstr ""
#. +> trunk5 stable5
#: searchdialog/searchwindow.cpp:80
#, kde-format
msgid "Find Messages"
msgstr ""
#. +> trunk5 stable5
#: searchdialog/searchwindow.cpp:102
#, kde-format
msgctxt "@action:button Search for messages"
msgid "&Search"
msgstr ""
#. +> trunk5 stable5
#: searchdialog/searchwindow.cpp:188
#, kde-format
msgctxt "@action:inmenu Forward message inline."
msgid "&Inline..."
msgstr ""
#. +> trunk5 stable5
#: searchdialog/searchwindow.cpp:193
#, kde-format
msgctxt "Message->Forward->"
msgid "As &Attachment..."
msgstr ""
#. +> trunk5 stable5
#: searchdialog/searchwindow.cpp:208
#, kde-format
msgid "Save Attachments..."
msgstr ""
#. +> trunk5 stable5
#: searchdialog/searchwindow.cpp:215
#, kde-format
msgid "Clear Selection"
msgstr ""
#. +> trunk5 stable5
#: searchdialog/searchwindow.cpp:219
#, kde-format
msgid "Jump to original folder"
msgstr ""
#. +> trunk5 stable5
#: searchdialog/searchwindow.cpp:306
#, kde-format
msgid "%1 match"
msgid_plural "%1 matches"
msgstr[0] ""
msgstr[1] ""
#. +> trunk5 stable5
#: searchdialog/searchwindow.cpp:376 searchdialog/searchwindow.cpp:418
#, kde-format
msgid "Last Search"
msgstr ""
#. +> trunk5 stable5
#: searchdialog/searchwindow.cpp:444
#, kde-format
msgid "You did not selected a valid folder."
msgstr ""
#. +> trunk5 stable5
#: searchdialog/searchwindow.cpp:458
#, kde-format
msgid "You forgot to select collections."
msgstr ""
#. +> trunk5 stable5
#: searchdialog/searchwindow.cpp:476
#, kde-format
msgid "You forgot to define condition."
msgstr ""
#. +> trunk5 stable5
#: searchdialog/searchwindow.cpp:481
#, kde-format
msgid "All folders selected are empty or were not indexed."
msgstr ""
#. +> trunk5 stable5
#: searchdialog/searchwindow.cpp:487
#, kde-format
msgid "You forgot to add conditions."
msgstr ""
#. +> trunk5 stable5
#: searchdialog/searchwindow.cpp:491
#, kde-format
msgid "Contains condition cannot be used with a number of characters inferior to 4."
msgstr ""
#. +> trunk5 stable5
#: searchdialog/searchwindow.cpp:528
#, kde-format
msgid "Searching..."
msgstr ""
#. +> trunk5 stable5
#: searchdialog/searchwindow.cpp:544
#, kde-format
msgid "Cannot get search result. %1"
msgstr ""
#. +> trunk5 stable5
#: searchdialog/searchwindow.cpp:547
#, kde-format
msgid "Search failed."
msgstr ""
#. +> trunk5 stable5
#: searchdialog/searchwindow.cpp:588
#, kde-format
msgid "Search complete."
msgstr ""
#. +> trunk5 stable5
#: searchdialog/searchwindow.cpp:626
#, kde-format
msgid "Search stopped."
msgstr ""
#. +> trunk5 stable5
#: searchdialog/searchwindow.cpp:683
#, kde-format
msgid "There was a problem renaming your search folder. A common reason for this is that another search folder with the same name already exists. Error returned \"%1\"."
msgstr ""
#. +> trunk5 stable5
#: searchdialog/searchwindow.cpp:786
#, kde-format
msgid "Copy Message"
msgid_plural "Copy %1 Messages"
msgstr[0] ""
msgstr[1] ""
#. +> trunk5 stable5
#: searchdialog/searchwindow.cpp:789
#, kde-format
msgid "Cut Message"
msgid_plural "Cut %1 Messages"
msgstr[0] ""
msgstr[1] ""
#. +> trunk5 stable5
#: searchdialog/searchwindow.cpp:915
#, kde-format
msgid "Checking index status..."
msgstr ""
#. +> trunk5 stable5
#: secondarywindow.cpp:84
#, kde-format
msgctxt "Document/application separator in titlebar"
msgid " – "
msgstr ""
#. i18n: ectx: whatsthis, entry (ExcludeImportantMailFromExpiry), group (Behaviour)
#. +> trunk5 stable5
#: settings/kmail.kcfg.cmake:50
#, kde-format
msgid "This prevents the automatic expiry of old messages in a folder from deleting (or moving to an archive folder) the messages that are marked 'Important' or 'Action Item'"
msgstr ""
#. i18n: ectx: label, entry (AllowLocalFlags), group (Behaviour)
#. +> trunk5 stable5
#: settings/kmail.kcfg.cmake:54
#, kde-format
msgid "Allow local flags in read-only folders"
msgstr ""
#. i18n: ectx: label, entry (SendOnCheck), group (Behaviour)
#. +> trunk5 stable5
#: settings/kmail.kcfg.cmake:60
#, kde-format
msgid "Send queued mail on mail check"
msgstr ""
#. i18n: ectx: whatsthis, entry (SendOnCheck), group (Behaviour)
#. +> trunk5 stable5
#: settings/kmail.kcfg.cmake:61
#, kde-format
msgid ""
"<qt>"
"<p>Select whether you want KMail to send all messages in the outbox on manual or all mail checks, or whether you do not want messages to be sent automatically at all. </p>"
"</qt>"
msgstr ""
#. i18n: ectx: whatsthis, entry (LastSelectedFolder), group (FolderSelectionDialog)
#. +> trunk5 stable5
#: settings/kmail.kcfg.cmake:73
#, kde-format
msgid "The most recently selected folder in the folder selection dialog."
msgstr ""
#. i18n: ectx: label, entry (ExternalEditor), group (General)
#. +> trunk5 stable5
#: settings/kmail.kcfg.cmake:88
#, kde-format
msgid "Specify e&ditor:"
msgstr ""
#. i18n: ectx: label, entry (UseExternalEditor), group (General)
#. +> trunk5 stable5
#: settings/kmail.kcfg.cmake:92
#, kde-format
msgid "Use e&xternal editor instead of composer"
msgstr ""
#. i18n: ectx: label, entry (CustomMessageHeadersCount), group (General)
#. +> trunk5 stable5
#: settings/kmail.kcfg.cmake:96
#, kde-format
msgid "Specifies the number of custom MIME header fields to be inserted in messages (for internal use only)"
msgstr ""
#. i18n: ectx: label, entry (CloseToQuotaThreshold), group (General)
#. +> trunk5 stable5
#: settings/kmail.kcfg.cmake:99
#, kde-format
msgid "The threshold for when to warn the user that a folder is nearing its quota limit."
msgstr ""
#. i18n: ectx: label, entry (EmptyTrashOnExit), group (General)
#. +> trunk5 stable5
#: settings/kmail.kcfg.cmake:103
#, kde-format
msgid "Empty the local trash folder on program exit"
msgstr ""
#. i18n: ectx: label, entry (StartSpecificFolderAtStartup), group (General)
#. +> trunk5 stable5
#: settings/kmail.kcfg.cmake:107
#, kde-format
msgid "Allow to start specific folder"
msgstr ""
#. i18n: ectx: label, entry (StartupFolder), group (General)
#. +> trunk5 stable5
#: settings/kmail.kcfg.cmake:111
#, kde-format
msgid "Specify the folder to open when the program is started"
msgstr ""
#. i18n: ectx: label, entry (AutoExpiring), group (General)
#. +> trunk5 stable5
#: settings/kmail.kcfg.cmake:118
#, kde-format
msgid "Specifies whether the folders will expire in the background (for internal use only)"
msgstr ""
#. i18n: ectx: label, entry (FirstStart), group (General)
#. +> trunk5 stable5
#: settings/kmail.kcfg.cmake:122
#, kde-format
msgid "Specifies whether this is the very first time that the application is run (for internal use only)"
msgstr ""
#. i18n: ectx: label, entry (PreviousVersion), group (General)
#. +> stable5
#: settings/kmail.kcfg.cmake:126
#, kde-format
msgid "Specifies the version of the application that was last used (for internal use only)"
msgstr ""
#. i18n: ectx: whatsthis, entry (PreviousNewFeaturesMD5), group (Internal)
#. +> trunk5 stable5
#: settings/kmail.kcfg.cmake:144
#, kde-format
msgid "This value is used to decide whether the KMail Introduction should be displayed."
msgstr ""
#. i18n: ectx: label, entry (EnableFolderQuickSearch), group (UserInterface)
#. +> trunk5 stable5
#: settings/kmail.kcfg.cmake:151
#, kde-format
msgid "Show folder quick search line edit"
msgstr ""
#. i18n: ectx: label, entry (ForwardingInlineByDefault), group (Composer)
#. +> trunk5 stable5
#: settings/kmail.kcfg.cmake:159
#, kde-format
msgid "Forward Inline As Default."
msgstr ""
#. i18n: ectx: label, entry (TooManyRecipients), group (Composer)
#. +> trunk5 stable5
#: settings/kmail.kcfg.cmake:162
#, kde-format
msgid "Warn if the number of recipients is more than:"
msgstr ""
#. i18n: ectx: whatsthis, entry (TooManyRecipients), group (Composer)
#. i18n: ectx: whatsthis, entry (RecipientThreshold), group (Composer)
#. +> trunk5 stable5
#: settings/kmail.kcfg.cmake:164 settings/kmail.kcfg.cmake:171
#, kde-format
msgid "If the number of recipients is larger than this value, KMail will warn and ask for a confirmation before sending the mail. The warning can be turned off."
msgstr ""
#. i18n: ectx: label, entry (CheckSpellingBeforeSend), group (Composer)
#. +> trunk5 stable5
#: settings/kmail.kcfg.cmake:192
#, kde-format
msgid "Check spelling before send"
msgstr ""
#. i18n: ectx: label, entry (RequestMDN), group (Composer)
#. +> trunk5 stable5
#: settings/kmail.kcfg.cmake:196
#, kde-format
msgid "Automatically request &message disposition notifications"
msgstr ""
#. i18n: ectx: whatsthis, entry (RequestMDN), group (Composer)
#. +> trunk5 stable5
#: settings/kmail.kcfg.cmake:197
#, kde-format
msgid ""
"<qt>"
"<p>Enable this option if you want KMail to request Message Disposition Notifications (MDNs) for each of your outgoing messages.</p>"
"<p>This option only affects the default; you can still enable or disable MDN requesting on a per-message basis in the composer, menu item <em>Options</em>-><em>Request Disposition Notification</em>.</p>"
"</qt>"
msgstr ""
#. i18n: ectx: label, entry (AutosaveInterval), group (Composer)
#. +> trunk5 stable5
#: settings/kmail.kcfg.cmake:219
#, kde-format
msgid "Autosave interval:"
msgstr ""
#. i18n: ectx: whatsthis, entry (AutosaveInterval), group (Composer)
#. +> trunk5 stable5
#: settings/kmail.kcfg.cmake:220
#, kde-format
msgid "A backup copy of the text in the composer window can be created regularly. The interval used to create the backups is set here. You can disable autosaving by setting it to the value 0."
msgstr ""
#. i18n: ectx: label, entry (ShowSnippetManager), group (Composer)
#. +> trunk5 stable5
#: settings/kmail.kcfg.cmake:227
#, kde-format
msgid "Show the Text Snippet Management and Insertion Panel in the composer."
msgstr ""
#. i18n: ectx: label, entry (CryptoStoreEncrypted), group (Composer)
#. +> trunk5 stable5
#: settings/kmail.kcfg.cmake:233
#, kde-format
msgid "When check, sent messages will be stored in the encrypted form"
msgstr ""
#. i18n: ectx: label, entry (RecentUrls), group (Composer)
#. +> trunk5 stable5
#: settings/kmail.kcfg.cmake:237
#, kde-format
msgid "A list of all the recently used URLs"
msgstr ""
#. i18n: ectx: label, entry (RecentEncodings), group (Composer)
#. +> trunk5 stable5
#: settings/kmail.kcfg.cmake:243
#, kde-format
msgid "A list of all the recently used encodings"
msgstr ""
#. i18n: ectx: label, entry (ShowCryptoLabelIndicator), group (Composer)
#. +> trunk5 stable5
#: settings/kmail.kcfg.cmake:249
#, kde-format
msgid "Show crypto label indicator"
msgstr ""
#. i18n: ectx: label, entry (CheckSendDefaultActionShortcut), group (Composer)
#. +> trunk5 stable5
#: settings/kmail.kcfg.cmake:253
#, kde-format
msgid "Validate Send Default Shortcut"
msgstr ""
#. i18n: ectx: label, entry (IdentityDialogSize), group (Geometry)
#. +> trunk5 stable5
#: settings/kmail.kcfg.cmake:270
#, kde-format
msgid "The size of the identity dialog (for internal use only)"
msgstr ""
#. i18n: ectx: label, entry (SearchWidgetWidth), group (Geometry)
#. +> trunk5 stable5
#: settings/kmail.kcfg.cmake:274
#, kde-format
msgid "The width of the search window (for internal use only)"
msgstr ""
#. i18n: ectx: label, entry (SearchWidgetHeight), group (Geometry)
#. +> trunk5 stable5
#: settings/kmail.kcfg.cmake:278
#, kde-format
msgid "The height of the search window (for internal use only)"
msgstr ""
#. i18n: ectx: label, entry (ConfigureDialogWidth), group (Geometry)
#. +> trunk5 stable5
#: settings/kmail.kcfg.cmake:282
#, kde-format
msgid "The width of the Configure KMail dialog (for internal use only)"
msgstr ""
#. i18n: ectx: label, entry (ConfigureDialogHeight), group (Geometry)
#. +> trunk5 stable5
#: settings/kmail.kcfg.cmake:286
#, kde-format
msgid "The height of the Configure KMail dialog (for internal use only)"
msgstr ""
#. i18n: ectx: label, entry (readerWindowMode), group (Geometry)
#. +> trunk5 stable5
#: settings/kmail.kcfg.cmake:312
#, kde-format
msgid "Message Preview Pane"
msgstr ""
#. i18n: ectx: label, entry (readerWindowMode), group (Geometry)
#. +> trunk5 stable5
#: settings/kmail.kcfg.cmake:315
#, kde-format
msgid "Do not show a message preview pane"
msgstr ""
#. i18n: ectx: label, entry (readerWindowMode), group (Geometry)
#. +> trunk5 stable5
#: settings/kmail.kcfg.cmake:318
#, kde-format
msgid "Show the message preview pane below the message list"
msgstr ""
#. i18n: ectx: label, entry (readerWindowMode), group (Geometry)
#. +> trunk5 stable5
#: settings/kmail.kcfg.cmake:321
#, kde-format
msgid "Show the message preview pane next to the message list"
msgstr ""
#. i18n: ectx: label, entry (FolderList), group (Geometry)
#. +> trunk5 stable5
#: settings/kmail.kcfg.cmake:328
#, kde-format
msgid "Folder List"
msgstr ""
#. i18n: ectx: label, entry (FolderList), group (Geometry)
#. +> trunk5 stable5
#: settings/kmail.kcfg.cmake:331
#, kde-format
msgid "Long folder list"
msgstr ""
#. i18n: ectx: label, entry (FolderList), group (Geometry)
#. +> trunk5 stable5
#: settings/kmail.kcfg.cmake:334
#, kde-format
msgid "Short folder list"
msgstr ""
#. i18n: ectx: label, entry (TemplateNewMessage), group (GlobalTemplates)
#. +> trunk5 stable5
#: settings/kmail.kcfg.cmake:343
#, kde-format
msgid "Message template for new message"
msgstr ""
#. i18n: ectx: label, entry (TemplateReply), group (GlobalTemplates)
#. +> trunk5 stable5
#: settings/kmail.kcfg.cmake:348
#, kde-format
msgid "Message template for reply"
msgstr ""
#. i18n: ectx: label, entry (TemplateReplyAll), group (GlobalTemplates)
#. +> trunk5 stable5
#: settings/kmail.kcfg.cmake:353
#, kde-format
msgid "Message template for reply to all"
msgstr ""
#. i18n: ectx: label, entry (TemplateForward), group (GlobalTemplates)
#. +> trunk5 stable5
#: settings/kmail.kcfg.cmake:358
#, kde-format
msgid "Message template for forward"
msgstr ""
#. i18n: ectx: label, entry (QuoteString), group (GlobalTemplates)
#. +> trunk5 stable5
#: settings/kmail.kcfg.cmake:363
#, kde-format
msgid "Quote characters"
msgstr ""
#. i18n: ectx: label, entry (ToolTipDisplayPolicy), group (MainFolderView)
#. +> trunk5 stable5
#: settings/kmail.kcfg.cmake:378
#, kde-format
msgid "Specifies the policy used when displaying policy"
msgstr ""
#. i18n: ectx: label, entry (CollectionWidth), group (SearchDialog)
#. +> trunk5 stable5
#: settings/kmail.kcfg.cmake:386
#, kde-format
msgid "Specifies the width of the collection field in the Search Window dialog (for internal use only)"
msgstr ""
#. i18n: ectx: label, entry (SubjectWidth), group (SearchDialog)
#. +> trunk5 stable5
#: settings/kmail.kcfg.cmake:390
#, kde-format
msgid "Specifies the width of the subject field in the Search Window dialog (for internal use only)"
msgstr ""
#. i18n: ectx: label, entry (SenderWidth), group (SearchDialog)
#. +> trunk5 stable5
#: settings/kmail.kcfg.cmake:394
#, kde-format
msgid "Specifies the width of the sender field in the Search Window dialog (for internal use only)"
msgstr ""
#. i18n: ectx: label, entry (ReceiverWidth), group (SearchDialog)
#. +> trunk5 stable5
#: settings/kmail.kcfg.cmake:398
#, kde-format
msgid "Specifies the width of the receiver field in the Search Window dialog (for internal use only)"
msgstr ""
#. i18n: ectx: label, entry (DateWidth), group (SearchDialog)
#. +> trunk5 stable5
#: settings/kmail.kcfg.cmake:402
#, kde-format
msgid "Specifies the width of the date field in the Search Window dialog (for internal use only)"
msgstr ""
#. i18n: ectx: label, entry (FolderWidth), group (SearchDialog)
#. +> trunk5 stable5
#: settings/kmail.kcfg.cmake:406
#, kde-format
msgid "Specifies the width of the folder field in the Search Window dialog (for internal use only)"
msgstr ""
#. +> trunk5 stable5
#: tag/tagactionmanager.cpp:110 tag/tagactionmanager.cpp:253
#, kde-format
msgid "Message Tag: %1"
msgstr ""
#. +> trunk5 stable5
#: tag/tagactionmanager.cpp:207
#, kde-format
msgid "Add new tag..."
msgstr ""
#. +> trunk5 stable5
#: tag/tagactionmanager.cpp:220
#, kde-format
msgid "More..."
msgstr ""
#. +> trunk5 stable5
#: tag/tagactionmanager.cpp:241
#, kde-format
msgid "Tag not Found"
msgstr ""
#. +> trunk5 stable5
#: tag/tagactionmanager.cpp:256
#, kde-format
msgid "Toggle Message Tag: %1"
msgstr ""
#. +> trunk5 stable5
#: tag/tagselectdialog.cpp:49
#, kde-format
msgid "Select Tags"
msgstr ""
#. +> trunk5 stable5
#: tag/tagselectdialog.cpp:60
#, kde-format
msgid "Add New Tag..."
msgstr ""
#. +> trunk5 stable5
#: tag/tagselectdialog.cpp:74
#, kde-format
msgid "Search tag"
msgstr ""
#. i18n: ectx: property (text), widget (QPushButton, customizeAccountOrder)
#. +> trunk5 stable5
#: ui/accountspagereceivingtab.ui:34
#, kde-format
msgid "Customize accounts order..."
msgstr ""
#. i18n: ectx: property (title), widget (QGroupBox, group)
#. +> trunk5 stable5
#: ui/accountspagereceivingtab.ui:41
#, kde-format
msgid "New Mail Notification"
msgstr ""
#. i18n: ectx: property (toolTip), widget (QCheckBox, mVerboseNotificationCheck)
#. +> trunk5 stable5
#: ui/accountspagereceivingtab.ui:65
#, kde-format
msgid "Show for each folder the number of newly arrived messages"
msgstr ""
#. i18n: ectx: property (text), widget (QCheckBox, mVerboseNotificationCheck)
#. +> trunk5 stable5
#: ui/accountspagereceivingtab.ui:68
#, kde-format
msgid "Deta&iled new mail notification"
msgstr ""
#. i18n: ectx: property (text), widget (QPushButton, mOtherNewMailActionsButton)
#. +> trunk5 stable5
#: ui/accountspagereceivingtab.ui:81
#, kde-format
msgid "Other Actio&ns..."
msgstr ""
#. i18n: ectx: property (title), widget (QGroupBox, optionsGroup)
#. +> trunk5 stable5
#: ui/composercryptoconfiguration.ui:17
#, kde-format
msgid "Encrypting"
msgstr ""
#. i18n: ectx: property (whatsThis), widget (QCheckBox, mEncToSelf)
#. +> trunk5 stable5
#: ui/composercryptoconfiguration.ui:23
#, kde-format
msgid "When this option is enabled, the message/file will not only be encrypted with the receiver's public key, but also with your key. This will enable you to decrypt the message/file at a later time. This is generally a good idea."
msgstr ""
#. i18n: ectx: property (text), widget (QCheckBox, mEncToSelf)
#. +> trunk5 stable5
#: ui/composercryptoconfiguration.ui:26
#, kde-format
msgid "When encrypting emails, always also encr&ypt to the certificate of my own identity"
msgstr ""
#. i18n: ectx: property (toolTip), widget (QCheckBox, mStoreEncrypted)
#. +> trunk5 stable5
#: ui/composercryptoconfiguration.ui:33
#, kde-format
msgid "Check to store messages encrypted "
msgstr ""
#. i18n: ectx: property (whatsThis), widget (QCheckBox, mStoreEncrypted)
#. +> trunk5 stable5
#: ui/composercryptoconfiguration.ui:41
#, kde-format
msgid ""
"<qt>\n"
"<h1>Store Messages Encrypted</h1>"
"\n"
"When this box is checked, sent messages are stored encrypted like they were sent. This is not recommended, as you will not be able to read the messages any longer if a necessary certificate expires.\n"
"<p>\n"
"However, there may be local rules that require you to turn this option on. When in doubt, check with your local administrator.\n"
"</p>"
"</qt>"
msgstr ""
#. i18n: ectx: property (text), widget (QCheckBox, mStoreEncrypted)
#. +> trunk5 stable5
#: ui/composercryptoconfiguration.ui:44
#, kde-format
msgid "Store sent messages encry&pted"
msgstr ""
#. i18n: ectx: property (whatsThis), widget (QCheckBox, mShowKeyApprovalDlg)
#. +> trunk5 stable5
#: ui/composercryptoconfiguration.ui:54
#, kde-format
msgid "When this option is enabled, the application will always show you a list of public keys from which you can choose the one it will use for encryption. If it is off, the application will only show the dialog if it cannot find the right key or if there are several which could be used."
msgstr ""
#. i18n: ectx: property (text), widget (QCheckBox, mShowKeyApprovalDlg)
#. +> trunk5 stable5
#: ui/composercryptoconfiguration.ui:57
#, kde-format
msgid "Always show the encryption keys &for approval"
msgstr ""
#. i18n: ectx: property (text), widget (QCheckBox, mAlwaysEncryptWhenSavingInDrafts)
#. +> trunk5
#: ui/composercryptoconfiguration.ui:64
#, kde-format
msgid "When sa&ving as draft, sign/encrypt as indicated"
msgstr ""
#. i18n: ectx: property (text), widget (QCheckBox, mAlwaysEncryptWhenSavingInDrafts)
#. +> stable5
#: ui/composercryptoconfiguration.ui:64
#, kde-format
msgid "Always sign/encrypt when sa&ving as draft"
msgstr ""
#. i18n: ectx: property (text), widget (QCheckBox, mShowEncSignIndicator)
#. +> trunk5 stable5
#: ui/composercryptoconfiguration.ui:71
#, kde-format
msgid "Show sign/encrypt indicator in editor"
msgstr ""
#. i18n: ectx: property (toolTip), widget (QPushButton, mButtonAdd)
#. +> trunk5 stable5
#: ui/identitypage.ui:24
#, kde-format
msgid "Add a new identity"
msgstr ""
#. i18n: ectx: property (text), widget (QPushButton, mButtonAdd)
#. +> trunk5 stable5
#: ui/identitypage.ui:27
#, kde-format
msgid "&Add..."
msgstr ""
#. i18n: ectx: property (toolTip), widget (QPushButton, mModifyButton)
#. +> trunk5 stable5
#: ui/identitypage.ui:37
#, kde-format
msgid "Modify the selected identity"
msgstr ""
#. i18n: ectx: property (toolTip), widget (QPushButton, mRenameButton)
#. +> trunk5 stable5
#: ui/identitypage.ui:50
#, kde-format
msgid "Rename the selected identity"
msgstr ""
#. i18n: ectx: property (text), widget (QPushButton, mRenameButton)
#. +> trunk5 stable5
#: ui/identitypage.ui:53
#, kde-format
msgid "&Rename"
msgstr ""
#. i18n: ectx: property (toolTip), widget (QPushButton, mRemoveButton)
#. +> trunk5 stable5
#: ui/identitypage.ui:63
#, kde-format
msgid "Remove the selected identity"
msgstr ""
#. i18n: ectx: property (toolTip), widget (QPushButton, mSetAsDefaultButton)
#. +> trunk5 stable5
#: ui/identitypage.ui:79
#, kde-format
msgid "Use the selected identity by default"
msgstr ""
#. i18n: ectx: property (text), widget (QPushButton, mSetAsDefaultButton)
#. +> trunk5 stable5
#: ui/identitypage.ui:82
#, kde-format
msgid "Set as &Default"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, label)
#. +> trunk5 stable5
#: ui/incompleteindexdialog.ui:17
#, kde-format
msgid "Some of the folders you want to search in are not fully indexed yet or have been excluded from indexing. All the folders checked below will be scheduled for priority reindexing. If you uncheck a folder it may still be indexed later, unless it was manually excluded from indexing."
msgstr ""
#. i18n: ectx: property (text), widget (QPushButton, selectAllBtn)
#. +> trunk5 stable5
#: ui/incompleteindexdialog.ui:40
#, kde-format
msgid "&Select All"
msgstr ""
#. i18n: ectx: property (text), widget (QPushButton, unselectAllBtn)
#. +> trunk5 stable5
#: ui/incompleteindexdialog.ui:47
#, kde-format
msgid "Unselect All"
msgstr ""
#. i18n: ectx: property (text), widget (QCheckBox, mExcludeImportantFromExpiry)
#. +> trunk5 stable5
#: ui/miscpagemaintab.ui:19
#, kde-format
msgid "E&xclude important messages from expiry"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, mLoopLabel)
#. +> trunk5 stable5
#: ui/miscpagemaintab.ui:32
#, kde-format
msgctxt "to be continued with \"do not loop\", \"loop in current folder\", and \"loop in all folders\""
msgid "When &trying to find unread messages:"
msgstr ""
#. i18n: ectx: property (whatsThis), widget (KComboBox, mLoopOnGotoUnread)
#. +> trunk5 stable5
#: ui/miscpagemaintab.ui:60
#, kde-format
msgctxt "what's this help"
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:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;\">When jumping to the next unread message, it may occur that no more unread messages are below the current message.</p>"
"\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;\">Do not loop:</span> The search will stop at the last message in the current folder.</p>"
"\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;\">Loop in current folder:</span> The search will continue at the top of the message list, but not go to another folder.</p>"
"\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;\">Loop in all folders:</span> The search will continue at the top of the message list. If no unread messages are found it will then continue to the next folder.</p>"
"\n"
"<p style=\" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;\">Similarly, when searching for the previous unread message, the search will start from the bottom of the message list and continue to the previous folder depending on which option is selected.</p>"
"\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;\">Loop in all marked folders: </span>This is the same as \"Loop in all folders\" except that only folders are taken into account which have been marked with the folder property \"Act on new/unread mail in this folder\".</p>"
"</body></html>"
msgstr ""
#. i18n: ectx: property (text), item, widget (KComboBox, mLoopOnGotoUnread)
#. +> trunk5 stable5
#: ui/miscpagemaintab.ui:64
#, kde-format
msgid "Do not Loop"
msgstr ""
#. i18n: ectx: property (text), item, widget (KComboBox, mLoopOnGotoUnread)
#. +> trunk5 stable5
#: ui/miscpagemaintab.ui:69
#, kde-format
msgid "Loop in Current Folder"
msgstr ""
#. i18n: ectx: property (text), item, widget (KComboBox, mLoopOnGotoUnread)
#. +> trunk5 stable5
#: ui/miscpagemaintab.ui:74
#, kde-format
msgid "Loop in All Folders"
msgstr ""
#. i18n: ectx: property (text), item, widget (KComboBox, mLoopOnGotoUnread)
#. +> trunk5 stable5
#: ui/miscpagemaintab.ui:79
#, kde-format
msgid "Loop in All Marked Folders"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, mEnterFolderLabel)
#. +> trunk5 stable5
#: ui/miscpagemaintab.ui:93
#, kde-format
msgctxt "to be continued with \"jump to first new message\", \"jump to first unread or new message\", and \"jump to last selected message\""
msgid "When ente&ring a folder:"
msgstr ""
#. i18n: ectx: property (text), item, widget (KComboBox, mActionEnterFolder)
#. +> trunk5 stable5
#: ui/miscpagemaintab.ui:104
#, kde-format
msgid "Jump to First Unread Message"
msgstr ""
#. i18n: ectx: property (text), item, widget (KComboBox, mActionEnterFolder)
#. +> trunk5 stable5
#: ui/miscpagemaintab.ui:109
#, kde-format
msgid "Jump to Last Selected Message"
msgstr ""
#. i18n: ectx: property (text), item, widget (KComboBox, mActionEnterFolder)
#. +> trunk5 stable5
#: ui/miscpagemaintab.ui:114
#, kde-format
msgid "Jump to Newest Message"
msgstr ""
#. i18n: ectx: property (text), item, widget (KComboBox, mActionEnterFolder)
#. +> trunk5 stable5
#: ui/miscpagemaintab.ui:119
#, kde-format
msgid "Jump to Oldest Message"
msgstr ""
#. i18n: ectx: property (text), widget (QCheckBox, mDelayedMarkAsRead)
#. +> trunk5 stable5
#: ui/miscpagemaintab.ui:133
#, kde-format
msgid "Mar&k selected message as read after"
msgstr ""
#. i18n: ectx: property (suffix), widget (QSpinBox, mDelayedMarkTime)
#. +> trunk5 stable5
#: ui/miscpagemaintab.ui:143
#, kde-format
msgid " sec"
msgstr ""
#. i18n: ectx: property (text), widget (QCheckBox, mShowPopupAfterDnD)
#. +> trunk5 stable5
#: ui/miscpagemaintab.ui:153
#, kde-format
msgid "&Ask for action after dragging messages to another folder"
msgstr ""
#. i18n: ectx: property (text), widget (QCheckBox, mEmptyTrashCheck)
#. +> trunk5 stable5
#: ui/miscpagemaintab.ui:160
#, kde-format
msgid "Empty local &trash folder on program exit"
msgstr ""
#. i18n: ectx: property (text), widget (QCheckBox, mStartUpFolderCheck)
#. +> trunk5 stable5
#: ui/miscpagemaintab.ui:173
#, kde-format
msgid "Open this folder on &startup:"
msgstr ""
#. i18n: ectx: property (text), widget (QRadioButton, mChkbxAllFolders)
#. +> trunk5 stable5
#: ui/searchwindow.ui:17
#, kde-format
msgid "Search in &all folders"
msgstr ""
#. i18n: ectx: property (text), widget (QRadioButton, mChkbxSpecificFolders)
#. +> trunk5 stable5
#: ui/searchwindow.ui:26
#, kde-format
msgid "Search &only in:"
msgstr ""
#. i18n: ectx: property (text), widget (QCheckBox, mChkSubFolders)
#. +> trunk5 stable5
#: ui/searchwindow.ui:39
#, kde-format
msgid "&Include sub-folders"
msgstr ""
#. i18n: ectx: property (text), widget (QRadioButton, mChkMultiFolders)
#. +> trunk5 stable5
#: ui/searchwindow.ui:53
#, kde-format
msgid "Select specific folders:"
msgstr ""
#. i18n: ectx: property (text), widget (QPushButton, selectMultipleFolders)
#. +> trunk5 stable5
#: ui/searchwindow.ui:60
#, kde-format
msgid "Select folders..."
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, mSearchFolderLbl)
#. +> trunk5 stable5
#: ui/searchwindow.ui:113
#, kde-format
msgid "Search folder &name:"
msgstr ""
#. i18n: ectx: property (text), widget (QPushButton, mSearchFolderOpenBtn)
#. +> trunk5 stable5
#: ui/searchwindow.ui:133
#, kde-format
msgid "Open &Search Folder"
msgstr ""
#. i18n: ectx: property (text), widget (QPushButton, mSearchResultOpenBtn)
#. +> trunk5 stable5
#: ui/searchwindow.ui:143
#, kde-format
msgid "Open &Message"
msgstr ""
#. i18n: ectx: property (title), widget (QGroupBox, groupBox)
#. +> trunk5 stable5
#: ui/securitypagegeneraltab.ui:23
#, kde-format
msgid "HTML Messages"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, labelWarnHTML)
#. +> trunk5 stable5
#: ui/securitypagegeneraltab.ui:32
#, kde-format
msgid "<b>WARNING:</b> Allowing HTML in email may increase the risk that your system will be compromised by present and anticipated security exploits. <a href=\"whatsthis1\">More about HTML mails...</a> <a href=\"whatsthis2\">More about external references...</a>"
msgstr ""
#. i18n: ectx: property (whatsThis), widget (QCheckBox, mHtmlMailCheck)
#. +> trunk5 stable5
#: ui/securitypagegeneraltab.ui:45
#, kde-format
msgid ""
"<qt>"
"<p>Messages sometimes come in both formats. This option controls whether you want the HTML part or the plain text part to be displayed.</p>"
"<p>Displaying the HTML part makes the message look better, but at the same time increases the risk of security holes being exploited.</p>"
"<p>Displaying the plain text part loses much of the message's formatting, but makes it almost <em>impossible</em> to exploit security holes in the HTML renderer (Konqueror).</p>"
"<p>The option below guards against one common misuse of HTML messages, but it cannot guard against security issues that were not known at the time this version of KMail was written.</p>"
"<p>It is therefore advisable to <em>not</em> prefer HTML to plain text.</p>"
"<p><b>Note:</b> You can set this option on a per-folder basis from the <i>Folder</i> menu of KMail's main window.</p>"
"</qt>"
msgstr ""
#. i18n: ectx: property (text), widget (QCheckBox, mHtmlMailCheck)
#. +> trunk5 stable5
#: ui/securitypagegeneraltab.ui:48
#, kde-format
msgid "Prefer HTML to plain text"
msgstr ""
#. i18n: ectx: property (whatsThis), widget (QCheckBox, mExternalReferences)
#. +> trunk5 stable5
#: ui/securitypagegeneraltab.ui:55
#, kde-format
msgid ""
"<qt>"
"<p>Some mail advertisements are in HTML and contain references to, for example, images that the advertisers employ to find out that you have read their message (\"web bugs\").</p>"
"<p>There is no valid reason to load images off the Internet like this, since the sender can always attach the required images directly to the message.</p>"
"<p>To guard from such a misuse of the HTML displaying feature of KMail, this option is <em>disabled</em> by default.</p>"
"<p>However, if you wish to, for example, view images in HTML messages that were not attached to it, you can enable this option, but you should be aware of the possible problem.</p>"
"</qt>"
msgstr ""
#. i18n: ectx: property (text), widget (QCheckBox, mExternalReferences)
#. +> trunk5 stable5
#: ui/securitypagegeneraltab.ui:58
#, kde-format
msgid "Allow messages to load external references from the Internet"
msgstr ""
#. i18n: ectx: property (title), widget (QGroupBox, groupBox_3)
#. +> trunk5 stable5
#: ui/securitypagegeneraltab.ui:74
#, kde-format
msgid "E-mails Scams"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, label)
#. +> trunk5 stable5
#: ui/securitypagegeneraltab.ui:80
#, kde-format
msgid "KMail can analyze messages for suspected email scams by looking for common techniques used to deceive you"
msgstr ""
#. i18n: ectx: property (text), widget (QCheckBox, mScamDetection)
#. +> trunk5 stable5
#: ui/securitypagegeneraltab.ui:90
#, kde-format
msgid "Informs if message reading is a suspected email scam"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, label_2)
#. +> trunk5 stable5
#: ui/securitypagegeneraltab.ui:97
#, kde-format
msgid "Whitelist:"
msgstr ""
#. i18n: ectx: property (title), widget (QGroupBox, groupBox_2)
#. +> trunk5 stable5
#: ui/securitypagegeneraltab.ui:116
#, kde-format
msgid "Encrypted Messages"
msgstr ""
#. i18n: ectx: property (text), widget (QCheckBox, mAlwaysDecrypt)
#. +> trunk5 stable5
#: ui/securitypagegeneraltab.ui:122
#, kde-format
msgid "Attempt decryption of encrypted messages when viewing"
msgstr ""
#. i18n: ectx: property (title), widget (QGroupBox, groupBox_4)
#. +> trunk5 stable5
#: ui/securitypagegeneraltab.ui:138
#, kde-format
msgid "Certificate && Key Bundle Attachments"
msgstr ""
#. i18n: ectx: property (text), widget (QCheckBox, mAutomaticallyImportAttachedKeysCheck)
#. +> trunk5 stable5
#: ui/securitypagegeneraltab.ui:144
#, kde-format
msgid "Automatically import keys and certificate"
msgstr ""
#. i18n: ectx: property (title), widget (QGroupBox, groupBox_5)
#. +> trunk5 stable5
#: ui/securitypagegeneraltab.ui:154
#, kde-format
msgid "Safe Browsing"
msgstr ""
#. i18n: ectx: property (text), widget (QCheckBox, mCheckUrl)
#. +> trunk5 stable5
#: ui/securitypagegeneraltab.ui:160
#, kde-format
msgid "Check URL With Phishing Google System"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, labelSend)
#. +> trunk5 stable5
#: ui/securitypagemdntab.ui:20
#, kde-format
msgid "Send policy:"
msgstr ""
#. i18n: ectx: property (whatsThis), widget (QRadioButton, radioIgnore)
#. i18n: ectx: property (whatsThis), widget (QRadioButton, radioAsk)
#. i18n: ectx: property (whatsThis), widget (QRadioButton, radioDeny)
#. i18n: ectx: property (whatsThis), widget (QRadioButton, radioAlways)
#. i18n: ectx: property (whatsThis), widget (QRadioButton, radioNothing)
#. i18n: ectx: property (whatsThis), widget (QRadioButton, radioFull)
#. i18n: ectx: property (whatsThis), widget (QRadioButton, radioHeaders)
#. +> trunk5 stable5
#: ui/securitypagemdntab.ui:30 ui/securitypagemdntab.ui:40
#: ui/securitypagemdntab.ui:50 ui/securitypagemdntab.ui:60
#: ui/securitypagemdntab.ui:96 ui/securitypagemdntab.ui:106
#: ui/securitypagemdntab.ui:116
#, kde-format
msgid ""
"<qt>"
"<h3>Message Disposition Notification Policy</h3>"
"<p>MDNs are a generalization of what is commonly called <b>read receipt</b>. The message author requests a disposition notification to be sent and the receiver's mail program generates a reply from which the author can learn what happened to his message. Common disposition types include <b>displayed</b> (i.e. read), <b>deleted</b> and <b>dispatched</b> (e.g. forwarded).</p>"
"<p>The following options are available to control KMail's sending of MDNs:</p>"
"<ul>"
"<li><em>Ignore</em>: Ignores any request for disposition notifications. No MDN will ever be sent automatically (recommended).</li>"
"<li><em>Ask</em>: Answers requests only after asking the user for permission. This way, you can send MDNs for selected messages while denying or ignoring them for others.</li>"
"<li><em>Deny</em>: Always sends a <b>denied</b> notification. This is only <em>slightly</em> better than always sending MDNs. The author will still know that the messages has been acted upon, he just cannot tell whether it was deleted or read etc.</li>"
"<li><em>Always send</em>: Always sends the requested disposition notification. That means that the author of the message gets to know when the message was acted upon and, in addition, what happened to it (displayed, deleted, etc.). This option is strongly discouraged, but since it makes much sense e.g. for customer relationship management, it has been made available.</li>"
"</ul>"
"</qt>"
msgstr ""
#. i18n: ectx: property (text), widget (QRadioButton, radioIgnore)
#. +> trunk5 stable5
#: ui/securitypagemdntab.ui:33
#, kde-format
msgid "Ignore"
msgstr ""
#. i18n: ectx: property (text), widget (QRadioButton, radioAsk)
#. +> trunk5 stable5
#: ui/securitypagemdntab.ui:43
#, kde-format
msgid "Ask"
msgstr ""
#. i18n: ectx: property (text), widget (QRadioButton, radioDeny)
#. +> trunk5 stable5
#: ui/securitypagemdntab.ui:53
#, kde-format
msgid "Deny"
msgstr ""
#. i18n: ectx: property (text), widget (QRadioButton, radioAlways)
#. +> trunk5 stable5
#: ui/securitypagemdntab.ui:63
#, kde-format
msgid "Always send"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, labelQuote)
#. +> trunk5 stable5
#: ui/securitypagemdntab.ui:86
#, kde-format
msgid "Quote original message:"
msgstr ""
#. i18n: ectx: property (text), widget (QRadioButton, radioNothing)
#. +> trunk5 stable5
#: ui/securitypagemdntab.ui:99
#, kde-format
msgid "Nothing"
msgstr ""
#. i18n: ectx: property (text), widget (QRadioButton, radioFull)
#. +> trunk5 stable5
#: ui/securitypagemdntab.ui:109
#, kde-format
msgid "Full message"
msgstr ""
#. i18n: ectx: property (text), widget (QRadioButton, radioHeaders)
#. +> trunk5 stable5
#: ui/securitypagemdntab.ui:119
#, kde-format
msgid "Only headers"
msgstr ""
#. i18n: ectx: property (text), widget (QCheckBox, mNoMDNsWhenEncryptedCheck)
#. +> trunk5 stable5
#: ui/securitypagemdntab.ui:142
#, kde-format
msgid "Do not send MDNs in response to encrypted messages"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, labelWarning)
#. +> trunk5 stable5
#: ui/securitypagemdntab.ui:152
#, kde-format
msgid "<b>WARNING:</b> Unconditionally returning confirmations undermines your privacy. <a href=\"whatsthis-mdn\">More about MDNs...</a>"
msgstr ""
#. i18n: ectx: property (whatsThis), widget (QRadioButton, CRLRB)
#. +> trunk5 stable5
#: ui/smimeconfiguration.ui:17
#, kde-format
msgid "If this option is selected, S/MIME certificates are validated using Certificate Revocation Lists (CRLs)."
msgstr ""
#. i18n: ectx: property (text), widget (QRadioButton, CRLRB)
#. +> trunk5 stable5
#: ui/smimeconfiguration.ui:20
#, kde-format
msgid "&Validate certificates using CRLs"
msgstr ""
#. i18n: ectx: property (whatsThis), widget (QRadioButton, OCSPRB)
#. +> trunk5 stable5
#: ui/smimeconfiguration.ui:30
#, kde-format
msgid "If this option is selected, S/MIME certificates are validated online using the Online Certificates Status Protocol (OCSP). Fill in the URL of the OCSP responder below."
msgstr ""
#. i18n: ectx: property (text), widget (QRadioButton, OCSPRB)
#. +> trunk5 stable5
#: ui/smimeconfiguration.ui:33
#, kde-format
msgid "Validate certificates online (OCSP)"
msgstr ""
#. i18n: ectx: property (title), widget (QGroupBox, OCSPGroupBox)
#. +> trunk5 stable5
#: ui/smimeconfiguration.ui:40
#, kde-format
msgid "Online Certificate Validation"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, textLabel1)
#. +> trunk5 stable5
#: ui/smimeconfiguration.ui:50
#, kde-format
msgid "OCSP responder URL:"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, textLabel2)
#. +> trunk5 stable5
#: ui/smimeconfiguration.ui:60
#, kde-format
msgid "OCSP responder signature:"
msgstr ""
#. i18n: ectx: property (whatsThis), widget (KLineEdit, OCSPResponderURL)
#. +> trunk5 stable5
#: ui/smimeconfiguration.ui:74
#, kde-format
msgid "Enter here the address of the server for online validation of certificates (OCSP responder). The URL is usually starting with http://."
msgstr ""
#. i18n: ectx: property (text), widget (QCheckBox, ignoreServiceURLCB)
#. +> trunk5 stable5
#: ui/smimeconfiguration.ui:91
#, kde-format
msgid "Ignore service URL of certificates"
msgstr ""
#. i18n: ectx: property (whatsThis), widget (QCheckBox, doNotCheckCertPolicyCB)
#. +> trunk5 stable5
#: ui/smimeconfiguration.ui:101
#, kde-format
msgid "By default GnuPG uses the file ~/.gnupg/policies.txt to check if a certificate policy is allowed. If this option is selected, policies are not checked."
msgstr ""
#. i18n: ectx: property (text), widget (QCheckBox, doNotCheckCertPolicyCB)
#. +> trunk5 stable5
#: ui/smimeconfiguration.ui:104
#, kde-format
msgid "Do not check certificate policies"
msgstr ""
#. i18n: ectx: property (whatsThis), widget (QCheckBox, neverConsultCB)
#. +> trunk5 stable5
#: ui/smimeconfiguration.ui:111
#, kde-format
msgid "If this option is checked, Certificate Revocation Lists are never used to validate S/MIME certificates."
msgstr ""
#. i18n: ectx: property (text), widget (QCheckBox, neverConsultCB)
#. +> trunk5 stable5
#: ui/smimeconfiguration.ui:114
#, kde-format
msgid "Never consult a CRL"
msgstr ""
#. i18n: ectx: property (whatsThis), widget (QCheckBox, fetchMissingCB)
#. +> trunk5 stable5
#: ui/smimeconfiguration.ui:121
#, kde-format
msgid "If this option is checked, missing issuer certificates are fetched when necessary (this applies to both validation methods, CRLs and OCSP)"
msgstr ""
#. i18n: ectx: property (text), widget (QCheckBox, fetchMissingCB)
#. +> trunk5 stable5
#: ui/smimeconfiguration.ui:124
#, kde-format
msgid "Fetch missing issuer certificates"
msgstr ""
#. i18n: ectx: attribute (title), widget (QWidget, tabHTTP)
#. +> trunk5 stable5
#: ui/smimeconfiguration.ui:135
#, kde-format
msgid "HTTP Requests"
msgstr ""
#. i18n: ectx: property (whatsThis), widget (QCheckBox, disableHTTPCB)
#. +> trunk5 stable5
#: ui/smimeconfiguration.ui:141
#, kde-format
msgid "Entirely disables the use of HTTP for S/MIME."
msgstr ""
#. i18n: ectx: property (text), widget (QCheckBox, disableHTTPCB)
#. +> trunk5 stable5
#: ui/smimeconfiguration.ui:144
#, kde-format
msgid "Do not perform any HTTP requests"
msgstr ""
#. i18n: ectx: property (whatsThis), widget (QCheckBox, ignoreHTTPDPCB)
#. +> trunk5 stable5
#: ui/smimeconfiguration.ui:151
#, kde-format
msgid "When looking for the location of a CRL, the to-be-tested certificate usually contains what are known as \"CRL Distribution Point\" (DP) entries, which are URLs describing the way to access the URL. The first found DP entry is used. With this option all entries using the HTTP scheme are ignored when looking for a suitable DP."
msgstr ""
#. i18n: ectx: property (text), widget (QCheckBox, ignoreHTTPDPCB)
#. +> trunk5 stable5
#: ui/smimeconfiguration.ui:154
#, kde-format
msgid "Ignore HTTP CRL distribution point of certificates"
msgstr ""
#. i18n: ectx: property (whatsThis), widget (QRadioButton, honorHTTPProxyRB)
#. +> trunk5 stable5
#: ui/smimeconfiguration.ui:176
#, kde-format
msgid "If this option is selected, the value of the HTTP proxy shown on the right (which comes from the environment variable http_proxy) will be used for any HTTP request."
msgstr ""
#. i18n: ectx: property (text), widget (QRadioButton, honorHTTPProxyRB)
#. +> trunk5 stable5
#: ui/smimeconfiguration.ui:179
#, kde-format
msgid "Use s&ystem HTTP proxy:"
msgstr ""
#. i18n: ectx: property (text), widget (QRadioButton, useCustomHTTPProxyRB)
#. +> trunk5 stable5
#: ui/smimeconfiguration.ui:196
#, kde-format
msgid "Use &this proxy for HTTP requests: "
msgstr ""
#. i18n: ectx: property (whatsThis), widget (KLineEdit, customHTTPProxy)
#. +> trunk5 stable5
#: ui/smimeconfiguration.ui:203
#, kde-format
msgid "Enter here the location of your HTTP Proxy, which will be used for all HTTP requests relating to S/MIME. The syntax is host:port, for instance myproxy.nowhere.com:3128."
msgstr ""
#. i18n: ectx: attribute (title), widget (QWidget, tabLDAP)
#. +> trunk5 stable5
#: ui/smimeconfiguration.ui:216
#, kde-format
msgid "LDAP Requests"
msgstr ""
#. i18n: ectx: property (whatsThis), widget (QCheckBox, disableLDAPCB)
#. +> trunk5 stable5
#: ui/smimeconfiguration.ui:224
#, kde-format
msgid "Entirely disables the use of LDAP for S/MIME."
msgstr ""
#. i18n: ectx: property (text), widget (QCheckBox, disableLDAPCB)
#. +> trunk5 stable5
#: ui/smimeconfiguration.ui:227
#, kde-format
msgid "Do not perform any LDAP requests"
msgstr ""
#. i18n: ectx: property (whatsThis), widget (QCheckBox, ignoreLDAPDPCB)
#. +> trunk5 stable5
#: ui/smimeconfiguration.ui:234
#, kde-format
msgid "When looking for the location of a CRL, the to-be-tested certificate usually contains what are known as \"CRL Distribution Point\" (DP) entries, which are URLs describing the way to access the URL. The first found DP entry is used. With this option all entries using the LDAP scheme are ignored when looking for a suitable DP."
msgstr ""
#. i18n: ectx: property (text), widget (QCheckBox, ignoreLDAPDPCB)
#. +> trunk5 stable5
#: ui/smimeconfiguration.ui:237
#, kde-format
msgid "Ignore LDAP CRL distribution point of certificates"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, customLDAPLabel)
#. +> trunk5 stable5
#: ui/smimeconfiguration.ui:246
#, kde-format
msgid "Primary host for LDAP requests:"
msgstr ""
#. i18n: ectx: property (whatsThis), widget (KLineEdit, customLDAPProxy)
#. +> trunk5 stable5
#: ui/smimeconfiguration.ui:257
#, kde-format
msgid ""
"Entering a LDAP server here will make all LDAP requests go to that server first. More precisely, this setting overrides any specified host and port part in a LDAP URL and will also be used if host and port have been omitted from the URL. Other LDAP servers will be used only if the connection to the \"proxy\" failed.\n"
"The syntax is \"HOST\" or \"HOST:PORT\". If PORT is omitted, port 389 (standard LDAP port) is used."
msgstr ""
#. i18n: ectx: property (toolTip), widget (QCheckBox, mWarnUnsigned)
#. +> trunk5 stable5
#: ui/warningconfiguration.ui:17
#, kde-format
msgid "Check to be warned when sending unsigned messages."
msgstr ""
#. i18n: ectx: property (whatsThis), widget (QCheckBox, mWarnUnsigned)
#. +> trunk5 stable5
#: ui/warningconfiguration.ui:25
#, kde-format
msgid ""
"<qt>\n"
"<h1>Warn When Trying To Send Unsigned Messages</h1>"
"\n"
"If this box is checked, you will be warned when you try to send parts of or the whole message unsigned.\n"
"<p>\n"
"It is recommended to leave this option turned on for maximum integrity.\n"
"</p>"
"</qt>"
msgstr ""
#. i18n: ectx: property (text), widget (QCheckBox, mWarnUnsigned)
#. +> trunk5 stable5
#: ui/warningconfiguration.ui:28
#, kde-format
msgid "Warn when trying to send &unsigned messages"
msgstr ""
#. i18n: ectx: property (toolTip), widget (QCheckBox, warnUnencryptedCB)
#. +> trunk5 stable5
#: ui/warningconfiguration.ui:38
#, kde-format
msgid "Check to be warned when sending unencrypted messages."
msgstr ""
#. i18n: ectx: property (whatsThis), widget (QCheckBox, warnUnencryptedCB)
#. +> trunk5 stable5
#: ui/warningconfiguration.ui:46
#, kde-format
msgid ""
"<qt>\n"
"<h1>Warn When Trying To Send Unencrypted Messages</h1>"
"\n"
"If this box is checked, you will be warned when you try to send parts of or the whole message unencrypted.\n"
"<p>\n"
"It is recommended to leave this option turned on for maximum integrity.\n"
"</p>"
"</qt>"
msgstr ""
#. i18n: ectx: property (text), widget (QCheckBox, warnUnencryptedCB)
#. +> trunk5 stable5
#: ui/warningconfiguration.ui:49
#, kde-format
msgid "&Warn when trying to send unencrypted messages"
msgstr ""
#. i18n: ectx: property (toolTip), widget (QCheckBox, warnReceiverNotInCertificateCB)
#. +> trunk5 stable5
#: ui/warningconfiguration.ui:62
#, kde-format
msgid "Check to be warned if the address is not in the certificate"
msgstr ""
#. i18n: ectx: property (whatsThis), widget (QCheckBox, warnReceiverNotInCertificateCB)
#. +> trunk5 stable5
#: ui/warningconfiguration.ui:70
#, kde-format
msgid ""
"<qt>\n"
"<h1>Warn If Receiver's Email Address Is Not In Certificate</h1>"
"\n"
"If this option is checked, a warning is issued if the email address of the receiver is not contained in the certificate used for encrypting.\n"
"<p>\n"
"It is recommended to leave this option turned on for maximum security.\n"
"</p>"
"</qt>"
msgstr ""
#. i18n: ectx: property (text), widget (QCheckBox, warnReceiverNotInCertificateCB)
#. +> trunk5 stable5
#: ui/warningconfiguration.ui:73
#, kde-format
msgid "Warn if &receiver's email address is not in certificate"
msgstr ""
#. i18n: ectx: property (title), widget (QGroupBox, warnGroupBox)
#. +> trunk5 stable5
#: ui/warningconfiguration.ui:83
#, kde-format
msgid "Warn if certificates/keys expire soon (configure thresholds below)"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, textLabel2)
#. +> trunk5 stable5
#: ui/warningconfiguration.ui:92
#, kde-format
msgid "For Signing"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, textLabel2_2)
#. +> trunk5 stable5
#: ui/warningconfiguration.ui:105
#, kde-format
msgid "For Encryption"
msgstr ""
#. i18n: ectx: property (toolTip), widget (KPluralHandlingSpinBox, mWarnSignKeyExpiresSB)
#. i18n: ectx: property (toolTip), widget (KPluralHandlingSpinBox, mWarnEncrKeyExpiresSB)
#. i18n: ectx: property (toolTip), widget (KPluralHandlingSpinBox, mWarnEncrChainCertExpiresSB)
#. i18n: ectx: property (toolTip), widget (KPluralHandlingSpinBox, mWarnSignChainCertExpiresSB)
#. i18n: ectx: property (toolTip), widget (KPluralHandlingSpinBox, mWarnSignRootCertExpiresSB)
#. i18n: ectx: property (toolTip), widget (KPluralHandlingSpinBox, mWarnEncrRootCertExpiresSB)
#. +> trunk5 stable5
#: ui/warningconfiguration.ui:124 ui/warningconfiguration.ui:160
#: ui/warningconfiguration.ui:196 ui/warningconfiguration.ui:226
#: ui/warningconfiguration.ui:256 ui/warningconfiguration.ui:292
#, kde-format
msgid "Select the number of days here"
msgstr ""
#. i18n: ectx: property (whatsThis), widget (KPluralHandlingSpinBox, mWarnSignKeyExpiresSB)
#. +> trunk5 stable5
#: ui/warningconfiguration.ui:132
#, kde-format
msgid ""
"<qt>\n"
"<h1>Warn If Signature Certificate Expires</h1>"
"\n"
"Select the minimum number of days the signature certificate should be valid without issuing a warning.\n"
"<p>\n"
"The recommended SPHINX setting is 14 days.\n"
"</p>"
"</qt>"
msgstr ""
#. i18n: ectx: property (whatsThis), widget (KPluralHandlingSpinBox, mWarnEncrKeyExpiresSB)
#. +> trunk5 stable5
#: ui/warningconfiguration.ui:168
#, kde-format
msgid ""
"<qt>\n"
"<h1>Warn If Encryption Certificate Expires</h1>"
"\n"
"Select the minimum number of days the encryption certificate should be valid without issuing a warning.\n"
"<p>\n"
"The recommended SPHINX setting is 14 days.\n"
"</p>"
"</qt>"
msgstr ""
#. i18n: ectx: property (whatsThis), widget (KPluralHandlingSpinBox, mWarnEncrChainCertExpiresSB)
#. +> trunk5 stable5
#: ui/warningconfiguration.ui:204
#, kde-format
msgid ""
"<qt>\n"
"<h1>Warn If A Certificate In The Chain Expires</h1>"
"\n"
"Select the minimum number of days all certificates in the chain should be valid without issuing a warning.\n"
"<p>\n"
"The recommended SPHINX setting is 14 days.\n"
"</p>"
"</qt>"
msgstr ""
#. i18n: ectx: property (whatsThis), widget (KPluralHandlingSpinBox, mWarnSignChainCertExpiresSB)
#. +> trunk5 stable5
#: ui/warningconfiguration.ui:234
#, kde-format
msgid ""
"<qt>\n"
"<h1>Warn If CA Certificate Expires</h1>"
"\n"
"Select the minimum number of days the CA certificate should be valid without issuing a warning.\n"
"<p>\n"
"The recommended SPHINX setting is 14 days.\n"
"</p>"
"</qt>"
msgstr ""
#. i18n: ectx: property (whatsThis), widget (KPluralHandlingSpinBox, mWarnSignRootCertExpiresSB)
#. i18n: ectx: property (whatsThis), widget (KPluralHandlingSpinBox, mWarnEncrRootCertExpiresSB)
#. +> trunk5 stable5
#: ui/warningconfiguration.ui:264 ui/warningconfiguration.ui:300
#, kde-format
msgid ""
"<qt>\n"
"<h1>Warn If Root Certificate Expires</h1>"
"\n"
"Select the minimum number of days the root certificate should be valid without issuing a warning.\n"
"<p>\n"
"The recommended SPHINX setting is 14 days.\n"
"</p>"
"</qt>"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, textLabel1_2_2)
#. +> trunk5 stable5
#: ui/warningconfiguration.ui:316
#, kde-format
msgid "For root certificates:"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, textLabel1_2)
#. +> trunk5 stable5
#: ui/warningconfiguration.ui:329
#, kde-format
msgid "For intermediate CA certificates:"
msgstr ""
#. i18n: ectx: property (text), widget (QLabel, textLabel1)
#. +> trunk5 stable5
#: ui/warningconfiguration.ui:342
#, kde-format
msgid "For end-user certificates/keys:"
msgstr ""
#. i18n: ectx: property (text), widget (QPushButton, gnupgButton)
#. +> trunk5 stable5
#: ui/warningconfiguration.ui:405
#, kde-format
msgid "GnuPG Settings..."
msgstr ""
#. i18n: ectx: property (text), widget (QPushButton, enableAllWarningsPB)
#. +> trunk5 stable5
#: ui/warningconfiguration.ui:435
#, kde-format
msgid "Re-enable All \"Do not Ask Again\" Warnings"
msgstr ""
#. +> trunk5 stable5
#: undostack.cpp:63
#, kde-format
msgid "Move To Trash"
msgstr ""
#. +> trunk5 stable5
#: undostack.cpp:63
#, kde-format
msgid "Move Message"
msgid_plural "Move Messages"
msgstr[0] ""
msgstr[1] ""
#. +> trunk5 stable5
#: undostack.cpp:117
#, kde-format
msgid "There is nothing to undo."
msgstr ""
#. +> trunk5 stable5
#: undostack.cpp:124
#, kde-format
msgid "Cannot move message. %1"
msgstr ""
#. +> trunk5 stable5
#: widgets/displaymessageformatactionmenu.cpp:36
#, kde-format
msgid "Prefer &HTML to Plain Text"
msgstr ""
#. +> trunk5 stable5
#: widgets/displaymessageformatactionmenu.cpp:42
#, kde-format
msgid "Prefer &Plain Text to HTML"
msgstr ""
#. +> trunk5 stable5
#: widgets/displaymessageformatactionmenu.cpp:48
#, kde-format
msgid "Use Global Setting"
msgstr ""
#. +> trunk5 stable5
#: widgets/vacationscriptindicatorwidget.cpp:102
#, kde-format
msgid "Out of office reply active on server"
msgid_plural "Out of office reply active on servers"
msgstr[0] ""
msgstr[1] ""
Index: trunk/l10n-support/templates/summit/messages/playground-base/kbackup.desktop.pot
===================================================================
--- trunk/l10n-support/templates/summit/messages/playground-base/kbackup.desktop.pot (revision 1509319)
+++ trunk/l10n-support/templates/summit/messages/playground-base/kbackup.desktop.pot (revision 1509320)
@@ -1,30 +1,30 @@
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: desktop files\n"
"Report-Msgid-Bugs-To: http://bugs.kde.org\n"
-"POT-Creation-Date: 2018-01-19 09:24+0100\n"
+"POT-Creation-Date: 2018-01-26 09:16+0100\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/org.kde.kbackup.desktop:10
msgctxt "Name"
msgid "KBackup"
msgstr ""
#. +> trunk5
-#: src/org.kde.kbackup.desktop:23
+#: src/org.kde.kbackup.desktop:24
msgctxt "GenericName"
msgid "Backup Program"
msgstr ""
#. +> trunk5
-#: src/org.kde.kbackup.desktop:35
+#: src/org.kde.kbackup.desktop:37
msgctxt "Comment"
msgid "Backup your data with an easy to use user interface"
msgstr ""