summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJörg Frings-Fürst <debian@jff-webhosting.net>2016-06-26 08:39:49 +0200
committerJörg Frings-Fürst <debian@jff-webhosting.net>2016-06-26 08:39:49 +0200
commit29a7aef998e975b42401cfa96d1b750d91eadf06 (patch)
treeeda2bdff398789ea2358cc39986dd1f7ee9d027a
parent4e10e30c2f99d552239871aa1b27a08a6c18f1a4 (diff)
Imported Upstream version 0.23.2upstream/0.23.2
-rw-r--r--Makefile35
-rw-r--r--NEWS55
-rw-r--r--app-icons/shotwell-source.svg5248
-rwxr-xr-xconfigure17
-rw-r--r--[-rwxr-xr-x]help/C/figures/crop_thirds.jpgbin10579 -> 10579 bytes
-rw-r--r--help/C/figures/shotwell_logo.pngbin3658 -> 5486 bytes
-rw-r--r--help/C/share-upload.page5
-rw-r--r--plugins/Makefile.plugin.mk17
-rw-r--r--plugins/common/Makefile20
-rw-r--r--plugins/common/RESTSupport.vala49
-rw-r--r--plugins/plugins.mk1
-rw-r--r--plugins/shotwell-data-imports/Makefile8
-rw-r--r--plugins/shotwell-data-imports/SqliteSupport.vala (renamed from plugins/common/SqliteSupport.vala)23
-rw-r--r--plugins/shotwell-data-imports/VersionNumber.vala (renamed from plugins/common/VersionNumber.vala)9
-rw-r--r--plugins/shotwell-publishing-extras/Makefile2
-rw-r--r--plugins/shotwell-publishing-extras/RajcePublishing.vala6
-rw-r--r--plugins/shotwell-publishing-extras/TumblrPublishing.vala16
-rw-r--r--plugins/shotwell-publishing-extras/YandexPublishing.vala2
-rw-r--r--plugins/shotwell-publishing/FacebookPublishing.vala3
-rw-r--r--plugins/shotwell-publishing/Makefile4
-rw-r--r--plugins/shotwell-publishing/PicasaPublishing.vala2
-rw-r--r--plugins/shotwell-publishing/PiwigoPublishing.vala56
-rw-r--r--plugins/shotwell-publishing/YouTubePublishing.vala2
-rw-r--r--plugins/shotwell-transitions/Makefile4
-rw-r--r--po/POTFILES.in4
-rw-r--r--po/cs.po573
-rw-r--r--po/de.po1100
-rw-r--r--po/es.po584
-rw-r--r--po/id.po1327
-rw-r--r--po/pt_BR.po561
-rw-r--r--po/sk.po130
-rw-r--r--po/sv.po900
-rw-r--r--src/CheckerboardLayout.vala11
-rw-r--r--src/SearchFilter.vala39
-rw-r--r--src/camera/CameraTable.vala12
-rw-r--r--src/camera/GPhoto.vala66
-rw-r--r--src/library/LibraryWindow.vala33
-rw-r--r--vapi/gphoto-2.4/libgphoto2.vapi487
-rw-r--r--vapi/libgphoto2.vapi (renamed from vapi/gphoto-2.5/libgphoto2.vapi)0
39 files changed, 8146 insertions, 3265 deletions
diff --git a/Makefile b/Makefile
index a1f2b9f..fbd3ebb 100644
--- a/Makefile
+++ b/Makefile
@@ -2,7 +2,7 @@ PROGRAM = shotwell
PROGRAM_THUMBNAILER = shotwell-video-thumbnailer
PROGRAM_MIGRATOR = shotwell-settings-migrator
-VERSION = 0.23.1
+VERSION = 0.23.2
GITVER := $(shell git rev-parse HEAD)
GETTEXT_PACKAGE = $(PROGRAM)
BUILD_ROOT = 1
@@ -40,10 +40,6 @@ ifdef UNITY_SUPPORT
VALAFLAGS := $(VALAFLAGS) --define UNITY_SUPPORT
endif
-ifdef WITH_GPHOTO_25
-VALAFLAGS := $(VALAFLAGS) --define WITH_GPHOTO_25
-endif
-
DEFINES := _PREFIX='"$(PREFIX)"' _VERSION='"$(VERSION)"' GETTEXT_PACKAGE='"$(GETTEXT_PACKAGE)"' \
_LANG_SUPPORT_DIR='"$(SYSTEM_LANG_DIR)"' _LIB='"${LIB}"' _LIBEXECDIR='"$(LIBEXECDIR)"'
@@ -119,17 +115,12 @@ VAPI_FILES = \
LConv.vapi \
libexif.vapi \
libraw.vapi \
- unity.vapi
+ unity.vapi \
+ libgphoto2.vapi
DEPS_FILES = \
unity.deps
-ifdef WITH_GPHOTO_25
-GPHOTO_VAPI_FILE = vapi/gphoto-2.5/libgphoto2.vapi
-else
-GPHOTO_VAPI_FILE = vapi/gphoto-2.4/libgphoto2.vapi
-endif
-
RESOURCE_FILES = \
collection.ui \
direct.ui \
@@ -227,13 +218,6 @@ ICON_FILES = \
VAPI_DIRS = \
./vapi
-ifdef WITH_GPHOTO_25
-VAPI_DIRS += ./vapi/gphoto-2.5
-else
-VAPI_DIRS += ./vapi/gphoto-2.4
-endif
-
-
HEADER_DIRS = \
./vapi
@@ -275,7 +259,7 @@ THUMBNAILER_PKGS = \
DIRECT_LIBS =
EXT_PKG_VERSIONS = \
- gee-0.8 >= 0.8.5 \
+ gee-0.8 >= 0.10.0 \
gexiv2 >= 0.4.90 \
gio-unix-2.0 >= 2.20 \
glib-2.0 >= $(MIN_GLIB_VERSION) \
@@ -293,8 +277,7 @@ EXT_PKG_VERSIONS = \
libxml-2.0 >= 2.6.32 \
rest-0.7 >= 0.7 \
sqlite3 >= 3.5.9 \
- webkit2gtk-4.0 \
- gnome-doc-utils
+ webkit2gtk-4.0
DIRECT_LIBS_VERSIONS =
@@ -327,7 +310,8 @@ UNITIZE_INITS := $(foreach nm,$(UNIT_NAMESPACES),$(UNITIZE_DIR)/_$(nm)Internals.
UNITIZE_STAMP := $(UNITIZE_DIR)/.unitized
PLUGINS_DIR := plugins
-PLUGINS_SO := $(foreach plugin,$(PLUGINS),$(PLUGINS_DIR)/$(plugin)/$(plugin).so)
+INSTALL_PLUGINS = $(filter-out common,$(PLUGINS))
+PLUGINS_SO := $(foreach plugin,$(INSTALL_PLUGINS),$(PLUGINS_DIR)/$(plugin)/$(plugin).so)
EXTRA_PLUGINS_SO := $(foreach plugin,$(EXTRA_PLUGINS),$(PLUGINS_DIR)/$(plugin)/$(plugin).so)
PLUGINS_DIST_FILES := `$(MAKE) --directory=plugins --no-print-directory listfiles`
@@ -372,7 +356,6 @@ DIST_FILES = Makefile configure chkver $(EXPANDED_DIST_SRC_FILES) $(EXPANDED_VAP
$(EXPANDED_DOC_PAGES) $(EXPANDED_DOC_IMAGES) $(EXPANDED_DOC_PO) help/Makefile.am \
apport/shotwell.py $(UNIT_RESOURCES) $(UNIT_MKS) \
unitize.mk units.mk $(PC_INPUT) $(PLUGINS_DIST_FILES) \
- vapi/gphoto-2.5/libgphoto2.vapi vapi/gphoto-2.4/libgphoto2.vapi \
$(EXPANDED_THUMBNAILER_SRC_FILES) $(MIGRATOR_BIN)
DIST_TAR = $(PROGRAM)-$(VERSION).tar
@@ -581,6 +564,7 @@ endif
$(SYSTEM_LANG_DIR)/$(lang)/LC_MESSAGES/shotwell.mo`)
mkdir -p $(DESTDIR)$(PREFIX)/$(LIB)/shotwell/plugins/builtin
$(INSTALL_PROGRAM) $(PLUGINS_SO) $(DESTDIR)$(PREFIX)/$(LIB)/shotwell/plugins/builtin
+ $(INSTALL_PROGRAM) plugins/common/libshotwell-plugin-common.so $(DESTDIR)$(PREFIX)/$(LIB)
ifdef PLUGINS_RC
$(INSTALL_DATA) $(PLUGINS_RC) $(DESTDIR)$(PREFIX)/$(LIB)/shotwell/plugins/builtin
endif
@@ -629,6 +613,7 @@ ifdef ENABLE_APPORT_HOOK_INSTALL
endif
$(foreach lang,$(CORE_SUPPORTED_LANGUAGES),`rm -f $(SYSTEM_LANG_DIR)/$(lang)/LC_MESSAGES/shotwell.mo`)
rm -rf $(DESTDIR)$(PREFIX)/$(LIB)/shotwell/plugins/builtin
+ rm -rf $(DESTDIR)$(PREFIX)/$(LIB)/libshotwell-plugin-common.so
ifdef INSTALL_HEADERS
rm -rf $(DESTDIR)$(PREFIX)/include/shotwell
rm -f $(foreach vapi,$(PLUGIN_VAPI),$(DESTDIR)$(PREFIX)/share/vala/vapi/$(notdir $(vapi)))
@@ -660,7 +645,7 @@ $(UNITIZE_INITS) $(UNITIZE_ENTRIES): $(UNITIZE_STAMP)
@
# EXPANDED_SRC_FILES includes UNITIZE_INITS and UNITIZE_ENTRY
-$(VALA_STAMP): $(EXPANDED_SRC_FILES) $(EXPANDED_VAPI_FILES) $(GPHOTO_VAPI_FILE) $(EXPANDED_SRC_HEADER_FILES)
+$(VALA_STAMP): $(EXPANDED_SRC_FILES) $(EXPANDED_VAPI_FILES) $(EXPANDED_SRC_HEADER_FILES)
$(call check_valac_version)
@echo Compiling Vala code...
@mkdir -p $(BUILD_DIR)
diff --git a/NEWS b/NEWS
index 8fe4fd4..9f21595 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,58 @@
+Shotwell 0.23.2 - 20 Jun 2016
+
+ * Use yelp-build to generate HTML docs
+ * Remove gphoto-2.4 support
+ * Fix background color drawing (#766864)
+ * Port GtkNotebook to GtkStack (#744289)
+ * Fix missing scroll bars in events (#766864)
+ * Fix URLs in manpage
+ * Clean up external functions
+ * Port librest's internal hmac_sha1 implementation to Vala
+ * Fix multiplication of symbols in plugins
+ * Request "popup" login in Facebook
+ * Update help regarding publishing permissions in Facebook (#766919)
+ * Add source SVG for new app icons
+ * Update logo for help
+ * Remove executable flag on images
+ * Piwigo: Let libsoup parse the cookie
+ * Remove string utility functions in publishing plugins
+ * Remove a libgee work-around, bump to 0.10 minimum version
+ * Make filter toolbar buttons contain text and image
+ * Move commonly used functions into shared library to prevent multiple
+ definition of symbols
+
+Bugs fixed in this release:
+ - https://bugzilla.gnome.org/show_bug.cgi?id=744289
+ - https://bugzilla.gnome.org/show_bug.cgi?id=766864
+ - https://bugzilla.gnome.org/show_bug.cgi?id=766919
+ - https://bugzilla.gnome.org/show_bug.cgi?id=767042
+
+All contributors to this release:
+ - Jens Georg <mail@jensge.org>
+ - Wolfgang Steitz <wsteitz@gmail.com>
+ - Piotr Drąg <piotrdrag@gmail.com>
+ - Mario Blättermann <mario.blaettermann@gmail.com>
+ - Marek Černocký <marek@manet.cz>
+ - Enrico Nicoletto <liverig@gmail.com>
+ - Dušan Kazik <prescott66@gmail.com>
+ - Daniel Mustieles <daniel.mustieles@gmail.com>
+ - Christian Kirbach <Christian.Kirbach@gmail.com>
+ - Andika Triwidada <atriwidada@gnome.org>
+ - Anders Jonsson <anders.jonsson@norsjovallen.se>
+ - Abel 'Akronix' Serrano Juste <akronix5@gmail.com>
+
+Added/updated translations
+ - cs, courtesy of Marek Černocký
+ - de, courtesy of Christian Kirbach
+ - es, courtesy of Daniel Mustieles
+ - id, courtesy of Andika Triwidada
+ - pt_BR, courtesy of Enrico Nicoletto
+ - sk, courtesy of Dušan Kazik
+ - sv, courtesy of Anders Jonsson
+
+Added/Updated dependencies
+ - libgee minimal version bumped to 0.10
+
Shotwell 0.23.1 - 23 May 2016
-----------------------------
diff --git a/app-icons/shotwell-source.svg b/app-icons/shotwell-source.svg
new file mode 100644
index 0000000..814835d
--- /dev/null
+++ b/app-icons/shotwell-source.svg
@@ -0,0 +1,5248 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<svg
+ xmlns:dc="http://purl.org/dc/elements/1.1/"
+ xmlns:cc="http://creativecommons.org/ns#"
+ xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+ xmlns:svg="http://www.w3.org/2000/svg"
+ xmlns="http://www.w3.org/2000/svg"
+ xmlns:xlink="http://www.w3.org/1999/xlink"
+ xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+ xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+ inkscape:export-ydpi="90.000000"
+ inkscape:export-xdpi="90.000000"
+ inkscape:export-filename="/home/jimmac/Desktop/wi-fi.png"
+ width="400"
+ height="300"
+ id="svg11300"
+ sodipodi:version="0.32"
+ inkscape:version="0.48.1 r9760"
+ sodipodi:docname="shotwell.svg"
+ inkscape:output_extension="org.inkscape.output.svg.inkscape"
+ version="1.0"
+ style="enable-background:new">
+ <title
+ id="title82247">Shotwell</title>
+ <sodipodi:namedview
+ stroke="#ef2929"
+ fill="#f57900"
+ id="base"
+ pagecolor="#474747"
+ bordercolor="#666666"
+ borderopacity="0.25490196"
+ inkscape:pageopacity="0"
+ inkscape:pageshadow="2"
+ inkscape:zoom="1"
+ inkscape:cx="170.98259"
+ inkscape:cy="127.74596"
+ inkscape:current-layer="layer1"
+ showgrid="false"
+ inkscape:grid-bbox="true"
+ inkscape:document-units="px"
+ inkscape:showpageshadow="false"
+ inkscape:window-width="1546"
+ inkscape:window-height="982"
+ inkscape:window-x="1627"
+ inkscape:window-y="68"
+ width="400px"
+ height="300px"
+ inkscape:snap-nodes="false"
+ inkscape:snap-bbox="true"
+ gridtolerance="10000"
+ inkscape:window-maximized="0">
+ <inkscape:grid
+ empspacing="4"
+ visible="true"
+ enabled="true"
+ type="xygrid"
+ id="grid5883"
+ spacingx="1px"
+ spacingy="1px"
+ dotted="false"
+ color="#0000ff"
+ opacity="0.07058824" />
+ </sodipodi:namedview>
+ <defs
+ id="defs3">
+ <linearGradient
+ id="linearGradient82201">
+ <stop
+ style="stop-color:#eeeeee;stop-opacity:1"
+ offset="0"
+ id="stop82203" />
+ <stop
+ id="stop82205"
+ offset="0.15395921"
+ style="stop-color:#d7dad3;stop-opacity:1;" />
+ <stop
+ style="stop-color:white;stop-opacity:1;"
+ offset="1"
+ id="stop82207" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient81878">
+ <stop
+ style="stop-color:#c3c3c3;stop-opacity:1"
+ offset="0"
+ id="stop81880" />
+ <stop
+ style="stop-color:#878787;stop-opacity:1"
+ offset="1"
+ id="stop81882" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient5626"
+ gradientUnits="userSpaceOnUse"
+ x1="135.96919"
+ y1="291.77829"
+ x2="41.1329"
+ y2="74.766403">
+ <stop
+ offset="0"
+ style="stop-color:#d16060;stop-opacity:1"
+ id="stop5628" />
+ <stop
+ offset="1"
+ style="stop-color:#dac0c5;stop-opacity:1"
+ id="stop5631" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient5583">
+ <stop
+ style="stop-color:#ffffff;stop-opacity:1;"
+ offset="0"
+ id="stop5585" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0;"
+ offset="1"
+ id="stop5587" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient4732">
+ <stop
+ id="stop4734"
+ offset="0"
+ style="stop-color:#ffffff;stop-opacity:1" />
+ <stop
+ style="stop-color:#d7dad3;stop-opacity:1;"
+ offset="0.15395921"
+ id="stop4738" />
+ <stop
+ id="stop4736"
+ offset="1"
+ style="stop-color:white;stop-opacity:1;" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient6538">
+ <stop
+ style="stop-color:#000000;stop-opacity:1;"
+ offset="0"
+ id="stop6540" />
+ <stop
+ style="stop-color:#000000;stop-opacity:0;"
+ offset="1"
+ id="stop6542" />
+ </linearGradient>
+ <inkscape:perspective
+ sodipodi:type="inkscape:persp3d"
+ inkscape:vp_x="0 : 150 : 1"
+ inkscape:vp_y="0 : 1000 : 0"
+ inkscape:vp_z="400 : 150 : 1"
+ inkscape:persp3d-origin="200 : 100 : 1"
+ id="perspective3614" />
+ <linearGradient
+ id="linearGradient5628">
+ <stop
+ id="stop5630"
+ offset="0"
+ style="stop-color:white;stop-opacity:1;" />
+ <stop
+ id="stop5632"
+ offset="1"
+ style="stop-color:white;stop-opacity:0;" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient5822-0">
+ <stop
+ style="stop-color:#d3d7cf;stop-opacity:1;"
+ offset="0"
+ id="stop5824-6" />
+ <stop
+ style="stop-color:white;stop-opacity:1;"
+ offset="1"
+ id="stop5826-1" />
+ </linearGradient>
+ <linearGradient
+ y2="74.766403"
+ x2="41.1329"
+ y1="291.77829"
+ x1="135.96919"
+ gradientUnits="userSpaceOnUse"
+ id="aigrd8-6">
+ <stop
+ id="stop676-1"
+ style="stop-color:#4A4A8C"
+ offset="0" />
+ <stop
+ id="stop677-6"
+ style="stop-color:#c1a9d2;stop-opacity:1;"
+ offset="1" />
+ </linearGradient>
+ <clipPath
+ clipPathUnits="userSpaceOnUse"
+ id="clipPath6018-7">
+ <path
+ id="path6012-4"
+ d="M 119.31669,126.32972 L 5.6199935,166.02552 L 45.618819,280.93028 L 56.123561,277.21826 L 102.78886,178.04537 L 144.79172,197.76298 L 119.31669,126.32972 z "
+ clip-path="none"
+ mask="none"
+ style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.41945601;stroke-miterlimit:4;stroke-opacity:1"
+ sodipodi:nodetypes="ccccccc" />
+ </clipPath>
+ <linearGradient
+ gradientUnits="userSpaceOnUse"
+ y2="158.03101"
+ x2="132.82031"
+ y1="158.03101"
+ x1="112.9"
+ id="linearGradient23786"
+ xlink:href="#linearGradient22425"
+ inkscape:collect="always" />
+ <radialGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient10773"
+ id="radialGradient22685"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1.9954751,0,0,0.16742082,-189.88688,71.914027)"
+ cx="190.75"
+ cy="86.375"
+ fx="190.75"
+ fy="86.375"
+ r="27.625" />
+ <linearGradient
+ id="linearGradient10773"
+ inkscape:collect="always">
+ <stop
+ id="stop10775"
+ offset="0"
+ style="stop-color:#ffffff;stop-opacity:1;" />
+ <stop
+ id="stop10777"
+ offset="1"
+ style="stop-color:#ffffff;stop-opacity:0;" />
+ </linearGradient>
+ <radialGradient
+ r="1"
+ fy="164.25"
+ fx="33.5"
+ cy="164.25"
+ cx="33.5"
+ gradientTransform="matrix(11.936738,-5e-4,0.00185225,65.25,-138.86173,-10553.045)"
+ gradientUnits="userSpaceOnUse"
+ id="radialGradient10769"
+ xlink:href="#linearGradient10757"
+ inkscape:collect="always" />
+ <linearGradient
+ id="linearGradient10757"
+ inkscape:collect="always">
+ <stop
+ id="stop10759"
+ offset="0"
+ style="stop-color:#ffffff;stop-opacity:1;" />
+ <stop
+ id="stop10761"
+ offset="1"
+ style="stop-color:#ffffff;stop-opacity:0;" />
+ </linearGradient>
+ <radialGradient
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(14.5,-5e-4,0.00225,65.25,-452.61956,-10553.045)"
+ r="1"
+ fy="164.25"
+ fx="33.5"
+ cy="164.25"
+ cx="33.5"
+ id="radialGradient10763"
+ xlink:href="#linearGradient10757"
+ inkscape:collect="always" />
+ <linearGradient
+ id="linearGradient10695"
+ inkscape:collect="always">
+ <stop
+ id="stop10697"
+ offset="0"
+ style="stop-color:#0052cb;stop-opacity:1" />
+ <stop
+ id="stop10699"
+ offset="1"
+ style="stop-color:#204a87;stop-opacity:0;" />
+ </linearGradient>
+ <radialGradient
+ r="19"
+ fy="188.5"
+ fx="171.25"
+ cy="188.5"
+ cx="171.25"
+ gradientTransform="matrix(1.263432,0,0,1.263432,-45.112728,-49.65693)"
+ gradientUnits="userSpaceOnUse"
+ id="radialGradient10729"
+ xlink:href="#linearGradient10695"
+ inkscape:collect="always" />
+ <linearGradient
+ id="linearGradient9561"
+ inkscape:collect="always">
+ <stop
+ id="stop9563"
+ offset="0"
+ style="stop-color:#c3cfe0;stop-opacity:1;" />
+ <stop
+ id="stop9565"
+ offset="1"
+ style="stop-color:#c3cfe0;stop-opacity:0;" />
+ </linearGradient>
+ <radialGradient
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1,0,0,1.2015193,0,-83.06372)"
+ r="3.7217689"
+ fy="412.1875"
+ fx="183.5625"
+ cy="412.1875"
+ cx="183.5625"
+ id="radialGradient9567"
+ xlink:href="#linearGradient9561"
+ inkscape:collect="always" />
+ <linearGradient
+ id="linearGradient10681"
+ inkscape:collect="always">
+ <stop
+ id="stop10683"
+ offset="0"
+ style="stop-color:#204a87;stop-opacity:1;" />
+ <stop
+ id="stop10685"
+ offset="1"
+ style="stop-color:#204a87;stop-opacity:0;" />
+ </linearGradient>
+ <linearGradient
+ y2="412.88498"
+ x2="183.5625"
+ y1="410.67535"
+ x1="181.00391"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient10727"
+ xlink:href="#linearGradient10681"
+ inkscape:collect="always" />
+ <radialGradient
+ r="15.472313"
+ fy="407.04935"
+ fx="173.27534"
+ cy="407.04935"
+ cx="173.27534"
+ gradientTransform="matrix(1.5830042,0,0,1.5830042,-104.94075,-247.46913)"
+ gradientUnits="userSpaceOnUse"
+ id="radialGradient10725"
+ xlink:href="#linearGradient11777-3"
+ inkscape:collect="always" />
+ <linearGradient
+ id="linearGradient11777-3"
+ inkscape:collect="always">
+ <stop
+ id="stop11779-2"
+ offset="0"
+ style="stop-color:#ffffff;stop-opacity:1;" />
+ <stop
+ id="stop11781-2"
+ offset="1"
+ style="stop-color:#ffffff;stop-opacity:0;" />
+ </linearGradient>
+ <radialGradient
+ r="15.472313"
+ fy="408.83749"
+ fx="173.05119"
+ cy="408.83749"
+ cx="173.05119"
+ gradientTransform="matrix(1.5830042,0,0,1.5830042,-104.94075,-247.46913)"
+ gradientUnits="userSpaceOnUse"
+ id="radialGradient10723"
+ xlink:href="#linearGradient11777-3"
+ inkscape:collect="always" />
+ <linearGradient
+ id="linearGradient11689"
+ inkscape:collect="always">
+ <stop
+ id="stop11691"
+ offset="0"
+ style="stop-color:#ffffff;stop-opacity:1;" />
+ <stop
+ style="stop-color:#a2a2a2;stop-opacity:1"
+ offset="0.25925928"
+ id="stop11697" />
+ <stop
+ id="stop11699"
+ offset="0.46296296"
+ style="stop-color:#f8f8f8;stop-opacity:1" />
+ <stop
+ style="stop-color:#ededed;stop-opacity:1;"
+ offset="0.67901236"
+ id="stop11703" />
+ <stop
+ style="stop-color:#bcbcbc;stop-opacity:1;"
+ offset="0.83641976"
+ id="stop11701" />
+ <stop
+ id="stop11693"
+ offset="1"
+ style="stop-color:#acacac;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ gradientUnits="userSpaceOnUse"
+ y2="116.5"
+ x2="135.75"
+ y1="116.5"
+ x1="95.25"
+ id="linearGradient11695"
+ xlink:href="#linearGradient11689"
+ inkscape:collect="always" />
+ <linearGradient
+ id="linearGradient11571"
+ inkscape:collect="always">
+ <stop
+ id="stop11573"
+ offset="0"
+ style="stop-color:#757575;stop-opacity:1;" />
+ <stop
+ id="stop11575"
+ offset="1"
+ style="stop-color:#757575;stop-opacity:0;" />
+ </linearGradient>
+ <radialGradient
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(2.5415476,0,0,1.5842313,-377.67916,-67.90777)"
+ r="4.6875"
+ fy="116.23438"
+ fx="245"
+ cy="116.23438"
+ cx="245"
+ id="radialGradient11577"
+ xlink:href="#linearGradient11571"
+ inkscape:collect="always" />
+ <pattern
+ patternTransform="matrix(0.41749766,0,0,0.41749766,10.932395,10.736722)"
+ id="pattern11583"
+ xlink:href="#sand_bitmap"
+ inkscape:collect="always" />
+ <linearGradient
+ id="linearGradient11547"
+ inkscape:collect="always">
+ <stop
+ id="stop11549"
+ offset="0"
+ style="stop-color:#c17d11;stop-opacity:1;" />
+ <stop
+ id="stop11551"
+ offset="1"
+ style="stop-color:#eda32c;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ gradientTransform="matrix(0.95446251,0,0,0.95446251,10.932395,10.736722)"
+ gradientUnits="userSpaceOnUse"
+ y2="232.28003"
+ x2="250.50002"
+ y1="232.28003"
+ x1="234.87195"
+ id="linearGradient11553"
+ xlink:href="#linearGradient11547"
+ inkscape:collect="always" />
+ <linearGradient
+ id="linearGradient11218"
+ inkscape:collect="always">
+ <stop
+ id="stop11220"
+ offset="0"
+ style="stop-color:#000000;stop-opacity:1;" />
+ <stop
+ id="stop11222"
+ offset="1"
+ style="stop-color:#000000;stop-opacity:0;" />
+ </linearGradient>
+ <radialGradient
+ r="49.078125"
+ fy="111.62492"
+ fx="179.14062"
+ cy="111.62492"
+ cx="179.14062"
+ gradientTransform="matrix(1,0,0,0.49952412,0,79.052996)"
+ gradientUnits="userSpaceOnUse"
+ id="radialGradient11683"
+ xlink:href="#linearGradient11218"
+ inkscape:collect="always" />
+ <linearGradient
+ id="linearGradient11205"
+ inkscape:collect="always">
+ <stop
+ id="stop11207"
+ offset="0"
+ style="stop-color:#ffffff;stop-opacity:1;" />
+ <stop
+ id="stop11209"
+ offset="1"
+ style="stop-color:#ffffff;stop-opacity:0;" />
+ </linearGradient>
+ <radialGradient
+ r="52.665913"
+ fy="201.38443"
+ fx="143.57605"
+ cy="201.38443"
+ cx="143.57605"
+ gradientTransform="matrix(1,0,0,1.0379752,0,-7.0254168)"
+ gradientUnits="userSpaceOnUse"
+ id="radialGradient11681"
+ xlink:href="#linearGradient11205"
+ inkscape:collect="always" />
+ <radialGradient
+ r="2.1875"
+ fy="176.8125"
+ fx="52.5625"
+ cy="176.8125"
+ cx="52.5625"
+ gradientUnits="userSpaceOnUse"
+ id="radialGradient11679"
+ xlink:href="#linearGradient9278"
+ inkscape:collect="always" />
+ <radialGradient
+ r="2.1875"
+ fy="176.8125"
+ fx="52.5625"
+ cy="176.8125"
+ cx="52.5625"
+ gradientUnits="userSpaceOnUse"
+ id="radialGradient11677"
+ xlink:href="#linearGradient9278"
+ inkscape:collect="always" />
+ <linearGradient
+ id="linearGradient11179"
+ inkscape:collect="always">
+ <stop
+ id="stop11181"
+ offset="0"
+ style="stop-color:#ffffff;stop-opacity:1;" />
+ <stop
+ id="stop11183"
+ offset="1"
+ style="stop-color:#ffffff;stop-opacity:0;" />
+ </linearGradient>
+ <radialGradient
+ r="52.755581"
+ fy="142.62816"
+ fx="167.29353"
+ cy="142.62816"
+ cx="167.29353"
+ gradientTransform="matrix(1,0,0,1.0379107,0,-7.0134762)"
+ gradientUnits="userSpaceOnUse"
+ id="radialGradient11675"
+ xlink:href="#linearGradient11179"
+ inkscape:collect="always" />
+ <linearGradient
+ id="linearGradient11017"
+ inkscape:collect="always">
+ <stop
+ id="stop11019"
+ offset="0"
+ style="stop-color:#67767d;stop-opacity:1" />
+ <stop
+ style="stop-color:#eef0f1;stop-opacity:1;"
+ offset="0.17504421"
+ id="stop11025" />
+ <stop
+ id="stop11027"
+ offset="0.825611"
+ style="stop-color:#f1f3f4;stop-opacity:1;" />
+ <stop
+ id="stop11021"
+ offset="1"
+ style="stop-color:#89939d;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ y2="215.46954"
+ x2="202.40768"
+ y1="215.46954"
+ x1="157.06261"
+ gradientTransform="matrix(0.98911936,0,0,0.98911936,1.953075,-12.292591)"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient11673"
+ xlink:href="#linearGradient11017"
+ inkscape:collect="always" />
+ <linearGradient
+ id="linearGradient22425">
+ <stop
+ id="stop22427"
+ offset="0"
+ style="stop-color:#cfcfcf;stop-opacity:1;" />
+ <stop
+ style="stop-color:#dfdfdf;stop-opacity:1;"
+ offset="0.17611465"
+ id="stop22429" />
+ <stop
+ id="stop22431"
+ offset="0.26417196"
+ style="stop-color:#b3b3b3;stop-opacity:1" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:1"
+ offset="0.36967784"
+ id="stop22433" />
+ <stop
+ style="stop-color:#f0f0f0;stop-opacity:1"
+ offset="0.47518376"
+ id="stop22435" />
+ <stop
+ id="stop22437"
+ offset="0.75"
+ style="stop-color:#999999;stop-opacity:1;" />
+ <stop
+ id="stop22439"
+ offset="1"
+ style="stop-color:#d9d9d9;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ y2="160.23564"
+ x2="284.31732"
+ y1="230.26801"
+ x1="175.10832"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient11671"
+ xlink:href="#linearGradient9396-7"
+ inkscape:collect="always" />
+ <linearGradient
+ id="linearGradient9396-7">
+ <stop
+ id="stop9398-0"
+ offset="0"
+ style="stop-color:#cfcfcf;stop-opacity:1;" />
+ <stop
+ style="stop-color:#dfdfdf;stop-opacity:1;"
+ offset="0.17611465"
+ id="stop9408-2" />
+ <stop
+ id="stop9410-6"
+ offset="0.26417196"
+ style="stop-color:#b3b3b3;stop-opacity:1" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:1"
+ offset="0.36967784"
+ id="stop9412-8" />
+ <stop
+ style="stop-color:#f0f0f0;stop-opacity:1"
+ offset="0.47518376"
+ id="stop9404-2" />
+ <stop
+ id="stop9406-5"
+ offset="0.75"
+ style="stop-color:#999999;stop-opacity:1;" />
+ <stop
+ id="stop9400-1"
+ offset="1"
+ style="stop-color:#d9d9d9;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ y2="160.23564"
+ x2="284.31732"
+ y1="230.26801"
+ x1="175.10832"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient11669"
+ xlink:href="#linearGradient9396-7"
+ inkscape:collect="always" />
+ <linearGradient
+ id="linearGradient9517-7">
+ <stop
+ id="stop9519-6"
+ offset="0"
+ style="stop-color:#ababab;stop-opacity:1" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:1"
+ offset="0.36250788"
+ id="stop9525-3" />
+ <stop
+ id="stop9521-8"
+ offset="1"
+ style="stop-color:#52544e;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ y2="185"
+ x2="244"
+ y1="185"
+ x1="140"
+ gradientTransform="matrix(0.91012379,0,0,0.91012379,16.132782,8.86175)"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient11667"
+ xlink:href="#linearGradient9517-7"
+ inkscape:collect="always" />
+ <linearGradient
+ id="linearGradient11163"
+ inkscape:collect="always">
+ <stop
+ style="stop-color:#606060;stop-opacity:1"
+ offset="0"
+ id="stop11167" />
+ <stop
+ style="stop-color:#000000;stop-opacity:1;"
+ offset="1"
+ id="stop11165" />
+ </linearGradient>
+ <radialGradient
+ r="52"
+ fy="181.2419"
+ fx="143.94923"
+ cy="181.2419"
+ cx="143.94923"
+ gradientTransform="matrix(1,0,0,1.0384615,0,-7.1153846)"
+ gradientUnits="userSpaceOnUse"
+ id="radialGradient11665"
+ xlink:href="#linearGradient11163"
+ inkscape:collect="always" />
+ <linearGradient
+ id="linearGradient11151"
+ inkscape:collect="always">
+ <stop
+ id="stop11153"
+ offset="0"
+ style="stop-color:#ffffff;stop-opacity:1;" />
+ <stop
+ id="stop11155"
+ offset="1"
+ style="stop-color:#ffffff;stop-opacity:0;" />
+ </linearGradient>
+ <radialGradient
+ r="52"
+ fy="167.19089"
+ fx="144.67966"
+ cy="167.19089"
+ cx="144.67966"
+ gradientTransform="matrix(1,0,0,1.0384615,0,-7.1153846)"
+ gradientUnits="userSpaceOnUse"
+ id="radialGradient11663"
+ xlink:href="#linearGradient11151"
+ inkscape:collect="always" />
+ <linearGradient
+ y2="213.56998"
+ x2="150.89229"
+ y1="166.6869"
+ x1="260.4682"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient11661"
+ xlink:href="#linearGradient11079"
+ inkscape:collect="always" />
+ <linearGradient
+ id="linearGradient11079">
+ <stop
+ style="stop-color:#cfcfcf;stop-opacity:1;"
+ offset="0"
+ id="stop11081" />
+ <stop
+ id="stop11083"
+ offset="0.08820827"
+ style="stop-color:#dfdfdf;stop-opacity:1;" />
+ <stop
+ style="stop-color:#b3b3b3;stop-opacity:1"
+ offset="0.33191958"
+ id="stop11085" />
+ <stop
+ id="stop11087"
+ offset="0.6089226"
+ style="stop-color:#ffffff;stop-opacity:1" />
+ <stop
+ id="stop11089"
+ offset="0.66026133"
+ style="stop-color:#f0f0f0;stop-opacity:1" />
+ <stop
+ style="stop-color:#999999;stop-opacity:1;"
+ offset="0.75"
+ id="stop11091" />
+ <stop
+ style="stop-color:#d9d9d9;stop-opacity:1"
+ offset="1"
+ id="stop11093" />
+ </linearGradient>
+ <linearGradient
+ y2="213.56998"
+ x2="150.89229"
+ y1="166.6869"
+ x1="260.4682"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient11659"
+ xlink:href="#linearGradient11079"
+ inkscape:collect="always" />
+ <linearGradient
+ id="linearGradient9517-7-9">
+ <stop
+ id="stop9519-6-6"
+ offset="0"
+ style="stop-color:#ababab;stop-opacity:1" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:1"
+ offset="0.36250788"
+ id="stop9525-3-2" />
+ <stop
+ id="stop9521-8-3"
+ offset="1"
+ style="stop-color:#52544e;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ y2="185"
+ x2="244"
+ y1="185"
+ x1="140"
+ gradientTransform="matrix(0.91012379,0,0,0.91012379,16.132782,8.86175)"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient11657"
+ xlink:href="#linearGradient9517-7-9"
+ inkscape:collect="always" />
+ <pattern
+ patternTransform="scale(0.18901629,0.18901629)"
+ patternUnits="userSpaceOnUse"
+ width="256"
+ height="256"
+ id="sand_bitmap"
+ inkscape:stockid="Sand (bitmap)">
+ <!-- Seamless texture provided by FreeSeamlessTextures.com -->
+ <!-- License: creative commons attribution -->
+ <image
+ width="260"
+ height="260"
+ id="image9"
+ x="0"
+ y="0"
+ xlink:href="data:image/jpeg;base64,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 /p1//9k= " />
+ </pattern>
+ <pattern
+ patternTransform="scale(0.38552381,0.38552381)"
+ id="pattern11581"
+ xlink:href="#sand_bitmap"
+ inkscape:collect="always" />
+ <linearGradient
+ id="linearGradient11277">
+ <stop
+ style="stop-color:#525252;stop-opacity:1;"
+ offset="0"
+ id="stop11279" />
+ <stop
+ id="stop11281"
+ offset="0.18125394"
+ style="stop-color:#d5d5d5;stop-opacity:1;" />
+ <stop
+ id="stop11283"
+ offset="0.36250788"
+ style="stop-color:#ffffff;stop-opacity:1" />
+ <stop
+ style="stop-color:#424340;stop-opacity:1"
+ offset="0.80892515"
+ id="stop11285" />
+ <stop
+ style="stop-color:#7b7e74;stop-opacity:1"
+ offset="1"
+ id="stop11287" />
+ </linearGradient>
+ <linearGradient
+ y2="185"
+ x2="244"
+ y1="185"
+ x1="140"
+ gradientTransform="matrix(0.97907719,0,0,0.91138786,-8.482805,8.255088)"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient11655"
+ xlink:href="#linearGradient11277"
+ inkscape:collect="always" />
+ <linearGradient
+ id="linearGradient9509"
+ inkscape:collect="always">
+ <stop
+ id="stop9511"
+ offset="0"
+ style="stop-color:#ffffff;stop-opacity:1;" />
+ <stop
+ id="stop9513"
+ offset="1"
+ style="stop-color:#ffffff;stop-opacity:0;" />
+ </linearGradient>
+ <radialGradient
+ r="52"
+ fy="138.51006"
+ fx="192"
+ cy="138.51006"
+ cx="192"
+ gradientTransform="matrix(1,0,0,1.0384615,0,-7.1153846)"
+ gradientUnits="userSpaceOnUse"
+ id="radialGradient11653"
+ xlink:href="#linearGradient9509"
+ inkscape:collect="always" />
+ <linearGradient
+ id="linearGradient9517">
+ <stop
+ id="stop9519"
+ offset="0"
+ style="stop-color:#525252;stop-opacity:1;" />
+ <stop
+ style="stop-color:#d5d5d5;stop-opacity:1;"
+ offset="0.18125394"
+ id="stop11273" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:1"
+ offset="0.36250788"
+ id="stop9525" />
+ <stop
+ id="stop11275"
+ offset="0.68125391"
+ style="stop-color:#a8a9a6;stop-opacity:1;" />
+ <stop
+ id="stop9521"
+ offset="1"
+ style="stop-color:#252623;stop-opacity:1;" />
+ </linearGradient>
+ <linearGradient
+ y2="185"
+ x2="244"
+ y1="185"
+ x1="140"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient11651"
+ xlink:href="#linearGradient9517"
+ inkscape:collect="always" />
+ <linearGradient
+ id="linearGradient9497"
+ inkscape:collect="always">
+ <stop
+ id="stop9499"
+ offset="0"
+ style="stop-color:#ffffff;stop-opacity:1;" />
+ <stop
+ id="stop9501"
+ offset="1"
+ style="stop-color:#ffffff;stop-opacity:0;" />
+ </linearGradient>
+ <radialGradient
+ r="52.5"
+ fy="141.26854"
+ fx="201.82764"
+ cy="141.26854"
+ cx="201.82764"
+ gradientTransform="matrix(1,0,0,1.0380952,0,-7.047619)"
+ gradientUnits="userSpaceOnUse"
+ id="radialGradient11649"
+ xlink:href="#linearGradient9497"
+ inkscape:collect="always" />
+ <linearGradient
+ id="linearGradient9396">
+ <stop
+ id="stop9398"
+ offset="0"
+ style="stop-color:#cfcfcf;stop-opacity:1;" />
+ <stop
+ style="stop-color:#dfdfdf;stop-opacity:1;"
+ offset="0.17611465"
+ id="stop9408" />
+ <stop
+ id="stop9410"
+ offset="0.26417196"
+ style="stop-color:#b3b3b3;stop-opacity:1" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:1"
+ offset="0.36967784"
+ id="stop9412" />
+ <stop
+ style="stop-color:#f0f0f0;stop-opacity:1"
+ offset="0.47518376"
+ id="stop9404" />
+ <stop
+ id="stop9406"
+ offset="0.75"
+ style="stop-color:#999999;stop-opacity:1;" />
+ <stop
+ id="stop9400"
+ offset="1"
+ style="stop-color:#d9d9d9;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ y2="185"
+ x2="249.37886"
+ y1="224.42067"
+ x1="181.95502"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient11647"
+ xlink:href="#linearGradient9396"
+ inkscape:collect="always" />
+ <radialGradient
+ r="2.1875"
+ fy="176.8125"
+ fx="52.5625"
+ cy="176.8125"
+ cx="52.5625"
+ gradientUnits="userSpaceOnUse"
+ id="radialGradient9365"
+ xlink:href="#linearGradient9278"
+ inkscape:collect="always" />
+ <radialGradient
+ r="2.1875"
+ fy="176.8125"
+ fx="52.5625"
+ cy="176.8125"
+ cx="52.5625"
+ gradientUnits="userSpaceOnUse"
+ id="radialGradient9357"
+ xlink:href="#linearGradient9278"
+ inkscape:collect="always" />
+ <radialGradient
+ r="28.5"
+ fy="198.34424"
+ fx="71.500008"
+ cy="198.34424"
+ cx="71.500008"
+ gradientTransform="matrix(3.6542814,1.7063848e-7,2.2851025e-8,0.54042749,-189.78114,75.892645)"
+ gradientUnits="userSpaceOnUse"
+ id="radialGradient9347"
+ xlink:href="#linearGradient9252-9"
+ inkscape:collect="always" />
+ <radialGradient
+ r="2.1875"
+ fy="176.8125"
+ fx="52.5625"
+ cy="176.8125"
+ cx="52.5625"
+ gradientUnits="userSpaceOnUse"
+ id="radialGradient9298"
+ xlink:href="#linearGradient9278"
+ inkscape:collect="always" />
+ <linearGradient
+ id="linearGradient9278"
+ inkscape:collect="always">
+ <stop
+ id="stop9280"
+ offset="0"
+ style="stop-color:#ffffff;stop-opacity:1;" />
+ <stop
+ id="stop9282"
+ offset="1"
+ style="stop-color:#ffffff;stop-opacity:0;" />
+ </linearGradient>
+ <radialGradient
+ r="2.1875"
+ fy="176.8125"
+ fx="52.5625"
+ cy="176.8125"
+ cx="52.5625"
+ gradientUnits="userSpaceOnUse"
+ id="radialGradient9349"
+ xlink:href="#linearGradient9278"
+ inkscape:collect="always" />
+ <linearGradient
+ id="linearGradient9252-9">
+ <stop
+ id="stop9254-3"
+ offset="0"
+ style="stop-color:#8b8b8b;stop-opacity:1" />
+ <stop
+ style="stop-color:#525252;stop-opacity:1"
+ offset="0.25457916"
+ id="stop9270-7" />
+ <stop
+ id="stop9272-1"
+ offset="0.47201398"
+ style="stop-color:#ededed;stop-opacity:1" />
+ <stop
+ style="stop-color:#454545;stop-opacity:1"
+ offset="0.875"
+ id="stop9274-2" />
+ <stop
+ id="stop9256-3"
+ offset="1"
+ style="stop-color:#21211d;stop-opacity:1" />
+ </linearGradient>
+ <radialGradient
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(5.8985897,3.3675484e-6,-5.7719301e-7,1.0110099,-350.24907,-7.525161)"
+ r="28.5"
+ fy="184.49367"
+ fx="71.5"
+ cy="184.49367"
+ cx="71.5"
+ id="radialGradient9258-1"
+ xlink:href="#linearGradient9252-9"
+ inkscape:collect="always" />
+ <linearGradient
+ id="linearGradient9252">
+ <stop
+ id="stop9254"
+ offset="0"
+ style="stop-color:#8b8b8b;stop-opacity:1" />
+ <stop
+ style="stop-color:#525252;stop-opacity:1"
+ offset="0.25457916"
+ id="stop9270" />
+ <stop
+ id="stop9272"
+ offset="0.47201398"
+ style="stop-color:#ededed;stop-opacity:1" />
+ <stop
+ style="stop-color:#454545;stop-opacity:1"
+ offset="0.875"
+ id="stop9274" />
+ <stop
+ id="stop9256"
+ offset="1"
+ style="stop-color:#21211d;stop-opacity:1" />
+ </linearGradient>
+ <radialGradient
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(3.2221881,0,0,0.40692746,-158.88646,105.75719)"
+ r="28.5"
+ fy="183.46516"
+ fx="71.500008"
+ cy="183.46516"
+ cx="71.500008"
+ id="radialGradient9258"
+ xlink:href="#linearGradient9252"
+ inkscape:collect="always" />
+ <linearGradient
+ id="linearGradient9244">
+ <stop
+ id="stop9246"
+ offset="0"
+ style="stop-color:#000000;stop-opacity:1;" />
+ <stop
+ id="stop9248"
+ offset="1"
+ style="stop-color:#000000;stop-opacity:0;" />
+ </linearGradient>
+ <radialGradient
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1,0,0,0.24561404,0,135.03509)"
+ r="28.5"
+ fy="179"
+ fx="71.5"
+ cy="179"
+ cx="71.5"
+ id="radialGradient9250"
+ xlink:href="#linearGradient9244"
+ inkscape:collect="always" />
+ <linearGradient
+ id="linearGradient9234"
+ inkscape:collect="always">
+ <stop
+ id="stop9236"
+ offset="0"
+ style="stop-color:#eeeeec;stop-opacity:1;" />
+ <stop
+ id="stop9238"
+ offset="1"
+ style="stop-color:#eeeeec;stop-opacity:0;" />
+ </linearGradient>
+ <radialGradient
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1,0,0,0.24561404,0,135.03509)"
+ r="28.5"
+ fy="179"
+ fx="71.5"
+ cy="179"
+ cx="71.5"
+ id="radialGradient9240"
+ xlink:href="#linearGradient9234"
+ inkscape:collect="always" />
+ <radialGradient
+ r="0.875"
+ fy="93.125"
+ fx="117.125"
+ cy="93.125"
+ cx="117.125"
+ gradientUnits="userSpaceOnUse"
+ id="radialGradient9784"
+ xlink:href="#linearGradient9650"
+ inkscape:collect="always" />
+ <radialGradient
+ r="0.875"
+ fy="93.125"
+ fx="117.125"
+ cy="93.125"
+ cx="117.125"
+ gradientUnits="userSpaceOnUse"
+ id="radialGradient9782"
+ xlink:href="#linearGradient9650"
+ inkscape:collect="always" />
+ <linearGradient
+ id="linearGradient9650"
+ inkscape:collect="always">
+ <stop
+ id="stop9652"
+ offset="0"
+ style="stop-color:#ffffff;stop-opacity:1;" />
+ <stop
+ id="stop9654"
+ offset="1"
+ style="stop-color:#ffffff;stop-opacity:0;" />
+ </linearGradient>
+ <radialGradient
+ r="0.875"
+ fy="93.125"
+ fx="117.125"
+ cy="93.125"
+ cx="117.125"
+ gradientUnits="userSpaceOnUse"
+ id="radialGradient9780"
+ xlink:href="#linearGradient9650"
+ inkscape:collect="always" />
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient9727">
+ <stop
+ style="stop-color:#bfbfbf;stop-opacity:1"
+ offset="0"
+ id="stop9729" />
+ <stop
+ id="stop9731"
+ offset="0.10442464"
+ style="stop-color:#6e6e6e;stop-opacity:1" />
+ <stop
+ id="stop9734"
+ offset="0.3509562"
+ style="stop-color:#f5f5f5;stop-opacity:1" />
+ <stop
+ style="stop-color:#3b3b3b;stop-opacity:1;"
+ offset="0.44290981"
+ id="stop9736" />
+ <stop
+ id="stop9738"
+ offset="0.50114709"
+ style="stop-color:#8d8d8d;stop-opacity:1" />
+ <stop
+ id="stop9740"
+ offset="0.62146091"
+ style="stop-color:#343434;stop-opacity:1;" />
+ <stop
+ style="stop-color:#c0c0c0;stop-opacity:1"
+ offset="0.77172673"
+ id="stop9752" />
+ <stop
+ style="stop-color:#505050;stop-opacity:1"
+ offset="1"
+ id="stop9742" />
+ </linearGradient>
+ <linearGradient
+ y2="92.842941"
+ x2="125.59375"
+ y1="92.842941"
+ x1="111.76712"
+ gradientTransform="matrix(1,0,0,0.89693998,-0.5,10.850451)"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient9778"
+ xlink:href="#linearGradient9727"
+ inkscape:collect="always" />
+ <linearGradient
+ id="linearGradient9760"
+ inkscape:collect="always">
+ <stop
+ id="stop9762"
+ offset="0"
+ style="stop-color:#555555;stop-opacity:1;" />
+ <stop
+ id="stop9764"
+ offset="1"
+ style="stop-color:#242424;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ gradientUnits="userSpaceOnUse"
+ y2="91.8125"
+ x2="129.21875"
+ y1="91.8125"
+ x1="124.13738"
+ id="linearGradient9766"
+ xlink:href="#linearGradient9760"
+ inkscape:collect="always" />
+ <radialGradient
+ r="2"
+ fy="98"
+ fx="182"
+ cy="98"
+ cx="182"
+ gradientTransform="matrix(1.594975,0,0,0.79748751,-108.28545,18.846224)"
+ gradientUnits="userSpaceOnUse"
+ id="radialGradient9952-0"
+ xlink:href="#linearGradient9916-8"
+ inkscape:collect="always" />
+ <linearGradient
+ id="linearGradient9365-5"
+ inkscape:collect="always">
+ <stop
+ id="stop9367-5"
+ offset="0"
+ style="stop-color:#ffffff;stop-opacity:1;" />
+ <stop
+ id="stop9369-8"
+ offset="1"
+ style="stop-color:#ffffff;stop-opacity:0;" />
+ </linearGradient>
+ <radialGradient
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1.4168198,0,0,0.70840992,-75.861212,27.749503)"
+ r="2"
+ fy="97.166664"
+ fx="182"
+ cy="97.166664"
+ cx="182"
+ id="radialGradient9371-3"
+ xlink:href="#linearGradient9365-5"
+ inkscape:collect="always" />
+ <radialGradient
+ r="2"
+ fy="98"
+ fx="182"
+ cy="98"
+ cx="182"
+ gradientTransform="matrix(1.594975,0,0,0.79748751,-108.28545,18.846224)"
+ gradientUnits="userSpaceOnUse"
+ id="radialGradient9944-0"
+ xlink:href="#linearGradient9916-8"
+ inkscape:collect="always" />
+ <linearGradient
+ id="linearGradient9365-4-4"
+ inkscape:collect="always">
+ <stop
+ id="stop9367-0-1"
+ offset="0"
+ style="stop-color:#ffffff;stop-opacity:1;" />
+ <stop
+ id="stop9369-1-2"
+ offset="1"
+ style="stop-color:#ffffff;stop-opacity:0;" />
+ </linearGradient>
+ <radialGradient
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1.4168198,0,0,0.70840992,-75.861212,27.749503)"
+ r="2"
+ fy="97.166664"
+ fx="182"
+ cy="97.166664"
+ cx="182"
+ id="radialGradient9371-2-1"
+ xlink:href="#linearGradient9365-4-4"
+ inkscape:collect="always" />
+ <radialGradient
+ r="2"
+ fy="98"
+ fx="182"
+ cy="98"
+ cx="182"
+ gradientTransform="matrix(1.594975,0,0,0.79748751,-108.28545,18.846224)"
+ gradientUnits="userSpaceOnUse"
+ id="radialGradient9936-4"
+ xlink:href="#linearGradient9916-8"
+ inkscape:collect="always" />
+ <linearGradient
+ id="linearGradient9365-0-8"
+ inkscape:collect="always">
+ <stop
+ id="stop9367-3-3"
+ offset="0"
+ style="stop-color:#ffffff;stop-opacity:1;" />
+ <stop
+ id="stop9369-3-8"
+ offset="1"
+ style="stop-color:#ffffff;stop-opacity:0;" />
+ </linearGradient>
+ <radialGradient
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1.4168198,0,0,0.70840992,-75.861212,27.749503)"
+ r="2"
+ fy="97.166664"
+ fx="182"
+ cy="97.166664"
+ cx="182"
+ id="radialGradient9371-1-1"
+ xlink:href="#linearGradient9365-0-8"
+ inkscape:collect="always" />
+ <linearGradient
+ id="linearGradient9916-8"
+ inkscape:collect="always">
+ <stop
+ id="stop9918-2"
+ offset="0"
+ style="stop-color:#000000;stop-opacity:1;" />
+ <stop
+ id="stop9920-8"
+ offset="1"
+ style="stop-color:#474747;stop-opacity:1" />
+ </linearGradient>
+ <radialGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient9916-8"
+ id="radialGradient9529"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1.594975,0,0,0.79748751,-108.28545,18.846224)"
+ cx="182"
+ cy="98"
+ fx="182"
+ fy="98"
+ r="2" />
+ <linearGradient
+ id="linearGradient9365-2-4"
+ inkscape:collect="always">
+ <stop
+ id="stop9367-6-8"
+ offset="0"
+ style="stop-color:#ffffff;stop-opacity:1;" />
+ <stop
+ id="stop9369-7-7"
+ offset="1"
+ style="stop-color:#ffffff;stop-opacity:0;" />
+ </linearGradient>
+ <radialGradient
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1.4168198,0,0,0.70840992,-75.861212,27.749503)"
+ r="2"
+ fy="97.166664"
+ fx="182"
+ cy="97.166664"
+ cx="182"
+ id="radialGradient9371-5-1"
+ xlink:href="#linearGradient9365-2-4"
+ inkscape:collect="always" />
+ <linearGradient
+ id="linearGradient9155"
+ inkscape:collect="always">
+ <stop
+ id="stop9157"
+ offset="0"
+ style="stop-color:#ffffff;stop-opacity:1;" />
+ <stop
+ id="stop9159"
+ offset="1"
+ style="stop-color:#ffffff;stop-opacity:0;" />
+ </linearGradient>
+ <linearGradient
+ gradientUnits="userSpaceOnUse"
+ y2="102.51517"
+ x2="146.06564"
+ y1="116.32009"
+ x1="146.06564"
+ id="linearGradient9161"
+ xlink:href="#linearGradient9155"
+ inkscape:collect="always" />
+ <linearGradient
+ id="linearGradient9119"
+ inkscape:collect="always">
+ <stop
+ id="stop9121"
+ offset="0"
+ style="stop-color:#ffffff;stop-opacity:1;" />
+ <stop
+ id="stop9123"
+ offset="1"
+ style="stop-color:#ffffff;stop-opacity:0;" />
+ </linearGradient>
+ <radialGradient
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1,0,0,0.09039548,0,224.21751)"
+ r="88.5"
+ fy="246.5"
+ fx="160.5"
+ cy="246.5"
+ cx="160.5"
+ id="radialGradient9125"
+ xlink:href="#linearGradient9119"
+ inkscape:collect="always" />
+ <linearGradient
+ id="linearGradient9449"
+ inkscape:collect="always">
+ <stop
+ id="stop9451"
+ offset="0"
+ style="stop-color:#ffffff;stop-opacity:1;" />
+ <stop
+ id="stop9453"
+ offset="1"
+ style="stop-color:#989898;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ y2="-123.58285"
+ x2="-186.14406"
+ y1="-117.91186"
+ x1="-186.14406"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient9628"
+ xlink:href="#linearGradient9449"
+ inkscape:collect="always" />
+ <linearGradient
+ id="linearGradient9779"
+ inkscape:collect="always">
+ <stop
+ id="stop9781"
+ offset="0"
+ style="stop-color:#ffffff;stop-opacity:1;" />
+ <stop
+ id="stop9783"
+ offset="1"
+ style="stop-color:#ffffff;stop-opacity:0;" />
+ </linearGradient>
+ <radialGradient
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1,0,0,0.51525977,0,44.353731)"
+ r="15.472204"
+ fy="82.641899"
+ fx="90.583038"
+ cy="82.641899"
+ cx="90.583038"
+ id="radialGradient9785"
+ xlink:href="#linearGradient9779"
+ inkscape:collect="always" />
+ <linearGradient
+ id="linearGradient9843"
+ inkscape:collect="always">
+ <stop
+ id="stop9845"
+ offset="0"
+ style="stop-color:#bfbfbf;stop-opacity:1" />
+ <stop
+ style="stop-color:#000000;stop-opacity:1"
+ offset="0.30804455"
+ id="stop9865" />
+ <stop
+ style="stop-color:#f5f5f5;stop-opacity:1"
+ offset="0.3509562"
+ id="stop9859" />
+ <stop
+ id="stop9861"
+ offset="0.44290981"
+ style="stop-color:#3b3b3b;stop-opacity:1;" />
+ <stop
+ style="stop-color:#8d8d8d;stop-opacity:1"
+ offset="0.50114709"
+ id="stop9867" />
+ <stop
+ style="stop-color:#343434;stop-opacity:1;"
+ offset="0.66666353"
+ id="stop9863" />
+ <stop
+ id="stop9847"
+ offset="1"
+ style="stop-color:#8f8f8f;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ gradientTransform="matrix(1,0,0,0.89693998,-0.5,10.850451)"
+ gradientUnits="userSpaceOnUse"
+ y2="103"
+ x2="100.09394"
+ y1="103"
+ x1="59.3125"
+ id="linearGradient9849"
+ xlink:href="#linearGradient9843"
+ inkscape:collect="always" />
+ <linearGradient
+ id="linearGradient9875"
+ inkscape:collect="always">
+ <stop
+ id="stop9877"
+ offset="0"
+ style="stop-color:#ffffff;stop-opacity:1;" />
+ <stop
+ id="stop9879"
+ offset="1"
+ style="stop-color:#d9d9d9;stop-opacity:1" />
+ </linearGradient>
+ <radialGradient
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.90990991,-1.4184058e-7,6.0058623e-8,0.38527717,7.1790484,61.538533)"
+ r="6.9375"
+ fy="95.123672"
+ fx="79.6875"
+ cy="95.123672"
+ cx="79.6875"
+ id="radialGradient9881"
+ xlink:href="#linearGradient9875"
+ inkscape:collect="always" />
+ <linearGradient
+ id="linearGradient9769-5"
+ inkscape:collect="always">
+ <stop
+ id="stop9771"
+ offset="0"
+ style="stop-color:#000000;stop-opacity:1;" />
+ <stop
+ id="stop9773"
+ offset="1"
+ style="stop-color:#000000;stop-opacity:0;" />
+ </linearGradient>
+ <linearGradient
+ gradientUnits="userSpaceOnUse"
+ y2="87.25"
+ x2="78"
+ y1="99"
+ x1="80.25"
+ id="linearGradient9775"
+ xlink:href="#linearGradient9769-5"
+ inkscape:collect="always" />
+ <linearGradient
+ id="linearGradient9731"
+ inkscape:collect="always">
+ <stop
+ id="stop9733"
+ offset="0"
+ style="stop-color:#313230;stop-opacity:1;" />
+ <stop
+ id="stop9735"
+ offset="1"
+ style="stop-color:#313230;stop-opacity:0;" />
+ </linearGradient>
+ <linearGradient
+ gradientTransform="matrix(1,0,0,0.89693998,-0.5,10.850451)"
+ gradientUnits="userSpaceOnUse"
+ y2="87.529808"
+ x2="94.5"
+ y1="87.529808"
+ x1="64.625"
+ id="linearGradient9737"
+ xlink:href="#linearGradient9731"
+ inkscape:collect="always" />
+ <linearGradient
+ id="linearGradient9723"
+ inkscape:collect="always">
+ <stop
+ id="stop9725"
+ offset="0"
+ style="stop-color:#3a3b38;stop-opacity:1;" />
+ <stop
+ id="stop9727"
+ offset="1"
+ style="stop-color:#3a3b38;stop-opacity:0;" />
+ </linearGradient>
+ <radialGradient
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(2.3640167,0,0,0.49204998,-109.02458,48.946757)"
+ r="14.9375"
+ fy="74.846786"
+ fx="79.5625"
+ cy="74.846786"
+ cx="79.5625"
+ id="radialGradient9729"
+ xlink:href="#linearGradient9723"
+ inkscape:collect="always" />
+ <linearGradient
+ id="linearGradient9749-8"
+ inkscape:collect="always">
+ <stop
+ id="stop9751-0"
+ offset="0"
+ style="stop-color:#ffffff;stop-opacity:1;" />
+ <stop
+ id="stop9753-8"
+ offset="1"
+ style="stop-color:#ffffff;stop-opacity:0;" />
+ </linearGradient>
+ <radialGradient
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1,0,0,0.51782732,0,44.1188)"
+ r="15.554594"
+ fy="103.30145"
+ fx="79"
+ cy="103.30145"
+ cx="79"
+ id="radialGradient9755"
+ xlink:href="#linearGradient9749-8"
+ inkscape:collect="always" />
+ <linearGradient
+ id="linearGradient9739"
+ inkscape:collect="always">
+ <stop
+ id="stop9741"
+ offset="0"
+ style="stop-color:#eeeeec;stop-opacity:1;" />
+ <stop
+ id="stop9743"
+ offset="1"
+ style="stop-color:#cdcdcd;stop-opacity:1" />
+ </linearGradient>
+ <radialGradient
+ r="15"
+ fy="87.75"
+ fx="79"
+ cy="87.75"
+ cx="79"
+ gradientTransform="matrix(1,0,0,0.5,0,45.75)"
+ gradientUnits="userSpaceOnUse"
+ id="radialGradient9883"
+ xlink:href="#linearGradient9739"
+ inkscape:collect="always" />
+ <linearGradient
+ id="linearGradient9739-9"
+ inkscape:collect="always">
+ <stop
+ id="stop9741-0"
+ offset="0"
+ style="stop-color:#eeeeec;stop-opacity:1;" />
+ <stop
+ id="stop9743-0"
+ offset="1"
+ style="stop-color:#cdcdcd;stop-opacity:1" />
+ </linearGradient>
+ <radialGradient
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1,0,0,0.5,0,45.75)"
+ r="15"
+ fy="99.142876"
+ fx="77.988358"
+ cy="99.142876"
+ cx="77.988358"
+ id="radialGradient9745-1"
+ xlink:href="#linearGradient9739-9"
+ inkscape:collect="always" />
+ <linearGradient
+ id="linearGradient9904"
+ inkscape:collect="always">
+ <stop
+ id="stop9906"
+ offset="0"
+ style="stop-color:#ffffff;stop-opacity:1;" />
+ <stop
+ id="stop9908"
+ offset="1"
+ style="stop-color:#ffffff;stop-opacity:0;" />
+ </linearGradient>
+ <linearGradient
+ gradientUnits="userSpaceOnUse"
+ y2="91.75"
+ x2="163.25"
+ y1="107.25"
+ x1="163.25"
+ id="linearGradient9910"
+ xlink:href="#linearGradient9904"
+ inkscape:collect="always" />
+ <linearGradient
+ id="linearGradient9786"
+ inkscape:collect="always">
+ <stop
+ id="stop9788"
+ offset="0"
+ style="stop-color:#949494;stop-opacity:1;" />
+ <stop
+ id="stop9790"
+ offset="1"
+ style="stop-color:#f1f1f1;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ gradientUnits="userSpaceOnUse"
+ y2="95.25"
+ x2="126.33946"
+ y1="92.375"
+ x1="126.42094"
+ id="linearGradient9792"
+ xlink:href="#linearGradient9786"
+ inkscape:collect="always" />
+ <linearGradient
+ id="linearGradient11071"
+ inkscape:collect="always">
+ <stop
+ id="stop11073"
+ offset="0"
+ style="stop-color:#ffffff;stop-opacity:1;" />
+ <stop
+ id="stop11075"
+ offset="1"
+ style="stop-color:#060606;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ gradientUnits="userSpaceOnUse"
+ y2="207.77724"
+ x2="188.80269"
+ y1="135.56474"
+ x1="188.80269"
+ id="linearGradient11077"
+ xlink:href="#linearGradient11071"
+ inkscape:collect="always" />
+ <linearGradient
+ id="linearGradient9089"
+ inkscape:collect="always">
+ <stop
+ id="stop9091"
+ offset="0"
+ style="stop-color:#525d60;stop-opacity:1" />
+ <stop
+ style="stop-color:#2e3436;stop-opacity:1;"
+ offset="0.04250725"
+ id="stop9097" />
+ <stop
+ id="stop9099"
+ offset="0.96894723"
+ style="stop-color:#343b3d;stop-opacity:1" />
+ <stop
+ id="stop9093"
+ offset="1"
+ style="stop-color:#4c5659;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ gradientUnits="userSpaceOnUse"
+ y2="210.51218"
+ x2="258.75"
+ y1="210.51218"
+ x1="35.521496"
+ id="linearGradient9095"
+ xlink:href="#linearGradient9089"
+ inkscape:collect="always" />
+ <linearGradient
+ id="linearGradient9349"
+ inkscape:collect="always">
+ <stop
+ id="stop9351"
+ offset="0"
+ style="stop-color:#000000;stop-opacity:1;" />
+ <stop
+ id="stop9353"
+ offset="1"
+ style="stop-color:#000000;stop-opacity:0;" />
+ </linearGradient>
+ <radialGradient
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(2.6570156,-5.9044796e-7,1.336303e-8,0.06013363,-242.33853,89.992291)"
+ r="112.25"
+ fy="95.75"
+ fx="146.25"
+ cy="95.75"
+ cx="146.25"
+ id="radialGradient9355"
+ xlink:href="#linearGradient9349"
+ inkscape:collect="always" />
+ <linearGradient
+ id="linearGradient10747"
+ inkscape:collect="always">
+ <stop
+ id="stop10749"
+ offset="0"
+ style="stop-color:#000000;stop-opacity:1;" />
+ <stop
+ id="stop10751"
+ offset="1"
+ style="stop-color:#000000;stop-opacity:0;" />
+ </linearGradient>
+ <linearGradient
+ gradientUnits="userSpaceOnUse"
+ y2="88"
+ x2="152"
+ y1="107.52563"
+ x1="152"
+ id="linearGradient10753"
+ xlink:href="#linearGradient10747"
+ inkscape:collect="always" />
+ <linearGradient
+ id="linearGradient9127"
+ inkscape:collect="always">
+ <stop
+ id="stop9129"
+ offset="0"
+ style="stop-color:#eeeeee;stop-opacity:1" />
+ <stop
+ id="stop9131"
+ offset="1"
+ style="stop-color:#959595;stop-opacity:1" />
+ </linearGradient>
+ <radialGradient
+ r="106.11422"
+ fy="163.66652"
+ fx="171.85692"
+ cy="163.66652"
+ cx="171.85692"
+ gradientTransform="matrix(1.6598826,-0.4447642,0.6225589,2.2847572,-217.02272,-120.29933)"
+ gradientUnits="userSpaceOnUse"
+ id="radialGradient2943"
+ xlink:href="#linearGradient9127"
+ inkscape:collect="always" />
+ <linearGradient
+ id="linearGradient9803"
+ inkscape:collect="always">
+ <stop
+ id="stop9805"
+ offset="0"
+ style="stop-color:#2e3436;stop-opacity:1;" />
+ <stop
+ style="stop-color:#2e3436;stop-opacity:1;"
+ offset="0.38888898"
+ id="stop9815" />
+ <stop
+ style="stop-color:#191c1d;stop-opacity:1"
+ offset="0.52777785"
+ id="stop9811" />
+ <stop
+ id="stop9813"
+ offset="0.81944454"
+ style="stop-color:#2e3436;stop-opacity:1;" />
+ <stop
+ id="stop9807"
+ offset="1"
+ style="stop-color:#2e3436;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ gradientUnits="userSpaceOnUse"
+ y2="83"
+ x2="163.5"
+ y1="87.5"
+ x1="163.5"
+ id="linearGradient9809"
+ xlink:href="#linearGradient9803"
+ inkscape:collect="always" />
+ <inkscape:perspective
+ id="perspective3623"
+ inkscape:persp3d-origin="0.5 : 0.33333333 : 1"
+ inkscape:vp_z="1 : 0.5 : 1"
+ inkscape:vp_y="0 : 1000 : 0"
+ inkscape:vp_x="0 : 0.5 : 1"
+ sodipodi:type="inkscape:persp3d" />
+ <linearGradient
+ id="linearGradient5822-0-8">
+ <stop
+ style="stop-color:#d3d7cf;stop-opacity:1;"
+ offset="0"
+ id="stop5824-6-0" />
+ <stop
+ style="stop-color:white;stop-opacity:1;"
+ offset="1"
+ id="stop5826-1-2" />
+ </linearGradient>
+ <linearGradient
+ y2="74.766403"
+ x2="41.1329"
+ y1="291.77829"
+ x1="135.96919"
+ gradientUnits="userSpaceOnUse"
+ id="aigrd8-6-8">
+ <stop
+ id="stop676-1-3"
+ style="stop-color:#4A4A8C"
+ offset="0" />
+ <stop
+ id="stop677-6-9"
+ style="stop-color:#c1a9d2;stop-opacity:1;"
+ offset="1" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient3640">
+ <stop
+ style="stop-color:#d3d7cf;stop-opacity:1;"
+ offset="0"
+ id="stop3642" />
+ <stop
+ style="stop-color:white;stop-opacity:1;"
+ offset="1"
+ id="stop3644" />
+ </linearGradient>
+ <linearGradient
+ y2="74.766403"
+ x2="41.1329"
+ y1="291.77829"
+ x1="135.96919"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient3647">
+ <stop
+ id="stop3649"
+ style="stop-color:#4A4A8C"
+ offset="0" />
+ <stop
+ id="stop3651"
+ style="stop-color:#c1a9d2;stop-opacity:1;"
+ offset="1" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient3662">
+ <stop
+ style="stop-color:#d3d7cf;stop-opacity:1;"
+ offset="0"
+ id="stop3664" />
+ <stop
+ style="stop-color:white;stop-opacity:1;"
+ offset="1"
+ id="stop3666" />
+ </linearGradient>
+ <linearGradient
+ y2="74.766403"
+ x2="41.1329"
+ y1="291.77829"
+ x1="135.96919"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient3669">
+ <stop
+ id="stop3671"
+ style="stop-color:#4A4A8C"
+ offset="0" />
+ <stop
+ id="stop3673"
+ style="stop-color:#c1a9d2;stop-opacity:1;"
+ offset="1" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient3684">
+ <stop
+ style="stop-color:#d3d7cf;stop-opacity:1;"
+ offset="0"
+ id="stop3686" />
+ <stop
+ style="stop-color:white;stop-opacity:1;"
+ offset="1"
+ id="stop3688" />
+ </linearGradient>
+ <linearGradient
+ y2="74.766403"
+ x2="41.1329"
+ y1="291.77829"
+ x1="135.96919"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient3691">
+ <stop
+ id="stop3693"
+ style="stop-color:#4A4A8C"
+ offset="0" />
+ <stop
+ id="stop3695"
+ style="stop-color:#c1a9d2;stop-opacity:1;"
+ offset="1" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient5628-8">
+ <stop
+ id="stop5630-6"
+ offset="0"
+ style="stop-color:white;stop-opacity:1;" />
+ <stop
+ id="stop5632-5"
+ offset="1"
+ style="stop-color:white;stop-opacity:0;" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient3706">
+ <stop
+ style="stop-color:#d3d7cf;stop-opacity:1;"
+ offset="0"
+ id="stop3708" />
+ <stop
+ style="stop-color:white;stop-opacity:1;"
+ offset="1"
+ id="stop3710" />
+ </linearGradient>
+ <linearGradient
+ y2="74.766403"
+ x2="41.1329"
+ y1="291.77829"
+ x1="135.96919"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient3713">
+ <stop
+ id="stop3715"
+ style="stop-color:#4A4A8C"
+ offset="0" />
+ <stop
+ id="stop3717"
+ style="stop-color:#c1a9d2;stop-opacity:1;"
+ offset="1" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient3720">
+ <stop
+ style="stop-color:#d3d7cf;stop-opacity:1;"
+ offset="0"
+ id="stop3722" />
+ <stop
+ style="stop-color:white;stop-opacity:1;"
+ offset="1"
+ id="stop3724" />
+ </linearGradient>
+ <linearGradient
+ y2="74.766403"
+ x2="41.1329"
+ y1="291.77829"
+ x1="135.96919"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient3727">
+ <stop
+ id="stop3729"
+ style="stop-color:#4A4A8C"
+ offset="0" />
+ <stop
+ id="stop3731"
+ style="stop-color:#c1a9d2;stop-opacity:1;"
+ offset="1" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient3734">
+ <stop
+ style="stop-color:#d3d7cf;stop-opacity:1;"
+ offset="0"
+ id="stop3736" />
+ <stop
+ style="stop-color:white;stop-opacity:1;"
+ offset="1"
+ id="stop3738" />
+ </linearGradient>
+ <linearGradient
+ y2="74.766403"
+ x2="41.1329"
+ y1="291.77829"
+ x1="135.96919"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient3741">
+ <stop
+ id="stop3743"
+ style="stop-color:#4A4A8C"
+ offset="0" />
+ <stop
+ id="stop3745"
+ style="stop-color:#c1a9d2;stop-opacity:1;"
+ offset="1" />
+ </linearGradient>
+ <clipPath
+ clipPathUnits="userSpaceOnUse"
+ id="clipPath6018-7-9">
+ <path
+ id="path6012-4-9"
+ d="m 119.31669,126.32972 -113.6966965,39.6958 39.9988255,114.90476 10.504742,-3.71202 46.665299,-99.17289 42.00286,19.71761 -25.47503,-71.43326 z"
+ clip-path="none"
+ mask="none"
+ style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none"
+ sodipodi:nodetypes="ccccccc" />
+ </clipPath>
+ <linearGradient
+ id="linearGradient3750">
+ <stop
+ style="stop-color:#d3d7cf;stop-opacity:1;"
+ offset="0"
+ id="stop3752" />
+ <stop
+ style="stop-color:white;stop-opacity:1;"
+ offset="1"
+ id="stop3754" />
+ </linearGradient>
+ <linearGradient
+ y2="74.766403"
+ x2="41.1329"
+ y1="291.77829"
+ x1="135.96919"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient3757">
+ <stop
+ id="stop3759"
+ style="stop-color:#4A4A8C"
+ offset="0" />
+ <stop
+ id="stop3761"
+ style="stop-color:#c1a9d2;stop-opacity:1;"
+ offset="1" />
+ </linearGradient>
+ <clipPath
+ id="clipPath5346"
+ clipPathUnits="userSpaceOnUse">
+ <path
+ style="fill:black;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+ mask="none"
+ clip-path="none"
+ d="M 24.086282,32.636052 L 39.099621,39.857355 L 46.240118,24.568127 L 45.62167,24.432673 L 30.451159,29.808545 L 28.433393,23.770411 L 24.086282,32.636052 z "
+ id="path5655"
+ sodipodi:nodetypes="ccccccc" />
+ </clipPath>
+ <radialGradient
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1,0,0,0.997409,0,0.06136658)"
+ r="24.125"
+ fy="23.6875"
+ fx="23.875"
+ cy="23.6875"
+ cx="23.875"
+ id="radialGradient5341"
+ xlink:href="#linearGradient5335"
+ inkscape:collect="always" />
+ <radialGradient
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1,0,0,0.767568,0,6.914865)"
+ r="23.125"
+ fy="29.75"
+ fx="23.875"
+ cy="29.75"
+ cx="23.875"
+ id="radialGradient5330"
+ xlink:href="#linearGradient5324"
+ inkscape:collect="always" />
+ <linearGradient
+ gradientUnits="userSpaceOnUse"
+ y2="33.5625"
+ x2="37.5"
+ y1="33.5625"
+ x1="23.6875"
+ id="linearGradient5320"
+ xlink:href="#linearGradient5314"
+ inkscape:collect="always" />
+ <linearGradient
+ y2="283.85315"
+ x2="104.33927"
+ y1="-115.09309"
+ x1="327.60828"
+ gradientTransform="matrix(0.117045,0,0,0.117057,4.96536,3.716414)"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient4407"
+ xlink:href="#aigrd8"
+ inkscape:collect="always" />
+ <linearGradient
+ y2="226.41461"
+ x2="275.22784"
+ y1="3.168509"
+ x1="-123.75931"
+ gradientTransform="matrix(0.117045,0,0,0.117057,4.96536,3.716414)"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient4403"
+ xlink:href="#linearGradient5302"
+ inkscape:collect="always" />
+ <linearGradient
+ y2="129.08327"
+ x2="281.89789"
+ y1="253.32208"
+ x1="-158.10378"
+ gradientTransform="matrix(0.117045,0,0,0.117057,4.96536,3.716414)"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient4401"
+ xlink:href="#aigrd8"
+ inkscape:collect="always" />
+ <linearGradient
+ y2="55.543629"
+ x2="217.78336"
+ y1="454.48987"
+ x1="-5.4856319"
+ gradientTransform="matrix(0.117045,0,0,0.117057,4.96536,3.716414)"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient4399"
+ xlink:href="#aigrd8"
+ inkscape:collect="always" />
+ <linearGradient
+ y2="48.874371"
+ x2="120.44202"
+ y1="488.83093"
+ x1="244.69356"
+ gradientTransform="matrix(0.117045,0,0,0.117057,4.96536,3.716414)"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient4397"
+ xlink:href="#aigrd8"
+ inkscape:collect="always" />
+ <linearGradient
+ y2="112.9821"
+ x2="46.894829"
+ y1="336.22821"
+ x1="445.88199"
+ gradientTransform="matrix(0.117045,0,0,0.117057,4.96536,3.716414)"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient4395"
+ xlink:href="#aigrd8"
+ inkscape:collect="always" />
+ <linearGradient
+ gradientUnits="userSpaceOnUse"
+ y2="18.792244"
+ x2="12.095371"
+ y1="31.987597"
+ x1="34.792912"
+ id="linearGradient5687"
+ xlink:href="#linearGradient5679"
+ inkscape:collect="always" />
+ <linearGradient
+ y2="136.25546"
+ x2="176.11073"
+ y1="5.8733683"
+ x1="211.58528"
+ gradientTransform="matrix(0,0.132163,-0.132163,0,46.90025,0.679561)"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient5649"
+ xlink:href="#linearGradient5822"
+ inkscape:collect="always" />
+ <linearGradient
+ y2="339.36441"
+ x2="281.79224"
+ y1="165.3644"
+ x1="245.70514"
+ gradientTransform="matrix(0,0.115368,-0.115369,0,43.32375,5.035307)"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient5643"
+ xlink:href="#linearGradient5846"
+ inkscape:collect="always" />
+ <linearGradient
+ y2="339.36441"
+ x2="281.79224"
+ y1="165.3644"
+ x1="245.70514"
+ gradientTransform="matrix(0.115368,0,0,0.115369,5.271289,4.073839)"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient5633"
+ xlink:href="#linearGradient5846"
+ inkscape:collect="always" />
+ <linearGradient
+ y2="38.364971"
+ x2="148.20958"
+ y1="367.0282"
+ x1="287.36819"
+ gradientTransform="matrix(0.132163,0,0,0.132163,0.915543,0.497338)"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient5629"
+ xlink:href="#linearGradient5822"
+ inkscape:collect="always" />
+ <linearGradient
+ y2="339.36441"
+ x2="281.79224"
+ y1="165.3644"
+ x1="245.70514"
+ gradientTransform="matrix(0.115368,0,0,0.115369,5.271289,4.073839)"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient5605"
+ xlink:href="#linearGradient5846"
+ inkscape:collect="always" />
+ <linearGradient
+ y2="230.83557"
+ x2="223.4008"
+ y1="111.88911"
+ x1="360.42224"
+ gradientTransform="matrix(0.132163,0,0,0.132163,0.915543,0.497338)"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient5601"
+ xlink:href="#linearGradient5822"
+ inkscape:collect="always" />
+ <linearGradient
+ y2="339.36441"
+ x2="281.79224"
+ y1="165.3644"
+ x1="245.70514"
+ gradientTransform="matrix(0.115368,0,0,0.115369,5.271289,4.073839)"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient5591"
+ xlink:href="#linearGradient5846"
+ inkscape:collect="always" />
+ <linearGradient
+ y2="312.56595"
+ x2="292.66669"
+ y1="92.158447"
+ x1="272.51257"
+ gradientTransform="matrix(0.132163,0,0,0.132163,0.915543,0.497338)"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient5587"
+ xlink:href="#linearGradient5822"
+ inkscape:collect="always" />
+ <linearGradient
+ y2="204.52451"
+ x2="174.53229"
+ y1="212.77614"
+ x1="372.40765"
+ gradientTransform="matrix(0.115368,0,0,0.115369,5.271289,4.073839)"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient5577"
+ xlink:href="#linearGradient5846"
+ inkscape:collect="always" />
+ <linearGradient
+ y2="210.3136"
+ x2="40.224899"
+ y1="86.074799"
+ x1="480.22656"
+ gradientTransform="matrix(0.117045,0,0,0.117057,4.96536,3.716414)"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient5575"
+ xlink:href="#aigrd8"
+ inkscape:collect="always" />
+ <linearGradient
+ y2="296.09589"
+ x2="350.13818"
+ y1="150.91255"
+ x1="35.312099"
+ gradientTransform="matrix(0.132163,0,0,0.132163,0.915543,0.497338)"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient5573"
+ xlink:href="#linearGradient5822"
+ inkscape:collect="always" />
+ <linearGradient
+ y2="339.36441"
+ x2="281.79224"
+ y1="165.3644"
+ x1="245.70514"
+ gradientTransform="matrix(0.115368,0,0,0.115369,5.271289,4.073839)"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient5563"
+ xlink:href="#linearGradient5846"
+ inkscape:collect="always" />
+ <linearGradient
+ y2="179.47815"
+ x2="335.46878"
+ y1="250.65999"
+ x1="119.5037"
+ gradientTransform="matrix(0.132163,0,0,0.132163,0.915543,0.497338)"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient5559"
+ xlink:href="#linearGradient5822"
+ inkscape:collect="always" />
+ <linearGradient
+ y2="339.36441"
+ x2="281.79224"
+ y1="165.3644"
+ x1="245.70514"
+ gradientTransform="matrix(0.115368,0,0,0.115369,5.271289,4.073839)"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient5549"
+ xlink:href="#linearGradient5846"
+ inkscape:collect="always" />
+ <linearGradient
+ y2="90.943832"
+ x2="249.79636"
+ y1="319.26523"
+ x1="225.4182"
+ gradientTransform="matrix(0.132163,0,0,0.132163,0.915543,0.497338)"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient5545"
+ xlink:href="#linearGradient5822"
+ inkscape:collect="always" />
+ <linearGradient
+ gradientTransform="matrix(0.115368,0,0,0.115369,5.271289,4.073839)"
+ gradientUnits="userSpaceOnUse"
+ y2="339.36441"
+ x2="281.79224"
+ y1="165.3644"
+ x1="245.70514"
+ id="linearGradient5852"
+ xlink:href="#linearGradient5846"
+ inkscape:collect="always" />
+ <linearGradient
+ gradientTransform="matrix(0.132163,0,0,0.132163,0.915543,0.497338)"
+ gradientUnits="userSpaceOnUse"
+ y2="38.364971"
+ x2="148.20958"
+ y1="367.0282"
+ x1="287.36819"
+ id="linearGradient5840"
+ xlink:href="#linearGradient5822"
+ inkscape:collect="always" />
+ <linearGradient
+ id="aigrd8"
+ gradientUnits="userSpaceOnUse"
+ x1="135.96919"
+ y1="291.77829"
+ x2="41.1329"
+ y2="74.766403">
+ <stop
+ offset="0"
+ style="stop-color:#4A4A8C"
+ id="stop676" />
+ <stop
+ offset="1"
+ style="stop-color:#c1a9d2;stop-opacity:1;"
+ id="stop677" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient5822">
+ <stop
+ id="stop5824"
+ offset="0"
+ style="stop-color:#d3d7cf;stop-opacity:1;" />
+ <stop
+ id="stop5826"
+ offset="1"
+ style="stop-color:white;stop-opacity:1;" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient5846"
+ inkscape:collect="always">
+ <stop
+ id="stop5848"
+ offset="0"
+ style="stop-color:white;stop-opacity:1;" />
+ <stop
+ id="stop5850"
+ offset="1"
+ style="stop-color:white;stop-opacity:0;" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient5679"
+ inkscape:collect="always">
+ <stop
+ id="stop5681"
+ offset="0"
+ style="stop-color:#204a87;stop-opacity:1;" />
+ <stop
+ id="stop5683"
+ offset="1"
+ style="stop-color:#204a87;stop-opacity:0;" />
+ </linearGradient>
+ <linearGradient
+ y2="74.766403"
+ x2="41.1329"
+ y1="291.77829"
+ x1="135.96919"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient5302">
+ <stop
+ id="stop5304"
+ style="stop-color:#4A4A8C"
+ offset="0" />
+ <stop
+ offset="0.5"
+ style="stop-color:white;stop-opacity:1;"
+ id="stop5308" />
+ <stop
+ id="stop5306"
+ style="stop-color:#c1a9d2;stop-opacity:1;"
+ offset="1" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient5314"
+ inkscape:collect="always">
+ <stop
+ id="stop5316"
+ offset="0"
+ style="stop-color:black;stop-opacity:1;" />
+ <stop
+ id="stop5318"
+ offset="1"
+ style="stop-color:black;stop-opacity:0;" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient5324"
+ inkscape:collect="always">
+ <stop
+ id="stop5326"
+ offset="0"
+ style="stop-color:black;stop-opacity:1;" />
+ <stop
+ id="stop5328"
+ offset="1"
+ style="stop-color:black;stop-opacity:0;" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient5335"
+ inkscape:collect="always">
+ <stop
+ id="stop5337"
+ offset="0"
+ style="stop-color:black;stop-opacity:1;" />
+ <stop
+ id="stop5339"
+ offset="1"
+ style="stop-color:black;stop-opacity:0;" />
+ </linearGradient>
+ <inkscape:perspective
+ id="perspective8717"
+ inkscape:persp3d-origin="24 : 16 : 1"
+ inkscape:vp_z="48 : 24 : 1"
+ inkscape:vp_y="0 : 1000 : 0"
+ inkscape:vp_x="0 : 24 : 1"
+ sodipodi:type="inkscape:persp3d" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient5679"
+ id="linearGradient8813"
+ gradientUnits="userSpaceOnUse"
+ x1="34.792912"
+ y1="31.987597"
+ x2="12.095371"
+ y2="18.792244" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient5679"
+ id="linearGradient8815"
+ gradientUnits="userSpaceOnUse"
+ x1="34.792912"
+ y1="31.987597"
+ x2="12.095371"
+ y2="18.792244" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient5679"
+ id="linearGradient8817"
+ gradientUnits="userSpaceOnUse"
+ x1="34.792912"
+ y1="31.987597"
+ x2="12.095371"
+ y2="18.792244" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient5679"
+ id="linearGradient8819"
+ gradientUnits="userSpaceOnUse"
+ x1="34.792912"
+ y1="31.987597"
+ x2="12.095371"
+ y2="18.792244" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient5679"
+ id="linearGradient8821"
+ gradientUnits="userSpaceOnUse"
+ x1="34.792912"
+ y1="31.987597"
+ x2="12.095371"
+ y2="18.792244" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient5302"
+ id="linearGradient8823"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.117045,0,0,0.117057,4.96536,3.716414)"
+ x1="-123.75931"
+ y1="3.168509"
+ x2="275.22784"
+ y2="226.41461" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient5679"
+ id="linearGradient8825"
+ gradientUnits="userSpaceOnUse"
+ x1="34.792912"
+ y1="31.987597"
+ x2="12.095371"
+ y2="18.792244" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient5679"
+ id="linearGradient8827"
+ gradientUnits="userSpaceOnUse"
+ x1="34.792912"
+ y1="31.987597"
+ x2="12.095371"
+ y2="18.792244" />
+ <clipPath
+ id="clipPath5346-6"
+ clipPathUnits="userSpaceOnUse">
+ <path
+ style="fill:black;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+ mask="none"
+ clip-path="none"
+ d="M 24.086282,32.636052 L 39.099621,39.857355 L 46.240118,24.568127 L 45.62167,24.432673 L 30.451159,29.808545 L 28.433393,23.770411 L 24.086282,32.636052 z "
+ id="path5655-6"
+ sodipodi:nodetypes="ccccccc" />
+ </clipPath>
+ <radialGradient
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1,0,0,0.767568,0,6.914865)"
+ r="23.125"
+ fy="29.75"
+ fx="23.875"
+ cy="29.75"
+ cx="23.875"
+ id="radialGradient5330-4"
+ xlink:href="#linearGradient5324-9"
+ inkscape:collect="always" />
+ <linearGradient
+ id="aigrd8-9"
+ gradientUnits="userSpaceOnUse"
+ x1="135.96919"
+ y1="291.77829"
+ x2="41.1329"
+ y2="74.766403">
+ <stop
+ offset="0"
+ style="stop-color:#4A4A8C"
+ id="stop676-7" />
+ <stop
+ offset="1"
+ style="stop-color:#c1a9d2;stop-opacity:1;"
+ id="stop677-8" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient5822-9">
+ <stop
+ id="stop5824-9"
+ offset="0"
+ style="stop-color:#d3d7cf;stop-opacity:1;" />
+ <stop
+ id="stop5826-2"
+ offset="1"
+ style="stop-color:white;stop-opacity:1;" />
+ </linearGradient>
+ <linearGradient
+ y2="74.766403"
+ x2="41.1329"
+ y1="291.77829"
+ x1="135.96919"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient5302-7">
+ <stop
+ id="stop5304-3"
+ style="stop-color:#4A4A8C"
+ offset="0" />
+ <stop
+ offset="0.5"
+ style="stop-color:white;stop-opacity:1;"
+ id="stop5308-3" />
+ <stop
+ id="stop5306-0"
+ style="stop-color:#c1a9d2;stop-opacity:1;"
+ offset="1" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient5324-9"
+ inkscape:collect="always">
+ <stop
+ id="stop5326-6"
+ offset="0"
+ style="stop-color:black;stop-opacity:1;" />
+ <stop
+ id="stop5328-1"
+ offset="1"
+ style="stop-color:black;stop-opacity:0;" />
+ </linearGradient>
+ <inkscape:perspective
+ id="perspective9197"
+ inkscape:persp3d-origin="24 : 16 : 1"
+ inkscape:vp_z="48 : 24 : 1"
+ inkscape:vp_y="0 : 1000 : 0"
+ inkscape:vp_x="0 : 24 : 1"
+ sodipodi:type="inkscape:persp3d" />
+ <clipPath
+ id="clipPath5346-4"
+ clipPathUnits="userSpaceOnUse">
+ <path
+ style="fill:black;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+ mask="none"
+ clip-path="none"
+ d="M 24.086282,32.636052 L 39.099621,39.857355 L 46.240118,24.568127 L 45.62167,24.432673 L 30.451159,29.808545 L 28.433393,23.770411 L 24.086282,32.636052 z "
+ id="path5655-1"
+ sodipodi:nodetypes="ccccccc" />
+ </clipPath>
+ <linearGradient
+ id="aigrd8-0"
+ gradientUnits="userSpaceOnUse"
+ x1="135.96919"
+ y1="291.77829"
+ x2="41.1329"
+ y2="74.766403">
+ <stop
+ offset="0"
+ style="stop-color:#4A4A8C"
+ id="stop676-72" />
+ <stop
+ offset="1"
+ style="stop-color:#c1a9d2;stop-opacity:1;"
+ id="stop677-2" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient5822-4">
+ <stop
+ id="stop5824-5"
+ offset="0"
+ style="stop-color:#d3d7cf;stop-opacity:1;" />
+ <stop
+ id="stop5826-0"
+ offset="1"
+ style="stop-color:white;stop-opacity:1;" />
+ </linearGradient>
+ <linearGradient
+ y2="74.766403"
+ x2="41.1329"
+ y1="291.77829"
+ x1="135.96919"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient5302-1">
+ <stop
+ id="stop5304-6"
+ style="stop-color:#4A4A8C"
+ offset="0" />
+ <stop
+ offset="0.5"
+ style="stop-color:white;stop-opacity:1;"
+ id="stop5308-1" />
+ <stop
+ id="stop5306-5"
+ style="stop-color:#c1a9d2;stop-opacity:1;"
+ offset="1" />
+ </linearGradient>
+ <inkscape:perspective
+ id="perspective9409"
+ inkscape:persp3d-origin="16 : 10.666667 : 1"
+ inkscape:vp_z="32 : 16 : 1"
+ inkscape:vp_y="0 : 1000 : 0"
+ inkscape:vp_x="0 : 16 : 1"
+ sodipodi:type="inkscape:persp3d" />
+ <clipPath
+ id="clipPath5346-0"
+ clipPathUnits="userSpaceOnUse">
+ <path
+ style="fill:black;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+ mask="none"
+ clip-path="none"
+ d="M 24.086282,32.636052 L 39.099621,39.857355 L 46.240118,24.568127 L 45.62167,24.432673 L 30.451159,29.808545 L 28.433393,23.770411 L 24.086282,32.636052 z "
+ id="path5655-2"
+ sodipodi:nodetypes="ccccccc" />
+ </clipPath>
+ <linearGradient
+ id="aigrd8-93"
+ gradientUnits="userSpaceOnUse"
+ x1="135.96919"
+ y1="291.77829"
+ x2="41.1329"
+ y2="74.766403">
+ <stop
+ offset="0"
+ style="stop-color:#4A4A8C"
+ id="stop676-8" />
+ <stop
+ offset="1"
+ style="stop-color:#c1a9d2;stop-opacity:1;"
+ id="stop677-61" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient5822-3">
+ <stop
+ id="stop5824-97"
+ offset="0"
+ style="stop-color:#d3d7cf;stop-opacity:1;" />
+ <stop
+ id="stop5826-3"
+ offset="1"
+ style="stop-color:white;stop-opacity:1;" />
+ </linearGradient>
+ <linearGradient
+ y2="74.766403"
+ x2="41.1329"
+ y1="291.77829"
+ x1="135.96919"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient5302-2">
+ <stop
+ id="stop5304-5"
+ style="stop-color:#4A4A8C"
+ offset="0" />
+ <stop
+ offset="0.5"
+ style="stop-color:white;stop-opacity:1;"
+ id="stop5308-34" />
+ <stop
+ id="stop5306-3"
+ style="stop-color:#c1a9d2;stop-opacity:1;"
+ offset="1" />
+ </linearGradient>
+ <inkscape:perspective
+ id="perspective9609"
+ inkscape:persp3d-origin="11 : 7.3333333 : 1"
+ inkscape:vp_z="22 : 11 : 1"
+ inkscape:vp_y="0 : 1000 : 0"
+ inkscape:vp_x="0 : 11 : 1"
+ sodipodi:type="inkscape:persp3d" />
+ <linearGradient
+ gradientTransform="matrix(0.881063,0,0,0.881063,4.034819,3.464324)"
+ y2="18.792244"
+ x2="12.095371"
+ y1="31.987597"
+ x1="34.792912"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient5365-6"
+ xlink:href="#linearGradient5679-0"
+ inkscape:collect="always" />
+ <linearGradient
+ gradientTransform="matrix(0.892497,0,0,0.892497,3.647022,3.007637)"
+ y2="18.792244"
+ x2="12.095371"
+ y1="31.987597"
+ x1="34.792912"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient5355-7"
+ xlink:href="#linearGradient5679-0"
+ inkscape:collect="always" />
+ <linearGradient
+ gradientTransform="matrix(0.889614,0,0,0.889614,3.744776,3.088248)"
+ y2="18.792244"
+ x2="12.095371"
+ y1="31.987597"
+ x1="34.792912"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient5353-3"
+ xlink:href="#linearGradient5679-0"
+ inkscape:collect="always" />
+ <linearGradient
+ gradientTransform="matrix(0,0.580683,-0.580695,0,13.76828,2.319171)"
+ y2="18.792244"
+ x2="12.095371"
+ y1="31.987597"
+ x1="34.792912"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient5351-0"
+ xlink:href="#linearGradient5679-0"
+ inkscape:collect="always" />
+ <radialGradient
+ r="24.125"
+ fy="23.6875"
+ fx="23.875"
+ cy="23.6875"
+ cx="23.875"
+ gradientTransform="matrix(0.668503,0,0,0.666757,-15.4605,-0.460913)"
+ gradientUnits="userSpaceOnUse"
+ id="radialGradient5349-6"
+ xlink:href="#linearGradient5335-1"
+ inkscape:collect="always" />
+ <clipPath
+ id="clipPath5346-8"
+ clipPathUnits="userSpaceOnUse">
+ <path
+ style="fill:black;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+ mask="none"
+ clip-path="none"
+ d="M 24.086282,32.636052 L 39.099621,39.857355 L 46.240118,24.568127 L 45.62167,24.432673 L 30.451159,29.808545 L 28.433393,23.770411 L 24.086282,32.636052 z "
+ id="path5655-28"
+ sodipodi:nodetypes="ccccccc" />
+ </clipPath>
+ <linearGradient
+ gradientTransform="matrix(0.668503,0,0,0.668489,-15.4605,-0.501936)"
+ gradientUnits="userSpaceOnUse"
+ y2="33.5625"
+ x2="37.5"
+ y1="33.5625"
+ x1="23.6875"
+ id="linearGradient5320-8"
+ xlink:href="#linearGradient5314-2"
+ inkscape:collect="always" />
+ <linearGradient
+ y2="283.85315"
+ x2="104.33927"
+ y1="-115.09309"
+ x1="327.60828"
+ gradientTransform="matrix(0.102692,0,0,0.102702,8.516762,6.6916)"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient4407-6"
+ xlink:href="#aigrd8-05"
+ inkscape:collect="always" />
+ <linearGradient
+ y2="226.41461"
+ x2="275.22784"
+ y1="3.168509"
+ x1="-123.75931"
+ gradientTransform="matrix(0.103124,0,0,0.103135,8.409618,6.738722)"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient4403-57"
+ xlink:href="#linearGradient5302-71"
+ inkscape:collect="always" />
+ <linearGradient
+ y2="48.874371"
+ x2="120.44202"
+ y1="488.83093"
+ x1="244.69356"
+ gradientTransform="matrix(0.104462,0,0,0.104472,8.078589,6.324527)"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient4397-0"
+ xlink:href="#aigrd8-05"
+ inkscape:collect="always" />
+ <linearGradient
+ y2="112.9821"
+ x2="46.894829"
+ y1="336.22821"
+ x1="445.88199"
+ gradientTransform="matrix(0.104125,0,0,0.104136,8.16203,6.39442)"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient4395-5"
+ xlink:href="#aigrd8-05"
+ inkscape:collect="always" />
+ <linearGradient
+ gradientTransform="matrix(0.877366,0,0,0.877366,4.160324,3.430944)"
+ gradientUnits="userSpaceOnUse"
+ y2="18.792244"
+ x2="12.095371"
+ y1="31.987597"
+ x1="34.792912"
+ id="linearGradient5687-6"
+ xlink:href="#linearGradient5679-0"
+ inkscape:collect="always" />
+ <linearGradient
+ y2="136.25546"
+ x2="176.11073"
+ y1="5.8733683"
+ x1="211.58528"
+ gradientTransform="matrix(-8.835136e-2,0,0,-8.834951e-2,15.77062,30.69261)"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient5649-0"
+ xlink:href="#linearGradient5822-46"
+ inkscape:collect="always" />
+ <linearGradient
+ y2="339.36441"
+ x2="281.79224"
+ y1="165.3644"
+ x1="245.70514"
+ gradientTransform="matrix(-7.238544e-2,0,0,-7.238363e-2,11.88916,27.96771)"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient5643-6"
+ xlink:href="#linearGradient5846-6"
+ inkscape:collect="always" />
+ <linearGradient
+ y2="339.36441"
+ x2="281.79224"
+ y1="165.3644"
+ x1="245.70514"
+ gradientTransform="matrix(0.109175,-8.629348e-7,-8.629422e-7,0.109176,6.877497,5.392863)"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient5633-50"
+ xlink:href="#linearGradient5846-6"
+ inkscape:collect="always" />
+ <linearGradient
+ y2="38.364971"
+ x2="148.20958"
+ y1="367.0282"
+ x1="287.36819"
+ gradientTransform="matrix(0.132163,0,0,0.132163,0.915543,0.497338)"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient5629-78"
+ xlink:href="#linearGradient5822-46"
+ inkscape:collect="always" />
+ <linearGradient
+ y2="339.36441"
+ x2="281.79224"
+ y1="165.3644"
+ x1="245.70514"
+ gradientTransform="matrix(0.107937,-1.023087e-6,-1.023096e-6,0.107938,7.198699,5.656634)"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient5605-47"
+ xlink:href="#linearGradient5846-6"
+ inkscape:collect="always" />
+ <linearGradient
+ y2="230.83557"
+ x2="223.4008"
+ y1="111.88911"
+ x1="360.42224"
+ gradientTransform="matrix(0.132163,0,0,0.132163,0.915543,0.497338)"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient5601-0"
+ xlink:href="#linearGradient5822-46"
+ inkscape:collect="always" />
+ <linearGradient
+ y2="339.36441"
+ x2="281.79224"
+ y1="165.3644"
+ x1="245.70514"
+ gradientTransform="matrix(0.110275,0,0,0.110244,6.592183,5.196821)"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient5591-6"
+ xlink:href="#linearGradient5846-6"
+ inkscape:collect="always" />
+ <linearGradient
+ y2="312.56595"
+ x2="292.66669"
+ y1="92.158447"
+ x1="272.51257"
+ gradientTransform="matrix(0.132163,0,0,0.132163,0.915543,0.497338)"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient5587-1"
+ xlink:href="#linearGradient5822-46"
+ inkscape:collect="always" />
+ <linearGradient
+ y2="210.3136"
+ x2="40.224899"
+ y1="86.074799"
+ x1="480.22656"
+ gradientTransform="matrix(0,6.796591e-2,-6.797431e-2,0,11.61019,5.202467)"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient5575-4"
+ xlink:href="#aigrd8-05"
+ inkscape:collect="always" />
+ <linearGradient
+ gradientTransform="matrix(0.109446,0,0,0.109448,6.807189,5.334808)"
+ gradientUnits="userSpaceOnUse"
+ y2="339.36441"
+ x2="281.79224"
+ y1="165.3644"
+ x1="245.70514"
+ id="linearGradient5852-9"
+ xlink:href="#linearGradient5846-6"
+ inkscape:collect="always" />
+ <linearGradient
+ gradientTransform="matrix(0.132163,0,0,0.132163,0.915543,0.497338)"
+ gradientUnits="userSpaceOnUse"
+ y2="38.364971"
+ x2="148.20958"
+ y1="367.0282"
+ x1="287.36819"
+ id="linearGradient5840-22"
+ xlink:href="#linearGradient5822-46"
+ inkscape:collect="always" />
+ <linearGradient
+ id="aigrd8-05"
+ gradientUnits="userSpaceOnUse"
+ x1="135.96919"
+ y1="291.77829"
+ x2="41.1329"
+ y2="74.766403">
+ <stop
+ offset="0"
+ style="stop-color:#4A4A8C"
+ id="stop676-6" />
+ <stop
+ offset="1"
+ style="stop-color:#c1a9d2;stop-opacity:1;"
+ id="stop677-89" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient5822-46">
+ <stop
+ id="stop5824-8"
+ offset="0"
+ style="stop-color:#d3d7cf;stop-opacity:1;" />
+ <stop
+ id="stop5826-8"
+ offset="1"
+ style="stop-color:white;stop-opacity:1;" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient5846-6"
+ inkscape:collect="always">
+ <stop
+ id="stop5848-2"
+ offset="0"
+ style="stop-color:white;stop-opacity:1;" />
+ <stop
+ id="stop5850-62"
+ offset="1"
+ style="stop-color:white;stop-opacity:0;" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient5679-0"
+ inkscape:collect="always">
+ <stop
+ id="stop5681-5"
+ offset="0"
+ style="stop-color:#204a87;stop-opacity:1;" />
+ <stop
+ id="stop5683-2"
+ offset="1"
+ style="stop-color:#204a87;stop-opacity:0;" />
+ </linearGradient>
+ <linearGradient
+ y2="74.766403"
+ x2="41.1329"
+ y1="291.77829"
+ x1="135.96919"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient5302-71">
+ <stop
+ id="stop5304-0"
+ style="stop-color:#4A4A8C"
+ offset="0" />
+ <stop
+ offset="0.5"
+ style="stop-color:white;stop-opacity:1;"
+ id="stop5308-6" />
+ <stop
+ id="stop5306-1"
+ style="stop-color:#c1a9d2;stop-opacity:1;"
+ offset="1" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient5314-2"
+ inkscape:collect="always">
+ <stop
+ id="stop5316-0"
+ offset="0"
+ style="stop-color:black;stop-opacity:1;" />
+ <stop
+ id="stop5318-4"
+ offset="1"
+ style="stop-color:black;stop-opacity:0;" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient5335-1"
+ inkscape:collect="always">
+ <stop
+ id="stop5337-6"
+ offset="0"
+ style="stop-color:black;stop-opacity:1;" />
+ <stop
+ id="stop5339-73"
+ offset="1"
+ style="stop-color:black;stop-opacity:0;" />
+ </linearGradient>
+ <inkscape:perspective
+ id="perspective9785"
+ inkscape:persp3d-origin="8 : 5.3333333 : 1"
+ inkscape:vp_z="16 : 8 : 1"
+ inkscape:vp_y="0 : 1000 : 0"
+ inkscape:vp_x="0 : 8 : 1"
+ sodipodi:type="inkscape:persp3d" />
+ <clipPath
+ clipPathUnits="userSpaceOnUse"
+ id="clipPath6522">
+ <rect
+ style="opacity:0.1534884;color:#000000;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;marker-start:none;marker-mid:none;marker-end:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+ id="rect6524"
+ width="16.036728"
+ height="15.989086"
+ x="-0.59955001"
+ y="0.37874857" />
+ </clipPath>
+ <clipPath
+ clipPathUnits="userSpaceOnUse"
+ id="clipPath6530">
+ <path
+ clip-path="none"
+ mask="none"
+ style="color:#000000;fill:none;stroke:#000000;stroke-width:1.10601008;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+ d="m 299.1504,64.1797 39.584,112.1812 -111.3652,39.3057 -39.5947,-112.1816 111.376,-39.3052 -1e-4,-1e-4 z"
+ id="path6532" />
+ </clipPath>
+ <filter
+ inkscape:collect="always"
+ id="filter6534">
+ <feGaussianBlur
+ inkscape:collect="always"
+ stdDeviation="1.0357767"
+ id="feGaussianBlur6536" />
+ </filter>
+ <radialGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient6538"
+ id="radialGradient6544"
+ cx="283.33472"
+ cy="192.55919"
+ fx="283.33472"
+ fy="192.55919"
+ r="75.47995"
+ gradientTransform="matrix(1.6240267,-0.63301926,0.61212659,1.5704261,-294.67902,69.699303)"
+ gradientUnits="userSpaceOnUse" />
+ <radialGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient6538"
+ id="radialGradient6548"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1.6240267,-0.63301926,0.61212659,1.5704261,-294.67902,69.699303)"
+ cx="312.56934"
+ cy="183.59587"
+ fx="312.56934"
+ fy="183.59587"
+ r="75.47995" />
+ <radialGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient6538"
+ id="radialGradient6552"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1.6240267,-0.63301926,0.61212659,1.5704261,-294.67902,69.699303)"
+ cx="316.80658"
+ cy="164.94209"
+ fx="316.80658"
+ fy="164.94209"
+ r="75.47995" />
+ <inkscape:perspective
+ id="perspective18062"
+ inkscape:persp3d-origin="0.5 : 0.33333333 : 1"
+ inkscape:vp_z="1 : 0.5 : 1"
+ inkscape:vp_y="0 : 1000 : 0"
+ inkscape:vp_x="0 : 0.5 : 1"
+ sodipodi:type="inkscape:persp3d" />
+ <clipPath
+ clipPathUnits="userSpaceOnUse"
+ id="clipPath4748">
+ <path
+ d="m 155.53125,128.78125 -114.5,32.3125 L 78,292.84375 178.90625,264.375 c 6.3543,-1.46637 14.5625,-7.75 14.5625,-7.75 L 188.3125,245.5625 155.53125,128.78125 z"
+ inkscape:href="#path652-6"
+ id="path4750"
+ style="color:#000000;fill:none;stroke:#000000;stroke-width:1.10601008;stroke-opacity:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+ xlink:href="#path652-6"
+ inkscape:original="M 155.53125 128.78125 L 41.03125 161.09375 L 78.34375 293.53125 C 116.71194 282.70306 156.2423 274.20987 193.125 259.03125 C 178.24555 216.63104 168.78032 171.698 155.53125 128.78125 z "
+ inkscape:radius="0"
+ sodipodi:type="inkscape:offset" />
+ </clipPath>
+ <filter
+ inkscape:collect="always"
+ id="filter4764">
+ <feGaussianBlur
+ inkscape:collect="always"
+ stdDeviation="0.47475"
+ id="feGaussianBlur4766" />
+ </filter>
+ <filter
+ inkscape:collect="always"
+ id="filter5562">
+ <feGaussianBlur
+ inkscape:collect="always"
+ stdDeviation="1.3642241"
+ id="feGaussianBlur5564" />
+ </filter>
+ <filter
+ inkscape:collect="always"
+ id="filter5574"
+ x="-0.14485998"
+ width="1.28972"
+ y="-0.13481141"
+ height="1.2696228">
+ <feGaussianBlur
+ inkscape:collect="always"
+ stdDeviation="9.2156237"
+ id="feGaussianBlur5576" />
+ </filter>
+ <filter
+ inkscape:collect="always"
+ id="filter5597"
+ x="-0.12276876"
+ width="1.2455375"
+ y="-0.16192776"
+ height="1.3238555">
+ <feGaussianBlur
+ inkscape:collect="always"
+ stdDeviation="3.9132543"
+ id="feGaussianBlur5599" />
+ </filter>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient4732"
+ id="linearGradient5617"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(-0.99794145,-0.06413163,0.06413163,-0.99794145,255.01823,310.36248)"
+ x1="68.873505"
+ y1="51.558125"
+ x2="175.17638"
+ y2="109.70502" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient5626"
+ id="linearGradient5619"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(-0.99794145,-0.06413163,0.06413163,-0.99794145,255.01823,310.36248)"
+ x1="179.23587"
+ y1="142.29613"
+ x2="148.46533"
+ y2="51.268147" />
+ <radialGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient5583"
+ id="radialGradient5621"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1.8538598,-0.05539543,0.03934884,1.3168464,-97.492667,-27.660481)"
+ cx="117.19691"
+ cy="126.45943"
+ fx="117.19691"
+ fy="126.45943"
+ r="43" />
+ <radialGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient5583-3"
+ id="radialGradient5663-8"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(2.5629843,-0.07658487,0.05440026,1.8205566,-242.41135,-102.75627)"
+ cx="117.19691"
+ cy="126.45943"
+ fx="117.19691"
+ fy="126.45943"
+ r="43" />
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient5583-3">
+ <stop
+ style="stop-color:#ffffff;stop-opacity:1;"
+ offset="0"
+ id="stop5585-8" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0;"
+ offset="1"
+ id="stop5587-1" />
+ </linearGradient>
+ <radialGradient
+ r="43"
+ fy="126.45943"
+ fx="117.19691"
+ cy="126.45943"
+ cx="117.19691"
+ gradientTransform="matrix(-2.4172118,0.85547689,0.60766824,1.7170104,276.64011,-137.51309)"
+ gradientUnits="userSpaceOnUse"
+ id="radialGradient5680"
+ xlink:href="#linearGradient5583-3"
+ inkscape:collect="always" />
+ <filter
+ color-interpolation-filters="sRGB"
+ inkscape:collect="always"
+ id="filter5562-3">
+ <feGaussianBlur
+ inkscape:collect="always"
+ stdDeviation="1.3642241"
+ id="feGaussianBlur5564-0" />
+ </filter>
+ <filter
+ color-interpolation-filters="sRGB"
+ inkscape:collect="always"
+ id="filter5574-7"
+ x="-0.14485998"
+ width="1.2897201"
+ y="-0.13481142"
+ height="1.2696228">
+ <feGaussianBlur
+ inkscape:collect="always"
+ stdDeviation="9.2156237"
+ id="feGaussianBlur5576-7" />
+ </filter>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient82201"
+ id="linearGradient5737"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(-0.99794145,-0.06413163,0.06413163,-0.99794145,255.01823,310.36248)"
+ x1="68.873505"
+ y1="51.558125"
+ x2="175.17638"
+ y2="109.70502" />
+ <filter
+ inkscape:collect="always"
+ id="filter5739">
+ <feGaussianBlur
+ inkscape:collect="always"
+ stdDeviation="0.8985523"
+ id="feGaussianBlur5741" />
+ </filter>
+ <clipPath
+ id="clipPath4396-4"
+ clipPathUnits="userSpaceOnUse">
+ <path
+ id="path4398-9"
+ d="m 79.40625,432.78125 c 4.95211,3.15625 10.09773,2.36004 13.8125,6.28125 0.20853,0.22012 0.41543,0.41335 0.625,0.625 -0.91227,0.0132 -3.36173,-0.64471 -5.8125,-0.21875 -2.03999,0.35455 -4.02605,-0.55433 -6.4375,1.03125 2.8086,-1.17696 5.05872,-0.41657 7.3125,-0.71875 1.75702,-0.23558 4.85952,0.60574 6.84375,1.75 3.19912,2.92004 6.06811,5.00342 6.65625,7.03125 0.75156,2.59125 0.93062,10.17703 0.96875,13.3125 -0.33977,-0.27402 -0.66062,-0.5645 -0.96875,-0.875 -0.68906,-0.71321 -1.34766,-1.47779 -2.15625,-2.0625 -0.77698,-0.56343 -1.58267,-1.08104 -2.21875,-1.8125 -0.66486,-0.8969 -1.44709,-1.69706 -2.1875,-2.53125 -0.70592,-0.72238 -1.45646,-1.39671 -2.125,-2.15625 -0.61554,-0.75741 -1.33614,-1.42319 -2.1875,-1.90625 -0.77581,-0.47272 -1.5828,-1.00327 -2.53125,-0.96875 -0.47451,-0.0791 -0.95887,-0.19127 -1.3125,-0.53125 -0.59769,-0.44175 -1.32432,-0.71337 -2.0625,-0.78125 l 0.125,0.0625 c 0.9109,0.24481 1.68179,0.8215 2.40625,1.40625 0.82464,0.41098 1.87022,0.34115 2.53125,1.0625 0.70456,0.74408 1.76065,1.14357 2.28125,2.0625 0.20942,0.35023 0.44974,0.66458 0.71875,0.96875 -0.70331,0.27896 -1.37908,1.26201 -1.875,1.59375 -1.29807,0.86836 -4.60919,-2.74752 -7.5,-2.40625 2.08544,-0.0469 5.75517,2.50843 6.46875,2.71875 0.55836,0.16459 -1.66639,2.10357 -3.375,3.03125 1.51744,-0.43138 3.97727,-2.51723 4.4375,-2.625 0.57771,-0.13527 1.16213,-1.94726 2.4375,-1.6875 0.26687,0.28232 0.53984,0.57255 0.78125,0.875 0.69303,0.78032 1.38577,1.54029 1.96875,2.40625 0.85162,1.06177 1.95474,1.87787 2.875,2.875 0.7471,0.7803 1.39506,1.64575 2.09375,2.46875 0.93323,1.12487 1.87928,2.25013 2.8125,3.375 0.42144,0.87267 1.03174,1.61036 1.65625,2.34375 0.66563,0.75999 1.30957,1.55781 1.8125,2.4375 0.59909,0.89138 1.1135,1.84141 1.5,2.84375 0.30827,0.94828 0.48395,1.92145 0.625,2.90625 0.19051,1.03702 0.34872,2.0991 0.25,3.15625 -0.14578,1.5715 -0.30651,3.14619 -0.4375,4.71875 -0.0217,0.7843 -0.12135,1.62135 0.25,2.34375 0.88575,0.56065 1.94401,0.69175 2.96875,0.75 0.86591,-0.0236 1.72648,-0.22461 2.46875,-0.6875 0.31904,-0.16231 0.63392,-0.49478 0.46875,-0.875 -0.18667,-1.01745 -0.40295,-2.03142 -0.5,-3.0625 -0.1344,-1.15271 -0.25974,-2.31102 -0.34375,-3.46875 -0.099,-1.09509 -0.14847,-2.18257 -0.1875,-3.28125 0.0322,-1.00198 0.0767,-2.03591 0.375,-3 0.32471,-0.94223 0.65194,-2.18347 1.25,-2.96875 0.85084,-1.04281 2.1162,-1.51624 3.09375,-2.4375 0.82415,-0.71738 1.68863,-1.38982 2.46875,-2.15625 0.75889,-0.71303 1.63356,-2.17099 2.3125,-2.96875 0.7624,-0.80646 1.48992,-0.89854 2.21875,-1.625 0.18969,-0.12973 0.38766,-0.25786 0.59375,-0.375 0.52915,-0.26792 1.04107,-0.57592 1.71875,-0.625 0.70029,0.0397 1.39399,-0.19008 2.09375,-0.0937 0.70007,0.0559 1.02933,0.72896 1.78125,0.65625 0.66535,-0.12321 1.35216,-0.12021 2.03125,-0.0625 -0.21541,-0.0835 -0.44604,-0.15445 -0.6875,-0.1875 -0.48981,-0.0904 -0.98368,0.0758 -1.46875,0.0313 -0.63207,-0.054 -0.8309,-0.55639 -1.375,-0.71875 -0.66242,-0.11588 -1.35944,0.10128 -2.03125,0.0625 -0.5382,-0.0737 -1.05528,0.0455 -1.59375,0.0313 0.76409,-1.1233 1.44323,-2.44724 2.25,-3.375 1.3398,-1.24472 2.98696,-2.48222 4.03125,-2.96875 1.39189,-0.64849 2.38459,0.15819 4.21875,-0.75 -2.03978,0.86066 -3.28052,-0.27726 -5.6875,1.125 -1.32634,0.76242 -2.21246,1.18656 -2.96875,1.71875 -1.58811,-1.34506 -0.70451,-6.06166 -2.09375,-8.78125 0.0827,-0.0958 0.125,-0.20732 0.125,-0.34375 1.54418,-0.65828 3.85538,-0.62579 5.34375,-0.34375 1.80941,0.34285 1.14282,0.69721 2.0625,0.75 0.8083,0.0464 2.21338,0.8335 3.34375,1.28125 1.22261,0.48428 1.53834,-0.0211 3.84375,1.21875 -1.65524,-1.12051 -3.34913,-1.13223 -3.59375,-1.40625 0.7457,-2.42944 3.79609,-2.88736 5.0625,-5.1875 -1.76435,2.59269 -4.05299,2.33985 -5.28125,5.09375 -1.22654,-0.34407 -2.44261,-0.89298 -3.0625,-1.28125 1.49793,-1.8748 -1.68651,-7.18964 -1.78125,-9 -0.11059,2.41309 2.83075,5.84705 1.25,8.8125 -3.16781,-1.25867 -5.75024,-0.78886 -7.4375,-0.40625 -0.0628,-0.0425 -0.14103,-0.0804 -0.21875,-0.0937 -1.38487,-2.04113 -0.95284,-3.54566 -2.5,-5.78125 0.85981,2.03517 1.03075,4.21454 1.875,5.96875 0.0201,0.0419 0.0431,0.0827 0.0625,0.125 -0.0386,0.0749 -0.0625,0.16002 -0.0625,0.25 0,0.22641 0.14749,0.41694 0.34375,0.5 0.92516,2.72077 0.58242,6.13236 0.8125,8.65625 -2.33949,-3.83923 -5.15618,-3.90227 -6.78125,-10.25 1.34906,7.76942 7.42824,8.46368 5.875,13.34375 -1.18921,1.23925 -3.11722,3.33597 -4.03125,4.25 -0.76285,0.67868 -1.59581,1.26835 -2.4375,1.84375 -0.87643,0.65389 -0.79689,1.13319 -1.71875,1.71875 -0.68733,0.46263 -2.24808,0.96188 -2.84375,1.4375 -0.77914,0.62211 -1.21036,1.46972 -1.875,2.3125 -0.35417,0.47917 -1.23958,0.61458 -1.5625,1.25 -0.32894,-1.33239 -1.28622,-3.80883 -3.09375,-4.84375 -0.89341,-0.51154 -1.89485,-1.4387 -2.625,-2.21875 -0.16244,-0.16986 -0.32136,-0.31728 -0.5,-0.46875 -1.2415,-3.00067 -1.37508,-6.70906 -1.65625,-10.0625 0.097,-0.0922 0.17429,-0.19076 0.28125,-0.28125 0.53668,-0.40499 1.03141,-0.85932 1.9375,-1.125 1.00361,-0.19673 1.64252,0.33535 2.6875,0.1875 1.01534,-0.18272 1.85205,-1.06453 2.84375,-1.375 0.83379,-0.32538 2.07498,-0.13823 3.0625,-0.3125 -1.14808,0.056 -2.26509,-0.14799 -3.375,0.1875 -0.91936,0.16193 -1.46612,1.11655 -2.34375,1.15625 -1.0076,0.1187 -1.63048,-0.40688 -2.59375,-0.21875 -0.80343,0.11401 -1.45915,0.39725 -2.21875,0.5625 -0.096,-0.0611 -0.4129,0.0496 -0.40625,-0.0625 -0.0616,-0.56577 -0.12813,-1.12745 -0.21875,-1.65625 -0.06,-3.89672 4.27346,-2.57015 5.15625,-3.25 0.58133,-0.44768 3.85453,-3.04945 6.75,-3.65625 -3.43517,0.61964 -6.89928,3.23605 -6.5625,2.40625 0.43039,-1.06043 0.76035,-7.91801 2.84375,-10.375 -3.23258,3.13778 -1.93744,10.59758 -4.28125,11.3125 -1.14933,0.35058 -3.94816,-0.0106 -4.4375,1.375 -0.10489,-0.29885 -0.21204,-0.57258 -0.34375,-0.84375 -0.84843,-1.74675 -3.20807,-3.66898 -5.71875,-5.84375 -0.24719,-1.22331 1.70858,-1.61353 1.90625,-2.125 0.15296,-0.39577 2.42162,-2.38883 3,-3.6875 -1.08179,1.42622 -3.17911,3.22298 -3.28125,2.71875 -0.13053,-0.6444 -2.23183,-4.07697 -1.96875,-5.90625 -0.63373,2.51321 2.51245,5.71105 1.53125,6.78125 -0.40432,0.441 -1.56827,1.00067 -1.8125,1.65625 -1.21315,-1.06576 -2.41928,-2.18039 -3.53125,-3.40625 -3.25105,-3.58405 -5.7455,-2.03174 -14.3125,-5.65625 l 0,-2e-4 0,0 z"
+ style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:none;display:inline"
+ inkscape:connector-curvature="0" />
+ </clipPath>
+ <filter
+ id="filter4412-3"
+ inkscape:collect="always"
+ color-interpolation-filters="sRGB">
+ <feGaussianBlur
+ id="feGaussianBlur4414-08"
+ stdDeviation="0.5940625"
+ inkscape:collect="always" />
+ </filter>
+ <clipPath
+ id="clipPath4719-3"
+ clipPathUnits="userSpaceOnUse">
+ <rect
+ y="428"
+ x="84"
+ height="56"
+ width="92"
+ id="rect4721-9"
+ style="fill:#000000;fill-opacity:1;stroke:none" />
+ </clipPath>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient6969-5"
+ id="linearGradient81638-4"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(2.8615626,0,0,3.6867045,-117.22131,27.190584)"
+ x1="-11.986486"
+ y1="11.500009"
+ x2="-11.986486"
+ y2="28.976542" />
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient6969-5">
+ <stop
+ style="stop-color:#204a87;stop-opacity:1"
+ offset="0"
+ id="stop6971-9" />
+ <stop
+ style="stop-color:#729fcf;stop-opacity:1"
+ offset="1"
+ id="stop6973-3" />
+ </linearGradient>
+ <clipPath
+ id="clipPath4719-3-3"
+ clipPathUnits="userSpaceOnUse">
+ <rect
+ y="428"
+ x="84"
+ height="56"
+ width="92"
+ id="rect4721-9-7"
+ style="fill:#000000;fill-opacity:1;stroke:none" />
+ </clipPath>
+ <filter
+ height="1.6053097"
+ y="-0.30265486"
+ width="1.6053097"
+ x="-0.30265486"
+ id="filter4709-1-0"
+ inkscape:collect="always"
+ color-interpolation-filters="sRGB">
+ <feGaussianBlur
+ id="feGaussianBlur4711-29-9"
+ stdDeviation="3.5333828"
+ inkscape:collect="always" />
+ </filter>
+ <filter
+ id="filter4608-6-0"
+ inkscape:collect="always"
+ color-interpolation-filters="sRGB">
+ <feGaussianBlur
+ id="feGaussianBlur4610-1-5"
+ stdDeviation="0.84057318"
+ inkscape:collect="always" />
+ </filter>
+ <filter
+ height="1.405442"
+ y="-0.20272098"
+ width="1.222294"
+ x="-0.11114702"
+ id="filter4616-8-2"
+ inkscape:collect="always"
+ color-interpolation-filters="sRGB">
+ <feGaussianBlur
+ id="feGaussianBlur4618-0-5"
+ stdDeviation="0.83939158"
+ inkscape:collect="always" />
+ </filter>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient4616-1-3"
+ id="linearGradient81640-2"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(2.968333,0,0,4.8387798,-222.41578,-11.288882)"
+ x1="25.355263"
+ y1="33.357342"
+ x2="25.355263"
+ y2="31.76339" />
+ <linearGradient
+ id="linearGradient4616-1-3"
+ inkscape:collect="always">
+ <stop
+ id="stop4618-9-7"
+ offset="0"
+ style="stop-color: rgb(46, 52, 54); stop-opacity: 1;" />
+ <stop
+ id="stop4620-2-6"
+ offset="1"
+ style="stop-color: rgb(46, 52, 54); stop-opacity: 0;" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient4610-7-8"
+ id="linearGradient81642-3"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1.0969936,0,0,1.3825125,-293.78497,-511.067)"
+ x1="145"
+ y1="481.125"
+ x2="149.75"
+ y2="492.875" />
+ <linearGradient
+ id="linearGradient4610-7-8"
+ inkscape:collect="always">
+ <stop
+ id="stop4612-57-3"
+ offset="0"
+ style="stop-color: rgb(0, 0, 0); stop-opacity: 1;" />
+ <stop
+ id="stop4614-0-2"
+ offset="1"
+ style="stop-color: rgb(0, 0, 0); stop-opacity: 0;" />
+ </linearGradient>
+ <clipPath
+ id="clipPath4396-4-0"
+ clipPathUnits="userSpaceOnUse">
+ <path
+ id="path4398-9-9"
+ d="m 79.40625,432.78125 c 4.95211,3.15625 10.09773,2.36004 13.8125,6.28125 0.20853,0.22012 0.41543,0.41335 0.625,0.625 -0.91227,0.0132 -3.36173,-0.64471 -5.8125,-0.21875 -2.03999,0.35455 -4.02605,-0.55433 -6.4375,1.03125 2.8086,-1.17696 5.05872,-0.41657 7.3125,-0.71875 1.75702,-0.23558 4.85952,0.60574 6.84375,1.75 3.19912,2.92004 6.06811,5.00342 6.65625,7.03125 0.75156,2.59125 0.93062,10.17703 0.96875,13.3125 -0.33977,-0.27402 -0.66062,-0.5645 -0.96875,-0.875 -0.68906,-0.71321 -1.34766,-1.47779 -2.15625,-2.0625 -0.77698,-0.56343 -1.58267,-1.08104 -2.21875,-1.8125 -0.66486,-0.8969 -1.44709,-1.69706 -2.1875,-2.53125 -0.70592,-0.72238 -1.45646,-1.39671 -2.125,-2.15625 -0.61554,-0.75741 -1.33614,-1.42319 -2.1875,-1.90625 -0.77581,-0.47272 -1.5828,-1.00327 -2.53125,-0.96875 -0.47451,-0.0791 -0.95887,-0.19127 -1.3125,-0.53125 -0.59769,-0.44175 -1.32432,-0.71337 -2.0625,-0.78125 l 0.125,0.0625 c 0.9109,0.24481 1.68179,0.8215 2.40625,1.40625 0.82464,0.41098 1.87022,0.34115 2.53125,1.0625 0.70456,0.74408 1.76065,1.14357 2.28125,2.0625 0.20942,0.35023 0.44974,0.66458 0.71875,0.96875 -0.70331,0.27896 -1.37908,1.26201 -1.875,1.59375 -1.29807,0.86836 -4.60919,-2.74752 -7.5,-2.40625 2.08544,-0.0469 5.75517,2.50843 6.46875,2.71875 0.55836,0.16459 -1.66639,2.10357 -3.375,3.03125 1.51744,-0.43138 3.97727,-2.51723 4.4375,-2.625 0.57771,-0.13527 1.16213,-1.94726 2.4375,-1.6875 0.26687,0.28232 0.53984,0.57255 0.78125,0.875 0.69303,0.78032 1.38577,1.54029 1.96875,2.40625 0.85162,1.06177 1.95474,1.87787 2.875,2.875 0.7471,0.7803 1.39506,1.64575 2.09375,2.46875 0.93323,1.12487 1.87928,2.25013 2.8125,3.375 0.42144,0.87267 1.03174,1.61036 1.65625,2.34375 0.66563,0.75999 1.30957,1.55781 1.8125,2.4375 0.59909,0.89138 1.1135,1.84141 1.5,2.84375 0.30827,0.94828 0.48395,1.92145 0.625,2.90625 0.19051,1.03702 0.34872,2.0991 0.25,3.15625 -0.14578,1.5715 -0.30651,3.14619 -0.4375,4.71875 -0.0217,0.7843 -0.12135,1.62135 0.25,2.34375 0.88575,0.56065 1.94401,0.69175 2.96875,0.75 0.86591,-0.0236 1.72648,-0.22461 2.46875,-0.6875 0.31904,-0.16231 0.63392,-0.49478 0.46875,-0.875 -0.18667,-1.01745 -0.40295,-2.03142 -0.5,-3.0625 -0.1344,-1.15271 -0.25974,-2.31102 -0.34375,-3.46875 -0.099,-1.09509 -0.14847,-2.18257 -0.1875,-3.28125 0.0322,-1.00198 0.0767,-2.03591 0.375,-3 0.32471,-0.94223 0.65194,-2.18347 1.25,-2.96875 0.85084,-1.04281 2.1162,-1.51624 3.09375,-2.4375 0.82415,-0.71738 1.68863,-1.38982 2.46875,-2.15625 0.75889,-0.71303 1.63356,-2.17099 2.3125,-2.96875 0.7624,-0.80646 1.48992,-0.89854 2.21875,-1.625 0.18969,-0.12973 0.38766,-0.25786 0.59375,-0.375 0.52915,-0.26792 1.04107,-0.57592 1.71875,-0.625 0.70029,0.0397 1.39399,-0.19008 2.09375,-0.0937 0.70007,0.0559 1.02933,0.72896 1.78125,0.65625 0.66535,-0.12321 1.35216,-0.12021 2.03125,-0.0625 -0.21541,-0.0835 -0.44604,-0.15445 -0.6875,-0.1875 -0.48981,-0.0904 -0.98368,0.0758 -1.46875,0.0313 -0.63207,-0.054 -0.8309,-0.55639 -1.375,-0.71875 -0.66242,-0.11588 -1.35944,0.10128 -2.03125,0.0625 -0.5382,-0.0737 -1.05528,0.0455 -1.59375,0.0313 0.76409,-1.1233 1.44323,-2.44724 2.25,-3.375 1.3398,-1.24472 2.98696,-2.48222 4.03125,-2.96875 1.39189,-0.64849 2.38459,0.15819 4.21875,-0.75 -2.03978,0.86066 -3.28052,-0.27726 -5.6875,1.125 -1.32634,0.76242 -2.21246,1.18656 -2.96875,1.71875 -1.58811,-1.34506 -0.70451,-6.06166 -2.09375,-8.78125 0.0827,-0.0958 0.125,-0.20732 0.125,-0.34375 1.54418,-0.65828 3.85538,-0.62579 5.34375,-0.34375 1.80941,0.34285 1.14282,0.69721 2.0625,0.75 0.8083,0.0464 2.21338,0.8335 3.34375,1.28125 1.22261,0.48428 1.53834,-0.0211 3.84375,1.21875 -1.65524,-1.12051 -3.34913,-1.13223 -3.59375,-1.40625 0.7457,-2.42944 3.79609,-2.88736 5.0625,-5.1875 -1.76435,2.59269 -4.05299,2.33985 -5.28125,5.09375 -1.22654,-0.34407 -2.44261,-0.89298 -3.0625,-1.28125 1.49793,-1.8748 -1.68651,-7.18964 -1.78125,-9 -0.11059,2.41309 2.83075,5.84705 1.25,8.8125 -3.16781,-1.25867 -5.75024,-0.78886 -7.4375,-0.40625 -0.0628,-0.0425 -0.14103,-0.0804 -0.21875,-0.0937 -1.38487,-2.04113 -0.95284,-3.54566 -2.5,-5.78125 0.85981,2.03517 1.03075,4.21454 1.875,5.96875 0.0201,0.0419 0.0431,0.0827 0.0625,0.125 -0.0386,0.0749 -0.0625,0.16002 -0.0625,0.25 0,0.22641 0.14749,0.41694 0.34375,0.5 0.92516,2.72077 0.58242,6.13236 0.8125,8.65625 -2.33949,-3.83923 -5.15618,-3.90227 -6.78125,-10.25 1.34906,7.76942 7.42824,8.46368 5.875,13.34375 -1.18921,1.23925 -3.11722,3.33597 -4.03125,4.25 -0.76285,0.67868 -1.59581,1.26835 -2.4375,1.84375 -0.87643,0.65389 -0.79689,1.13319 -1.71875,1.71875 -0.68733,0.46263 -2.24808,0.96188 -2.84375,1.4375 -0.77914,0.62211 -1.21036,1.46972 -1.875,2.3125 -0.35417,0.47917 -1.23958,0.61458 -1.5625,1.25 -0.32894,-1.33239 -1.28622,-3.80883 -3.09375,-4.84375 -0.89341,-0.51154 -1.89485,-1.4387 -2.625,-2.21875 -0.16244,-0.16986 -0.32136,-0.31728 -0.5,-0.46875 -1.2415,-3.00067 -1.37508,-6.70906 -1.65625,-10.0625 0.097,-0.0922 0.17429,-0.19076 0.28125,-0.28125 0.53668,-0.40499 1.03141,-0.85932 1.9375,-1.125 1.00361,-0.19673 1.64252,0.33535 2.6875,0.1875 1.01534,-0.18272 1.85205,-1.06453 2.84375,-1.375 0.83379,-0.32538 2.07498,-0.13823 3.0625,-0.3125 -1.14808,0.056 -2.26509,-0.14799 -3.375,0.1875 -0.91936,0.16193 -1.46612,1.11655 -2.34375,1.15625 -1.0076,0.1187 -1.63048,-0.40688 -2.59375,-0.21875 -0.80343,0.11401 -1.45915,0.39725 -2.21875,0.5625 -0.096,-0.0611 -0.4129,0.0496 -0.40625,-0.0625 -0.0616,-0.56577 -0.12813,-1.12745 -0.21875,-1.65625 -0.06,-3.89672 4.27346,-2.57015 5.15625,-3.25 0.58133,-0.44768 3.85453,-3.04945 6.75,-3.65625 -3.43517,0.61964 -6.89928,3.23605 -6.5625,2.40625 0.43039,-1.06043 0.76035,-7.91801 2.84375,-10.375 -3.23258,3.13778 -1.93744,10.59758 -4.28125,11.3125 -1.14933,0.35058 -3.94816,-0.0106 -4.4375,1.375 -0.10489,-0.29885 -0.21204,-0.57258 -0.34375,-0.84375 -0.84843,-1.74675 -3.20807,-3.66898 -5.71875,-5.84375 -0.24719,-1.22331 1.70858,-1.61353 1.90625,-2.125 0.15296,-0.39577 2.42162,-2.38883 3,-3.6875 -1.08179,1.42622 -3.17911,3.22298 -3.28125,2.71875 -0.13053,-0.6444 -2.23183,-4.07697 -1.96875,-5.90625 -0.63373,2.51321 2.51245,5.71105 1.53125,6.78125 -0.40432,0.441 -1.56827,1.00067 -1.8125,1.65625 -1.21315,-1.06576 -2.41928,-2.18039 -3.53125,-3.40625 -3.25105,-3.58405 -5.7455,-2.03174 -14.3125,-5.65625 l 0,-2e-4 0,0 z"
+ style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:none;display:inline"
+ inkscape:connector-curvature="0" />
+ </clipPath>
+ <filter
+ id="filter4412-3-4"
+ inkscape:collect="always"
+ color-interpolation-filters="sRGB">
+ <feGaussianBlur
+ id="feGaussianBlur4414-08-9"
+ stdDeviation="0.5940625"
+ inkscape:collect="always" />
+ </filter>
+ <radialGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient4621-8-7"
+ id="radialGradient81644-7"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(3.5206254,0,0,0.26301885,-608.85683,18.482138)"
+ cx="130"
+ cy="536.62244"
+ fx="130"
+ fy="536.62244"
+ r="46" />
+ <linearGradient
+ id="linearGradient4621-8-7"
+ inkscape:collect="always">
+ <stop
+ id="stop4623-2-5"
+ offset="0"
+ style="stop-color: rgb(0, 0, 0); stop-opacity: 1;" />
+ <stop
+ id="stop4625-3-4"
+ offset="1"
+ style="stop-color: rgb(0, 0, 0); stop-opacity: 0;" />
+ </linearGradient>
+ <radialGradient
+ r="46"
+ fy="536.62244"
+ fx="130"
+ cy="536.62244"
+ cx="130"
+ gradientTransform="matrix(3.5206254,0,0,0.26301885,-608.85683,18.482138)"
+ gradientUnits="userSpaceOnUse"
+ id="radialGradient81697"
+ xlink:href="#linearGradient4621-8-7"
+ inkscape:collect="always" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient5626"
+ id="linearGradient81862"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(-0.99794145,-0.06413163,0.06413163,-0.99794145,255.01823,310.36248)"
+ x1="179.23587"
+ y1="142.29613"
+ x2="148.46533"
+ y2="51.268147" />
+ <radialGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient5583"
+ id="radialGradient81864"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1.8538598,-0.05539543,0.03934884,1.3168464,-97.492667,-27.660481)"
+ cx="117.19691"
+ cy="126.45943"
+ fx="117.19691"
+ fy="126.45943"
+ r="43" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient6969-5"
+ id="linearGradient81868"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(2.8615626,0,0,3.6867045,-117.22131,27.190584)"
+ x1="-11.986486"
+ y1="11.500009"
+ x2="-11.986486"
+ y2="28.976542" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient4616-1-3"
+ id="linearGradient81870"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(2.968333,0,0,4.8387798,-222.41578,-11.288882)"
+ x1="25.355263"
+ y1="33.357342"
+ x2="25.355263"
+ y2="31.76339" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient4610-7-8"
+ id="linearGradient81872"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1.0969936,0,0,1.3825125,-293.78497,-511.067)"
+ x1="145"
+ y1="481.125"
+ x2="149.75"
+ y2="492.875" />
+ <radialGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient4621-8-7"
+ id="radialGradient81874"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(3.5206254,0,0,0.26301885,-608.85683,18.482138)"
+ cx="130"
+ cy="536.62244"
+ fx="130"
+ fy="536.62244"
+ r="46" />
+ <radialGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient5583-3"
+ id="radialGradient81876"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(-2.4172118,0.85547689,0.60766824,1.7170104,276.64011,-137.51309)"
+ cx="117.19691"
+ cy="126.45943"
+ fx="117.19691"
+ fy="126.45943"
+ r="43" />
+ <linearGradient
+ id="linearGradient4732-3">
+ <stop
+ id="stop4734-9"
+ offset="0"
+ style="stop-color:#ffffff;stop-opacity:1" />
+ <stop
+ style="stop-color:#d7dad3;stop-opacity:1;"
+ offset="0.15395921"
+ id="stop4738-7" />
+ <stop
+ id="stop4736-5"
+ offset="1"
+ style="stop-color:white;stop-opacity:1;" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient81878-7">
+ <stop
+ style="stop-color:#c3c3c3;stop-opacity:1"
+ offset="0"
+ id="stop81880-4" />
+ <stop
+ style="stop-color:#878787;stop-opacity:1"
+ offset="1"
+ id="stop81882-7" />
+ </linearGradient>
+ <linearGradient
+ y2="109.70502"
+ x2="175.17638"
+ y1="51.558125"
+ x1="68.873505"
+ gradientTransform="matrix(0.196459,-0.07155214,-0.07156732,-0.19641736,-8.3751525,43.212358)"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient81906"
+ xlink:href="#linearGradient4732-3"
+ inkscape:collect="always" />
+ <linearGradient
+ gradientTransform="matrix(-0.19190394,0.05625843,0.05625843,0.19190394,24.054604,-31.913229)"
+ y2="283.31989"
+ x2="133.39442"
+ y1="163.35632"
+ x1="98.22599"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient81908"
+ xlink:href="#linearGradient81878-7"
+ inkscape:collect="always" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient4732-3"
+ id="linearGradient81940"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(-1.0909895,-0.07003657,0.07017397,-1.090803,267.87921,319.60633)"
+ x1="68.873505"
+ y1="51.558125"
+ x2="175.17638"
+ y2="109.70502" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient81878-7"
+ id="linearGradient81942"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1.0456382,0,0,1.0456382,-5.3434777,-9.637056)"
+ x1="98.22599"
+ y1="163.35632"
+ x2="133.39442"
+ y2="283.31989" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient4732"
+ id="linearGradient81946"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(-1.0433719,-0.06697973,0.06711114,-1.0431934,261.29753,314.87315)"
+ x1="68.873505"
+ y1="51.558125"
+ x2="175.17638"
+ y2="109.70502" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient81878"
+ id="linearGradient81948"
+ gradientUnits="userSpaceOnUse"
+ x1="98.22599"
+ y1="163.35632"
+ x2="133.39442"
+ y2="283.31989" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient4732-3"
+ id="linearGradient82012"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(-1.0909895,-0.07003657,0.07017397,-1.090803,267.87921,319.60633)"
+ x1="68.873505"
+ y1="51.558125"
+ x2="175.17638"
+ y2="109.70502" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient81878-7"
+ id="linearGradient82014"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1.0456382,0,0,1.0456382,-5.3434777,-9.637056)"
+ x1="98.22599"
+ y1="163.35632"
+ x2="133.39442"
+ y2="283.31989" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient5626"
+ id="linearGradient82016"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(-0.99794145,-0.06413163,0.06413163,-0.99794145,255.01823,310.36248)"
+ x1="179.23587"
+ y1="142.29613"
+ x2="148.46533"
+ y2="51.268147" />
+ <radialGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient5583"
+ id="radialGradient82018"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1.8538598,-0.05539543,0.03934884,1.3168464,-97.492667,-27.660481)"
+ cx="117.19691"
+ cy="126.45943"
+ fx="117.19691"
+ fy="126.45943"
+ r="43" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient4732"
+ id="linearGradient82020"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(-1.0433719,-0.06697973,0.06711114,-1.0431934,261.29753,314.87315)"
+ x1="68.873505"
+ y1="51.558125"
+ x2="175.17638"
+ y2="109.70502" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient81878"
+ id="linearGradient82022"
+ gradientUnits="userSpaceOnUse"
+ x1="98.22599"
+ y1="163.35632"
+ x2="133.39442"
+ y2="283.31989" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient6969-5"
+ id="linearGradient82024"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(2.8615626,0,0,3.6867045,-117.22131,27.190584)"
+ x1="-11.986486"
+ y1="11.500009"
+ x2="-11.986486"
+ y2="28.976542" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient4616-1-3"
+ id="linearGradient82026"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(2.968333,0,0,4.8387798,-222.41578,-11.288882)"
+ x1="25.355263"
+ y1="33.357342"
+ x2="25.355263"
+ y2="31.76339" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient4610-7-8"
+ id="linearGradient82028"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1.0969936,0,0,1.3825125,-293.78497,-511.067)"
+ x1="145"
+ y1="481.125"
+ x2="149.75"
+ y2="492.875" />
+ <radialGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient4621-8-7"
+ id="radialGradient82030"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(3.5206254,0,0,0.26301885,-608.85683,18.482138)"
+ cx="130"
+ cy="536.62244"
+ fx="130"
+ fy="536.62244"
+ r="46" />
+ <radialGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient5583-3"
+ id="radialGradient82032"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(-2.4172118,0.85547689,0.60766824,1.7170104,276.64011,-137.51309)"
+ cx="117.19691"
+ cy="126.45943"
+ fx="117.19691"
+ fy="126.45943"
+ r="43" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient4732-3"
+ id="linearGradient82097"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(-1.0909895,-0.07003657,0.07017397,-1.090803,267.87921,319.60633)"
+ x1="68.873505"
+ y1="51.558125"
+ x2="175.17638"
+ y2="109.70502" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient81878-7"
+ id="linearGradient82099"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1.0456382,0,0,1.0456382,-5.3434777,-9.637056)"
+ x1="98.22599"
+ y1="163.35632"
+ x2="133.39442"
+ y2="283.31989" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient5626"
+ id="linearGradient82101"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(-0.99794145,-0.06413163,0.06413163,-0.99794145,255.01823,310.36248)"
+ x1="179.23587"
+ y1="142.29613"
+ x2="148.46533"
+ y2="51.268147" />
+ <radialGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient5583"
+ id="radialGradient82103"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1.8538598,-0.05539543,0.03934884,1.3168464,-97.492667,-27.660481)"
+ cx="117.19691"
+ cy="126.45943"
+ fx="117.19691"
+ fy="126.45943"
+ r="43" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient4732"
+ id="linearGradient82105"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(-1.0433719,-0.06697973,0.06711114,-1.0431934,261.29753,314.87315)"
+ x1="68.873505"
+ y1="51.558125"
+ x2="175.17638"
+ y2="109.70502" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient81878"
+ id="linearGradient82107"
+ gradientUnits="userSpaceOnUse"
+ x1="98.22599"
+ y1="163.35632"
+ x2="133.39442"
+ y2="283.31989" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient6969-5"
+ id="linearGradient82109"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(2.8615626,0,0,3.6867045,-117.22131,27.190584)"
+ x1="-11.986486"
+ y1="11.500009"
+ x2="-11.986486"
+ y2="28.976542" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient4616-1-3"
+ id="linearGradient82111"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(2.968333,0,0,4.8387798,-222.41578,-11.288882)"
+ x1="25.355263"
+ y1="33.357342"
+ x2="25.355263"
+ y2="31.76339" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient4610-7-8"
+ id="linearGradient82113"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1.0969936,0,0,1.3825125,-293.78497,-511.067)"
+ x1="145"
+ y1="481.125"
+ x2="149.75"
+ y2="492.875" />
+ <radialGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient4621-8-7"
+ id="radialGradient82115"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(3.5206254,0,0,0.26301885,-608.85683,18.482138)"
+ cx="130"
+ cy="536.62244"
+ fx="130"
+ fy="536.62244"
+ r="46" />
+ <radialGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient5583-3"
+ id="radialGradient82117"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(-2.4172118,0.85547689,0.60766824,1.7170104,276.64011,-137.51309)"
+ cx="117.19691"
+ cy="126.45943"
+ fx="117.19691"
+ fy="126.45943"
+ r="43" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient4732-3"
+ id="linearGradient82179"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(-1.0909895,-0.07003657,0.07017397,-1.090803,267.87921,319.60633)"
+ x1="68.873505"
+ y1="51.558125"
+ x2="175.17638"
+ y2="109.70502" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient81878-7"
+ id="linearGradient82181"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1.0456382,0,0,1.0456382,-5.3434777,-9.637056)"
+ x1="98.22599"
+ y1="163.35632"
+ x2="133.39442"
+ y2="283.31989" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient5626"
+ id="linearGradient82183"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(-0.99794145,-0.06413163,0.06413163,-0.99794145,255.01823,310.36248)"
+ x1="179.23587"
+ y1="142.29613"
+ x2="148.46533"
+ y2="51.268147" />
+ <radialGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient5583"
+ id="radialGradient82185"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1.8538598,-0.05539543,0.03934884,1.3168464,-97.492667,-27.660481)"
+ cx="117.19691"
+ cy="126.45943"
+ fx="117.19691"
+ fy="126.45943"
+ r="43" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient4732"
+ id="linearGradient82187"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(-1.0433719,-0.06697973,0.06711114,-1.0431934,261.29753,314.87315)"
+ x1="68.873505"
+ y1="51.558125"
+ x2="175.17638"
+ y2="109.70502" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient81878"
+ id="linearGradient82189"
+ gradientUnits="userSpaceOnUse"
+ x1="98.22599"
+ y1="163.35632"
+ x2="133.39442"
+ y2="283.31989" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient6969-5"
+ id="linearGradient82191"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(2.8615626,0,0,3.6867045,-117.22131,27.190584)"
+ x1="-11.986486"
+ y1="11.500009"
+ x2="-11.986486"
+ y2="28.976542" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient4616-1-3"
+ id="linearGradient82193"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(2.9683839,-0.00826482,-0.01347277,7.0248764,-221.98,-81.998424)"
+ x1="25.355263"
+ y1="33.357342"
+ x2="25.355263"
+ y2="31.76339" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient4610-7-8"
+ id="linearGradient82195"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1.0969936,0,0,1.3825125,-293.78497,-511.067)"
+ x1="145"
+ y1="481.125"
+ x2="149.75"
+ y2="492.875" />
+ <radialGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient4621-8-7"
+ id="radialGradient82197"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(3.5206858,-0.00980258,-7.3233168e-4,0.38184728,-608.51058,-37.701273)"
+ cx="130"
+ cy="536.62244"
+ fx="130"
+ fy="536.62244"
+ r="46" />
+ <radialGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient5583-3"
+ id="radialGradient82199"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(-2.4172118,0.85547689,0.60766824,1.7170104,276.64011,-137.51309)"
+ cx="117.19691"
+ cy="126.45943"
+ fx="117.19691"
+ fy="126.45943"
+ r="43" />
+ </defs>
+ <metadata
+ id="metadata4">
+ <rdf:RDF>
+ <cc:Work
+ rdf:about="">
+ <dc:format>image/svg+xml</dc:format>
+ <dc:type
+ rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+ <dc:creator>
+ <cc:Agent>
+ <dc:title>Jakub Steiner</dc:title>
+ </cc:Agent>
+ </dc:creator>
+ <dc:source>http://jimmac.musichall.cz</dc:source>
+ <cc:license
+ rdf:resource="http://creativecommons.org/licenses/by-sa/3.0/" />
+ <dc:title>Shotwell</dc:title>
+ <dc:subject>
+ <rdf:Bag>
+ <rdf:li>shotwell</rdf:li>
+ <rdf:li>photo</rdf:li>
+ <rdf:li>management</rdf:li>
+ <rdf:li>darkroom</rdf:li>
+ </rdf:Bag>
+ </dc:subject>
+ <dc:date />
+ <dc:rights>
+ <cc:Agent>
+ <dc:title />
+ </cc:Agent>
+ </dc:rights>
+ <dc:publisher>
+ <cc:Agent>
+ <dc:title />
+ </cc:Agent>
+ </dc:publisher>
+ <dc:identifier />
+ <dc:relation />
+ <dc:language />
+ <dc:coverage />
+ <dc:description />
+ <dc:contributor>
+ <cc:Agent>
+ <dc:title>Lapo Calamandrei</dc:title>
+ </cc:Agent>
+ </dc:contributor>
+ </cc:Work>
+ <cc:Work
+ rdf:about="">
+ <dc:format>image/svg+xml</dc:format>
+ <dc:type
+ rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+ </cc:Work>
+ <cc:License
+ rdf:about="http://creativecommons.org/licenses/by-sa/3.0/">
+ <cc:permits
+ rdf:resource="http://creativecommons.org/ns#Reproduction" />
+ <cc:permits
+ rdf:resource="http://creativecommons.org/ns#Distribution" />
+ <cc:requires
+ rdf:resource="http://creativecommons.org/ns#Notice" />
+ <cc:requires
+ rdf:resource="http://creativecommons.org/ns#Attribution" />
+ <cc:permits
+ rdf:resource="http://creativecommons.org/ns#DerivativeWorks" />
+ <cc:requires
+ rdf:resource="http://creativecommons.org/ns#ShareAlike" />
+ </cc:License>
+ </rdf:RDF>
+ </metadata>
+ <g
+ inkscape:groupmode="layer"
+ id="layer3"
+ inkscape:label="baseplate"
+ style="display:none"
+ sodipodi:insensitive="true">
+ <rect
+ style="fill:#d3d7cf;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+ id="rect6282"
+ width="256"
+ height="256"
+ x="20"
+ y="20"
+ inkscape:label="256x256" />
+ <rect
+ inkscape:label="48x48"
+ y="39.99633"
+ x="296.0625"
+ height="48"
+ width="48"
+ id="rect6284"
+ style="fill:#d3d7cf;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
+ <rect
+ style="fill:#d3d7cf;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+ id="rect6592"
+ width="32"
+ height="32"
+ x="303"
+ y="115.99633"
+ inkscape:label="32x32" />
+ <rect
+ inkscape:label="22x22"
+ y="167.05884"
+ x="303"
+ height="22"
+ width="22"
+ id="rect6749"
+ style="fill:#d3d7cf;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
+ <rect
+ style="fill:#d3d7cf;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+ id="rect6833"
+ width="16"
+ height="16"
+ x="303"
+ y="209"
+ inkscape:label="16x16" />
+ <rect
+ style="fill:#d3d7cf;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+ id="rect5028"
+ width="24"
+ height="24"
+ x="302"
+ y="166"
+ inkscape:label="24x24" />
+ <text
+ xml:space="preserve"
+ style="font-size:20px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-align:start;line-height:125%;writing-mode:lr-tb;text-anchor:start;fill:#000000;fill-opacity:1;stroke:none;display:inline;enable-background:new;font-family:Trebuchet MS;-inkscape-font-specification:Trebuchet MS"
+ x="21"
+ y="-18.999996"
+ id="context"
+ sodipodi:linespacing="125%"
+ inkscape:label="context"><tspan
+ sodipodi:role="line"
+ id="tspan16843"
+ x="21"
+ y="-18.999996">apps</tspan></text>
+ <text
+ xml:space="preserve"
+ style="font-size:20px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-align:start;line-height:125%;writing-mode:lr-tb;text-anchor:start;fill:#000000;fill-opacity:1;stroke:none;display:inline;enable-background:new;font-family:Trebuchet MS;-inkscape-font-specification:Trebuchet MS"
+ x="159"
+ y="-18.999996"
+ id="icon-name"
+ sodipodi:linespacing="125%"
+ inkscape:label="icon-name"><tspan
+ sodipodi:role="line"
+ id="tspan16847"
+ x="159"
+ y="-18.999996">shotwell</tspan></text>
+ </g>
+ <g
+ id="layer1"
+ inkscape:label="artwork"
+ inkscape:groupmode="layer"
+ style="display:inline">
+ <g
+ id="g27007"
+ transform="matrix(1.0481289,0,0,1.0481289,5.231958,-9.821174)">
+ <g
+ id="g3938">
+ <g
+ style="display:inline;enable-background:new"
+ id="g5637"
+ transform="matrix(-0.93231771,0.36164028,0.36164028,0.93231771,121.94775,-121.15174)">
+ <path
+ sodipodi:nodetypes="ccccccc"
+ inkscape:connector-curvature="0"
+ id="path5641"
+ d="m 155.53125,130.16376 -114.5,32.3125 L 78,294.22626 178.90625,265.75751 c 6.3543,-1.46637 14.8069,-5.30604 14.8069,-5.30604 l -5.40065,-13.50646 z"
+ style="opacity:0.15350877;color:#000000;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.10601007999999990;marker:none;visibility:visible;display:inline;overflow:visible;filter:url(#filter5562-3);enable-background:accumulate" />
+ <path
+ style="opacity:0.28508772;color:#000000;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.10601007999999990;marker:none;visibility:visible;display:inline;overflow:visible;filter:url(#filter5574-7);enable-background:accumulate"
+ d="m 155.53125,130.16376 -114.5,32.3125 L 78,294.22626 178.90625,265.75751 c 6.3543,-1.46637 14.8069,-5.30604 14.8069,-5.30604 l -5.40065,-13.50646 z"
+ id="path5639"
+ inkscape:connector-curvature="0"
+ sodipodi:nodetypes="ccccccc" />
+ </g>
+ <g
+ id="g5605"
+ transform="translate(53.917986,-49.770448)">
+ <path
+ clip-path="none"
+ mask="none"
+ id="path614-2"
+ d="m 96.057801,197.62401 17.515329,-31.28833 -6.94768,1.96128 -10.567539,29.32695 -1.1e-4,1e-4 z"
+ style="opacity:0.3;fill-rule:nonzero;stroke:none"
+ inkscape:connector-curvature="0" />
+ <g
+ transform="translate(0,1.0368843)"
+ id="g5601">
+ <path
+ sodipodi:nodetypes="ccccccc"
+ inkscape:connector-curvature="0"
+ id="path5568"
+ d="m 155.53125,130.16376 -114.5,32.3125 L 78,294.22626 178.90625,265.75751 c 6.3543,-1.46637 14.8069,-5.30604 14.8069,-5.30604 l -5.40065,-13.50646 z"
+ style="opacity:0.43421056;color:#000000;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.10601008;marker:none;visibility:visible;display:inline;overflow:visible;filter:url(#filter5574);enable-background:accumulate" />
+ <path
+ style="opacity:0.53070176;color:#000000;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.10601008;marker:none;visibility:visible;display:inline;overflow:visible;filter:url(#filter5562);enable-background:accumulate"
+ d="m 155.53125,130.16376 -114.5,32.3125 L 78,294.22626 178.90625,265.75751 c 6.3543,-1.46637 14.8069,-5.30604 14.8069,-5.30604 l -5.40065,-13.50646 z"
+ id="path5558"
+ inkscape:connector-curvature="0"
+ sodipodi:nodetypes="ccccccc" />
+ </g>
+ <path
+ sodipodi:nodetypes="ccccc"
+ clip-path="none"
+ mask="none"
+ style="color:#000000;fill:url(#linearGradient5617);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.10601008;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+ d="m 193.12735,259.04147 c -36.8827,15.17862 -76.41062,23.66583 -114.778811,34.49402 L 41.039341,161.09919 155.52978,128.78824 c 13.24907,42.91675 22.71812,87.85302 37.59757,130.25323 z"
+ id="path652-6"
+ inkscape:connector-curvature="0" />
+ <path
+ sodipodi:nodetypes="ccccc"
+ clip-path="none"
+ mask="none"
+ style="color:#000000;fill:url(#linearGradient5619);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.62650001;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+ d="M 177.89611,230.92829 74.980588,259.97585 47.965623,164.76109 150.89304,135.71089 z"
+ id="path656-5"
+ inkscape:connector-curvature="0" />
+ <path
+ clip-path="url(#clipPath4748)"
+ d="m 155.53125,128.78125 -114.5,32.3125 37.3125,132.4375 c 38.36819,-10.82819 77.89855,-19.32138 114.78125,-34.5 -14.87945,-42.40021 -24.34468,-87.33325 -37.59375,-130.25 z"
+ inkscape:href="#path652-6"
+ id="path4742"
+ style="opacity:0.22807019;color:#000000;fill:none;stroke:#000000;stroke-width:0.76326501;stroke-opacity:1;marker:none;visibility:visible;display:inline;overflow:visible;filter:url(#filter4764);enable-background:accumulate"
+ xlink:href="#path652-6"
+ inkscape:original="M 155.53125 128.78125 L 41.03125 161.09375 L 78.34375 293.53125 C 116.71194 282.70306 156.2423 274.20987 193.125 259.03125 C 178.24555 216.63104 168.78032 171.698 155.53125 128.78125 z "
+ inkscape:radius="0"
+ sodipodi:type="inkscape:offset" />
+ <path
+ sodipodi:nodetypes="ccccccccccccccccccccccccscccccccccccsccccccccc"
+ inkscape:connector-curvature="0"
+ id="path5519"
+ d="m 63.381265,221.33742 0.631168,-0.67134 0.99513,-4.18247 2.703526,2.63649 3.087659,-1.12747 -0.09797,-2.89517 3.153832,2.5076 4.374969,-0.0344 2.093389,4.75996 2.669151,-1.73848 -3.898035,-11.06418 18.526808,-5.05988 2.12604,5.72502 4.503018,-1.28904 -0.83788,-2.92697 3.21658,-0.67716 1.61129,5.62877 7.72128,1.44371 -4.15412,-8.55486 4.2435,-5.59957 -0.8396,-6.33687 2.35119,5.66057 7.3999,2.02291 2.57979,12.41595 c 0,0 3.82842,0.60928 2.99141,-0.61273 -0.83701,-1.222 -3.05931,-6.43226 -3.05931,-6.43226 l 5.98283,-1.22544 -4.67318,-17.1759 3.24835,-1.41708 -3.3214,-15.85766 5.41221,15.50274 3.28188,1.25294 1.67746,9.26383 6.59382,-1.64394 1.74105,7.78402 3.37727,-0.96677 c 0,0 -4.79692,-7.39645 -3.44602,-7.78316 1.35091,-0.38672 6.36867,-1.5795 6.36867,-1.5795 l 2.48096,7.81582 7.81583,-2.48096 -1.38786,-9.10314 -4.79864,-10.80637 3.37553,-4.37669 16.69298,58.31402 -103.190188,29.61014 z"
+ style="color:#000000;fill:#5d1616;fill-opacity:1;stroke:none;stroke-width:2.76502489999999979;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
+ <path
+ d="m 120.75,120.5 -12.5,40.75 c 0,0 19.5,13.75 28.75,15.25 9.25,1.5 14.25,1.5 14.25,1.5 L 134,116.75 z m -55.5,15 36.75,23 14.75,-37.25 z"
+ style="opacity:0.26315792;color:#000000;fill:url(#radialGradient5621);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+ transform="matrix(1.3825125,0,0,1.3825125,-30.205823,-31.335013)"
+ id="path5580"
+ inkscape:connector-curvature="0" />
+ <path
+ sodipodi:nodetypes="cccc"
+ transform="matrix(1.3825125,0,0,1.3825125,-32.279592,-30.643757)"
+ inkscape:connector-curvature="0"
+ id="path5591"
+ d="m 63,173.5 16.5,58 60,-16 C 110.34106,211.86701 84.170728,199.76627 63,173.5 z"
+ style="opacity:0.26315792;color:#000000;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;marker:none;visibility:visible;display:inline;overflow:visible;filter:url(#filter5597);enable-background:accumulate" />
+ </g>
+ <path
+ style="color:#000000;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+ d="M 91,103.75 172.75,80.5 172.25,82 93,104 l 23.25,89.25 z"
+ id="path5624"
+ inkscape:connector-curvature="0"
+ transform="matrix(1.3825125,0,0,1.3825125,-30.205823,-31.335013)" />
+ <g
+ transform="matrix(-0.93231771,0.36164027,0.36164027,0.93231771,121.57277,-122.11845)"
+ id="g5633">
+ <path
+ inkscape:connector-curvature="0"
+ style="opacity:0.3;fill-rule:nonzero;stroke:none"
+ d="m 96.057801,197.62401 17.515329,-31.28833 -6.94768,1.96128 -10.567539,29.32695 -1.1e-4,1e-4 z"
+ id="path5635"
+ mask="none"
+ clip-path="none" />
+ <path
+ sodipodi:type="inkscape:offset"
+ inkscape:radius="0"
+ inkscape:original="M 155.53125 128.78125 L 41.03125 161.09375 L 78 292.84375 L 193.6875 261.15625 L 155.53125 128.78125 z "
+ xlink:href="#path5643"
+ style="opacity:0.49561409;color:#000000;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.10601008;marker:none;visibility:visible;display:inline;overflow:visible;filter:url(#filter5739);enable-background:accumulate"
+ id="path5735"
+ inkscape:href="#path5643"
+ d="m 155.53125,128.78125 -114.5,32.3125 36.96875,131.75 115.6875,-31.6875 -38.15625,-132.375 z"
+ transform="translate(0.81725754,0.42442927)" />
+ <path
+ inkscape:connector-curvature="0"
+ id="path5643"
+ d="M 193.69137,261.1424 78.002911,292.84423 41.039341,161.09919 155.52978,128.78824 z"
+ style="color:#000000;fill:url(#linearGradient5737);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.10601008;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+ mask="none"
+ clip-path="none"
+ sodipodi:nodetypes="ccccc" />
+ <path
+ style="opacity:0.26315792;color:#000000;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;marker:none;visibility:visible;display:inline;overflow:visible;filter:url(#filter5597);enable-background:accumulate"
+ d="m 63,173.5 16.5,58 60,-16 C 110.34106,211.86701 84.170728,199.76627 63,173.5 z"
+ id="path5653"
+ inkscape:connector-curvature="0"
+ transform="matrix(1.3825125,0,0,1.3825125,-32.279592,-30.643757)"
+ sodipodi:nodetypes="cccc" />
+ <g
+ style="display:inline;enable-background:new"
+ id="g81624"
+ transform="matrix(-1.033868,0.29618128,0.29618128,1.033868,-77.890924,123.32847)">
+ <rect
+ inkscape:r_cy="true"
+ inkscape:r_cx="true"
+ style="fill:url(#linearGradient81638-4);fill-opacity:1;stroke:none;display:inline"
+ id="rect6022"
+ width="100.23215"
+ height="88.480797"
+ x="-201.63737"
+ y="69.588402"
+ rx="0"
+ ry="0" />
+ <g
+ style="display:inline"
+ id="g6024"
+ clip-path="url(#clipPath4719-3-3)"
+ transform="matrix(1.3825125,0,0,1.3825125,-317.76856,-520.74458)">
+ <path
+ sodipodi:type="arc"
+ style="fill:#b6cee7;fill-opacity:1;stroke:none;display:inline;filter:url(#filter4709-1-0)"
+ id="path6026"
+ sodipodi:cx="110.79479"
+ sodipodi:cy="483.02795"
+ sodipodi:rx="14.009553"
+ sodipodi:ry="14.009553"
+ d="m 124.80435,483.02795 c 0,7.73727 -6.2723,14.00956 -14.00956,14.00956 -7.73726,0 -14.009551,-6.27229 -14.009551,-14.00956 0,-7.73726 6.272291,-14.00955 14.009551,-14.00955 7.73726,0 14.00956,6.27229 14.00956,14.00955 z"
+ transform="matrix(1.71312,0,0,1.37852,-77.8045,-183.178)" />
+ <g
+ id="g6028">
+ <path
+ sodipodi:type="arc"
+ style="fill:#b6cee7;fill-opacity:1;stroke:none"
+ id="path6030"
+ sodipodi:cx="110.79479"
+ sodipodi:cy="483.02795"
+ sodipodi:rx="14.009553"
+ sodipodi:ry="14.009553"
+ d="m 124.80435,483.02795 c 0,7.73727 -6.2723,14.00956 -14.00956,14.00956 -7.73726,0 -14.009551,-6.27229 -14.009551,-14.00956 0,-7.73726 6.272291,-14.00955 14.009551,-14.00955 7.73726,0 14.00956,6.27229 14.00956,14.00955 z"
+ transform="matrix(1.14208,0,0,1.14208,-14.5363,-68.6555)" />
+ <path
+ sodipodi:type="arc"
+ style="fill:#e0eaf5;fill-opacity:1;stroke:none;display:inline;filter:url(#filter4608-6-0)"
+ id="path6032"
+ sodipodi:cx="110.79479"
+ sodipodi:cy="483.02795"
+ sodipodi:rx="14.009553"
+ sodipodi:ry="14.009553"
+ d="m 124.80435,483.02795 c 0,7.73727 -6.2723,14.00956 -14.00956,14.00956 -7.73726,0 -14.009551,-6.27229 -14.009551,-14.00956 0,-7.73726 6.272291,-14.00955 14.009551,-14.00955 7.73726,0 14.00956,6.27229 14.00956,14.00955 z"
+ transform="matrix(0.994857,0,0,0.994857,1.775,2.45615)" />
+ </g>
+ </g>
+ <path
+ transform="matrix(1.3825125,0,0,1.3825125,-203.01988,68.205885)"
+ inkscape:connector-curvature="0"
+ style="fill:#ffffff;fill-opacity:1;stroke:none;display:inline;filter:url(#filter4616-8-2)"
+ d="m 28.9999,47.93738 c -5.0025,0 -9.0625,4.06 -9.0625,9.0625 0,0.2919 0,0.5902 0.031,0.875 l 18.0625,0 c 0.027,-0.2848 0.031,-0.5831 0.031,-0.875 0,-5.0025 -4.06,-9.0625 -9.0625,-9.0625 l -10e-5,0 z"
+ id="path6034" />
+ <path
+ inkscape:connector-curvature="0"
+ style="fill:url(#linearGradient81640-2);fill-opacity:1;stroke:none;display:inline"
+ d="m -201.63751,148.56426 c 24.68028,-4.71645 44.83962,-0.23033 66.77949,-0.17282 l 34.14392,-2.4194 0,12.09699 -100.92341,0 0,-9.50477 z"
+ id="path6036"
+ sodipodi:nodetypes="cccccc" />
+ <path
+ inkscape:connector-curvature="0"
+ style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:none;display:inline"
+ d="m -195.54573,76.198439 c 6.84634,4.363485 13.96019,3.262729 19.09595,8.683837 0.28825,0.304429 0.5743,0.571531 0.86407,0.86407 -1.26127,0.01825 -4.64759,-0.891305 -8.03585,-0.302355 -2.82033,0.490101 -5.56614,-0.766327 -8.89993,1.425647 3.88293,-1.627079 6.99372,-0.575817 10.10963,-0.993612 2.42907,-0.32572 6.71832,0.837388 9.4615,2.419397 4.42293,4.036936 8.38936,6.917263 9.20241,9.720721 1.0391,3.582506 1.28657,14.069966 1.33924,18.404696 -0.46964,-0.37881 -0.91328,-0.78043 -1.33924,-1.2097 -0.95269,-0.98601 -1.86321,-2.04294 -2.98111,-2.85143 -1.07407,-0.77891 -2.18796,-1.4945 -3.06738,-2.5058 -0.91923,-1.23998 -2.00063,-2.34613 -3.02424,-3.49942 -0.97592,-0.99873 -2.01363,-1.93095 -2.93784,-2.98111 -0.85094,-1.04711 -1.84718,-1.96759 -3.02425,-2.63535 -1.07255,-0.65351 -2.18824,-1.38707 -3.49955,-1.339373 -0.656,-0.109357 -1.32556,-0.264337 -1.81455,-0.734391 -0.82619,-0.610794 -1.83086,-0.986284 -2.85143,-1.080157 l 0.17281,0.08641 c 1.25933,0.338577 2.32511,1.135734 3.32674,1.944227 1.14002,0.568214 2.58558,0.471574 3.49942,1.468914 0.97412,1.02873 2.43419,1.58104 3.15392,2.85143 0.2895,0.48416 0.62172,0.91882 0.99361,1.33924 -0.97232,0.38573 -1.90648,1.74474 -2.59221,2.20345 -1.7945,1.20044 -6.37213,-3.79845 -10.36884,-3.32674 2.88323,-0.0648 7.95664,3.46804 8.9432,3.75878 0.77199,0.22756 -2.30382,2.90825 -4.66598,4.19067 2.09782,-0.59628 5.49866,-3.48006 6.1349,-3.6291 0.79867,-0.18691 1.60661,-2.69202 3.36987,-2.33299 0.36899,0.39043 0.74628,0.79163 1.08002,1.2097 0.95822,1.07892 1.91588,2.12949 2.72189,3.32674 1.17735,1.46795 2.7024,2.59622 3.97472,3.97473 1.03288,1.07877 1.92875,2.2752 2.89457,3.413 1.2903,1.55519 2.59815,3.11093 3.88832,4.66598 0.58272,1.20652 1.42647,2.2264 2.28985,3.24034 0.9202,1.05071 1.81054,2.15367 2.5058,3.36987 0.82827,1.23237 1.53943,2.54576 2.07377,3.93145 0.42623,1.31104 0.669,2.6565 0.86407,4.018 0.26337,1.43366 0.48209,2.90203 0.34563,4.36348 -0.20157,2.17262 -0.42374,4.34966 -0.60485,6.5238 -0.0304,1.08431 -0.16783,2.24147 0.34563,3.2402 1.22449,0.77517 2.6876,0.95642 4.10427,1.03688 1.19725,-0.0326 2.3869,-0.31051 3.41314,-0.95048 0.44102,-0.22438 0.87638,-0.68392 0.64799,-1.20969 -0.25798,-1.40657 -0.55702,-2.80844 -0.69126,-4.23395 -0.18581,-1.59362 -0.35904,-3.19498 -0.47517,-4.79552 -0.13687,-1.51399 -0.2053,-3.01747 -0.25922,-4.53644 0.0442,-1.38514 0.10645,-2.81465 0.51844,-4.14753 0.4489,-1.30261 0.90126,-3.01858 1.72814,-4.10427 1.17624,-1.44168 2.92567,-2.09616 4.27708,-3.36987 1.13947,-0.99182 2.33465,-1.92142 3.41315,-2.98112 1.04919,-0.98573 2.25847,-3.00143 3.19706,-4.10426 1.05402,-1.115 2.0598,-1.24219 3.06738,-2.24658 0.26226,-0.17931 0.536,-0.35655 0.82093,-0.51844 0.73149,-0.37038 1.43933,-0.79619 2.37612,-0.86408 0.96818,0.0549 1.92723,-0.26281 2.89471,-0.12954 0.9679,0.0773 1.42302,1.00772 2.46253,0.90721 0.91992,-0.17033 1.86943,-0.16618 2.8083,-0.0864 -0.2978,-0.11544 -0.6166,-0.21346 -0.95048,-0.25922 -0.67716,-0.12498 -1.35998,0.10479 -2.03063,0.0433 -0.87375,-0.0747 -1.14873,-0.76923 -1.90096,-0.99361 -0.91578,-0.16024 -1.87939,0.14004 -2.80816,0.0864 -0.74407,-0.1019 -1.45896,0.0629 -2.20345,0.0433 1.05638,-1.55298 1.99538,-3.38329 3.11066,-4.66598 1.85229,-1.72082 4.12956,-3.43168 5.57332,-4.10441 1.92432,-0.89656 3.29674,0.21872 5.8324,-1.03688 -2.81991,1.18993 -4.53533,-0.38323 -7.86304,1.55533 -1.83362,1.05416 -3.05867,1.64048 -4.10426,2.37626 -2.19557,-1.85962 -0.97398,-8.380375 -2.89471,-12.140256 0.11475,-0.132444 0.17282,-0.286594 0.17282,-0.475169 2.13487,-0.910108 5.33014,-0.865176 7.38787,-0.475308 2.50152,0.474064 1.57993,0.964026 2.85143,1.036884 1.11749,0.06415 3.06005,1.152325 4.6227,1.771414 1.6904,0.66955 2.12686,-0.02917 5.3141,1.684868 -2.28833,-1.549106 -4.63017,-1.565281 -4.96847,-1.944089 1.03094,-3.358814 5.24816,-3.991867 6.99897,-7.171784 -2.43917,3.58444 -5.60318,3.234803 -7.30132,7.042104 -1.69566,-0.475584 -3.37692,-1.234445 -4.23394,-1.771275 2.07086,-2.591934 -2.33161,-9.93985 -2.46267,-12.442612 -0.15277,3.336141 3.91361,8.08355 1.72814,12.183391 -4.37953,-1.740169 -7.94973,-1.090664 -10.28244,-0.561715 -0.0871,-0.05876 -0.19493,-0.111154 -0.30235,-0.129541 -1.91464,-2.821847 -1.31726,-4.901837 -3.45628,-7.992581 1.18868,2.813689 1.42495,5.826598 2.59221,8.251802 0.0276,0.05793 0.0594,0.114334 0.0871,0.172814 -0.0525,0.10355 -0.0871,0.22134 -0.0871,0.345628 0,0.313139 0.20392,0.576508 0.47517,0.691256 1.2791,3.76154 0.80531,8.478119 1.12329,11.967439 -3.23425,-5.30774 -7.12837,-5.39497 -9.37509,-14.170744 1.86514,10.741294 10.26957,11.701164 8.12226,18.447824 -1.64409,1.71335 -4.30957,4.61207 -5.57333,5.87568 -1.05458,0.93831 -2.20621,1.75358 -3.36987,2.54908 -1.21163,0.90402 -1.10159,1.56666 -2.37612,2.37612 -0.9502,0.63969 -3.10803,1.32984 -3.93159,1.98736 -1.07712,0.86007 -1.67326,2.03202 -2.59221,3.19706 -0.48955,0.6625 -1.71363,0.8497 -2.16018,1.72814 -0.45471,-1.84192 -1.77819,-5.26571 -4.27708,-6.69647 -1.23513,-0.70729 -2.61972,-1.98902 -3.62909,-3.06752 -0.22452,-0.23475 -0.44434,-0.43853 -0.69126,-0.64798 -1.71639,-4.14851 -1.90109,-9.27542 -2.28985,-13.91153 0.1341,-0.12747 0.24097,-0.26379 0.3889,-0.3889 0.74199,-0.55992 1.42592,-1.188 2.67861,-1.55533 1.38749,-0.27194 2.27078,0.46369 3.71551,0.25922 1.40366,-0.25259 2.56041,-1.47168 3.93145,-1.90095 1.15274,-0.44974 2.86871,-0.19107 4.23394,-0.43204 -1.58712,0.0774 -3.13139,-0.20461 -4.66598,0.25922 -1.27094,0.22397 -2.0269,1.54371 -3.24019,1.5986 -1.39302,0.1641 -2.25419,-0.56254 -3.58596,-0.30249 -1.11071,0.15774 -2.01723,0.54927 -3.06738,0.77766 -0.13273,-0.0845 -0.57084,0.0686 -0.56172,-0.0864 -0.0857,-0.78208 -0.1771,-1.55864 -0.30235,-2.28971 -0.0829,-5.387238 5.90816,-3.553335 7.12851,-4.493167 0.80379,-0.618951 5.32903,-4.215972 9.33196,-5.05488 -4.74907,0.856743 -9.53823,4.473948 -9.07274,3.32674 0.59503,-1.466017 1.05126,-10.946734 3.93159,-14.343567 -4.46911,4.338048 -2.67848,14.651314 -5.91895,15.639672 -1.58893,0.484709 -5.4583,-0.01466 -6.1349,1.900955 -0.14489,-0.413233 -0.2931,-0.791627 -0.47517,-1.166564 -1.17293,-2.414835 -4.43524,-5.0723 -7.90631,-8.078988 -0.34162,-1.691228 2.36216,-2.230684 2.63548,-2.937839 0.21152,-0.547199 3.34789,-3.302546 4.14754,-5.098015 -1.49561,1.971739 -4.39515,4.455838 -4.53644,3.758637 -0.18042,-0.890891 -3.08549,-5.636366 -2.72175,-8.165396 -0.8761,3.474531 3.47342,7.895529 2.1169,9.375094 -0.55895,0.609688 -2.16806,1.38348 -2.50581,2.289855 -1.67712,-1.473481 -3.34457,-3.01443 -4.88192,-4.709252 -4.49469,-4.954925 -7.94323,-2.808851 -19.78721,-7.819767 l 0,-2.76e-4 0,0 z"
+ id="path6038" />
+ <path
+ inkscape:connector-curvature="0"
+ style="opacity:0.79729698;fill:url(#linearGradient81642-3);fill-opacity:1;fill-rule:evenodd;stroke:none;display:inline"
+ d="m -137.01768,149.60114 c -1.08931,0.0664 -2.17479,0.22535 -2.81104,0.86407 0.0252,0.82315 0.63823,1.7851 1.13122,2.67862 0.99606,1.6456 2.00399,3.28029 3.01673,4.9252 l 5.45074,0 c -0.46863,-1.05859 -0.90183,-2.14303 -1.33702,-3.19706 -0.51043,-1.17486 -0.89865,-2.34004 -1.30267,-3.49942 -0.0461,-0.43328 -0.5813,-0.80877 -1.02843,-0.99375 -1.09118,-0.52743 -2.15549,-0.7507 -3.11953,-0.77766 z"
+ id="path6040" />
+ <path
+ inkscape:connector-curvature="0"
+ style="opacity:0.49153197;fill:#729fcf;fill-opacity:1;fill-rule:evenodd;stroke:none;display:inline;filter:url(#filter4412-3-4)"
+ d="m 80.40625,432.78125 c 4.95211,3.15625 10.09773,2.36004 13.8125,6.28125 0.16682,0.1761 0.33306,0.33512 0.5,0.5 0.47081,0.0642 0.86634,0.12875 1.125,0.125 -0.20957,-0.21165 -0.41647,-0.40488 -0.625,-0.625 -3.01825,-3.18598 -6.9951,-3.26716 -11.03125,-4.875 -0.03474,-0.0138 -0.059,-0.0484 -0.09375,-0.0625 -1.10179,-0.36006 -2.29362,-0.75403 -3.6875,-1.34375 z m 18.125,0.625 c -0.63373,2.51321 2.51245,5.71105 1.53125,6.78125 -0.28982,0.31612 -0.95433,0.69532 -1.40625,1.125 0.12002,0.10757 0.25465,0.20603 0.375,0.3125 0.45504,-0.64981 1.60175,-0.96015 1.75,-1.34375 0.0395,-0.1023 0.21224,-0.3176 0.46875,-0.59375 0.007,-0.15893 -0.013,-0.33834 -0.0625,-0.53125 -0.36749,0.24581 -0.65336,0.32478 -0.6875,0.15625 -0.13053,-0.6444 -2.23183,-4.07697 -1.96875,-5.90625 z m 15.125,3 c -3.23258,3.13778 -1.93744,10.59758 -4.28125,11.3125 -0.87305,0.26631 -2.67739,0.13373 -3.71875,0.65625 0.10564,0.23081 0.1924,0.46561 0.28125,0.71875 0.48934,-1.38565 3.28817,-1.02442 4.4375,-1.375 0.40212,-0.12266 0.70836,-0.4424 0.9375,-0.90625 -0.37324,0.16279 -0.58924,0.18863 -0.5,-0.0313 0.43039,-1.06043 0.76035,-7.91801 2.84375,-10.375 l 0,5e-5 z m -9.875,0.1875 c -0.65633,0.8653 -1.67467,1.86478 -2.40625,2.40625 0.035,0.0884 0.11425,0.25945 0.125,0.3125 0.006,0.0315 0.01,0.0483 0.0313,0.0625 0.76016,-0.80336 1.86771,-1.92287 2.25,-2.78125 l -5e-5,0 z m 31.15625,1.28125 c -0.10681,2.33068 2.61199,5.60659 1.375,8.5 0.1879,0.0583 0.37002,0.14826 0.5625,0.21875 1.03088,-2.07763 -1.84715,-6.99222 -1.9375,-8.71875 z m -44.09375,1.4375 c -0.58853,-0.002 -1.19981,0.0498 -1.8125,0.15625 -0.24454,0.0425 -0.47494,0.0811 -0.71875,0.0937 0.57324,0.0163 1.14758,0.006 1.71875,-0.0937 0.3802,-0.0661 0.75059,-0.10454 1.125,-0.125 -0.10937,-0.003 -0.20125,-0.031 -0.3125,-0.0313 l 0,5e-5 z m -4.90625,0.21875 c -1.05294,0.0153 -2.13802,0.17596 -3.34375,0.96875 0.73581,-0.30835 1.4245,-0.46615 2.09375,-0.5625 0.66231,-0.25997 1.29099,-0.37458 1.90625,-0.40625 -0.21749,-0.006 -0.43522,-0.003 -0.65625,0 z M 91.625,439.75 c -0.16769,-0.002 -0.31622,0.0195 -0.46875,0.0313 1.75151,0.14017 4.01985,0.84237 5.59375,1.75 3.19912,2.92004 6.06811,5.00342 6.65625,7.03125 0.69343,2.39084 0.87982,8.89902 0.9375,12.375 0.0202,0.021 0.0422,0.0415 0.0625,0.0625 0.30813,0.3105 0.62898,0.60098 0.96875,0.875 -0.0381,-3.13547 -0.21719,-10.72125 -0.96875,-13.3125 -0.58814,-2.02783 -3.45713,-4.11121 -6.65625,-7.03125 -1.7362,-1.00123 -4.32697,-1.76239 -6.125,-1.78125 l 0,-5e-5 z m -4.5,0.0625 c 0.65921,0.0186 1.30134,0.0547 1.9375,0.0313 -0.6308,-0.0149 -1.27239,-0.0416 -1.9375,-0.0313 z m 38.90625,0.59375 c 0.85981,2.03517 1.03075,4.21454 1.875,5.96875 0.0201,0.0419 0.0431,0.0827 0.0625,0.125 -0.0386,0.0749 -0.0625,0.16002 -0.0625,0.25 0,0.22641 0.14749,0.41694 0.34375,0.5 0.75795,2.22902 0.68188,4.89913 0.75,7.1875 0.35884,0.43277 0.71896,0.90498 1.0625,1.46875 -0.081,-0.88874 -0.10567,-1.89754 -0.125,-2.9375 -0.22118,-1.90879 -0.22993,-4.24515 -1.0625,-5.875 0.0353,-0.0409 0.0733,-0.0777 0.0937,-0.125 -0.004,-0.008 0.004,-0.0227 0,-0.0313 -0.0255,-0.0612 -0.0625,-0.11723 -0.0625,-0.1875 0,-0.09 0.024,-0.17511 0.0625,-0.25 -0.0194,-0.0423 -0.0424,-0.0831 -0.0625,-0.125 -0.0198,-0.0411 -0.0434,-0.0834 -0.0625,-0.125 -0.0287,0.006 -0.0655,0.0249 -0.0937,0.0313 -0.0628,-0.0425 -0.14103,-0.0804 -0.21875,-0.0937 -1.38487,-2.04113 -0.95284,-3.54566 -2.5,-5.78125 l 0,-5e-5 0,0 z m 19.03125,2.65625 c -1.69758,2.49457 -3.86818,2.37373 -5.125,4.8125 0.0526,0.0186 0.10315,0.0444 0.15625,0.0625 0.89869,-2.16469 3.75785,-2.67569 4.96875,-4.875 z m -27.6875,1.3125 c -2.19466,0.39587 -4.28042,1.54971 -5.5,2.15625 -0.0203,0.0759 -0.0419,0.19937 -0.0625,0.25 -0.0928,0.22874 0.15792,0.18098 0.5625,0 1.35368,-0.92023 3.20812,-2.03073 5,-2.40625 z m 4.90625,1.28125 c 1.34906,7.76942 7.42824,8.46368 5.875,13.34375 -1.18921,1.23925 -3.11722,3.33597 -4.03125,4.25 -0.76285,0.67868 -1.59581,1.26835 -2.4375,1.84375 -0.87643,0.65389 -0.79689,1.13319 -1.71875,1.71875 -0.68733,0.46263 -2.24808,0.96188 -2.84375,1.4375 -0.77914,0.62211 -1.21036,1.46972 -1.875,2.3125 -0.17709,0.23959 -0.47526,0.38932 -0.78125,0.5625 0.0747,0.23312 0.17111,0.49452 0.21875,0.6875 0.32292,-0.63542 1.20833,-0.77083 1.5625,-1.25 0.66464,-0.84278 1.09586,-1.69039 1.875,-2.3125 0.59567,-0.47562 2.15642,-0.97487 2.84375,-1.4375 0.92186,-0.58556 0.84232,-1.06486 1.71875,-1.71875 0.84169,-0.5754 1.67465,-1.16507 2.4375,-1.84375 0.91403,-0.91403 2.84204,-3.01075 4.03125,-4.25 0.39409,-1.23817 0.2929,-2.21057 -0.0937,-3.09375 -0.005,-0.008 0.005,-0.0235 0,-0.0313 -2.33668,-3.81627 -5.15947,-3.88386 -6.78125,-10.21875 l -5e-5,5e-5 0,0 z m 9.625,0.21875 c -0.92497,0.006 -1.69874,0.11176 -2.40625,0.25 0.0135,0.0204 0.0173,0.042 0.0313,0.0625 0.0777,0.0133 0.1559,0.0513 0.21875,0.0937 0.73442,-0.16654 1.63943,-0.32515 2.6875,-0.375 -0.17873,-0.007 -0.35939,-0.0323 -0.53125,-0.0313 l -5e-5,10e-5 z m 0.78125,0.34375 c -0.0732,0.003 -0.1456,0.0269 -0.21875,0.0313 0.67709,0.016 1.33761,0.0544 1.875,0.15625 1.80941,0.34285 1.14282,0.69721 2.0625,0.75 0.8083,0.0464 2.21338,0.8335 3.34375,1.28125 1.22261,0.48428 1.53834,-0.0211 3.84375,1.21875 -1.65524,-1.12051 -3.34913,-1.13223 -3.59375,-1.40625 0.0129,-0.0419 0.017,-0.0842 0.0313,-0.125 -0.0649,-0.0291 -0.12217,-0.0641 -0.1875,-0.0937 -0.0207,0.0437 -0.0423,0.0797 -0.0625,0.125 -1.00669,-0.2824 -1.9875,-0.7062 -2.65625,-1.0625 -0.18654,-0.0477 -0.28433,-0.1223 -0.40625,-0.21875 -0.0974,-0.077 -0.24506,-0.15717 -0.5,-0.25 -0.0108,0.0211 -0.02,0.0415 -0.0313,0.0625 -0.24588,-0.0977 -0.48007,-0.17228 -0.71875,-0.25 -0.0468,-0.01 -0.0744,-0.0217 -0.125,-0.0313 -0.74419,-0.14102 -1.69938,-0.22641 -2.65625,-0.1875 l 0,-5e-5 z M 86.625,448.25 l 0.125,0.0625 c 0.9109,0.24481 1.68179,0.8215 2.40625,1.40625 0.82464,0.41098 1.87022,0.34115 2.53125,1.0625 0.70456,0.74408 1.76065,1.14357 2.28125,2.0625 0.20942,0.35023 0.44974,0.66458 0.71875,0.96875 -0.70331,0.27896 -1.37908,1.26201 -1.875,1.59375 -0.0184,0.0123 -0.0433,0.0207 -0.0625,0.0313 0.26674,0.0829 0.5096,0.12431 0.71875,0.0937 0.35283,-0.4495 0.78212,-0.98745 1.375,-1.09375 0.27247,-0.26266 0.5507,-0.50877 0.84375,-0.625 -0.26901,-0.30417 -0.50933,-0.61852 -0.71875,-0.96875 -0.5206,-0.91893 -1.57669,-1.31842 -2.28125,-2.0625 -0.66103,-0.72135 -1.70661,-0.65152 -2.53125,-1.0625 -0.06827,-0.0551 -0.14958,-0.10156 -0.21875,-0.15625 -0.45456,-0.0788 -0.91165,-0.20596 -1.25,-0.53125 -0.59769,-0.44175 -1.32432,-0.71337 -2.0625,-0.78125 z m 28.3125,3.0625 c -0.5615,-0.002 -1.13254,0.0198 -1.6875,0.1875 -0.8619,0.15181 -1.40092,0.98682 -2.1875,1.125 0.15712,0.0284 0.29573,0.0585 0.46875,0.0625 0.008,-0.004 0.0232,0.004 0.0313,0 0.66399,-0.34171 1.29896,-0.84303 2,-1.0625 0.29196,-0.11393 0.63652,-0.16173 1,-0.1875 0.45253,-0.0986 0.91776,-0.12668 1.375,-0.125 -0.33672,-0.005 -0.66726,10e-4 -1,0 l -5e-5,0 z m -6.28125,1.09375 c -0.11119,0.004 -0.22334,0.008 -0.34375,0.0313 -0.58666,0.0833 -1.09791,0.25436 -1.625,0.40625 0.003,0.0315 -0.003,0.0623 0,0.0937 -0.007,0.11209 0.31024,10e-4 0.40625,0.0625 0.72887,-0.15857 1.36514,-0.40917 2.125,-0.53125 -0.18386,-0.0329 -0.36151,-0.0695 -0.5625,-0.0625 z m 0.75,0.375 c -0.11556,0.005 -0.24955,0.007 -0.375,0.0313 0.5303,0.0941 1.02742,0.28089 1.6875,0.1875 0.0423,-0.008 0.0833,-0.0213 0.125,-0.0313 -0.48738,-0.0785 -0.91748,-0.20805 -1.4375,-0.1875 z m -23.5625,0.1875 c -0.18337,-0.008 -0.35057,0.01 -0.53125,0.0313 2.08544,-0.0469 5.75517,2.50843 6.46875,2.71875 0.55836,0.16459 -1.66639,2.10357 -3.375,3.03125 1.32776,-0.37746 3.38761,-2.02266 4.1875,-2.5 0.01714,-0.0102 0.01528,-0.0221 0.03125,-0.0313 0.21446,-0.26888 0.31472,-0.45329 0.15625,-0.5 -0.0892,-0.0263 -0.23354,-0.0976 -0.40625,-0.1875 -1.40032,0.064 -4.06601,-2.46133 -6.53125,-2.5625 z m 53.78125,0.0625 c -0.88641,0.37401 -1.6291,0.38336 -2.375,0.375 0.46305,-0.0347 0.90399,-0.0303 1.34375,-0.0313 0.31369,-0.0695 0.65846,-0.15916 1.03125,-0.34375 l 0,5e-5 z m -2.375,0.375 c -0.97055,-0.0109 -1.9515,-0.0429 -3.3125,0.75 -0.98526,0.56636 -1.68584,0.93652 -2.3125,1.3125 0.1001,0.15403 0.21261,0.29518 0.34375,0.40625 0.43285,-0.30459 0.95516,-0.58877 1.53125,-0.90625 0.0447,-0.0331 0.0806,-0.0614 0.125,-0.0937 0.66035,-0.48117 1.29197,-0.8658 1.78125,-1.09375 0.34797,-0.16212 0.68254,-0.22024 1,-0.25 0.018,-0.004 0.0446,0.004 0.0625,0 0.27556,-0.0643 0.52793,-0.10604 0.78125,-0.125 l 0,-5e-5 z m -41.40625,1.03125 c -0.15346,0.0275 -0.30526,0.0776 -0.4375,0.15625 0.22223,0.23657 0.45596,0.46782 0.65625,0.71875 0.69303,0.78032 1.38577,1.54029 1.96875,2.40625 0.85162,1.06177 1.95474,1.87787 2.875,2.875 0.7471,0.7803 1.39506,1.64575 2.09375,2.46875 0.93323,1.12487 1.87928,2.25013 2.8125,3.375 0.42144,0.87267 1.03174,1.61036 1.65625,2.34375 0.66563,0.75999 1.30957,1.55781 1.8125,2.4375 0.59909,0.89138 1.1135,1.84141 1.5,2.84375 0.30827,0.94828 0.48395,1.92145 0.625,2.90625 0.19051,1.03702 0.34872,2.0991 0.25,3.15625 -0.14578,1.5715 -0.30651,3.14619 -0.4375,4.71875 -0.0217,0.7843 -0.12135,1.62135 0.25,2.34375 0.88575,0.56065 1.94401,0.69175 2.96875,0.75 0.15421,-0.004 0.31552,-0.0153 0.46875,-0.0313 -0.85535,-0.0774 -1.70207,-0.25325 -2.4375,-0.71875 -0.37135,-0.7224 -0.27171,-1.55945 -0.25,-2.34375 0.13099,-1.57256 0.29172,-3.14725 0.4375,-4.71875 0.0987,-1.05715 -0.0595,-2.11923 -0.25,-3.15625 -0.14105,-0.9848 -0.31673,-1.95797 -0.625,-2.90625 -0.3865,-1.00234 -0.90091,-1.95237 -1.5,-2.84375 -0.50293,-0.87969 -1.14687,-1.67751 -1.8125,-2.4375 -0.62451,-0.73339 -1.23481,-1.47108 -1.65625,-2.34375 -0.93322,-1.12487 -1.87927,-2.25013 -2.8125,-3.375 -0.69869,-0.823 -1.34665,-1.68845 -2.09375,-2.46875 -0.92026,-0.99713 -2.02338,-1.81323 -2.875,-2.875 -0.58298,-0.86596 -1.27572,-1.62593 -1.96875,-2.40625 -0.24141,-0.30245 -0.51438,-0.59268 -0.78125,-0.875 -0.15942,-0.0325 -0.29833,-0.0249 -0.4375,0 l 0,5e-5 z M 132.25,460 c -0.27801,0.006 -0.56326,0.0349 -0.84375,0.0625 0.10242,0.002 0.20882,0.017 0.3125,0.0313 0.3359,0.0194 0.69022,-0.0275 1.03125,-0.0625 -0.1656,-0.029 -0.331,-0.0347 -0.5,-0.0313 z m -2.09375,0.0625 c -0.0128,0.019 -0.0184,0.0436 -0.0313,0.0625 0.19686,0.005 0.40053,-0.0167 0.59375,-0.0313 -0.19023,-0.0261 -0.37567,-0.039 -0.5625,-0.0313 l 5e-5,10e-5 z m 2.78125,0.21875 c -0.14219,0.006 -0.2642,0.0468 -0.40625,0.0625 0.65402,0.0921 0.99171,0.6953 1.71875,0.625 0.16682,-0.0309 0.33094,-0.0464 0.5,-0.0625 -0.11167,-0.0407 -0.21151,-0.0958 -0.3125,-0.15625 -0.10595,0.005 -0.20725,0.01 -0.3125,0 -0.40936,-0.035 -0.64885,-0.24056 -0.90625,-0.4375 -0.0927,-0.004 -0.18865,-0.0352 -0.28125,-0.0313 l 0,5e-5 z m 2.28125,0.40625 c -0.072,10e-4 -0.14679,0.0254 -0.21875,0.0313 0.0432,0.009 0.0772,0.0272 0.125,0.0313 0.15833,0.0145 0.30899,-0.0171 0.46875,-0.0313 -0.12245,-0.0226 -0.25224,-0.0334 -0.375,-0.0313 z m 0.96875,0.1875 c -0.0641,0.002 -0.12357,0.0276 -0.1875,0.0313 0.0927,0.006 0.18873,-0.008 0.28125,0 -0.0298,-0.0116 -0.0634,-0.0202 -0.0937,-0.0313 l -5e-5,0 z"
+ id="path6048"
+ clip-path="url(#clipPath4396-4-0)"
+ transform="matrix(1.3825125,0,0,1.3825125,-305.32593,-522.1271)" />
+ <path
+ inkscape:connector-curvature="0"
+ style="fill:url(#radialGradient81697);fill-opacity:1;stroke:none;display:inline"
+ d="m -201.63751,148.56426 c 24.68028,-4.71645 44.83962,-0.23033 66.77949,-0.17282 l 34.14392,-2.4194 0,12.09699 -100.92341,0 0,-9.50477 z"
+ id="path6060"
+ sodipodi:nodetypes="cccccc" />
+ </g>
+ <path
+ inkscape:connector-curvature="0"
+ id="path5661"
+ style="opacity:0.26315792;color:#000000;fill:url(#radialGradient5680);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+ d="m 65.721644,159.81043 40.178316,49.03653 c -1.02107,4.80894 -33.127292,39.78516 -33.127292,39.78516 L 47.828886,164.33579 z m 77.732016,-22.58834 c -0.26874,31.03893 -19.8432,43.99547 -30.87274,64.95546 L 73.075232,158.07018 z"
+ sodipodi:nodetypes="ccccccccc" />
+ </g>
+ </g>
+ </g>
+ <g
+ transform="matrix(0.19353773,0,0,0.19353773,292.85412,36.87614)"
+ id="g81788">
+ <g
+ id="g81790">
+ <g
+ transform="matrix(-0.93231771,0.36164028,0.36164028,0.93231771,121.94775,-121.15174)"
+ id="g81792"
+ style="display:inline;enable-background:new" />
+ <g
+ transform="translate(53.917986,-49.770448)"
+ id="g81798">
+ <path
+ inkscape:connector-curvature="0"
+ style="opacity:0.3;fill-rule:nonzero;stroke:none"
+ d="m 96.057801,197.62401 17.515329,-31.28833 -6.94768,1.96128 -10.567539,29.32695 -1.1e-4,1e-4 z"
+ id="path81800"
+ mask="none"
+ clip-path="none" />
+ <g
+ id="g81802"
+ transform="translate(0,1.0368843)" />
+ <path
+ inkscape:connector-curvature="0"
+ id="path81808"
+ d="M 196.59785,261.2266 C 158.0319,277.09795 116.69999,285.97249 76.580746,297.29485 L 37.568823,158.81442 157.28438,125.02884 c 13.85376,44.87539 23.75495,91.86248 39.31347,136.19776 z"
+ style="color:#000000;fill:url(#linearGradient81940);fill-opacity:1;fill-rule:nonzero;stroke:url(#linearGradient81942);stroke-width:5.1669507;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+ mask="none"
+ clip-path="none"
+ sodipodi:nodetypes="ccccc" />
+ <path
+ inkscape:connector-curvature="0"
+ id="path81810"
+ d="M 177.89611,230.92829 74.980588,259.97585 47.965623,164.76109 150.89304,135.71089 z"
+ style="color:#000000;fill:url(#linearGradient81862);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.62650001;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+ mask="none"
+ clip-path="none"
+ sodipodi:nodetypes="ccccc" />
+ <path
+ style="color:#000000;fill:#5d1616;fill-opacity:1;stroke:none;stroke-width:2.7650249;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+ d="m 63.381265,221.33742 0.631168,-0.67134 0.99513,-4.18247 2.703526,2.63649 3.087659,-1.12747 -0.09797,-2.89517 3.153832,2.5076 4.374969,-0.0344 2.093389,4.75996 2.669151,-1.73848 -3.898035,-11.06418 18.526808,-5.05988 2.12604,5.72502 4.503018,-1.28904 -0.83788,-2.92697 3.21658,-0.67716 1.61129,5.62877 7.72128,1.44371 -4.15412,-8.55486 4.2435,-5.59957 -0.8396,-6.33687 2.35119,5.66057 7.3999,2.02291 2.57979,12.41595 c 0,0 3.82842,0.60928 2.99141,-0.61273 -0.83701,-1.222 -3.05931,-6.43226 -3.05931,-6.43226 l 5.98283,-1.22544 -4.67318,-17.1759 3.24835,-1.41708 -3.3214,-15.85766 5.41221,15.50274 3.28188,1.25294 1.67746,9.26383 6.59382,-1.64394 1.74105,7.78402 3.37727,-0.96677 c 0,0 -4.79692,-7.39645 -3.44602,-7.78316 1.35091,-0.38672 6.36867,-1.5795 6.36867,-1.5795 l 2.48096,7.81582 7.81583,-2.48096 -1.38786,-9.10314 -4.79864,-10.80637 3.37553,-4.37669 16.69298,58.31402 -103.190188,29.61014 z"
+ id="path81814"
+ inkscape:connector-curvature="0"
+ sodipodi:nodetypes="ccccccccccccccccccccccccscccccccccccsccccccccc" />
+ <path
+ inkscape:connector-curvature="0"
+ id="path81816"
+ transform="matrix(1.3825125,0,0,1.3825125,-30.205823,-31.335013)"
+ style="opacity:0.26315792;color:#000000;fill:url(#radialGradient81864);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+ d="m 120.75,120.5 -12.5,40.75 c 0,0 19.5,13.75 28.75,15.25 9.25,1.5 14.25,1.5 14.25,1.5 L 134,116.75 z m -55.5,15 36.75,23 14.75,-37.25 z" />
+ <path
+ style="opacity:0.26315792;color:#000000;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;marker:none;visibility:visible;display:inline;overflow:visible;filter:url(#filter5597);enable-background:accumulate"
+ d="m 63,173.5 16.5,58 60,-16 C 110.34106,211.86701 84.170728,199.76627 63,173.5 z"
+ id="path81818"
+ inkscape:connector-curvature="0"
+ transform="matrix(1.3825125,0,0,1.3825125,-32.279592,-30.643757)"
+ sodipodi:nodetypes="cccc" />
+ <path
+ sodipodi:type="inkscape:offset"
+ inkscape:radius="-5.4326468"
+ inkscape:original="M 157.28125 125.03125 L 37.5625 158.8125 L 76.59375 297.28125 C 116.71299 285.95889 158.0278 277.0901 196.59375 261.21875 C 181.03523 216.88347 171.13501 169.90664 157.28125 125.03125 z "
+ xlink:href="#path81808"
+ style="color:#000000;fill:none;stroke:#ffffff;stroke-width:5.1669507;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+ id="path81938"
+ inkscape:href="#path81808"
+ d="M 153.5625,131.71875 44.25,162.5625 80.34375,290.65625 c 36.99275,-10.2408 74.44737,-18.81849 109.4375,-32.625 -14.15797,-41.59189 -23.7474,-84.91988 -36.21875,-126.3125 z" />
+ </g>
+ <g
+ id="g81822"
+ transform="matrix(-0.9915583,0.29068457,0.29068457,0.9915583,143.67051,-127.88671)">
+ <path
+ clip-path="none"
+ mask="none"
+ id="path81824"
+ d="m 96.057801,197.62401 17.515329,-31.28833 -6.94768,1.96128 -10.567539,29.32695 -1.1e-4,1e-4 z"
+ style="opacity:0.3;fill-rule:nonzero;stroke:none"
+ inkscape:connector-curvature="0" />
+ <path
+ sodipodi:nodetypes="ccccccc"
+ clip-path="none"
+ mask="none"
+ style="color:#000000;fill:url(#linearGradient81946);fill-opacity:1;fill-rule:nonzero;stroke:url(#linearGradient81948);stroke-width:5.00049162;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+ d="m 198.45301,258.26015 c 0,0 -8.57378,6.56061 -15.21747,8.09385 L 76.78778,297.383 36.809885,158.43088 156.9749,122.88475 193.04376,246.71284 z"
+ id="path81828"
+ inkscape:connector-curvature="0" />
+ <path
+ sodipodi:nodetypes="cccc"
+ transform="matrix(1.3825125,0,0,1.3825125,-32.279592,-30.643757)"
+ inkscape:connector-curvature="0"
+ id="path81830"
+ d="m 63,173.5 16.5,58 60,-16 C 110.34106,211.86701 84.170728,199.76627 63,173.5 z"
+ style="opacity:0.26315792;color:#000000;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;marker:none;visibility:visible;display:inline;overflow:visible;filter:url(#filter5597);enable-background:accumulate" />
+ <g
+ transform="matrix(-1.033868,0.29618128,0.29618128,1.033868,-77.890924,123.32847)"
+ id="g81832"
+ style="display:inline;enable-background:new">
+ <rect
+ ry="0"
+ rx="0"
+ y="67.252876"
+ x="-203.36664"
+ height="92.561699"
+ width="102.24124"
+ id="rect81834"
+ style="fill:url(#linearGradient81868);fill-opacity:1;stroke:none;display:inline"
+ inkscape:r_cx="true"
+ inkscape:r_cy="true" />
+ <g
+ transform="matrix(1.3825125,0,0,1.3825125,-317.76856,-520.74458)"
+ clip-path="url(#clipPath4719-3-3)"
+ id="g81836"
+ style="display:inline">
+ <path
+ transform="matrix(1.71312,0,0,1.37852,-77.8045,-183.178)"
+ d="m 124.80435,483.02795 c 0,7.73727 -6.2723,14.00956 -14.00956,14.00956 -7.73726,0 -14.009551,-6.27229 -14.009551,-14.00956 0,-7.73726 6.272291,-14.00955 14.009551,-14.00955 7.73726,0 14.00956,6.27229 14.00956,14.00955 z"
+ sodipodi:ry="14.009553"
+ sodipodi:rx="14.009553"
+ sodipodi:cy="483.02795"
+ sodipodi:cx="110.79479"
+ id="path81838"
+ style="fill:#b6cee7;fill-opacity:1;stroke:none;display:inline;filter:url(#filter4709-1-0)"
+ sodipodi:type="arc" />
+ <g
+ id="g81840">
+ <path
+ transform="matrix(1.14208,0,0,1.14208,-14.5363,-68.6555)"
+ d="m 124.80435,483.02795 c 0,7.73727 -6.2723,14.00956 -14.00956,14.00956 -7.73726,0 -14.009551,-6.27229 -14.009551,-14.00956 0,-7.73726 6.272291,-14.00955 14.009551,-14.00955 7.73726,0 14.00956,6.27229 14.00956,14.00955 z"
+ sodipodi:ry="14.009553"
+ sodipodi:rx="14.009553"
+ sodipodi:cy="483.02795"
+ sodipodi:cx="110.79479"
+ id="path81842"
+ style="fill:#b6cee7;fill-opacity:1;stroke:none"
+ sodipodi:type="arc" />
+ <path
+ transform="matrix(0.994857,0,0,0.994857,1.775,2.45615)"
+ d="m 124.80435,483.02795 c 0,7.73727 -6.2723,14.00956 -14.00956,14.00956 -7.73726,0 -14.009551,-6.27229 -14.009551,-14.00956 0,-7.73726 6.272291,-14.00955 14.009551,-14.00955 7.73726,0 14.00956,6.27229 14.00956,14.00955 z"
+ sodipodi:ry="14.009553"
+ sodipodi:rx="14.009553"
+ sodipodi:cy="483.02795"
+ sodipodi:cx="110.79479"
+ id="path81844"
+ style="fill:#e0eaf5;fill-opacity:1;stroke:none;display:inline;filter:url(#filter4608-6-0)"
+ sodipodi:type="arc" />
+ </g>
+ </g>
+ <path
+ id="path81846"
+ d="m 28.9999,47.93738 c -5.0025,0 -9.0625,4.06 -9.0625,9.0625 0,0.2919 0,0.5902 0.031,0.875 l 18.0625,0 c 0.027,-0.2848 0.031,-0.5831 0.031,-0.875 0,-5.0025 -4.06,-9.0625 -9.0625,-9.0625 l -10e-5,0 z"
+ style="fill:#ffffff;fill-opacity:1;stroke:none;display:inline;filter:url(#filter4616-8-2)"
+ inkscape:connector-curvature="0"
+ transform="matrix(1.3825125,0,0,1.3825125,-203.01988,68.205885)" />
+ <path
+ sodipodi:nodetypes="cccccc"
+ id="path81848"
+ d="m -203.96945,149.71232 c 24.68028,-4.71645 47.17156,-1.37839 69.11143,-1.32088 l 34.14392,-2.4194 -0.30134,13.83878 -102.37461,-0.29955 z"
+ style="fill:url(#linearGradient81870);fill-opacity:1;stroke:none;display:inline"
+ inkscape:connector-curvature="0" />
+ <path
+ id="path81850"
+ d="m -195.54573,76.198439 c 6.84634,4.363485 13.96019,3.262729 19.09595,8.683837 0.28825,0.304429 0.5743,0.571531 0.86407,0.86407 -1.26127,0.01825 -4.64759,-0.891305 -8.03585,-0.302355 -2.82033,0.490101 -5.56614,-0.766327 -8.89993,1.425647 3.88293,-1.627079 6.99372,-0.575817 10.10963,-0.993612 2.42907,-0.32572 6.71832,0.837388 9.4615,2.419397 4.42293,4.036936 8.38936,6.917263 9.20241,9.720721 1.0391,3.582506 1.28657,14.069966 1.33924,18.404696 -0.46964,-0.37881 -0.91328,-0.78043 -1.33924,-1.2097 -0.95269,-0.98601 -1.86321,-2.04294 -2.98111,-2.85143 -1.07407,-0.77891 -2.18796,-1.4945 -3.06738,-2.5058 -0.91923,-1.23998 -2.00063,-2.34613 -3.02424,-3.49942 -0.97592,-0.99873 -2.01363,-1.93095 -2.93784,-2.98111 -0.85094,-1.04711 -1.84718,-1.96759 -3.02425,-2.63535 -1.07255,-0.65351 -2.18824,-1.38707 -3.49955,-1.339373 -0.656,-0.109357 -1.32556,-0.264337 -1.81455,-0.734391 -0.82619,-0.610794 -1.83086,-0.986284 -2.85143,-1.080157 l 0.17281,0.08641 c 1.25933,0.338577 2.32511,1.135734 3.32674,1.944227 1.14002,0.568214 2.58558,0.471574 3.49942,1.468914 0.97412,1.02873 2.43419,1.58104 3.15392,2.85143 0.2895,0.48416 0.62172,0.91882 0.99361,1.33924 -0.97232,0.38573 -1.90648,1.74474 -2.59221,2.20345 -1.7945,1.20044 -6.37213,-3.79845 -10.36884,-3.32674 2.88323,-0.0648 7.95664,3.46804 8.9432,3.75878 0.77199,0.22756 -2.30382,2.90825 -4.66598,4.19067 2.09782,-0.59628 5.49866,-3.48006 6.1349,-3.6291 0.79867,-0.18691 1.60661,-2.69202 3.36987,-2.33299 0.36899,0.39043 0.74628,0.79163 1.08002,1.2097 0.95822,1.07892 1.91588,2.12949 2.72189,3.32674 1.17735,1.46795 2.7024,2.59622 3.97472,3.97473 1.03288,1.07877 1.92875,2.2752 2.89457,3.413 1.2903,1.55519 2.59815,3.11093 3.88832,4.66598 0.58272,1.20652 1.42647,2.2264 2.28985,3.24034 0.9202,1.05071 1.81054,2.15367 2.5058,3.36987 0.82827,1.23237 1.53943,2.54576 2.07377,3.93145 0.42623,1.31104 0.669,2.6565 0.86407,4.018 0.26337,1.43366 0.48209,2.90203 0.34563,4.36348 -0.20157,2.17262 -0.42374,4.34966 -0.60485,6.5238 -0.0304,1.08431 -0.16783,2.24147 0.34563,3.2402 1.22449,0.77517 2.6876,0.95642 4.10427,1.03688 1.19725,-0.0326 2.3869,-0.31051 3.41314,-0.95048 0.44102,-0.22438 0.87638,-0.68392 0.64799,-1.20969 -0.25798,-1.40657 -0.55702,-2.80844 -0.69126,-4.23395 -0.18581,-1.59362 -0.35904,-3.19498 -0.47517,-4.79552 -0.13687,-1.51399 -0.2053,-3.01747 -0.25922,-4.53644 0.0442,-1.38514 0.10645,-2.81465 0.51844,-4.14753 0.4489,-1.30261 0.90126,-3.01858 1.72814,-4.10427 1.17624,-1.44168 2.92567,-2.09616 4.27708,-3.36987 1.13947,-0.99182 2.33465,-1.92142 3.41315,-2.98112 1.04919,-0.98573 2.25847,-3.00143 3.19706,-4.10426 1.05402,-1.115 2.0598,-1.24219 3.06738,-2.24658 0.26226,-0.17931 0.536,-0.35655 0.82093,-0.51844 0.73149,-0.37038 1.43933,-0.79619 2.37612,-0.86408 0.96818,0.0549 1.92723,-0.26281 2.89471,-0.12954 0.9679,0.0773 1.42302,1.00772 2.46253,0.90721 0.91992,-0.17033 1.86943,-0.16618 2.8083,-0.0864 -0.2978,-0.11544 -0.6166,-0.21346 -0.95048,-0.25922 -0.67716,-0.12498 -1.35998,0.10479 -2.03063,0.0433 -0.87375,-0.0747 -1.14873,-0.76923 -1.90096,-0.99361 -0.91578,-0.16024 -1.87939,0.14004 -2.80816,0.0864 -0.74407,-0.1019 -1.45896,0.0629 -2.20345,0.0433 1.05638,-1.55298 1.99538,-3.38329 3.11066,-4.66598 1.85229,-1.72082 4.12956,-3.43168 5.57332,-4.10441 1.92432,-0.89656 3.29674,0.21872 5.8324,-1.03688 -2.81991,1.18993 -4.53533,-0.38323 -7.86304,1.55533 -1.83362,1.05416 -3.05867,1.64048 -4.10426,2.37626 -2.19557,-1.85962 -0.97398,-8.380375 -2.89471,-12.140256 0.11475,-0.132444 0.17282,-0.286594 0.17282,-0.475169 2.13487,-0.910108 5.33014,-0.865176 7.38787,-0.475308 2.50152,0.474064 1.57993,0.964026 2.85143,1.036884 1.11749,0.06415 3.06005,1.152325 4.6227,1.771414 1.6904,0.66955 2.12686,-0.02917 5.3141,1.684868 -2.28833,-1.549106 -4.63017,-1.565281 -4.96847,-1.944089 1.03094,-3.358814 5.24816,-3.991867 6.99897,-7.171784 -2.43917,3.58444 -5.60318,3.234803 -7.30132,7.042104 -1.69566,-0.475584 -3.37692,-1.234445 -4.23394,-1.771275 2.07086,-2.591934 -2.33161,-9.93985 -2.46267,-12.442612 -0.15277,3.336141 3.91361,8.08355 1.72814,12.183391 -4.37953,-1.740169 -7.94973,-1.090664 -10.28244,-0.561715 -0.0871,-0.05876 -0.19493,-0.111154 -0.30235,-0.129541 -1.91464,-2.821847 -1.31726,-4.901837 -3.45628,-7.992581 1.18868,2.813689 1.42495,5.826598 2.59221,8.251802 0.0276,0.05793 0.0594,0.114334 0.0871,0.172814 -0.0525,0.10355 -0.0871,0.22134 -0.0871,0.345628 0,0.313139 0.20392,0.576508 0.47517,0.691256 1.2791,3.76154 0.80531,8.478119 1.12329,11.967439 -3.23425,-5.30774 -7.12837,-5.39497 -9.37509,-14.170744 1.86514,10.741294 10.26957,11.701164 8.12226,18.447824 -1.64409,1.71335 -4.30957,4.61207 -5.57333,5.87568 -1.05458,0.93831 -2.20621,1.75358 -3.36987,2.54908 -1.21163,0.90402 -1.10159,1.56666 -2.37612,2.37612 -0.9502,0.63969 -3.10803,1.32984 -3.93159,1.98736 -1.07712,0.86007 -1.67326,2.03202 -2.59221,3.19706 -0.48955,0.6625 -1.71363,0.8497 -2.16018,1.72814 -0.45471,-1.84192 -1.77819,-5.26571 -4.27708,-6.69647 -1.23513,-0.70729 -2.61972,-1.98902 -3.62909,-3.06752 -0.22452,-0.23475 -0.44434,-0.43853 -0.69126,-0.64798 -1.71639,-4.14851 -1.90109,-9.27542 -2.28985,-13.91153 0.1341,-0.12747 0.24097,-0.26379 0.3889,-0.3889 0.74199,-0.55992 1.42592,-1.188 2.67861,-1.55533 1.38749,-0.27194 2.27078,0.46369 3.71551,0.25922 1.40366,-0.25259 2.56041,-1.47168 3.93145,-1.90095 1.15274,-0.44974 2.86871,-0.19107 4.23394,-0.43204 -1.58712,0.0774 -3.13139,-0.20461 -4.66598,0.25922 -1.27094,0.22397 -2.0269,1.54371 -3.24019,1.5986 -1.39302,0.1641 -2.25419,-0.56254 -3.58596,-0.30249 -1.11071,0.15774 -2.01723,0.54927 -3.06738,0.77766 -0.13273,-0.0845 -0.57084,0.0686 -0.56172,-0.0864 -0.0857,-0.78208 -0.1771,-1.55864 -0.30235,-2.28971 -0.0829,-5.387238 5.90816,-3.553335 7.12851,-4.493167 0.80379,-0.618951 5.32903,-4.215972 9.33196,-5.05488 -4.74907,0.856743 -9.53823,4.473948 -9.07274,3.32674 0.59503,-1.466017 1.05126,-10.946734 3.93159,-14.343567 -4.46911,4.338048 -2.67848,14.651314 -5.91895,15.639672 -1.58893,0.484709 -5.4583,-0.01466 -6.1349,1.900955 -0.14489,-0.413233 -0.2931,-0.791627 -0.47517,-1.166564 -1.17293,-2.414835 -4.43524,-5.0723 -7.90631,-8.078988 -0.34162,-1.691228 2.36216,-2.230684 2.63548,-2.937839 0.21152,-0.547199 3.34789,-3.302546 4.14754,-5.098015 -1.49561,1.971739 -4.39515,4.455838 -4.53644,3.758637 -0.18042,-0.890891 -3.08549,-5.636366 -2.72175,-8.165396 -0.8761,3.474531 3.47342,7.895529 2.1169,9.375094 -0.55895,0.609688 -2.16806,1.38348 -2.50581,2.289855 -1.67712,-1.473481 -3.34457,-3.01443 -4.88192,-4.709252 -4.49469,-4.954925 -7.94323,-2.808851 -19.78721,-7.819767 l 0,-2.76e-4 0,0 z"
+ style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:none;display:inline"
+ inkscape:connector-curvature="0" />
+ <path
+ id="path81852"
+ d="m -137.01768,149.60114 c -1.08931,0.0664 -2.17479,0.22535 -2.81104,0.86407 0.0252,0.82315 0.63823,1.7851 1.13122,2.67862 0.99606,1.6456 2.00399,3.28029 3.01673,4.9252 l 5.45074,0 c -0.46863,-1.05859 -0.90183,-2.14303 -1.33702,-3.19706 -0.51043,-1.17486 -0.89865,-2.34004 -1.30267,-3.49942 -0.0461,-0.43328 -0.5813,-0.80877 -1.02843,-0.99375 -1.09118,-0.52743 -2.15549,-0.7507 -3.11953,-0.77766 z"
+ style="opacity:0.79729698;fill:url(#linearGradient81872);fill-opacity:1;fill-rule:evenodd;stroke:none;display:inline"
+ inkscape:connector-curvature="0" />
+ <path
+ transform="matrix(1.3825125,0,0,1.3825125,-305.32593,-522.1271)"
+ clip-path="url(#clipPath4396-4-0)"
+ id="path81854"
+ d="m 80.40625,432.78125 c 4.95211,3.15625 10.09773,2.36004 13.8125,6.28125 0.16682,0.1761 0.33306,0.33512 0.5,0.5 0.47081,0.0642 0.86634,0.12875 1.125,0.125 -0.20957,-0.21165 -0.41647,-0.40488 -0.625,-0.625 -3.01825,-3.18598 -6.9951,-3.26716 -11.03125,-4.875 -0.03474,-0.0138 -0.059,-0.0484 -0.09375,-0.0625 -1.10179,-0.36006 -2.29362,-0.75403 -3.6875,-1.34375 z m 18.125,0.625 c -0.63373,2.51321 2.51245,5.71105 1.53125,6.78125 -0.28982,0.31612 -0.95433,0.69532 -1.40625,1.125 0.12002,0.10757 0.25465,0.20603 0.375,0.3125 0.45504,-0.64981 1.60175,-0.96015 1.75,-1.34375 0.0395,-0.1023 0.21224,-0.3176 0.46875,-0.59375 0.007,-0.15893 -0.013,-0.33834 -0.0625,-0.53125 -0.36749,0.24581 -0.65336,0.32478 -0.6875,0.15625 -0.13053,-0.6444 -2.23183,-4.07697 -1.96875,-5.90625 z m 15.125,3 c -3.23258,3.13778 -1.93744,10.59758 -4.28125,11.3125 -0.87305,0.26631 -2.67739,0.13373 -3.71875,0.65625 0.10564,0.23081 0.1924,0.46561 0.28125,0.71875 0.48934,-1.38565 3.28817,-1.02442 4.4375,-1.375 0.40212,-0.12266 0.70836,-0.4424 0.9375,-0.90625 -0.37324,0.16279 -0.58924,0.18863 -0.5,-0.0313 0.43039,-1.06043 0.76035,-7.91801 2.84375,-10.375 l 0,5e-5 z m -9.875,0.1875 c -0.65633,0.8653 -1.67467,1.86478 -2.40625,2.40625 0.035,0.0884 0.11425,0.25945 0.125,0.3125 0.006,0.0315 0.01,0.0483 0.0313,0.0625 0.76016,-0.80336 1.86771,-1.92287 2.25,-2.78125 l -5e-5,0 z m 31.15625,1.28125 c -0.10681,2.33068 2.61199,5.60659 1.375,8.5 0.1879,0.0583 0.37002,0.14826 0.5625,0.21875 1.03088,-2.07763 -1.84715,-6.99222 -1.9375,-8.71875 z m -44.09375,1.4375 c -0.58853,-0.002 -1.19981,0.0498 -1.8125,0.15625 -0.24454,0.0425 -0.47494,0.0811 -0.71875,0.0937 0.57324,0.0163 1.14758,0.006 1.71875,-0.0937 0.3802,-0.0661 0.75059,-0.10454 1.125,-0.125 -0.10937,-0.003 -0.20125,-0.031 -0.3125,-0.0313 l 0,5e-5 z m -4.90625,0.21875 c -1.05294,0.0153 -2.13802,0.17596 -3.34375,0.96875 0.73581,-0.30835 1.4245,-0.46615 2.09375,-0.5625 0.66231,-0.25997 1.29099,-0.37458 1.90625,-0.40625 -0.21749,-0.006 -0.43522,-0.003 -0.65625,0 z M 91.625,439.75 c -0.16769,-0.002 -0.31622,0.0195 -0.46875,0.0313 1.75151,0.14017 4.01985,0.84237 5.59375,1.75 3.19912,2.92004 6.06811,5.00342 6.65625,7.03125 0.69343,2.39084 0.87982,8.89902 0.9375,12.375 0.0202,0.021 0.0422,0.0415 0.0625,0.0625 0.30813,0.3105 0.62898,0.60098 0.96875,0.875 -0.0381,-3.13547 -0.21719,-10.72125 -0.96875,-13.3125 -0.58814,-2.02783 -3.45713,-4.11121 -6.65625,-7.03125 -1.7362,-1.00123 -4.32697,-1.76239 -6.125,-1.78125 l 0,-5e-5 z m -4.5,0.0625 c 0.65921,0.0186 1.30134,0.0547 1.9375,0.0313 -0.6308,-0.0149 -1.27239,-0.0416 -1.9375,-0.0313 z m 38.90625,0.59375 c 0.85981,2.03517 1.03075,4.21454 1.875,5.96875 0.0201,0.0419 0.0431,0.0827 0.0625,0.125 -0.0386,0.0749 -0.0625,0.16002 -0.0625,0.25 0,0.22641 0.14749,0.41694 0.34375,0.5 0.75795,2.22902 0.68188,4.89913 0.75,7.1875 0.35884,0.43277 0.71896,0.90498 1.0625,1.46875 -0.081,-0.88874 -0.10567,-1.89754 -0.125,-2.9375 -0.22118,-1.90879 -0.22993,-4.24515 -1.0625,-5.875 0.0353,-0.0409 0.0733,-0.0777 0.0937,-0.125 -0.004,-0.008 0.004,-0.0227 0,-0.0313 -0.0255,-0.0612 -0.0625,-0.11723 -0.0625,-0.1875 0,-0.09 0.024,-0.17511 0.0625,-0.25 -0.0194,-0.0423 -0.0424,-0.0831 -0.0625,-0.125 -0.0198,-0.0411 -0.0434,-0.0834 -0.0625,-0.125 -0.0287,0.006 -0.0655,0.0249 -0.0937,0.0313 -0.0628,-0.0425 -0.14103,-0.0804 -0.21875,-0.0937 -1.38487,-2.04113 -0.95284,-3.54566 -2.5,-5.78125 l 0,-5e-5 0,0 z m 19.03125,2.65625 c -1.69758,2.49457 -3.86818,2.37373 -5.125,4.8125 0.0526,0.0186 0.10315,0.0444 0.15625,0.0625 0.89869,-2.16469 3.75785,-2.67569 4.96875,-4.875 z m -27.6875,1.3125 c -2.19466,0.39587 -4.28042,1.54971 -5.5,2.15625 -0.0203,0.0759 -0.0419,0.19937 -0.0625,0.25 -0.0928,0.22874 0.15792,0.18098 0.5625,0 1.35368,-0.92023 3.20812,-2.03073 5,-2.40625 z m 4.90625,1.28125 c 1.34906,7.76942 7.42824,8.46368 5.875,13.34375 -1.18921,1.23925 -3.11722,3.33597 -4.03125,4.25 -0.76285,0.67868 -1.59581,1.26835 -2.4375,1.84375 -0.87643,0.65389 -0.79689,1.13319 -1.71875,1.71875 -0.68733,0.46263 -2.24808,0.96188 -2.84375,1.4375 -0.77914,0.62211 -1.21036,1.46972 -1.875,2.3125 -0.17709,0.23959 -0.47526,0.38932 -0.78125,0.5625 0.0747,0.23312 0.17111,0.49452 0.21875,0.6875 0.32292,-0.63542 1.20833,-0.77083 1.5625,-1.25 0.66464,-0.84278 1.09586,-1.69039 1.875,-2.3125 0.59567,-0.47562 2.15642,-0.97487 2.84375,-1.4375 0.92186,-0.58556 0.84232,-1.06486 1.71875,-1.71875 0.84169,-0.5754 1.67465,-1.16507 2.4375,-1.84375 0.91403,-0.91403 2.84204,-3.01075 4.03125,-4.25 0.39409,-1.23817 0.2929,-2.21057 -0.0937,-3.09375 -0.005,-0.008 0.005,-0.0235 0,-0.0313 -2.33668,-3.81627 -5.15947,-3.88386 -6.78125,-10.21875 l -5e-5,5e-5 0,0 z m 9.625,0.21875 c -0.92497,0.006 -1.69874,0.11176 -2.40625,0.25 0.0135,0.0204 0.0173,0.042 0.0313,0.0625 0.0777,0.0133 0.1559,0.0513 0.21875,0.0937 0.73442,-0.16654 1.63943,-0.32515 2.6875,-0.375 -0.17873,-0.007 -0.35939,-0.0323 -0.53125,-0.0313 l -5e-5,10e-5 z m 0.78125,0.34375 c -0.0732,0.003 -0.1456,0.0269 -0.21875,0.0313 0.67709,0.016 1.33761,0.0544 1.875,0.15625 1.80941,0.34285 1.14282,0.69721 2.0625,0.75 0.8083,0.0464 2.21338,0.8335 3.34375,1.28125 1.22261,0.48428 1.53834,-0.0211 3.84375,1.21875 -1.65524,-1.12051 -3.34913,-1.13223 -3.59375,-1.40625 0.0129,-0.0419 0.017,-0.0842 0.0313,-0.125 -0.0649,-0.0291 -0.12217,-0.0641 -0.1875,-0.0937 -0.0207,0.0437 -0.0423,0.0797 -0.0625,0.125 -1.00669,-0.2824 -1.9875,-0.7062 -2.65625,-1.0625 -0.18654,-0.0477 -0.28433,-0.1223 -0.40625,-0.21875 -0.0974,-0.077 -0.24506,-0.15717 -0.5,-0.25 -0.0108,0.0211 -0.02,0.0415 -0.0313,0.0625 -0.24588,-0.0977 -0.48007,-0.17228 -0.71875,-0.25 -0.0468,-0.01 -0.0744,-0.0217 -0.125,-0.0313 -0.74419,-0.14102 -1.69938,-0.22641 -2.65625,-0.1875 l 0,-5e-5 z M 86.625,448.25 l 0.125,0.0625 c 0.9109,0.24481 1.68179,0.8215 2.40625,1.40625 0.82464,0.41098 1.87022,0.34115 2.53125,1.0625 0.70456,0.74408 1.76065,1.14357 2.28125,2.0625 0.20942,0.35023 0.44974,0.66458 0.71875,0.96875 -0.70331,0.27896 -1.37908,1.26201 -1.875,1.59375 -0.0184,0.0123 -0.0433,0.0207 -0.0625,0.0313 0.26674,0.0829 0.5096,0.12431 0.71875,0.0937 0.35283,-0.4495 0.78212,-0.98745 1.375,-1.09375 0.27247,-0.26266 0.5507,-0.50877 0.84375,-0.625 -0.26901,-0.30417 -0.50933,-0.61852 -0.71875,-0.96875 -0.5206,-0.91893 -1.57669,-1.31842 -2.28125,-2.0625 -0.66103,-0.72135 -1.70661,-0.65152 -2.53125,-1.0625 -0.06827,-0.0551 -0.14958,-0.10156 -0.21875,-0.15625 -0.45456,-0.0788 -0.91165,-0.20596 -1.25,-0.53125 -0.59769,-0.44175 -1.32432,-0.71337 -2.0625,-0.78125 z m 28.3125,3.0625 c -0.5615,-0.002 -1.13254,0.0198 -1.6875,0.1875 -0.8619,0.15181 -1.40092,0.98682 -2.1875,1.125 0.15712,0.0284 0.29573,0.0585 0.46875,0.0625 0.008,-0.004 0.0232,0.004 0.0313,0 0.66399,-0.34171 1.29896,-0.84303 2,-1.0625 0.29196,-0.11393 0.63652,-0.16173 1,-0.1875 0.45253,-0.0986 0.91776,-0.12668 1.375,-0.125 -0.33672,-0.005 -0.66726,10e-4 -1,0 l -5e-5,0 z m -6.28125,1.09375 c -0.11119,0.004 -0.22334,0.008 -0.34375,0.0313 -0.58666,0.0833 -1.09791,0.25436 -1.625,0.40625 0.003,0.0315 -0.003,0.0623 0,0.0937 -0.007,0.11209 0.31024,10e-4 0.40625,0.0625 0.72887,-0.15857 1.36514,-0.40917 2.125,-0.53125 -0.18386,-0.0329 -0.36151,-0.0695 -0.5625,-0.0625 z m 0.75,0.375 c -0.11556,0.005 -0.24955,0.007 -0.375,0.0313 0.5303,0.0941 1.02742,0.28089 1.6875,0.1875 0.0423,-0.008 0.0833,-0.0213 0.125,-0.0313 -0.48738,-0.0785 -0.91748,-0.20805 -1.4375,-0.1875 z m -23.5625,0.1875 c -0.18337,-0.008 -0.35057,0.01 -0.53125,0.0313 2.08544,-0.0469 5.75517,2.50843 6.46875,2.71875 0.55836,0.16459 -1.66639,2.10357 -3.375,3.03125 1.32776,-0.37746 3.38761,-2.02266 4.1875,-2.5 0.01714,-0.0102 0.01528,-0.0221 0.03125,-0.0313 0.21446,-0.26888 0.31472,-0.45329 0.15625,-0.5 -0.0892,-0.0263 -0.23354,-0.0976 -0.40625,-0.1875 -1.40032,0.064 -4.06601,-2.46133 -6.53125,-2.5625 z m 53.78125,0.0625 c -0.88641,0.37401 -1.6291,0.38336 -2.375,0.375 0.46305,-0.0347 0.90399,-0.0303 1.34375,-0.0313 0.31369,-0.0695 0.65846,-0.15916 1.03125,-0.34375 l 0,5e-5 z m -2.375,0.375 c -0.97055,-0.0109 -1.9515,-0.0429 -3.3125,0.75 -0.98526,0.56636 -1.68584,0.93652 -2.3125,1.3125 0.1001,0.15403 0.21261,0.29518 0.34375,0.40625 0.43285,-0.30459 0.95516,-0.58877 1.53125,-0.90625 0.0447,-0.0331 0.0806,-0.0614 0.125,-0.0937 0.66035,-0.48117 1.29197,-0.8658 1.78125,-1.09375 0.34797,-0.16212 0.68254,-0.22024 1,-0.25 0.018,-0.004 0.0446,0.004 0.0625,0 0.27556,-0.0643 0.52793,-0.10604 0.78125,-0.125 l 0,-5e-5 z m -41.40625,1.03125 c -0.15346,0.0275 -0.30526,0.0776 -0.4375,0.15625 0.22223,0.23657 0.45596,0.46782 0.65625,0.71875 0.69303,0.78032 1.38577,1.54029 1.96875,2.40625 0.85162,1.06177 1.95474,1.87787 2.875,2.875 0.7471,0.7803 1.39506,1.64575 2.09375,2.46875 0.93323,1.12487 1.87928,2.25013 2.8125,3.375 0.42144,0.87267 1.03174,1.61036 1.65625,2.34375 0.66563,0.75999 1.30957,1.55781 1.8125,2.4375 0.59909,0.89138 1.1135,1.84141 1.5,2.84375 0.30827,0.94828 0.48395,1.92145 0.625,2.90625 0.19051,1.03702 0.34872,2.0991 0.25,3.15625 -0.14578,1.5715 -0.30651,3.14619 -0.4375,4.71875 -0.0217,0.7843 -0.12135,1.62135 0.25,2.34375 0.88575,0.56065 1.94401,0.69175 2.96875,0.75 0.15421,-0.004 0.31552,-0.0153 0.46875,-0.0313 -0.85535,-0.0774 -1.70207,-0.25325 -2.4375,-0.71875 -0.37135,-0.7224 -0.27171,-1.55945 -0.25,-2.34375 0.13099,-1.57256 0.29172,-3.14725 0.4375,-4.71875 0.0987,-1.05715 -0.0595,-2.11923 -0.25,-3.15625 -0.14105,-0.9848 -0.31673,-1.95797 -0.625,-2.90625 -0.3865,-1.00234 -0.90091,-1.95237 -1.5,-2.84375 -0.50293,-0.87969 -1.14687,-1.67751 -1.8125,-2.4375 -0.62451,-0.73339 -1.23481,-1.47108 -1.65625,-2.34375 -0.93322,-1.12487 -1.87927,-2.25013 -2.8125,-3.375 -0.69869,-0.823 -1.34665,-1.68845 -2.09375,-2.46875 -0.92026,-0.99713 -2.02338,-1.81323 -2.875,-2.875 -0.58298,-0.86596 -1.27572,-1.62593 -1.96875,-2.40625 -0.24141,-0.30245 -0.51438,-0.59268 -0.78125,-0.875 -0.15942,-0.0325 -0.29833,-0.0249 -0.4375,0 l 0,5e-5 z M 132.25,460 c -0.27801,0.006 -0.56326,0.0349 -0.84375,0.0625 0.10242,0.002 0.20882,0.017 0.3125,0.0313 0.3359,0.0194 0.69022,-0.0275 1.03125,-0.0625 -0.1656,-0.029 -0.331,-0.0347 -0.5,-0.0313 z m -2.09375,0.0625 c -0.0128,0.019 -0.0184,0.0436 -0.0313,0.0625 0.19686,0.005 0.40053,-0.0167 0.59375,-0.0313 -0.19023,-0.0261 -0.37567,-0.039 -0.5625,-0.0313 l 5e-5,10e-5 z m 2.78125,0.21875 c -0.14219,0.006 -0.2642,0.0468 -0.40625,0.0625 0.65402,0.0921 0.99171,0.6953 1.71875,0.625 0.16682,-0.0309 0.33094,-0.0464 0.5,-0.0625 -0.11167,-0.0407 -0.21151,-0.0958 -0.3125,-0.15625 -0.10595,0.005 -0.20725,0.01 -0.3125,0 -0.40936,-0.035 -0.64885,-0.24056 -0.90625,-0.4375 -0.0927,-0.004 -0.18865,-0.0352 -0.28125,-0.0313 l 0,5e-5 z m 2.28125,0.40625 c -0.072,10e-4 -0.14679,0.0254 -0.21875,0.0313 0.0432,0.009 0.0772,0.0272 0.125,0.0313 0.15833,0.0145 0.30899,-0.0171 0.46875,-0.0313 -0.12245,-0.0226 -0.25224,-0.0334 -0.375,-0.0313 z m 0.96875,0.1875 c -0.0641,0.002 -0.12357,0.0276 -0.1875,0.0313 0.0927,0.006 0.18873,-0.008 0.28125,0 -0.0298,-0.0116 -0.0634,-0.0202 -0.0937,-0.0313 l -5e-5,0 z"
+ style="opacity:0.49153197;fill:#729fcf;fill-opacity:1;fill-rule:evenodd;stroke:none;display:inline;filter:url(#filter4412-3-4)"
+ inkscape:connector-curvature="0" />
+ <path
+ sodipodi:nodetypes="cccccc"
+ id="path81856"
+ d="m -203.09229,148.8459 c 24.68028,-4.71645 46.2944,-0.51197 68.23427,-0.45446 l 34.14392,-2.4194 -0.30313,14.12938 -102.37282,-0.59015 z"
+ style="fill:url(#radialGradient81874);fill-opacity:1;stroke:none;display:inline"
+ inkscape:connector-curvature="0" />
+ </g>
+ <path
+ sodipodi:nodetypes="ccccccccc"
+ d="m 65.721644,159.81043 40.178316,49.03653 c -1.02107,4.80894 -33.127292,39.78516 -33.127292,39.78516 L 47.828886,164.33579 z m 77.732016,-22.58834 c -0.26874,31.03893 -19.8432,43.99547 -30.87274,64.95546 L 73.075232,158.07018 z"
+ style="opacity:0.26315792;color:#000000;fill:url(#radialGradient81876);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+ id="path81858"
+ inkscape:connector-curvature="0" />
+ <path
+ sodipodi:type="inkscape:offset"
+ inkscape:radius="-5.613091"
+ inkscape:original="M 156.96875 122.875 L 36.8125 158.4375 L 76.78125 297.375 L 183.25 266.34375 C 189.89369 264.81051 198.4375 258.25 198.4375 258.25 L 193.03125 246.71875 L 156.96875 122.875 z "
+ xlink:href="#path81828"
+ style="color:#000000;fill:none;stroke:#ffffff;stroke-width:5.00049162;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+ id="path81944"
+ inkscape:href="#path81828"
+ d="M 153.15625,129.84375 43.75,162.21875 80.625,290.40625 181.6875,260.96875 A 5.6136523,5.6136523 0 0 1 182,260.875 c 2.12631,-0.49071 5.65814,-2.25982 8.375,-3.9375 0.54589,-0.33709 0.46531,-0.3149 0.9375,-0.625 l -3.375,-7.21875 a 5.6136523,5.6136523 0 0 1 -0.28125,-0.8125 l -34.5,-118.4375 z" />
+ </g>
+ </g>
+ </g>
+ <g
+ id="g81950"
+ transform="matrix(0.13348247,0,0,0.13348247,301.03607,111.58202)">
+ <g
+ id="g81952">
+ <g
+ style="display:inline;enable-background:new"
+ id="g81954"
+ transform="matrix(-0.93231771,0.36164028,0.36164028,0.93231771,121.94775,-121.15174)" />
+ <g
+ id="g81956"
+ transform="translate(53.917986,-49.770448)">
+ <path
+ clip-path="none"
+ mask="none"
+ id="path81958"
+ d="m 96.057801,197.62401 17.515329,-31.28833 -6.94768,1.96128 -10.567539,29.32695 -1.1e-4,1e-4 z"
+ style="opacity:0.3;fill-rule:nonzero;stroke:none"
+ inkscape:connector-curvature="0" />
+ <g
+ transform="translate(0,1.0368843)"
+ id="g81960" />
+ <path
+ sodipodi:nodetypes="ccccc"
+ clip-path="none"
+ mask="none"
+ style="color:#000000;fill:url(#linearGradient82012);fill-opacity:1;fill-rule:nonzero;stroke:url(#linearGradient82014);stroke-width:7.49162006;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+ d="M 196.59785,261.2266 C 158.0319,277.09795 116.69999,285.97249 76.580746,297.29485 L 37.568823,158.81442 157.28438,125.02884 c 13.85376,44.87539 23.75495,91.86248 39.31347,136.19776 z"
+ id="path81962"
+ inkscape:connector-curvature="0" />
+ <path
+ sodipodi:nodetypes="ccccc"
+ clip-path="none"
+ mask="none"
+ style="color:#000000;fill:url(#linearGradient82016);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.62650001;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+ d="M 177.89611,230.92829 74.980588,259.97585 47.965623,164.76109 150.89304,135.71089 z"
+ id="path81964"
+ inkscape:connector-curvature="0" />
+ <path
+ sodipodi:nodetypes="ccccccccccccccccccccccccscccccccccccsccccccccc"
+ inkscape:connector-curvature="0"
+ id="path81966"
+ d="m 63.381265,221.33742 0.631168,-0.67134 0.99513,-4.18247 2.703526,2.63649 3.087659,-1.12747 -0.09797,-2.89517 3.153832,2.5076 4.374969,-0.0344 2.093389,4.75996 2.669151,-1.73848 -3.898035,-11.06418 18.526808,-5.05988 2.12604,5.72502 4.503018,-1.28904 -0.83788,-2.92697 3.21658,-0.67716 1.61129,5.62877 7.72128,1.44371 -4.15412,-8.55486 4.2435,-5.59957 -0.8396,-6.33687 2.35119,5.66057 7.3999,2.02291 2.57979,12.41595 c 0,0 3.82842,0.60928 2.99141,-0.61273 -0.83701,-1.222 -3.05931,-6.43226 -3.05931,-6.43226 l 5.98283,-1.22544 -4.67318,-17.1759 3.24835,-1.41708 -3.3214,-15.85766 5.41221,15.50274 3.28188,1.25294 1.67746,9.26383 6.59382,-1.64394 1.74105,7.78402 3.37727,-0.96677 c 0,0 -4.79692,-7.39645 -3.44602,-7.78316 1.35091,-0.38672 6.36867,-1.5795 6.36867,-1.5795 l 2.48096,7.81582 7.81583,-2.48096 -1.38786,-9.10314 -4.79864,-10.80637 3.37553,-4.37669 16.69298,58.31402 -103.190188,29.61014 z"
+ style="color:#000000;fill:#5d1616;fill-opacity:1;stroke:none;stroke-width:2.7650249;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
+ <path
+ d="m 120.75,120.5 -12.5,40.75 c 0,0 19.5,13.75 28.75,15.25 9.25,1.5 14.25,1.5 14.25,1.5 L 134,116.75 z m -55.5,15 36.75,23 14.75,-37.25 z"
+ style="opacity:0.26315792;color:#000000;fill:url(#radialGradient82018);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+ transform="matrix(1.3825125,0,0,1.3825125,-30.205823,-31.335013)"
+ id="path81968"
+ inkscape:connector-curvature="0" />
+ <path
+ sodipodi:nodetypes="cccc"
+ transform="matrix(1.3825125,0,0,1.3825125,-32.279592,-30.643757)"
+ inkscape:connector-curvature="0"
+ id="path81970"
+ d="m 63,173.5 16.5,58 60,-16 C 110.34106,211.86701 84.170728,199.76627 63,173.5 z"
+ style="opacity:0.26315792;color:#000000;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;marker:none;visibility:visible;display:inline;overflow:visible;filter:url(#filter5597);enable-background:accumulate" />
+ <path
+ d="m 152.1875,134.1875 -105.4375,29.75 35,124.25 c 35.79256,-9.84674 71.84777,-18.25575 105.53125,-31.34375 C 173.62417,216.29521 164.17508,174.31948 152.1875,134.1875 z"
+ inkscape:href="#path81808"
+ id="path81972"
+ style="color:#000000;fill:none;stroke:#ffffff;stroke-width:7.49162006;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+ xlink:href="#path81808"
+ inkscape:original="M 157.28125 125.03125 L 37.5625 158.8125 L 76.59375 297.28125 C 116.71299 285.95889 158.0278 277.0901 196.59375 261.21875 C 181.03523 216.88347 171.13501 169.90664 157.28125 125.03125 z "
+ inkscape:radius="-7.4377489"
+ sodipodi:type="inkscape:offset" />
+ </g>
+ <g
+ transform="matrix(-0.9915583,0.29068457,0.29068457,0.9915583,146.33158,-123.14231)"
+ id="g81974">
+ <path
+ inkscape:connector-curvature="0"
+ style="opacity:0.3;fill-rule:nonzero;stroke:none"
+ d="m 96.057801,197.62401 17.515329,-31.28833 -6.94768,1.96128 -10.567539,29.32695 -1.1e-4,1e-4 z"
+ id="path81976"
+ mask="none"
+ clip-path="none" />
+ <path
+ inkscape:connector-curvature="0"
+ id="path81978"
+ d="m 198.76049,258.17001 c 0,0 -8.57378,6.56061 -15.21747,8.09385 L 73.09803,298.46468 32.505176,159.69285 156.66742,122.97489 193.35124,246.6227 z"
+ style="color:#000000;fill:url(#linearGradient82020);fill-opacity:1;fill-rule:nonzero;stroke:url(#linearGradient82022);stroke-width:7.25026941;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+ mask="none"
+ clip-path="none"
+ sodipodi:nodetypes="ccccccc" />
+ <path
+ style="opacity:0.26315792;color:#000000;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;marker:none;visibility:visible;display:inline;overflow:visible;filter:url(#filter5597);enable-background:accumulate"
+ d="m 63,173.5 16.5,58 60,-16 C 110.34106,211.86701 84.170728,199.76627 63,173.5 z"
+ id="path81980"
+ inkscape:connector-curvature="0"
+ transform="matrix(1.3825125,0,0,1.3825125,-32.279592,-30.643757)"
+ sodipodi:nodetypes="cccc" />
+ <g
+ style="display:inline;enable-background:new"
+ id="g81982"
+ transform="matrix(-1.033868,0.29618128,0.29618128,1.033868,-77.890924,123.32847)">
+ <rect
+ inkscape:r_cy="true"
+ inkscape:r_cx="true"
+ style="fill:url(#linearGradient82024);fill-opacity:1;stroke:none;display:inline"
+ id="rect81984"
+ width="102.24124"
+ height="92.561699"
+ x="-203.36664"
+ y="67.252876"
+ rx="0"
+ ry="0" />
+ <g
+ style="display:inline"
+ id="g81986"
+ clip-path="url(#clipPath4719-3-3)"
+ transform="matrix(1.3825125,0,0,1.3825125,-317.76856,-520.74458)">
+ <path
+ sodipodi:type="arc"
+ style="fill:#b6cee7;fill-opacity:1;stroke:none;display:inline;filter:url(#filter4709-1-0)"
+ id="path81988"
+ sodipodi:cx="110.79479"
+ sodipodi:cy="483.02795"
+ sodipodi:rx="14.009553"
+ sodipodi:ry="14.009553"
+ d="m 124.80435,483.02795 c 0,7.73727 -6.2723,14.00956 -14.00956,14.00956 -7.73726,0 -14.009551,-6.27229 -14.009551,-14.00956 0,-7.73726 6.272291,-14.00955 14.009551,-14.00955 7.73726,0 14.00956,6.27229 14.00956,14.00955 z"
+ transform="matrix(1.71312,0,0,1.37852,-77.8045,-183.178)" />
+ <g
+ id="g81990">
+ <path
+ sodipodi:type="arc"
+ style="fill:#b6cee7;fill-opacity:1;stroke:none"
+ id="path81992"
+ sodipodi:cx="110.79479"
+ sodipodi:cy="483.02795"
+ sodipodi:rx="14.009553"
+ sodipodi:ry="14.009553"
+ d="m 124.80435,483.02795 c 0,7.73727 -6.2723,14.00956 -14.00956,14.00956 -7.73726,0 -14.009551,-6.27229 -14.009551,-14.00956 0,-7.73726 6.272291,-14.00955 14.009551,-14.00955 7.73726,0 14.00956,6.27229 14.00956,14.00955 z"
+ transform="matrix(1.14208,0,0,1.14208,-14.5363,-68.6555)" />
+ <path
+ sodipodi:type="arc"
+ style="fill:#e0eaf5;fill-opacity:1;stroke:none;display:inline;filter:url(#filter4608-6-0)"
+ id="path81994"
+ sodipodi:cx="110.79479"
+ sodipodi:cy="483.02795"
+ sodipodi:rx="14.009553"
+ sodipodi:ry="14.009553"
+ d="m 124.80435,483.02795 c 0,7.73727 -6.2723,14.00956 -14.00956,14.00956 -7.73726,0 -14.009551,-6.27229 -14.009551,-14.00956 0,-7.73726 6.272291,-14.00955 14.009551,-14.00955 7.73726,0 14.00956,6.27229 14.00956,14.00955 z"
+ transform="matrix(0.994857,0,0,0.994857,1.775,2.45615)" />
+ </g>
+ </g>
+ <path
+ transform="matrix(1.3825125,0,0,1.3825125,-203.01988,68.205885)"
+ inkscape:connector-curvature="0"
+ style="fill:#ffffff;fill-opacity:1;stroke:none;display:inline;filter:url(#filter4616-8-2)"
+ d="m 28.9999,47.93738 c -5.0025,0 -9.0625,4.06 -9.0625,9.0625 0,0.2919 0,0.5902 0.031,0.875 l 18.0625,0 c 0.027,-0.2848 0.031,-0.5831 0.031,-0.875 0,-5.0025 -4.06,-9.0625 -9.0625,-9.0625 l -10e-5,0 z"
+ id="path81996" />
+ <path
+ inkscape:connector-curvature="0"
+ style="fill:url(#linearGradient82026);fill-opacity:1;stroke:none;display:inline"
+ d="m -203.96945,149.71232 c 24.68028,-4.71645 47.17156,-1.37839 69.11143,-1.32088 l 34.14392,-2.4194 -0.30134,13.83878 -102.37461,-0.29955 z"
+ id="path81998"
+ sodipodi:nodetypes="cccccc" />
+ <path
+ inkscape:connector-curvature="0"
+ style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:none;display:inline"
+ d="m -195.54573,76.198439 c 6.84634,4.363485 13.96019,3.262729 19.09595,8.683837 0.28825,0.304429 0.5743,0.571531 0.86407,0.86407 -1.26127,0.01825 -4.64759,-0.891305 -8.03585,-0.302355 -2.82033,0.490101 -5.56614,-0.766327 -8.89993,1.425647 3.88293,-1.627079 6.99372,-0.575817 10.10963,-0.993612 2.42907,-0.32572 6.71832,0.837388 9.4615,2.419397 4.42293,4.036936 8.38936,6.917263 9.20241,9.720721 1.0391,3.582506 1.28657,14.069966 1.33924,18.404696 -0.46964,-0.37881 -0.91328,-0.78043 -1.33924,-1.2097 -0.95269,-0.98601 -1.86321,-2.04294 -2.98111,-2.85143 -1.07407,-0.77891 -2.18796,-1.4945 -3.06738,-2.5058 -0.91923,-1.23998 -2.00063,-2.34613 -3.02424,-3.49942 -0.97592,-0.99873 -2.01363,-1.93095 -2.93784,-2.98111 -0.85094,-1.04711 -1.84718,-1.96759 -3.02425,-2.63535 -1.07255,-0.65351 -2.18824,-1.38707 -3.49955,-1.339373 -0.656,-0.109357 -1.32556,-0.264337 -1.81455,-0.734391 -0.82619,-0.610794 -1.83086,-0.986284 -2.85143,-1.080157 l 0.17281,0.08641 c 1.25933,0.338577 2.32511,1.135734 3.32674,1.944227 1.14002,0.568214 2.58558,0.471574 3.49942,1.468914 0.97412,1.02873 2.43419,1.58104 3.15392,2.85143 0.2895,0.48416 0.62172,0.91882 0.99361,1.33924 -0.97232,0.38573 -1.90648,1.74474 -2.59221,2.20345 -1.7945,1.20044 -6.37213,-3.79845 -10.36884,-3.32674 2.88323,-0.0648 7.95664,3.46804 8.9432,3.75878 0.77199,0.22756 -2.30382,2.90825 -4.66598,4.19067 2.09782,-0.59628 5.49866,-3.48006 6.1349,-3.6291 0.79867,-0.18691 1.60661,-2.69202 3.36987,-2.33299 0.36899,0.39043 0.74628,0.79163 1.08002,1.2097 0.95822,1.07892 1.91588,2.12949 2.72189,3.32674 1.17735,1.46795 2.7024,2.59622 3.97472,3.97473 1.03288,1.07877 1.92875,2.2752 2.89457,3.413 1.2903,1.55519 2.59815,3.11093 3.88832,4.66598 0.58272,1.20652 1.42647,2.2264 2.28985,3.24034 0.9202,1.05071 1.81054,2.15367 2.5058,3.36987 0.82827,1.23237 1.53943,2.54576 2.07377,3.93145 0.42623,1.31104 0.669,2.6565 0.86407,4.018 0.26337,1.43366 0.48209,2.90203 0.34563,4.36348 -0.20157,2.17262 -0.42374,4.34966 -0.60485,6.5238 -0.0304,1.08431 -0.16783,2.24147 0.34563,3.2402 1.22449,0.77517 2.6876,0.95642 4.10427,1.03688 1.19725,-0.0326 2.3869,-0.31051 3.41314,-0.95048 0.44102,-0.22438 0.87638,-0.68392 0.64799,-1.20969 -0.25798,-1.40657 -0.55702,-2.80844 -0.69126,-4.23395 -0.18581,-1.59362 -0.35904,-3.19498 -0.47517,-4.79552 -0.13687,-1.51399 -0.2053,-3.01747 -0.25922,-4.53644 0.0442,-1.38514 0.10645,-2.81465 0.51844,-4.14753 0.4489,-1.30261 0.90126,-3.01858 1.72814,-4.10427 1.17624,-1.44168 2.92567,-2.09616 4.27708,-3.36987 1.13947,-0.99182 2.33465,-1.92142 3.41315,-2.98112 1.04919,-0.98573 2.25847,-3.00143 3.19706,-4.10426 1.05402,-1.115 2.0598,-1.24219 3.06738,-2.24658 0.26226,-0.17931 0.536,-0.35655 0.82093,-0.51844 0.73149,-0.37038 1.43933,-0.79619 2.37612,-0.86408 0.96818,0.0549 1.92723,-0.26281 2.89471,-0.12954 0.9679,0.0773 1.42302,1.00772 2.46253,0.90721 0.91992,-0.17033 1.86943,-0.16618 2.8083,-0.0864 -0.2978,-0.11544 -0.6166,-0.21346 -0.95048,-0.25922 -0.67716,-0.12498 -1.35998,0.10479 -2.03063,0.0433 -0.87375,-0.0747 -1.14873,-0.76923 -1.90096,-0.99361 -0.91578,-0.16024 -1.87939,0.14004 -2.80816,0.0864 -0.74407,-0.1019 -1.45896,0.0629 -2.20345,0.0433 1.05638,-1.55298 1.99538,-3.38329 3.11066,-4.66598 1.85229,-1.72082 4.12956,-3.43168 5.57332,-4.10441 1.92432,-0.89656 3.29674,0.21872 5.8324,-1.03688 -2.81991,1.18993 -4.53533,-0.38323 -7.86304,1.55533 -1.83362,1.05416 -3.05867,1.64048 -4.10426,2.37626 -2.19557,-1.85962 -0.97398,-8.380375 -2.89471,-12.140256 0.11475,-0.132444 0.17282,-0.286594 0.17282,-0.475169 2.13487,-0.910108 5.33014,-0.865176 7.38787,-0.475308 2.50152,0.474064 1.57993,0.964026 2.85143,1.036884 1.11749,0.06415 3.06005,1.152325 4.6227,1.771414 1.6904,0.66955 2.12686,-0.02917 5.3141,1.684868 -2.28833,-1.549106 -4.63017,-1.565281 -4.96847,-1.944089 1.03094,-3.358814 5.24816,-3.991867 6.99897,-7.171784 -2.43917,3.58444 -5.60318,3.234803 -7.30132,7.042104 -1.69566,-0.475584 -3.37692,-1.234445 -4.23394,-1.771275 2.07086,-2.591934 -2.33161,-9.93985 -2.46267,-12.442612 -0.15277,3.336141 3.91361,8.08355 1.72814,12.183391 -4.37953,-1.740169 -7.94973,-1.090664 -10.28244,-0.561715 -0.0871,-0.05876 -0.19493,-0.111154 -0.30235,-0.129541 -1.91464,-2.821847 -1.31726,-4.901837 -3.45628,-7.992581 1.18868,2.813689 1.42495,5.826598 2.59221,8.251802 0.0276,0.05793 0.0594,0.114334 0.0871,0.172814 -0.0525,0.10355 -0.0871,0.22134 -0.0871,0.345628 0,0.313139 0.20392,0.576508 0.47517,0.691256 1.2791,3.76154 0.80531,8.478119 1.12329,11.967439 -3.23425,-5.30774 -7.12837,-5.39497 -9.37509,-14.170744 1.86514,10.741294 10.26957,11.701164 8.12226,18.447824 -1.64409,1.71335 -4.30957,4.61207 -5.57333,5.87568 -1.05458,0.93831 -2.20621,1.75358 -3.36987,2.54908 -1.21163,0.90402 -1.10159,1.56666 -2.37612,2.37612 -0.9502,0.63969 -3.10803,1.32984 -3.93159,1.98736 -1.07712,0.86007 -1.67326,2.03202 -2.59221,3.19706 -0.48955,0.6625 -1.71363,0.8497 -2.16018,1.72814 -0.45471,-1.84192 -1.77819,-5.26571 -4.27708,-6.69647 -1.23513,-0.70729 -2.61972,-1.98902 -3.62909,-3.06752 -0.22452,-0.23475 -0.44434,-0.43853 -0.69126,-0.64798 -1.71639,-4.14851 -1.90109,-9.27542 -2.28985,-13.91153 0.1341,-0.12747 0.24097,-0.26379 0.3889,-0.3889 0.74199,-0.55992 1.42592,-1.188 2.67861,-1.55533 1.38749,-0.27194 2.27078,0.46369 3.71551,0.25922 1.40366,-0.25259 2.56041,-1.47168 3.93145,-1.90095 1.15274,-0.44974 2.86871,-0.19107 4.23394,-0.43204 -1.58712,0.0774 -3.13139,-0.20461 -4.66598,0.25922 -1.27094,0.22397 -2.0269,1.54371 -3.24019,1.5986 -1.39302,0.1641 -2.25419,-0.56254 -3.58596,-0.30249 -1.11071,0.15774 -2.01723,0.54927 -3.06738,0.77766 -0.13273,-0.0845 -0.57084,0.0686 -0.56172,-0.0864 -0.0857,-0.78208 -0.1771,-1.55864 -0.30235,-2.28971 -0.0829,-5.387238 5.90816,-3.553335 7.12851,-4.493167 0.80379,-0.618951 5.32903,-4.215972 9.33196,-5.05488 -4.74907,0.856743 -9.53823,4.473948 -9.07274,3.32674 0.59503,-1.466017 1.05126,-10.946734 3.93159,-14.343567 -4.46911,4.338048 -2.67848,14.651314 -5.91895,15.639672 -1.58893,0.484709 -5.4583,-0.01466 -6.1349,1.900955 -0.14489,-0.413233 -0.2931,-0.791627 -0.47517,-1.166564 -1.17293,-2.414835 -4.43524,-5.0723 -7.90631,-8.078988 -0.34162,-1.691228 2.36216,-2.230684 2.63548,-2.937839 0.21152,-0.547199 3.34789,-3.302546 4.14754,-5.098015 -1.49561,1.971739 -4.39515,4.455838 -4.53644,3.758637 -0.18042,-0.890891 -3.08549,-5.636366 -2.72175,-8.165396 -0.8761,3.474531 3.47342,7.895529 2.1169,9.375094 -0.55895,0.609688 -2.16806,1.38348 -2.50581,2.289855 -1.67712,-1.473481 -3.34457,-3.01443 -4.88192,-4.709252 -4.49469,-4.954925 -7.94323,-2.808851 -19.78721,-7.819767 l 0,-2.76e-4 0,0 z"
+ id="path82000" />
+ <path
+ inkscape:connector-curvature="0"
+ style="opacity:0.79729698;fill:url(#linearGradient82028);fill-opacity:1;fill-rule:evenodd;stroke:none;display:inline"
+ d="m -137.01768,149.60114 c -1.08931,0.0664 -2.17479,0.22535 -2.81104,0.86407 0.0252,0.82315 0.63823,1.7851 1.13122,2.67862 0.99606,1.6456 2.00399,3.28029 3.01673,4.9252 l 5.45074,0 c -0.46863,-1.05859 -0.90183,-2.14303 -1.33702,-3.19706 -0.51043,-1.17486 -0.89865,-2.34004 -1.30267,-3.49942 -0.0461,-0.43328 -0.5813,-0.80877 -1.02843,-0.99375 -1.09118,-0.52743 -2.15549,-0.7507 -3.11953,-0.77766 z"
+ id="path82002" />
+ <path
+ inkscape:connector-curvature="0"
+ style="opacity:0.49153197;fill:#729fcf;fill-opacity:1;fill-rule:evenodd;stroke:none;display:inline;filter:url(#filter4412-3-4)"
+ d="m 80.40625,432.78125 c 4.95211,3.15625 10.09773,2.36004 13.8125,6.28125 0.16682,0.1761 0.33306,0.33512 0.5,0.5 0.47081,0.0642 0.86634,0.12875 1.125,0.125 -0.20957,-0.21165 -0.41647,-0.40488 -0.625,-0.625 -3.01825,-3.18598 -6.9951,-3.26716 -11.03125,-4.875 -0.03474,-0.0138 -0.059,-0.0484 -0.09375,-0.0625 -1.10179,-0.36006 -2.29362,-0.75403 -3.6875,-1.34375 z m 18.125,0.625 c -0.63373,2.51321 2.51245,5.71105 1.53125,6.78125 -0.28982,0.31612 -0.95433,0.69532 -1.40625,1.125 0.12002,0.10757 0.25465,0.20603 0.375,0.3125 0.45504,-0.64981 1.60175,-0.96015 1.75,-1.34375 0.0395,-0.1023 0.21224,-0.3176 0.46875,-0.59375 0.007,-0.15893 -0.013,-0.33834 -0.0625,-0.53125 -0.36749,0.24581 -0.65336,0.32478 -0.6875,0.15625 -0.13053,-0.6444 -2.23183,-4.07697 -1.96875,-5.90625 z m 15.125,3 c -3.23258,3.13778 -1.93744,10.59758 -4.28125,11.3125 -0.87305,0.26631 -2.67739,0.13373 -3.71875,0.65625 0.10564,0.23081 0.1924,0.46561 0.28125,0.71875 0.48934,-1.38565 3.28817,-1.02442 4.4375,-1.375 0.40212,-0.12266 0.70836,-0.4424 0.9375,-0.90625 -0.37324,0.16279 -0.58924,0.18863 -0.5,-0.0313 0.43039,-1.06043 0.76035,-7.91801 2.84375,-10.375 l 0,5e-5 z m -9.875,0.1875 c -0.65633,0.8653 -1.67467,1.86478 -2.40625,2.40625 0.035,0.0884 0.11425,0.25945 0.125,0.3125 0.006,0.0315 0.01,0.0483 0.0313,0.0625 0.76016,-0.80336 1.86771,-1.92287 2.25,-2.78125 l -5e-5,0 z m 31.15625,1.28125 c -0.10681,2.33068 2.61199,5.60659 1.375,8.5 0.1879,0.0583 0.37002,0.14826 0.5625,0.21875 1.03088,-2.07763 -1.84715,-6.99222 -1.9375,-8.71875 z m -44.09375,1.4375 c -0.58853,-0.002 -1.19981,0.0498 -1.8125,0.15625 -0.24454,0.0425 -0.47494,0.0811 -0.71875,0.0937 0.57324,0.0163 1.14758,0.006 1.71875,-0.0937 0.3802,-0.0661 0.75059,-0.10454 1.125,-0.125 -0.10937,-0.003 -0.20125,-0.031 -0.3125,-0.0313 l 0,5e-5 z m -4.90625,0.21875 c -1.05294,0.0153 -2.13802,0.17596 -3.34375,0.96875 0.73581,-0.30835 1.4245,-0.46615 2.09375,-0.5625 0.66231,-0.25997 1.29099,-0.37458 1.90625,-0.40625 -0.21749,-0.006 -0.43522,-0.003 -0.65625,0 z M 91.625,439.75 c -0.16769,-0.002 -0.31622,0.0195 -0.46875,0.0313 1.75151,0.14017 4.01985,0.84237 5.59375,1.75 3.19912,2.92004 6.06811,5.00342 6.65625,7.03125 0.69343,2.39084 0.87982,8.89902 0.9375,12.375 0.0202,0.021 0.0422,0.0415 0.0625,0.0625 0.30813,0.3105 0.62898,0.60098 0.96875,0.875 -0.0381,-3.13547 -0.21719,-10.72125 -0.96875,-13.3125 -0.58814,-2.02783 -3.45713,-4.11121 -6.65625,-7.03125 -1.7362,-1.00123 -4.32697,-1.76239 -6.125,-1.78125 l 0,-5e-5 z m -4.5,0.0625 c 0.65921,0.0186 1.30134,0.0547 1.9375,0.0313 -0.6308,-0.0149 -1.27239,-0.0416 -1.9375,-0.0313 z m 38.90625,0.59375 c 0.85981,2.03517 1.03075,4.21454 1.875,5.96875 0.0201,0.0419 0.0431,0.0827 0.0625,0.125 -0.0386,0.0749 -0.0625,0.16002 -0.0625,0.25 0,0.22641 0.14749,0.41694 0.34375,0.5 0.75795,2.22902 0.68188,4.89913 0.75,7.1875 0.35884,0.43277 0.71896,0.90498 1.0625,1.46875 -0.081,-0.88874 -0.10567,-1.89754 -0.125,-2.9375 -0.22118,-1.90879 -0.22993,-4.24515 -1.0625,-5.875 0.0353,-0.0409 0.0733,-0.0777 0.0937,-0.125 -0.004,-0.008 0.004,-0.0227 0,-0.0313 -0.0255,-0.0612 -0.0625,-0.11723 -0.0625,-0.1875 0,-0.09 0.024,-0.17511 0.0625,-0.25 -0.0194,-0.0423 -0.0424,-0.0831 -0.0625,-0.125 -0.0198,-0.0411 -0.0434,-0.0834 -0.0625,-0.125 -0.0287,0.006 -0.0655,0.0249 -0.0937,0.0313 -0.0628,-0.0425 -0.14103,-0.0804 -0.21875,-0.0937 -1.38487,-2.04113 -0.95284,-3.54566 -2.5,-5.78125 l 0,-5e-5 0,0 z m 19.03125,2.65625 c -1.69758,2.49457 -3.86818,2.37373 -5.125,4.8125 0.0526,0.0186 0.10315,0.0444 0.15625,0.0625 0.89869,-2.16469 3.75785,-2.67569 4.96875,-4.875 z m -27.6875,1.3125 c -2.19466,0.39587 -4.28042,1.54971 -5.5,2.15625 -0.0203,0.0759 -0.0419,0.19937 -0.0625,0.25 -0.0928,0.22874 0.15792,0.18098 0.5625,0 1.35368,-0.92023 3.20812,-2.03073 5,-2.40625 z m 4.90625,1.28125 c 1.34906,7.76942 7.42824,8.46368 5.875,13.34375 -1.18921,1.23925 -3.11722,3.33597 -4.03125,4.25 -0.76285,0.67868 -1.59581,1.26835 -2.4375,1.84375 -0.87643,0.65389 -0.79689,1.13319 -1.71875,1.71875 -0.68733,0.46263 -2.24808,0.96188 -2.84375,1.4375 -0.77914,0.62211 -1.21036,1.46972 -1.875,2.3125 -0.17709,0.23959 -0.47526,0.38932 -0.78125,0.5625 0.0747,0.23312 0.17111,0.49452 0.21875,0.6875 0.32292,-0.63542 1.20833,-0.77083 1.5625,-1.25 0.66464,-0.84278 1.09586,-1.69039 1.875,-2.3125 0.59567,-0.47562 2.15642,-0.97487 2.84375,-1.4375 0.92186,-0.58556 0.84232,-1.06486 1.71875,-1.71875 0.84169,-0.5754 1.67465,-1.16507 2.4375,-1.84375 0.91403,-0.91403 2.84204,-3.01075 4.03125,-4.25 0.39409,-1.23817 0.2929,-2.21057 -0.0937,-3.09375 -0.005,-0.008 0.005,-0.0235 0,-0.0313 -2.33668,-3.81627 -5.15947,-3.88386 -6.78125,-10.21875 l -5e-5,5e-5 0,0 z m 9.625,0.21875 c -0.92497,0.006 -1.69874,0.11176 -2.40625,0.25 0.0135,0.0204 0.0173,0.042 0.0313,0.0625 0.0777,0.0133 0.1559,0.0513 0.21875,0.0937 0.73442,-0.16654 1.63943,-0.32515 2.6875,-0.375 -0.17873,-0.007 -0.35939,-0.0323 -0.53125,-0.0313 l -5e-5,10e-5 z m 0.78125,0.34375 c -0.0732,0.003 -0.1456,0.0269 -0.21875,0.0313 0.67709,0.016 1.33761,0.0544 1.875,0.15625 1.80941,0.34285 1.14282,0.69721 2.0625,0.75 0.8083,0.0464 2.21338,0.8335 3.34375,1.28125 1.22261,0.48428 1.53834,-0.0211 3.84375,1.21875 -1.65524,-1.12051 -3.34913,-1.13223 -3.59375,-1.40625 0.0129,-0.0419 0.017,-0.0842 0.0313,-0.125 -0.0649,-0.0291 -0.12217,-0.0641 -0.1875,-0.0937 -0.0207,0.0437 -0.0423,0.0797 -0.0625,0.125 -1.00669,-0.2824 -1.9875,-0.7062 -2.65625,-1.0625 -0.18654,-0.0477 -0.28433,-0.1223 -0.40625,-0.21875 -0.0974,-0.077 -0.24506,-0.15717 -0.5,-0.25 -0.0108,0.0211 -0.02,0.0415 -0.0313,0.0625 -0.24588,-0.0977 -0.48007,-0.17228 -0.71875,-0.25 -0.0468,-0.01 -0.0744,-0.0217 -0.125,-0.0313 -0.74419,-0.14102 -1.69938,-0.22641 -2.65625,-0.1875 l 0,-5e-5 z M 86.625,448.25 l 0.125,0.0625 c 0.9109,0.24481 1.68179,0.8215 2.40625,1.40625 0.82464,0.41098 1.87022,0.34115 2.53125,1.0625 0.70456,0.74408 1.76065,1.14357 2.28125,2.0625 0.20942,0.35023 0.44974,0.66458 0.71875,0.96875 -0.70331,0.27896 -1.37908,1.26201 -1.875,1.59375 -0.0184,0.0123 -0.0433,0.0207 -0.0625,0.0313 0.26674,0.0829 0.5096,0.12431 0.71875,0.0937 0.35283,-0.4495 0.78212,-0.98745 1.375,-1.09375 0.27247,-0.26266 0.5507,-0.50877 0.84375,-0.625 -0.26901,-0.30417 -0.50933,-0.61852 -0.71875,-0.96875 -0.5206,-0.91893 -1.57669,-1.31842 -2.28125,-2.0625 -0.66103,-0.72135 -1.70661,-0.65152 -2.53125,-1.0625 -0.06827,-0.0551 -0.14958,-0.10156 -0.21875,-0.15625 -0.45456,-0.0788 -0.91165,-0.20596 -1.25,-0.53125 -0.59769,-0.44175 -1.32432,-0.71337 -2.0625,-0.78125 z m 28.3125,3.0625 c -0.5615,-0.002 -1.13254,0.0198 -1.6875,0.1875 -0.8619,0.15181 -1.40092,0.98682 -2.1875,1.125 0.15712,0.0284 0.29573,0.0585 0.46875,0.0625 0.008,-0.004 0.0232,0.004 0.0313,0 0.66399,-0.34171 1.29896,-0.84303 2,-1.0625 0.29196,-0.11393 0.63652,-0.16173 1,-0.1875 0.45253,-0.0986 0.91776,-0.12668 1.375,-0.125 -0.33672,-0.005 -0.66726,10e-4 -1,0 l -5e-5,0 z m -6.28125,1.09375 c -0.11119,0.004 -0.22334,0.008 -0.34375,0.0313 -0.58666,0.0833 -1.09791,0.25436 -1.625,0.40625 0.003,0.0315 -0.003,0.0623 0,0.0937 -0.007,0.11209 0.31024,10e-4 0.40625,0.0625 0.72887,-0.15857 1.36514,-0.40917 2.125,-0.53125 -0.18386,-0.0329 -0.36151,-0.0695 -0.5625,-0.0625 z m 0.75,0.375 c -0.11556,0.005 -0.24955,0.007 -0.375,0.0313 0.5303,0.0941 1.02742,0.28089 1.6875,0.1875 0.0423,-0.008 0.0833,-0.0213 0.125,-0.0313 -0.48738,-0.0785 -0.91748,-0.20805 -1.4375,-0.1875 z m -23.5625,0.1875 c -0.18337,-0.008 -0.35057,0.01 -0.53125,0.0313 2.08544,-0.0469 5.75517,2.50843 6.46875,2.71875 0.55836,0.16459 -1.66639,2.10357 -3.375,3.03125 1.32776,-0.37746 3.38761,-2.02266 4.1875,-2.5 0.01714,-0.0102 0.01528,-0.0221 0.03125,-0.0313 0.21446,-0.26888 0.31472,-0.45329 0.15625,-0.5 -0.0892,-0.0263 -0.23354,-0.0976 -0.40625,-0.1875 -1.40032,0.064 -4.06601,-2.46133 -6.53125,-2.5625 z m 53.78125,0.0625 c -0.88641,0.37401 -1.6291,0.38336 -2.375,0.375 0.46305,-0.0347 0.90399,-0.0303 1.34375,-0.0313 0.31369,-0.0695 0.65846,-0.15916 1.03125,-0.34375 l 0,5e-5 z m -2.375,0.375 c -0.97055,-0.0109 -1.9515,-0.0429 -3.3125,0.75 -0.98526,0.56636 -1.68584,0.93652 -2.3125,1.3125 0.1001,0.15403 0.21261,0.29518 0.34375,0.40625 0.43285,-0.30459 0.95516,-0.58877 1.53125,-0.90625 0.0447,-0.0331 0.0806,-0.0614 0.125,-0.0937 0.66035,-0.48117 1.29197,-0.8658 1.78125,-1.09375 0.34797,-0.16212 0.68254,-0.22024 1,-0.25 0.018,-0.004 0.0446,0.004 0.0625,0 0.27556,-0.0643 0.52793,-0.10604 0.78125,-0.125 l 0,-5e-5 z m -41.40625,1.03125 c -0.15346,0.0275 -0.30526,0.0776 -0.4375,0.15625 0.22223,0.23657 0.45596,0.46782 0.65625,0.71875 0.69303,0.78032 1.38577,1.54029 1.96875,2.40625 0.85162,1.06177 1.95474,1.87787 2.875,2.875 0.7471,0.7803 1.39506,1.64575 2.09375,2.46875 0.93323,1.12487 1.87928,2.25013 2.8125,3.375 0.42144,0.87267 1.03174,1.61036 1.65625,2.34375 0.66563,0.75999 1.30957,1.55781 1.8125,2.4375 0.59909,0.89138 1.1135,1.84141 1.5,2.84375 0.30827,0.94828 0.48395,1.92145 0.625,2.90625 0.19051,1.03702 0.34872,2.0991 0.25,3.15625 -0.14578,1.5715 -0.30651,3.14619 -0.4375,4.71875 -0.0217,0.7843 -0.12135,1.62135 0.25,2.34375 0.88575,0.56065 1.94401,0.69175 2.96875,0.75 0.15421,-0.004 0.31552,-0.0153 0.46875,-0.0313 -0.85535,-0.0774 -1.70207,-0.25325 -2.4375,-0.71875 -0.37135,-0.7224 -0.27171,-1.55945 -0.25,-2.34375 0.13099,-1.57256 0.29172,-3.14725 0.4375,-4.71875 0.0987,-1.05715 -0.0595,-2.11923 -0.25,-3.15625 -0.14105,-0.9848 -0.31673,-1.95797 -0.625,-2.90625 -0.3865,-1.00234 -0.90091,-1.95237 -1.5,-2.84375 -0.50293,-0.87969 -1.14687,-1.67751 -1.8125,-2.4375 -0.62451,-0.73339 -1.23481,-1.47108 -1.65625,-2.34375 -0.93322,-1.12487 -1.87927,-2.25013 -2.8125,-3.375 -0.69869,-0.823 -1.34665,-1.68845 -2.09375,-2.46875 -0.92026,-0.99713 -2.02338,-1.81323 -2.875,-2.875 -0.58298,-0.86596 -1.27572,-1.62593 -1.96875,-2.40625 -0.24141,-0.30245 -0.51438,-0.59268 -0.78125,-0.875 -0.15942,-0.0325 -0.29833,-0.0249 -0.4375,0 l 0,5e-5 z M 132.25,460 c -0.27801,0.006 -0.56326,0.0349 -0.84375,0.0625 0.10242,0.002 0.20882,0.017 0.3125,0.0313 0.3359,0.0194 0.69022,-0.0275 1.03125,-0.0625 -0.1656,-0.029 -0.331,-0.0347 -0.5,-0.0313 z m -2.09375,0.0625 c -0.0128,0.019 -0.0184,0.0436 -0.0313,0.0625 0.19686,0.005 0.40053,-0.0167 0.59375,-0.0313 -0.19023,-0.0261 -0.37567,-0.039 -0.5625,-0.0313 l 5e-5,10e-5 z m 2.78125,0.21875 c -0.14219,0.006 -0.2642,0.0468 -0.40625,0.0625 0.65402,0.0921 0.99171,0.6953 1.71875,0.625 0.16682,-0.0309 0.33094,-0.0464 0.5,-0.0625 -0.11167,-0.0407 -0.21151,-0.0958 -0.3125,-0.15625 -0.10595,0.005 -0.20725,0.01 -0.3125,0 -0.40936,-0.035 -0.64885,-0.24056 -0.90625,-0.4375 -0.0927,-0.004 -0.18865,-0.0352 -0.28125,-0.0313 l 0,5e-5 z m 2.28125,0.40625 c -0.072,10e-4 -0.14679,0.0254 -0.21875,0.0313 0.0432,0.009 0.0772,0.0272 0.125,0.0313 0.15833,0.0145 0.30899,-0.0171 0.46875,-0.0313 -0.12245,-0.0226 -0.25224,-0.0334 -0.375,-0.0313 z m 0.96875,0.1875 c -0.0641,0.002 -0.12357,0.0276 -0.1875,0.0313 0.0927,0.006 0.18873,-0.008 0.28125,0 -0.0298,-0.0116 -0.0634,-0.0202 -0.0937,-0.0313 l -5e-5,0 z"
+ id="path82004"
+ clip-path="url(#clipPath4396-4-0)"
+ transform="matrix(1.3825125,0,0,1.3825125,-305.32593,-522.1271)" />
+ <path
+ inkscape:connector-curvature="0"
+ style="fill:url(#radialGradient82030);fill-opacity:1;stroke:none;display:inline"
+ d="m -203.09229,148.8459 c 24.68028,-4.71645 46.2944,-0.51197 68.23427,-0.45446 l 34.14392,-2.4194 -0.30313,14.12938 -102.37282,-0.59015 z"
+ id="path82006"
+ sodipodi:nodetypes="cccccc" />
+ </g>
+ <path
+ inkscape:connector-curvature="0"
+ id="path82008"
+ style="opacity:0.26315792;color:#000000;fill:url(#radialGradient82032);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+ d="m 65.721644,159.81043 40.178316,49.03653 c -1.02107,4.80894 -33.127292,39.78516 -33.127292,39.78516 L 47.828886,164.33579 z m 77.732016,-22.58834 c -0.26874,31.03893 -19.8432,43.99547 -30.87274,64.95546 L 73.075232,158.07018 z"
+ sodipodi:nodetypes="ccccccccc" />
+ <path
+ style="color:#000000;fill:none;stroke:#ffffff;stroke-width:7.25026941;stroke-miterlimit:4;stroke-opacity:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+ d="M 152.53125,131.03125 41.862708,163.7764 78.206458,290.1514 181.40625,260.0625 c 0.12404,-0.0349 0.24912,-0.0662 0.375,-0.0937 1.92537,-0.44434 5.41883,-2.16072 8.09375,-3.8125 0.15147,-0.0935 0.10383,-0.0955 0.25,-0.1875 L 187.09375,249.5 c -0.13818,-0.30316 -0.25321,-0.61687 -0.34375,-0.9375 z"
+ id="path82010"
+ inkscape:connector-curvature="0"
+ sodipodi:nodetypes="cccccccccc" />
+ </g>
+ </g>
+ </g>
+ <g
+ transform="matrix(0.10518489,0,0,0.10518489,299.75703,161.8366)"
+ id="g82035">
+ <g
+ id="g82037">
+ <g
+ transform="matrix(-0.93231771,0.36164028,0.36164028,0.93231771,121.94775,-121.15174)"
+ id="g82039"
+ style="display:inline;enable-background:new" />
+ <g
+ transform="matrix(0.99296858,0.11837823,-0.11837823,0.99296858,79.620489,-60.276111)"
+ id="g82041">
+ <path
+ inkscape:connector-curvature="0"
+ style="opacity:0.3;fill-rule:nonzero;stroke:none"
+ d="m 96.057801,197.62401 17.515329,-31.28833 -6.94768,1.96128 -10.567539,29.32695 -1.1e-4,1e-4 z"
+ id="path82043"
+ mask="none"
+ clip-path="none" />
+ <g
+ id="g82045"
+ transform="translate(0,1.0368843)" />
+ <path
+ inkscape:connector-curvature="0"
+ id="path82047"
+ d="M 196.59785,261.2266 C 158.0319,277.09795 116.69999,285.97249 76.580746,297.29485 L 37.568823,158.81442 157.28438,125.02884 c 13.85376,44.87539 23.75495,91.86248 39.31347,136.19776 z"
+ style="color:#000000;fill:url(#linearGradient82097);fill-opacity:1;fill-rule:nonzero;stroke:url(#linearGradient82099);stroke-width:9.50706863;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+ mask="none"
+ clip-path="none"
+ sodipodi:nodetypes="ccccc" />
+ <path
+ inkscape:connector-curvature="0"
+ id="path82049"
+ d="M 177.89611,230.92829 74.980588,259.97585 47.965623,164.76109 150.89304,135.71089 z"
+ style="color:#000000;fill:url(#linearGradient82101);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.62650001;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+ mask="none"
+ clip-path="none"
+ sodipodi:nodetypes="ccccc" />
+ <path
+ style="color:#000000;fill:#5d1616;fill-opacity:1;stroke:none;stroke-width:2.7650249;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+ d="m 63.381265,221.33742 0.631168,-0.67134 0.99513,-4.18247 2.703526,2.63649 3.087659,-1.12747 -0.09797,-2.89517 3.153832,2.5076 4.374969,-0.0344 2.093389,4.75996 2.669151,-1.73848 -3.898035,-11.06418 18.526808,-5.05988 2.12604,5.72502 4.503018,-1.28904 -0.83788,-2.92697 3.21658,-0.67716 1.61129,5.62877 7.72128,1.44371 -4.15412,-8.55486 4.2435,-5.59957 -0.8396,-6.33687 2.35119,5.66057 7.3999,2.02291 2.57979,12.41595 c 0,0 3.82842,0.60928 2.99141,-0.61273 -0.83701,-1.222 -3.05931,-6.43226 -3.05931,-6.43226 l 5.98283,-1.22544 -4.67318,-17.1759 3.24835,-1.41708 -3.3214,-15.85766 5.41221,15.50274 3.28188,1.25294 1.67746,9.26383 6.59382,-1.64394 1.74105,7.78402 3.37727,-0.96677 c 0,0 -4.79692,-7.39645 -3.44602,-7.78316 1.35091,-0.38672 6.36867,-1.5795 6.36867,-1.5795 l 2.48096,7.81582 7.81583,-2.48096 -1.38786,-9.10314 -4.79864,-10.80637 3.37553,-4.37669 16.69298,58.31402 -103.190188,29.61014 z"
+ id="path82051"
+ inkscape:connector-curvature="0"
+ sodipodi:nodetypes="ccccccccccccccccccccccccscccccccccccsccccccccc" />
+ <path
+ inkscape:connector-curvature="0"
+ id="path82053"
+ transform="matrix(1.3825125,0,0,1.3825125,-30.205823,-31.335013)"
+ style="opacity:0.26315792;color:#000000;fill:url(#radialGradient82103);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+ d="m 120.75,120.5 -12.5,40.75 c 0,0 19.5,13.75 28.75,15.25 9.25,1.5 14.25,1.5 14.25,1.5 L 134,116.75 z m -55.5,15 36.75,23 14.75,-37.25 z" />
+ <path
+ style="opacity:0.26315792;color:#000000;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;marker:none;visibility:visible;display:inline;overflow:visible;filter:url(#filter5597);enable-background:accumulate"
+ d="m 63,173.5 16.5,58 60,-16 C 110.34106,211.86701 84.170728,199.76627 63,173.5 z"
+ id="path82055"
+ inkscape:connector-curvature="0"
+ transform="matrix(1.3825125,0,0,1.3825125,-32.279592,-30.643757)"
+ sodipodi:nodetypes="cccc" />
+ <path
+ sodipodi:type="inkscape:offset"
+ inkscape:radius="-9.0882635"
+ inkscape:original="M 157.28125 125.03125 L 37.5625 158.8125 L 76.59375 297.28125 C 116.71299 285.95889 158.0278 277.0901 196.59375 261.21875 C 181.03523 216.88347 171.13501 169.90664 157.28125 125.03125 z "
+ xlink:href="#path81808"
+ style="color:#000000;fill:none;stroke:#ffffff;stroke-width:9.50706863;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+ id="path82057"
+ inkscape:href="#path81808"
+ d="m 151.0625,136.25 -102.28125,28.84375 34.125,121.0625 C 117.69159,276.63143 152.60586,268.3845 185.21875,255.875 171.9746,216.21268 162.65597,175.33839 151.0625,136.25 z" />
+ </g>
+ <g
+ id="g82059"
+ transform="matrix(-0.9915583,0.29068457,0.29068457,0.9915583,146.33158,-123.14231)">
+ <path
+ clip-path="none"
+ mask="none"
+ id="path82061"
+ d="m 96.057801,197.62401 17.515329,-31.28833 -6.94768,1.96128 -10.567539,29.32695 -1.1e-4,1e-4 z"
+ style="opacity:0.3;fill-rule:nonzero;stroke:none"
+ inkscape:connector-curvature="0" />
+ <path
+ sodipodi:nodetypes="ccccc"
+ clip-path="none"
+ mask="none"
+ style="color:#000000;fill:url(#linearGradient82105);fill-opacity:1;fill-rule:nonzero;stroke:url(#linearGradient82107);stroke-width:9.20078754;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+ d="m 198.88451,264.72541 c 0,0 -82.42233,23.49042 -124.035738,35.62303 L 33.608827,159.3693 156.66742,122.97489 z"
+ id="path82063"
+ inkscape:connector-curvature="0" />
+ <path
+ sodipodi:nodetypes="cccc"
+ transform="matrix(1.3825125,0,0,1.3825125,-32.279592,-30.643757)"
+ inkscape:connector-curvature="0"
+ id="path82065"
+ d="m 63,173.5 16.5,58 60,-16 C 110.34106,211.86701 84.170728,199.76627 63,173.5 z"
+ style="opacity:0.26315792;color:#000000;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;marker:none;visibility:visible;display:inline;overflow:visible;filter:url(#filter5597);enable-background:accumulate" />
+ <g
+ transform="matrix(-1.033868,0.29618128,0.29618128,1.033868,-77.890924,123.32847)"
+ id="g82067"
+ style="display:inline;enable-background:new">
+ <rect
+ ry="0"
+ rx="0"
+ y="67.252876"
+ x="-203.36664"
+ height="92.561699"
+ width="102.24124"
+ id="rect82069"
+ style="fill:url(#linearGradient82109);fill-opacity:1;stroke:none;display:inline"
+ inkscape:r_cx="true"
+ inkscape:r_cy="true" />
+ <g
+ transform="matrix(1.3825125,0,0,1.3825125,-317.76856,-520.74458)"
+ clip-path="url(#clipPath4719-3-3)"
+ id="g82071"
+ style="display:inline">
+ <path
+ transform="matrix(1.71312,0,0,1.37852,-77.8045,-183.178)"
+ d="m 124.80435,483.02795 c 0,7.73727 -6.2723,14.00956 -14.00956,14.00956 -7.73726,0 -14.009551,-6.27229 -14.009551,-14.00956 0,-7.73726 6.272291,-14.00955 14.009551,-14.00955 7.73726,0 14.00956,6.27229 14.00956,14.00955 z"
+ sodipodi:ry="14.009553"
+ sodipodi:rx="14.009553"
+ sodipodi:cy="483.02795"
+ sodipodi:cx="110.79479"
+ id="path82073"
+ style="fill:#b6cee7;fill-opacity:1;stroke:none;display:inline;filter:url(#filter4709-1-0)"
+ sodipodi:type="arc" />
+ <g
+ id="g82075">
+ <path
+ transform="matrix(1.14208,0,0,1.14208,-14.5363,-68.6555)"
+ d="m 124.80435,483.02795 c 0,7.73727 -6.2723,14.00956 -14.00956,14.00956 -7.73726,0 -14.009551,-6.27229 -14.009551,-14.00956 0,-7.73726 6.272291,-14.00955 14.009551,-14.00955 7.73726,0 14.00956,6.27229 14.00956,14.00955 z"
+ sodipodi:ry="14.009553"
+ sodipodi:rx="14.009553"
+ sodipodi:cy="483.02795"
+ sodipodi:cx="110.79479"
+ id="path82077"
+ style="fill:#b6cee7;fill-opacity:1;stroke:none"
+ sodipodi:type="arc" />
+ <path
+ transform="matrix(0.994857,0,0,0.994857,1.775,2.45615)"
+ d="m 124.80435,483.02795 c 0,7.73727 -6.2723,14.00956 -14.00956,14.00956 -7.73726,0 -14.009551,-6.27229 -14.009551,-14.00956 0,-7.73726 6.272291,-14.00955 14.009551,-14.00955 7.73726,0 14.00956,6.27229 14.00956,14.00955 z"
+ sodipodi:ry="14.009553"
+ sodipodi:rx="14.009553"
+ sodipodi:cy="483.02795"
+ sodipodi:cx="110.79479"
+ id="path82079"
+ style="fill:#e0eaf5;fill-opacity:1;stroke:none;display:inline;filter:url(#filter4608-6-0)"
+ sodipodi:type="arc" />
+ </g>
+ </g>
+ <path
+ id="path82081"
+ d="m 28.9999,47.93738 c -5.0025,0 -9.0625,4.06 -9.0625,9.0625 0,0.2919 0,0.5902 0.031,0.875 l 18.0625,0 c 0.027,-0.2848 0.031,-0.5831 0.031,-0.875 0,-5.0025 -4.06,-9.0625 -9.0625,-9.0625 l -10e-5,0 z"
+ style="fill:#ffffff;fill-opacity:1;stroke:none;display:inline;filter:url(#filter4616-8-2)"
+ inkscape:connector-curvature="0"
+ transform="matrix(1.3825125,0,0,1.3825125,-203.01988,68.205885)" />
+ <path
+ sodipodi:nodetypes="cccccc"
+ id="path82083"
+ d="m -203.96945,149.71232 c 24.68028,-4.71645 47.17156,-1.37839 69.11143,-1.32088 l 34.14392,-2.4194 -0.30134,13.83878 -102.37461,-0.29955 z"
+ style="fill:url(#linearGradient82111);fill-opacity:1;stroke:none;display:inline"
+ inkscape:connector-curvature="0" />
+ <path
+ id="path82085"
+ d="m -195.54573,76.198439 c 6.84634,4.363485 13.96019,3.262729 19.09595,8.683837 0.28825,0.304429 0.5743,0.571531 0.86407,0.86407 -1.26127,0.01825 -4.64759,-0.891305 -8.03585,-0.302355 -2.82033,0.490101 -5.56614,-0.766327 -8.89993,1.425647 3.88293,-1.627079 6.99372,-0.575817 10.10963,-0.993612 2.42907,-0.32572 6.71832,0.837388 9.4615,2.419397 4.42293,4.036936 8.38936,6.917263 9.20241,9.720721 1.0391,3.582506 1.28657,14.069966 1.33924,18.404696 -0.46964,-0.37881 -0.91328,-0.78043 -1.33924,-1.2097 -0.95269,-0.98601 -1.86321,-2.04294 -2.98111,-2.85143 -1.07407,-0.77891 -2.18796,-1.4945 -3.06738,-2.5058 -0.91923,-1.23998 -2.00063,-2.34613 -3.02424,-3.49942 -0.97592,-0.99873 -2.01363,-1.93095 -2.93784,-2.98111 -0.85094,-1.04711 -1.84718,-1.96759 -3.02425,-2.63535 -1.07255,-0.65351 -2.18824,-1.38707 -3.49955,-1.339373 -0.656,-0.109357 -1.32556,-0.264337 -1.81455,-0.734391 -0.82619,-0.610794 -1.83086,-0.986284 -2.85143,-1.080157 l 0.17281,0.08641 c 1.25933,0.338577 2.32511,1.135734 3.32674,1.944227 1.14002,0.568214 2.58558,0.471574 3.49942,1.468914 0.97412,1.02873 2.43419,1.58104 3.15392,2.85143 0.2895,0.48416 0.62172,0.91882 0.99361,1.33924 -0.97232,0.38573 -1.90648,1.74474 -2.59221,2.20345 -1.7945,1.20044 -6.37213,-3.79845 -10.36884,-3.32674 2.88323,-0.0648 7.95664,3.46804 8.9432,3.75878 0.77199,0.22756 -2.30382,2.90825 -4.66598,4.19067 2.09782,-0.59628 5.49866,-3.48006 6.1349,-3.6291 0.79867,-0.18691 1.60661,-2.69202 3.36987,-2.33299 0.36899,0.39043 0.74628,0.79163 1.08002,1.2097 0.95822,1.07892 1.91588,2.12949 2.72189,3.32674 1.17735,1.46795 2.7024,2.59622 3.97472,3.97473 1.03288,1.07877 1.92875,2.2752 2.89457,3.413 1.2903,1.55519 2.59815,3.11093 3.88832,4.66598 0.58272,1.20652 1.42647,2.2264 2.28985,3.24034 0.9202,1.05071 1.81054,2.15367 2.5058,3.36987 0.82827,1.23237 1.53943,2.54576 2.07377,3.93145 0.42623,1.31104 0.669,2.6565 0.86407,4.018 0.26337,1.43366 0.48209,2.90203 0.34563,4.36348 -0.20157,2.17262 -0.42374,4.34966 -0.60485,6.5238 -0.0304,1.08431 -0.16783,2.24147 0.34563,3.2402 1.22449,0.77517 2.6876,0.95642 4.10427,1.03688 1.19725,-0.0326 2.3869,-0.31051 3.41314,-0.95048 0.44102,-0.22438 0.87638,-0.68392 0.64799,-1.20969 -0.25798,-1.40657 -0.55702,-2.80844 -0.69126,-4.23395 -0.18581,-1.59362 -0.35904,-3.19498 -0.47517,-4.79552 -0.13687,-1.51399 -0.2053,-3.01747 -0.25922,-4.53644 0.0442,-1.38514 0.10645,-2.81465 0.51844,-4.14753 0.4489,-1.30261 0.90126,-3.01858 1.72814,-4.10427 1.17624,-1.44168 2.92567,-2.09616 4.27708,-3.36987 1.13947,-0.99182 2.33465,-1.92142 3.41315,-2.98112 1.04919,-0.98573 2.25847,-3.00143 3.19706,-4.10426 1.05402,-1.115 2.0598,-1.24219 3.06738,-2.24658 0.26226,-0.17931 0.536,-0.35655 0.82093,-0.51844 0.73149,-0.37038 1.43933,-0.79619 2.37612,-0.86408 0.96818,0.0549 1.92723,-0.26281 2.89471,-0.12954 0.9679,0.0773 1.42302,1.00772 2.46253,0.90721 0.91992,-0.17033 1.86943,-0.16618 2.8083,-0.0864 -0.2978,-0.11544 -0.6166,-0.21346 -0.95048,-0.25922 -0.67716,-0.12498 -1.35998,0.10479 -2.03063,0.0433 -0.87375,-0.0747 -1.14873,-0.76923 -1.90096,-0.99361 -0.91578,-0.16024 -1.87939,0.14004 -2.80816,0.0864 -0.74407,-0.1019 -1.45896,0.0629 -2.20345,0.0433 1.05638,-1.55298 1.99538,-3.38329 3.11066,-4.66598 1.85229,-1.72082 4.12956,-3.43168 5.57332,-4.10441 1.92432,-0.89656 3.29674,0.21872 5.8324,-1.03688 -2.81991,1.18993 -4.53533,-0.38323 -7.86304,1.55533 -1.83362,1.05416 -3.05867,1.64048 -4.10426,2.37626 -2.19557,-1.85962 -0.97398,-8.380375 -2.89471,-12.140256 0.11475,-0.132444 0.17282,-0.286594 0.17282,-0.475169 2.13487,-0.910108 5.33014,-0.865176 7.38787,-0.475308 2.50152,0.474064 1.57993,0.964026 2.85143,1.036884 1.11749,0.06415 3.06005,1.152325 4.6227,1.771414 1.6904,0.66955 2.12686,-0.02917 5.3141,1.684868 -2.28833,-1.549106 -4.63017,-1.565281 -4.96847,-1.944089 1.03094,-3.358814 5.24816,-3.991867 6.99897,-7.171784 -2.43917,3.58444 -5.60318,3.234803 -7.30132,7.042104 -1.69566,-0.475584 -3.37692,-1.234445 -4.23394,-1.771275 2.07086,-2.591934 -2.33161,-9.93985 -2.46267,-12.442612 -0.15277,3.336141 3.91361,8.08355 1.72814,12.183391 -4.37953,-1.740169 -7.94973,-1.090664 -10.28244,-0.561715 -0.0871,-0.05876 -0.19493,-0.111154 -0.30235,-0.129541 -1.91464,-2.821847 -1.31726,-4.901837 -3.45628,-7.992581 1.18868,2.813689 1.42495,5.826598 2.59221,8.251802 0.0276,0.05793 0.0594,0.114334 0.0871,0.172814 -0.0525,0.10355 -0.0871,0.22134 -0.0871,0.345628 0,0.313139 0.20392,0.576508 0.47517,0.691256 1.2791,3.76154 0.80531,8.478119 1.12329,11.967439 -3.23425,-5.30774 -7.12837,-5.39497 -9.37509,-14.170744 1.86514,10.741294 10.26957,11.701164 8.12226,18.447824 -1.64409,1.71335 -4.30957,4.61207 -5.57333,5.87568 -1.05458,0.93831 -2.20621,1.75358 -3.36987,2.54908 -1.21163,0.90402 -1.10159,1.56666 -2.37612,2.37612 -0.9502,0.63969 -3.10803,1.32984 -3.93159,1.98736 -1.07712,0.86007 -1.67326,2.03202 -2.59221,3.19706 -0.48955,0.6625 -1.71363,0.8497 -2.16018,1.72814 -0.45471,-1.84192 -1.77819,-5.26571 -4.27708,-6.69647 -1.23513,-0.70729 -2.61972,-1.98902 -3.62909,-3.06752 -0.22452,-0.23475 -0.44434,-0.43853 -0.69126,-0.64798 -1.71639,-4.14851 -1.90109,-9.27542 -2.28985,-13.91153 0.1341,-0.12747 0.24097,-0.26379 0.3889,-0.3889 0.74199,-0.55992 1.42592,-1.188 2.67861,-1.55533 1.38749,-0.27194 2.27078,0.46369 3.71551,0.25922 1.40366,-0.25259 2.56041,-1.47168 3.93145,-1.90095 1.15274,-0.44974 2.86871,-0.19107 4.23394,-0.43204 -1.58712,0.0774 -3.13139,-0.20461 -4.66598,0.25922 -1.27094,0.22397 -2.0269,1.54371 -3.24019,1.5986 -1.39302,0.1641 -2.25419,-0.56254 -3.58596,-0.30249 -1.11071,0.15774 -2.01723,0.54927 -3.06738,0.77766 -0.13273,-0.0845 -0.57084,0.0686 -0.56172,-0.0864 -0.0857,-0.78208 -0.1771,-1.55864 -0.30235,-2.28971 -0.0829,-5.387238 5.90816,-3.553335 7.12851,-4.493167 0.80379,-0.618951 5.32903,-4.215972 9.33196,-5.05488 -4.74907,0.856743 -9.53823,4.473948 -9.07274,3.32674 0.59503,-1.466017 1.05126,-10.946734 3.93159,-14.343567 -4.46911,4.338048 -2.67848,14.651314 -5.91895,15.639672 -1.58893,0.484709 -5.4583,-0.01466 -6.1349,1.900955 -0.14489,-0.413233 -0.2931,-0.791627 -0.47517,-1.166564 -1.17293,-2.414835 -4.43524,-5.0723 -7.90631,-8.078988 -0.34162,-1.691228 2.36216,-2.230684 2.63548,-2.937839 0.21152,-0.547199 3.34789,-3.302546 4.14754,-5.098015 -1.49561,1.971739 -4.39515,4.455838 -4.53644,3.758637 -0.18042,-0.890891 -3.08549,-5.636366 -2.72175,-8.165396 -0.8761,3.474531 3.47342,7.895529 2.1169,9.375094 -0.55895,0.609688 -2.16806,1.38348 -2.50581,2.289855 -1.67712,-1.473481 -3.34457,-3.01443 -4.88192,-4.709252 -4.49469,-4.954925 -7.94323,-2.808851 -19.78721,-7.819767 l 0,-2.76e-4 0,0 z"
+ style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:none;display:inline"
+ inkscape:connector-curvature="0" />
+ <path
+ id="path82087"
+ d="m -137.01768,149.60114 c -1.08931,0.0664 -2.17479,0.22535 -2.81104,0.86407 0.0252,0.82315 0.63823,1.7851 1.13122,2.67862 0.99606,1.6456 2.00399,3.28029 3.01673,4.9252 l 5.45074,0 c -0.46863,-1.05859 -0.90183,-2.14303 -1.33702,-3.19706 -0.51043,-1.17486 -0.89865,-2.34004 -1.30267,-3.49942 -0.0461,-0.43328 -0.5813,-0.80877 -1.02843,-0.99375 -1.09118,-0.52743 -2.15549,-0.7507 -3.11953,-0.77766 z"
+ style="opacity:0.79729698;fill:url(#linearGradient82113);fill-opacity:1;fill-rule:evenodd;stroke:none;display:inline"
+ inkscape:connector-curvature="0" />
+ <path
+ transform="matrix(1.3825125,0,0,1.3825125,-305.32593,-522.1271)"
+ clip-path="url(#clipPath4396-4-0)"
+ id="path82089"
+ d="m 80.40625,432.78125 c 4.95211,3.15625 10.09773,2.36004 13.8125,6.28125 0.16682,0.1761 0.33306,0.33512 0.5,0.5 0.47081,0.0642 0.86634,0.12875 1.125,0.125 -0.20957,-0.21165 -0.41647,-0.40488 -0.625,-0.625 -3.01825,-3.18598 -6.9951,-3.26716 -11.03125,-4.875 -0.03474,-0.0138 -0.059,-0.0484 -0.09375,-0.0625 -1.10179,-0.36006 -2.29362,-0.75403 -3.6875,-1.34375 z m 18.125,0.625 c -0.63373,2.51321 2.51245,5.71105 1.53125,6.78125 -0.28982,0.31612 -0.95433,0.69532 -1.40625,1.125 0.12002,0.10757 0.25465,0.20603 0.375,0.3125 0.45504,-0.64981 1.60175,-0.96015 1.75,-1.34375 0.0395,-0.1023 0.21224,-0.3176 0.46875,-0.59375 0.007,-0.15893 -0.013,-0.33834 -0.0625,-0.53125 -0.36749,0.24581 -0.65336,0.32478 -0.6875,0.15625 -0.13053,-0.6444 -2.23183,-4.07697 -1.96875,-5.90625 z m 15.125,3 c -3.23258,3.13778 -1.93744,10.59758 -4.28125,11.3125 -0.87305,0.26631 -2.67739,0.13373 -3.71875,0.65625 0.10564,0.23081 0.1924,0.46561 0.28125,0.71875 0.48934,-1.38565 3.28817,-1.02442 4.4375,-1.375 0.40212,-0.12266 0.70836,-0.4424 0.9375,-0.90625 -0.37324,0.16279 -0.58924,0.18863 -0.5,-0.0313 0.43039,-1.06043 0.76035,-7.91801 2.84375,-10.375 l 0,5e-5 z m -9.875,0.1875 c -0.65633,0.8653 -1.67467,1.86478 -2.40625,2.40625 0.035,0.0884 0.11425,0.25945 0.125,0.3125 0.006,0.0315 0.01,0.0483 0.0313,0.0625 0.76016,-0.80336 1.86771,-1.92287 2.25,-2.78125 l -5e-5,0 z m 31.15625,1.28125 c -0.10681,2.33068 2.61199,5.60659 1.375,8.5 0.1879,0.0583 0.37002,0.14826 0.5625,0.21875 1.03088,-2.07763 -1.84715,-6.99222 -1.9375,-8.71875 z m -44.09375,1.4375 c -0.58853,-0.002 -1.19981,0.0498 -1.8125,0.15625 -0.24454,0.0425 -0.47494,0.0811 -0.71875,0.0937 0.57324,0.0163 1.14758,0.006 1.71875,-0.0937 0.3802,-0.0661 0.75059,-0.10454 1.125,-0.125 -0.10937,-0.003 -0.20125,-0.031 -0.3125,-0.0313 l 0,5e-5 z m -4.90625,0.21875 c -1.05294,0.0153 -2.13802,0.17596 -3.34375,0.96875 0.73581,-0.30835 1.4245,-0.46615 2.09375,-0.5625 0.66231,-0.25997 1.29099,-0.37458 1.90625,-0.40625 -0.21749,-0.006 -0.43522,-0.003 -0.65625,0 z M 91.625,439.75 c -0.16769,-0.002 -0.31622,0.0195 -0.46875,0.0313 1.75151,0.14017 4.01985,0.84237 5.59375,1.75 3.19912,2.92004 6.06811,5.00342 6.65625,7.03125 0.69343,2.39084 0.87982,8.89902 0.9375,12.375 0.0202,0.021 0.0422,0.0415 0.0625,0.0625 0.30813,0.3105 0.62898,0.60098 0.96875,0.875 -0.0381,-3.13547 -0.21719,-10.72125 -0.96875,-13.3125 -0.58814,-2.02783 -3.45713,-4.11121 -6.65625,-7.03125 -1.7362,-1.00123 -4.32697,-1.76239 -6.125,-1.78125 l 0,-5e-5 z m -4.5,0.0625 c 0.65921,0.0186 1.30134,0.0547 1.9375,0.0313 -0.6308,-0.0149 -1.27239,-0.0416 -1.9375,-0.0313 z m 38.90625,0.59375 c 0.85981,2.03517 1.03075,4.21454 1.875,5.96875 0.0201,0.0419 0.0431,0.0827 0.0625,0.125 -0.0386,0.0749 -0.0625,0.16002 -0.0625,0.25 0,0.22641 0.14749,0.41694 0.34375,0.5 0.75795,2.22902 0.68188,4.89913 0.75,7.1875 0.35884,0.43277 0.71896,0.90498 1.0625,1.46875 -0.081,-0.88874 -0.10567,-1.89754 -0.125,-2.9375 -0.22118,-1.90879 -0.22993,-4.24515 -1.0625,-5.875 0.0353,-0.0409 0.0733,-0.0777 0.0937,-0.125 -0.004,-0.008 0.004,-0.0227 0,-0.0313 -0.0255,-0.0612 -0.0625,-0.11723 -0.0625,-0.1875 0,-0.09 0.024,-0.17511 0.0625,-0.25 -0.0194,-0.0423 -0.0424,-0.0831 -0.0625,-0.125 -0.0198,-0.0411 -0.0434,-0.0834 -0.0625,-0.125 -0.0287,0.006 -0.0655,0.0249 -0.0937,0.0313 -0.0628,-0.0425 -0.14103,-0.0804 -0.21875,-0.0937 -1.38487,-2.04113 -0.95284,-3.54566 -2.5,-5.78125 l 0,-5e-5 0,0 z m 19.03125,2.65625 c -1.69758,2.49457 -3.86818,2.37373 -5.125,4.8125 0.0526,0.0186 0.10315,0.0444 0.15625,0.0625 0.89869,-2.16469 3.75785,-2.67569 4.96875,-4.875 z m -27.6875,1.3125 c -2.19466,0.39587 -4.28042,1.54971 -5.5,2.15625 -0.0203,0.0759 -0.0419,0.19937 -0.0625,0.25 -0.0928,0.22874 0.15792,0.18098 0.5625,0 1.35368,-0.92023 3.20812,-2.03073 5,-2.40625 z m 4.90625,1.28125 c 1.34906,7.76942 7.42824,8.46368 5.875,13.34375 -1.18921,1.23925 -3.11722,3.33597 -4.03125,4.25 -0.76285,0.67868 -1.59581,1.26835 -2.4375,1.84375 -0.87643,0.65389 -0.79689,1.13319 -1.71875,1.71875 -0.68733,0.46263 -2.24808,0.96188 -2.84375,1.4375 -0.77914,0.62211 -1.21036,1.46972 -1.875,2.3125 -0.17709,0.23959 -0.47526,0.38932 -0.78125,0.5625 0.0747,0.23312 0.17111,0.49452 0.21875,0.6875 0.32292,-0.63542 1.20833,-0.77083 1.5625,-1.25 0.66464,-0.84278 1.09586,-1.69039 1.875,-2.3125 0.59567,-0.47562 2.15642,-0.97487 2.84375,-1.4375 0.92186,-0.58556 0.84232,-1.06486 1.71875,-1.71875 0.84169,-0.5754 1.67465,-1.16507 2.4375,-1.84375 0.91403,-0.91403 2.84204,-3.01075 4.03125,-4.25 0.39409,-1.23817 0.2929,-2.21057 -0.0937,-3.09375 -0.005,-0.008 0.005,-0.0235 0,-0.0313 -2.33668,-3.81627 -5.15947,-3.88386 -6.78125,-10.21875 l -5e-5,5e-5 0,0 z m 9.625,0.21875 c -0.92497,0.006 -1.69874,0.11176 -2.40625,0.25 0.0135,0.0204 0.0173,0.042 0.0313,0.0625 0.0777,0.0133 0.1559,0.0513 0.21875,0.0937 0.73442,-0.16654 1.63943,-0.32515 2.6875,-0.375 -0.17873,-0.007 -0.35939,-0.0323 -0.53125,-0.0313 l -5e-5,10e-5 z m 0.78125,0.34375 c -0.0732,0.003 -0.1456,0.0269 -0.21875,0.0313 0.67709,0.016 1.33761,0.0544 1.875,0.15625 1.80941,0.34285 1.14282,0.69721 2.0625,0.75 0.8083,0.0464 2.21338,0.8335 3.34375,1.28125 1.22261,0.48428 1.53834,-0.0211 3.84375,1.21875 -1.65524,-1.12051 -3.34913,-1.13223 -3.59375,-1.40625 0.0129,-0.0419 0.017,-0.0842 0.0313,-0.125 -0.0649,-0.0291 -0.12217,-0.0641 -0.1875,-0.0937 -0.0207,0.0437 -0.0423,0.0797 -0.0625,0.125 -1.00669,-0.2824 -1.9875,-0.7062 -2.65625,-1.0625 -0.18654,-0.0477 -0.28433,-0.1223 -0.40625,-0.21875 -0.0974,-0.077 -0.24506,-0.15717 -0.5,-0.25 -0.0108,0.0211 -0.02,0.0415 -0.0313,0.0625 -0.24588,-0.0977 -0.48007,-0.17228 -0.71875,-0.25 -0.0468,-0.01 -0.0744,-0.0217 -0.125,-0.0313 -0.74419,-0.14102 -1.69938,-0.22641 -2.65625,-0.1875 l 0,-5e-5 z M 86.625,448.25 l 0.125,0.0625 c 0.9109,0.24481 1.68179,0.8215 2.40625,1.40625 0.82464,0.41098 1.87022,0.34115 2.53125,1.0625 0.70456,0.74408 1.76065,1.14357 2.28125,2.0625 0.20942,0.35023 0.44974,0.66458 0.71875,0.96875 -0.70331,0.27896 -1.37908,1.26201 -1.875,1.59375 -0.0184,0.0123 -0.0433,0.0207 -0.0625,0.0313 0.26674,0.0829 0.5096,0.12431 0.71875,0.0937 0.35283,-0.4495 0.78212,-0.98745 1.375,-1.09375 0.27247,-0.26266 0.5507,-0.50877 0.84375,-0.625 -0.26901,-0.30417 -0.50933,-0.61852 -0.71875,-0.96875 -0.5206,-0.91893 -1.57669,-1.31842 -2.28125,-2.0625 -0.66103,-0.72135 -1.70661,-0.65152 -2.53125,-1.0625 -0.06827,-0.0551 -0.14958,-0.10156 -0.21875,-0.15625 -0.45456,-0.0788 -0.91165,-0.20596 -1.25,-0.53125 -0.59769,-0.44175 -1.32432,-0.71337 -2.0625,-0.78125 z m 28.3125,3.0625 c -0.5615,-0.002 -1.13254,0.0198 -1.6875,0.1875 -0.8619,0.15181 -1.40092,0.98682 -2.1875,1.125 0.15712,0.0284 0.29573,0.0585 0.46875,0.0625 0.008,-0.004 0.0232,0.004 0.0313,0 0.66399,-0.34171 1.29896,-0.84303 2,-1.0625 0.29196,-0.11393 0.63652,-0.16173 1,-0.1875 0.45253,-0.0986 0.91776,-0.12668 1.375,-0.125 -0.33672,-0.005 -0.66726,10e-4 -1,0 l -5e-5,0 z m -6.28125,1.09375 c -0.11119,0.004 -0.22334,0.008 -0.34375,0.0313 -0.58666,0.0833 -1.09791,0.25436 -1.625,0.40625 0.003,0.0315 -0.003,0.0623 0,0.0937 -0.007,0.11209 0.31024,10e-4 0.40625,0.0625 0.72887,-0.15857 1.36514,-0.40917 2.125,-0.53125 -0.18386,-0.0329 -0.36151,-0.0695 -0.5625,-0.0625 z m 0.75,0.375 c -0.11556,0.005 -0.24955,0.007 -0.375,0.0313 0.5303,0.0941 1.02742,0.28089 1.6875,0.1875 0.0423,-0.008 0.0833,-0.0213 0.125,-0.0313 -0.48738,-0.0785 -0.91748,-0.20805 -1.4375,-0.1875 z m -23.5625,0.1875 c -0.18337,-0.008 -0.35057,0.01 -0.53125,0.0313 2.08544,-0.0469 5.75517,2.50843 6.46875,2.71875 0.55836,0.16459 -1.66639,2.10357 -3.375,3.03125 1.32776,-0.37746 3.38761,-2.02266 4.1875,-2.5 0.01714,-0.0102 0.01528,-0.0221 0.03125,-0.0313 0.21446,-0.26888 0.31472,-0.45329 0.15625,-0.5 -0.0892,-0.0263 -0.23354,-0.0976 -0.40625,-0.1875 -1.40032,0.064 -4.06601,-2.46133 -6.53125,-2.5625 z m 53.78125,0.0625 c -0.88641,0.37401 -1.6291,0.38336 -2.375,0.375 0.46305,-0.0347 0.90399,-0.0303 1.34375,-0.0313 0.31369,-0.0695 0.65846,-0.15916 1.03125,-0.34375 l 0,5e-5 z m -2.375,0.375 c -0.97055,-0.0109 -1.9515,-0.0429 -3.3125,0.75 -0.98526,0.56636 -1.68584,0.93652 -2.3125,1.3125 0.1001,0.15403 0.21261,0.29518 0.34375,0.40625 0.43285,-0.30459 0.95516,-0.58877 1.53125,-0.90625 0.0447,-0.0331 0.0806,-0.0614 0.125,-0.0937 0.66035,-0.48117 1.29197,-0.8658 1.78125,-1.09375 0.34797,-0.16212 0.68254,-0.22024 1,-0.25 0.018,-0.004 0.0446,0.004 0.0625,0 0.27556,-0.0643 0.52793,-0.10604 0.78125,-0.125 l 0,-5e-5 z m -41.40625,1.03125 c -0.15346,0.0275 -0.30526,0.0776 -0.4375,0.15625 0.22223,0.23657 0.45596,0.46782 0.65625,0.71875 0.69303,0.78032 1.38577,1.54029 1.96875,2.40625 0.85162,1.06177 1.95474,1.87787 2.875,2.875 0.7471,0.7803 1.39506,1.64575 2.09375,2.46875 0.93323,1.12487 1.87928,2.25013 2.8125,3.375 0.42144,0.87267 1.03174,1.61036 1.65625,2.34375 0.66563,0.75999 1.30957,1.55781 1.8125,2.4375 0.59909,0.89138 1.1135,1.84141 1.5,2.84375 0.30827,0.94828 0.48395,1.92145 0.625,2.90625 0.19051,1.03702 0.34872,2.0991 0.25,3.15625 -0.14578,1.5715 -0.30651,3.14619 -0.4375,4.71875 -0.0217,0.7843 -0.12135,1.62135 0.25,2.34375 0.88575,0.56065 1.94401,0.69175 2.96875,0.75 0.15421,-0.004 0.31552,-0.0153 0.46875,-0.0313 -0.85535,-0.0774 -1.70207,-0.25325 -2.4375,-0.71875 -0.37135,-0.7224 -0.27171,-1.55945 -0.25,-2.34375 0.13099,-1.57256 0.29172,-3.14725 0.4375,-4.71875 0.0987,-1.05715 -0.0595,-2.11923 -0.25,-3.15625 -0.14105,-0.9848 -0.31673,-1.95797 -0.625,-2.90625 -0.3865,-1.00234 -0.90091,-1.95237 -1.5,-2.84375 -0.50293,-0.87969 -1.14687,-1.67751 -1.8125,-2.4375 -0.62451,-0.73339 -1.23481,-1.47108 -1.65625,-2.34375 -0.93322,-1.12487 -1.87927,-2.25013 -2.8125,-3.375 -0.69869,-0.823 -1.34665,-1.68845 -2.09375,-2.46875 -0.92026,-0.99713 -2.02338,-1.81323 -2.875,-2.875 -0.58298,-0.86596 -1.27572,-1.62593 -1.96875,-2.40625 -0.24141,-0.30245 -0.51438,-0.59268 -0.78125,-0.875 -0.15942,-0.0325 -0.29833,-0.0249 -0.4375,0 l 0,5e-5 z M 132.25,460 c -0.27801,0.006 -0.56326,0.0349 -0.84375,0.0625 0.10242,0.002 0.20882,0.017 0.3125,0.0313 0.3359,0.0194 0.69022,-0.0275 1.03125,-0.0625 -0.1656,-0.029 -0.331,-0.0347 -0.5,-0.0313 z m -2.09375,0.0625 c -0.0128,0.019 -0.0184,0.0436 -0.0313,0.0625 0.19686,0.005 0.40053,-0.0167 0.59375,-0.0313 -0.19023,-0.0261 -0.37567,-0.039 -0.5625,-0.0313 l 5e-5,10e-5 z m 2.78125,0.21875 c -0.14219,0.006 -0.2642,0.0468 -0.40625,0.0625 0.65402,0.0921 0.99171,0.6953 1.71875,0.625 0.16682,-0.0309 0.33094,-0.0464 0.5,-0.0625 -0.11167,-0.0407 -0.21151,-0.0958 -0.3125,-0.15625 -0.10595,0.005 -0.20725,0.01 -0.3125,0 -0.40936,-0.035 -0.64885,-0.24056 -0.90625,-0.4375 -0.0927,-0.004 -0.18865,-0.0352 -0.28125,-0.0313 l 0,5e-5 z m 2.28125,0.40625 c -0.072,10e-4 -0.14679,0.0254 -0.21875,0.0313 0.0432,0.009 0.0772,0.0272 0.125,0.0313 0.15833,0.0145 0.30899,-0.0171 0.46875,-0.0313 -0.12245,-0.0226 -0.25224,-0.0334 -0.375,-0.0313 z m 0.96875,0.1875 c -0.0641,0.002 -0.12357,0.0276 -0.1875,0.0313 0.0927,0.006 0.18873,-0.008 0.28125,0 -0.0298,-0.0116 -0.0634,-0.0202 -0.0937,-0.0313 l -5e-5,0 z"
+ style="opacity:0.49153197;fill:#729fcf;fill-opacity:1;fill-rule:evenodd;stroke:none;display:inline;filter:url(#filter4412-3-4)"
+ inkscape:connector-curvature="0" />
+ <path
+ sodipodi:nodetypes="cccccc"
+ id="path82091"
+ d="m -203.09229,148.8459 c 24.68028,-4.71645 46.2944,-0.51197 68.23427,-0.45446 l 34.14392,-2.4194 -0.30313,14.12938 -102.37282,-0.59015 z"
+ style="fill:url(#radialGradient82115);fill-opacity:1;stroke:none;display:inline"
+ inkscape:connector-curvature="0" />
+ </g>
+ <path
+ sodipodi:nodetypes="ccccccccc"
+ d="m 65.721644,159.81043 40.178316,49.03653 c -1.02107,4.80894 -33.127292,39.78516 -33.127292,39.78516 L 47.828886,164.33579 z m 77.732016,-22.58834 c -0.26874,31.03893 -19.8432,43.99547 -30.87274,64.95546 L 73.075232,158.07018 z"
+ style="opacity:0.26315792;color:#000000;fill:url(#radialGradient82117);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+ id="path82093"
+ inkscape:connector-curvature="0" />
+ <path
+ sodipodi:nodetypes="ccccc"
+ inkscape:connector-curvature="0"
+ id="path82095"
+ d="M 150.97104,133.88564 45.820751,165.01306 81.355637,288.62893 188.15302,258.45886 z"
+ style="color:#000000;fill:none;stroke:#ffffff;stroke-width:9.20078754;stroke-miterlimit:4;stroke-opacity:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
+ </g>
+ </g>
+ <g
+ id="g82119"
+ transform="translate(11.883836,408.80396)">
+ <g
+ style="display:inline;enable-background:new"
+ id="g82121"
+ transform="matrix(-0.93231771,0.36164028,0.36164028,0.93231771,121.94775,-121.15174)" />
+ <g
+ id="g82123"
+ transform="matrix(0.68951196,0.19925818,-0.19925818,0.68951196,82.673039,-34.626793)">
+ <path
+ clip-path="none"
+ mask="none"
+ id="path82125"
+ d="m 96.057801,197.62401 17.515329,-31.28833 -6.94768,1.96128 -10.567539,29.32695 -1.1e-4,1e-4 z"
+ style="opacity:0.3;fill-rule:nonzero;stroke:none"
+ inkscape:connector-curvature="0" />
+ <g
+ transform="translate(0,1.0368843)"
+ id="g82127" />
+ <path
+ sodipodi:nodetypes="ccccc"
+ clip-path="none"
+ mask="none"
+ style="color:#000000;fill:url(#linearGradient82179);fill-opacity:1;fill-rule:nonzero;stroke:url(#linearGradient82181);stroke-width:13.24609756;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+ d="M 196.59785,261.2266 C 158.0319,277.09795 116.69999,285.97249 76.580746,297.29485 L 37.568823,158.81442 157.28438,125.02884 c 13.85376,44.87539 23.75495,91.86248 39.31347,136.19776 z"
+ id="path82129"
+ inkscape:connector-curvature="0" />
+ <path
+ sodipodi:nodetypes="ccccc"
+ clip-path="none"
+ mask="none"
+ style="color:#000000;fill:url(#linearGradient82183);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.62650001;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+ d="M 177.89611,230.92829 74.980588,259.97585 47.965623,164.76109 150.89304,135.71089 z"
+ id="path82131"
+ inkscape:connector-curvature="0" />
+ <path
+ sodipodi:nodetypes="ccccccccccccccccccccccccscccccccccccsccccccccc"
+ inkscape:connector-curvature="0"
+ id="path82133"
+ d="m 64.760305,226.10946 0.631168,-0.67134 0.99513,-4.18247 2.703526,2.63649 3.087659,-1.12747 -0.09797,-2.89517 3.153832,2.5076 4.374969,-0.0344 2.093389,4.75996 2.669151,-1.73848 -3.898035,-11.06418 18.526808,-5.05988 2.126038,5.72502 4.50302,-1.28904 -0.83788,-2.92697 3.21658,-0.67716 1.61129,5.62877 7.72128,1.44371 -4.15412,-8.55486 4.2435,-5.59957 -0.8396,-6.33687 2.35119,5.66057 7.3999,2.02291 2.57979,12.41595 c 0,0 3.82842,0.60928 2.99141,-0.61273 -0.83701,-1.222 -3.05931,-6.43226 -3.05931,-6.43226 l 5.98283,-1.22544 -4.67318,-17.1759 3.24835,-1.41708 -3.3214,-15.85766 5.41221,15.50274 3.28188,1.25294 1.67746,9.26383 6.59382,-1.64394 1.74105,7.78402 3.37727,-0.96677 c 0,0 -4.79692,-7.39645 -3.44602,-7.78316 1.35091,-0.38672 6.36867,-1.5795 6.36867,-1.5795 l 2.48096,7.81582 7.81583,-2.48096 -1.38786,-9.10314 -4.79864,-10.80637 3.37553,-4.37669 16.69298,58.31402 -103.190188,29.61014 z"
+ style="color:#000000;fill:#5d1616;fill-opacity:1;stroke:none;stroke-width:2.7650249;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
+ <path
+ d="m 120.75,120.5 -12.5,40.75 c 0,0 19.5,13.75 28.75,15.25 9.25,1.5 14.25,1.5 14.25,1.5 L 134,116.75 z m -55.5,15 36.75,23 14.75,-37.25 z"
+ style="opacity:0.26315792;color:#000000;fill:url(#radialGradient82185);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+ transform="matrix(1.3825125,0,0,1.3825125,-30.205823,-31.335013)"
+ id="path82135"
+ inkscape:connector-curvature="0" />
+ <path
+ sodipodi:nodetypes="cccc"
+ transform="matrix(1.3825125,0,0,1.3825125,-32.279592,-30.643757)"
+ inkscape:connector-curvature="0"
+ id="path82137"
+ d="m 63,173.5 16.5,58 60,-16 C 110.34106,211.86701 84.170728,199.76627 63,173.5 z"
+ style="opacity:0.26315792;color:#000000;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;marker:none;visibility:visible;display:inline;overflow:visible;filter:url(#filter5597);enable-background:accumulate" />
+ <path
+ d="M 149.34375,139.28125 51.8125,166.8125 84.625,283.125 c 33.24879,-9.04606 66.4835,-17.04947 97.5,-28.71875 -12.63807,-38.32563 -21.75751,-77.57828 -32.78125,-115.125 z"
+ inkscape:href="#path81808"
+ id="path82139"
+ style="color:#000000;fill:none;stroke:#ffffff;stroke-width:13.24609756;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+ xlink:href="#path81808"
+ inkscape:original="M 157.28125 125.03125 L 37.5625 158.8125 L 76.59375 297.28125 C 116.71299 285.95889 158.0278 277.0901 196.59375 261.21875 C 181.03523 216.88347 171.13501 169.90664 157.28125 125.03125 z "
+ inkscape:radius="-11.571297"
+ sodipodi:type="inkscape:offset" />
+ </g>
+ <g
+ transform="matrix(-0.70323365,0.19968885,0.20615951,0.6811615,108.93773,-70.918989)"
+ id="g82141">
+ <path
+ inkscape:connector-curvature="0"
+ style="opacity:0.3;fill-rule:nonzero;stroke:none"
+ d="m 96.057801,197.62401 17.515329,-31.28833 -6.94768,1.96128 -10.567539,29.32695 -1.1e-4,1e-4 z"
+ id="path82143"
+ mask="none"
+ clip-path="none" />
+ <path
+ inkscape:connector-curvature="0"
+ id="path82145"
+ d="m 198.88451,264.72541 c 0,0 -82.42233,23.49042 -124.035738,35.62303 L 33.608827,159.3693 156.66742,122.97489 z"
+ style="color:#000000;fill:url(#linearGradient82187);fill-opacity:1;fill-rule:nonzero;stroke:url(#linearGradient82189);stroke-width:13.1816082;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+ mask="none"
+ clip-path="none"
+ sodipodi:nodetypes="ccccc" />
+ <path
+ style="opacity:0.26315792;color:#000000;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;marker:none;visibility:visible;display:inline;overflow:visible;filter:url(#filter5597);enable-background:accumulate"
+ d="m 63,173.5 16.5,58 60,-16 C 110.34106,211.86701 84.170728,199.76627 63,173.5 z"
+ id="path82147"
+ inkscape:connector-curvature="0"
+ transform="matrix(1.3825125,0,0,1.3825125,-32.279592,-30.643757)"
+ sodipodi:nodetypes="cccc" />
+ <g
+ style="display:inline;enable-background:new"
+ id="g82149"
+ transform="matrix(-1.033868,0.29618128,0.29618128,1.033868,-77.890924,123.32847)">
+ <rect
+ inkscape:r_cy="true"
+ inkscape:r_cx="true"
+ style="fill:url(#linearGradient82191);fill-opacity:1;stroke:none;display:inline"
+ id="rect82151"
+ width="102.24124"
+ height="92.561699"
+ x="-203.36664"
+ y="67.252876"
+ rx="0"
+ ry="0" />
+ <g
+ style="display:inline"
+ id="g82153"
+ clip-path="url(#clipPath4719-3-3)"
+ transform="matrix(1.3825125,0,0,1.3825125,-317.76856,-520.74458)">
+ <path
+ sodipodi:type="arc"
+ style="fill:#b6cee7;fill-opacity:1;stroke:none;display:inline;filter:url(#filter4709-1-0)"
+ id="path82155"
+ sodipodi:cx="110.79479"
+ sodipodi:cy="483.02795"
+ sodipodi:rx="14.009553"
+ sodipodi:ry="14.009553"
+ d="m 124.80435,483.02795 c 0,7.73727 -6.2723,14.00956 -14.00956,14.00956 -7.73726,0 -14.009551,-6.27229 -14.009551,-14.00956 0,-7.73726 6.272291,-14.00955 14.009551,-14.00955 7.73726,0 14.00956,6.27229 14.00956,14.00955 z"
+ transform="matrix(1.71312,0,0,1.37852,-77.8045,-183.178)" />
+ <g
+ id="g82157">
+ <path
+ sodipodi:type="arc"
+ style="fill:#b6cee7;fill-opacity:1;stroke:none"
+ id="path82159"
+ sodipodi:cx="110.79479"
+ sodipodi:cy="483.02795"
+ sodipodi:rx="14.009553"
+ sodipodi:ry="14.009553"
+ d="m 124.80435,483.02795 c 0,7.73727 -6.2723,14.00956 -14.00956,14.00956 -7.73726,0 -14.009551,-6.27229 -14.009551,-14.00956 0,-7.73726 6.272291,-14.00955 14.009551,-14.00955 7.73726,0 14.00956,6.27229 14.00956,14.00955 z"
+ transform="matrix(1.14208,0,0,1.14208,-14.5363,-68.6555)" />
+ <path
+ sodipodi:type="arc"
+ style="fill:#e0eaf5;fill-opacity:1;stroke:none;display:inline;filter:url(#filter4608-6-0)"
+ id="path82161"
+ sodipodi:cx="110.79479"
+ sodipodi:cy="483.02795"
+ sodipodi:rx="14.009553"
+ sodipodi:ry="14.009553"
+ d="m 124.80435,483.02795 c 0,7.73727 -6.2723,14.00956 -14.00956,14.00956 -7.73726,0 -14.009551,-6.27229 -14.009551,-14.00956 0,-7.73726 6.272291,-14.00955 14.009551,-14.00955 7.73726,0 14.00956,6.27229 14.00956,14.00955 z"
+ transform="matrix(0.994857,0,0,0.994857,1.775,2.45615)" />
+ </g>
+ </g>
+ <path
+ transform="matrix(1.3825125,0,0,1.3825125,-203.01988,68.205885)"
+ inkscape:connector-curvature="0"
+ style="fill:#ffffff;fill-opacity:1;stroke:none;display:inline;filter:url(#filter4616-8-2)"
+ d="m 28.9999,47.93738 c -5.0025,0 -9.0625,4.06 -9.0625,9.0625 0,0.2919 0,0.5902 0.031,0.875 l 18.0625,0 c 0.027,-0.2848 0.031,-0.5831 0.031,-0.875 0,-5.0025 -4.06,-9.0625 -9.0625,-9.0625 l -10e-5,0 z"
+ id="path82163" />
+ <path
+ inkscape:connector-curvature="0"
+ style="fill:url(#linearGradient82193);fill-opacity:1;stroke:none;display:inline"
+ d="m -203.98164,151.68963 c 24.69384,-6.916 47.17621,-2.13247 69.1163,-2.11007 l 34.15124,-3.60752 -0.33988,20.0918 -102.37553,-0.14984 z"
+ id="path82165"
+ sodipodi:nodetypes="cccccc" />
+ <path
+ inkscape:connector-curvature="0"
+ style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:none;display:inline"
+ d="m -195.54573,76.198439 c 6.84634,4.363485 13.96019,3.262729 19.09595,8.683837 0.28825,0.304429 0.5743,0.571531 0.86407,0.86407 -1.26127,0.01825 -4.64759,-0.891305 -8.03585,-0.302355 -2.82033,0.490101 -5.56614,-0.766327 -8.89993,1.425647 3.88293,-1.627079 6.99372,-0.575817 10.10963,-0.993612 2.42907,-0.32572 6.71832,0.837388 9.4615,2.419397 4.42293,4.036936 8.38936,6.917263 9.20241,9.720721 1.0391,3.582506 1.28657,14.069966 1.33924,18.404696 -0.46964,-0.37881 -0.91328,-0.78043 -1.33924,-1.2097 -0.95269,-0.98601 -1.86321,-2.04294 -2.98111,-2.85143 -1.07407,-0.77891 -2.18796,-1.4945 -3.06738,-2.5058 -0.91923,-1.23998 -2.00063,-2.34613 -3.02424,-3.49942 -0.97592,-0.99873 -2.01363,-1.93095 -2.93784,-2.98111 -0.85094,-1.04711 -1.84718,-1.96759 -3.02425,-2.63535 -1.07255,-0.65351 -2.18824,-1.38707 -3.49955,-1.339373 -0.656,-0.109357 -1.32556,-0.264337 -1.81455,-0.734391 -0.82619,-0.610794 -1.83086,-0.986284 -2.85143,-1.080157 l 0.17281,0.08641 c 1.25933,0.338577 2.32511,1.135734 3.32674,1.944227 1.14002,0.568214 2.58558,0.471574 3.49942,1.468914 0.97412,1.02873 2.43419,1.58104 3.15392,2.85143 0.2895,0.48416 0.62172,0.91882 0.99361,1.33924 -0.97232,0.38573 -1.90648,1.74474 -2.59221,2.20345 -1.7945,1.20044 -6.37213,-3.79845 -10.36884,-3.32674 2.88323,-0.0648 7.95664,3.46804 8.9432,3.75878 0.77199,0.22756 -2.30382,2.90825 -4.66598,4.19067 2.09782,-0.59628 5.49866,-3.48006 6.1349,-3.6291 0.79867,-0.18691 1.60661,-2.69202 3.36987,-2.33299 0.36899,0.39043 0.74628,0.79163 1.08002,1.2097 0.95822,1.07892 1.91588,2.12949 2.72189,3.32674 1.17735,1.46795 2.7024,2.59622 3.97472,3.97473 1.03288,1.07877 1.92875,2.2752 2.89457,3.413 1.2903,1.55519 2.59815,3.11093 3.88832,4.66598 0.58272,1.20652 1.42647,2.2264 2.28985,3.24034 0.9202,1.05071 1.81054,2.15367 2.5058,3.36987 0.82827,1.23237 1.53943,2.54576 2.07377,3.93145 0.42623,1.31104 0.669,2.6565 0.86407,4.018 0.26337,1.43366 0.48209,2.90203 0.34563,4.36348 -0.20157,2.17262 -0.42374,4.34966 -0.60485,6.5238 -0.0304,1.08431 -0.16783,2.24147 0.34563,3.2402 1.22449,0.77517 2.6876,0.95642 4.10427,1.03688 1.19725,-0.0326 2.3869,-0.31051 3.41314,-0.95048 0.44102,-0.22438 0.87638,-0.68392 0.64799,-1.20969 -0.25798,-1.40657 -0.55702,-2.80844 -0.69126,-4.23395 -0.18581,-1.59362 -0.35904,-3.19498 -0.47517,-4.79552 -0.13687,-1.51399 -0.2053,-3.01747 -0.25922,-4.53644 0.0442,-1.38514 0.10645,-2.81465 0.51844,-4.14753 0.4489,-1.30261 0.90126,-3.01858 1.72814,-4.10427 1.17624,-1.44168 2.92567,-2.09616 4.27708,-3.36987 1.13947,-0.99182 2.33465,-1.92142 3.41315,-2.98112 1.04919,-0.98573 2.25847,-3.00143 3.19706,-4.10426 1.05402,-1.115 2.0598,-1.24219 3.06738,-2.24658 0.26226,-0.17931 0.536,-0.35655 0.82093,-0.51844 0.73149,-0.37038 1.43933,-0.79619 2.37612,-0.86408 0.96818,0.0549 1.92723,-0.26281 2.89471,-0.12954 0.9679,0.0773 1.42302,1.00772 2.46253,0.90721 0.91992,-0.17033 1.86943,-0.16618 2.8083,-0.0864 -0.2978,-0.11544 -0.6166,-0.21346 -0.95048,-0.25922 -0.67716,-0.12498 -1.35998,0.10479 -2.03063,0.0433 -0.87375,-0.0747 -1.14873,-0.76923 -1.90096,-0.99361 -0.91578,-0.16024 -1.87939,0.14004 -2.80816,0.0864 -0.74407,-0.1019 -1.45896,0.0629 -2.20345,0.0433 1.05638,-1.55298 1.99538,-3.38329 3.11066,-4.66598 1.85229,-1.72082 4.12956,-3.43168 5.57332,-4.10441 1.92432,-0.89656 3.29674,0.21872 5.8324,-1.03688 -2.81991,1.18993 -4.53533,-0.38323 -7.86304,1.55533 -1.83362,1.05416 -3.05867,1.64048 -4.10426,2.37626 -2.19557,-1.85962 -0.97398,-8.380375 -2.89471,-12.140256 0.11475,-0.132444 0.17282,-0.286594 0.17282,-0.475169 2.13487,-0.910108 5.33014,-0.865176 7.38787,-0.475308 2.50152,0.474064 1.57993,0.964026 2.85143,1.036884 1.11749,0.06415 3.06005,1.152325 4.6227,1.771414 1.6904,0.66955 2.12686,-0.02917 5.3141,1.684868 -2.28833,-1.549106 -4.63017,-1.565281 -4.96847,-1.944089 1.03094,-3.358814 5.24816,-3.991867 6.99897,-7.171784 -2.43917,3.58444 -5.60318,3.234803 -7.30132,7.042104 -1.69566,-0.475584 -3.37692,-1.234445 -4.23394,-1.771275 2.07086,-2.591934 -2.33161,-9.93985 -2.46267,-12.442612 -0.15277,3.336141 3.91361,8.08355 1.72814,12.183391 -4.37953,-1.740169 -7.94973,-1.090664 -10.28244,-0.561715 -0.0871,-0.05876 -0.19493,-0.111154 -0.30235,-0.129541 -1.91464,-2.821847 -1.31726,-4.901837 -3.45628,-7.992581 1.18868,2.813689 1.42495,5.826598 2.59221,8.251802 0.0276,0.05793 0.0594,0.114334 0.0871,0.172814 -0.0525,0.10355 -0.0871,0.22134 -0.0871,0.345628 0,0.313139 0.20392,0.576508 0.47517,0.691256 1.2791,3.76154 0.80531,8.478119 1.12329,11.967439 -3.23425,-5.30774 -7.12837,-5.39497 -9.37509,-14.170744 1.86514,10.741294 10.26957,11.701164 8.12226,18.447824 -1.64409,1.71335 -4.30957,4.61207 -5.57333,5.87568 -1.05458,0.93831 -2.20621,1.75358 -3.36987,2.54908 -1.21163,0.90402 -1.10159,1.56666 -2.37612,2.37612 -0.9502,0.63969 -3.10803,1.32984 -3.93159,1.98736 -1.07712,0.86007 -1.67326,2.03202 -2.59221,3.19706 -0.48955,0.6625 -1.71363,0.8497 -2.16018,1.72814 -0.45471,-1.84192 -1.77819,-5.26571 -4.27708,-6.69647 -1.23513,-0.70729 -2.61972,-1.98902 -3.62909,-3.06752 -0.22452,-0.23475 -0.44434,-0.43853 -0.69126,-0.64798 -1.71639,-4.14851 -1.90109,-9.27542 -2.28985,-13.91153 0.1341,-0.12747 0.24097,-0.26379 0.3889,-0.3889 0.74199,-0.55992 1.42592,-1.188 2.67861,-1.55533 1.38749,-0.27194 2.27078,0.46369 3.71551,0.25922 1.40366,-0.25259 2.56041,-1.47168 3.93145,-1.90095 1.15274,-0.44974 2.86871,-0.19107 4.23394,-0.43204 -1.58712,0.0774 -3.13139,-0.20461 -4.66598,0.25922 -1.27094,0.22397 -2.0269,1.54371 -3.24019,1.5986 -1.39302,0.1641 -2.25419,-0.56254 -3.58596,-0.30249 -1.11071,0.15774 -2.01723,0.54927 -3.06738,0.77766 -0.13273,-0.0845 -0.57084,0.0686 -0.56172,-0.0864 -0.0857,-0.78208 -0.1771,-1.55864 -0.30235,-2.28971 -0.0829,-5.387238 5.90816,-3.553335 7.12851,-4.493167 0.80379,-0.618951 5.32903,-4.215972 9.33196,-5.05488 -4.74907,0.856743 -9.53823,4.473948 -9.07274,3.32674 0.59503,-1.466017 1.05126,-10.946734 3.93159,-14.343567 -4.46911,4.338048 -2.67848,14.651314 -5.91895,15.639672 -1.58893,0.484709 -5.4583,-0.01466 -6.1349,1.900955 -0.14489,-0.413233 -0.2931,-0.791627 -0.47517,-1.166564 -1.17293,-2.414835 -4.43524,-5.0723 -7.90631,-8.078988 -0.34162,-1.691228 2.36216,-2.230684 2.63548,-2.937839 0.21152,-0.547199 3.34789,-3.302546 4.14754,-5.098015 -1.49561,1.971739 -4.39515,4.455838 -4.53644,3.758637 -0.18042,-0.890891 -3.08549,-5.636366 -2.72175,-8.165396 -0.8761,3.474531 3.47342,7.895529 2.1169,9.375094 -0.55895,0.609688 -2.16806,1.38348 -2.50581,2.289855 -1.67712,-1.473481 -3.34457,-3.01443 -4.88192,-4.709252 -4.49469,-4.954925 -7.94323,-2.808851 -19.78721,-7.819767 l 0,-2.76e-4 0,0 z"
+ id="path82167" />
+ <path
+ inkscape:connector-curvature="0"
+ style="opacity:0.79729698;fill:url(#linearGradient82195);fill-opacity:1;fill-rule:evenodd;stroke:none;display:inline"
+ d="m -137.01768,149.60114 c -1.08931,0.0664 -2.17479,0.22535 -2.81104,0.86407 0.0252,0.82315 0.63823,1.7851 1.13122,2.67862 0.99606,1.6456 2.00399,3.28029 3.01673,4.9252 l 5.45074,0 c -0.46863,-1.05859 -0.90183,-2.14303 -1.33702,-3.19706 -0.51043,-1.17486 -0.89865,-2.34004 -1.30267,-3.49942 -0.0461,-0.43328 -0.5813,-0.80877 -1.02843,-0.99375 -1.09118,-0.52743 -2.15549,-0.7507 -3.11953,-0.77766 z"
+ id="path82169" />
+ <path
+ inkscape:connector-curvature="0"
+ style="opacity:0.49153197;fill:#729fcf;fill-opacity:1;fill-rule:evenodd;stroke:none;display:inline;filter:url(#filter4412-3-4)"
+ d="m 80.40625,432.78125 c 4.95211,3.15625 10.09773,2.36004 13.8125,6.28125 0.16682,0.1761 0.33306,0.33512 0.5,0.5 0.47081,0.0642 0.86634,0.12875 1.125,0.125 -0.20957,-0.21165 -0.41647,-0.40488 -0.625,-0.625 -3.01825,-3.18598 -6.9951,-3.26716 -11.03125,-4.875 -0.03474,-0.0138 -0.059,-0.0484 -0.09375,-0.0625 -1.10179,-0.36006 -2.29362,-0.75403 -3.6875,-1.34375 z m 18.125,0.625 c -0.63373,2.51321 2.51245,5.71105 1.53125,6.78125 -0.28982,0.31612 -0.95433,0.69532 -1.40625,1.125 0.12002,0.10757 0.25465,0.20603 0.375,0.3125 0.45504,-0.64981 1.60175,-0.96015 1.75,-1.34375 0.0395,-0.1023 0.21224,-0.3176 0.46875,-0.59375 0.007,-0.15893 -0.013,-0.33834 -0.0625,-0.53125 -0.36749,0.24581 -0.65336,0.32478 -0.6875,0.15625 -0.13053,-0.6444 -2.23183,-4.07697 -1.96875,-5.90625 z m 15.125,3 c -3.23258,3.13778 -1.93744,10.59758 -4.28125,11.3125 -0.87305,0.26631 -2.67739,0.13373 -3.71875,0.65625 0.10564,0.23081 0.1924,0.46561 0.28125,0.71875 0.48934,-1.38565 3.28817,-1.02442 4.4375,-1.375 0.40212,-0.12266 0.70836,-0.4424 0.9375,-0.90625 -0.37324,0.16279 -0.58924,0.18863 -0.5,-0.0313 0.43039,-1.06043 0.76035,-7.91801 2.84375,-10.375 l 0,5e-5 z m -9.875,0.1875 c -0.65633,0.8653 -1.67467,1.86478 -2.40625,2.40625 0.035,0.0884 0.11425,0.25945 0.125,0.3125 0.006,0.0315 0.01,0.0483 0.0313,0.0625 0.76016,-0.80336 1.86771,-1.92287 2.25,-2.78125 l -5e-5,0 z m 31.15625,1.28125 c -0.10681,2.33068 2.61199,5.60659 1.375,8.5 0.1879,0.0583 0.37002,0.14826 0.5625,0.21875 1.03088,-2.07763 -1.84715,-6.99222 -1.9375,-8.71875 z m -44.09375,1.4375 c -0.58853,-0.002 -1.19981,0.0498 -1.8125,0.15625 -0.24454,0.0425 -0.47494,0.0811 -0.71875,0.0937 0.57324,0.0163 1.14758,0.006 1.71875,-0.0937 0.3802,-0.0661 0.75059,-0.10454 1.125,-0.125 -0.10937,-0.003 -0.20125,-0.031 -0.3125,-0.0313 l 0,5e-5 z m -4.90625,0.21875 c -1.05294,0.0153 -2.13802,0.17596 -3.34375,0.96875 0.73581,-0.30835 1.4245,-0.46615 2.09375,-0.5625 0.66231,-0.25997 1.29099,-0.37458 1.90625,-0.40625 -0.21749,-0.006 -0.43522,-0.003 -0.65625,0 z M 91.625,439.75 c -0.16769,-0.002 -0.31622,0.0195 -0.46875,0.0313 1.75151,0.14017 4.01985,0.84237 5.59375,1.75 3.19912,2.92004 6.06811,5.00342 6.65625,7.03125 0.69343,2.39084 0.87982,8.89902 0.9375,12.375 0.0202,0.021 0.0422,0.0415 0.0625,0.0625 0.30813,0.3105 0.62898,0.60098 0.96875,0.875 -0.0381,-3.13547 -0.21719,-10.72125 -0.96875,-13.3125 -0.58814,-2.02783 -3.45713,-4.11121 -6.65625,-7.03125 -1.7362,-1.00123 -4.32697,-1.76239 -6.125,-1.78125 l 0,-5e-5 z m -4.5,0.0625 c 0.65921,0.0186 1.30134,0.0547 1.9375,0.0313 -0.6308,-0.0149 -1.27239,-0.0416 -1.9375,-0.0313 z m 38.90625,0.59375 c 0.85981,2.03517 1.03075,4.21454 1.875,5.96875 0.0201,0.0419 0.0431,0.0827 0.0625,0.125 -0.0386,0.0749 -0.0625,0.16002 -0.0625,0.25 0,0.22641 0.14749,0.41694 0.34375,0.5 0.75795,2.22902 0.68188,4.89913 0.75,7.1875 0.35884,0.43277 0.71896,0.90498 1.0625,1.46875 -0.081,-0.88874 -0.10567,-1.89754 -0.125,-2.9375 -0.22118,-1.90879 -0.22993,-4.24515 -1.0625,-5.875 0.0353,-0.0409 0.0733,-0.0777 0.0937,-0.125 -0.004,-0.008 0.004,-0.0227 0,-0.0313 -0.0255,-0.0612 -0.0625,-0.11723 -0.0625,-0.1875 0,-0.09 0.024,-0.17511 0.0625,-0.25 -0.0194,-0.0423 -0.0424,-0.0831 -0.0625,-0.125 -0.0198,-0.0411 -0.0434,-0.0834 -0.0625,-0.125 -0.0287,0.006 -0.0655,0.0249 -0.0937,0.0313 -0.0628,-0.0425 -0.14103,-0.0804 -0.21875,-0.0937 -1.38487,-2.04113 -0.95284,-3.54566 -2.5,-5.78125 l 0,-5e-5 0,0 z m 19.03125,2.65625 c -1.69758,2.49457 -3.86818,2.37373 -5.125,4.8125 0.0526,0.0186 0.10315,0.0444 0.15625,0.0625 0.89869,-2.16469 3.75785,-2.67569 4.96875,-4.875 z m -27.6875,1.3125 c -2.19466,0.39587 -4.28042,1.54971 -5.5,2.15625 -0.0203,0.0759 -0.0419,0.19937 -0.0625,0.25 -0.0928,0.22874 0.15792,0.18098 0.5625,0 1.35368,-0.92023 3.20812,-2.03073 5,-2.40625 z m 4.90625,1.28125 c 1.34906,7.76942 7.42824,8.46368 5.875,13.34375 -1.18921,1.23925 -3.11722,3.33597 -4.03125,4.25 -0.76285,0.67868 -1.59581,1.26835 -2.4375,1.84375 -0.87643,0.65389 -0.79689,1.13319 -1.71875,1.71875 -0.68733,0.46263 -2.24808,0.96188 -2.84375,1.4375 -0.77914,0.62211 -1.21036,1.46972 -1.875,2.3125 -0.17709,0.23959 -0.47526,0.38932 -0.78125,0.5625 0.0747,0.23312 0.17111,0.49452 0.21875,0.6875 0.32292,-0.63542 1.20833,-0.77083 1.5625,-1.25 0.66464,-0.84278 1.09586,-1.69039 1.875,-2.3125 0.59567,-0.47562 2.15642,-0.97487 2.84375,-1.4375 0.92186,-0.58556 0.84232,-1.06486 1.71875,-1.71875 0.84169,-0.5754 1.67465,-1.16507 2.4375,-1.84375 0.91403,-0.91403 2.84204,-3.01075 4.03125,-4.25 0.39409,-1.23817 0.2929,-2.21057 -0.0937,-3.09375 -0.005,-0.008 0.005,-0.0235 0,-0.0313 -2.33668,-3.81627 -5.15947,-3.88386 -6.78125,-10.21875 l -5e-5,5e-5 0,0 z m 9.625,0.21875 c -0.92497,0.006 -1.69874,0.11176 -2.40625,0.25 0.0135,0.0204 0.0173,0.042 0.0313,0.0625 0.0777,0.0133 0.1559,0.0513 0.21875,0.0937 0.73442,-0.16654 1.63943,-0.32515 2.6875,-0.375 -0.17873,-0.007 -0.35939,-0.0323 -0.53125,-0.0313 l -5e-5,10e-5 z m 0.78125,0.34375 c -0.0732,0.003 -0.1456,0.0269 -0.21875,0.0313 0.67709,0.016 1.33761,0.0544 1.875,0.15625 1.80941,0.34285 1.14282,0.69721 2.0625,0.75 0.8083,0.0464 2.21338,0.8335 3.34375,1.28125 1.22261,0.48428 1.53834,-0.0211 3.84375,1.21875 -1.65524,-1.12051 -3.34913,-1.13223 -3.59375,-1.40625 0.0129,-0.0419 0.017,-0.0842 0.0313,-0.125 -0.0649,-0.0291 -0.12217,-0.0641 -0.1875,-0.0937 -0.0207,0.0437 -0.0423,0.0797 -0.0625,0.125 -1.00669,-0.2824 -1.9875,-0.7062 -2.65625,-1.0625 -0.18654,-0.0477 -0.28433,-0.1223 -0.40625,-0.21875 -0.0974,-0.077 -0.24506,-0.15717 -0.5,-0.25 -0.0108,0.0211 -0.02,0.0415 -0.0313,0.0625 -0.24588,-0.0977 -0.48007,-0.17228 -0.71875,-0.25 -0.0468,-0.01 -0.0744,-0.0217 -0.125,-0.0313 -0.74419,-0.14102 -1.69938,-0.22641 -2.65625,-0.1875 l 0,-5e-5 z M 86.625,448.25 l 0.125,0.0625 c 0.9109,0.24481 1.68179,0.8215 2.40625,1.40625 0.82464,0.41098 1.87022,0.34115 2.53125,1.0625 0.70456,0.74408 1.76065,1.14357 2.28125,2.0625 0.20942,0.35023 0.44974,0.66458 0.71875,0.96875 -0.70331,0.27896 -1.37908,1.26201 -1.875,1.59375 -0.0184,0.0123 -0.0433,0.0207 -0.0625,0.0313 0.26674,0.0829 0.5096,0.12431 0.71875,0.0937 0.35283,-0.4495 0.78212,-0.98745 1.375,-1.09375 0.27247,-0.26266 0.5507,-0.50877 0.84375,-0.625 -0.26901,-0.30417 -0.50933,-0.61852 -0.71875,-0.96875 -0.5206,-0.91893 -1.57669,-1.31842 -2.28125,-2.0625 -0.66103,-0.72135 -1.70661,-0.65152 -2.53125,-1.0625 -0.06827,-0.0551 -0.14958,-0.10156 -0.21875,-0.15625 -0.45456,-0.0788 -0.91165,-0.20596 -1.25,-0.53125 -0.59769,-0.44175 -1.32432,-0.71337 -2.0625,-0.78125 z m 28.3125,3.0625 c -0.5615,-0.002 -1.13254,0.0198 -1.6875,0.1875 -0.8619,0.15181 -1.40092,0.98682 -2.1875,1.125 0.15712,0.0284 0.29573,0.0585 0.46875,0.0625 0.008,-0.004 0.0232,0.004 0.0313,0 0.66399,-0.34171 1.29896,-0.84303 2,-1.0625 0.29196,-0.11393 0.63652,-0.16173 1,-0.1875 0.45253,-0.0986 0.91776,-0.12668 1.375,-0.125 -0.33672,-0.005 -0.66726,10e-4 -1,0 l -5e-5,0 z m -6.28125,1.09375 c -0.11119,0.004 -0.22334,0.008 -0.34375,0.0313 -0.58666,0.0833 -1.09791,0.25436 -1.625,0.40625 0.003,0.0315 -0.003,0.0623 0,0.0937 -0.007,0.11209 0.31024,10e-4 0.40625,0.0625 0.72887,-0.15857 1.36514,-0.40917 2.125,-0.53125 -0.18386,-0.0329 -0.36151,-0.0695 -0.5625,-0.0625 z m 0.75,0.375 c -0.11556,0.005 -0.24955,0.007 -0.375,0.0313 0.5303,0.0941 1.02742,0.28089 1.6875,0.1875 0.0423,-0.008 0.0833,-0.0213 0.125,-0.0313 -0.48738,-0.0785 -0.91748,-0.20805 -1.4375,-0.1875 z m -23.5625,0.1875 c -0.18337,-0.008 -0.35057,0.01 -0.53125,0.0313 2.08544,-0.0469 5.75517,2.50843 6.46875,2.71875 0.55836,0.16459 -1.66639,2.10357 -3.375,3.03125 1.32776,-0.37746 3.38761,-2.02266 4.1875,-2.5 0.01714,-0.0102 0.01528,-0.0221 0.03125,-0.0313 0.21446,-0.26888 0.31472,-0.45329 0.15625,-0.5 -0.0892,-0.0263 -0.23354,-0.0976 -0.40625,-0.1875 -1.40032,0.064 -4.06601,-2.46133 -6.53125,-2.5625 z m 53.78125,0.0625 c -0.88641,0.37401 -1.6291,0.38336 -2.375,0.375 0.46305,-0.0347 0.90399,-0.0303 1.34375,-0.0313 0.31369,-0.0695 0.65846,-0.15916 1.03125,-0.34375 l 0,5e-5 z m -2.375,0.375 c -0.97055,-0.0109 -1.9515,-0.0429 -3.3125,0.75 -0.98526,0.56636 -1.68584,0.93652 -2.3125,1.3125 0.1001,0.15403 0.21261,0.29518 0.34375,0.40625 0.43285,-0.30459 0.95516,-0.58877 1.53125,-0.90625 0.0447,-0.0331 0.0806,-0.0614 0.125,-0.0937 0.66035,-0.48117 1.29197,-0.8658 1.78125,-1.09375 0.34797,-0.16212 0.68254,-0.22024 1,-0.25 0.018,-0.004 0.0446,0.004 0.0625,0 0.27556,-0.0643 0.52793,-0.10604 0.78125,-0.125 l 0,-5e-5 z m -41.40625,1.03125 c -0.15346,0.0275 -0.30526,0.0776 -0.4375,0.15625 0.22223,0.23657 0.45596,0.46782 0.65625,0.71875 0.69303,0.78032 1.38577,1.54029 1.96875,2.40625 0.85162,1.06177 1.95474,1.87787 2.875,2.875 0.7471,0.7803 1.39506,1.64575 2.09375,2.46875 0.93323,1.12487 1.87928,2.25013 2.8125,3.375 0.42144,0.87267 1.03174,1.61036 1.65625,2.34375 0.66563,0.75999 1.30957,1.55781 1.8125,2.4375 0.59909,0.89138 1.1135,1.84141 1.5,2.84375 0.30827,0.94828 0.48395,1.92145 0.625,2.90625 0.19051,1.03702 0.34872,2.0991 0.25,3.15625 -0.14578,1.5715 -0.30651,3.14619 -0.4375,4.71875 -0.0217,0.7843 -0.12135,1.62135 0.25,2.34375 0.88575,0.56065 1.94401,0.69175 2.96875,0.75 0.15421,-0.004 0.31552,-0.0153 0.46875,-0.0313 -0.85535,-0.0774 -1.70207,-0.25325 -2.4375,-0.71875 -0.37135,-0.7224 -0.27171,-1.55945 -0.25,-2.34375 0.13099,-1.57256 0.29172,-3.14725 0.4375,-4.71875 0.0987,-1.05715 -0.0595,-2.11923 -0.25,-3.15625 -0.14105,-0.9848 -0.31673,-1.95797 -0.625,-2.90625 -0.3865,-1.00234 -0.90091,-1.95237 -1.5,-2.84375 -0.50293,-0.87969 -1.14687,-1.67751 -1.8125,-2.4375 -0.62451,-0.73339 -1.23481,-1.47108 -1.65625,-2.34375 -0.93322,-1.12487 -1.87927,-2.25013 -2.8125,-3.375 -0.69869,-0.823 -1.34665,-1.68845 -2.09375,-2.46875 -0.92026,-0.99713 -2.02338,-1.81323 -2.875,-2.875 -0.58298,-0.86596 -1.27572,-1.62593 -1.96875,-2.40625 -0.24141,-0.30245 -0.51438,-0.59268 -0.78125,-0.875 -0.15942,-0.0325 -0.29833,-0.0249 -0.4375,0 l 0,5e-5 z M 132.25,460 c -0.27801,0.006 -0.56326,0.0349 -0.84375,0.0625 0.10242,0.002 0.20882,0.017 0.3125,0.0313 0.3359,0.0194 0.69022,-0.0275 1.03125,-0.0625 -0.1656,-0.029 -0.331,-0.0347 -0.5,-0.0313 z m -2.09375,0.0625 c -0.0128,0.019 -0.0184,0.0436 -0.0313,0.0625 0.19686,0.005 0.40053,-0.0167 0.59375,-0.0313 -0.19023,-0.0261 -0.37567,-0.039 -0.5625,-0.0313 l 5e-5,10e-5 z m 2.78125,0.21875 c -0.14219,0.006 -0.2642,0.0468 -0.40625,0.0625 0.65402,0.0921 0.99171,0.6953 1.71875,0.625 0.16682,-0.0309 0.33094,-0.0464 0.5,-0.0625 -0.11167,-0.0407 -0.21151,-0.0958 -0.3125,-0.15625 -0.10595,0.005 -0.20725,0.01 -0.3125,0 -0.40936,-0.035 -0.64885,-0.24056 -0.90625,-0.4375 -0.0927,-0.004 -0.18865,-0.0352 -0.28125,-0.0313 l 0,5e-5 z m 2.28125,0.40625 c -0.072,10e-4 -0.14679,0.0254 -0.21875,0.0313 0.0432,0.009 0.0772,0.0272 0.125,0.0313 0.15833,0.0145 0.30899,-0.0171 0.46875,-0.0313 -0.12245,-0.0226 -0.25224,-0.0334 -0.375,-0.0313 z m 0.96875,0.1875 c -0.0641,0.002 -0.12357,0.0276 -0.1875,0.0313 0.0927,0.006 0.18873,-0.008 0.28125,0 -0.0298,-0.0116 -0.0634,-0.0202 -0.0937,-0.0313 l -5e-5,0 z"
+ id="path82171"
+ clip-path="url(#clipPath4396-4-0)"
+ transform="matrix(1.3825125,0,0,1.3825125,-305.32593,-522.1271)" />
+ <path
+ inkscape:connector-curvature="0"
+ style="fill:url(#radialGradient82197);fill-opacity:1;stroke:none;display:inline"
+ d="m -203.10205,150.42933 c 24.69384,-6.916 46.29662,-0.87217 68.23671,-0.84977 l 34.15124,-3.60752 -0.34248,20.51369 -102.37293,-0.57173 z"
+ id="path82173"
+ sodipodi:nodetypes="cccccc" />
+ </g>
+ <path
+ inkscape:connector-curvature="0"
+ id="path82175"
+ style="opacity:0.26315792;color:#000000;fill:url(#radialGradient82199);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+ d="m 65.721644,159.81043 40.178316,49.03653 c -1.02107,4.80894 -33.127292,39.78516 -33.127292,39.78516 L 47.828886,164.33579 z m 77.732016,-22.58834 c -0.26874,31.03893 -19.8432,43.99547 -30.87274,64.95546 L 73.075232,158.07018 z"
+ sodipodi:nodetypes="ccccccccc" />
+ <path
+ style="color:#000000;fill:none;stroke:#ffffff;stroke-width:13.1816082;stroke-miterlimit:4;stroke-opacity:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+ d="M 148.0407,139.76017 49.699696,168.86944 82.643311,283.49061 182.52163,255.26606 z"
+ id="path82177"
+ inkscape:connector-curvature="0"
+ sodipodi:nodetypes="ccccc" />
+ </g>
+ </g>
+ </g>
+ </g>
+</svg>
diff --git a/configure b/configure
index da96968..78a07cb 100755
--- a/configure
+++ b/configure
@@ -174,23 +174,6 @@ do
shift
done
-# detect version of libgphoto2 the compilation host has installed
-pkg-config --atleast-version 2.5 libgphoto2
-if [ $? == 1 ]
-then
- pkg-config --atleast-version 2.4 libgphoto2
- if [ $? == 1 ]
- then
- printf "No compatible libGPhoto installation found. Configuration cannot continue.\n";
- exit 1
- else
- printf "Detected libGPhoto 2.4.x - using default code path.\n";
- fi
-else
- printf "Detected libGPhoto 2.5.x - using 2.5-aware code path.\n";
- variables="${variables}WITH_GPHOTO_25=1\n"
-fi
-
rm -f $CONFIG_IN
if [ $variables ]
then
diff --git a/help/C/figures/crop_thirds.jpg b/help/C/figures/crop_thirds.jpg
index 2e5ebb4..2e5ebb4 100755..100644
--- a/help/C/figures/crop_thirds.jpg
+++ b/help/C/figures/crop_thirds.jpg
Binary files differ
diff --git a/help/C/figures/shotwell_logo.png b/help/C/figures/shotwell_logo.png
index 5431bdb..23089a8 100644
--- a/help/C/figures/shotwell_logo.png
+++ b/help/C/figures/shotwell_logo.png
Binary files differ
diff --git a/help/C/share-upload.page b/help/C/share-upload.page
index 71bc93a..739e73e 100644
--- a/help/C/share-upload.page
+++ b/help/C/share-upload.page
@@ -28,9 +28,10 @@
<guiseq><gui>File</gui><gui>Publish</gui></guiseq>, press the <gui>Publish</gui> toolbar button or use <keyseq><key>Ctrl</key><key>P</key></keyseq>.
You will see a dialog that lets you select a publishing service. You will then need to log in or create an account.</p>
- <p>Publishing to Facebook requires you to grant certain permissions to the Shotwell Connect Facebook application.
- You only need to grant these permissions once, when you first associate Shotwell Connect with your Facebook account.
+ <p>Publishing to Facebook requires you to grant certain permissions to the Shotwell Facebook application.
+ You only need to grant these permissions once, when you first associate Shotwell with your Facebook account.
</p>
+ <note style="advanced"><p>You will be only able to publish images with at most the permission you granted to the Shotwell Facebook application</p></note>
<p>Similarly, publishing to Flickr requires you to log in and permit Shotwell Connect to access your account.</p>
diff --git a/plugins/Makefile.plugin.mk b/plugins/Makefile.plugin.mk
index 03df7b0..c26c672 100644
--- a/plugins/Makefile.plugin.mk
+++ b/plugins/Makefile.plugin.mk
@@ -28,9 +28,6 @@ PKGS := $(shell sed ':a;N;$$!ba;s/\n/ /g' ../shotwell-plugin-dev-1.0.deps) $(PKG
EXT_PKGS := $(PKGS)
PKGS := shotwell-plugin-dev-1.0 $(PKGS) $(PLUGIN_PKGS)
-# automatically include the Resources.vala common file
-SRC_FILES := ../common/Resources.vala $(SRC_FILES)
-
CFILES := $(notdir $(SRC_FILES:.vala=.c))
OFILES := $(notdir $(SRC_FILES:.vala=.o))
@@ -41,10 +38,14 @@ DEFINES := -D_VERSION='"$(PLUGINS_VERSION)"' -DGETTEXT_PACKAGE='"shotwell"'
all: $(PLUGIN).so
+PLUGIN_EXTRAFLAGS ?= --vapidir=../common --pkg shotwell-plugin-common
+PLUGIN_EXTRALINKFLAGS ?= -L../common/ -lshotwell-plugin-common
+
.stamp: $(SRC_FILES) $(MAKE_FILES) $(HEADER_FILES)
$(VALAC) --target-glib=$(MIN_GLIB_VERSION) -g --enable-checking --fatal-warnings --ccode --enable-deprecated \
--vapidir=../ $(foreach pkg,$(PKGS),--pkg=$(pkg)) $(foreach pkg,$(CUSTOM_VAPI_PKGS),--pkg=$(pkg)) \
$(USER_VALAFLAGS) \
+ $(PLUGIN_EXTRAFLAGS) \
--vapidir=../../vapi \
$(SRC_FILES)
@touch .stamp
@@ -53,10 +54,10 @@ $(CFILES): .stamp
@
.c.o:
- $(CC) -c $(CFLAGS) $(DEFINES) -I../.. $<
+ $(CC) -c $(CFLAGS) $(DEFINES) -I../.. -I ../common $<
$(PLUGIN).so: $(OFILES)
- $(CC) $(LDFLAGS) -shared $(OFILES) $(LIBS) -o $@
+ $(CC) $(LDFLAGS) -shared $(OFILES) $(LIBS) $(PLUGIN_EXTRALINKFLAGS) -o $@
.PHONY: cleantemps
cleantemps:
@@ -70,8 +71,10 @@ clean: cleantemps
.PHONY: distclean
distclean: clean
+PLUGIN_DIR ?= $(PLUGIN)
+
.PHONY: listfiles
listfiles:
- @printf "plugins/$(PLUGIN)/Makefile $(foreach file,$(SRC_FILES),plugins/$(PLUGIN)/$(file)) "
- @printf "$(foreach rc,$(RC_FILES),plugins/$(PLUGIN)/$(rc)) "
+ @printf "plugins/$(PLUGIN_DIR)/Makefile $(foreach file,$(SRC_FILES),plugins/$(PLUGIN_DIR)/$(file)) "
+ @printf "$(foreach rc,$(RC_FILES),plugins/$(PLUGIN_DIR)/$(rc)) "
diff --git a/plugins/common/Makefile b/plugins/common/Makefile
new file mode 100644
index 0000000..90714a0
--- /dev/null
+++ b/plugins/common/Makefile
@@ -0,0 +1,20 @@
+
+PLUGIN := libshotwell-plugin-common
+PLUGIN_DIR := common
+
+PLUGIN_PKGS := \
+ gee-0.8 \
+ libxml-2.0 \
+ libsoup-2.4 \
+ json-glib-1.0 \
+ webkit2gtk-4.0
+
+SRC_FILES := Resources.vala RESTSupport.vala
+
+PLUGIN_EXTRAFLAGS := --vapi=shotwell-plugin-common.vapi \
+ --header=shotwell-plugin-common.h
+
+PLUGIN_EXTRALINKFLAGS :=
+
+include ../Makefile.plugin.mk
+
diff --git a/plugins/common/RESTSupport.vala b/plugins/common/RESTSupport.vala
index b512fe7..d9bf2ce 100644
--- a/plugins/common/RESTSupport.vala
+++ b/plugins/common/RESTSupport.vala
@@ -4,10 +4,24 @@
* (version 2.1 or later). See the COPYING file in this distribution.
*/
-extern Soup.Message soup_form_request_new_from_multipart(string uri, Soup.Multipart multipart);
-
namespace Publishing.RESTSupport {
+// Ported from librest
+// https://git.gnome.org/browse/librest/tree/rest/sha1.c?id=e412da58080eec2e771482e7e4c509b9e71477ff#n38
+
+internal const int SHA1_HMAC_LENGTH = 20;
+
+public string hmac_sha1(string key, string message) {
+ uint8 buffer[SHA1_HMAC_LENGTH];
+ size_t len = SHA1_HMAC_LENGTH;
+
+ var mac = new Hmac (ChecksumType.SHA1, key.data);
+ mac.update (message.data);
+ mac.get_digest (buffer, ref len);
+
+ return Base64.encode (buffer[0:len]);
+}
+
public abstract class Session {
private string? endpoint_url = null;
private Soup.Session soup_session = null;
@@ -109,13 +123,17 @@ public class Argument {
}
public static Argument[] sort(Argument[] inputArray) {
- FixedTreeSet<Argument> sorted_args = new FixedTreeSet<Argument>(Argument.compare);
+ Gee.TreeSet<Argument> sorted_args = new Gee.TreeSet<Argument>(Argument.compare);
foreach (Argument arg in inputArray)
sorted_args.add(arg);
return sorted_args.to_array();
}
+
+ public string to_string () {
+ return "%s=%s".printf (this.key, this.value);
+ }
}
public class Transaction {
@@ -298,7 +316,7 @@ public class Transaction {
// concatenate the REST arguments array into an HTTP formdata string
string formdata_string = "";
for (int i = 0; i < arguments.length; i++) {
- formdata_string += ("%s=%s".printf(arguments[i].key, arguments[i].value));
+ formdata_string += arguments[i].to_string ();
if (i < arguments.length - 1)
formdata_string += "&";
}
@@ -338,6 +356,11 @@ public class Transaction {
assert(get_is_executed());
return message.response_headers;
}
+
+ public Soup.Message get_message() {
+ assert(get_is_executed());
+ return message;
+ }
public void add_argument(string name, string value) {
arguments += new Argument(name, value);
@@ -437,7 +460,7 @@ public class UploadTransaction : Transaction {
image_part_header.set_content_disposition("form-data", binary_disposition_table);
Soup.Message outbound_message =
- soup_form_request_new_from_multipart(get_endpoint_url(), message_parts);
+ Soup.Form.request_new_from_multipart(get_endpoint_url(), message_parts);
// TODO: there must be a better way to iterate over a map
Gee.MapIterator<string, string> i = message_headers.map_iterator();
bool cont = i.next();
@@ -562,7 +585,7 @@ public string decimal_entity_encode(string source) {
return encoded_str_builder.str;
}
-internal abstract class BatchUploader {
+public abstract class BatchUploader {
private int current_file = 0;
private Spit.Publishing.Publishable[] publishables = null;
private Session session = null;
@@ -659,20 +682,6 @@ public string asciify_string(string s) {
return b.str;
}
-/** @brief Work-around for a problem in libgee where a TreeSet can leak references when it
- * goes out of scope; please see https://bugzilla.gnome.org/show_bug.cgi?id=695045 for more
- * details. This class merely wraps it and adds a call to clear() to the destructor.
- */
-public class FixedTreeSet<G> : Gee.TreeSet<G> {
- public FixedTreeSet(owned CompareDataFunc<G>? comp_func = null) {
- base((owned) comp_func);
- }
-
- ~FixedTreeSet() {
- clear();
- }
-}
-
public abstract class GoogleSession : Session {
public abstract string get_user_name();
public abstract string get_access_token();
diff --git a/plugins/plugins.mk b/plugins/plugins.mk
index 2f28608..687ceeb 100644
--- a/plugins/plugins.mk
+++ b/plugins/plugins.mk
@@ -1,5 +1,6 @@
PLUGINS := \
+ common \
shotwell-transitions \
shotwell-publishing \
shotwell-data-imports
diff --git a/plugins/shotwell-data-imports/Makefile b/plugins/shotwell-data-imports/Makefile
index 52329e7..203aeed 100644
--- a/plugins/shotwell-data-imports/Makefile
+++ b/plugins/shotwell-data-imports/Makefile
@@ -5,12 +5,14 @@ PLUGIN_PKGS := \
gtk+-3.0 \
gexiv2 \
gee-0.8 \
- sqlite3
+ sqlite3 \
+ libxml-2.0 \
+ libsoup-2.4
SRC_FILES := \
shotwell-data-imports.vala \
- ../common/VersionNumber.vala \
- ../common/SqliteSupport.vala \
+ VersionNumber.vala \
+ SqliteSupport.vala \
FSpotImporter.vala \
FSpotDatabaseBehavior.vala \
FSpotDatabase.vala \
diff --git a/plugins/common/SqliteSupport.vala b/plugins/shotwell-data-imports/SqliteSupport.vala
index 0dcc99c..859dc84 100644
--- a/plugins/common/SqliteSupport.vala
+++ b/plugins/shotwell-data-imports/SqliteSupport.vala
@@ -14,26 +14,26 @@ public errordomain DatabaseError {
}
public abstract class ImportableDatabaseTable {
-
+
protected static Sqlite.Database db;
-
+
public string table_name = null;
-
+
protected void set_table_name(string table_name) {
this.table_name = table_name;
}
-
+
// This method will throw an error on an SQLite return code unless it's OK, DONE, or ROW, which
// are considered normal results.
protected static void throw_error(string method, int res) throws DatabaseError {
string msg = "(%s) [%d] - %s".printf(method, res, db.errmsg());
-
+
switch (res) {
case Sqlite.OK:
case Sqlite.DONE:
case Sqlite.ROW:
return;
-
+
case Sqlite.PERM:
case Sqlite.BUSY:
case Sqlite.READONLY:
@@ -45,26 +45,26 @@ public abstract class ImportableDatabaseTable {
case Sqlite.FORMAT:
case Sqlite.NOTADB:
throw new DatabaseError.BACKING(msg);
-
+
case Sqlite.NOMEM:
throw new DatabaseError.MEMORY(msg);
-
+
case Sqlite.ABORT:
case Sqlite.LOCKED:
case Sqlite.INTERRUPT:
throw new DatabaseError.ABORT(msg);
-
+
case Sqlite.FULL:
case Sqlite.EMPTY:
case Sqlite.TOOBIG:
case Sqlite.CONSTRAINT:
case Sqlite.RANGE:
throw new DatabaseError.LIMITS(msg);
-
+
case Sqlite.SCHEMA:
case Sqlite.MISMATCH:
throw new DatabaseError.TYPESPEC(msg);
-
+
case Sqlite.ERROR:
case Sqlite.INTERNAL:
case Sqlite.MISUSE:
@@ -73,4 +73,3 @@ public abstract class ImportableDatabaseTable {
}
}
}
-
diff --git a/plugins/common/VersionNumber.vala b/plugins/shotwell-data-imports/VersionNumber.vala
index 503cd65..7077597 100644
--- a/plugins/common/VersionNumber.vala
+++ b/plugins/shotwell-data-imports/VersionNumber.vala
@@ -12,25 +12,25 @@ namespace Utils {
*/
public class VersionNumber : Object, Gee.Comparable<VersionNumber> {
private int[] version;
-
+
public VersionNumber(int[] version) {
this.version = version;
}
-
+
public VersionNumber.from_string(string str_version, string separator = ".") {
string[] version_items = str_version.split(separator);
this.version = new int[version_items.length];
for (int i = 0; i < version_items.length; i++)
this.version[i] = int.parse(version_items[i]);
}
-
+
public string to_string() {
string[] version_items = new string[this.version.length];
for (int i = 0; i < this.version.length; i++)
version_items[i] = this.version[i].to_string();
return string.joinv(".", version_items);
}
-
+
public int compare_to(VersionNumber other) {
int max_len = ((this.version.length > other.version.length) ?
this.version.length : other.version.length);
@@ -47,4 +47,3 @@ public class VersionNumber : Object, Gee.Comparable<VersionNumber> {
}
}
-
diff --git a/plugins/shotwell-publishing-extras/Makefile b/plugins/shotwell-publishing-extras/Makefile
index 91452cf..83a42c2 100644
--- a/plugins/shotwell-publishing-extras/Makefile
+++ b/plugins/shotwell-publishing-extras/Makefile
@@ -16,8 +16,6 @@ SRC_FILES := \
YandexPublishing.vala \
TumblrPublishing.vala \
RajcePublishing.vala \
- ../../src/util/string.vala \
- ../common/RESTSupport.vala
# RC_FILES must also be added to ../plugins.mk to ensure they're installed properly
RC_FILES := \
diff --git a/plugins/shotwell-publishing-extras/RajcePublishing.vala b/plugins/shotwell-publishing-extras/RajcePublishing.vala
index 8ae05c6..d282ed5 100644
--- a/plugins/shotwell-publishing-extras/RajcePublishing.vala
+++ b/plugins/shotwell-publishing-extras/RajcePublishing.vala
@@ -932,10 +932,8 @@ internal class AuthenticationPane : Spit.Publishing.DialogPane, Object
private void update_login_button_sensitivity()
{
- login_button.set_sensitive(
- !is_string_empty(username_entry.get_text()) &&
- !is_string_empty(password_entry.get_text())
- );
+ login_button.set_sensitive(username_entry.text_length > 0 &&
+ password_entry.text_length > 0);
}
public Gtk.Widget get_widget()
diff --git a/plugins/shotwell-publishing-extras/TumblrPublishing.vala b/plugins/shotwell-publishing-extras/TumblrPublishing.vala
index 6bafb21..9e17b4e 100644
--- a/plugins/shotwell-publishing-extras/TumblrPublishing.vala
+++ b/plugins/shotwell-publishing-extras/TumblrPublishing.vala
@@ -6,7 +6,6 @@
*/
-extern string hmac_sha1(string key, string message);
public class TumblrService : Object, Spit.Pluggable, Spit.Publishing.Service {
private const string ICON_FILENAME = "tumblr.png";
@@ -656,10 +655,8 @@ internal class AuthenticationPane : Spit.Publishing.DialogPane, Object {
}
private void update_login_button_sensitivity() {
- login_button.set_sensitive(
- !is_string_empty(username_entry.get_text()) &&
- !is_string_empty(password_entry.get_text())
- );
+ login_button.set_sensitive(username_entry.text_length > 0 &&
+ password_entry.text_length > 0);
}
public Gtk.Widget get_widget() {
@@ -954,12 +951,7 @@ internal class UploadTransaction : Publishing.RESTSupport.UploadTransaction {
string[] keywords = base.publishable.get_publishing_keywords();
string tags = "";
if (keywords != null) {
- foreach (string tag in keywords) {
- if (!is_string_empty(tags)) {
- tags += ",";
- }
- tags += tag;
- }
+ tags = string.joinv (",", keywords);
}
add_argument("tags", Soup.URI.encode(tags, ENCODE_RFC_3986_EXTRA));
@@ -1105,7 +1097,7 @@ internal class Session : Publishing.RESTSupport.Session {
debug("signing key = '%s'", signing_key);
// compute the signature
- string signature = hmac_sha1(signing_key, signature_base_string);
+ string signature = Publishing.RESTSupport.hmac_sha1(signing_key, signature_base_string);
debug("signature = '%s'", signature);
signature = Soup.URI.encode(signature, ENCODE_RFC_3986_EXTRA);
diff --git a/plugins/shotwell-publishing-extras/YandexPublishing.vala b/plugins/shotwell-publishing-extras/YandexPublishing.vala
index ec99c2b..6504572 100644
--- a/plugins/shotwell-publishing-extras/YandexPublishing.vala
+++ b/plugins/shotwell-publishing-extras/YandexPublishing.vala
@@ -338,7 +338,7 @@ private class UploadTransaction: Transaction {
image_part_header.set_content_disposition("form-data", result);
- Soup.Message outbound_message = soup_form_request_new_from_multipart(get_endpoint_url(), message_parts);
+ Soup.Message outbound_message = Soup.Form.request_new_from_multipart(get_endpoint_url(), message_parts);
outbound_message.request_headers.append("Authorization", ("OAuth %s").printf(session.get_auth_token()));
outbound_message.request_headers.append("Connection", "close");
set_message(outbound_message);
diff --git a/plugins/shotwell-publishing/FacebookPublishing.vala b/plugins/shotwell-publishing/FacebookPublishing.vala
index 04dc51f..f6cccb6 100644
--- a/plugins/shotwell-publishing/FacebookPublishing.vala
+++ b/plugins/shotwell-publishing/FacebookPublishing.vala
@@ -940,8 +940,7 @@ internal class WebAuthenticationPane : Spit.Publishing.DialogPane, Object {
private string get_login_url() {
string facebook_locale = get_system_locale_as_facebook_locale();
-
- return "https://%s.facebook.com/dialog/oauth?client_id=%s&redirect_uri=https://www.facebook.com/connect/login_success.html&scope=publish_actions,user_photos,user_videos&response_type=token".printf(facebook_locale, APPLICATION_ID);
+ return "https://%s.facebook.com/dialog/oauth?client_id=%s&redirect_uri=https://www.facebook.com/connect/login_success.html&display=popup&scope=publish_actions,user_photos,user_videos&response_type=token".printf(facebook_locale, APPLICATION_ID);
}
private void on_page_load() {
diff --git a/plugins/shotwell-publishing/Makefile b/plugins/shotwell-publishing/Makefile
index 6b3945b..607bc6b 100644
--- a/plugins/shotwell-publishing/Makefile
+++ b/plugins/shotwell-publishing/Makefile
@@ -17,9 +17,7 @@ SRC_FILES := \
PicasaPublishing.vala \
FlickrPublishing.vala \
YouTubePublishing.vala \
- PiwigoPublishing.vala \
- ../../src/util/string.vala \
- ../common/RESTSupport.vala
+ PiwigoPublishing.vala
RC_FILES := \
facebook.png \
diff --git a/plugins/shotwell-publishing/PicasaPublishing.vala b/plugins/shotwell-publishing/PicasaPublishing.vala
index d1af942..cb6352c 100644
--- a/plugins/shotwell-publishing/PicasaPublishing.vala
+++ b/plugins/shotwell-publishing/PicasaPublishing.vala
@@ -588,7 +588,7 @@ internal class UploadTransaction :
// create a message that can be sent over the wire whose payload is the multipart container
// that we've been building up
Soup.Message outbound_message =
- soup_form_request_new_from_multipart(get_endpoint_url(), message_parts);
+ Soup.Form.request_new_from_multipart(get_endpoint_url(), message_parts);
outbound_message.request_headers.append("Authorization", "Bearer " +
session.get_access_token());
set_message(outbound_message);
diff --git a/plugins/shotwell-publishing/PiwigoPublishing.vala b/plugins/shotwell-publishing/PiwigoPublishing.vala
index d7b972b..7dd9090 100644
--- a/plugins/shotwell-publishing/PiwigoPublishing.vala
+++ b/plugins/shotwell-publishing/PiwigoPublishing.vala
@@ -937,29 +937,18 @@ public class PiwigoPublisher : Spit.Publishing.Publisher, GLib.Object {
* @param txn the received transaction
* @return the value of pwg_id if present or null if not found
*/
- private new string? get_pwg_id_from_transaction(Publishing.RESTSupport.Transaction txn) {
- string cookie = txn.get_response_headers().get_list("Set-Cookie");
- string pwg_id = null;
- debug("Full cookie string: %s".printf(cookie));
- if (!is_string_empty(cookie)) {
- string[] cookie_segments = cookie.split(";");
- debug("Split full string into %d individual segments".printf(cookie_segments.length));
- foreach(string cookie_segment in cookie_segments) {
- debug("Individual cookie segment: %s".printf(cookie_segment));
- string[] cookie_sub_segments = cookie_segment.split(",");
- debug("Split segment into %d individual sub-segments".printf(cookie_sub_segments.length));
- foreach(string cookie_sub_segment in cookie_sub_segments) {
- debug("Individual cookie sub-segment: %s".printf(cookie_sub_segment));
- string[] cookie_kv = cookie_sub_segment.split("=");
- debug("Split sub-segment into %d chunks".printf(cookie_kv.length));
- if (cookie_kv.length > 1 && cookie_kv[0].strip() == "pwg_id") {
- debug("Found pwg_id: %s".printf(cookie_kv[1].strip()));
- pwg_id = cookie_kv[1].strip();
- }
- }
+ private string? get_pwg_id_from_transaction(Publishing.RESTSupport.Transaction txn) {
+ string? pwg_id = null;
+
+ foreach (var cookie in Soup.cookies_from_response(txn.get_message())) {
+ if (cookie.get_name() == "pwg_id") {
+ // Collect all ids, last one is the one to use. First one is
+ // for Guest apparently
+ pwg_id = cookie.get_value();
+ debug ("Found pwg_id %s", pwg_id);
}
}
-
+
return pwg_id;
}
}
@@ -1093,11 +1082,9 @@ internal class AuthenticationPane : Spit.Publishing.DialogPane, Object {
}
private void update_login_button_sensitivity() {
- login_button.set_sensitive(
- !is_string_empty(url_entry.get_text()) &&
- !is_string_empty(username_entry.get_text()) &&
- !is_string_empty(password_entry.get_text())
- );
+ login_button.set_sensitive(url_entry.text_length != 0 &&
+ username_entry.text_length != 0 &&
+ password_entry.text_length != 0);
}
public Gtk.Widget get_widget() {
@@ -1325,7 +1312,7 @@ internal class PublishingOptionsPane : Spit.Publishing.DialogPane, Object {
!(
create_new_radio.get_active() &&
(
- is_string_empty(category_name) ||
+ category_name != "" ||
category_already_exists(search_name)
)
)
@@ -1669,12 +1656,7 @@ private class ImagesAddTransaction : Publishing.RESTSupport.UploadTransaction {
string[] keywords = publishable.get_publishing_keywords();
string tags = "";
if (keywords != null) {
- foreach (string tag in keywords) {
- if (!is_string_empty(tags)) {
- tags += ",";
- }
- tags += tag;
- }
+ tags = string.joinv (",", keywords);
}
debug("PiwigoConnector: Uploading photo %s to category id %d with perm level %d",
@@ -1683,16 +1665,16 @@ private class ImagesAddTransaction : Publishing.RESTSupport.UploadTransaction {
string name = publishable.get_publishing_name();
string comment = publishable.get_param_string(
Spit.Publishing.Publishable.PARAM_STRING_COMMENT);
- if (is_string_empty(name)) {
+ if (name != "") {
name = publishable.get_param_string(
Spit.Publishing.Publishable.PARAM_STRING_BASENAME);
add_argument("name", name);
- if (!is_string_empty(comment)) {
+ if (comment != null && comment != "") {
add_argument("comment", comment);
}
} else {
// name is set
- if (!is_string_empty(comment)) {
+ if (comment != null && comment != "") {
add_argument("name", name);
add_argument("comment", comment);
} else {
@@ -1710,7 +1692,7 @@ private class ImagesAddTransaction : Publishing.RESTSupport.UploadTransaction {
add_argument("category", parameters.category.id.to_string());
add_argument("level", parameters.perm_level.id.to_string());
if (!parameters.no_upload_tags)
- if (!is_string_empty(tags))
+ if (tags != "")
add_argument("tags", tags);
// TODO: update the Publishable interface so that it gives access to
// the image's meta-data where the author (artist) is kept
diff --git a/plugins/shotwell-publishing/YouTubePublishing.vala b/plugins/shotwell-publishing/YouTubePublishing.vala
index ccb835f..15f283f 100644
--- a/plugins/shotwell-publishing/YouTubePublishing.vala
+++ b/plugins/shotwell-publishing/YouTubePublishing.vala
@@ -592,7 +592,7 @@ internal class UploadTransaction : Publishing.RESTSupport.GooglePublisher.Authen
// create a message that can be sent over the wire whose payload is the multipart container
// that we've been building up
Soup.Message outbound_message =
- soup_form_request_new_from_multipart(get_endpoint_url(), message_parts);
+ Soup.Form.request_new_from_multipart(get_endpoint_url(), message_parts);
outbound_message.request_headers.append("X-GData-Key", "key=%s".printf(DEVELOPER_KEY));
outbound_message.request_headers.append("Slug",
publishable.get_param_string(Spit.Publishing.Publishable.PARAM_STRING_BASENAME));
diff --git a/plugins/shotwell-transitions/Makefile b/plugins/shotwell-transitions/Makefile
index 043891c..9044011 100644
--- a/plugins/shotwell-transitions/Makefile
+++ b/plugins/shotwell-transitions/Makefile
@@ -1,6 +1,10 @@
PLUGIN := shotwell-transitions
+PLUGIN_PKGS := \
+ libxml-2.0 \
+ libsoup-2.4
+
SRC_FILES := \
shotwell-transitions.vala \
FadeEffect.vala \
diff --git a/po/POTFILES.in b/po/POTFILES.in
index 84c6d92..d83fed1 100644
--- a/po/POTFILES.in
+++ b/po/POTFILES.in
@@ -1,8 +1,6 @@
[encoding: UTF-8]
plugins/common/RESTSupport.vala
plugins/common/Resources.vala
-plugins/common/SqliteSupport.vala
-plugins/common/VersionNumber.vala
plugins/shotwell-data-imports/FSpotDatabase.vala
plugins/shotwell-data-imports/FSpotDatabaseBehavior.vala
plugins/shotwell-data-imports/FSpotDatabaseTable.vala
@@ -15,6 +13,8 @@ plugins/shotwell-data-imports/FSpotRollsTable.vala
plugins/shotwell-data-imports/FSpotTableBehavior.vala
plugins/shotwell-data-imports/FSpotTagsTable.vala
plugins/shotwell-data-imports/shotwell-data-imports.vala
+plugins/shotwell-data-imports/SqliteSupport.vala
+plugins/shotwell-data-imports/VersionNumber.vala
plugins/shotwell-publishing-extras/GalleryConnector.vala
plugins/shotwell-publishing-extras/RajcePublishing.vala
plugins/shotwell-publishing-extras/TumblrPublishing.vala
diff --git a/po/cs.po b/po/cs.po
index b70e862..1309eaf 100644
--- a/po/cs.po
+++ b/po/cs.po
@@ -17,16 +17,16 @@ msgstr ""
"Project-Id-Version: shotwell-0.15\n"
"Report-Msgid-Bugs-To: http://bugzilla.gnome.org/enter_bug.cgi?"
"product=shotwell&keywords=I18N+L10N&component=Internationalization\n"
-"POT-Creation-Date: 2016-04-16 16:45+0000\n"
-"PO-Revision-Date: 2016-04-16 18:24+0200\n"
+"POT-Creation-Date: 2016-05-21 16:40+0000\n"
+"PO-Revision-Date: 2016-06-10 16:33+0200\n"
"Last-Translator: Marek Černocký <marek@manet.cz>\n"
-"Language-Team: Czech <gnome-cs-list@gnome.org>\n"
+"Language-Team: čeština <gnome-cs-list@gnome.org>\n"
"Language: cs\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n"
-"X-Generator: Gtranslator 2.91.6\n"
+"X-Generator: Gtranslator 2.91.7\n"
#: ../plugins/common/RESTSupport.vala:425
#: ../plugins/shotwell-publishing-extras/TumblrPublishing.vala:968
@@ -51,7 +51,7 @@ msgstr ""
msgid "Visit the Shotwell home page"
msgstr "Navštívit web aplikace Shotwell"
-#: ../plugins/common/Resources.vala:28 ../src/AppWindow.vala:705
+#: ../plugins/common/Resources.vala:28 ../src/AppWindow.vala:698
msgid "translator-credits"
msgstr ""
"David Štancl <dstancl@dstancl.cz>\n"
@@ -67,8 +67,8 @@ msgstr ""
#: ../plugins/shotwell-publishing/PiwigoPublishing.vala:32
#: ../plugins/shotwell-publishing/YouTubePublishing.vala:32
#: ../src/Resources.vala:27
-msgid "Copyright 2009-2015 Yorba Foundation"
-msgstr "Copyright 2009 – 2015 Yorba Foundation"
+msgid "Copyright 2016 Software Freedom Conservancy Inc."
+msgstr "Copyright 2016 Software Freedom Conservancy Inc."
#: ../plugins/shotwell-data-imports/FSpotImporter.vala:56
msgid ""
@@ -982,7 +982,7 @@ msgid "Logout"
msgstr "Odhlásit"
#: ../plugins/shotwell-publishing/piwigo_publishing_options_pane.glade.h:12
-#: ../src/Resources.vala:303
+#: ../src/Resources.vala:298
msgid "Publish"
msgstr "Zveřejnit"
@@ -1039,40 +1039,44 @@ msgid "Core Slideshow Transitions"
msgstr "Základní přechody prezentace"
#: ../plugins/shotwell-transitions/shotwell-transitions.vala:75
-msgid "Copyright 2010 Maxim Kartashev, Copyright 2011-2015 Yorba Foundation"
-msgstr "Copyright 2010 Maxim Kartashev, Copyright 2011 – 2015 Yorba Foundation"
+msgid ""
+"Copyright 2010 Maxim Kartashev, Copyright 2016 Software Freedom Conservancy "
+"Inc."
+msgstr ""
+"Copyright 2010 Maxim Kartashev, Copyright 2016 Software Freedom Conservancy "
+"Inc."
-#: ../src/AppDirs.vala:48 ../src/AppDirs.vala:99
+#: ../src/AppDirs.vala:64 ../src/AppDirs.vala:115
#, c-format
msgid "Unable to create cache directory %s: %s"
msgstr "Nelze vytvořit složku %s pro mezipaměť: %s"
-#: ../src/AppDirs.vala:58 ../src/AppDirs.vala:88
+#: ../src/AppDirs.vala:74 ../src/AppDirs.vala:104
#, c-format
msgid "Unable to create data directory %s: %s"
msgstr "Nelze vytvořit složku %s pro data: %s"
#. If XDG yarfed, use ~/Pictures
-#: ../src/AppDirs.vala:152
+#: ../src/AppDirs.vala:168
msgid "Pictures"
msgstr "Obrázky"
-#: ../src/AppDirs.vala:190
+#: ../src/AppDirs.vala:206
#, c-format
msgid "Unable to create temporary directory %s: %s"
msgstr "Nelze vytvořit složku %s pro dočasné soubory: %s"
-#: ../src/AppDirs.vala:207 ../src/AppDirs.vala:238
+#: ../src/AppDirs.vala:223 ../src/AppDirs.vala:254
#, c-format
msgid "Unable to create data subdirectory %s: %s"
msgstr "Nelze vytvořit podsložku %s pro data: %s"
-#: ../src/AppDirs.vala:220
+#: ../src/AppDirs.vala:236
#, c-format
msgid "Could not make directory %s writable"
msgstr "Nelze nastavit složku %s jako zapisovatelnou"
-#: ../src/AppDirs.vala:223
+#: ../src/AppDirs.vala:239
#, c-format
msgid "Could not make directory %s writable: %s"
msgstr "Nelze nastavit složku %s jako zapisovatelnou: %s"
@@ -1089,27 +1093,27 @@ msgstr "Připíchnout otevřenou nástrojovou lištu"
msgid "Leave fullscreen"
msgstr "Opustit režim celé obrazovky"
-#: ../src/AppWindow.vala:525
+#: ../src/AppWindow.vala:518
msgid "_Contents"
msgstr "_Obsah"
-#: ../src/AppWindow.vala:530
+#: ../src/AppWindow.vala:523
msgid "_Frequently Asked Questions"
msgstr "Ča_sté dotazy a odpovědi"
-#: ../src/AppWindow.vala:535
+#: ../src/AppWindow.vala:528
msgid "_Report a Problem..."
msgstr "_Nahlásit problém…"
-#: ../src/AppWindow.vala:634 ../src/AppWindow.vala:655
-#: ../src/AppWindow.vala:672 ../src/Dialogs.vala:20 ../src/Dialogs.vala:28
-#: ../src/Dialogs.vala:1424 ../src/Dialogs.vala:1447 ../src/Resources.vala:162
+#: ../src/AppWindow.vala:627 ../src/AppWindow.vala:648
+#: ../src/AppWindow.vala:665 ../src/Dialogs.vala:20 ../src/Dialogs.vala:28
+#: ../src/Dialogs.vala:1424 ../src/Dialogs.vala:1447 ../src/Resources.vala:157
#: ../src/data_imports/DataImportsUI.vala:413
#: ../src/publishing/PublishingUI.vala:512
msgid "_Cancel"
msgstr "_Zrušit"
-#: ../src/AppWindow.vala:682
+#: ../src/AppWindow.vala:675
#, c-format
msgid ""
"A fatal error occurred when accessing Shotwell's library. Shotwell cannot "
@@ -1122,21 +1126,21 @@ msgstr ""
"\n"
"%s"
-#: ../src/AppWindow.vala:702
-msgid "Visit the Yorba web site"
-msgstr "Navštivte webové stránky Yorba"
+#: ../src/AppWindow.vala:695
+msgid "Visit the Shotwell web site"
+msgstr "Navštívit web aplikace Shotwell"
-#: ../src/AppWindow.vala:714
+#: ../src/AppWindow.vala:707
#, c-format
msgid "Unable to display help: %s"
msgstr "Nelze zobrazit nápovědu: %s"
-#: ../src/AppWindow.vala:722
+#: ../src/AppWindow.vala:715
#, c-format
msgid "Unable to navigate to bug database: %s"
msgstr "Nelze se připojit k databázi chyb: %s"
-#: ../src/AppWindow.vala:730
+#: ../src/AppWindow.vala:723
#, c-format
msgid "Unable to display FAQ: %s"
msgstr "Nelze zobrazit časté dotazy a odpovědi: %s"
@@ -1202,11 +1206,11 @@ msgstr "Soubor s obrázkem je poškozený"
msgid "Imported failed (%d)"
msgstr "Import selhal (%d)"
-#: ../src/CollectionPage.vala:230 ../src/PhotoPage.vala:2637
+#: ../src/CollectionPage.vala:230 ../src/PhotoPage.vala:2635
msgid "S_lideshow"
msgstr "P_romítat"
-#: ../src/CollectionPage.vala:231 ../src/PhotoPage.vala:2638
+#: ../src/CollectionPage.vala:231 ../src/PhotoPage.vala:2636
msgid "Play a slideshow"
msgstr "Spustit promítání snímků"
@@ -1219,7 +1223,7 @@ msgid "Export Photos/Videos"
msgstr "Export fotografií/videí"
#: ../src/CollectionPage.vala:458 ../src/Dialogs.vala:58
-#: ../src/PhotoPage.vala:3211
+#: ../src/PhotoPage.vala:3209
msgid "Export Photo"
msgstr "Export fotografie"
@@ -1458,8 +1462,8 @@ msgstr[1] "Tím odstraníte štítek „%s“ ze %d fotografií. Pokračovat?"
msgstr[2] "Tím odstraníte štítek „%s“ z %d fotografií. Pokračovat?"
#: ../src/Dialogs.vala:20 ../src/Dialogs.vala:28 ../src/Dialogs.vala:1392
-#: ../src/Resources.vala:163 ../src/Resources.vala:369
-#: ../src/Resources.vala:417 ../src/Resources.vala:682
+#: ../src/Resources.vala:158 ../src/Resources.vala:364
+#: ../src/Resources.vala:412 ../src/Resources.vala:677
msgid "_Delete"
msgstr "S_mazat"
@@ -1971,7 +1975,7 @@ msgstr[2] "%d hodin"
msgid "1 day"
msgstr "1 den"
-#: ../src/Dialogs.vala:1321 ../src/Resources.vala:236
+#: ../src/Dialogs.vala:1321 ../src/Resources.vala:231
msgid "Rename Event"
msgstr "Přejmenovat událost"
@@ -1981,7 +1985,7 @@ msgstr "Název:"
#. Dialog title
#. Button label
-#: ../src/Dialogs.vala:1332 ../src/Resources.vala:308
+#: ../src/Dialogs.vala:1332 ../src/Resources.vala:303
msgid "Edit Title"
msgstr "Úprava názvu"
@@ -1990,7 +1994,7 @@ msgid "Title:"
msgstr "Název:"
#. Dialog title
-#: ../src/Dialogs.vala:1349 ../src/Resources.vala:315
+#: ../src/Dialogs.vala:1349 ../src/Resources.vala:310
msgid "Edit Event Comment"
msgstr "Úprava komentáře k události"
@@ -2013,7 +2017,7 @@ msgstr[2] "Soubory odstranit a přesunou_t do koše"
msgid "_Remove From Library"
msgstr "Odst_ranit z knihovny"
-#: ../src/Dialogs.vala:1391 ../src/camera/ImportPage.vala:1741
+#: ../src/Dialogs.vala:1391 ../src/camera/ImportPage.vala:1740
msgid "_Keep"
msgstr "_Zachovat"
@@ -2053,7 +2057,7 @@ msgstr[0] "Tím se fotka odebere z knihovny. Pokračovat?"
msgstr[1] "Tím se odeberou %d fotky z knihovny. Pokračovat?"
msgstr[2] "Tím se odebere %d fotek z knihovny. Pokračovat?"
-#: ../src/Dialogs.vala:1448 ../src/Resources.vala:178
+#: ../src/Dialogs.vala:1448 ../src/Resources.vala:173
msgid "_Remove"
msgstr "Odeb_rat"
@@ -2292,11 +2296,11 @@ msgstr "_Importovat bez kopírování"
msgid "Import to Library"
msgstr "Import do knihovny"
-#: ../src/Dialogs.vala:2701 ../src/PhotoPage.vala:3087
+#: ../src/Dialogs.vala:2701 ../src/PhotoPage.vala:3085
msgid "Remove From Library"
msgstr "Odstranění z knihovny"
-#: ../src/Dialogs.vala:2702 ../src/PhotoPage.vala:3087
+#: ../src/Dialogs.vala:2702 ../src/PhotoPage.vala:3085
msgid "Removing Photo From Library"
msgstr "Odstraňuje se fotografie z knihovny"
@@ -2468,8 +2472,8 @@ msgstr "Nelze sledovat změny: %s"
msgid "Adjust the size of the thumbnails"
msgstr "Nastavit velikost náhledů"
-#: ../src/MediaPage.vala:340 ../src/PhotoPage.vala:2593
-#: ../src/Resources.vala:188 ../src/direct/DirectPhotoPage.vala:174
+#: ../src/MediaPage.vala:340 ../src/PhotoPage.vala:2591
+#: ../src/Resources.vala:183 ../src/direct/DirectPhotoPage.vala:174
msgid "Zoom _In"
msgstr "Přiblíž_it"
@@ -2477,8 +2481,8 @@ msgstr "Přiblíž_it"
msgid "Increase the magnification of the thumbnails"
msgstr "Zvětšit velikost náhledů"
-#: ../src/MediaPage.vala:346 ../src/PhotoPage.vala:2599
-#: ../src/Resources.vala:189 ../src/direct/DirectPhotoPage.vala:180
+#: ../src/MediaPage.vala:346 ../src/PhotoPage.vala:2597
+#: ../src/Resources.vala:184 ../src/direct/DirectPhotoPage.vala:180
msgid "Zoom _Out"
msgstr "_Oddálit"
@@ -2498,21 +2502,21 @@ msgstr "_Přehrát video"
msgid "Open the selected videos in the system video player"
msgstr "Otevřít vybraná videa v systémovém přehrávači videí"
-#: ../src/MediaPage.vala:428 ../src/PhotoPage.vala:2642
+#: ../src/MediaPage.vala:428 ../src/PhotoPage.vala:2640
msgid "_Developer"
msgstr "_Vývojka"
#: ../src/MediaPage.vala:440 ../src/camera/Branch.vala:99
-#: ../src/camera/ImportPage.vala:711 ../src/camera/ImportPage.vala:727
+#: ../src/camera/ImportPage.vala:710 ../src/camera/ImportPage.vala:726
#: ../src/photos/RawSupport.vala:303
msgid "Camera"
msgstr "Fotoaparát"
-#: ../src/MediaPage.vala:451 ../src/camera/ImportPage.vala:874
+#: ../src/MediaPage.vala:451 ../src/camera/ImportPage.vala:873
msgid "_Titles"
msgstr "_Názvy"
-#: ../src/MediaPage.vala:452 ../src/camera/ImportPage.vala:875
+#: ../src/MediaPage.vala:452 ../src/camera/ImportPage.vala:874
msgid "Display the title of each photo"
msgstr "U každé fotografie zobrazit název"
@@ -2615,73 +2619,73 @@ msgstr "Předchozí fotografie"
msgid "Next photo"
msgstr "Následující fotografie"
-#: ../src/PhotoPage.vala:1847
+#: ../src/PhotoPage.vala:1845
#, c-format
msgid "Photo source file missing: %s"
msgstr "Chybí zdrojový soubor s fotografií: %s"
-#: ../src/PhotoPage.vala:2414 ../src/direct/DirectPhotoPage.vala:165
+#: ../src/PhotoPage.vala:2412 ../src/direct/DirectPhotoPage.vala:165
#: ../src/library/LibraryWindow.vala:343
msgid "_View"
msgstr "_Zobrazit"
-#: ../src/PhotoPage.vala:2418 ../src/direct/DirectPhotoPage.vala:81
+#: ../src/PhotoPage.vala:2416 ../src/direct/DirectPhotoPage.vala:81
msgid "T_ools"
msgstr "Nástr_oje"
-#: ../src/PhotoPage.vala:2423 ../src/direct/DirectPhotoPage.vala:86
+#: ../src/PhotoPage.vala:2421 ../src/direct/DirectPhotoPage.vala:86
msgid "_Previous Photo"
msgstr "_Předchozí fotka"
-#: ../src/PhotoPage.vala:2424 ../src/direct/DirectPhotoPage.vala:87
+#: ../src/PhotoPage.vala:2422 ../src/direct/DirectPhotoPage.vala:87
msgid "Previous Photo"
msgstr "Předchozí fotografie"
-#: ../src/PhotoPage.vala:2429 ../src/direct/DirectPhotoPage.vala:92
+#: ../src/PhotoPage.vala:2427 ../src/direct/DirectPhotoPage.vala:92
msgid "_Next Photo"
msgstr "_Následující fotka"
-#: ../src/PhotoPage.vala:2430 ../src/direct/DirectPhotoPage.vala:93
+#: ../src/PhotoPage.vala:2428 ../src/direct/DirectPhotoPage.vala:93
msgid "Next Photo"
msgstr "Následující fotografie"
-#: ../src/PhotoPage.vala:2594 ../src/direct/DirectPhotoPage.vala:175
+#: ../src/PhotoPage.vala:2592 ../src/direct/DirectPhotoPage.vala:175
msgid "Increase the magnification of the photo"
msgstr "Zvýšit přiblížení fotografie"
-#: ../src/PhotoPage.vala:2600 ../src/direct/DirectPhotoPage.vala:181
+#: ../src/PhotoPage.vala:2598 ../src/direct/DirectPhotoPage.vala:181
msgid "Decrease the magnification of the photo"
msgstr "Snížit přiblížení fotografie"
-#: ../src/PhotoPage.vala:2605 ../src/direct/DirectPhotoPage.vala:186
+#: ../src/PhotoPage.vala:2603 ../src/direct/DirectPhotoPage.vala:186
msgid "Fit to _Page"
msgstr "Přizpůsobit _stránce"
-#: ../src/PhotoPage.vala:2606 ../src/direct/DirectPhotoPage.vala:187
+#: ../src/PhotoPage.vala:2604 ../src/direct/DirectPhotoPage.vala:187
msgid "Zoom the photo to fit on the screen"
msgstr "Přizpůsobit přiblížení fotografie velikosti obrazovky"
-#: ../src/PhotoPage.vala:2612 ../src/direct/DirectPhotoPage.vala:193
+#: ../src/PhotoPage.vala:2610 ../src/direct/DirectPhotoPage.vala:193
#, no-c-format
msgid "Zoom _100%"
msgstr "Přiblížení _100%"
-#: ../src/PhotoPage.vala:2614 ../src/direct/DirectPhotoPage.vala:195
+#: ../src/PhotoPage.vala:2612 ../src/direct/DirectPhotoPage.vala:195
#, no-c-format
msgid "Zoom the photo to 100% magnification"
msgstr "Zobrazit fotografii v původní velikosti"
-#: ../src/PhotoPage.vala:2620 ../src/direct/DirectPhotoPage.vala:201
+#: ../src/PhotoPage.vala:2618 ../src/direct/DirectPhotoPage.vala:201
#, no-c-format
msgid "Zoom _200%"
msgstr "Přiblížení _200%"
-#: ../src/PhotoPage.vala:2622 ../src/direct/DirectPhotoPage.vala:203
+#: ../src/PhotoPage.vala:2620 ../src/direct/DirectPhotoPage.vala:203
#, no-c-format
msgid "Zoom the photo to 200% magnification"
msgstr "Zobrazit fotografii v dvojnásobku původní velikosti"
-#: ../src/PhotoPage.vala:3231
+#: ../src/PhotoPage.vala:3229
#, c-format
msgid "Unable to export %s: %s"
msgstr "Nelze exportovat %s: %s"
@@ -2805,7 +2809,7 @@ msgstr "Dnes"
msgid "Yesterday"
msgstr "Včera"
-#: ../src/Properties.vala:227 ../src/camera/ImportPage.vala:312
+#: ../src/Properties.vala:227 ../src/camera/ImportPage.vala:311
msgid "RAW+JPEG"
msgstr "RAW + JPEG"
@@ -2957,752 +2961,752 @@ msgstr "Správce fotografií"
msgid "Photo Viewer"
msgstr "Prohlížeč fotografií"
-#: ../src/Resources.vala:144
+#: ../src/Resources.vala:139
msgid "Rotate _Right"
msgstr "Otočit dop_rava"
-#: ../src/Resources.vala:145 ../src/Resources.vala:150
+#: ../src/Resources.vala:140 ../src/Resources.vala:145
msgid "Rotate"
msgstr "Otočit"
-#: ../src/Resources.vala:146
+#: ../src/Resources.vala:141
msgid "Rotate Right"
msgstr "Otočit doprava"
-#: ../src/Resources.vala:147
+#: ../src/Resources.vala:142
msgid "Rotate the photos right (press Ctrl to rotate left)"
msgstr "Otočit fotografii doprava (pro otočení doleva zmáčkněte Ctrl)"
-#: ../src/Resources.vala:149
+#: ../src/Resources.vala:144
msgid "Rotate _Left"
msgstr "Otočit do_leva"
-#: ../src/Resources.vala:151
+#: ../src/Resources.vala:146
msgid "Rotate Left"
msgstr "Otočit doleva"
-#: ../src/Resources.vala:152
+#: ../src/Resources.vala:147
msgid "Rotate the photos left"
msgstr "Otočí fotografii doleva"
-#: ../src/Resources.vala:154
+#: ../src/Resources.vala:149
msgid "Flip Hori_zontally"
msgstr "Překlopit vo_dorovně"
-#: ../src/Resources.vala:155
+#: ../src/Resources.vala:150
msgid "Flip Horizontally"
msgstr "Překlopit vodorovně"
-#: ../src/Resources.vala:157
+#: ../src/Resources.vala:152
msgid "Flip Verti_cally"
msgstr "Překlopit s_visle"
-#: ../src/Resources.vala:158
+#: ../src/Resources.vala:153
msgid "Flip Vertically"
msgstr "Překlopit svisle"
-#: ../src/Resources.vala:160
+#: ../src/Resources.vala:155
msgid "_About"
msgstr "O _aplikaci"
-#: ../src/Resources.vala:161
+#: ../src/Resources.vala:156
msgid "_Apply"
msgstr "_Použít"
-#: ../src/Resources.vala:164 ../src/direct/DirectPhotoPage.vala:73
+#: ../src/Resources.vala:159 ../src/direct/DirectPhotoPage.vala:73
#: ../src/library/LibraryWindow.vala:339
msgid "_Edit"
msgstr "_Upravit"
-#: ../src/Resources.vala:165
+#: ../src/Resources.vala:160
msgid "_Forward"
msgstr "V_před"
-#: ../src/Resources.vala:166
+#: ../src/Resources.vala:161
msgid "Fulls_creen"
msgstr "_Celá obrazovka"
-#: ../src/Resources.vala:167 ../src/direct/DirectPhotoPage.vala:169
+#: ../src/Resources.vala:162 ../src/direct/DirectPhotoPage.vala:169
#: ../src/library/LibraryWindow.vala:363
msgid "_Help"
msgstr "_Nápověda"
-#: ../src/Resources.vala:168
+#: ../src/Resources.vala:163
msgid "Leave _Fullscreen"
msgstr "Opustit _celou obrazovku"
-#: ../src/Resources.vala:169 ../src/Resources.vala:371
+#: ../src/Resources.vala:164 ../src/Resources.vala:366
msgid "_New"
msgstr "_Nový"
-#: ../src/Resources.vala:170
+#: ../src/Resources.vala:165
msgid "_Next"
msgstr "_Následující"
-#: ../src/Resources.vala:171
+#: ../src/Resources.vala:166
msgid "_OK"
msgstr "_Budiž"
-#: ../src/Resources.vala:172
+#: ../src/Resources.vala:167
msgid "_Play"
msgstr "_Přehrát"
-#: ../src/Resources.vala:173 ../src/Resources.vala:325
+#: ../src/Resources.vala:168 ../src/Resources.vala:320
msgid "_Preferences"
msgstr "_Předvolby"
-#: ../src/Resources.vala:174
+#: ../src/Resources.vala:169
msgid "_Previous"
msgstr "_Předchozí"
-#: ../src/Resources.vala:175
+#: ../src/Resources.vala:170
msgid "_Print"
msgstr "_Tisk"
-#: ../src/Resources.vala:176
+#: ../src/Resources.vala:171
msgid "_Quit"
msgstr "U_končit"
-#: ../src/Resources.vala:177
+#: ../src/Resources.vala:172
msgid "_Refresh"
msgstr "_Aktualizovat"
-#: ../src/Resources.vala:179
+#: ../src/Resources.vala:174
msgid "_Revert"
msgstr "V_rátit"
-#: ../src/Resources.vala:180 ../src/direct/DirectPhotoPage.vala:51
-#: ../src/direct/DirectPhotoPage.vala:422
+#: ../src/Resources.vala:175 ../src/direct/DirectPhotoPage.vala:51
+#: ../src/direct/DirectPhotoPage.vala:432
msgid "_Save"
msgstr "_Uložit"
-#: ../src/Resources.vala:181
+#: ../src/Resources.vala:176
msgid "Save _As"
msgstr "Uložit j_ako"
-#: ../src/Resources.vala:182
+#: ../src/Resources.vala:177
msgid "Sort _Ascending"
msgstr "Ř_adit vzestupně"
-#: ../src/Resources.vala:183
+#: ../src/Resources.vala:178
msgid "Sort _Descending"
msgstr "Řa_dit sestupně"
-#: ../src/Resources.vala:184
+#: ../src/Resources.vala:179
msgid "_Stop"
msgstr "Za_stavit"
-#: ../src/Resources.vala:185
+#: ../src/Resources.vala:180
msgid "_Undelete"
msgstr "Vrátit _smazání"
-#: ../src/Resources.vala:186
+#: ../src/Resources.vala:181
msgid "_Normal Size"
msgstr "_Normální velikost"
-#: ../src/Resources.vala:187
+#: ../src/Resources.vala:182
msgid "Best _Fit"
msgstr "Přizpůso_bit"
-#: ../src/Resources.vala:191
+#: ../src/Resources.vala:186
msgid "_Enhance"
msgstr "_Vylepšit"
-#: ../src/Resources.vala:192
+#: ../src/Resources.vala:187
msgid "Enhance"
msgstr "Vylepšit"
-#: ../src/Resources.vala:193
+#: ../src/Resources.vala:188
msgid "Automatically improve the photo's appearance"
msgstr "Automaticky vylepšit vzhled fotografie"
-#: ../src/Resources.vala:195
+#: ../src/Resources.vala:190
msgid "_Copy Color Adjustments"
msgstr "_Kopírovat úpravu barev"
-#: ../src/Resources.vala:196
+#: ../src/Resources.vala:191
msgid "Copy Color Adjustments"
msgstr "Kopírovat úpravu barev"
-#: ../src/Resources.vala:197
+#: ../src/Resources.vala:192
msgid "Copy the color adjustments applied to the photo"
msgstr "Kopírovat parametry úpravy barev použité u fotografie"
-#: ../src/Resources.vala:199
+#: ../src/Resources.vala:194
msgid "_Paste Color Adjustments"
msgstr "Vložit ú_pravu barev"
-#: ../src/Resources.vala:200
+#: ../src/Resources.vala:195
msgid "Paste Color Adjustments"
msgstr "Vložit úpravu barev"
-#: ../src/Resources.vala:201
+#: ../src/Resources.vala:196
msgid "Apply copied color adjustments to the selected photos"
msgstr "Použít u vybraných fotografií zkopírované parametry úpravy barev"
-#: ../src/Resources.vala:203
+#: ../src/Resources.vala:198
msgid "_Crop"
msgstr "_Oříznout"
-#: ../src/Resources.vala:204
+#: ../src/Resources.vala:199
msgid "Crop"
msgstr "Oříznout"
-#: ../src/Resources.vala:205
+#: ../src/Resources.vala:200
msgid "Crop the photo's size"
msgstr "Oříznout rozměry fotografie"
-#: ../src/Resources.vala:207 ../src/editing_tools/StraightenTool.vala:100
+#: ../src/Resources.vala:202 ../src/editing_tools/StraightenTool.vala:100
msgid "_Straighten"
msgstr "_Vyrovnat"
-#: ../src/Resources.vala:208
+#: ../src/Resources.vala:203
msgid "Straighten"
msgstr "Vyrovnat"
-#: ../src/Resources.vala:209
+#: ../src/Resources.vala:204
msgid "Straighten the photo"
msgstr "Vyrovnat fotografii"
-#: ../src/Resources.vala:211
+#: ../src/Resources.vala:206
msgid "_Red-eye"
msgstr "Če_rvené oči"
-#: ../src/Resources.vala:212
+#: ../src/Resources.vala:207
msgid "Red-eye"
msgstr "Červené oči"
-#: ../src/Resources.vala:213
+#: ../src/Resources.vala:208
msgid "Reduce or eliminate any red-eye effects in the photo"
msgstr "Odstranit nebo potlačit efekt červených očí ve fotografii"
-#: ../src/Resources.vala:215
+#: ../src/Resources.vala:210
msgid "_Adjust"
msgstr "_Upravit"
-#: ../src/Resources.vala:216
+#: ../src/Resources.vala:211
msgid "Adjust"
msgstr "Upravit"
-#: ../src/Resources.vala:217
+#: ../src/Resources.vala:212
msgid "Adjust the photo's color and tone"
msgstr "Upravit barvy a tón fotografie"
-#: ../src/Resources.vala:219
+#: ../src/Resources.vala:214
msgid "Re_vert to Original"
msgstr "_Vrátit zpět na původní"
-#: ../src/Resources.vala:220
+#: ../src/Resources.vala:215
msgid "Revert to Original"
msgstr "Vrátit zpět na původní"
-#: ../src/Resources.vala:222
+#: ../src/Resources.vala:217
msgid "Revert External E_dits"
msgstr "Vrátit zpět e_xterní úpravy"
-#: ../src/Resources.vala:223
+#: ../src/Resources.vala:218
msgid "Revert to the master photo"
msgstr "Zrušit změny a vrátit se zpět k původní fotografii"
-#: ../src/Resources.vala:225
+#: ../src/Resources.vala:220
msgid "Set as _Desktop Background"
msgstr "Nastavit jako poza_dí plochy"
-#: ../src/Resources.vala:226
+#: ../src/Resources.vala:221
msgid "Set selected image to be the new desktop background"
msgstr "Nastavit vybranou fotografii jako obrázek na pozadí pracovní plochy"
-#: ../src/Resources.vala:227
+#: ../src/Resources.vala:222
msgid "Set as _Desktop Slideshow..."
msgstr "Nastavit jako prezentaci na p_loše…"
-#: ../src/Resources.vala:229
+#: ../src/Resources.vala:224
msgid "_Undo"
msgstr "_Zpět"
-#: ../src/Resources.vala:230
+#: ../src/Resources.vala:225
msgid "Undo"
msgstr "Zpět"
-#: ../src/Resources.vala:232
+#: ../src/Resources.vala:227
msgid "_Redo"
msgstr "Zn_ovu"
-#: ../src/Resources.vala:233
+#: ../src/Resources.vala:228
msgid "Redo"
msgstr "Znovu"
-#: ../src/Resources.vala:235
+#: ../src/Resources.vala:230
msgid "Re_name Event..."
msgstr "Přejme_novat událost…"
-#: ../src/Resources.vala:238
+#: ../src/Resources.vala:233
msgid "Make _Key Photo for Event"
msgstr "Použít jako _klíčovou fotku pro událost"
-#: ../src/Resources.vala:239
+#: ../src/Resources.vala:234
msgid "Make Key Photo for Event"
msgstr "Nastavit jako klíčovou fotografii pro událost"
-#: ../src/Resources.vala:241
+#: ../src/Resources.vala:236
msgid "_New Event"
msgstr "_Nová událost"
-#: ../src/Resources.vala:242
+#: ../src/Resources.vala:237
msgid "New Event"
msgstr "Nová událost"
-#: ../src/Resources.vala:244
+#: ../src/Resources.vala:239
msgid "Move Photos"
msgstr "Přesunout fotky"
-#: ../src/Resources.vala:245
+#: ../src/Resources.vala:240
msgid "Move photos to an event"
msgstr "Přiřadit fotografie k události"
-#: ../src/Resources.vala:247
+#: ../src/Resources.vala:242
msgid "_Merge Events"
msgstr "S_pojit události"
-#: ../src/Resources.vala:248
+#: ../src/Resources.vala:243
msgid "Merge"
msgstr "Spojit"
-#: ../src/Resources.vala:249
+#: ../src/Resources.vala:244
msgid "Combine events into a single event"
msgstr "Sloučit události do jedné"
-#: ../src/Resources.vala:251
+#: ../src/Resources.vala:246
msgid "_Set Rating"
msgstr "_Hodnotit"
-#: ../src/Resources.vala:252
+#: ../src/Resources.vala:247
msgid "Set Rating"
msgstr "Nastavit hodnocení"
-#: ../src/Resources.vala:253
+#: ../src/Resources.vala:248
msgid "Change the rating of your photo"
msgstr "Změnit hodnocení své fotografie"
-#: ../src/Resources.vala:255
+#: ../src/Resources.vala:250
msgid "_Increase"
msgstr "Z_výšit"
-#: ../src/Resources.vala:256
+#: ../src/Resources.vala:251
msgid "Increase Rating"
msgstr "Zvýšení hodnocení"
-#: ../src/Resources.vala:258
+#: ../src/Resources.vala:253
msgid "_Decrease"
msgstr "S_nížit"
-#: ../src/Resources.vala:259
+#: ../src/Resources.vala:254
msgid "Decrease Rating"
msgstr "Snížení hodnocení"
-#: ../src/Resources.vala:261
+#: ../src/Resources.vala:256
msgid "_Unrated"
msgstr "_Bez ohodnocení"
-#: ../src/Resources.vala:262
+#: ../src/Resources.vala:257
msgid "Unrated"
msgstr "Nehodnoceno"
-#: ../src/Resources.vala:263
+#: ../src/Resources.vala:258
msgid "Rate Unrated"
msgstr "Bez ohodnocení"
-#: ../src/Resources.vala:264
+#: ../src/Resources.vala:259
msgid "Setting as unrated"
msgstr "Nastavuje se jako nehodnocené"
-#: ../src/Resources.vala:265
+#: ../src/Resources.vala:260
msgid "Remove any ratings"
msgstr "Odebrat hodnocení"
-#: ../src/Resources.vala:267
+#: ../src/Resources.vala:262
msgid "_Rejected"
msgstr "_Zamítnout"
-#: ../src/Resources.vala:268
+#: ../src/Resources.vala:263
msgid "Rejected"
msgstr "Zamítnuto"
-#: ../src/Resources.vala:269
+#: ../src/Resources.vala:264
msgid "Rate Rejected"
msgstr "Zamítavé hodnocení"
-#: ../src/Resources.vala:270
+#: ../src/Resources.vala:265
msgid "Setting as rejected"
msgstr "Nastavuje se na zamítnuté"
-#: ../src/Resources.vala:271
+#: ../src/Resources.vala:266
msgid "Set rating to rejected"
msgstr "Nastavit hodnocení na zamítnuté"
-#: ../src/Resources.vala:273
+#: ../src/Resources.vala:268
msgid "Rejected _Only"
msgstr "Jen _zamítnuté"
-#: ../src/Resources.vala:274
+#: ../src/Resources.vala:269
msgid "Rejected Only"
msgstr "Jen zamítnuté"
-#: ../src/Resources.vala:275
+#: ../src/Resources.vala:270
msgid "Show only rejected photos"
msgstr "Zobrazit je zamítnuté fotografie"
-#: ../src/Resources.vala:277
+#: ../src/Resources.vala:272
msgid "All + _Rejected"
msgstr "Všechny + _zamítnuté"
-#: ../src/Resources.vala:278 ../src/Resources.vala:279
+#: ../src/Resources.vala:273 ../src/Resources.vala:274
msgid "Show all photos, including rejected"
msgstr "Zobrazit všechny fotografie, včetně zamítnutých"
-#: ../src/Resources.vala:281
+#: ../src/Resources.vala:276
msgid "_All Photos"
msgstr "_Všechny fotografie"
#. Button label
#. Button tooltip
-#: ../src/Resources.vala:283 ../src/Resources.vala:285
+#: ../src/Resources.vala:278 ../src/Resources.vala:280
msgid "Show all photos"
msgstr "Zobrazit všechny fotografie"
-#: ../src/Resources.vala:287
+#: ../src/Resources.vala:282
msgid "_Ratings"
msgstr "_Hodnocení"
-#: ../src/Resources.vala:288
+#: ../src/Resources.vala:283
msgid "Display each photo's rating"
msgstr "U každé fotografie zobrazit hodnocení"
-#: ../src/Resources.vala:290
+#: ../src/Resources.vala:285
msgid "_Filter Photos"
msgstr "_Filtrovat fotografie"
-#: ../src/Resources.vala:291
+#: ../src/Resources.vala:286
msgid "Filter Photos"
msgstr "Filtrovat fotografie"
-#: ../src/Resources.vala:292
+#: ../src/Resources.vala:287
msgid "Limit the number of photos displayed based on a filter"
msgstr "Omezit počet zobrazených fotografií pomocí filtru"
-#: ../src/Resources.vala:294
+#: ../src/Resources.vala:289
msgid "_Duplicate"
msgstr "_Duplikovat"
-#: ../src/Resources.vala:295
+#: ../src/Resources.vala:290
msgid "Duplicate"
msgstr "Duplikovat"
-#: ../src/Resources.vala:296
+#: ../src/Resources.vala:291
msgid "Make a duplicate of the photo"
msgstr "Vytvořit kopii této fotografie"
-#: ../src/Resources.vala:298
+#: ../src/Resources.vala:293
msgid "_Export..."
msgstr "_Export…"
-#: ../src/Resources.vala:300
+#: ../src/Resources.vala:295
msgid "_Print..."
msgstr "_Tisk…"
-#: ../src/Resources.vala:302
+#: ../src/Resources.vala:297
msgid "Pu_blish..."
msgstr "Zveře_jnit…"
-#: ../src/Resources.vala:304
+#: ../src/Resources.vala:299
msgid "Publish to various websites"
msgstr "Zveřejnit na různých webových stránkách"
-#: ../src/Resources.vala:306
+#: ../src/Resources.vala:301
msgid "Edit _Title..."
msgstr "Upravi_t název…"
-#: ../src/Resources.vala:310
+#: ../src/Resources.vala:305
msgid "Edit _Comment..."
msgstr "Upravit _komentář…"
#. Button label
-#: ../src/Resources.vala:312
+#: ../src/Resources.vala:307
msgid "Edit Comment"
msgstr "Upravit komentář"
-#: ../src/Resources.vala:314
+#: ../src/Resources.vala:309
msgid "Edit Event _Comment..."
msgstr "Upravit _komentář události…"
-#: ../src/Resources.vala:317
+#: ../src/Resources.vala:312
msgid "_Adjust Date and Time..."
msgstr "Nastavit d_atum a čas…"
-#: ../src/Resources.vala:318
+#: ../src/Resources.vala:313
msgid "Adjust Date and Time"
msgstr "Nastavení data a času"
-#: ../src/Resources.vala:320
+#: ../src/Resources.vala:315
msgid "Add _Tags..."
msgstr "Přidat š_títky…"
-#: ../src/Resources.vala:321
+#: ../src/Resources.vala:316
msgid "_Add Tags..."
msgstr "Přid_at štítky…"
#. Dialog title
#. Undo/Redo command name (in Edit menu)
-#: ../src/Resources.vala:323 ../src/Resources.vala:356
+#: ../src/Resources.vala:318 ../src/Resources.vala:351
msgid "Add Tags"
msgstr "Přidání štítků"
-#: ../src/Resources.vala:327
+#: ../src/Resources.vala:322
msgid "Open With E_xternal Editor"
msgstr "Otevřít v e_xterním editoru"
-#: ../src/Resources.vala:329
+#: ../src/Resources.vala:324
msgid "Open With RA_W Editor"
msgstr "Otevřít v editoru RA_W"
-#: ../src/Resources.vala:331
+#: ../src/Resources.vala:326
msgid "Send _To..."
msgstr "Odesla_t…"
-#: ../src/Resources.vala:332
+#: ../src/Resources.vala:327
msgid "Send T_o..."
msgstr "_Odeslat…"
-#: ../src/Resources.vala:334
+#: ../src/Resources.vala:329
msgid "_Find..."
msgstr "Na_jít…"
-#: ../src/Resources.vala:335
+#: ../src/Resources.vala:330
msgid "Find"
msgstr "Najít"
-#: ../src/Resources.vala:336
+#: ../src/Resources.vala:331
msgid "Find an image by typing text that appears in its name or tags"
msgstr "Najít obrázky, jejichž název nebo štítek obsahují napsaný text"
-#: ../src/Resources.vala:338
+#: ../src/Resources.vala:333
msgid "_Flag"
msgstr "_Označit"
-#: ../src/Resources.vala:340
+#: ../src/Resources.vala:335
msgid "Un_flag"
msgstr "Zrušit _označení"
-#: ../src/Resources.vala:343
+#: ../src/Resources.vala:338
#, c-format
msgid "Unable to launch editor: %s"
msgstr "Nelze spustit editor: %s"
-#: ../src/Resources.vala:348
+#: ../src/Resources.vala:343
#, c-format
msgid "Add Tag \"%s\""
msgstr "Přidat štítek „%s“"
#. Used when adding two tags to photo(s)
-#: ../src/Resources.vala:351
+#: ../src/Resources.vala:346
#, c-format
msgid "Add Tags \"%s\" and \"%s\""
msgstr "Přidat štítky „%s“ a „%s“"
-#: ../src/Resources.vala:361
+#: ../src/Resources.vala:356
#, c-format
msgid "_Delete Tag \"%s\""
msgstr "S_mazat štítek „%s“"
-#: ../src/Resources.vala:365
+#: ../src/Resources.vala:360
#, c-format
msgid "Delete Tag \"%s\""
msgstr "Smazat štítek „%s“"
-#: ../src/Resources.vala:368
+#: ../src/Resources.vala:363
msgid "Delete Tag"
msgstr "Smazat štítek"
-#: ../src/Resources.vala:374
+#: ../src/Resources.vala:369
#, c-format
msgid "Re_name Tag \"%s\"..."
msgstr "Přejme_novat štítek „%s“…"
-#: ../src/Resources.vala:378
+#: ../src/Resources.vala:373
#, c-format
msgid "Rename Tag \"%s\" to \"%s\""
msgstr "Přejmenovat štítek „%s“ na „%s“"
-#: ../src/Resources.vala:381
+#: ../src/Resources.vala:376
msgid "_Rename..."
msgstr "_Přejmenovat…"
-#: ../src/Resources.vala:383
+#: ../src/Resources.vala:378
msgid "Modif_y Tags..."
msgstr "Změnit štítk_y…"
-#: ../src/Resources.vala:384
+#: ../src/Resources.vala:379
msgid "Modify Tags"
msgstr "Změnit štítky"
-#: ../src/Resources.vala:387
+#: ../src/Resources.vala:382
#, c-format
msgid "Tag Photo as \"%s\""
msgstr "Oštítkovat fotku jak „%s“"
-#: ../src/Resources.vala:387
+#: ../src/Resources.vala:382
#, c-format
msgid "Tag Photos as \"%s\""
msgstr "Oštítkovat fotku jak „%s“"
-#: ../src/Resources.vala:391
+#: ../src/Resources.vala:386
#, c-format
msgid "Tag the selected photo as \"%s\""
msgstr "Oštítkovat vybranou fotku jako „%s“"
-#: ../src/Resources.vala:392
+#: ../src/Resources.vala:387
#, c-format
msgid "Tag the selected photos as \"%s\""
msgstr "Oštítkovat vybrané fotky jako „%s“"
-#: ../src/Resources.vala:396
+#: ../src/Resources.vala:391
#, c-format
msgid "Remove Tag \"%s\" From _Photo"
msgstr "Odstranit z _fotky štítek „%s“"
-#: ../src/Resources.vala:397
+#: ../src/Resources.vala:392
#, c-format
msgid "Remove Tag \"%s\" From _Photos"
msgstr "Odstranit z _fotek štítek „%s“"
-#: ../src/Resources.vala:401
+#: ../src/Resources.vala:396
#, c-format
msgid "Remove Tag \"%s\" From Photo"
msgstr "Odstranit z fotky šítek „%s“"
-#: ../src/Resources.vala:402
+#: ../src/Resources.vala:397
#, c-format
msgid "Remove Tag \"%s\" From Photos"
msgstr "Odstranit z fotek štítek „%s“"
-#: ../src/Resources.vala:406
+#: ../src/Resources.vala:401
#, c-format
msgid "Unable to rename tag to \"%s\" because the tag already exists."
msgstr "Nelze přejmenovat šítek na „%s“, protože takový už existuje."
-#: ../src/Resources.vala:410
+#: ../src/Resources.vala:405
#, c-format
msgid "Unable to rename search to \"%s\" because the search already exists."
msgstr "Nelze přejmenovat hledání na „%s“, protože takové už existuje."
-#: ../src/Resources.vala:413
+#: ../src/Resources.vala:408
msgid "Saved Search"
msgstr "Uložené hledání"
-#: ../src/Resources.vala:415
+#: ../src/Resources.vala:410
msgid "Delete Search"
msgstr "Smazat hledání"
-#: ../src/Resources.vala:418
+#: ../src/Resources.vala:413
msgid "_Edit..."
msgstr "_Upravit…"
-#: ../src/Resources.vala:419
+#: ../src/Resources.vala:414
msgid "Re_name..."
msgstr "Přejme_novat…"
-#: ../src/Resources.vala:422
+#: ../src/Resources.vala:417
#, c-format
msgid "Rename Search \"%s\" to \"%s\""
msgstr "Přejmenovat hledání „%s“ na „%s“"
-#: ../src/Resources.vala:426
+#: ../src/Resources.vala:421
#, c-format
msgid "Delete Search \"%s\""
msgstr "Smazat hledání „%s“"
-#: ../src/Resources.vala:584
+#: ../src/Resources.vala:579
#, c-format
msgid "Rate %s"
msgstr "Hodnocení %s"
-#: ../src/Resources.vala:585
+#: ../src/Resources.vala:580
#, c-format
msgid "Set rating to %s"
msgstr "Nastavit ohodnocení na %s"
-#: ../src/Resources.vala:586
+#: ../src/Resources.vala:581
#, c-format
msgid "Setting rating to %s"
msgstr "Nastavuje se ohodnocení na %s"
-#: ../src/Resources.vala:588
+#: ../src/Resources.vala:583
#, c-format
msgid "Display %s"
msgstr "Zobrazit %s"
-#: ../src/Resources.vala:589
+#: ../src/Resources.vala:584
#, c-format
msgid "Only show photos with a rating of %s"
msgstr "Zobrazit jen fotografie s ohodnocením %s"
-#: ../src/Resources.vala:590
+#: ../src/Resources.vala:585
#, c-format
msgid "%s or Better"
msgstr "%s nebo lepší"
-#: ../src/Resources.vala:591
+#: ../src/Resources.vala:586
#, c-format
msgid "Display %s or Better"
msgstr "Zobrazit %s nebo lepší"
-#: ../src/Resources.vala:592
+#: ../src/Resources.vala:587
#, c-format
msgid "Only show photos with a rating of %s or better"
msgstr "Zobrazit jen fotografie s hodnocením %s nebo lepším"
-#: ../src/Resources.vala:683
+#: ../src/Resources.vala:678
msgid "Remove the selected photos from the trash"
msgstr "Odstranit vybrané fotografie z koše"
-#: ../src/Resources.vala:684
+#: ../src/Resources.vala:679
msgid "Remove the selected photos from the library"
msgstr "Odstraní vybrané fotografie z knihovny"
-#: ../src/Resources.vala:686
+#: ../src/Resources.vala:681
msgid "_Restore"
msgstr "O_bnovit"
-#: ../src/Resources.vala:687
+#: ../src/Resources.vala:682
msgid "Move the selected photos back into the library"
msgstr "Přesunout vybrané fotografie zpět do knihovny"
-#: ../src/Resources.vala:689
+#: ../src/Resources.vala:684
msgid "Show in File Mana_ger"
msgstr "Otevřít ve _správci souborů"
-#: ../src/Resources.vala:690
+#: ../src/Resources.vala:685
msgid "Open the selected photo's directory in the file manager"
msgstr "Otevřít vybranou složku s fotografiemi ve správci souborů"
-#: ../src/Resources.vala:693
+#: ../src/Resources.vala:688
#, c-format
msgid "Unable to open in file manager: %s"
msgstr "Nelze otevřít ve správci souborů: %s"
-#: ../src/Resources.vala:696
+#: ../src/Resources.vala:691
msgid "R_emove From Library"
msgstr "O_dstranit z knihovny"
-#: ../src/Resources.vala:698
+#: ../src/Resources.vala:693
msgid "_Move to Trash"
msgstr "Přesu_nout do koše"
-#: ../src/Resources.vala:700
+#: ../src/Resources.vala:695
msgid "Select _All"
msgstr "Vybrat _vše"
-#: ../src/Resources.vala:701
+#: ../src/Resources.vala:696
msgid "Select all items"
msgstr "Vybrat všechny položky"
@@ -3710,20 +3714,20 @@ msgstr "Vybrat všechny položky"
#. / Locale-specific time format for 12-hour time, i.e. 8:31 PM
#. / Precede modifier with a dash ("-") to pad with spaces, otherwise will pad with zeroes
#. / See http://developer.gnome.org/glib/2.32/glib-GDateTime.html#g-date-time-format
-#: ../src/Resources.vala:780
+#: ../src/Resources.vala:775
msgid "%-I:%M %p"
msgstr "%l∶%M %p"
#. / Locale-specific time format for 12-hour time with seconds, i.e. 8:31:42 PM
#. / Precede modifier with a dash ("-") to pad with spaces, otherwise will pad with zeroes
#. / See http://developer.gnome.org/glib/2.32/glib-GDateTime.html#g-date-time-format
-#: ../src/Resources.vala:785
+#: ../src/Resources.vala:780
msgid "%-I:%M:%S %p"
msgstr "%l∶%M:%S %p"
#. / Locale-specific calendar date format, i.e. "Tue Mar 08, 2006"
#. / See http://developer.gnome.org/glib/2.32/glib-GDateTime.html#g-date-time-format
-#: ../src/Resources.vala:789
+#: ../src/Resources.vala:784
msgid "%a %b %d, %Y"
msgstr "%a, %e. %B %Y"
@@ -3733,14 +3737,14 @@ msgstr "%a, %e. %B %Y"
#. / Locale-specific calendar date format for multi-month strings,
#. / i.e. the "Tue Mar 08" in "Tue Mar 08 to Mon Apr 06, 2006"
#. / See http://developer.gnome.org/glib/2.32/glib-GDateTime.html#g-date-time-format
-#: ../src/Resources.vala:794 ../src/Resources.vala:804
+#: ../src/Resources.vala:789 ../src/Resources.vala:799
msgid "%a %b %d"
msgstr "%a, %e. %B"
#. / Locale-specific ending date format for multi-date strings,
#. / i.e. the "10, 2006" in "Tue Mar 08 - 10, 2006"
#. / See http://developer.gnome.org/glib/2.32/glib-GDateTime.html#g-date-time-format
-#: ../src/Resources.vala:799
+#: ../src/Resources.vala:794
msgid "%d, %Y"
msgstr "%e. %Y"
@@ -3847,7 +3851,7 @@ msgid "untitled"
msgstr "bez názvu"
#. multiple videos
-#: ../src/VideoSupport.vala:489
+#: ../src/VideoSupport.vala:490
msgid "Export Videos"
msgstr "Export videí"
@@ -3855,7 +3859,7 @@ msgstr "Export videí"
msgid "Cameras"
msgstr "Fotoaparáty"
-#: ../src/camera/ImportPage.vala:459
+#: ../src/camera/ImportPage.vala:458
msgid ""
"Unable to unmount camera. Try unmounting the camera from the file manager."
msgstr ""
@@ -3863,11 +3867,11 @@ msgstr ""
"správce souborů."
#. hide duplicates checkbox
-#: ../src/camera/ImportPage.vala:776
+#: ../src/camera/ImportPage.vala:775
msgid "Hide photos already imported"
msgstr "Skrýt již naimportované fotky"
-#: ../src/camera/ImportPage.vala:777
+#: ../src/camera/ImportPage.vala:776
msgid "Only display photos that have not been imported"
msgstr "Zobrazit jen fotografie, které ještě nebyly naimportovány"
@@ -3875,28 +3879,28 @@ msgstr "Zobrazit jen fotografie, které ještě nebyly naimportovány"
#. prior to import.
#. TODO: replace this with approved text for "talking to camera,
#. please wait" once new strings are being accepted.
-#: ../src/camera/ImportPage.vala:847
+#: ../src/camera/ImportPage.vala:846
msgid "Starting import, please wait..."
msgstr "Začíná import, čekejte prosím…"
-#: ../src/camera/ImportPage.vala:886
+#: ../src/camera/ImportPage.vala:885
msgid "Import _Selected"
msgstr "Importovat vy_brané"
-#: ../src/camera/ImportPage.vala:887
+#: ../src/camera/ImportPage.vala:886
msgid "Import the selected photos into your library"
msgstr "Importovat vybrané fotografie do knihovny"
-#: ../src/camera/ImportPage.vala:892
+#: ../src/camera/ImportPage.vala:891
msgid "Import _All"
msgstr "Importovat _vše"
-#: ../src/camera/ImportPage.vala:893
+#: ../src/camera/ImportPage.vala:892
msgid "Import all the photos into your library"
msgstr "Importovat všechny fotografie do knihovny"
#. it's mounted, offer to unmount for the user
-#: ../src/camera/ImportPage.vala:1014
+#: ../src/camera/ImportPage.vala:1013
msgid ""
"Shotwell needs to unmount the camera from the filesystem in order to access "
"it. Continue?"
@@ -3904,15 +3908,15 @@ msgstr ""
"Shotwell potřebuje kvůli přístupu odpojit fotoaparát ze souborového systému. "
"Pokračovat?"
-#: ../src/camera/ImportPage.vala:1020
+#: ../src/camera/ImportPage.vala:1019
msgid "_Unmount"
msgstr "_Odpojit"
-#: ../src/camera/ImportPage.vala:1025
+#: ../src/camera/ImportPage.vala:1024
msgid "Please unmount the camera."
msgstr "Odpojte prosím fotoaparát."
-#: ../src/camera/ImportPage.vala:1030
+#: ../src/camera/ImportPage.vala:1029
msgid ""
"The camera is locked by another application. Shotwell can only access the "
"camera when it's unlocked. Please close any other application using the "
@@ -3922,11 +3926,11 @@ msgstr ""
"který není blokovaný jinou aplikací. Ukončete všechny aplikace, které ho "
"používají, a zkuste to znovu."
-#: ../src/camera/ImportPage.vala:1040
+#: ../src/camera/ImportPage.vala:1039
msgid "Please close any other application using the camera."
msgstr "Ukončete prosím ostatní aplikace používající fotoaparát."
-#: ../src/camera/ImportPage.vala:1045
+#: ../src/camera/ImportPage.vala:1044
#, c-format
msgid ""
"Unable to fetch previews from the camera:\n"
@@ -3935,25 +3939,25 @@ msgstr ""
"Nelze načíst náhledy z fotoaparátu:\n"
"%s"
-#: ../src/camera/ImportPage.vala:1062
+#: ../src/camera/ImportPage.vala:1061
msgid "Unmounting..."
msgstr "Odpojuje se…"
-#: ../src/camera/ImportPage.vala:1168
+#: ../src/camera/ImportPage.vala:1167
msgid "Fetching photo information"
msgstr "Získávají se informace o fotografii"
-#: ../src/camera/ImportPage.vala:1523
+#: ../src/camera/ImportPage.vala:1522
#, c-format
msgid "Fetching preview for %s"
msgstr "Získává se náhled pro %s"
-#: ../src/camera/ImportPage.vala:1639
+#: ../src/camera/ImportPage.vala:1638
#, c-format
msgid "Unable to lock camera: %s"
msgstr "Nelze uzamknout fotoaparát: %s"
-#: ../src/camera/ImportPage.vala:1724
+#: ../src/camera/ImportPage.vala:1723
#, c-format
msgid "Delete this photo from camera?"
msgid_plural "Delete these %d photos from camera?"
@@ -3961,7 +3965,7 @@ msgstr[0] "Smazat tuto fotografii z fotoaparátu?"
msgstr[1] "Smazat tyto %d fotografie z fotoaparátu?"
msgstr[2] "Smazat těchto %d fotografií z fotoaparátu?"
-#: ../src/camera/ImportPage.vala:1727
+#: ../src/camera/ImportPage.vala:1726
#, c-format
msgid "Delete this video from camera?"
msgid_plural "Delete these %d videos from camera?"
@@ -3969,7 +3973,7 @@ msgstr[0] "Smazat toto video z fotoaparátu?"
msgstr[1] "Smazat tato %d videa z fotoaparátu?"
msgstr[2] "Smazat těchto %d videí z fotoaparátu?"
-#: ../src/camera/ImportPage.vala:1730
+#: ../src/camera/ImportPage.vala:1729
#, c-format
msgid "Delete this photo/video from camera?"
msgid_plural "Delete these %d photos/videos from camera?"
@@ -3977,7 +3981,7 @@ msgstr[0] "Smazat tuto fotografii/video z fotoaparátu?"
msgstr[1] "Smazat tyto %d fotografie/videa z fotoaparátu?"
msgstr[2] "Smazat těchto %d fotografií/videí z fotoaparátu?"
-#: ../src/camera/ImportPage.vala:1733
+#: ../src/camera/ImportPage.vala:1732
#, c-format
msgid "Delete these files from camera?"
msgid_plural "Delete these %d files from camera?"
@@ -3985,11 +3989,11 @@ msgstr[0] "Smazat tento soubor z fotoaparátu?"
msgstr[1] "Smazat tyto %d soubory z fotoaparátu?"
msgstr[2] "Smazat těchto %d souborů z fotoaparátu?"
-#: ../src/camera/ImportPage.vala:1760
+#: ../src/camera/ImportPage.vala:1759
msgid "Removing photos/videos from camera"
msgstr "Odstraňují se fotografie/videa z fotoaparátu"
-#: ../src/camera/ImportPage.vala:1764
+#: ../src/camera/ImportPage.vala:1763
#, c-format
msgid "Unable to delete %d photo/video from the camera due to errors."
msgid_plural "Unable to delete %d photos/videos from the camera due to errors."
@@ -4128,26 +4132,31 @@ msgid ""
"%s."
msgstr "%s nepodporuje formát %s."
-#: ../src/direct/DirectPhotoPage.vala:422
+#: ../src/direct/DirectPhotoPage.vala:248
+#, c-format
+msgid "Unable open photo %s. Sorry."
+msgstr "Nelze otevřít fotografii %s."
+
+#: ../src/direct/DirectPhotoPage.vala:432
msgid "_Save a Copy"
msgstr "Uložit _kopii"
-#: ../src/direct/DirectPhotoPage.vala:425
+#: ../src/direct/DirectPhotoPage.vala:435
#, c-format
msgid "Lose changes to %s?"
msgstr "Zahodit změny v %s?"
-#: ../src/direct/DirectPhotoPage.vala:426
+#: ../src/direct/DirectPhotoPage.vala:436
msgid "Close _without Saving"
msgstr "Zavřít _bez uložení"
-#: ../src/direct/DirectPhotoPage.vala:459
+#: ../src/direct/DirectPhotoPage.vala:469
#, c-format
msgid "Error while saving to %s: %s"
msgstr "Chyba při ukládání %s: %s"
-#: ../src/direct/DirectPhotoPage.vala:487
-#: ../src/direct/DirectPhotoPage.vala:508
+#: ../src/direct/DirectPhotoPage.vala:497
+#: ../src/direct/DirectPhotoPage.vala:518
msgid "Save As"
msgstr "Uložení jako"
diff --git a/po/de.po b/po/de.po
index 4e68eff..4cb500f 100644
--- a/po/de.po
+++ b/po/de.po
@@ -45,9 +45,9 @@ msgstr ""
"Project-Id-Version: shotwell-0.15\n"
"Report-Msgid-Bugs-To: http://bugzilla.gnome.org/enter_bug.cgi?"
"product=shotwell&keywords=I18N+L10N&component=Internationalization\n"
-"POT-Creation-Date: 2016-04-18 17:07+0000\n"
-"PO-Revision-Date: 2016-04-18 19:59+0200\n"
-"Last-Translator: Mario Blättermann <mario.blaettermann@gmail.com>\n"
+"POT-Creation-Date: 2016-06-11 13:15+0000\n"
+"PO-Revision-Date: 2016-06-14 22:12+0200\n"
+"Last-Translator: Christian Kirbach <christian.kirbach@gmail.com>\n"
"Language-Team: German (http://www.transifex.com/projects/p/shotwell/language/"
"de/)\n"
"Language: de\n"
@@ -57,14 +57,14 @@ msgstr ""
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Poedit 1.8.7.1\n"
-#: ../plugins/common/RESTSupport.vala:425
+#: ../plugins/common/RESTSupport.vala:424
#: ../plugins/shotwell-publishing-extras/TumblrPublishing.vala:968
msgid "A temporary file needed for publishing is unavailable"
msgstr ""
"Eine temporäre Datei, die für das Veröffentlichen benötigt wird, ist nicht "
"verfügbar"
-#: ../plugins/common/RESTSupport.vala:1145
+#: ../plugins/common/RESTSupport.vala:1138
msgid ""
"You have already logged in and out of a Google service during this Shotwell "
"session.\n"
@@ -73,7 +73,7 @@ msgid ""
"try publishing again."
msgstr ""
"Sie haben sich während dieser Shotwell-Sitzung bereits bei einem Google-"
-"Service an- und abgemeldet.\n"
+"Dienst an- und abgemeldet.\n"
"\n"
"Um weitere Veröffentlichungen durchführen zu können, müssen Sie Shotwell "
"schließen und erneut starten. Versuchen Sie es danach erneut."
@@ -84,7 +84,9 @@ msgstr "Die Shotwell-Webseite besuchen"
#: ../plugins/common/Resources.vala:28 ../src/AppWindow.vala:705
msgid "translator-credits"
-msgstr "Christian Kirbach <Christian.Kirbach@gmail.com>, 2014, 2015"
+msgstr ""
+"Christian Kirbach <Christian.Kirbach@gmail.com>, 2014, 2015, 2016\n"
+"Mario Blättermann <mario.blaettermann@gmail.com>"
#: ../plugins/shotwell-data-imports/FSpotImporter.vala:34
#: ../plugins/shotwell-publishing/FacebookPublishing.vala:32
@@ -104,11 +106,11 @@ msgid ""
"libraries found by Shotwell or by selecting an alternative F-Spot database "
"file."
msgstr ""
-"Herzlich Willkommen zum F-Spot Bibliotheksimport-Dienst.\n"
+"Herzlich willkommen zum Importdienst für F-Spot-Bibliotheken.\n"
"\n"
"Bitte wählen Sie eine zu importierende Bibliothek, entweder durch das "
"Auswählen einer von Shotwell automatisch erkannten Datenbank, oder durch ein "
-"manuelles Auswählen einer F-Spot Datenbankdatei."
+"manuelles Auswählen einer F-Spot-Datenbankdatei."
#: ../plugins/shotwell-data-imports/FSpotImporter.vala:58
msgid ""
@@ -116,44 +118,44 @@ msgid ""
"\n"
"Please select an F-Spot database file."
msgstr ""
-"Herzlich Willkommen zum F-Spot Bibliotheksimport-Dienst.\n"
+"Herzlich Willkommen zum Importdienst für F-Spot-Bibliotheken.\n"
"\n"
-"Bitte wählen Sie eine F-Spot Datenbankdatei."
+"Bitte wählen Sie eine F-Spot-Datenbankdatei."
#: ../plugins/shotwell-data-imports/FSpotImporter.vala:60
msgid "Manually select an F-Spot database file to import:"
-msgstr "Manuell eine zu importierende F-Spot Datenbank wählen:"
+msgstr "Manuell eine zu importierende F-Spot-Datenbank wählen:"
#: ../plugins/shotwell-data-imports/FSpotImporter.vala:62
msgid ""
"Cannot open the selected F-Spot database file: the file does not exist or is "
"not an F-Spot database"
msgstr ""
-"Die ausgewählte F-Spot Datenbank konnte nicht geöffnet werden: Diese Datei "
-"existiert nicht oder ist keine F-Spot Datenbank."
+"Die ausgewählte F-Spot-Datenbank konnte nicht geöffnet werden: Diese Datei "
+"existiert nicht oder ist keine F-Spot-Datenbank."
#: ../plugins/shotwell-data-imports/FSpotImporter.vala:64
msgid ""
"Cannot open the selected F-Spot database file: this version of the F-Spot "
"database is not supported by Shotwell"
msgstr ""
-"Die ausgewählte F-Spot Datenbank konnte nicht geöffnet werden: Diese "
+"Die ausgewählte F-Spot-Datenbank konnte nicht geöffnet werden: Diese "
"Datenbankversion wird aktuell noch nicht unterstützt."
#: ../plugins/shotwell-data-imports/FSpotImporter.vala:66
msgid ""
"Cannot read the selected F-Spot database file: error while reading tags table"
msgstr ""
-"Beim Lesen der ausgewählten F-Spot Datenbank trat ein Fehler auf: Die "
-"Tabelle \"Tags\" konnte nicht gelesen werden."
+"Beim Lesen der ausgewählten F-Spot-Datenbank trat ein Fehler auf: Die "
+"Tabelle »Tags« konnte nicht gelesen werden."
#: ../plugins/shotwell-data-imports/FSpotImporter.vala:68
msgid ""
"Cannot read the selected F-Spot database file: error while reading photos "
"table"
msgstr ""
-"Beim Lesen der ausgewählten F-Spot Datenbank trat ein Fehler auf: Die "
-"Tabelle \"Fotos\" konnte nicht gelesen werden."
+"Beim Lesen der ausgewählten F-Spot-Datenbank trat ein Fehler auf: Die "
+"Tabelle »Fotos« konnte nicht gelesen werden."
#: ../plugins/shotwell-data-imports/FSpotImporter.vala:70
#, c-format
@@ -164,23 +166,24 @@ msgid ""
"You can close this dialog and start using Shotwell while the import is "
"taking place in the background."
msgstr ""
-"Shotwell hat %d Fotos in der F-Spot Datenbank gefunden und importiert diese "
-"zurzeit. Duplikate werden automatisch erkannt und entfernt. ⏎ ⏎ Sie können "
-"diesen Dialog schließen und Shotwell schon einmal nutzen während im "
+"Shotwell hat %d Fotos in der F-Spot-Datenbank gefunden und importiert diese "
+"zurzeit. Duplikate werden automatisch erkannt und entfernt.\n"
+"\n"
+"Sie können diesen Dialog schließen und Shotwell nun benutzen, während im "
"Hintergrund noch der Import läuft."
#: ../plugins/shotwell-data-imports/FSpotImporter.vala:84
#, c-format
msgid "F-Spot library: %s"
-msgstr "F-Spot Bibliothek: %s"
+msgstr "F-Spot-Bibliothek: %s"
#: ../plugins/shotwell-data-imports/FSpotImporter.vala:422
msgid "Preparing to import"
-msgstr "Vorbereite Import"
+msgstr "Import wird vorbereitet"
#: ../plugins/shotwell-data-imports/shotwell-data-imports.vala:22
msgid "Core Data Import Services"
-msgstr "Kerndaten Importdienst"
+msgstr "Kerndaten-Importdienst"
#: ../plugins/shotwell-publishing-extras/GalleryConnector.vala:41
msgid "Gallery3 publishing module"
@@ -205,7 +208,7 @@ msgstr "Shotwell"
#: ../plugins/shotwell-publishing-extras/GalleryConnector.vala:117
msgid "Shotwell default directory"
-msgstr "Shotwell Vorgabeverzeichnis"
+msgstr "Vorgabeordner für Shotwell"
#: ../plugins/shotwell-publishing-extras/GalleryConnector.vala:801
#, c-format
@@ -252,7 +255,7 @@ msgid ""
"key) for your Gallery3 account."
msgstr ""
"Geben Sie die Adresse Ihrer Gallery3-Fotobibliothek an, sowie Ihren "
-"Benutzernamen und Kennwort (oder API-Schlüssel) für das mir Ihrer Bibliothek "
+"Benutzernamen und Passwort (oder API-Schlüssel) für das mit Ihrer Bibliothek "
"verbundene Gallery3-Benutzerkonto."
#: ../plugins/shotwell-publishing-extras/GalleryConnector.vala:1820
@@ -270,9 +273,9 @@ msgid ""
"instance. Please make sure you typed it correctly and it does not have any "
"trailing components (e.g., index.php)."
msgstr ""
-"Die eingegebene Adresse scheint nicht im Hauptverzeichnis der Gallery3-"
-"Instanz zu sein. Bitte stellen Sie sicher, dass Sie sie korrekt eingegeben "
-"haben und dass Sie keine nachfolgenden Bestandteile haben (z.B.: index.php)."
+"Die eingegebene Adresse scheint nicht im Hauptordner der Gallery3-Instanz zu "
+"sein. Bitte stellen Sie sicher, dass Sie sie korrekt eingegeben haben und "
+"dass Sie keine nachfolgenden Bestandteile haben (z.B.: index.php)."
#: ../plugins/shotwell-publishing-extras/GalleryConnector.vala:1874
msgid "Unrecognized User"
@@ -280,7 +283,7 @@ msgstr "Unbekannter Benutzer"
#: ../plugins/shotwell-publishing-extras/GalleryConnector.vala:1879
msgid " Site Not Found"
-msgstr "Seite nicht gefunden"
+msgstr " Seite nicht gefunden"
#: ../plugins/shotwell-publishing-extras/RajcePublishing.vala:38
msgid "Copyright (C) 2013 rajce.net"
@@ -289,12 +292,12 @@ msgstr "Copyright (C) 2013 rajce.net"
#: ../plugins/shotwell-publishing-extras/RajcePublishing.vala:742
msgid "An error message occurred when publishing to Rajce. Please try again."
msgstr ""
-"Ein Fehler trat auf beim Veröffentlichen auf rajce. Bitte versuchen Sie es "
+"Ein Fehler trat beim Veröffentlichen auf Rajce auf. Bitte versuchen Sie es "
"erneut."
#: ../plugins/shotwell-publishing-extras/RajcePublishing.vala:831
msgid "Enter email and password associated with your Rajce account."
-msgstr "Geben Sie den Benutzernamen und Ihr Kennwort für Ihr rajce-Konto ein."
+msgstr "Geben Sie den Benutzernamen und Ihr Passwort für Ihr Rajce-Konto ein."
#: ../plugins/shotwell-publishing-extras/RajcePublishing.vala:832
msgid "Invalid email and/or password. Please try again"
@@ -302,13 +305,13 @@ msgstr "E-Mail und/oder Passwort sind ungültig. Bitte versuchen Sie es erneut"
#: ../plugins/shotwell-publishing-extras/RajcePublishing.vala:863
msgid "Invalid User Email or Password"
-msgstr "Ungültige Benutzer-E-Mail oder Kennwort"
+msgstr "Ungültige Benutzer-E-Mail oder Passwort"
#: ../plugins/shotwell-publishing-extras/RajcePublishing.vala:890
#: ../plugins/shotwell-publishing-extras/tumblr_authentication_pane.glade.h:2
#: ../plugins/shotwell-publishing-extras/rajce_authentication_pane.glade.h:2
msgid "_Email address"
-msgstr "_Emailadresse"
+msgstr "_E-Mail-Adresse"
#: ../plugins/shotwell-publishing-extras/RajcePublishing.vala:891
#: ../plugins/shotwell-publishing-extras/tumblr_authentication_pane.glade.h:3
@@ -332,12 +335,12 @@ msgstr "Anmelden"
#: ../plugins/shotwell-publishing-extras/RajcePublishing.vala:1006
#: ../plugins/shotwell-publishing-extras/rajce_publishing_options_pane.glade.h:5
msgid "_Hide album"
-msgstr "Album _verstecken"
+msgstr "Album _verbergen"
#: ../plugins/shotwell-publishing-extras/RajcePublishing.vala:1013
#, c-format
msgid "You are logged into Rajce as %s."
-msgstr "Sie sind bei rajce als %s angemeldet."
+msgstr "Sie sind bei Rajce als %s angemeldet."
#: ../plugins/shotwell-publishing-extras/RajcePublishing.vala:1014
#: ../plugins/shotwell-publishing/PicasaPublishing.vala:670
@@ -349,14 +352,14 @@ msgstr "Fotos werden erscheinen in:"
#: ../plugins/shotwell-publishing-extras/rajce_publishing_options_pane.glade.h:3
#: ../plugins/shotwell-publishing/picasa_publishing_options_pane.glade.h:1
msgid "An _existing album:"
-msgstr "Ein _existentes Album:"
+msgstr "_einem vorhandenem Album:"
#: ../plugins/shotwell-publishing-extras/RajcePublishing.vala:1016
#: ../plugins/shotwell-publishing-extras/rajce_publishing_options_pane.glade.h:4
#: ../plugins/shotwell-publishing/picasa_publishing_options_pane.glade.h:2
#: ../plugins/shotwell-publishing/piwigo_publishing_options_pane.glade.h:3
msgid "A _new album named:"
-msgstr "_Neues Album:"
+msgstr "einem _neuen Album:"
#: ../plugins/shotwell-publishing-extras/RajcePublishing.vala:1017
#: ../plugins/shotwell-publishing-extras/rajce_publishing_options_pane.glade.h:6
@@ -412,20 +415,20 @@ msgstr "1280 x 853 Pixel"
#, c-format
msgid "'%s' isn't a valid response to an OAuth authentication request"
msgstr ""
-"'%s' ist keine gültige Antwort auf eine OAuth Authentifizierungsanfrage"
+"»%s« ist keine gültige Antwort auf eine OAuth-Authentifizierungsanfrage"
#: ../plugins/shotwell-publishing-extras/TumblrPublishing.vala:558
msgid ""
"TumblrPublisher: start( ): can't start; this publisher is not restartable."
msgstr ""
-"TumblrPublisher: start( ): kann nicht starten; das Werkzeug zum "
+"TumblrPublisher: start( ): kann nicht gestartet werden; das Werkzeug zum "
"Veröffentlichen ist nicht neu startbar."
#: ../plugins/shotwell-publishing-extras/TumblrPublishing.vala:586
msgid "Enter the username and password associated with your Tumblr account."
msgstr ""
-"Geben Sie den Benutzernamen und Ihr Kennwort ein für das mit Tumblr "
-"verbundene Konto."
+"Geben Sie den Benutzernamen und Ihr Passwort für das mit Tumblr verbundene "
+"Konto ein."
#: ../plugins/shotwell-publishing-extras/TumblrPublishing.vala:587
#: ../plugins/shotwell-publishing/PiwigoPublishing.vala:1000
@@ -436,7 +439,7 @@ msgstr ""
#: ../plugins/shotwell-publishing-extras/TumblrPublishing.vala:617
#: ../plugins/shotwell-publishing/PiwigoPublishing.vala:1037
msgid "Invalid User Name or Password"
-msgstr "Ungültiger Benutzername oder Kennwort"
+msgstr "Ungültiger Benutzername oder Passwort"
#: ../plugins/shotwell-publishing-extras/TumblrPublishing.vala:636
#: ../plugins/shotwell-publishing-extras/TumblrPublishing.vala:757
@@ -453,15 +456,16 @@ msgstr ""
"Sie als %s bei Tumblr angemeldet.\n"
"\n"
+# Ich nehme mir hier mal die Freiheit, die im Deutschen übliche Transkription der kyrillischen Schrift anstelle der englischen zu verwenden.
#: ../plugins/shotwell-publishing-extras/YandexPublishing.vala:22
msgid "Copyright 2010+ Evgeniy Polyakov <zbr@ioremap.net>"
-msgstr "Copyright 2010+ Evgeniy Polyakov <zbr@ioremap.net>"
+msgstr "Copyright 2010+ Jewgeni Poljakow <zbr@ioremap.net>"
#: ../plugins/shotwell-publishing-extras/YandexPublishing.vala:25
msgid "Visit the Yandex.Fotki web site"
msgstr "Besuchen Sie die Yandex.Fotki-Webseite"
-#: ../plugins/shotwell-publishing-extras/YandexPublishing.vala:659
+#: ../plugins/shotwell-publishing-extras/YandexPublishing.vala:632
msgid "You are not currently logged into Yandex.Fotki."
msgstr "Sie sind aktuell nicht bei Yandex.Fotki angemeldet."
@@ -513,8 +517,8 @@ msgstr "Ein _vorhandenes Album"
#: ../plugins/shotwell-publishing-extras/gallery3_publishing_options_pane.glade.h:5
msgid "_Remove location, tag and camera-identifying data before uploading"
msgstr ""
-"_Entferne Ort, Kamera, und andere identifizierende Informationen vor dem "
-"Hochladen"
+"Ort, Kamera und andere identifizierende Informationen vor dem Hochladen "
+"_entfernen"
#: ../plugins/shotwell-publishing-extras/gallery3_publishing_options_pane.glade.h:6
msgid "'Publishing to $url as $username' (populated in application code)"
@@ -554,11 +558,11 @@ msgstr "Blogs:"
#: ../plugins/shotwell-publishing-extras/tumblr_publishing_options_pane.glade.h:2
#: ../plugins/shotwell-publishing/flickr_publishing_options_pane.glade.h:1
msgid "Photo _size:"
-msgstr "Bild_größe"
+msgstr "Bild_größe:"
#: ../plugins/shotwell-publishing-extras/rajce_publishing_options_pane.glade.h:1
msgid "you are logged in rajce as $name"
-msgstr "Sie sind bei rajce als $name angemeldet"
+msgstr "Sie sind bei Rajce als $name angemeldet"
#: ../plugins/shotwell-publishing-extras/rajce_publishing_options_pane.glade.h:7
msgid "$mediatype will appear in"
@@ -570,7 +574,7 @@ msgstr "_Alben (oder neues erstellen):"
#: ../plugins/shotwell-publishing-extras/yandex_publish_model.glade.h:2
msgid "Access _type:"
-msgstr "Zugriffs_typ"
+msgstr "Zugriffs_typ:"
#: ../plugins/shotwell-publishing-extras/yandex_publish_model.glade.h:3
msgid "Disable _comments"
@@ -578,14 +582,14 @@ msgstr "_Kommentare deaktivieren"
#: ../plugins/shotwell-publishing-extras/yandex_publish_model.glade.h:4
msgid "_Forbid downloading original photo"
-msgstr "Herunterladen des Originalfotos verbieten"
+msgstr "Herunterladen des Originalfotos _verbieten"
#: ../plugins/shotwell-publishing-extras/yandex_publish_model.glade.h:7
msgid "Public"
msgstr "Öffentlich"
#: ../plugins/shotwell-publishing-extras/yandex_publish_model.glade.h:8
-#: ../plugins/shotwell-publishing/FacebookPublishing.vala:1195
+#: ../plugins/shotwell-publishing/FacebookPublishing.vala:1181
msgid "Friends"
msgstr "Freunde"
@@ -615,7 +619,7 @@ msgstr ""
"Anmeldevorgangs eines erstellen. Während der Anmeldung wird Shotwell "
"möglicherweise nach Berechtigungen zum Hochladen von Fotos und zum Freigeben "
"der Fotos in Ihrem Feed fragen. Diese Berechtigungen sind notwendig, damit "
-"die Verbindungsmöglichkeiten von Shotwell zu Facebook funktionieren können."
+"die Kopplung von Shotwell und Facebook funktionieren kann."
#: ../plugins/shotwell-publishing/FacebookPublishing.vala:65
msgid ""
@@ -626,8 +630,8 @@ msgid ""
msgstr ""
"Sie haben sich in dieser Shotwell-Sitzung bereits bei Facebook an- und "
"wieder abgemeldet.\n"
-"Um weiterhin auf Facebook zu publizieren, beenden Sie Shotwell, starten es "
-"neu und versuchen es dann erneut."
+"Um weiterhin auf Facebook zu veröffentlichen, beenden Sie Shotwell, starten "
+"es neu und versuchen es dann erneut."
#: ../plugins/shotwell-publishing/FacebookPublishing.vala:86
msgid "Standard (720 pixels)"
@@ -654,7 +658,7 @@ msgstr ""
"Eine Datei, die veröffentlicht werden soll, ist nicht verfügbar. Die "
"Veröffentlichung auf Facebook ist nicht möglich."
-#: ../plugins/shotwell-publishing/FacebookPublishing.vala:1033
+#: ../plugins/shotwell-publishing/FacebookPublishing.vala:1019
#, c-format
msgid ""
"You are logged into Facebook as %s.\n"
@@ -663,21 +667,21 @@ msgstr ""
"Sie sind bei Facebook als %s angemeldet.\n"
"\n"
-#: ../plugins/shotwell-publishing/FacebookPublishing.vala:1034
+#: ../plugins/shotwell-publishing/FacebookPublishing.vala:1020
msgid "Where would you like to publish the selected photos?"
msgstr "Wo möchten Sie die ausgewählten Fotos veröffentlichen?"
-#: ../plugins/shotwell-publishing/FacebookPublishing.vala:1035
+#: ../plugins/shotwell-publishing/FacebookPublishing.vala:1021
#: ../plugins/shotwell-publishing/facebook_publishing_options_pane.glade.h:3
msgid "Upload _size:"
msgstr "_Größe zum Hochladen:"
-#: ../plugins/shotwell-publishing/FacebookPublishing.vala:1194
+#: ../plugins/shotwell-publishing/FacebookPublishing.vala:1180
#: ../plugins/shotwell-publishing/FlickrPublishing.vala:1214
msgid "Just me"
msgstr "Nur mich"
-#: ../plugins/shotwell-publishing/FacebookPublishing.vala:1196
+#: ../plugins/shotwell-publishing/FacebookPublishing.vala:1182
#: ../plugins/shotwell-publishing/FlickrPublishing.vala:1210
#: ../plugins/shotwell-publishing/PiwigoPublishing.vala:1234
msgid "Everyone"
@@ -692,8 +696,9 @@ msgid ""
msgstr ""
"Sie sind zurzeit nicht bei Flickr angemeldet.\n"
"\n"
-"Wählen Sie Login, um sich über Ihren Webbrowser bei Flickr anzumelden. Sie "
-"müssen \"Shotwell Connect\" autorisieren um sich mit Flickr zu verbinden."
+"Klicken Sie auf »Anmelden«, um sich über Ihren Webbrowser bei Flickr "
+"anzumelden. Sie müssen »Shotwell Connect« autorisieren, um sich mit Flickr "
+"zu verbinden."
#: ../plugins/shotwell-publishing/FlickrPublishing.vala:63
msgid ""
@@ -703,12 +708,12 @@ msgid ""
msgstr ""
"Sie haben sich in dieser Shotwell-Sitzung bereits bei Flickr an- und "
"abgemeldet.\n"
-"Um weiterhin auf Flickr zu publizieren zu können, beenden Sie Shotwell, "
+"Um weiterhin auf Flickr zu veröffentlichen zu können, beenden Sie Shotwell, "
"starten Sie es nochmals und versuchen es dann erneut."
#: ../plugins/shotwell-publishing/FlickrPublishing.vala:375
msgid "Preparing for login..."
-msgstr "Vorbereitung für Login …"
+msgstr "Anmeldung wird vorbereitet …"
#: ../plugins/shotwell-publishing/FlickrPublishing.vala:444
#: ../plugins/shotwell-publishing/FlickrPublishing.vala:595
@@ -721,7 +726,7 @@ msgstr ""
#: ../plugins/shotwell-publishing/FlickrPublishing.vala:457
msgid "Verifying authorization..."
-msgstr "Bestätige Autorisierung"
+msgstr "Autorisierung wird bestätigt …"
#: ../plugins/shotwell-publishing/FlickrPublishing.vala:1153
#, c-format
@@ -794,11 +799,11 @@ msgid ""
"Click Login to log into Picasa Web Albums in your Web browser. You will have "
"to authorize Shotwell Connect to link to your Picasa Web Albums account."
msgstr ""
-"Sie sind zur Zeit nicht bei Picasa Web Albums angemeldet.\n"
+"Sie sind zur Zeit nicht bei Picasa Webalben angemeldet.\n"
"\n"
-"Klicken Sie auf »Anmelden«, um sich in Ihrem Webbrowser bei Picasa Web "
-"Albums anzumelden. Sie müssen Shotwell Connect gestatten, sich mit Ihrem "
-"Konto bei Picasa Web Albums zu verbinden."
+"Klicken Sie auf »Anmelden«, um sich in Ihrem Webbrowser bei Picasa Webalben "
+"anzumelden. Sie müssen Shotwell Connect gestatten, sich mit Ihrem Konto bei "
+"Picasa Webalben zu verbinden."
#: ../plugins/shotwell-publishing/PicasaPublishing.vala:361
msgid ""
@@ -812,11 +817,11 @@ msgstr ""
#: ../plugins/shotwell-publishing/PicasaPublishing.vala:659
#, c-format
msgid "You are logged into Picasa Web Albums as %s."
-msgstr "Sie sind bei Picasa Web Album als %s angemeldet."
+msgstr "Sie sind bei Picasa Webalben als %s angemeldet."
#: ../plugins/shotwell-publishing/PicasaPublishing.vala:665
msgid "Videos will appear in:"
-msgstr "Videos werden erscheinen in:"
+msgstr "Videos werden folgendermaßen dargestellt:"
#: ../plugins/shotwell-publishing/PicasaPublishing.vala:746
msgid "Small (640 x 480 pixels)"
@@ -842,12 +847,12 @@ msgstr "Ursprungsgröße"
#: ../plugins/shotwell-publishing/PiwigoPublishing.vala:746
#, c-format
msgid "Creating album %s..."
-msgstr "Erstelle Alben %s …"
+msgstr "Album %s wird erstellt …"
#: ../plugins/shotwell-publishing/PiwigoPublishing.vala:917
msgid "An error message occurred when publishing to Piwigo. Please try again."
msgstr ""
-"Ein Fehler trat auf beim Veröffentlichen auf Piwigo. Bitte versuchen Sie "
+"Ein Fehler trat beim Veröffentlichen auf Piwigo auf. Bitte versuchen Sie "
"erneut."
#: ../plugins/shotwell-publishing/PiwigoPublishing.vala:998
@@ -855,17 +860,16 @@ msgid ""
"Enter the URL of your Piwigo photo library as well as the username and "
"password associated with your Piwigo account for that library."
msgstr ""
-"Geben Sie die Adresse Ihrer Piwigo Fotobibliothek an, sowie Ihren "
-"Benutzernamen und Kennwort für das mir Ihrer Bibliothek verbundene Piwigo "
-"Benutzerkonto."
+"Geben Sie die Adresse Ihrer Piwigo-Fotobibliothek sowie Ihren Benutzernamen "
+"und Passwort für das mit Ihrer Bibliothek verbundene Piwigo-Benutzerkonto an."
#: ../plugins/shotwell-publishing/PiwigoPublishing.vala:999
msgid ""
"Shotwell cannot contact your Piwigo photo library. Please verify the URL you "
"entered"
msgstr ""
-"Shotwell kann sich nicht mit Ihrer Piwigo Fotobibliothek verbinden. Bitte "
-"überprüfen Sie Ihre angegebene Adresse"
+"Shotwell kann sich nicht mit Ihrer Piwigo-Fotobibliothek verbinden. Bitte "
+"überprüfen Sie Ihre angegebene Adresse."
#: ../plugins/shotwell-publishing/PiwigoPublishing.vala:1032
msgid "Invalid URL"
@@ -929,7 +933,7 @@ msgstr "Nicht öffentlich aufgeführt"
#: ../plugins/shotwell-publishing/facebook_publishing_options_pane.glade.h:1
msgid "Publish to an e_xisting album:"
-msgstr "In ein e_xistierendes Album veröffentlichen:"
+msgstr "In einem e_xistierenden Album veröffentlichen:"
#: ../plugins/shotwell-publishing/facebook_publishing_options_pane.glade.h:2
msgid "Create a _new album named:"
@@ -946,20 +950,20 @@ msgstr "Fotos und Videos _sichtbar für:"
msgid ""
"_Remove location, camera, and other identifying information before uploading"
msgstr ""
-"_Entferne Ort, Kamera, und andere Identifizierende Informationen vor dem "
-"hochladen"
+"Ort, Kame_ra, und andere identifizierende Informationen vor dem Hochladen "
+"entfernen"
#: ../plugins/shotwell-publishing/flickr_pin_entry_pane.glade.h:1
msgid ""
"Enter the confirmation number which appears after you log into Flickr in "
"your Web browser."
msgstr ""
-"Geben Sie die Bestätigungsnummer ein, die nach der Anmeldung bei Flickr mit "
-"Ihrem Web Browser angezeigt wird."
+"Geben Sie zur Bestätigung die Zahl ein, die nach der Anmeldung bei Flickr in "
+"Ihrem Webbrowser angezeigt wird."
#: ../plugins/shotwell-publishing/flickr_pin_entry_pane.glade.h:2
msgid "Authorization _Number:"
-msgstr "Autorisationsnummer:"
+msgstr "Autorisierungsnummer:"
#: ../plugins/shotwell-publishing/flickr_pin_entry_pane.glade.h:3
#: ../src/Dialogs.vala:131
@@ -1000,25 +1004,25 @@ msgstr "Bildgröße:"
#: ../plugins/shotwell-publishing/piwigo_publishing_options_pane.glade.h:6
msgid "within category:"
-msgstr "in der Kategorie"
+msgstr "in der Kategorie:"
#: ../plugins/shotwell-publishing/piwigo_publishing_options_pane.glade.h:7
msgid "Album comment:"
-msgstr "Album Kommentare"
+msgstr "Album-Kommentar:"
#: ../plugins/shotwell-publishing/piwigo_publishing_options_pane.glade.h:9
msgid "_If a title is set and comment unset, use title as comment"
msgstr ""
-"_Falls ein Titel und kein Kommentar gesetzt ist, benutze den Titel als "
-"Kommentar"
+"_Falls ein Titel und kein Kommentar gesetzt ist, den Titel als Kommentar "
+"verwenden"
#: ../plugins/shotwell-publishing/piwigo_publishing_options_pane.glade.h:10
msgid "_Do no upload tags"
-msgstr "_Fototags nicht hochladen"
+msgstr "Stichworte zu _Fotos nicht hochladen"
#: ../plugins/shotwell-publishing/piwigo_publishing_options_pane.glade.h:11
msgid "Logout"
-msgstr "Ausloggen"
+msgstr "Abmelden"
#: ../plugins/shotwell-publishing/piwigo_publishing_options_pane.glade.h:12
#: ../src/Resources.vala:303
@@ -1027,11 +1031,11 @@ msgstr "Veröffentlichen"
#: ../plugins/shotwell-publishing/shotwell-publishing.vala:26
msgid "Core Publishing Services"
-msgstr "Standard-Publizierungsdienste"
+msgstr "Standard-Veröffentlichungsdienste"
#: ../plugins/shotwell-publishing/youtube_publishing_options_pane.glade.h:1
msgid "Video privacy _setting:"
-msgstr "Privatsphärenein_stellungen für Videos"
+msgstr "Privatsphärenein_stellungen für Videos:"
#: ../plugins/shotwell-transitions/BlindsEffect.vala:20
msgid "Blinds"
@@ -1067,7 +1071,7 @@ msgstr "Schieben"
#: ../plugins/shotwell-transitions/SquaresEffect.vala:20
msgid "Squares"
-msgstr "Quadratisch"
+msgstr "Quadrate"
#: ../plugins/shotwell-transitions/StripesEffect.vala:20
msgid "Stripes"
@@ -1075,7 +1079,7 @@ msgstr "Streifen"
#: ../plugins/shotwell-transitions/shotwell-transitions.vala:28
msgid "Core Slideshow Transitions"
-msgstr "Standard Diaschau-Übergänge"
+msgstr "Standardübergänge für Diaschauen"
#: ../plugins/shotwell-transitions/shotwell-transitions.vala:75
msgid "Copyright 2010 Maxim Kartashev, Copyright 2011-2015 Yorba Foundation"
@@ -1084,7 +1088,7 @@ msgstr "Copyright 2010 Maxim Kartashev, Copyright 2011-2015 Yorba Foundation"
#: ../src/AppDirs.vala:48 ../src/AppDirs.vala:99
#, c-format
msgid "Unable to create cache directory %s: %s"
-msgstr "Kann Verzeichnis zur Zwischenspeicherung nicht anlegen %s: %s"
+msgstr "Ordner zur Zwischenspeicherung kann nicht angelegt werden %s: %s"
#: ../src/AppDirs.vala:58 ../src/AppDirs.vala:88
#, c-format
@@ -1101,21 +1105,11 @@ msgstr "Bilder"
msgid "Unable to create temporary directory %s: %s"
msgstr "Fehler beim Erstellen des Ordners %s für temporäre Dateien: %s"
-#: ../src/AppDirs.vala:207 ../src/AppDirs.vala:238
+#: ../src/AppDirs.vala:207 ../src/AppDirs.vala:223
#, c-format
msgid "Unable to create data subdirectory %s: %s"
msgstr "Fehler beim Erstellen des Unterordners %s für Daten: %s"
-#: ../src/AppDirs.vala:220
-#, c-format
-msgid "Could not make directory %s writable"
-msgstr "Ordner %s konnte nicht schreibbar gesetzt werden"
-
-#: ../src/AppDirs.vala:223
-#, c-format
-msgid "Could not make directory %s writable: %s"
-msgstr "Ordner %s konnte nicht schreibbar gesetzt werden: %s"
-
#: ../src/AppWindow.vala:53
msgid "Pin Toolbar"
msgstr "Werkzeugleiste fixieren"
@@ -1134,7 +1128,7 @@ msgstr "_Inhalt"
#: ../src/AppWindow.vala:530
msgid "_Frequently Asked Questions"
-msgstr "Oft Gestellte _Fragen"
+msgstr "Oft gestellte _Fragen"
#: ../src/AppWindow.vala:535
msgid "_Report a Problem..."
@@ -1142,9 +1136,9 @@ msgstr "_Ein Problem melden …"
#: ../src/AppWindow.vala:634 ../src/AppWindow.vala:655
#: ../src/AppWindow.vala:672 ../src/Dialogs.vala:20 ../src/Dialogs.vala:28
-#: ../src/Dialogs.vala:1424 ../src/Dialogs.vala:1447 ../src/Resources.vala:162
-#: ../src/data_imports/DataImportsUI.vala:413
-#: ../src/publishing/PublishingUI.vala:512
+#: ../src/Dialogs.vala:1418 ../src/Dialogs.vala:1441 ../src/Resources.vala:162
+#: ../src/data_imports/DataImportsUI.vala:374
+#: ../src/publishing/PublishingUI.vala:475
msgid "_Cancel"
msgstr "_Abbrechen"
@@ -1168,17 +1162,17 @@ msgstr "Besuchen Sie die Yorba-Webseite"
#: ../src/AppWindow.vala:714
#, c-format
msgid "Unable to display help: %s"
-msgstr "Die Hilfe kann nicht anzeigt werden: %s"
+msgstr "Die Hilfe kann nicht angezeigt werden: %s"
#: ../src/AppWindow.vala:722
#, c-format
msgid "Unable to navigate to bug database: %s"
-msgstr "Kann nicht zur Datenbank von Fehlerberichten wechseln: %s"
+msgstr "Zur Datenbank von Fehlerberichten kann nicht gewechselt werden: %s"
#: ../src/AppWindow.vala:730
#, c-format
msgid "Unable to display FAQ: %s"
-msgstr "Die FAQ kann nicht anzeigt werden: %s"
+msgstr "Die oft gestellten Fragen können nicht angezeigt werden: %s"
#: ../src/BatchImport.vala:26
msgid "Success"
@@ -1206,7 +1200,7 @@ msgstr "Keine Datei"
#: ../src/BatchImport.vala:44
msgid "File already exists in database"
-msgstr "Datei ist bereits in der Datenbank"
+msgstr "Datei ist bereits in der Datenbank vorhanden"
#: ../src/BatchImport.vala:47
msgid "Unsupported file format"
@@ -1308,15 +1302,15 @@ msgstr "Verbessern wird zurückgenommen"
#: ../src/Commands.vala:853
msgid "Applying Color Transformations"
-msgstr "Wende Farbumwandlung an"
+msgstr "Farbumwandlungen werden angewendet"
#: ../src/Commands.vala:853
msgid "Undoing Color Transformations"
-msgstr "Entferne Farbumwandlung"
+msgstr "Farbumwandlung wird rückgängig gemacht"
#: ../src/Commands.vala:1003
msgid "Creating New Event"
-msgstr "Anlegen eines neuen Ereignisses"
+msgstr "Neues Ereignis wird angelegt"
#: ../src/Commands.vala:1004
msgid "Removing Event"
@@ -1350,20 +1344,20 @@ msgstr "Duplizierte Fotos werden entfernt"
#, c-format
msgid "Unable to duplicate one photo due to a file error"
msgid_plural "Unable to duplicate %d photos due to file errors"
-msgstr[0] "Kann das Foto wegen eines Dateifehlers nicht duplizieren"
-msgstr[1] "Kann %d Fotos wegen Dateifehlern nicht duplizieren"
+msgstr[0] "Wegen eines Dateifehlers kann das Foto nicht dupliziert werden"
+msgstr[1] "Wegen eines Dateifehlers können %d Fotos nicht dupliziert werden"
#: ../src/Commands.vala:1191
msgid "Restoring previous rating"
-msgstr "Vorhergehende Bewertung wiederherstellen"
+msgstr "Vorhergehende Bewertung wird wiederhergestellt"
#: ../src/Commands.vala:1201 ../src/Commands.vala:1202
msgid "Increasing ratings"
-msgstr "Bewertung erhöhen"
+msgstr "Bewertung wird erhöht"
#: ../src/Commands.vala:1201 ../src/Commands.vala:1202
msgid "Decreasing ratings"
-msgstr "Bewertung verringern"
+msgstr "Bewertung wird verringert"
#: ../src/Commands.vala:1252
msgid "Setting RAW developer"
@@ -1375,7 +1369,7 @@ msgstr "Vorherigen RAW-Entwickler wiederherstellen"
#: ../src/Commands.vala:1253
msgid "Set Developer"
-msgstr "Wähle Entwickler"
+msgstr "Entwickler wählen"
#: ../src/Commands.vala:1343
msgid "Original photo could not be adjusted."
@@ -1410,36 +1404,36 @@ msgstr[1] ""
#: ../src/Commands.vala:1633 ../src/Commands.vala:1656
msgid "Create Tag"
-msgstr "Tag erstellen"
+msgstr "Stichwort zuordnen"
#: ../src/Commands.vala:1691
#, c-format
msgid "Move Tag \"%s\""
-msgstr "Verschiebe Tag \"%s\""
+msgstr "Stichwort »%s« verschieben"
#: ../src/Commands.vala:2343
msgid "Move Photos to Trash"
-msgstr "Fotos in den Müll verschieben"
+msgstr "Fotos in den Papierkorb verschieben"
#: ../src/Commands.vala:2343
msgid "Restore Photos from Trash"
-msgstr "Fotos aus dem Müll wiederherstellen"
+msgstr "Fotos aus dem Papierkorb wiederherstellen"
#: ../src/Commands.vala:2344
msgid "Move the photos to the Shotwell trash"
-msgstr "Fotos in den Shotwell-Müll verschieben"
+msgstr "Fotos in den Shotwell-Papierkorb verschieben"
#: ../src/Commands.vala:2344
msgid "Restore the photos back to the Shotwell library"
-msgstr "Stelle die Fotos in der Shotwell Bibliothek wieder her"
+msgstr "Fotos in der Shotwell-Bibliothek wiederherstellen"
#: ../src/Commands.vala:2363
msgid "Moving Photos to Trash"
-msgstr "Fotos in den Müll verschieben"
+msgstr "Fotos werden in den Papierkorb verschoben"
#: ../src/Commands.vala:2363
msgid "Restoring Photos From Trash"
-msgstr "Fotos aus dem Müll wiederherstellen"
+msgstr "Fotos werden aus dem Papierkorb wiederhergestellt"
#: ../src/Commands.vala:2449
msgid "Flag selected photos"
@@ -1472,7 +1466,7 @@ msgstr "Nautilus Senden-An kann nicht gestartet werden: %s"
#: ../src/DesktopIntegration.vala:129
msgid "Send To"
-msgstr "Senden an …"
+msgstr "Senden an"
#: ../src/DesktopIntegration.vala:174
#, c-format
@@ -1488,10 +1482,10 @@ msgstr "Die Arbeitsflächen-Diaschau kann nicht vorbereitet werden: %s"
#, c-format
msgid "This will remove the tag \"%s\" from one photo. Continue?"
msgid_plural "This will remove the tag \"%s\" from %d photos. Continue?"
-msgstr[0] "Dies wird den Tag »%s« von einem Foto entfernen. Fortsetzen?"
-msgstr[1] "Dies wird den Tag »%s« von %d Fotos entfernen. Fortsetzen?"
+msgstr[0] "Dies wird das Stichwort »%s« von einem Foto entfernen. Fortsetzen?"
+msgstr[1] "Dies wird das Stichwort »%s« von %d Fotos entfernen. Fortsetzen?"
-#: ../src/Dialogs.vala:20 ../src/Dialogs.vala:28 ../src/Dialogs.vala:1392
+#: ../src/Dialogs.vala:20 ../src/Dialogs.vala:28 ../src/Dialogs.vala:1386
#: ../src/Resources.vala:163 ../src/Resources.vala:369
#: ../src/Resources.vala:417 ../src/Resources.vala:682
msgid "_Delete"
@@ -1544,7 +1538,7 @@ msgid ""
"Unable to export the following photo due to a file error.\n"
"\n"
msgstr ""
-"Kann das Foto wegen eines Dateifehlers nicht exportieren.\n"
+"Das Foto kann wegen eines Dateifehlers nicht exportiert werden.\n"
"\n"
#: ../src/Dialogs.vala:130
@@ -1554,6 +1548,7 @@ msgid ""
"Would you like to continue exporting?"
msgstr ""
"\n"
+"\n"
"Möchten Sie mit dem Exportieren fortfahren?"
#. "Unmodified" and "Current," though they appear in the "Format:" popup menu, really
@@ -1568,51 +1563,51 @@ msgid "Current"
msgstr "Aktuell"
#. layout controls
-#: ../src/Dialogs.vala:215
+#: ../src/Dialogs.vala:213
msgid "_Format:"
msgstr "_Format:"
-#: ../src/Dialogs.vala:218
+#: ../src/Dialogs.vala:216
msgid "_Quality:"
msgstr "_Qualität:"
-#: ../src/Dialogs.vala:221
+#: ../src/Dialogs.vala:219
msgid "_Scaling constraint:"
msgstr "_Skalierungsbeschränkung:"
-#: ../src/Dialogs.vala:224
+#: ../src/Dialogs.vala:222
msgid "_Pixels:"
msgstr "_Pixel:"
-#: ../src/Dialogs.vala:227
+#: ../src/Dialogs.vala:225
msgid "Export metadata"
-msgstr "Metadaten speichern"
+msgstr "Metadaten exportieren"
-#: ../src/Dialogs.vala:461
+#: ../src/Dialogs.vala:459
msgid "Save Details..."
-msgstr "speichere Details"
+msgstr "Details speichern …"
-#: ../src/Dialogs.vala:462
+#: ../src/Dialogs.vala:460
msgid "Save Details"
msgstr "Details speichern"
-#: ../src/Dialogs.vala:477
+#: ../src/Dialogs.vala:475
#, c-format
msgid "(and %d more)\n"
msgstr "(und %d andere)\n"
-#: ../src/Dialogs.vala:530
+#: ../src/Dialogs.vala:528
msgid "Import Results Report"
-msgstr "Import Ergebnisse anzeigen"
+msgstr "Importergebnisse anzeigen"
-#: ../src/Dialogs.vala:534
+#: ../src/Dialogs.vala:532
#, c-format
msgid "Attempted to import %d file."
msgid_plural "Attempted to import %d files."
msgstr[0] "%d Datei zu importieren versucht."
msgstr[1] "%d Dateien zu importieren versucht."
-#: ../src/Dialogs.vala:537
+#: ../src/Dialogs.vala:535
#, c-format
msgid "Of these, %d file was successfully imported."
msgid_plural "Of these, %d files were successfully imported."
@@ -1622,144 +1617,147 @@ msgstr[1] "Davon wurden %d Dateien erfolgreich importiert."
#.
#. Duplicates
#.
-#: ../src/Dialogs.vala:549
+#: ../src/Dialogs.vala:547
msgid "Duplicate Photos/Videos Not Imported:"
-msgstr "Duplikate wurden nicht importiert:"
+msgstr "Duplikate von Fotos und Videos wurden nicht importiert:"
-#: ../src/Dialogs.vala:553
+#: ../src/Dialogs.vala:551
msgid "duplicates existing media item"
msgstr "dupliziert bestehendes Medienelement"
#.
#. Files Not Imported Due to Camera Errors
#.
-#: ../src/Dialogs.vala:564
+#: ../src/Dialogs.vala:562
msgid "Photos/Videos Not Imported Due to Camera Errors:"
-msgstr "Fotos/Videos wurden aufgrund Kamera-Fehlern nicht importiert:"
+msgstr "Fotos/Videos wurden aufgrund von Kamera-Fehlern nicht importiert:"
-#: ../src/Dialogs.vala:567 ../src/Dialogs.vala:582 ../src/Dialogs.vala:597
-#: ../src/Dialogs.vala:613 ../src/Dialogs.vala:628 ../src/Dialogs.vala:642
+#: ../src/Dialogs.vala:565 ../src/Dialogs.vala:580 ../src/Dialogs.vala:595
+#: ../src/Dialogs.vala:611 ../src/Dialogs.vala:626 ../src/Dialogs.vala:640
msgid "error message:"
msgstr "Fehlermeldung:"
#.
#. Files Not Imported Because They Weren't Recognized as Photos or Videos
#.
-#: ../src/Dialogs.vala:578
+#: ../src/Dialogs.vala:576
msgid "Files Not Imported Because They Weren't Recognized as Photos or Videos:"
msgstr ""
-"Diese Dateien wurden nicht importiert da Sie nicht als Foto oder Video "
+"Diese Dateien wurden nicht importiert, da Sie nicht als Foto oder Video "
"erkannt wurden:"
#.
#. Photos/Videos Not Imported Because They Weren't in a Format Shotwell Understands
#.
-#: ../src/Dialogs.vala:593
+#: ../src/Dialogs.vala:591
msgid ""
"Photos/Videos Not Imported Because They Weren't in a Format Shotwell "
"Understands:"
msgstr ""
-"Dateien wurden nicht importiert da Sie nicht in einem mit Shotwell "
+"Dateien wurden nicht importiert, da Sie nicht in einem mit Shotwell "
"kompatiblem Format vorliegen:"
#.
#. Photos/Videos Not Imported Because Shotwell Couldn't Copy Them into its Library
#.
-#: ../src/Dialogs.vala:608
+#: ../src/Dialogs.vala:606
msgid ""
"Photos/Videos Not Imported Because Shotwell Couldn't Copy Them into its "
"Library:"
msgstr ""
-"Dateien wurden nicht importiert da Sie nicht in die Bibliothek kopiert "
+"Dateien wurden nicht importiert, da Sie nicht in die Bibliothek kopiert "
"werden konnten:"
-#: ../src/Dialogs.vala:612
+#: ../src/Dialogs.vala:610
#, c-format
msgid ""
"couldn't copy %s\n"
"\tto %s"
-msgstr "konnte %s⏎ » nicht nach %s kopieren"
+msgstr ""
+"%s konnte nicht\n"
+"\tnach %s kopiert werden"
#.
#. Photos/Videos Not Imported Because GDK Pixbuf Library Identified them as Corrupt
#.
-#: ../src/Dialogs.vala:624
+#: ../src/Dialogs.vala:622
msgid "Photos/Videos Not Imported Because Files Are Corrupt:"
-msgstr "Fotos/Videos konnten nicht importiert werden da sie korrupt erscheinen"
+msgstr ""
+"Fotos/Videos konnten nicht importiert werden, da die Dateien beschädigt sind:"
#.
#. Photos/Videos Not Imported for Other Reasons
#.
-#: ../src/Dialogs.vala:639
+#: ../src/Dialogs.vala:637
msgid "Photos/Videos Not Imported for Other Reasons:"
msgstr "Foto/Videos wurden aus anderen Gründen nicht importiert:"
-#: ../src/Dialogs.vala:659
+#: ../src/Dialogs.vala:657
#, c-format
msgid "1 duplicate photo was not imported:\n"
msgid_plural "%d duplicate photos were not imported:\n"
msgstr[0] "1 Duplikat des Fotos wurde nicht importiert:\n"
msgstr[1] "%d Duplikate des Fotos wurden nicht importiert:\n"
-#: ../src/Dialogs.vala:662
+#: ../src/Dialogs.vala:660
#, c-format
msgid "1 duplicate video was not imported:\n"
msgid_plural "%d duplicate videos were not imported:\n"
msgstr[0] "1 Duplikat des Videos wurde nicht importiert:\n"
msgstr[1] "%d Duplikate des Videos wurden nicht importiert:\n"
-#: ../src/Dialogs.vala:665
+#: ../src/Dialogs.vala:663
#, c-format
msgid "1 duplicate photo/video was not imported:\n"
msgid_plural "%d duplicate photos/videos were not imported:\n"
msgstr[0] "1 Duplikat des Fotos/Videos wurde nicht importiert:\n"
msgstr[1] "%d Duplikate der Fotos/Videos wurden nicht importiert:\n"
-#: ../src/Dialogs.vala:679
+#: ../src/Dialogs.vala:677
#, c-format
msgid "1 photo failed to import due to a file or hardware error:\n"
msgid_plural "%d photos failed to import due to a file or hardware error:\n"
msgstr[0] ""
"Ein Foto konnte wegen eines Datei- oder Hardwarefehlers nicht importiert "
-"werden.\n"
+"werden:\n"
msgstr[1] ""
-"%d Fotos konnten wegen Datei- oder Hardwarefehlern nicht importiert werden.\n"
+"%d Fotos konnten wegen Datei- oder Hardwarefehlern nicht importiert werden:\n"
-#: ../src/Dialogs.vala:682
+#: ../src/Dialogs.vala:680
#, c-format
msgid "1 video failed to import due to a file or hardware error:\n"
msgid_plural "%d videos failed to import due to a file or hardware error:\n"
msgstr[0] ""
"Ein Video konnte wegen eines Datei- oder Hardwarefehlers nicht importiert "
-"werden.\n"
+"werden:\n"
msgstr[1] ""
"%d Videos konnten wegen Datei- oder Hardwarefehlern nicht importiert "
-"werden.\n"
+"werden:\n"
-#: ../src/Dialogs.vala:685
+#: ../src/Dialogs.vala:683
#, c-format
msgid "1 photo/video failed to import due to a file or hardware error:\n"
msgid_plural ""
"%d photos/videos failed to import due to a file or hardware error:\n"
msgstr[0] ""
"Ein Foto/Video konnte wegen eines Datei- oder Hardwarefehlers nicht "
-"importiert werden.\n"
+"importiert werden:\n"
msgstr[1] ""
"%d Fotos/Videos konnten wegen Datei- oder Hardwarefehlern nicht importiert "
-"werden.\n"
+"werden:\n"
-#: ../src/Dialogs.vala:688
+#: ../src/Dialogs.vala:686
#, c-format
msgid "1 file failed to import due to a file or hardware error:\n"
msgid_plural "%d files failed to import due to a file or hardware error:\n"
msgstr[0] ""
"Eine Datei konnte wegen eines Datei- oder Hardwarefehlers nicht importiert "
-"werden.\n"
+"werden:\n"
msgstr[1] ""
"%d Dateien konnten wegen eines Datei- oder Hardwarefehlers nicht importiert "
-"werden.\n"
+"werden:\n"
-#: ../src/Dialogs.vala:702
+#: ../src/Dialogs.vala:700
#, c-format
msgid ""
"1 photo failed to import because the photo library folder was not writable:\n"
@@ -1767,13 +1765,13 @@ msgid_plural ""
"%d photos failed to import because the photo library folder was not "
"writable:\n"
msgstr[0] ""
-"1 Foto wurden nicht importiert, weil der Ordner mit der Foto-Bibliothek "
-"nicht beschreibbar ist:\n"
+"1 Foto wurde nicht importiert, weil der Ordner mit der Foto-Bibliothek "
+"schreibgeschützt ist:\n"
msgstr[1] ""
-"%d Fotos wurden nicht importiert, weil der Ordner der Foto-Bibliothek nicht "
-"beschreibbar ist:\n"
+"%d Fotos wurden nicht importiert, weil der Ordner der Foto-Bibliothek "
+"schreibgeschützt ist:\n"
-#: ../src/Dialogs.vala:705
+#: ../src/Dialogs.vala:703
#, c-format
msgid ""
"1 video failed to import because the photo library folder was not writable:\n"
@@ -1781,13 +1779,13 @@ msgid_plural ""
"%d videos failed to import because the photo library folder was not "
"writable:\n"
msgstr[0] ""
-"1 Videos wurden nicht importiert, weil der Foto-Bibliothek Ordner nicht "
-"beschreibbar ist:\n"
+"1 Videos wurde nicht importiert, weil der Ordner mit der Foto-Bibliothek "
+"schreibgeschützt ist:\n"
msgstr[1] ""
-"%d Videos wurden nicht importiert, weil der Foto-Bibliothek Ordner nicht "
-"beschreibbar ist:\n"
+"%d Videos wurden nicht importiert, weil der Ordner mit der Foto-Bibliothek "
+"schreibgeschützt ist:\n"
-#: ../src/Dialogs.vala:708
+#: ../src/Dialogs.vala:706
#, c-format
msgid ""
"1 photo/video failed to import because the photo library folder was not "
@@ -1796,13 +1794,13 @@ msgid_plural ""
"%d photos/videos failed to import because the photo library folder was not "
"writable:\n"
msgstr[0] ""
-"1 Fotos/Videos wurden nicht importiert, weil der Foto-Bibliothek Ordner "
-"nicht beschreibbar ist:\n"
+"1 Foto/Video wurde nicht importiert, weil der Ordner mit der Foto-Bibliothek "
+"schreibgeschützt ist:\n"
msgstr[1] ""
-"%d Fotos/Videos wurden nicht importiert, weil der Foto-Bibliothek Ordner "
-"nicht beschreibbar ist:\n"
+"%d Fotos/Videos wurden nicht importiert, weil der Ordner mit der Foto-"
+"Bibliothek schreibgeschützt ist:\n"
-#: ../src/Dialogs.vala:711
+#: ../src/Dialogs.vala:709
#, c-format
msgid ""
"1 file failed to import because the photo library folder was not writable:\n"
@@ -1811,248 +1809,244 @@ msgid_plural ""
"writable:\n"
msgstr[0] ""
"1 Datei wurde nicht importiert, weil der Ordner mit der Foto-Bibliothek "
-"nicht beschreibbar ist:\n"
+"schreibgeschützt ist:\n"
msgstr[1] ""
"%d Dateien wurden nicht importiert, weil der Ordner mit der Foto-Bibliothek "
-"nicht beschreibbar ist:\n"
+"schreibgeschützt ist:\n"
-#: ../src/Dialogs.vala:725
+#: ../src/Dialogs.vala:723
#, c-format
msgid "1 photo failed to import due to a camera error:\n"
msgid_plural "%d photos failed to import due to a camera error:\n"
msgstr[0] ""
-"Ein Foto konnte wegen eines Kamerafehlers nicht importiert werden.\n"
+"Ein Foto konnte wegen eines Kamerafehlers nicht importiert werden:\n"
msgstr[1] ""
-"%d Fotos konnten wegen eines Kamerafehlers nicht importiert werden.\n"
+"%d Fotos konnten wegen eines Kamerafehlers nicht importiert werden:\n"
-#: ../src/Dialogs.vala:728
+#: ../src/Dialogs.vala:726
#, c-format
msgid "1 video failed to import due to a camera error:\n"
msgid_plural "%d videos failed to import due to a camera error:\n"
msgstr[0] ""
-"Ein Video konnte wegen eines Kamerafehlers nicht importiert werden.\n"
+"Ein Video konnte wegen eines Kamerafehlers nicht importiert werden:\n"
msgstr[1] ""
-"%d Videos konnten wegen eines Kamerafehlers nicht importiert werden.\n"
+"%d Videos konnten wegen eines Kamerafehlers nicht importiert werden:\n"
-#: ../src/Dialogs.vala:731
+#: ../src/Dialogs.vala:729
#, c-format
msgid "1 photo/video failed to import due to a camera error:\n"
msgid_plural "%d photos/videos failed to import due to a camera error:\n"
msgstr[0] ""
-"Ein Foto/Video konnte wegen eines Kamerafehlers nicht importiert werden.\n"
+"Ein Foto/Video konnte wegen eines Kamerafehlers nicht importiert werden:\n"
msgstr[1] ""
-"%d Fotos/Videos konnten wegen eines Kamerafehlers nicht importiert werden.\n"
+"%d Fotos/Videos konnten wegen eines Kamerafehlers nicht importiert werden:\n"
-#: ../src/Dialogs.vala:734
+#: ../src/Dialogs.vala:732
#, c-format
msgid "1 file failed to import due to a camera error:\n"
msgid_plural "%d files failed to import due to a camera error:\n"
msgstr[0] ""
-"Ein Datei konnte wegen eines Kamerafehlers nicht importiert werden:\n"
+"Eine Datei konnte wegen eines Kamerafehlers nicht importiert werden:\n"
msgstr[1] ""
"%d Dateien konnte wegen eines Kamerafehlers nicht importiert werden:\n"
-#: ../src/Dialogs.vala:748
+#: ../src/Dialogs.vala:746
#, c-format
msgid "1 photo failed to import because it was corrupt:\n"
msgid_plural "%d photos failed to import because they were corrupt:\n"
msgstr[0] ""
-"Ein Foto konnte wegen eines Datei- oder Hardwarefehlers nicht importiert "
-"werden.\n"
+"Ein Foto konnte nicht importiert werden, weil die Datei beschädigt war:\n"
msgstr[1] ""
-"%d Fotos konnten wegen Datei- oder Hardwarefehlern nicht importiert werden.\n"
+"%d Fotos konnten nicht importiert werden, weil die Dateien beschädigt "
+"waren:\n"
-#: ../src/Dialogs.vala:751
+#: ../src/Dialogs.vala:749
#, c-format
msgid "1 video failed to import because it was corrupt:\n"
msgid_plural "%d videos failed to import because they were corrupt:\n"
msgstr[0] ""
-"Ein Video konnte wegen eines Datei- oder Hardwarefehlers nicht importiert "
-"werden.\n"
+"Ein Video konnte nicht importiert werden, weil die Datei beschädigt war:\n"
msgstr[1] ""
-"%d Videos konnten wegen Datei- oder Hardwarefehlern nicht importiert "
-"werden.\n"
+"%d Videos konnten nicht importiert werden, weil die Datei beschädigt war:\n"
-#: ../src/Dialogs.vala:754
+#: ../src/Dialogs.vala:752
#, c-format
msgid "1 photo/video failed to import because it was corrupt:\n"
msgid_plural "%d photos/videos failed to import because they were corrupt:\n"
msgstr[0] ""
-"Ein Foto/Video konnte wegen eines Datei- oder Hardwarefehlers nicht "
-"importiert werden.\n"
+"Ein Foto/Video konnte nicht importiert werden, weil die Datei beschädigt "
+"war:\n"
msgstr[1] ""
-"%d Fotos/Videos konnten wegen Datei- oder Hardwarefehlern nicht importiert "
-"werden.\n"
+"%d Fotos/Videos konnten nicht importiert werden, weil die Datei beschädigt "
+"war:\n"
-#: ../src/Dialogs.vala:757
+#: ../src/Dialogs.vala:755
#, c-format
msgid "1 file failed to import because it was corrupt:\n"
msgid_plural "%d files failed to import because it was corrupt:\n"
msgstr[0] ""
-"Eine Datei konnte wegen eines Datei- oder Hardwarefehlers nicht importiert "
-"werden.\n"
+"Eine Datei konnte nicht importiert werden, weil sie beschädigt war:\n"
msgstr[1] ""
-"%d Dateien konnten wegen eines Datei- oder Hardwarefehlers nicht importiert "
-"werden.\n"
+"%d Dateien konnten nicht importiert werden, weil sie beschädigt waren:\n"
#. we have no notion of "unsupported" video files right now in Shotwell (all
#. standard container formats are supported, it's just that the streams in them
#. might or might not be interpretable), so this message does not need to be
#. media specific
-#: ../src/Dialogs.vala:774
+#: ../src/Dialogs.vala:772
#, c-format
msgid "1 unsupported photo skipped:\n"
msgid_plural "%d unsupported photos skipped:\n"
-msgstr[0] "Ein Foto mit nicht unterstütztem Format übersprungen. \n"
-msgstr[1] "%d Fotos mit nicht unterstütztem Format übersprungen. \n"
+msgstr[0] "Ein Foto mit nicht unterstütztem Format wurde übersprungen:\n"
+msgstr[1] "%d Fotos mit nicht unterstütztem Format wurden übersprungen:\n"
#. we have no notion of "non-video" video files right now in Shotwell, so this
#. message doesn't need to be media specific
-#: ../src/Dialogs.vala:789
+#: ../src/Dialogs.vala:787
#, c-format
msgid "1 non-image file skipped.\n"
msgid_plural "%d non-image files skipped.\n"
-msgstr[0] "Eine nicht-Bild Datei übersprungen.\n"
-msgstr[1] "%d nicht-Bild Dateien übersprungen.\n"
+msgstr[0] "Eine Nicht-Bilddatei wurde übersprungen.\n"
+msgstr[1] "%d Nicht-Bilddateien wurde übersprungen.\n"
-#: ../src/Dialogs.vala:800
+#: ../src/Dialogs.vala:798
#, c-format
msgid "1 photo skipped due to user cancel:\n"
msgid_plural "%d photos skipped due to user cancel:\n"
-msgstr[0] "Ein Foto wegen Abbruchs durch den Benutzer übersprungen.\n"
-msgstr[1] "%d Fotos wegen Abbruchs durch den Benutzer übersprungen.\n"
+msgstr[0] "Ein Foto wurde wegen Abbruchs durch den Benutzer übersprungen:\n"
+msgstr[1] "%d Fotos wurden wegen Abbruchs durch den Benutzer übersprungen:\n"
-#: ../src/Dialogs.vala:803
+#: ../src/Dialogs.vala:801
#, c-format
msgid "1 video skipped due to user cancel:\n"
msgid_plural "%d videos skipped due to user cancel:\n"
-msgstr[0] "Ein Video wegen Abbruchs durch den Benutzer übersprungen.\n"
-msgstr[1] "%d Videos wegen Abbruchs durch den Benutzer übersprungen.\n"
+msgstr[0] "Ein Video wurde wegen Abbruchs durch den Benutzer übersprungen:\n"
+msgstr[1] "%d Videos wurden wegen Abbruchs durch den Benutzer übersprungen:\n"
-#: ../src/Dialogs.vala:806
+#: ../src/Dialogs.vala:804
#, c-format
msgid "1 photo/video skipped due to user cancel:\n"
msgid_plural "%d photos/videos skipped due to user cancel:\n"
msgstr[0] "Ein Foto/Video wegen Abbruchs durch den Benutzer übersprungen.\n"
msgstr[1] "%d Fotos/Videos wegen Abbruchs durch den Benutzer übersprungen.\n"
-#: ../src/Dialogs.vala:809
+#: ../src/Dialogs.vala:807
#, c-format
msgid "1 file skipped due to user cancel:\n"
msgid_plural "%d file skipped due to user cancel:\n"
msgstr[0] "Eine Datei wegen Abbruchs durch den Benutzer übersprungen.\n"
msgstr[1] "%d Dateien wegen Abbruchs durch den Benutzer übersprungen.\n"
-#: ../src/Dialogs.vala:823
+#: ../src/Dialogs.vala:821
#, c-format
msgid "1 photo successfully imported.\n"
msgid_plural "%d photos successfully imported.\n"
-msgstr[0] "Ein Foto erfolgreich importiert.\n"
-msgstr[1] "%d Fotos erfolgreich importiert.\n"
+msgstr[0] "Ein Foto wurde erfolgreich importiert.\n"
+msgstr[1] "%d Fotos wurden erfolgreich importiert.\n"
-#: ../src/Dialogs.vala:826
+#: ../src/Dialogs.vala:824
#, c-format
msgid "1 video successfully imported.\n"
msgid_plural "%d videos successfully imported.\n"
-msgstr[0] "Ein Video erfolgreich importiert.\n"
-msgstr[1] "%d Videos erfolgreich importiert.\n"
+msgstr[0] "Ein Video wurde erfolgreich importiert.\n"
+msgstr[1] "%d Videos wurden erfolgreich importiert.\n"
-#: ../src/Dialogs.vala:829
+#: ../src/Dialogs.vala:827
#, c-format
msgid "1 photo/video successfully imported.\n"
msgid_plural "%d photos/videos successfully imported.\n"
-msgstr[0] "Ein Foto/Video erfolgreich importiert.\n"
-msgstr[1] "%d Fotos/Videos erfolgreich importiert.\n"
+msgstr[0] "Ein Foto/Video wurde erfolgreich importiert.\n"
+msgstr[1] "%d Fotos/Videos wurden erfolgreich importiert.\n"
#. if no media items were imported at all (i.e. an empty directory attempted), need to at least
#. report that nothing was imported
-#: ../src/Dialogs.vala:845
+#: ../src/Dialogs.vala:843
msgid "No photos or videos imported.\n"
-msgstr "Keine Fotos oder Videos importiert.\n"
+msgstr "Es wurden keine Fotos oder Videos importiert.\n"
-#: ../src/Dialogs.vala:852 ../src/Dialogs.vala:871
+#: ../src/Dialogs.vala:850 ../src/Dialogs.vala:869
msgid "Import Complete"
msgstr "Import abgeschlossen"
-#: ../src/Dialogs.vala:1157
+#: ../src/Dialogs.vala:1155
#, c-format
msgid "%d second"
msgid_plural "%d seconds"
msgstr[0] "%d Sekunde"
msgstr[1] "%d Sekunden"
-#: ../src/Dialogs.vala:1160
+#: ../src/Dialogs.vala:1158
#, c-format
msgid "%d minute"
msgid_plural "%d minutes"
msgstr[0] "%d Minute"
msgstr[1] "%d Minuten"
-#: ../src/Dialogs.vala:1164
+#: ../src/Dialogs.vala:1162
#, c-format
msgid "%d hour"
msgid_plural "%d hours"
msgstr[0] "%d Stunde"
msgstr[1] "%d Stunden"
-#: ../src/Dialogs.vala:1167
+#: ../src/Dialogs.vala:1165
msgid "1 day"
msgstr "1 Tag"
-#: ../src/Dialogs.vala:1321 ../src/Resources.vala:236
+#: ../src/Dialogs.vala:1315 ../src/Resources.vala:236
msgid "Rename Event"
msgstr "Ereignis umbenennen"
-#: ../src/Dialogs.vala:1321
+#: ../src/Dialogs.vala:1315
msgid "Name:"
msgstr "Name:"
#. Dialog title
#. Button label
-#: ../src/Dialogs.vala:1332 ../src/Resources.vala:308
+#: ../src/Dialogs.vala:1326 ../src/Resources.vala:308
msgid "Edit Title"
msgstr "Titel bearbeiten"
-#: ../src/Dialogs.vala:1333 ../src/Properties.vala:340
+#: ../src/Dialogs.vala:1327 ../src/Properties.vala:340
msgid "Title:"
msgstr "Titel:"
#. Dialog title
-#: ../src/Dialogs.vala:1349 ../src/Resources.vala:315
+#: ../src/Dialogs.vala:1343 ../src/Resources.vala:315
msgid "Edit Event Comment"
-msgstr "Bearbeite Kommentar des Ereignisses"
+msgstr "Kommentar des Ereignisses bearbeiten"
-#: ../src/Dialogs.vala:1350
+#: ../src/Dialogs.vala:1344
msgid "Edit Photo/Video Comment"
msgstr "Foto-/Video-Kommentar bearbeiten"
-#: ../src/Dialogs.vala:1351 ../src/Properties.vala:628
+#: ../src/Dialogs.vala:1345 ../src/Properties.vala:628
msgid "Comment:"
msgstr "Kommentar:"
-#: ../src/Dialogs.vala:1367
+#: ../src/Dialogs.vala:1361
msgid "Remove and _Trash File"
msgid_plural "Remove and _Trash Files"
msgstr[0] "Datei entfernen und _löschen"
msgstr[1] "Dateien entfernen und _löschen"
-#: ../src/Dialogs.vala:1371
+#: ../src/Dialogs.vala:1365
msgid "_Remove From Library"
msgstr "Aus der Bibliothek _entfernen"
-#: ../src/Dialogs.vala:1391 ../src/camera/ImportPage.vala:1741
+#: ../src/Dialogs.vala:1385 ../src/camera/ImportPage.vala:1741
msgid "_Keep"
msgstr "_Behalten"
-#: ../src/Dialogs.vala:1414
+#: ../src/Dialogs.vala:1408
msgid "Revert External Edit?"
msgstr "Externe Veränderung zurücknehmen?"
-#: ../src/Dialogs.vala:1414
+#: ../src/Dialogs.vala:1408
msgid "Revert External Edits?"
msgstr "Externe Veränderungen zurücknehmen?"
-#: ../src/Dialogs.vala:1416
+#: ../src/Dialogs.vala:1410
#, c-format
msgid "This will destroy all changes made to the external file. Continue?"
msgid_plural ""
@@ -2062,87 +2056,87 @@ msgstr[0] ""
msgstr[1] ""
"Dies wird alle Veränderungen der %d externen Dateien zerstören. Fortfahren?"
-#: ../src/Dialogs.vala:1420
+#: ../src/Dialogs.vala:1414
msgid "Re_vert External Edit"
msgstr "Externe _Veränderung zurücknehmen"
-#: ../src/Dialogs.vala:1420
+#: ../src/Dialogs.vala:1414
msgid "Re_vert External Edits"
msgstr "Externe _Veränderungen zurücknehmen"
-#: ../src/Dialogs.vala:1441
+#: ../src/Dialogs.vala:1435
#, c-format
msgid "This will remove the photo from the library. Continue?"
msgid_plural "This will remove %d photos from the library. Continue?"
msgstr[0] "Dies wird das Foto aus der Bibliothek entfernen. Fortsetzen?"
msgstr[1] "Dies wird %d Fotos aus der Bibliothek entfernen. Fortsetzen?"
-#: ../src/Dialogs.vala:1448 ../src/Resources.vala:178
+#: ../src/Dialogs.vala:1442 ../src/Resources.vala:178
msgid "_Remove"
msgstr "Entfe_rnen"
-#: ../src/Dialogs.vala:1449
+#: ../src/Dialogs.vala:1443
msgid "Remove Photo From Library"
msgstr "Foto aus der Bibliothek entfernen"
-#: ../src/Dialogs.vala:1449
+#: ../src/Dialogs.vala:1443
msgid "Remove Photos From Library"
msgstr "Fotos aus der Bibliothek entfernen"
-#: ../src/Dialogs.vala:1542
+#: ../src/Dialogs.vala:1536
#, c-format
msgid "%d%%"
msgstr "%d%%"
-#: ../src/Dialogs.vala:1696
+#: ../src/Dialogs.vala:1688
msgid "AM"
msgstr "Vormittag"
-#: ../src/Dialogs.vala:1697
+#: ../src/Dialogs.vala:1689
msgid "PM"
msgstr "Nachmittag"
-#: ../src/Dialogs.vala:1698
+#: ../src/Dialogs.vala:1690
msgid "24 Hr"
msgstr "24 Stunden"
-#: ../src/Dialogs.vala:1713
+#: ../src/Dialogs.vala:1705
msgid "_Shift photos/videos by the same amount"
-msgstr "_Versetze Fotos/Videos gleich viel"
+msgstr "Fotos/Videos um den gleichen Betrag _versetzen"
-#: ../src/Dialogs.vala:1718
+#: ../src/Dialogs.vala:1710
msgid "Set _all photos/videos to this time"
-msgstr "Setze Zeit für _alle Fotos/Videos"
+msgstr "Zeit für _alle Fotos/Videos setzen"
-#: ../src/Dialogs.vala:1725
+#: ../src/Dialogs.vala:1717
msgid "_Modify original photo file"
-msgstr "Original Bilddatei _verändern"
+msgstr "Originale Bilddatei _verändern"
-#: ../src/Dialogs.vala:1725
+#: ../src/Dialogs.vala:1717
msgid "_Modify original photo files"
-msgstr "Original Bilddateien _verändern"
+msgstr "Originale Bilddateien _verändern"
-#: ../src/Dialogs.vala:1728
+#: ../src/Dialogs.vala:1720
msgid "_Modify original file"
-msgstr "Originale _Bearbeiten"
+msgstr "Originaldateien _bearbeiten"
-#: ../src/Dialogs.vala:1728
+#: ../src/Dialogs.vala:1720
msgid "_Modify original files"
-msgstr "_Verändere Originaldateien"
+msgstr "Originaldateien _verändern"
-#: ../src/Dialogs.vala:1814
+#: ../src/Dialogs.vala:1806
msgid "Original: "
msgstr "Ursprüngliche Größe:"
-#: ../src/Dialogs.vala:1815
+#: ../src/Dialogs.vala:1807
msgid "%m/%d/%Y, %H:%M:%S"
msgstr "%d.%m.%Y, %H:%M:%S"
-#: ../src/Dialogs.vala:1816
+#: ../src/Dialogs.vala:1808
msgid "%m/%d/%Y, %I:%M:%S %p"
msgstr "%d.%m.%Y, %I:%M:%S %p"
-#: ../src/Dialogs.vala:1905
+#: ../src/Dialogs.vala:1897
#, c-format
msgid ""
"Exposure time will be shifted forward by\n"
@@ -2151,7 +2145,7 @@ msgstr ""
"Aufnahmezeit wird um \n"
"%d %s, %d %s, %d %s, und %d %s nach vorne verlegt."
-#: ../src/Dialogs.vala:1906
+#: ../src/Dialogs.vala:1898
#, c-format
msgid ""
"Exposure time will be shifted backward by\n"
@@ -2160,31 +2154,31 @@ msgstr ""
"Aufnahmezeit wird um \n"
"%d %s, %d %s, %d %s, und %d %s nach hinten verlegt."
-#: ../src/Dialogs.vala:1908
+#: ../src/Dialogs.vala:1900
msgid "day"
msgid_plural "days"
msgstr[0] "Tag"
msgstr[1] "Tage"
-#: ../src/Dialogs.vala:1909
+#: ../src/Dialogs.vala:1901
msgid "hour"
msgid_plural "hours"
msgstr[0] "Stunde"
msgstr[1] "Stunden"
-#: ../src/Dialogs.vala:1910
+#: ../src/Dialogs.vala:1902
msgid "minute"
msgid_plural "minutes"
msgstr[0] "Minute"
msgstr[1] "Minuten"
-#: ../src/Dialogs.vala:1911
+#: ../src/Dialogs.vala:1903
msgid "second"
msgid_plural "seconds"
msgstr[0] "Sekunde"
msgstr[1] "Sekunden"
-#: ../src/Dialogs.vala:1955
+#: ../src/Dialogs.vala:1947
#, c-format
msgid ""
"\n"
@@ -2201,126 +2195,126 @@ msgstr[0] ""
msgstr[1] ""
"\n"
"\n"
-"Und %d andere."
+"und %d andere."
-#: ../src/Dialogs.vala:1977 ../src/Dialogs.vala:2004
+#: ../src/Dialogs.vala:1969 ../src/Dialogs.vala:1996
msgid "Tags (separated by commas):"
-msgstr "Tags (getrennt durch Kommas)"
+msgstr "Stichworte (getrennt durch Kommata):"
-#: ../src/Dialogs.vala:2084
+#: ../src/Dialogs.vala:2076
msgid "Welcome!"
msgstr "Willkommen!"
-#: ../src/Dialogs.vala:2091
+#: ../src/Dialogs.vala:2083
msgid "Welcome to Shotwell!"
msgstr "Willkommen zu Shotwell!"
-#: ../src/Dialogs.vala:2095
+#: ../src/Dialogs.vala:2087
msgid "To get started, import photos in any of these ways:"
-msgstr "Importieren Sie Fotos auf eine der folgenden Arten, um loszulegen:"
+msgstr "Importieren Sie zunächst Fotos auf eine der folgenden Arten:"
-#: ../src/Dialogs.vala:2114
+#: ../src/Dialogs.vala:2106
#, c-format
msgid "Choose <span weight=\"bold\">File %s Import From Folder</span>"
msgstr ""
-"Wählen Sie <span weight=\"bold\">Datei %s Aus Ordner importieren</span>"
+"Wählen Sie <span weight=\"bold\">Datei %s aus Ordner importieren</span>"
-#: ../src/Dialogs.vala:2115
+#: ../src/Dialogs.vala:2107
msgid "Drag and drop photos onto the Shotwell window"
msgstr "Verschieben Sie Fotos per Ziehen und Ablegen in das Shotwell-Fenster"
-#: ../src/Dialogs.vala:2116
+#: ../src/Dialogs.vala:2108
msgid "Connect a camera to your computer and import"
-msgstr "Verbinden Sie die Kamera mit Ihrem Computer und importieren Sie"
+msgstr "Verbinden Sie die Kamera mit Ihrem Rechner und importieren Sie"
-#: ../src/Dialogs.vala:2126
+#: ../src/Dialogs.vala:2118
#, c-format
msgid "_Import photos from your %s folder"
msgstr "Fotos aus dem Ordner »%s« _importieren"
-#: ../src/Dialogs.vala:2133
+#: ../src/Dialogs.vala:2125
msgid "You can also import photos in any of these ways:"
msgstr "Sie können Fotos auch auf eine der folgenden Weisen importieren:"
-#: ../src/Dialogs.vala:2143
+#: ../src/Dialogs.vala:2135
msgid "_Don't show this message again"
msgstr "Diese Meldung nicht noch einmal _zeigen"
-#: ../src/Dialogs.vala:2178
+#: ../src/Dialogs.vala:2170
#, c-format
msgid "Import photos from your %s library"
-msgstr "Importiere Bilder aus der %s Bibliothek"
+msgstr "Bilder aus der %s-Bibliothek importieren"
#. We're installed system-wide, so use the system help.
#. We're being run from the build directory; we'll have to handle clicks to this
#. link manually ourselves, due to a limitation ghelp: URIs.
-#: ../src/Dialogs.vala:2325 ../src/Dialogs.vala:2329
+#: ../src/Dialogs.vala:2311 ../src/Dialogs.vala:2315
msgid "(Help)"
msgstr "(Hilfe)"
-#: ../src/Dialogs.vala:2338
+#: ../src/Dialogs.vala:2324
#, c-format
msgid "Year%sMonth%sDay"
msgstr "Jahr%sMonat%sTag"
-#: ../src/Dialogs.vala:2340
+#: ../src/Dialogs.vala:2326
#, c-format
msgid "Year%sMonth"
msgstr "Jahr%sMonat"
-#: ../src/Dialogs.vala:2342
+#: ../src/Dialogs.vala:2328
#, c-format
msgid "Year%sMonth-Day"
msgstr "Jahr%sMonat-Tag"
-#: ../src/Dialogs.vala:2344
+#: ../src/Dialogs.vala:2330
msgid "Year-Month-Day"
msgstr "Jahr-Monat-Tag"
-#: ../src/Dialogs.vala:2345 ../src/editing_tools/EditingTools.vala:781
+#: ../src/Dialogs.vala:2331 ../src/editing_tools/EditingTools.vala:781
msgid "Custom"
msgstr "Benutzerdefiniert"
#. Invalid pattern.
-#: ../src/Dialogs.vala:2582
+#: ../src/Dialogs.vala:2568
msgid "Invalid pattern"
msgstr "Ungültiges Muster"
#. This function is used to determine whether or not files should be copied or linked when imported.
#. Returns ACCEPT for copy, REJECT for link, and CANCEL for (drum-roll) cancel.
-#: ../src/Dialogs.vala:2684
+#: ../src/Dialogs.vala:2670
msgid ""
"Shotwell can copy the photos into your library folder or it can import them "
"without copying."
msgstr ""
"Shotwell kann die Fotos aus dem Ordner in die Bibliothek kopieren oder sie "
-"können verlinkt werden, ohne sie zu kopieren."
+"können verknüpft werden, ohne sie zu kopieren."
-#: ../src/Dialogs.vala:2689
+#: ../src/Dialogs.vala:2675
msgid "Co_py Photos"
msgstr "Fotos ko_pieren"
-#: ../src/Dialogs.vala:2690
+#: ../src/Dialogs.vala:2676
msgid "_Import in Place"
-msgstr "_Import durch Verlinken"
+msgstr "_Import durch Verknüpfen"
-#: ../src/Dialogs.vala:2691
+#: ../src/Dialogs.vala:2677
msgid "Import to Library"
msgstr "In Bibliothek importieren"
-#: ../src/Dialogs.vala:2701 ../src/PhotoPage.vala:3087
+#: ../src/Dialogs.vala:2687 ../src/PhotoPage.vala:3087
msgid "Remove From Library"
msgstr "Aus Bibliothek entfernen"
-#: ../src/Dialogs.vala:2702 ../src/PhotoPage.vala:3087
+#: ../src/Dialogs.vala:2688 ../src/PhotoPage.vala:3087
msgid "Removing Photo From Library"
msgstr "Foto wird aus Bibliothek entfernt"
-#: ../src/Dialogs.vala:2702
+#: ../src/Dialogs.vala:2688
msgid "Removing Photos From Library"
msgstr "Fotos werden aus Bibliothek entfernt"
-#: ../src/Dialogs.vala:2716
+#: ../src/Dialogs.vala:2702
#, c-format
msgid ""
"This will remove the photo/video from your Shotwell library. Would you also "
@@ -2334,16 +2328,16 @@ msgid_plural ""
"This action cannot be undone."
msgstr[0] ""
"Dies wird das ausgewählte Foto/Video aus der Shotwell-Bibliothek entfernen. "
-"Möchten Sie die Datei auch in den Müll verschieben?\n"
+"Möchten Sie die Datei auch in den Papierkorb verschieben?\n"
"\n"
"Diese Aktion kann nicht rückgängig gemacht werden!"
msgstr[1] ""
-"Dies wird %d Fotos/Videos aus der Shotwell Bibliothek-entfernen. Möchten Sie "
+"Dies wird %d Fotos/Videos aus der Shotwell-Bibliothek entfernen. Möchten Sie "
"die Dateien auch in den Papierkorb verschieben?\n"
"\n"
"Diese Aktion kann nicht rückgängig gemacht werden!"
-#: ../src/Dialogs.vala:2720
+#: ../src/Dialogs.vala:2706
#, c-format
msgid ""
"This will remove the video from your Shotwell library. Would you also like "
@@ -2357,7 +2351,7 @@ msgid_plural ""
"This action cannot be undone."
msgstr[0] ""
"Dies wird das ausgewählte Video aus der Shotwell-Bibliothek entfernen.\n"
-"Möchten Sie die Datei auch in den Müll verschieben?\n"
+"Möchten Sie die Datei auch in den Papierkorb verschieben?\n"
"\n"
"Diese Aktion kann nicht rückgängig gemacht werden!"
msgstr[1] ""
@@ -2366,7 +2360,7 @@ msgstr[1] ""
"\n"
"Diese Aktion kann nicht rückgängig gemacht werden!"
-#: ../src/Dialogs.vala:2724
+#: ../src/Dialogs.vala:2710
#, c-format
msgid ""
"This will remove the photo from your Shotwell library. Would you also like "
@@ -2380,7 +2374,7 @@ msgid_plural ""
"This action cannot be undone."
msgstr[0] ""
"Dies wird das ausgewählte Foto aus der Shotwell-Bibliothek entfernen.\n"
-"Möchten Sie die Datei auch in den Müll verschieben?\n"
+"Möchten Sie die Datei auch in den Papierkorb verschieben?\n"
"\n"
"Diese Aktion kann nicht rückgängig gemacht werden!"
msgstr[1] ""
@@ -2389,21 +2383,21 @@ msgstr[1] ""
"\n"
"Diese Aktion kann nicht rückgängig gemacht werden!"
-#: ../src/Dialogs.vala:2756
+#: ../src/Dialogs.vala:2742
#, c-format
msgid ""
"The photo or video cannot be moved to your desktop trash. Delete this file?"
msgid_plural ""
"%d photos/videos cannot be moved to your desktop trash. Delete these files?"
msgstr[0] ""
-"Das Foto oder Video konnte nicht in den Müll verschoben werden. Endgültig "
-"löschen?"
+"Das Foto oder Video konnte nicht in den Papierkorb verschoben werden. "
+"Endgültig löschen?"
msgstr[1] ""
"%d Fotos/Videos konnten nicht in den Papierkorb verschoben werden. Endgültig "
"löschen?"
#. Alert the user that the files were not removed.
-#: ../src/Dialogs.vala:2773
+#: ../src/Dialogs.vala:2759
#, c-format
msgid "The photo or video cannot be deleted."
msgid_plural "%d photos/videos cannot be deleted."
@@ -2422,7 +2416,7 @@ msgstr "Höhe"
#: ../src/DirectoryMonitor.vala:889
#, c-format
msgid "Unable to monitor %s: Not a directory (%s)"
-msgstr "Kann %s nicht überwachen: Ist kein Ordner (%s)"
+msgstr "%s kann nicht überwacht werden, es ist kein Ordner (%s)"
#. if no name, pretty up the start time
#: ../src/Event.vala:751
@@ -2524,15 +2518,15 @@ msgstr "_Kommentare"
#: ../src/MediaPage.vala:458
msgid "Display the comment of each photo"
-msgstr "DIe Kommentare zu jedem Bild anzeigen"
+msgstr "Die Kommentare zu jedem Bild anzeigen"
-#: ../src/MediaPage.vala:469 ../src/library/LibraryWindow.vala:359
+#: ../src/MediaPage.vala:469 ../src/library/LibraryWindow.vala:360
msgid "Ta_gs"
-msgstr "Ta_gs"
+msgstr "S_tichworte"
#: ../src/MediaPage.vala:470
msgid "Display each photo's tags"
-msgstr "Tags jedes Fotos anzeigen"
+msgstr "Stichworte jedes Fotos anzeigen"
#: ../src/MediaPage.vala:486
msgid "By _Title"
@@ -2566,19 +2560,19 @@ msgstr "Nach _Dateiname"
msgid "Sort photos by filename"
msgstr "Fotos nach Dateinamen sortieren"
-#: ../src/MediaPage.vala:515 ../src/library/LibraryWindow.vala:405
+#: ../src/MediaPage.vala:515 ../src/library/LibraryWindow.vala:406
msgid "_Ascending"
msgstr "_Aufsteigend"
-#: ../src/MediaPage.vala:516 ../src/library/LibraryWindow.vala:406
+#: ../src/MediaPage.vala:516 ../src/library/LibraryWindow.vala:407
msgid "Sort photos in an ascending order"
msgstr "Fotos in aufsteigender Reihenfolge sortieren"
-#: ../src/MediaPage.vala:521 ../src/library/LibraryWindow.vala:412
+#: ../src/MediaPage.vala:521 ../src/library/LibraryWindow.vala:413
msgid "D_escending"
msgstr "A_bsteigend"
-#: ../src/MediaPage.vala:522 ../src/library/LibraryWindow.vala:413
+#: ../src/MediaPage.vala:522 ../src/library/LibraryWindow.vala:414
msgid "Sort photos in a descending order"
msgstr "Fotos in absteigender Reihenfolge sortieren"
@@ -2623,9 +2617,9 @@ msgid "Photo source file missing: %s"
msgstr "Foto-Quelldatei fehlt: %s"
#: ../src/PhotoPage.vala:2414 ../src/direct/DirectPhotoPage.vala:165
-#: ../src/library/LibraryWindow.vala:343
+#: ../src/library/LibraryWindow.vala:344
msgid "_View"
-msgstr "_Anzeigen"
+msgstr "_Ansicht"
#: ../src/PhotoPage.vala:2418 ../src/direct/DirectPhotoPage.vala:81
msgid "T_ools"
@@ -2856,7 +2850,7 @@ msgstr "Von:"
msgid "To:"
msgstr "Bis:"
-#: ../src/Properties.vala:395 ../src/editing_tools/EditingTools.vala:1872
+#: ../src/Properties.vala:395 ../src/editing_tools/EditingTools.vala:1890
msgid "Size:"
msgstr "Größe:"
@@ -2875,7 +2869,7 @@ msgstr "Entwickler:"
#. fit both on the top line, emit and move on
#: ../src/Properties.vala:436 ../src/Properties.vala:440
-#: ../src/Properties.vala:447 ../src/editing_tools/EditingTools.vala:2240
+#: ../src/Properties.vala:447 ../src/editing_tools/EditingTools.vala:2258
msgid "Exposure:"
msgstr "Belichtung:"
@@ -2926,11 +2920,11 @@ msgstr "Manuelle Belichtungskorrektur:"
#: ../src/Properties.vala:614
msgid "GPS latitude:"
-msgstr "GPS Breitengrad:"
+msgstr "GPS-Breitengrad:"
#: ../src/Properties.vala:617
msgid "GPS longitude:"
-msgstr "GPS Längengrad:"
+msgstr "GPS-Längengrad:"
#: ../src/Properties.vala:620
msgid "Artist:"
@@ -2944,7 +2938,7 @@ msgstr "Copyright:"
msgid "Software:"
msgstr "Software:"
-#: ../src/Properties.vala:641
+#: ../src/Properties.vala:639
msgid "Extended Information"
msgstr "Erweiterte Informationen"
@@ -3009,7 +3003,7 @@ msgid "_Apply"
msgstr "_Anwenden"
#: ../src/Resources.vala:164 ../src/direct/DirectPhotoPage.vala:73
-#: ../src/library/LibraryWindow.vala:339
+#: ../src/library/LibraryWindow.vala:340
msgid "_Edit"
msgstr "_Bearbeiten"
@@ -3022,7 +3016,7 @@ msgid "Fulls_creen"
msgstr "Bilds_chirmfüllend"
#: ../src/Resources.vala:167 ../src/direct/DirectPhotoPage.vala:169
-#: ../src/library/LibraryWindow.vala:363
+#: ../src/library/LibraryWindow.vala:364
msgid "_Help"
msgstr "_Hilfe"
@@ -3149,7 +3143,7 @@ msgstr "Zuschneiden"
#: ../src/Resources.vala:205
msgid "Crop the photo's size"
-msgstr "Größe des Fotos zuschneiden"
+msgstr "Foto auf eine gewünschte Größe zuschneiden"
#: ../src/Resources.vala:207 ../src/editing_tools/StraightenTool.vala:100
msgid "_Straighten"
@@ -3165,15 +3159,15 @@ msgstr "Bild begradigen"
#: ../src/Resources.vala:211
msgid "_Red-eye"
-msgstr "_Rote-Augen"
+msgstr "_Rote Augen entfernen"
#: ../src/Resources.vala:212
msgid "Red-eye"
-msgstr "Rote-Augen Effekt"
+msgstr "Rote-Augen-Effekt"
#: ../src/Resources.vala:213
msgid "Reduce or eliminate any red-eye effects in the photo"
-msgstr "Den Rote-Augen Effekt in diesem Foto vermindern oder beseitigen"
+msgstr "Den Rote-Augen-Effekt in diesem Foto vermindern oder beseitigen"
#: ../src/Resources.vala:215
msgid "_Adjust"
@@ -3197,7 +3191,7 @@ msgstr "Zurück zum Original"
#: ../src/Resources.vala:222
msgid "Revert External E_dits"
-msgstr "Externe Veränderungen widerrufen"
+msgstr "Externe Veränderungen wi_derrufen"
#: ../src/Resources.vala:223
msgid "Revert to the master photo"
@@ -3213,7 +3207,7 @@ msgstr "Das ausgewählte Bild als neues Hintergrundbild festlegen"
#: ../src/Resources.vala:227
msgid "Set as _Desktop Slideshow..."
-msgstr "Als Hintergrundbild-Diaschau festlegen …"
+msgstr "Als Hintergrundbild-_Diaschau festlegen …"
#: ../src/Resources.vala:229
msgid "_Undo"
@@ -3269,7 +3263,7 @@ msgstr "Zusammenführen"
#: ../src/Resources.vala:249
msgid "Combine events into a single event"
-msgstr "Kombiniere Ereignisse zu einem Einzelereignis."
+msgstr "Mehrere Ereignisse zu einem Einzelereignis zusammenfassen"
#: ../src/Resources.vala:251
msgid "_Set Rating"
@@ -3297,7 +3291,7 @@ msgstr "A_bwerten"
#: ../src/Resources.vala:259
msgid "Decrease Rating"
-msgstr "Bewertung absenken"
+msgstr "Bewertung vermindern"
#: ../src/Resources.vala:261
msgid "_Unrated"
@@ -3353,7 +3347,7 @@ msgstr "Nur abgelehnte Fotos zeigen"
#: ../src/Resources.vala:277
msgid "All + _Rejected"
-msgstr "Alle + A_bgelehnte"
+msgstr "Alle und A_bgelehnte"
#: ../src/Resources.vala:278 ../src/Resources.vala:279
msgid "Show all photos, including rejected"
@@ -3387,7 +3381,7 @@ msgstr "Fotos filtern"
#: ../src/Resources.vala:292
msgid "Limit the number of photos displayed based on a filter"
-msgstr "Angezeigte Fotos anhand eines Filter einschränken"
+msgstr "Angezeigte Fotos anhand eines Filters einschränken"
#: ../src/Resources.vala:294
msgid "_Duplicate"
@@ -3415,11 +3409,11 @@ msgstr "_Veröffentlichen …"
#: ../src/Resources.vala:304
msgid "Publish to various websites"
-msgstr "Das ausgewählte Foto auf verschiedenen Websites veröffentlichen"
+msgstr "Das ausgewählte Foto auf verschiedenen Webseiten veröffentlichen"
#: ../src/Resources.vala:306
msgid "Edit _Title..."
-msgstr "_Titel bearbeiten"
+msgstr "_Titel bearbeiten …"
#: ../src/Resources.vala:310
msgid "Edit _Comment..."
@@ -3432,7 +3426,7 @@ msgstr "Kommentar bearbeiten"
#: ../src/Resources.vala:314
msgid "Edit Event _Comment..."
-msgstr "Bearbeite _Kommentar des Ereignisses"
+msgstr "_Kommentar des Ereignisses bearbeiten"
#: ../src/Resources.vala:317
msgid "_Adjust Date and Time..."
@@ -3444,21 +3438,21 @@ msgstr "Datum und Zeit anpassen"
#: ../src/Resources.vala:320
msgid "Add _Tags..."
-msgstr "_Tags hinzufügen …"
+msgstr "_Stichworte hinzufügen …"
#: ../src/Resources.vala:321
msgid "_Add Tags..."
-msgstr "_Tags hinzufügen …"
+msgstr "S_tichworte hinzufügen …"
#. Dialog title
#. Undo/Redo command name (in Edit menu)
#: ../src/Resources.vala:323 ../src/Resources.vala:356
msgid "Add Tags"
-msgstr "Tags hinzufügen"
+msgstr "Stichworte hinzufügen"
#: ../src/Resources.vala:327
msgid "Open With E_xternal Editor"
-msgstr "Mit e_xternen Editor öffnen"
+msgstr "Mit e_xternem Editor öffnen"
#: ../src/Resources.vala:329
msgid "Open With RA_W Editor"
@@ -3470,7 +3464,7 @@ msgstr "_Senden an …"
#: ../src/Resources.vala:332
msgid "Send T_o..."
-msgstr "Senden _An"
+msgstr "Senden a_n …"
#: ../src/Resources.vala:334
msgid "_Find..."
@@ -3483,7 +3477,7 @@ msgstr "Suchen"
#: ../src/Resources.vala:336
msgid "Find an image by typing text that appears in its name or tags"
msgstr ""
-"Ein Bild durch Eingabe von Text suchen, der im Namen oder in den Tags "
+"Ein Bild durch Eingabe von Text suchen, der im Namen oder in den Stichworten "
"enthalten ist"
#: ../src/Resources.vala:338
@@ -3502,37 +3496,37 @@ msgstr "Editor kann nicht gestartet werden: %s"
#: ../src/Resources.vala:348
#, c-format
msgid "Add Tag \"%s\""
-msgstr "Tag »%s« hinzufügen"
+msgstr "Stichwort »%s« hinzufügen"
#. Used when adding two tags to photo(s)
#: ../src/Resources.vala:351
#, c-format
msgid "Add Tags \"%s\" and \"%s\""
-msgstr "Tags »%s« und »%s« hinzufügen"
+msgstr "Stichworte »%s« und »%s« hinzufügen"
#: ../src/Resources.vala:361
#, c-format
msgid "_Delete Tag \"%s\""
-msgstr "Tag »%s« _entfernen"
+msgstr "Stichwort »%s« _entfernen"
#: ../src/Resources.vala:365
#, c-format
msgid "Delete Tag \"%s\""
-msgstr "Tag »%s« entfernen"
+msgstr "Stichwort »%s« entfernen"
#: ../src/Resources.vala:368
msgid "Delete Tag"
-msgstr "Tag entfernen"
+msgstr "Stichwort entfernen"
#: ../src/Resources.vala:374
#, c-format
msgid "Re_name Tag \"%s\"..."
-msgstr "Tag »%s« _umbenennen …"
+msgstr "Stichwort »%s« _umbenennen …"
#: ../src/Resources.vala:378
#, c-format
msgid "Rename Tag \"%s\" to \"%s\""
-msgstr "Tag »%s« zu »%s« umbenennen"
+msgstr "Stichwort »%s« zu »%s« umbenennen"
#: ../src/Resources.vala:381
msgid "_Rename..."
@@ -3540,58 +3534,58 @@ msgstr "_Umbenennen"
#: ../src/Resources.vala:383
msgid "Modif_y Tags..."
-msgstr "Tags _ändern …"
+msgstr "Stichworte _ändern …"
#: ../src/Resources.vala:384
msgid "Modify Tags"
-msgstr "Tags ändern"
+msgstr "Stichworte ändern"
#: ../src/Resources.vala:387
#, c-format
msgid "Tag Photo as \"%s\""
-msgstr "Foto als »%s« taggen"
+msgstr "Foto mit Stichwort »%s« versehen"
#: ../src/Resources.vala:387
#, c-format
msgid "Tag Photos as \"%s\""
-msgstr "Fotos als »%s« taggen"
+msgstr "Fotos mit Stichwort »%s« versehen"
#: ../src/Resources.vala:391
#, c-format
msgid "Tag the selected photo as \"%s\""
-msgstr "Ausgewähltes Foto als »%s« taggen"
+msgstr "Ausgewähltes Foto mit Stichwort »%s« versehen"
#: ../src/Resources.vala:392
#, c-format
msgid "Tag the selected photos as \"%s\""
-msgstr "Ausgewählte Fotos als »%s« taggen"
+msgstr "Ausgewählte Fotos mit Stichwort »%s« versehen"
#: ../src/Resources.vala:396
#, c-format
msgid "Remove Tag \"%s\" From _Photo"
-msgstr "Tag »%s« von _Foto entfernen"
+msgstr "Stichwort »%s« von _Foto entfernen"
#: ../src/Resources.vala:397
#, c-format
msgid "Remove Tag \"%s\" From _Photos"
-msgstr "Tag »%s« von _Fotos entfernen"
+msgstr "Stichwort »%s« von _Fotos entfernen"
#: ../src/Resources.vala:401
#, c-format
msgid "Remove Tag \"%s\" From Photo"
-msgstr "Tag »%s« von Foto entfernen"
+msgstr "Stichwort »%s« von Foto entfernen"
#: ../src/Resources.vala:402
#, c-format
msgid "Remove Tag \"%s\" From Photos"
-msgstr "Tag »%s« von Fotos entfernen"
+msgstr "Stichwort »%s« von Fotos entfernen"
#: ../src/Resources.vala:406
#, c-format
msgid "Unable to rename tag to \"%s\" because the tag already exists."
msgstr ""
-"Tag kann nicht zu »%s« umbenannt werden, weil ein entsprechender Tag bereits "
-"vorhanden ist."
+"Stichwort kann nicht zu »%s« umbenannt werden, weil ein entsprechendes "
+"Stichwort bereits vorhanden ist."
#: ../src/Resources.vala:410
#, c-format
@@ -3644,7 +3638,7 @@ msgstr "Wird mit %s bewertet"
#: ../src/Resources.vala:588
#, c-format
msgid "Display %s"
-msgstr "Anzeige %s"
+msgstr "%s anzeigen"
#: ../src/Resources.vala:589
#, c-format
@@ -3668,7 +3662,7 @@ msgstr "Nur Fotos mit einer Bewertung von %s oder besser anzeigen"
#: ../src/Resources.vala:683
msgid "Remove the selected photos from the trash"
-msgstr "Ausgewählte Fotos aus dem Müll entfernen"
+msgstr "Ausgewählte Fotos aus dem Papierkorb entfernen"
#: ../src/Resources.vala:684
msgid "Remove the selected photos from the library"
@@ -3684,7 +3678,7 @@ msgstr "Die ausgewählten Bilder zurück in die Bibliothek verschieben"
#: ../src/Resources.vala:689
msgid "Show in File Mana_ger"
-msgstr "Mit der Dateiverwaltung öffnen"
+msgstr "Mit der Dateiverwaltun_g öffnen"
#: ../src/Resources.vala:690
msgid "Open the selected photo's directory in the file manager"
@@ -3693,7 +3687,7 @@ msgstr "Den Speicherort des ausgewählten Fotos in der Dateiverwaltung öffnen"
#: ../src/Resources.vala:693
#, c-format
msgid "Unable to open in file manager: %s"
-msgstr "Konnte Speicherort nicht in der Dateiverwaltung öffnen: %s"
+msgstr "Speicherort konnte nicht in der Dateiverwaltung geöffnet werden: %s"
#: ../src/Resources.vala:696
msgid "R_emove From Library"
@@ -3701,7 +3695,7 @@ msgstr "Aus Bibliothek _entfernen"
#: ../src/Resources.vala:698
msgid "_Move to Trash"
-msgstr "In den _Müll verschieben"
+msgstr "In den _Papierkorb verschieben"
#: ../src/Resources.vala:700
msgid "Select _All"
@@ -3882,7 +3876,7 @@ msgstr "Nur Fotos zeigen, die noch nicht importiert wurden"
#. please wait" once new strings are being accepted.
#: ../src/camera/ImportPage.vala:847
msgid "Starting import, please wait..."
-msgstr "Beginne Import, bitte warten …"
+msgstr "Import wird gestartet, bitte warten …"
#: ../src/camera/ImportPage.vala:886
msgid "Import _Selected"
@@ -3947,7 +3941,7 @@ msgstr "Aushängen läuft …"
#: ../src/camera/ImportPage.vala:1168
msgid "Fetching photo information"
-msgstr "Foto-Information werden abgerufen"
+msgstr "Foto-Informationen werden abgerufen"
#: ../src/camera/ImportPage.vala:1523
#, c-format
@@ -4009,18 +4003,19 @@ msgstr "Importieren"
#: ../src/data_imports/DataImportsPluginHost.vala:78
#, c-format
msgid "%s Database"
-msgstr "%s Datenbank"
+msgstr "%s-Datenbank"
#: ../src/data_imports/DataImportsPluginHost.vala:148
#: ../src/data_imports/DataImportsPluginHost.vala:294
#, c-format
msgid "Importing from %s can't continue because an error occurred:"
-msgstr "Von %s kann nicht weiter importiert werden, da ein Fehler auftrat:"
+msgstr "Import von %s kann nicht fortgesetzt werden, da ein Fehler auftrat:"
#: ../src/data_imports/DataImportsPluginHost.vala:151
msgid "To try importing from another service, select one from the above menu."
msgstr ""
-"Um von einem anderen Dienst zu importieren, wähle einen aus dem Menü oben."
+"Um von einem anderen Dienst zu importieren, wählen Sie einen im Menü oben "
+"aus."
#: ../src/data_imports/DataImportsUI.vala:10
msgid ""
@@ -4033,28 +4028,24 @@ msgstr ""
"Sie haben keine Datenimport-Erweiterung aktiviert.\n"
"\n"
"Um Importieren von Anwendungen nutzen zu können, müssen Sie mindestens eine "
-"Datenimport-Erweiterung aktiviert haben. Erweiterungen können unter "
-"Einstellungen aktiviert werden."
+"Datenimport-Erweiterung aktiviert haben. Erweiterungen können im "
+"Einstellungsdialog aktiviert werden."
#: ../src/data_imports/DataImportsUI.vala:100
msgid "Database file:"
msgstr "Datenbank"
#: ../src/data_imports/DataImportsUI.vala:112
-#: ../src/library/LibraryWindow.vala:882
+#: ../src/library/LibraryWindow.vala:883
msgid "_Import"
msgstr "_Import"
-#: ../src/data_imports/DataImportsUI.vala:220
+#: ../src/data_imports/DataImportsUI.vala:217
msgid "Import From Application"
msgstr "Importieren von Anwendung"
-#: ../src/data_imports/DataImportsUI.vala:221
-msgid "Import media _from:"
-msgstr "Importieren _von:"
-
-#: ../src/data_imports/DataImportsUI.vala:408
-#: ../src/publishing/PublishingUI.vala:507
+#: ../src/data_imports/DataImportsUI.vala:369
+#: ../src/publishing/PublishingUI.vala:470
msgid "_Close"
msgstr "_Schließen"
@@ -4063,7 +4054,7 @@ msgstr "_Schließen"
msgid "Unable to open/create photo database %s: error code %d"
msgstr ""
"Die Fotodatenbank %s kann wegen eines Dateifehlers nicht erstellt werden: "
-"Fehlernummer %d"
+"Fehlercode %d"
#: ../src/db/DatabaseTable.vala:46
#, c-format
@@ -4083,18 +4074,13 @@ msgid ""
"Error was: \n"
"%s"
msgstr ""
-"Beim Zugriff die Datenbank-Datei:\n"
+"Fehler beim Zugriff auf die Datenbank-Datei:\n"
" %s\n"
"\n"
"Der Fehler lautete:\n"
"%s"
-#: ../src/db/DatabaseTable.vala:81
-#, c-format
-msgid "Unable to restore photo database %s"
-msgstr "Die Fotodatenbank %s konnte nicht wiederhergestellt werden"
-
-#: ../src/direct/DirectPhotoPage.vala:46 ../src/library/LibraryWindow.vala:335
+#: ../src/direct/DirectPhotoPage.vala:46 ../src/library/LibraryWindow.vala:336
msgid "_File"
msgstr "_Datei"
@@ -4112,9 +4098,9 @@ msgstr "Foto unter einem anderen Namen speichern"
#: ../src/direct/DirectPhotoPage.vala:69
msgid "Print the photo to a printer connected to your computer"
-msgstr "Foto auf einem Drucker drucken, der mit dem Computer verbunden ist"
+msgstr "Foto auf einem Drucker ausgeben, der mit dem Rechner verbunden ist"
-#: ../src/direct/DirectPhotoPage.vala:77 ../src/library/LibraryWindow.vala:347
+#: ../src/direct/DirectPhotoPage.vala:77 ../src/library/LibraryWindow.vala:348
msgid "_Photo"
msgstr "_Foto"
@@ -4201,7 +4187,7 @@ msgstr "HD-Video (16 : 9)"
#: ../src/editing_tools/EditingTools.vala:766
msgid "Letter (8.5 x 11 in.)"
-msgstr "Brief (8.5 x 11 in.)"
+msgstr "US-Letter (8.5 x 11 in.)"
#: ../src/editing_tools/EditingTools.vala:768
msgid "Tabloid (11 x 17 in.)"
@@ -4215,72 +4201,72 @@ msgstr "A4 (210 x 297 mm)"
msgid "A3 (297 x 420 mm)"
msgstr "A3 (297 x 420 mm)"
-#: ../src/editing_tools/EditingTools.vala:1887
+#: ../src/editing_tools/EditingTools.vala:1905
msgid "Close the red-eye tool"
msgstr "Rote-Augen-Entferner schließen"
-#: ../src/editing_tools/EditingTools.vala:1890
+#: ../src/editing_tools/EditingTools.vala:1908
msgid "Remove any red-eye effects in the selected region"
-msgstr "Rote-Augen-Effekt in der ausgewählten Region beseitigen"
+msgstr "Rote-Augen-Effekt im ausgewählten Bereich beseitigen"
-#: ../src/editing_tools/EditingTools.vala:2226
+#: ../src/editing_tools/EditingTools.vala:2244
#: ../src/editing_tools/StraightenTool.vala:102
msgid "_Reset"
msgstr "_Zurücksetzen"
-#: ../src/editing_tools/EditingTools.vala:2248
+#: ../src/editing_tools/EditingTools.vala:2266
msgid "Saturation:"
msgstr "Sättigung:"
-#: ../src/editing_tools/EditingTools.vala:2256
+#: ../src/editing_tools/EditingTools.vala:2274
msgid "Tint:"
-msgstr "Farbstich:"
+msgstr "Farbton:"
-#: ../src/editing_tools/EditingTools.vala:2265
+#: ../src/editing_tools/EditingTools.vala:2283
msgid "Temperature:"
msgstr "Temperatur:"
-#: ../src/editing_tools/EditingTools.vala:2273
+#: ../src/editing_tools/EditingTools.vala:2291
msgid "Shadows:"
msgstr "Schatten:"
-#: ../src/editing_tools/EditingTools.vala:2281
+#: ../src/editing_tools/EditingTools.vala:2299
msgid "Highlights:"
-msgstr "Highlights:"
+msgstr "Spitzlichter:"
-#: ../src/editing_tools/EditingTools.vala:2335
+#: ../src/editing_tools/EditingTools.vala:2353
msgid "Reset Colors"
msgstr "Farben zurücksetzen"
-#: ../src/editing_tools/EditingTools.vala:2335
+#: ../src/editing_tools/EditingTools.vala:2353
msgid "Reset all color adjustments to original"
msgstr "Alle Farbanpassungen auf Ursprungswerte zurücksetzen"
-#: ../src/editing_tools/EditingTools.vala:2687
+#: ../src/editing_tools/EditingTools.vala:2705
msgid "Temperature"
msgstr "Temperatur"
-#: ../src/editing_tools/EditingTools.vala:2700
+#: ../src/editing_tools/EditingTools.vala:2718
msgid "Tint"
-msgstr "Farbstich"
+msgstr "Farbton"
-#: ../src/editing_tools/EditingTools.vala:2713
+#: ../src/editing_tools/EditingTools.vala:2731
msgid "Saturation"
msgstr "Sättigung"
-#: ../src/editing_tools/EditingTools.vala:2726
+#: ../src/editing_tools/EditingTools.vala:2744
msgid "Exposure"
msgstr "Belichtung"
-#: ../src/editing_tools/EditingTools.vala:2739
+#: ../src/editing_tools/EditingTools.vala:2757
msgid "Shadows"
msgstr "Schatten"
-#: ../src/editing_tools/EditingTools.vala:2752
+#: ../src/editing_tools/EditingTools.vala:2770
msgid "Highlights"
-msgstr "Highlights"
+msgstr "Spitzlichter"
-#: ../src/editing_tools/EditingTools.vala:2762
+#: ../src/editing_tools/EditingTools.vala:2780
msgid "Contrast Expansion"
msgstr "Kontrastanhebung"
@@ -4296,8 +4282,8 @@ msgstr "Ereignisse"
#, c-format
msgid "%d Photo/Video"
msgid_plural "%d Photos/Videos"
-msgstr[0] "%d Foto/Film"
-msgstr[1] "%d Fotos/Filme"
+msgstr[0] "%d Foto/Video"
+msgstr[1] "%d Fotos/Videos"
#: ../src/events/EventPage.vala:129
msgid "No Event"
@@ -4350,7 +4336,7 @@ msgstr "Import _abbrechen"
#: ../src/library/ImportQueuePage.vala:68
msgid "Stop importing photos"
-msgstr "Foto-Import abbrechen "
+msgstr "Foto-Import abbrechen"
#: ../src/library/ImportQueuePage.vala:124
msgid "Preparing to import..."
@@ -4365,100 +4351,100 @@ msgstr "%s importiert"
msgid "Last Import"
msgstr "Letzter Import"
-#: ../src/library/LibraryWindow.vala:285
+#: ../src/library/LibraryWindow.vala:286
msgid "_Import From Folder..."
msgstr "Aus Ordner _importieren …"
-#: ../src/library/LibraryWindow.vala:286
+#: ../src/library/LibraryWindow.vala:287
msgid "Import photos from disk to library"
msgstr "Fotos von der Festplatte in die Bibliothek importieren"
-#: ../src/library/LibraryWindow.vala:293
+#: ../src/library/LibraryWindow.vala:294
msgid "Import From _Application..."
msgstr "Importieren von _Anwendung …"
-#: ../src/library/LibraryWindow.vala:297
+#: ../src/library/LibraryWindow.vala:298
msgid "Sort _Events"
-msgstr "_Ereignisse sortieren "
+msgstr "_Ereignisse sortieren"
-#: ../src/library/LibraryWindow.vala:307
+#: ../src/library/LibraryWindow.vala:308
msgid "Empty T_rash"
-msgstr "Müll lee_ren"
+msgstr "Papierkorb lee_ren"
-#: ../src/library/LibraryWindow.vala:308
+#: ../src/library/LibraryWindow.vala:309
msgid "Delete all photos in the trash"
-msgstr "Alle Fotos im Müll löschen"
+msgstr "Alle Fotos im Papierkorb löschen"
-#: ../src/library/LibraryWindow.vala:313
+#: ../src/library/LibraryWindow.vala:314
msgid "View Eve_nt for Photo"
msgstr "Ereig_nis zum Foto anzeigen"
-#: ../src/library/LibraryWindow.vala:317
+#: ../src/library/LibraryWindow.vala:318
msgid "_Find"
msgstr "_Suchen"
-#: ../src/library/LibraryWindow.vala:318
+#: ../src/library/LibraryWindow.vala:319
msgid "Find photos and videos by search criteria"
msgstr "Fotos und Videos anhand von Suchkriterien finden"
-#: ../src/library/LibraryWindow.vala:329 ../src/searches/Branch.vala:77
+#: ../src/library/LibraryWindow.vala:330 ../src/searches/Branch.vala:77
#: ../src/sidebar/Tree.vala:199
msgid "Ne_w Saved Search..."
-msgstr "Neue gespeicherte Suche …"
+msgstr "Neue _gespeicherte Suche …"
-#: ../src/library/LibraryWindow.vala:351
+#: ../src/library/LibraryWindow.vala:352
msgid "_Photos"
msgstr "_Fotos"
-#: ../src/library/LibraryWindow.vala:355
+#: ../src/library/LibraryWindow.vala:356
msgid "Even_ts"
msgstr "_Ereignisse"
-#: ../src/library/LibraryWindow.vala:374
+#: ../src/library/LibraryWindow.vala:375
msgid "_Basic Information"
msgstr "_Grundlegende Informationen"
-#: ../src/library/LibraryWindow.vala:375
+#: ../src/library/LibraryWindow.vala:376
msgid "Display basic information for the selection"
msgstr "Grundlegende Informationen über die Auswahl anzeigen"
-#: ../src/library/LibraryWindow.vala:380
+#: ../src/library/LibraryWindow.vala:381
msgid "E_xtended Information"
msgstr "Er_weiterte Informationen"
-#: ../src/library/LibraryWindow.vala:381
+#: ../src/library/LibraryWindow.vala:382
msgid "Display extended information for the selection"
msgstr "Erweiterte Informationen über die Auswahl anzeigen"
-#: ../src/library/LibraryWindow.vala:386
+#: ../src/library/LibraryWindow.vala:387
msgid "_Search Bar"
msgstr "_Suchleiste"
-#: ../src/library/LibraryWindow.vala:387
+#: ../src/library/LibraryWindow.vala:388
msgid "Display the search bar"
msgstr "Suchleiste anzeigen"
-#: ../src/library/LibraryWindow.vala:392
+#: ../src/library/LibraryWindow.vala:393
msgid "S_idebar"
msgstr "S_eitenleiste"
-#: ../src/library/LibraryWindow.vala:393
+#: ../src/library/LibraryWindow.vala:394
msgid "Display the sidebar"
msgstr "Seitenleiste anzeigen"
-#: ../src/library/LibraryWindow.vala:651
+#: ../src/library/LibraryWindow.vala:652
msgid "Import From Folder"
msgstr "Aus Ordner importieren"
-#: ../src/library/LibraryWindow.vala:720
+#: ../src/library/LibraryWindow.vala:721
msgid "Empty Trash"
-msgstr "Müll leeren"
+msgstr "Papierkorb leeren"
-#: ../src/library/LibraryWindow.vala:720
+#: ../src/library/LibraryWindow.vala:721
msgid "Emptying Trash..."
-msgstr "Müll wird geleert …"
+msgstr "Papierkorb wird geleert …"
-#: ../src/library/LibraryWindow.vala:879
+#: ../src/library/LibraryWindow.vala:880
#, c-format
msgid ""
"Shotwell is configured to import photos to your home directory.\n"
@@ -4468,38 +4454,38 @@ msgid ""
msgstr ""
"Shotwell ist so eingestellt, dass Fotos in Ihren persönlichen Ordner "
"importiert werden.\n"
-"Es wird empfohlen, dies unter <span weight=\"bold\">Bearbeiten %s "
-"Einstellungen</span> zu ändern.\n"
+"Es wird empfohlen, dies unter <span weight=\"bold\">%s-Einstellungen "
+"bearbeiten</span> zu ändern.\n"
"Möchten Sie mit dem Importieren der Fotos fortfahren?"
-#: ../src/library/LibraryWindow.vala:882 ../ui/shotwell.glade.h:18
+#: ../src/library/LibraryWindow.vala:883 ../ui/shotwell.glade.h:18
msgid "Library Location"
msgstr "Speicherort der Bibliothek"
#. TODO: Specify which directory/file.
-#: ../src/library/LibraryWindow.vala:895
+#: ../src/library/LibraryWindow.vala:896
msgid "Photos cannot be imported from this directory."
msgstr "Aus diesem Ordner können keine Fotos importiert werden."
-#: ../src/library/LibraryWindow.vala:1183
+#: ../src/library/LibraryWindow.vala:1184
#, c-format
msgid "%s (%d%%)"
msgstr "%s (%d%%)"
-#: ../src/library/LibraryWindow.vala:1227
-#: ../src/library/LibraryWindow.vala:1238
+#: ../src/library/LibraryWindow.vala:1228
+#: ../src/library/LibraryWindow.vala:1239
msgid "Updating library..."
msgstr "Bibliothek wird aktualisiert …"
-#: ../src/library/LibraryWindow.vala:1244
+#: ../src/library/LibraryWindow.vala:1245
msgid "Preparing to auto-import photos..."
msgstr "Automatischer Foto-Import wird vorbereitet …"
-#: ../src/library/LibraryWindow.vala:1249
+#: ../src/library/LibraryWindow.vala:1250
msgid "Auto-importing photos..."
msgstr "Fotos werden automatisch importiert …"
-#: ../src/library/LibraryWindow.vala:1257
+#: ../src/library/LibraryWindow.vala:1258
msgid "Writing metadata to files..."
msgstr "Metadaten werden in die Dateien geschrieben …"
@@ -4513,11 +4499,11 @@ msgstr "Löschen läuft …"
#: ../src/library/TrashPage.vala:8
msgid "Trash"
-msgstr "Müll"
+msgstr "Papierkorb"
#: ../src/library/TrashPage.vala:108
msgid "Trash is empty"
-msgstr "Der Mülleimer ist leer"
+msgstr "Der Papierkorb ist leer"
#: ../src/library/TrashPage.vala:112
msgid "Delete"
@@ -4546,7 +4532,7 @@ msgid ""
"%d) to %s (schema %d). For more information please check the Shotwell Wiki "
"at %s"
msgstr ""
-"Shotwell konnte ihre Foto-Bibliothek nicht von Version %s (Schema %d) zu %s "
+"Shotwell konnte Ihre Foto-Bibliothek nicht von Version %s (Schema %d) zu %s "
"(Schema %d) aktualisieren. Schauen Sie bitte für weitere Informationen in "
"das Shotwell-Wiki unter %s"
@@ -4574,11 +4560,11 @@ msgstr "Shotwell wird geladen"
#: ../src/main.vala:294
msgid "Path to Shotwell's private data"
-msgstr "Pfad zu Shotwell's Verwaltungsinformation"
+msgstr "Pfad zu Shotwells Verwaltungsinformation"
#: ../src/main.vala:294
msgid "DIRECTORY"
-msgstr "Verzeichnis"
+msgstr "ORDNER"
#: ../src/main.vala:298
msgid "Do not monitor library directory at runtime for changes"
@@ -4601,7 +4587,7 @@ msgstr "[DATEI]"
#, c-format
msgid "Run '%s --help' to see a full list of available command line options.\n"
msgstr ""
-"Führen Sie »%s --help« aus, um eine vollständige Liste von möglichen "
+"Rufen Sie »%s --help« auf, um eine vollständige Liste von möglichen "
"Befehlszeilenoptionen zu erhalten.\n"
#: ../src/photos/BmpSupport.vala:32
@@ -4650,7 +4636,7 @@ msgstr "Veröffentlichen"
#: ../src/publishing/PublishingPluginHost.vala:11
msgid "Preparing for upload"
-msgstr "Es wird für das Hochladen vorbereitet"
+msgstr "Hochladen wird vorbereitet"
#: ../src/publishing/PublishingPluginHost.vala:12
#, c-format
@@ -4667,7 +4653,8 @@ msgstr ""
#: ../src/publishing/PublishingPluginHost.vala:84
msgid "To try publishing to another service, select one from the above menu."
msgstr ""
-"Um auf einem Dienst zu veröffentlichen, wählen Sie bitte aus dem obigen Menü."
+"Um die Veröffentlichung bei einem anderen Dienstanbieter zu versuchen, "
+"wählen Sie diesen bitte im obigen Menü aus."
#: ../src/publishing/PublishingUI.vala:105
msgid "The selected photos/videos were successfully published."
@@ -4697,37 +4684,37 @@ msgstr "Konto-Information wird abgerufen …"
msgid "Logging in..."
msgstr "Anmelden …"
-#: ../src/publishing/PublishingUI.vala:188
+#: ../src/publishing/PublishingUI.vala:185
msgid "Publish Photos"
-msgstr "Foto veröffentlichen"
+msgstr "Fotos veröffentlichen"
-#: ../src/publishing/PublishingUI.vala:189
+#: ../src/publishing/PublishingUI.vala:186
msgid "Publish photos _to:"
msgstr "Fotos veröffentlichen _auf:"
-#: ../src/publishing/PublishingUI.vala:191
+#: ../src/publishing/PublishingUI.vala:188
msgid "Publish Videos"
msgstr "Videos veröffentlichen"
-#: ../src/publishing/PublishingUI.vala:192
+#: ../src/publishing/PublishingUI.vala:189
msgid "Publish videos _to"
msgstr "Videos veröffentlichen _auf:"
-#: ../src/publishing/PublishingUI.vala:194
+#: ../src/publishing/PublishingUI.vala:191
msgid "Publish Photos and Videos"
msgstr "Fotos und Videos veröffentlichen"
-#: ../src/publishing/PublishingUI.vala:195
+#: ../src/publishing/PublishingUI.vala:192
msgid "Publish photos and videos _to"
msgstr "Fotos und Videos veröffentlichen _auf:"
#. There are no enabled publishing services that accept this media type,
#. warn the user.
-#: ../src/publishing/PublishingUI.vala:397
+#: ../src/publishing/PublishingUI.vala:360
msgid "Unable to publish"
msgstr "Veröffentlichen ist nicht möglich"
-#: ../src/publishing/PublishingUI.vala:398
+#: ../src/publishing/PublishingUI.vala:361
#, c-format
msgid ""
"Shotwell cannot publish the selected items because you do not have a "
@@ -4791,7 +4778,7 @@ msgstr "ist nicht"
#. Ordering must correspond with SearchConditionMediaType.MediaType
#: ../src/searches/SavedSearchDialog.vala:255
msgid "any photo"
-msgstr "beliebiges Foto"
+msgstr "ein beliebiges Foto"
#: ../src/searches/SavedSearchDialog.vala:256
msgid "a raw photo"
@@ -4807,28 +4794,28 @@ msgstr "hat"
#: ../src/searches/SavedSearchDialog.vala:312
msgid "has no"
-msgstr "hat nicht"
+msgstr "hat keine"
#: ../src/searches/SavedSearchDialog.vala:317
msgid "modifications"
-msgstr "Modifizierungen"
+msgstr "Bearbeitungen"
#: ../src/searches/SavedSearchDialog.vala:318
msgid "internal modifications"
-msgstr "Interne Bearbeitungen"
+msgstr "internen Bearbeitungen"
#: ../src/searches/SavedSearchDialog.vala:319
msgid "external modifications"
-msgstr "Externe Bearbeitungen"
+msgstr "externen Bearbeitungen"
#. Ordering must correspond with SearchConditionFlagged.State
#: ../src/searches/SavedSearchDialog.vala:373
msgid "flagged"
-msgstr "Gekennzeichnet"
+msgstr "markiert"
#: ../src/searches/SavedSearchDialog.vala:374
msgid "not flagged"
-msgstr "Nicht gekennzeichnet"
+msgstr "nicht markiert"
#: ../src/searches/SavedSearchDialog.vala:437
msgid "and higher"
@@ -4848,7 +4835,7 @@ msgstr "ist nach"
#: ../src/searches/SavedSearchDialog.vala:502
msgid "is before"
-msgstr "ist bevor"
+msgstr "ist vor"
#: ../src/searches/SavedSearchDialog.vala:503
msgid "is between"
@@ -4892,7 +4879,7 @@ msgstr "Titel"
#: ../src/searches/SearchBoolean.vala:163
msgid "Tag"
-msgstr "Tag"
+msgstr "Stichwort"
#: ../src/searches/SearchBoolean.vala:166
msgid "Comment"
@@ -4912,11 +4899,11 @@ msgstr "Medientyp"
#: ../src/searches/SearchBoolean.vala:178
msgid "Flag state"
-msgstr "Kennzeichnungsstatus"
+msgstr "Markierungsstatus"
#: ../src/searches/SearchBoolean.vala:181
msgid "Photo state"
-msgstr "Status des Foto"
+msgstr "Status des Fotos"
#: ../src/searches/SearchBoolean.vala:187
msgid "Date"
@@ -4924,7 +4911,7 @@ msgstr "Datum"
#: ../src/sidebar/Tree.vala:203
msgid "New _Tag..."
-msgstr "Neuer _Tag …"
+msgstr "Neues S_tichwort …"
#: ../src/slideshow/Slideshow.vala:22
msgid "Slideshow Transitions"
@@ -4944,7 +4931,7 @@ msgstr "Zufällig"
#: ../src/tags/Branch.vala:131
msgid "Tags"
-msgstr "Tags"
+msgstr "Stichworte"
#: ../ui/set_background_dialog.glade.h:1
msgid "Set as Desktop Background"
@@ -4986,7 +4973,7 @@ msgstr "_Name der Suche:"
#: ../ui/shotwell.glade.h:2
msgid "_Match"
-msgstr "Finde _gleiche"
+msgstr "_Treffer finden"
#: ../ui/shotwell.glade.h:3
msgid "of the following:"
@@ -4994,15 +4981,15 @@ msgstr "von den folgenden:"
#: ../ui/shotwell.glade.h:4
msgid "<b>Printed Image Size</b>"
-msgstr "Auflösung für Druck"
+msgstr "<b>Auflösung für Druck</b>"
#: ../ui/shotwell.glade.h:5
msgid "Use a _standard size:"
-msgstr "_Standardgröße verwenden"
+msgstr "_Standardgröße verwenden:"
#: ../ui/shotwell.glade.h:6
msgid "Use a c_ustom size:"
-msgstr "_Angepasste Größe verwenden"
+msgstr "_Angepasste Größe verwenden:"
#: ../ui/shotwell.glade.h:7
msgid "_Match photo aspect ratio"
@@ -5014,7 +5001,7 @@ msgstr "_Automatische Größe:"
#: ../ui/shotwell.glade.h:9
msgid "<b>Titles</b>"
-msgstr "Titel"
+msgstr "<b>Titel</b>"
#: ../ui/shotwell.glade.h:10
msgid "Print image _title"
@@ -5022,7 +5009,7 @@ msgstr "Bild_titel drucken"
#: ../ui/shotwell.glade.h:11
msgid "<b>Pixel Resolution</b>"
-msgstr "Auflösung"
+msgstr "<b>Auflösung</b>"
#: ../ui/shotwell.glade.h:12
msgid "_Output photo at:"
@@ -5034,7 +5021,7 @@ msgstr "Pixel pro Zoll"
#: ../ui/shotwell.glade.h:15
msgid "Shotwell Preferences"
-msgstr "Einstellungen"
+msgstr "Shotwell-Einstellungen"
#: ../ui/shotwell.glade.h:16
msgid "white"
@@ -5046,7 +5033,7 @@ msgstr "schwarz"
#: ../ui/shotwell.glade.h:19
msgid "_Watch library directory for new files"
-msgstr "_Überwache Bibliotheksordner auf neue Dateien"
+msgstr "Bibliotheksordner auf neue Dateien _überwachen"
#: ../ui/shotwell.glade.h:20
msgid "Metadata"
@@ -5054,7 +5041,7 @@ msgstr "Metadaten"
#: ../ui/shotwell.glade.h:21
msgid "Write tags, titles, and other _metadata to photo files"
-msgstr "Tags, Titel und andere _Metadaten in die Fotodateien schreiben"
+msgstr "Stichworte, Titel und andere _Metadaten in die Fotodateien schreiben"
#: ../ui/shotwell.glade.h:22
msgid "Display"
@@ -5066,7 +5053,7 @@ msgstr "_Fotos importieren nach:"
#: ../ui/shotwell.glade.h:24
msgid "_Background:"
-msgstr "_Hintergrund"
+msgstr "_Hintergrund:"
#: ../ui/shotwell.glade.h:25
msgid "Importing"
@@ -5086,7 +5073,7 @@ msgstr "Beispiel:"
#: ../ui/shotwell.glade.h:29
msgid "R_ename imported files to lowercase"
-msgstr "Namen von importierte Dateien in K_leinbuchstaben umändern"
+msgstr "Namen von importierten Dateien in K_leinbuchstaben ändern"
#: ../ui/shotwell.glade.h:30
msgid "RAW Developer"
@@ -5102,7 +5089,7 @@ msgstr "E_xterner Foto-Editor:"
#: ../ui/shotwell.glade.h:34
msgid "External _RAW editor:"
-msgstr "Externer _RAW Editor:"
+msgstr "Externer _RAW-Editor:"
#: ../ui/shotwell.glade.h:35
msgid "External Editors"
@@ -5132,3 +5119,24 @@ msgstr "T_itel anzeigen"
msgid "seconds"
msgstr "Sekunden"
+# Ich würde lieber bei »Copyright« bleiben.
+#~ msgid "Copyright 2016 Software Freedom Conservancy Inc."
+#~ msgstr "Copyright 2016 Software Freedom Conservancy Inc."
+
+#~ msgid "Could not make directory %s writable"
+#~ msgstr "Ordner %s konnte nicht schreibbar gesetzt werden"
+
+#~ msgid "Could not make directory %s writable: %s"
+#~ msgstr "Ordner %s konnte nicht schreibbar gesetzt werden: %s"
+
+#~ msgid "Visit the Shotwell web site"
+#~ msgstr "Besuchen Sie die Shotwell-Internetseite"
+
+#~ msgid "Import media _from:"
+#~ msgstr "Importieren _von:"
+
+#~ msgid "Unable to restore photo database %s"
+#~ msgstr "Die Fotodatenbank %s konnte nicht wiederhergestellt werden"
+
+#~ msgid "Unable open photo %s. Sorry."
+#~ msgstr "Das Foto %s kann nicht geöffnet werden. Entschuldigung."
diff --git a/po/es.po b/po/es.po
index 3bed622..9f13b7e 100644
--- a/po/es.po
+++ b/po/es.po
@@ -28,8 +28,8 @@ msgstr ""
"Project-Id-Version: shotwell-0.15\n"
"Report-Msgid-Bugs-To: http://bugzilla.gnome.org/enter_bug.cgi?"
"product=shotwell&keywords=I18N+L10N&component=Internationalization\n"
-"POT-Creation-Date: 2016-04-28 02:26+0000\n"
-"PO-Revision-Date: 2016-04-28 13:37+0200\n"
+"POT-Creation-Date: 2016-05-21 16:40+0000\n"
+"PO-Revision-Date: 2016-05-26 13:08+0200\n"
"Last-Translator: Daniel Mustieles <daniel.mustieles@gmail.com>\n"
"Language-Team: Español; Castellano <gnome-es-list@gnome.org>\n"
"Language: es\n"
@@ -60,7 +60,7 @@ msgstr ""
msgid "Visit the Shotwell home page"
msgstr "Visite la página web de Shotwell"
-#: ../plugins/common/Resources.vala:28 ../src/AppWindow.vala:705
+#: ../plugins/common/Resources.vala:28 ../src/AppWindow.vala:698
msgid "translator-credits"
msgstr ""
"Daniel Mustieles <daniel.mustieles@gmail.com>, 2014-2016\n"
@@ -77,8 +77,8 @@ msgstr ""
#: ../plugins/shotwell-publishing/PiwigoPublishing.vala:32
#: ../plugins/shotwell-publishing/YouTubePublishing.vala:32
#: ../src/Resources.vala:27
-msgid "Copyright 2009-2015 Yorba Foundation"
-msgstr "Copyright 2009-2015 Fundación Yorba"
+msgid "Copyright 2016 Software Freedom Conservancy Inc."
+msgstr "Copyright 2016 Software Freedom Conservancy Inc."
#: ../plugins/shotwell-data-imports/FSpotImporter.vala:56
msgid ""
@@ -994,7 +994,7 @@ msgid "Logout"
msgstr "Salir"
#: ../plugins/shotwell-publishing/piwigo_publishing_options_pane.glade.h:12
-#: ../src/Resources.vala:303
+#: ../src/Resources.vala:298
msgid "Publish"
msgstr "Publicar"
@@ -1051,40 +1051,45 @@ msgid "Core Slideshow Transitions"
msgstr "Transiciones de pase de diapositivas"
#: ../plugins/shotwell-transitions/shotwell-transitions.vala:75
-msgid "Copyright 2010 Maxim Kartashev, Copyright 2011-2015 Yorba Foundation"
-msgstr "Copyright 2010 Maxim Kartashev, Copyright 2011-2015 Fundación Yorba"
+#| msgid "Copyright 2010 Maxim Kartashev, Copyright 2011-2015 Yorba Foundation"
+msgid ""
+"Copyright 2010 Maxim Kartashev, Copyright 2016 Software Freedom Conservancy "
+"Inc."
+msgstr ""
+"Copyright 2010 Maxim Kartashev, Copyright 2016 Software Freedom Conservancy "
+"Inc."
-#: ../src/AppDirs.vala:48 ../src/AppDirs.vala:99
+#: ../src/AppDirs.vala:64 ../src/AppDirs.vala:115
#, c-format
msgid "Unable to create cache directory %s: %s"
msgstr "No se pudo crear la carpeta de caché %s: %s"
-#: ../src/AppDirs.vala:58 ../src/AppDirs.vala:88
+#: ../src/AppDirs.vala:74 ../src/AppDirs.vala:104
#, c-format
msgid "Unable to create data directory %s: %s"
msgstr "No se puede crear la carpeta de datos %s: %s"
#. If XDG yarfed, use ~/Pictures
-#: ../src/AppDirs.vala:152
+#: ../src/AppDirs.vala:168
msgid "Pictures"
msgstr "Imágenes"
-#: ../src/AppDirs.vala:190
+#: ../src/AppDirs.vala:206
#, c-format
msgid "Unable to create temporary directory %s: %s"
msgstr "No se puede crear la carpeta temporal %s: %s"
-#: ../src/AppDirs.vala:207 ../src/AppDirs.vala:238
+#: ../src/AppDirs.vala:223 ../src/AppDirs.vala:254
#, c-format
msgid "Unable to create data subdirectory %s: %s"
msgstr "No se puede crear la subcarpeta de datos %s: %s"
-#: ../src/AppDirs.vala:220
+#: ../src/AppDirs.vala:236
#, c-format
msgid "Could not make directory %s writable"
msgstr "No se pudo hacer que la carpeta %s sea escribible"
-#: ../src/AppDirs.vala:223
+#: ../src/AppDirs.vala:239
#, c-format
msgid "Could not make directory %s writable: %s"
msgstr "No se pudo hacer escribible la carpeta %s: %s"
@@ -1101,27 +1106,27 @@ msgstr "Mantener abierta la barra de herramientas"
msgid "Leave fullscreen"
msgstr "Salir de pantalla completa"
-#: ../src/AppWindow.vala:525
+#: ../src/AppWindow.vala:518
msgid "_Contents"
msgstr "_Contenido"
-#: ../src/AppWindow.vala:530
+#: ../src/AppWindow.vala:523
msgid "_Frequently Asked Questions"
msgstr "_Preguntas más frecuentes"
-#: ../src/AppWindow.vala:535
+#: ../src/AppWindow.vala:528
msgid "_Report a Problem..."
msgstr "_Informar de un problema…"
-#: ../src/AppWindow.vala:634 ../src/AppWindow.vala:655
-#: ../src/AppWindow.vala:672 ../src/Dialogs.vala:20 ../src/Dialogs.vala:28
-#: ../src/Dialogs.vala:1424 ../src/Dialogs.vala:1447 ../src/Resources.vala:162
+#: ../src/AppWindow.vala:627 ../src/AppWindow.vala:648
+#: ../src/AppWindow.vala:665 ../src/Dialogs.vala:20 ../src/Dialogs.vala:28
+#: ../src/Dialogs.vala:1424 ../src/Dialogs.vala:1447 ../src/Resources.vala:157
#: ../src/data_imports/DataImportsUI.vala:413
#: ../src/publishing/PublishingUI.vala:512
msgid "_Cancel"
msgstr "_Cancelar"
-#: ../src/AppWindow.vala:682
+#: ../src/AppWindow.vala:675
#, c-format
msgid ""
"A fatal error occurred when accessing Shotwell's library. Shotwell cannot "
@@ -1134,21 +1139,22 @@ msgstr ""
"\n"
"%s"
-#: ../src/AppWindow.vala:702
-msgid "Visit the Yorba web site"
-msgstr "Visitar el sitio web de Yorba"
+#: ../src/AppWindow.vala:695
+#| msgid "Visit the Shotwell home page"
+msgid "Visit the Shotwell web site"
+msgstr "Visite la página web de Shotwell"
-#: ../src/AppWindow.vala:714
+#: ../src/AppWindow.vala:707
#, c-format
msgid "Unable to display help: %s"
msgstr "No se puede mostrar la ayuda: %s"
-#: ../src/AppWindow.vala:722
+#: ../src/AppWindow.vala:715
#, c-format
msgid "Unable to navigate to bug database: %s"
msgstr "No se pudo navegar en la base de datos de errores: %s"
-#: ../src/AppWindow.vala:730
+#: ../src/AppWindow.vala:723
#, c-format
msgid "Unable to display FAQ: %s"
msgstr "No se pudieron mostrar las P+F: %s"
@@ -1214,11 +1220,11 @@ msgstr "Archivo de imagen dañado"
msgid "Imported failed (%d)"
msgstr "Fallo de importación (%d)"
-#: ../src/CollectionPage.vala:230 ../src/PhotoPage.vala:2637
+#: ../src/CollectionPage.vala:230 ../src/PhotoPage.vala:2635
msgid "S_lideshow"
msgstr "_Diapositivas"
-#: ../src/CollectionPage.vala:231 ../src/PhotoPage.vala:2638
+#: ../src/CollectionPage.vala:231 ../src/PhotoPage.vala:2636
msgid "Play a slideshow"
msgstr "Iniciar un pase de diapositivas"
@@ -1231,7 +1237,7 @@ msgid "Export Photos/Videos"
msgstr "Exportar fotos/vídeos"
#: ../src/CollectionPage.vala:458 ../src/Dialogs.vala:58
-#: ../src/PhotoPage.vala:3211
+#: ../src/PhotoPage.vala:3209
msgid "Export Photo"
msgstr "Exportar foto"
@@ -1465,8 +1471,8 @@ msgstr[0] "Esto eliminará la etiqueta «%s» de una foto. ¿Continuar?"
msgstr[1] "Esto eliminará la etiqueta «%s» de %d fotos. ¿Continuar?"
#: ../src/Dialogs.vala:20 ../src/Dialogs.vala:28 ../src/Dialogs.vala:1392
-#: ../src/Resources.vala:163 ../src/Resources.vala:369
-#: ../src/Resources.vala:417 ../src/Resources.vala:682
+#: ../src/Resources.vala:158 ../src/Resources.vala:364
+#: ../src/Resources.vala:412 ../src/Resources.vala:677
msgid "_Delete"
msgstr "_Eliminar"
@@ -1941,7 +1947,7 @@ msgstr[1] "%d horas"
msgid "1 day"
msgstr "1 día"
-#: ../src/Dialogs.vala:1321 ../src/Resources.vala:236
+#: ../src/Dialogs.vala:1321 ../src/Resources.vala:231
msgid "Rename Event"
msgstr "Renombrar evento"
@@ -1951,7 +1957,7 @@ msgstr "Nombre:"
#. Dialog title
#. Button label
-#: ../src/Dialogs.vala:1332 ../src/Resources.vala:308
+#: ../src/Dialogs.vala:1332 ../src/Resources.vala:303
msgid "Edit Title"
msgstr "Editar título"
@@ -1960,7 +1966,7 @@ msgid "Title:"
msgstr "Título:"
#. Dialog title
-#: ../src/Dialogs.vala:1349 ../src/Resources.vala:315
+#: ../src/Dialogs.vala:1349 ../src/Resources.vala:310
msgid "Edit Event Comment"
msgstr "Editar comentario de evento"
@@ -1982,7 +1988,7 @@ msgstr[1] "Eliminar archivos y mover a la _papelera"
msgid "_Remove From Library"
msgstr "_Quitar de la colección"
-#: ../src/Dialogs.vala:1391 ../src/camera/ImportPage.vala:1741
+#: ../src/Dialogs.vala:1391 ../src/camera/ImportPage.vala:1740
msgid "_Keep"
msgstr "_Mantener"
@@ -2021,7 +2027,7 @@ msgid_plural "This will remove %d photos from the library. Continue?"
msgstr[0] "Esto quitará la foto de la colección. ¿Continuar?"
msgstr[1] "Esto quitará las %d fotos de la colección. ¿Continuar?"
-#: ../src/Dialogs.vala:1448 ../src/Resources.vala:178
+#: ../src/Dialogs.vala:1448 ../src/Resources.vala:173
msgid "_Remove"
msgstr "_Quitar"
@@ -2251,11 +2257,11 @@ msgstr "_Importar en el lugar"
msgid "Import to Library"
msgstr "Importar a la colección"
-#: ../src/Dialogs.vala:2701 ../src/PhotoPage.vala:3087
+#: ../src/Dialogs.vala:2701 ../src/PhotoPage.vala:3085
msgid "Remove From Library"
msgstr "Quitar de la colección"
-#: ../src/Dialogs.vala:2702 ../src/PhotoPage.vala:3087
+#: ../src/Dialogs.vala:2702 ../src/PhotoPage.vala:3085
msgid "Removing Photo From Library"
msgstr "Quitando la foto de la colección"
@@ -2412,8 +2418,8 @@ msgstr "No se pueden procesar las actualizaciones de la monitorización %s"
msgid "Adjust the size of the thumbnails"
msgstr "Ajustar el tamaño de las miniaturas"
-#: ../src/MediaPage.vala:340 ../src/PhotoPage.vala:2593
-#: ../src/Resources.vala:188 ../src/direct/DirectPhotoPage.vala:174
+#: ../src/MediaPage.vala:340 ../src/PhotoPage.vala:2591
+#: ../src/Resources.vala:183 ../src/direct/DirectPhotoPage.vala:174
msgid "Zoom _In"
msgstr "_Ampliar"
@@ -2421,8 +2427,8 @@ msgstr "_Ampliar"
msgid "Increase the magnification of the thumbnails"
msgstr "Aumentar la ampliación de las miniaturas"
-#: ../src/MediaPage.vala:346 ../src/PhotoPage.vala:2599
-#: ../src/Resources.vala:189 ../src/direct/DirectPhotoPage.vala:180
+#: ../src/MediaPage.vala:346 ../src/PhotoPage.vala:2597
+#: ../src/Resources.vala:184 ../src/direct/DirectPhotoPage.vala:180
msgid "Zoom _Out"
msgstr "Re_ducir"
@@ -2442,21 +2448,21 @@ msgstr "_Reproducir vídeo"
msgid "Open the selected videos in the system video player"
msgstr "Abrir los vídeos seleccionados en el reproductor de vídeos del sistema"
-#: ../src/MediaPage.vala:428 ../src/PhotoPage.vala:2642
+#: ../src/MediaPage.vala:428 ../src/PhotoPage.vala:2640
msgid "_Developer"
msgstr "_Revelador"
#: ../src/MediaPage.vala:440 ../src/camera/Branch.vala:99
-#: ../src/camera/ImportPage.vala:711 ../src/camera/ImportPage.vala:727
+#: ../src/camera/ImportPage.vala:710 ../src/camera/ImportPage.vala:726
#: ../src/photos/RawSupport.vala:303
msgid "Camera"
msgstr "Cámara"
-#: ../src/MediaPage.vala:451 ../src/camera/ImportPage.vala:874
+#: ../src/MediaPage.vala:451 ../src/camera/ImportPage.vala:873
msgid "_Titles"
msgstr "_Títulos"
-#: ../src/MediaPage.vala:452 ../src/camera/ImportPage.vala:875
+#: ../src/MediaPage.vala:452 ../src/camera/ImportPage.vala:874
msgid "Display the title of each photo"
msgstr "Mostrar el título de cada foto"
@@ -2559,73 +2565,73 @@ msgstr "Foto anterior"
msgid "Next photo"
msgstr "Siguiente foto"
-#: ../src/PhotoPage.vala:1847
+#: ../src/PhotoPage.vala:1845
#, c-format
msgid "Photo source file missing: %s"
msgstr "Falta el archivo de origen de la foto: %s"
-#: ../src/PhotoPage.vala:2414 ../src/direct/DirectPhotoPage.vala:165
+#: ../src/PhotoPage.vala:2412 ../src/direct/DirectPhotoPage.vala:165
#: ../src/library/LibraryWindow.vala:343
msgid "_View"
msgstr "_Ver"
-#: ../src/PhotoPage.vala:2418 ../src/direct/DirectPhotoPage.vala:81
+#: ../src/PhotoPage.vala:2416 ../src/direct/DirectPhotoPage.vala:81
msgid "T_ools"
msgstr "_Herramientas"
-#: ../src/PhotoPage.vala:2423 ../src/direct/DirectPhotoPage.vala:86
+#: ../src/PhotoPage.vala:2421 ../src/direct/DirectPhotoPage.vala:86
msgid "_Previous Photo"
msgstr "Foto _anterior"
-#: ../src/PhotoPage.vala:2424 ../src/direct/DirectPhotoPage.vala:87
+#: ../src/PhotoPage.vala:2422 ../src/direct/DirectPhotoPage.vala:87
msgid "Previous Photo"
msgstr "Foto anterior"
-#: ../src/PhotoPage.vala:2429 ../src/direct/DirectPhotoPage.vala:92
+#: ../src/PhotoPage.vala:2427 ../src/direct/DirectPhotoPage.vala:92
msgid "_Next Photo"
msgstr "_Siguiente foto"
-#: ../src/PhotoPage.vala:2430 ../src/direct/DirectPhotoPage.vala:93
+#: ../src/PhotoPage.vala:2428 ../src/direct/DirectPhotoPage.vala:93
msgid "Next Photo"
msgstr "Siguiente foto"
-#: ../src/PhotoPage.vala:2594 ../src/direct/DirectPhotoPage.vala:175
+#: ../src/PhotoPage.vala:2592 ../src/direct/DirectPhotoPage.vala:175
msgid "Increase the magnification of the photo"
msgstr "Aumentar la ampliación de la foto"
-#: ../src/PhotoPage.vala:2600 ../src/direct/DirectPhotoPage.vala:181
+#: ../src/PhotoPage.vala:2598 ../src/direct/DirectPhotoPage.vala:181
msgid "Decrease the magnification of the photo"
msgstr "Reducir la ampliación de la foto"
-#: ../src/PhotoPage.vala:2605 ../src/direct/DirectPhotoPage.vala:186
+#: ../src/PhotoPage.vala:2603 ../src/direct/DirectPhotoPage.vala:186
msgid "Fit to _Page"
msgstr "Aj_ustar a la página"
-#: ../src/PhotoPage.vala:2606 ../src/direct/DirectPhotoPage.vala:187
+#: ../src/PhotoPage.vala:2604 ../src/direct/DirectPhotoPage.vala:187
msgid "Zoom the photo to fit on the screen"
msgstr "Aumentar la foto hasta ajustar a la pantalla"
-#: ../src/PhotoPage.vala:2612 ../src/direct/DirectPhotoPage.vala:193
+#: ../src/PhotoPage.vala:2610 ../src/direct/DirectPhotoPage.vala:193
#, no-c-format
msgid "Zoom _100%"
msgstr "Ampliar al _100%"
-#: ../src/PhotoPage.vala:2614 ../src/direct/DirectPhotoPage.vala:195
+#: ../src/PhotoPage.vala:2612 ../src/direct/DirectPhotoPage.vala:195
#, no-c-format
msgid "Zoom the photo to 100% magnification"
msgstr "Ampliar la foto al 100%"
-#: ../src/PhotoPage.vala:2620 ../src/direct/DirectPhotoPage.vala:201
+#: ../src/PhotoPage.vala:2618 ../src/direct/DirectPhotoPage.vala:201
#, no-c-format
msgid "Zoom _200%"
msgstr "Ampliar al _200%"
-#: ../src/PhotoPage.vala:2622 ../src/direct/DirectPhotoPage.vala:203
+#: ../src/PhotoPage.vala:2620 ../src/direct/DirectPhotoPage.vala:203
#, no-c-format
msgid "Zoom the photo to 200% magnification"
msgstr "Ampliar la foto al 200%"
-#: ../src/PhotoPage.vala:3231
+#: ../src/PhotoPage.vala:3229
#, c-format
msgid "Unable to export %s: %s"
msgstr "No se puede exportar %s: %s"
@@ -2749,7 +2755,7 @@ msgstr "Hoy"
msgid "Yesterday"
msgstr "Ayer"
-#: ../src/Properties.vala:227 ../src/camera/ImportPage.vala:312
+#: ../src/Properties.vala:227 ../src/camera/ImportPage.vala:311
msgid "RAW+JPEG"
msgstr "RAW+JPEG"
@@ -2898,753 +2904,753 @@ msgstr "Gestor de fotos"
msgid "Photo Viewer"
msgstr "Visor de fotos"
-#: ../src/Resources.vala:144
+#: ../src/Resources.vala:139
msgid "Rotate _Right"
msgstr "Girar a la _derecha"
-#: ../src/Resources.vala:145 ../src/Resources.vala:150
+#: ../src/Resources.vala:140 ../src/Resources.vala:145
msgid "Rotate"
msgstr "Girar"
-#: ../src/Resources.vala:146
+#: ../src/Resources.vala:141
msgid "Rotate Right"
msgstr "Girar a la derecha"
-#: ../src/Resources.vala:147
+#: ../src/Resources.vala:142
msgid "Rotate the photos right (press Ctrl to rotate left)"
msgstr "Girar las fotos a la derecha (oprima Ctrl para girar a la izquierda)"
-#: ../src/Resources.vala:149
+#: ../src/Resources.vala:144
msgid "Rotate _Left"
msgstr "Girar a la izq_uierda"
-#: ../src/Resources.vala:151
+#: ../src/Resources.vala:146
msgid "Rotate Left"
msgstr "Girar a la izquierda"
-#: ../src/Resources.vala:152
+#: ../src/Resources.vala:147
msgid "Rotate the photos left"
msgstr "Girar las fotos a la izquierda"
-#: ../src/Resources.vala:154
+#: ../src/Resources.vala:149
msgid "Flip Hori_zontally"
msgstr "Voltear hori_zontalmente"
-#: ../src/Resources.vala:155
+#: ../src/Resources.vala:150
msgid "Flip Horizontally"
msgstr "Voltear horizontalmente"
-#: ../src/Resources.vala:157
+#: ../src/Resources.vala:152
msgid "Flip Verti_cally"
msgstr "Voltear _verticalmente"
-#: ../src/Resources.vala:158
+#: ../src/Resources.vala:153
msgid "Flip Vertically"
msgstr "Voltear verticalmente"
-#: ../src/Resources.vala:160
+#: ../src/Resources.vala:155
msgid "_About"
msgstr "_Acerca de"
-#: ../src/Resources.vala:161
+#: ../src/Resources.vala:156
msgid "_Apply"
msgstr "_Aplicar"
-#: ../src/Resources.vala:164 ../src/direct/DirectPhotoPage.vala:73
+#: ../src/Resources.vala:159 ../src/direct/DirectPhotoPage.vala:73
#: ../src/library/LibraryWindow.vala:339
msgid "_Edit"
msgstr "_Editar"
-#: ../src/Resources.vala:165
+#: ../src/Resources.vala:160
msgid "_Forward"
msgstr "_Adelante"
-#: ../src/Resources.vala:166
+#: ../src/Resources.vala:161
msgid "Fulls_creen"
msgstr "Pantalla c_ompleta"
-#: ../src/Resources.vala:167 ../src/direct/DirectPhotoPage.vala:169
+#: ../src/Resources.vala:162 ../src/direct/DirectPhotoPage.vala:169
#: ../src/library/LibraryWindow.vala:363
msgid "_Help"
msgstr "Ay_uda"
-#: ../src/Resources.vala:168
+#: ../src/Resources.vala:163
msgid "Leave _Fullscreen"
msgstr "Salir de pantalla co_mpleta"
-#: ../src/Resources.vala:169 ../src/Resources.vala:371
+#: ../src/Resources.vala:164 ../src/Resources.vala:366
msgid "_New"
msgstr "_Nueva"
-#: ../src/Resources.vala:170
+#: ../src/Resources.vala:165
msgid "_Next"
msgstr "_Siguiente"
-#: ../src/Resources.vala:171
+#: ../src/Resources.vala:166
msgid "_OK"
msgstr "_Aceptar"
-#: ../src/Resources.vala:172
+#: ../src/Resources.vala:167
msgid "_Play"
msgstr "_Reproducir"
-#: ../src/Resources.vala:173 ../src/Resources.vala:325
+#: ../src/Resources.vala:168 ../src/Resources.vala:320
msgid "_Preferences"
msgstr "_Preferencias"
-#: ../src/Resources.vala:174
+#: ../src/Resources.vala:169
msgid "_Previous"
msgstr "_Anterior"
-#: ../src/Resources.vala:175
+#: ../src/Resources.vala:170
msgid "_Print"
msgstr "_Imprimir"
-#: ../src/Resources.vala:176
+#: ../src/Resources.vala:171
msgid "_Quit"
msgstr "_Salir"
-#: ../src/Resources.vala:177
+#: ../src/Resources.vala:172
msgid "_Refresh"
msgstr "_Actualizar"
-#: ../src/Resources.vala:179
+#: ../src/Resources.vala:174
msgid "_Revert"
msgstr "_Revertir"
-#: ../src/Resources.vala:180 ../src/direct/DirectPhotoPage.vala:51
-#: ../src/direct/DirectPhotoPage.vala:422
+#: ../src/Resources.vala:175 ../src/direct/DirectPhotoPage.vala:51
+#: ../src/direct/DirectPhotoPage.vala:432
msgid "_Save"
msgstr "_Guardar"
-#: ../src/Resources.vala:181
+#: ../src/Resources.vala:176
msgid "Save _As"
msgstr "Guardar _como"
-#: ../src/Resources.vala:182
+#: ../src/Resources.vala:177
msgid "Sort _Ascending"
msgstr "Ordenar _ascendentemente"
-#: ../src/Resources.vala:183
+#: ../src/Resources.vala:178
msgid "Sort _Descending"
msgstr "Ordenar d_escendentemente"
-#: ../src/Resources.vala:184
+#: ../src/Resources.vala:179
msgid "_Stop"
msgstr "_Detener"
-#: ../src/Resources.vala:185
+#: ../src/Resources.vala:180
msgid "_Undelete"
msgstr "_Recuperar"
-#: ../src/Resources.vala:186
+#: ../src/Resources.vala:181
msgid "_Normal Size"
msgstr "Tamaño _normal"
-#: ../src/Resources.vala:187
+#: ../src/Resources.vala:182
msgid "Best _Fit"
msgstr "_Mejor ajuste"
-#: ../src/Resources.vala:191
+#: ../src/Resources.vala:186
msgid "_Enhance"
msgstr "M_ejorar"
-#: ../src/Resources.vala:192
+#: ../src/Resources.vala:187
msgid "Enhance"
msgstr "Mejorar"
-#: ../src/Resources.vala:193
+#: ../src/Resources.vala:188
msgid "Automatically improve the photo's appearance"
msgstr "Mejorar automáticamente la apariencia de la foto"
-#: ../src/Resources.vala:195
+#: ../src/Resources.vala:190
msgid "_Copy Color Adjustments"
msgstr "_Copiar ajustes de color"
-#: ../src/Resources.vala:196
+#: ../src/Resources.vala:191
msgid "Copy Color Adjustments"
msgstr "Copiar ajustes de color"
-#: ../src/Resources.vala:197
+#: ../src/Resources.vala:192
msgid "Copy the color adjustments applied to the photo"
msgstr "Copiar los ajustes de color aplicados a la foto"
-#: ../src/Resources.vala:199
+#: ../src/Resources.vala:194
msgid "_Paste Color Adjustments"
msgstr "_Pegar ajustes de color"
-#: ../src/Resources.vala:200
+#: ../src/Resources.vala:195
msgid "Paste Color Adjustments"
msgstr "Pegar ajustes de color"
-#: ../src/Resources.vala:201
+#: ../src/Resources.vala:196
msgid "Apply copied color adjustments to the selected photos"
msgstr "Aplicar ajuste de color copiado a las fotos seleccionadas"
-#: ../src/Resources.vala:203
+#: ../src/Resources.vala:198
msgid "_Crop"
msgstr "Re_cortar"
-#: ../src/Resources.vala:204
+#: ../src/Resources.vala:199
msgid "Crop"
msgstr "Recortar"
-#: ../src/Resources.vala:205
+#: ../src/Resources.vala:200
msgid "Crop the photo's size"
msgstr "Recortar el tamaño de la foto"
-#: ../src/Resources.vala:207 ../src/editing_tools/StraightenTool.vala:100
+#: ../src/Resources.vala:202 ../src/editing_tools/StraightenTool.vala:100
msgid "_Straighten"
msgstr "_Enderezar"
-#: ../src/Resources.vala:208
+#: ../src/Resources.vala:203
msgid "Straighten"
msgstr "Enderezar"
-#: ../src/Resources.vala:209
+#: ../src/Resources.vala:204
msgid "Straighten the photo"
msgstr "Enderezar la foto"
-#: ../src/Resources.vala:211
+#: ../src/Resources.vala:206
msgid "_Red-eye"
msgstr "Ojos _rojos"
-#: ../src/Resources.vala:212
+#: ../src/Resources.vala:207
msgid "Red-eye"
msgstr "Ojos rojos"
-#: ../src/Resources.vala:213
+#: ../src/Resources.vala:208
msgid "Reduce or eliminate any red-eye effects in the photo"
msgstr "Reducir o eliminar cualquier efecto de ojos rojos en la foto"
-#: ../src/Resources.vala:215
+#: ../src/Resources.vala:210
msgid "_Adjust"
msgstr "_Ajuste"
-#: ../src/Resources.vala:216
+#: ../src/Resources.vala:211
msgid "Adjust"
msgstr "Ajuste"
-#: ../src/Resources.vala:217
+#: ../src/Resources.vala:212
msgid "Adjust the photo's color and tone"
msgstr "Ajustar el color y el tono de la foto"
-#: ../src/Resources.vala:219
+#: ../src/Resources.vala:214
msgid "Re_vert to Original"
msgstr "_Volver al original"
-#: ../src/Resources.vala:220
+#: ../src/Resources.vala:215
msgid "Revert to Original"
msgstr "Volver al original"
-#: ../src/Resources.vala:222
+#: ../src/Resources.vala:217
msgid "Revert External E_dits"
msgstr "Revertir e_diciones externas"
-#: ../src/Resources.vala:223
+#: ../src/Resources.vala:218
msgid "Revert to the master photo"
msgstr "Revertir a la foto original"
-#: ../src/Resources.vala:225
+#: ../src/Resources.vala:220
msgid "Set as _Desktop Background"
msgstr "Establecer como fondo _de escritorio"
-#: ../src/Resources.vala:226
+#: ../src/Resources.vala:221
msgid "Set selected image to be the new desktop background"
msgstr "Establezca la imagen seleccionada como nuevo fondo de escritorio"
-#: ../src/Resources.vala:227
+#: ../src/Resources.vala:222
msgid "Set as _Desktop Slideshow..."
msgstr "Establecer como pase de _diapositivas de escritorio…"
-#: ../src/Resources.vala:229
+#: ../src/Resources.vala:224
msgid "_Undo"
msgstr "_Deshacer"
-#: ../src/Resources.vala:230
+#: ../src/Resources.vala:225
msgid "Undo"
msgstr "Deshacer"
-#: ../src/Resources.vala:232
+#: ../src/Resources.vala:227
msgid "_Redo"
msgstr "_Rehacer"
-#: ../src/Resources.vala:233
+#: ../src/Resources.vala:228
msgid "Redo"
msgstr "Rehacer"
-#: ../src/Resources.vala:235
+#: ../src/Resources.vala:230
msgid "Re_name Event..."
msgstr "Re_nombrar evento…"
-#: ../src/Resources.vala:238
+#: ../src/Resources.vala:233
msgid "Make _Key Photo for Event"
msgstr "Hacer foto _clave para el evento"
-#: ../src/Resources.vala:239
+#: ../src/Resources.vala:234
msgid "Make Key Photo for Event"
msgstr "Hacer foto clave para el evento"
-#: ../src/Resources.vala:241
+#: ../src/Resources.vala:236
msgid "_New Event"
msgstr "Evento _nuevo"
-#: ../src/Resources.vala:242
+#: ../src/Resources.vala:237
msgid "New Event"
msgstr "Evento nuevo"
-#: ../src/Resources.vala:244
+#: ../src/Resources.vala:239
msgid "Move Photos"
msgstr "Mover fotos"
-#: ../src/Resources.vala:245
+#: ../src/Resources.vala:240
msgid "Move photos to an event"
msgstr "Mover fotos a un evento"
-#: ../src/Resources.vala:247
+#: ../src/Resources.vala:242
msgid "_Merge Events"
msgstr "_Combinar eventos"
-#: ../src/Resources.vala:248
+#: ../src/Resources.vala:243
msgid "Merge"
msgstr "Combinar"
-#: ../src/Resources.vala:249
+#: ../src/Resources.vala:244
msgid "Combine events into a single event"
msgstr "Combinar eventos en uno solo"
-#: ../src/Resources.vala:251
+#: ../src/Resources.vala:246
msgid "_Set Rating"
msgstr "Establecer p_untuación"
-#: ../src/Resources.vala:252
+#: ../src/Resources.vala:247
msgid "Set Rating"
msgstr "Establecer puntuación"
-#: ../src/Resources.vala:253
+#: ../src/Resources.vala:248
msgid "Change the rating of your photo"
msgstr "Cambiar la puntuación de su foto"
-#: ../src/Resources.vala:255
+#: ../src/Resources.vala:250
msgid "_Increase"
msgstr "_Aumentar"
-#: ../src/Resources.vala:256
+#: ../src/Resources.vala:251
msgid "Increase Rating"
msgstr "Aumentar puntuación"
-#: ../src/Resources.vala:258
+#: ../src/Resources.vala:253
msgid "_Decrease"
msgstr "Disminuir"
-#: ../src/Resources.vala:259
+#: ../src/Resources.vala:254
msgid "Decrease Rating"
msgstr "Disminuir puntuación"
-#: ../src/Resources.vala:261
+#: ../src/Resources.vala:256
msgid "_Unrated"
msgstr "_Sin puntuar"
-#: ../src/Resources.vala:262
+#: ../src/Resources.vala:257
msgid "Unrated"
msgstr "Sin puntuar"
-#: ../src/Resources.vala:263
+#: ../src/Resources.vala:258
msgid "Rate Unrated"
msgstr "Puntuar no puntuadas"
-#: ../src/Resources.vala:264
+#: ../src/Resources.vala:259
msgid "Setting as unrated"
msgstr "Establecer como sin puntuación"
-#: ../src/Resources.vala:265
+#: ../src/Resources.vala:260
msgid "Remove any ratings"
msgstr "Quitar cualquier puntuación"
-#: ../src/Resources.vala:267
+#: ../src/Resources.vala:262
msgid "_Rejected"
msgstr "_Rechazado"
-#: ../src/Resources.vala:268
+#: ../src/Resources.vala:263
msgid "Rejected"
msgstr "Rechazada"
-#: ../src/Resources.vala:269
+#: ../src/Resources.vala:264
msgid "Rate Rejected"
msgstr "Puntuar rechazadas"
-#: ../src/Resources.vala:270
+#: ../src/Resources.vala:265
msgid "Setting as rejected"
msgstr "Estableciendo como rechazada"
-#: ../src/Resources.vala:271
+#: ../src/Resources.vala:266
msgid "Set rating to rejected"
msgstr "Establecer puntuación para rechazadas"
-#: ../src/Resources.vala:273
+#: ../src/Resources.vala:268
msgid "Rejected _Only"
msgstr "Solo _rechazadas"
-#: ../src/Resources.vala:274
+#: ../src/Resources.vala:269
msgid "Rejected Only"
msgstr "Solo rechazadas"
-#: ../src/Resources.vala:275
+#: ../src/Resources.vala:270
msgid "Show only rejected photos"
msgstr "Mostrar solo las fotos rechazadas"
-#: ../src/Resources.vala:277
+#: ../src/Resources.vala:272
msgid "All + _Rejected"
msgstr "Todas + _rechazadas"
-#: ../src/Resources.vala:278 ../src/Resources.vala:279
+#: ../src/Resources.vala:273 ../src/Resources.vala:274
msgid "Show all photos, including rejected"
msgstr "Mostrar todas las fotos, incluyendo las rechazadas"
-#: ../src/Resources.vala:281
+#: ../src/Resources.vala:276
msgid "_All Photos"
msgstr "Todas las _fotos"
#. Button label
#. Button tooltip
-#: ../src/Resources.vala:283 ../src/Resources.vala:285
+#: ../src/Resources.vala:278 ../src/Resources.vala:280
msgid "Show all photos"
msgstr "Mostrar todas las fotos"
-#: ../src/Resources.vala:287
+#: ../src/Resources.vala:282
msgid "_Ratings"
msgstr "_Puntuaciones"
-#: ../src/Resources.vala:288
+#: ../src/Resources.vala:283
msgid "Display each photo's rating"
msgstr "Mostrar la puntuación de cada foto"
-#: ../src/Resources.vala:290
+#: ../src/Resources.vala:285
msgid "_Filter Photos"
msgstr "_Filtrar fotos"
-#: ../src/Resources.vala:291
+#: ../src/Resources.vala:286
msgid "Filter Photos"
msgstr "Filtrar fotos"
-#: ../src/Resources.vala:292
+#: ../src/Resources.vala:287
msgid "Limit the number of photos displayed based on a filter"
msgstr "Limitar el número de fotos mostradas en base al filtro"
-#: ../src/Resources.vala:294
+#: ../src/Resources.vala:289
msgid "_Duplicate"
msgstr "_Duplicar"
-#: ../src/Resources.vala:295
+#: ../src/Resources.vala:290
msgid "Duplicate"
msgstr "Duplicar"
-#: ../src/Resources.vala:296
+#: ../src/Resources.vala:291
msgid "Make a duplicate of the photo"
msgstr "Hacer un duplicado de la foto"
-#: ../src/Resources.vala:298
+#: ../src/Resources.vala:293
msgid "_Export..."
msgstr "_Exportar…"
-#: ../src/Resources.vala:300
+#: ../src/Resources.vala:295
msgid "_Print..."
msgstr "_Imprimir…"
-#: ../src/Resources.vala:302
+#: ../src/Resources.vala:297
msgid "Pu_blish..."
msgstr "Pu_blicar…"
-#: ../src/Resources.vala:304
+#: ../src/Resources.vala:299
msgid "Publish to various websites"
msgstr "Publicar en varios sitios web"
-#: ../src/Resources.vala:306
+#: ../src/Resources.vala:301
msgid "Edit _Title..."
msgstr "Editar el _título…"
-#: ../src/Resources.vala:310
+#: ../src/Resources.vala:305
msgid "Edit _Comment..."
msgstr "Editar _comentario…"
#. Button label
-#: ../src/Resources.vala:312
+#: ../src/Resources.vala:307
msgid "Edit Comment"
msgstr "Editar comentario"
-#: ../src/Resources.vala:314
+#: ../src/Resources.vala:309
msgid "Edit Event _Comment..."
msgstr "Editar _comentario del evento…"
-#: ../src/Resources.vala:317
+#: ../src/Resources.vala:312
msgid "_Adjust Date and Time..."
msgstr "_Ajustar fecha y hora…"
-#: ../src/Resources.vala:318
+#: ../src/Resources.vala:313
msgid "Adjust Date and Time"
msgstr "Ajustar fecha y hora"
-#: ../src/Resources.vala:320
+#: ../src/Resources.vala:315
msgid "Add _Tags..."
msgstr "Añadir e_tiquetas…"
-#: ../src/Resources.vala:321
+#: ../src/Resources.vala:316
msgid "_Add Tags..."
msgstr "_Añadir etiquetas…"
#. Dialog title
#. Undo/Redo command name (in Edit menu)
-#: ../src/Resources.vala:323 ../src/Resources.vala:356
+#: ../src/Resources.vala:318 ../src/Resources.vala:351
msgid "Add Tags"
msgstr "Añadir etiquetas"
-#: ../src/Resources.vala:327
+#: ../src/Resources.vala:322
msgid "Open With E_xternal Editor"
msgstr "Abrir con editor e_xterno"
-#: ../src/Resources.vala:329
+#: ../src/Resources.vala:324
msgid "Open With RA_W Editor"
msgstr "Abrir con editor RA_W"
-#: ../src/Resources.vala:331
+#: ../src/Resources.vala:326
msgid "Send _To..."
msgstr "En_viar a…"
-#: ../src/Resources.vala:332
+#: ../src/Resources.vala:327
msgid "Send T_o..."
msgstr "En_viar a…"
-#: ../src/Resources.vala:334
+#: ../src/Resources.vala:329
msgid "_Find..."
msgstr "Buscar…"
-#: ../src/Resources.vala:335
+#: ../src/Resources.vala:330
msgid "Find"
msgstr "Buscar"
-#: ../src/Resources.vala:336
+#: ../src/Resources.vala:331
msgid "Find an image by typing text that appears in its name or tags"
msgstr ""
"Buscar una imagen escribiendo el texto que aparece en su nombre o etiquetas"
-#: ../src/Resources.vala:338
+#: ../src/Resources.vala:333
msgid "_Flag"
msgstr "_Marcar"
-#: ../src/Resources.vala:340
+#: ../src/Resources.vala:335
msgid "Un_flag"
msgstr "_Desmarcar"
-#: ../src/Resources.vala:343
+#: ../src/Resources.vala:338
#, c-format
msgid "Unable to launch editor: %s"
msgstr "No se puede abrir el editor: %s"
-#: ../src/Resources.vala:348
+#: ../src/Resources.vala:343
#, c-format
msgid "Add Tag \"%s\""
msgstr "Añadir etiqueta «%s»"
#. Used when adding two tags to photo(s)
-#: ../src/Resources.vala:351
+#: ../src/Resources.vala:346
#, c-format
msgid "Add Tags \"%s\" and \"%s\""
msgstr "Añadir etiquetas «%s» y «%s»"
-#: ../src/Resources.vala:361
+#: ../src/Resources.vala:356
#, c-format
msgid "_Delete Tag \"%s\""
msgstr "_Eliminar etiqueta «%s»"
-#: ../src/Resources.vala:365
+#: ../src/Resources.vala:360
#, c-format
msgid "Delete Tag \"%s\""
msgstr "Eliminar etiqueta «%s»"
-#: ../src/Resources.vala:368
+#: ../src/Resources.vala:363
msgid "Delete Tag"
msgstr "Eliminar etiqueta"
-#: ../src/Resources.vala:374
+#: ../src/Resources.vala:369
#, c-format
msgid "Re_name Tag \"%s\"..."
msgstr "Re_nombrar etiqueta «%s»…"
-#: ../src/Resources.vala:378
+#: ../src/Resources.vala:373
#, c-format
msgid "Rename Tag \"%s\" to \"%s\""
msgstr "Renombrar la etiqueta «%s» a «%s»"
-#: ../src/Resources.vala:381
+#: ../src/Resources.vala:376
msgid "_Rename..."
msgstr "_Renombrar…"
-#: ../src/Resources.vala:383
+#: ../src/Resources.vala:378
msgid "Modif_y Tags..."
msgstr "Modif_icar etiquetas…"
-#: ../src/Resources.vala:384
+#: ../src/Resources.vala:379
msgid "Modify Tags"
msgstr "Modificar etiquetas"
-#: ../src/Resources.vala:387
+#: ../src/Resources.vala:382
#, c-format
msgid "Tag Photo as \"%s\""
msgstr "Etiquetar fotos como «%s»"
-#: ../src/Resources.vala:387
+#: ../src/Resources.vala:382
#, c-format
msgid "Tag Photos as \"%s\""
msgstr "Etiquetar fotos como «%s»"
-#: ../src/Resources.vala:391
+#: ../src/Resources.vala:386
#, c-format
msgid "Tag the selected photo as \"%s\""
msgstr "Etiquetar las fotos seleccionadas como «%s»"
-#: ../src/Resources.vala:392
+#: ../src/Resources.vala:387
#, c-format
msgid "Tag the selected photos as \"%s\""
msgstr "Etiquetar las fotos seleccionadas como «%s»"
-#: ../src/Resources.vala:396
+#: ../src/Resources.vala:391
#, c-format
msgid "Remove Tag \"%s\" From _Photo"
msgstr "Quitar la etiqueta «%s» de las _fotos"
-#: ../src/Resources.vala:397
+#: ../src/Resources.vala:392
#, c-format
msgid "Remove Tag \"%s\" From _Photos"
msgstr "Quitar la etiqueta «%s» de las _fotos"
-#: ../src/Resources.vala:401
+#: ../src/Resources.vala:396
#, c-format
msgid "Remove Tag \"%s\" From Photo"
msgstr "Quitar la etiqueta «%s» de las fotos"
-#: ../src/Resources.vala:402
+#: ../src/Resources.vala:397
#, c-format
msgid "Remove Tag \"%s\" From Photos"
msgstr "Quitar la etiqueta «%s» de las fotos"
-#: ../src/Resources.vala:406
+#: ../src/Resources.vala:401
#, c-format
msgid "Unable to rename tag to \"%s\" because the tag already exists."
msgstr "No se puede renombrar la etiqueta a «%s» porque la etiqueta ya existe."
-#: ../src/Resources.vala:410
+#: ../src/Resources.vala:405
#, c-format
msgid "Unable to rename search to \"%s\" because the search already exists."
msgstr "No se pudo renombrar la búsqueda «%s» porque la búsqueda ya existe."
-#: ../src/Resources.vala:413
+#: ../src/Resources.vala:408
msgid "Saved Search"
msgstr "Búsqueda guardada"
-#: ../src/Resources.vala:415
+#: ../src/Resources.vala:410
msgid "Delete Search"
msgstr "Eliminar búsqueda"
-#: ../src/Resources.vala:418
+#: ../src/Resources.vala:413
msgid "_Edit..."
msgstr "_Editar…"
-#: ../src/Resources.vala:419
+#: ../src/Resources.vala:414
msgid "Re_name..."
msgstr "Re_nombrar…"
-#: ../src/Resources.vala:422
+#: ../src/Resources.vala:417
#, c-format
msgid "Rename Search \"%s\" to \"%s\""
msgstr "Renombrar la búsqueda «%s» a «%s»"
-#: ../src/Resources.vala:426
+#: ../src/Resources.vala:421
#, c-format
msgid "Delete Search \"%s\""
msgstr "Eliminar búsqueda «%s»"
-#: ../src/Resources.vala:584
+#: ../src/Resources.vala:579
#, c-format
msgid "Rate %s"
msgstr "Puntuar %s"
-#: ../src/Resources.vala:585
+#: ../src/Resources.vala:580
#, c-format
msgid "Set rating to %s"
msgstr "Establecer puntuación para %s"
-#: ../src/Resources.vala:586
+#: ../src/Resources.vala:581
#, c-format
msgid "Setting rating to %s"
msgstr "Estableciendo la puntuación de %s"
-#: ../src/Resources.vala:588
+#: ../src/Resources.vala:583
#, c-format
msgid "Display %s"
msgstr "Mostrar %s"
-#: ../src/Resources.vala:589
+#: ../src/Resources.vala:584
#, c-format
msgid "Only show photos with a rating of %s"
msgstr "Solo mostrar fotos con puntuación %s"
-#: ../src/Resources.vala:590
+#: ../src/Resources.vala:585
#, c-format
msgid "%s or Better"
msgstr "%s o mayor"
-#: ../src/Resources.vala:591
+#: ../src/Resources.vala:586
#, c-format
msgid "Display %s or Better"
msgstr "Mostrar %s o mayor"
-#: ../src/Resources.vala:592
+#: ../src/Resources.vala:587
#, c-format
msgid "Only show photos with a rating of %s or better"
msgstr "Solo mostrar fotos con puntuación %s o mayor"
-#: ../src/Resources.vala:683
+#: ../src/Resources.vala:678
msgid "Remove the selected photos from the trash"
msgstr "Quitar las fotos seleccionadas de la papelera"
-#: ../src/Resources.vala:684
+#: ../src/Resources.vala:679
msgid "Remove the selected photos from the library"
msgstr "Quitar las fotos seleccionadas de la colección"
-#: ../src/Resources.vala:686
+#: ../src/Resources.vala:681
msgid "_Restore"
msgstr "_Restaurar"
-#: ../src/Resources.vala:687
+#: ../src/Resources.vala:682
msgid "Move the selected photos back into the library"
msgstr "Mover las fotos seleccionadas de vuelta a la colección"
-#: ../src/Resources.vala:689
+#: ../src/Resources.vala:684
msgid "Show in File Mana_ger"
msgstr "Mostrar en ge_stor de archivos"
-#: ../src/Resources.vala:690
+#: ../src/Resources.vala:685
msgid "Open the selected photo's directory in the file manager"
msgstr "Abrir el directorio de la foto seleccionada en el gestor de archivos"
-#: ../src/Resources.vala:693
+#: ../src/Resources.vala:688
#, c-format
msgid "Unable to open in file manager: %s"
msgstr "No se puede abrir el gestor de archivos: %s"
-#: ../src/Resources.vala:696
+#: ../src/Resources.vala:691
msgid "R_emove From Library"
msgstr "_Quitar de la colección"
-#: ../src/Resources.vala:698
+#: ../src/Resources.vala:693
msgid "_Move to Trash"
msgstr "_Mover a la papelera"
-#: ../src/Resources.vala:700
+#: ../src/Resources.vala:695
msgid "Select _All"
msgstr "Seleccionar _todo"
-#: ../src/Resources.vala:701
+#: ../src/Resources.vala:696
msgid "Select all items"
msgstr "Seleccionar todos los elementos"
@@ -3652,20 +3658,20 @@ msgstr "Seleccionar todos los elementos"
#. / Locale-specific time format for 12-hour time, i.e. 8:31 PM
#. / Precede modifier with a dash ("-") to pad with spaces, otherwise will pad with zeroes
#. / See http://developer.gnome.org/glib/2.32/glib-GDateTime.html#g-date-time-format
-#: ../src/Resources.vala:780
+#: ../src/Resources.vala:775
msgid "%-I:%M %p"
msgstr "%-I:%M %p"
#. / Locale-specific time format for 12-hour time with seconds, i.e. 8:31:42 PM
#. / Precede modifier with a dash ("-") to pad with spaces, otherwise will pad with zeroes
#. / See http://developer.gnome.org/glib/2.32/glib-GDateTime.html#g-date-time-format
-#: ../src/Resources.vala:785
+#: ../src/Resources.vala:780
msgid "%-I:%M:%S %p"
msgstr "%-I:%M:%S %p"
#. / Locale-specific calendar date format, i.e. "Tue Mar 08, 2006"
#. / See http://developer.gnome.org/glib/2.32/glib-GDateTime.html#g-date-time-format
-#: ../src/Resources.vala:789
+#: ../src/Resources.vala:784
msgid "%a %b %d, %Y"
msgstr "%a %d de %b de %Y"
@@ -3675,14 +3681,14 @@ msgstr "%a %d de %b de %Y"
#. / Locale-specific calendar date format for multi-month strings,
#. / i.e. the "Tue Mar 08" in "Tue Mar 08 to Mon Apr 06, 2006"
#. / See http://developer.gnome.org/glib/2.32/glib-GDateTime.html#g-date-time-format
-#: ../src/Resources.vala:794 ../src/Resources.vala:804
+#: ../src/Resources.vala:789 ../src/Resources.vala:799
msgid "%a %b %d"
msgstr "%a, %d de %b"
#. / Locale-specific ending date format for multi-date strings,
#. / i.e. the "10, 2006" in "Tue Mar 08 - 10, 2006"
#. / See http://developer.gnome.org/glib/2.32/glib-GDateTime.html#g-date-time-format
-#: ../src/Resources.vala:799
+#: ../src/Resources.vala:794
msgid "%d, %Y"
msgstr "%d, %Y"
@@ -3789,7 +3795,7 @@ msgid "untitled"
msgstr "sin título"
#. multiple videos
-#: ../src/VideoSupport.vala:489
+#: ../src/VideoSupport.vala:490
msgid "Export Videos"
msgstr "Exportar vídeos"
@@ -3797,7 +3803,7 @@ msgstr "Exportar vídeos"
msgid "Cameras"
msgstr "Cámaras"
-#: ../src/camera/ImportPage.vala:459
+#: ../src/camera/ImportPage.vala:458
msgid ""
"Unable to unmount camera. Try unmounting the camera from the file manager."
msgstr ""
@@ -3805,11 +3811,11 @@ msgstr ""
"de archivos."
#. hide duplicates checkbox
-#: ../src/camera/ImportPage.vala:776
+#: ../src/camera/ImportPage.vala:775
msgid "Hide photos already imported"
msgstr "Ocultar fotos ya importadas"
-#: ../src/camera/ImportPage.vala:777
+#: ../src/camera/ImportPage.vala:776
msgid "Only display photos that have not been imported"
msgstr "Mostrar solo las fotos que no han sido importadas"
@@ -3817,28 +3823,28 @@ msgstr "Mostrar solo las fotos que no han sido importadas"
#. prior to import.
#. TODO: replace this with approved text for "talking to camera,
#. please wait" once new strings are being accepted.
-#: ../src/camera/ImportPage.vala:847
+#: ../src/camera/ImportPage.vala:846
msgid "Starting import, please wait..."
msgstr "Iniciando la importación, espere un momento…"
-#: ../src/camera/ImportPage.vala:886
+#: ../src/camera/ImportPage.vala:885
msgid "Import _Selected"
msgstr "Importar _seleccionadas"
-#: ../src/camera/ImportPage.vala:887
+#: ../src/camera/ImportPage.vala:886
msgid "Import the selected photos into your library"
msgstr "Importar las fotos seleccionadas a su colección"
-#: ../src/camera/ImportPage.vala:892
+#: ../src/camera/ImportPage.vala:891
msgid "Import _All"
msgstr "Importar tod_as"
-#: ../src/camera/ImportPage.vala:893
+#: ../src/camera/ImportPage.vala:892
msgid "Import all the photos into your library"
msgstr "Importar todas las fotos a su colección"
#. it's mounted, offer to unmount for the user
-#: ../src/camera/ImportPage.vala:1014
+#: ../src/camera/ImportPage.vala:1013
msgid ""
"Shotwell needs to unmount the camera from the filesystem in order to access "
"it. Continue?"
@@ -3846,15 +3852,15 @@ msgstr ""
"Shotwell necesita desmontar la cámara del sistema de archivos con el fin de "
"acceder a ella. ¿Continuar?"
-#: ../src/camera/ImportPage.vala:1020
+#: ../src/camera/ImportPage.vala:1019
msgid "_Unmount"
msgstr "_Desmontar"
-#: ../src/camera/ImportPage.vala:1025
+#: ../src/camera/ImportPage.vala:1024
msgid "Please unmount the camera."
msgstr "Desmonte la cámara."
-#: ../src/camera/ImportPage.vala:1030
+#: ../src/camera/ImportPage.vala:1029
msgid ""
"The camera is locked by another application. Shotwell can only access the "
"camera when it's unlocked. Please close any other application using the "
@@ -3864,11 +3870,11 @@ msgstr ""
"la cámara cuando está desbloqueada. Cierre cualquier otra aplicación que "
"esté utilizando la cámara e inténtelo de nuevo."
-#: ../src/camera/ImportPage.vala:1040
+#: ../src/camera/ImportPage.vala:1039
msgid "Please close any other application using the camera."
msgstr "Cierre cualquier otra aplicación que esté utilizando la cámara."
-#: ../src/camera/ImportPage.vala:1045
+#: ../src/camera/ImportPage.vala:1044
#, c-format
msgid ""
"Unable to fetch previews from the camera:\n"
@@ -3877,57 +3883,57 @@ msgstr ""
"No se pueden obtener previsualizaciones de la cámara:\n"
"%s"
-#: ../src/camera/ImportPage.vala:1062
+#: ../src/camera/ImportPage.vala:1061
msgid "Unmounting..."
msgstr "Desmontando…"
-#: ../src/camera/ImportPage.vala:1168
+#: ../src/camera/ImportPage.vala:1167
msgid "Fetching photo information"
msgstr "Obteniendo información de la foto"
-#: ../src/camera/ImportPage.vala:1523
+#: ../src/camera/ImportPage.vala:1522
#, c-format
msgid "Fetching preview for %s"
msgstr "Obteniendo previsualización para %s"
-#: ../src/camera/ImportPage.vala:1639
+#: ../src/camera/ImportPage.vala:1638
#, c-format
msgid "Unable to lock camera: %s"
msgstr "No se puede bloquear la cámara: %s"
-#: ../src/camera/ImportPage.vala:1724
+#: ../src/camera/ImportPage.vala:1723
#, c-format
msgid "Delete this photo from camera?"
msgid_plural "Delete these %d photos from camera?"
msgstr[0] "¿Quiere eliminar esta foto de la cámara?"
msgstr[1] "¿Quiere eliminar estas %d fotos de la cámara?"
-#: ../src/camera/ImportPage.vala:1727
+#: ../src/camera/ImportPage.vala:1726
#, c-format
msgid "Delete this video from camera?"
msgid_plural "Delete these %d videos from camera?"
msgstr[0] "¿Quiere eliminar esta foto de la cámara?"
msgstr[1] "¿Quiere eliminar estas %d fotos de la cámara?"
-#: ../src/camera/ImportPage.vala:1730
+#: ../src/camera/ImportPage.vala:1729
#, c-format
msgid "Delete this photo/video from camera?"
msgid_plural "Delete these %d photos/videos from camera?"
msgstr[0] "¿Quiere eliminar esta foto/vídeo de la cámara?"
msgstr[1] "¿Quiere eliminar estas %d fotos/vídeos de la cámara?"
-#: ../src/camera/ImportPage.vala:1733
+#: ../src/camera/ImportPage.vala:1732
#, c-format
msgid "Delete these files from camera?"
msgid_plural "Delete these %d files from camera?"
msgstr[0] "¿Eliminar este archivo de la cámara?"
msgstr[1] "¿Eliminar estos %d archivos de la cámara?"
-#: ../src/camera/ImportPage.vala:1760
+#: ../src/camera/ImportPage.vala:1759
msgid "Removing photos/videos from camera"
msgstr "Eliminando fotos/vídeos de la cámara"
-#: ../src/camera/ImportPage.vala:1764
+#: ../src/camera/ImportPage.vala:1763
#, c-format
msgid "Unable to delete %d photo/video from the camera due to errors."
msgid_plural "Unable to delete %d photos/videos from the camera due to errors."
@@ -4026,9 +4032,6 @@ msgstr ""
#: ../src/db/DatabaseTable.vala:81
#, c-format
-#| msgid ""
-#| "Unable to write to photo database file:\n"
-#| " %s"
msgid "Unable to restore photo database %s"
msgstr "No se pudo restaurar la base de datos de fotos %s"
@@ -4075,26 +4078,35 @@ msgstr ""
"%s no es compatible con el formato de archivo de\n"
"%s."
-#: ../src/direct/DirectPhotoPage.vala:422
+#: ../src/direct/DirectPhotoPage.vala:248
+#, c-format
+#| msgid ""
+#| "Unable to print photo:\n"
+#| "\n"
+#| "%s"
+msgid "Unable open photo %s. Sorry."
+msgstr "No se puede abrir la foto %s."
+
+#: ../src/direct/DirectPhotoPage.vala:432
msgid "_Save a Copy"
msgstr "_Guardar una copia"
-#: ../src/direct/DirectPhotoPage.vala:425
+#: ../src/direct/DirectPhotoPage.vala:435
#, c-format
msgid "Lose changes to %s?"
msgstr "¿Quiere descartar los cambios a %s?"
-#: ../src/direct/DirectPhotoPage.vala:426
+#: ../src/direct/DirectPhotoPage.vala:436
msgid "Close _without Saving"
msgstr "Cerrar _sin guardar"
-#: ../src/direct/DirectPhotoPage.vala:459
+#: ../src/direct/DirectPhotoPage.vala:469
#, c-format
msgid "Error while saving to %s: %s"
msgstr "Error al guardar en %s: %s"
-#: ../src/direct/DirectPhotoPage.vala:487
-#: ../src/direct/DirectPhotoPage.vala:508
+#: ../src/direct/DirectPhotoPage.vala:497
+#: ../src/direct/DirectPhotoPage.vala:518
msgid "Save As"
msgstr "Guardar como"
@@ -5070,6 +5082,12 @@ msgstr "Mostrar tít_ulo"
msgid "seconds"
msgstr "segundos"
+#~ msgid "Copyright 2009-2015 Yorba Foundation"
+#~ msgstr "Copyright 2009-2015 Fundación Yorba"
+
+#~ msgid "Visit the Yorba web site"
+#~ msgstr "Visitar el sitio web de Yorba"
+
#, fuzzy
#~| msgid ""
#~| "A file required for publishing is unavailable. Publishing to Flickr "
diff --git a/po/id.po b/po/id.po
index 6d1d980..ee71d99 100644
--- a/po/id.po
+++ b/po/id.po
@@ -16,19 +16,19 @@
#
msgid ""
msgstr ""
-"Project-Id-Version: shotwell master\n"
+"Project-Id-Version: shotwell shotwell-0.22\n"
"Report-Msgid-Bugs-To: http://bugzilla.gnome.org/enter_bug.cgi?"
"product=shotwell&keywords=I18N+L10N&component=Internationalization\n"
-"POT-Creation-Date: 2014-10-04 10:53+0000\n"
-"PO-Revision-Date: 2014-10-19 16:45+0700\n"
-"Last-Translator: Andika Triwidada <andika@gmail.com>\n"
+"POT-Creation-Date: 2016-06-11 13:15+0000\n"
+"PO-Revision-Date: 2016-06-13 17:23+0700\n"
+"Last-Translator: Andika Triwidada <atriwidada@gnome.org>\n"
"Language-Team: Indonesian <gnome@i15n.org>\n"
"Language: id\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=1; plural=0;\n"
-"X-Generator: Poedit 1.6.9\n"
+"X-Generator: Poedit 1.6.10\n"
#: ../plugins/common/RESTSupport.vala:424
#: ../plugins/shotwell-publishing-extras/TumblrPublishing.vala:968
@@ -53,7 +53,7 @@ msgstr ""
msgid "Visit the Shotwell home page"
msgstr "Kunjungi laman serambi Shotwell"
-#: ../plugins/common/Resources.vala:28 ../src/AppWindow.vala:695
+#: ../plugins/common/Resources.vala:28 ../src/AppWindow.vala:705
msgid "translator-credits"
msgstr ""
"Mohammad Anwari <mdamt@di.blankon.in>, 2010\n"
@@ -73,8 +73,8 @@ msgstr ""
#: ../plugins/shotwell-publishing/PiwigoPublishing.vala:32
#: ../plugins/shotwell-publishing/YouTubePublishing.vala:32
#: ../src/Resources.vala:27
-msgid "Copyright 2009-2014 Yorba Foundation"
-msgstr "Hak Cipta 2009-2014 Yorba Foundation"
+msgid "Copyright 2009-2015 Yorba Foundation"
+msgstr "Hak Cipta 2009-2015 Yorba Foundation"
#: ../plugins/shotwell-data-imports/FSpotImporter.vala:56
msgid ""
@@ -155,7 +155,7 @@ msgstr ""
msgid "F-Spot library: %s"
msgstr "Pustaka F-Spot: %s"
-#: ../plugins/shotwell-data-imports/FSpotImporter.vala:416
+#: ../plugins/shotwell-data-imports/FSpotImporter.vala:422
msgid "Preparing to import"
msgstr "Bersiap mengimpor"
@@ -179,7 +179,7 @@ msgstr ""
"Anda harus telah mendaftar akun Gallery3 untuk melengkapi proses log masuk."
#: ../plugins/shotwell-publishing-extras/GalleryConnector.vala:115
-#: ../src/MediaPage.vala:420 ../src/photos/RawSupport.vala:300
+#: ../src/MediaPage.vala:435 ../src/photos/RawSupport.vala:300
msgid "Shotwell"
msgstr "Shotwell"
@@ -210,13 +210,14 @@ msgstr ""
"Flowplayer."
#: ../plugins/shotwell-publishing-extras/GalleryConnector.vala:1022
+#: ../plugins/shotwell-publishing-extras/GalleryConnector.vala:1775
#, c-format
msgid ""
"A file required for publishing is unavailable. Publishing to %s can't "
"continue."
msgstr ""
-"Sebuah berkas yang diperlukan untuk penerbitan tidak tersedia. Tak "
-"dapat lanjutkan menerbitkan ke %s."
+"Sebuah berkas yang diperlukan untuk penerbitan tidak tersedia. Tak dapat "
+"lanjutkan menerbitkan ke %s."
#. populate any widgets whose contents are
#. programmatically-generated
@@ -225,12 +226,7 @@ msgstr ""
msgid "Publishing to %s as %s."
msgstr "Menerbitkan ke %s sebagai %s."
-#: ../plugins/shotwell-publishing-extras/GalleryConnector.vala:1775
-msgid "A file required for publishing is unavailable. Publishing to "
-msgstr ""
-"Suatu berkas yang diperlukan untuk penerbitan tidak tersedia. Menerbitkan ke "
-
-#: ../plugins/shotwell-publishing-extras/GalleryConnector.vala:1817
+#: ../plugins/shotwell-publishing-extras/GalleryConnector.vala:1819
msgid ""
"Enter the URL for your Gallery3 site and the username and password (or API "
"key) for your Gallery3 account."
@@ -238,7 +234,7 @@ msgstr ""
"Masukkan URL untuk situs Gallery3 dan nama pengguna serta sandi (atau kunci "
"API) bagi akun Gallery3 Anda."
-#: ../plugins/shotwell-publishing-extras/GalleryConnector.vala:1818
+#: ../plugins/shotwell-publishing-extras/GalleryConnector.vala:1820
msgid ""
"The username and password or API key were incorrect. To try again, re-enter "
"your username and password below."
@@ -246,7 +242,7 @@ msgstr ""
"Nama pengguna dan sandi atau kunci API salah. Untuk mencoba lagi, masukkan "
"lagi nama pengguna dan sandi di bawah."
-#: ../plugins/shotwell-publishing-extras/GalleryConnector.vala:1819
+#: ../plugins/shotwell-publishing-extras/GalleryConnector.vala:1821
msgid ""
"The URL entered does not appear to be the main directory of a Gallery3 "
"instance. Please make sure you typed it correctly and it does not have any "
@@ -256,11 +252,11 @@ msgstr ""
"Gallery3. Harap pastikan bahwa Anda mengetikkannya dengan benar dan itu tak "
"memiliki sebarang komponen ekor (mis., index.php)."
-#: ../plugins/shotwell-publishing-extras/GalleryConnector.vala:1872
+#: ../plugins/shotwell-publishing-extras/GalleryConnector.vala:1874
msgid "Unrecognized User"
msgstr "Pengguna Tak Dikenal"
-#: ../plugins/shotwell-publishing-extras/GalleryConnector.vala:1877
+#: ../plugins/shotwell-publishing-extras/GalleryConnector.vala:1879
msgid " Site Not Found"
msgstr "Situs Tak Ditemukan"
@@ -454,7 +450,7 @@ msgid "Go _Back"
msgstr "_Mundur"
#: ../plugins/shotwell-publishing-extras/gallery3_authentication_pane.glade.h:2
-#: ../ui/shotwell.glade.h:43
+#: ../ui/shotwell.glade.h:42
msgid "_Login"
msgstr "_Login"
@@ -523,7 +519,7 @@ msgstr "Lebar atau tinggi"
#: ../plugins/shotwell-publishing-extras/tumblr_authentication_pane.glade.h:1
#: ../plugins/shotwell-publishing-extras/rajce_authentication_pane.glade.h:1
#: ../plugins/shotwell-publishing/piwigo_authentication_pane.glade.h:1
-#: ../ui/shotwell.glade.h:15
+#: ../ui/shotwell.glade.h:14
msgid "label"
msgstr "label"
@@ -717,8 +713,8 @@ msgid_plural ""
"Your free Flickr account limits how much data you can upload per month.\n"
"This month you have %d megabytes remaining in your upload quota."
msgstr[0] ""
-"Akun Flickr gratis Anda membatasi besarnya data yang dapat Anda kirim "
-"per bulan.\n"
+"Akun Flickr gratis Anda membatasi besarnya data yang dapat Anda kirim per "
+"bulan.\n"
"Bulan ini, Anda punya sisa jatah kuota unggah %d megabyte."
#: ../plugins/shotwell-publishing/FlickrPublishing.vala:1160
@@ -983,7 +979,7 @@ msgid "Logout"
msgstr "Catat keluar"
#: ../plugins/shotwell-publishing/piwigo_publishing_options_pane.glade.h:12
-#: ../src/Resources.vala:270
+#: ../src/Resources.vala:303
msgid "Publish"
msgstr "Kirim"
@@ -1040,8 +1036,8 @@ msgid "Core Slideshow Transitions"
msgstr "Peralihan Salindia Utama"
#: ../plugins/shotwell-transitions/shotwell-transitions.vala:75
-msgid "Copyright 2010 Maxim Kartashev, Copyright 2011-2014 Yorba Foundation"
-msgstr "Hak Cipta 2010 Maxim Kartashev, Hak Cipta 2011-2014 Yorba Foundation"
+msgid "Copyright 2010 Maxim Kartashev, Copyright 2011-2015 Yorba Foundation"
+msgstr "Hak Cipta 2010 Maxim Kartashev, Hak Cipta 2011-2015 Yorba Foundation"
#: ../src/AppDirs.vala:48 ../src/AppDirs.vala:99
#, c-format
@@ -1068,56 +1064,39 @@ msgstr "Gagal membuat direktori temporer %s: %s"
msgid "Unable to create data subdirectory %s: %s"
msgstr "Gagal membuat direktori data %s: %s"
-#. restore pin state
-#: ../src/AppWindow.vala:52
+#: ../src/AppWindow.vala:53
msgid "Pin Toolbar"
msgstr "Semat Batang Alat"
-#: ../src/AppWindow.vala:53
+#: ../src/AppWindow.vala:54
msgid "Pin the toolbar open"
msgstr "Sematkan batang alat terbuka"
-#: ../src/AppWindow.vala:57 ../src/AppWindow.vala:135
+#: ../src/AppWindow.vala:59
msgid "Leave fullscreen"
msgstr "Tinggalkan layar penuh"
-#: ../src/AppWindow.vala:134
-msgid "Leave _Fullscreen"
-msgstr "Layar _Biasa"
-
-#: ../src/AppWindow.vala:500
-msgid "_Quit"
-msgstr "_Keluar"
-
-#: ../src/AppWindow.vala:505
-msgid "_About"
-msgstr "Tent_ang"
-
-#: ../src/AppWindow.vala:510
-msgid "Fulls_creen"
-msgstr "Layar _Penuh"
-
-#: ../src/AppWindow.vala:515
+#: ../src/AppWindow.vala:525
msgid "_Contents"
msgstr "Daftar _Isi"
-#: ../src/AppWindow.vala:520
+#: ../src/AppWindow.vala:530
msgid "_Frequently Asked Questions"
msgstr "_Pertanyaan Sering Ditanyakan"
-#: ../src/AppWindow.vala:525
+#: ../src/AppWindow.vala:535
msgid "_Report a Problem..."
msgstr "Lapo_r Masalah..."
-#: ../src/AppWindow.vala:624 ../src/AppWindow.vala:645
-#: ../src/AppWindow.vala:662 ../src/Dialogs.vala:20 ../src/Dialogs.vala:28
-#: ../src/Dialogs.vala:1422 ../src/Dialogs.vala:1445
-#: ../src/data_imports/DataImportsUI.vala:399
-#: ../src/publishing/PublishingUI.vala:498
+#: ../src/AppWindow.vala:634 ../src/AppWindow.vala:655
+#: ../src/AppWindow.vala:672 ../src/Dialogs.vala:20 ../src/Dialogs.vala:28
+#: ../src/Dialogs.vala:1418 ../src/Dialogs.vala:1441 ../src/Resources.vala:162
+#: ../src/data_imports/DataImportsUI.vala:374
+#: ../src/publishing/PublishingUI.vala:475
msgid "_Cancel"
msgstr "_Batal"
-#: ../src/AppWindow.vala:672
+#: ../src/AppWindow.vala:682
#, c-format
msgid ""
"A fatal error occurred when accessing Shotwell's library. Shotwell cannot "
@@ -1130,21 +1109,21 @@ msgstr ""
"\n"
"%s"
-#: ../src/AppWindow.vala:692
+#: ../src/AppWindow.vala:702
msgid "Visit the Yorba web site"
msgstr "Kunjungi situs Yorba"
-#: ../src/AppWindow.vala:704
+#: ../src/AppWindow.vala:714
#, c-format
msgid "Unable to display help: %s"
msgstr "Pedoman penggunaan tidak dapat ditampilkan: %s"
-#: ../src/AppWindow.vala:712
+#: ../src/AppWindow.vala:722
#, c-format
msgid "Unable to navigate to bug database: %s"
msgstr "Gagal menavigasi basis data bug: %s"
-#: ../src/AppWindow.vala:720
+#: ../src/AppWindow.vala:730
#, c-format
msgid "Unable to display FAQ: %s"
msgstr "Gagal menampilkan FAQ: %s"
@@ -1210,11 +1189,11 @@ msgstr "Berkas citra rusak"
msgid "Imported failed (%d)"
msgstr "Impor yang gagal (%d)"
-#: ../src/CollectionPage.vala:230 ../src/PhotoPage.vala:2634
+#: ../src/CollectionPage.vala:230 ../src/PhotoPage.vala:2637
msgid "S_lideshow"
msgstr "Sa_lindia"
-#: ../src/CollectionPage.vala:231 ../src/PhotoPage.vala:2635
+#: ../src/CollectionPage.vala:231 ../src/PhotoPage.vala:2638
msgid "Play a slideshow"
msgstr "Putar tampilan salindia"
@@ -1227,7 +1206,7 @@ msgid "Export Photos/Videos"
msgstr "Ekspor Foto-foto/Video-video"
#: ../src/CollectionPage.vala:458 ../src/Dialogs.vala:58
-#: ../src/PhotoPage.vala:3210
+#: ../src/PhotoPage.vala:3211
msgid "Export Photo"
msgstr "Ekspor Foto"
@@ -1454,9 +1433,9 @@ msgid "This will remove the tag \"%s\" from one photo. Continue?"
msgid_plural "This will remove the tag \"%s\" from %d photos. Continue?"
msgstr[0] "Tanda \"%s\" akan dihapus dari %d foto. Teruskan?"
-#: ../src/Dialogs.vala:20 ../src/Dialogs.vala:28 ../src/Dialogs.vala:1390
-#: ../src/Resources.vala:336 ../src/Resources.vala:384
-#: ../src/Resources.vala:649
+#: ../src/Dialogs.vala:20 ../src/Dialogs.vala:28 ../src/Dialogs.vala:1386
+#: ../src/Resources.vala:163 ../src/Resources.vala:369
+#: ../src/Resources.vala:417 ../src/Resources.vala:682
msgid "_Delete"
msgstr "_Hapus"
@@ -1528,50 +1507,50 @@ msgid "Current"
msgstr "Sekarang"
#. layout controls
-#: ../src/Dialogs.vala:212
+#: ../src/Dialogs.vala:213
msgid "_Format:"
msgstr "_Format:"
-#: ../src/Dialogs.vala:215
+#: ../src/Dialogs.vala:216
msgid "_Quality:"
msgstr "_Kualitas:"
-#: ../src/Dialogs.vala:218
+#: ../src/Dialogs.vala:219
msgid "_Scaling constraint:"
msgstr "_Batas skala:"
-#: ../src/Dialogs.vala:221
-msgid " _pixels"
-msgstr "_piksel"
+#: ../src/Dialogs.vala:222
+msgid "_Pixels:"
+msgstr "_Piksel:"
-#: ../src/Dialogs.vala:229
+#: ../src/Dialogs.vala:225
msgid "Export metadata"
msgstr "Ekspor metadata"
-#: ../src/Dialogs.vala:465
+#: ../src/Dialogs.vala:459
msgid "Save Details..."
msgstr "Simpan Rincian..."
-#: ../src/Dialogs.vala:466
+#: ../src/Dialogs.vala:460
msgid "Save Details"
msgstr "Simpan Rincian"
-#: ../src/Dialogs.vala:481
+#: ../src/Dialogs.vala:475
#, c-format
msgid "(and %d more)\n"
msgstr "(dan %d buah lagi)\n"
-#: ../src/Dialogs.vala:534
+#: ../src/Dialogs.vala:528
msgid "Import Results Report"
msgstr "Impor Laporan Hasil"
-#: ../src/Dialogs.vala:538
+#: ../src/Dialogs.vala:532
#, c-format
msgid "Attempted to import %d file."
msgid_plural "Attempted to import %d files."
msgstr[0] "Mencoba mengimpor %d berkas."
-#: ../src/Dialogs.vala:541
+#: ../src/Dialogs.vala:535
#, c-format
msgid "Of these, %d file was successfully imported."
msgid_plural "Of these, %d files were successfully imported."
@@ -1580,37 +1559,37 @@ msgstr[0] "Dari sekian banyak, %d berkas sukses diimpor."
#.
#. Duplicates
#.
-#: ../src/Dialogs.vala:553
+#: ../src/Dialogs.vala:547
msgid "Duplicate Photos/Videos Not Imported:"
msgstr "Foto/Video Duplikat Yang Tak Diimpor:"
-#: ../src/Dialogs.vala:557
+#: ../src/Dialogs.vala:551
msgid "duplicates existing media item"
msgstr "butir media yang ada yang duplikat"
#.
#. Files Not Imported Due to Camera Errors
#.
-#: ../src/Dialogs.vala:568
+#: ../src/Dialogs.vala:562
msgid "Photos/Videos Not Imported Due to Camera Errors:"
msgstr "Foto/Video Yang Tak Diimpor Karena Galat Kamera:"
-#: ../src/Dialogs.vala:571 ../src/Dialogs.vala:586 ../src/Dialogs.vala:601
-#: ../src/Dialogs.vala:617 ../src/Dialogs.vala:632 ../src/Dialogs.vala:646
+#: ../src/Dialogs.vala:565 ../src/Dialogs.vala:580 ../src/Dialogs.vala:595
+#: ../src/Dialogs.vala:611 ../src/Dialogs.vala:626 ../src/Dialogs.vala:640
msgid "error message:"
msgstr "pesan kesalahan:"
#.
#. Files Not Imported Because They Weren't Recognized as Photos or Videos
#.
-#: ../src/Dialogs.vala:582
+#: ../src/Dialogs.vala:576
msgid "Files Not Imported Because They Weren't Recognized as Photos or Videos:"
msgstr "Berkas Yang Tak Diimpor Karena Tak Dikenali Sebagai Foto atau Video:"
#.
#. Photos/Videos Not Imported Because They Weren't in a Format Shotwell Understands
#.
-#: ../src/Dialogs.vala:597
+#: ../src/Dialogs.vala:591
msgid ""
"Photos/Videos Not Imported Because They Weren't in a Format Shotwell "
"Understands:"
@@ -1620,7 +1599,7 @@ msgstr ""
#.
#. Photos/Videos Not Imported Because Shotwell Couldn't Copy Them into its Library
#.
-#: ../src/Dialogs.vala:612
+#: ../src/Dialogs.vala:606
msgid ""
"Photos/Videos Not Imported Because Shotwell Couldn't Copy Them into its "
"Library:"
@@ -1628,7 +1607,7 @@ msgstr ""
"Foto/Video Yang Tak Diimpor Karena Shotwell Tak Bisa Menyalin Mereka Ke "
"Pustaka:"
-#: ../src/Dialogs.vala:616
+#: ../src/Dialogs.vala:610
#, c-format
msgid ""
"couldn't copy %s\n"
@@ -1640,36 +1619,36 @@ msgstr ""
#.
#. Photos/Videos Not Imported Because GDK Pixbuf Library Identified them as Corrupt
#.
-#: ../src/Dialogs.vala:628
+#: ../src/Dialogs.vala:622
msgid "Photos/Videos Not Imported Because Files Are Corrupt:"
msgstr "Foto/Video Yang Tak Diimpor Karena Berkas Rusak:"
#.
#. Photos/Videos Not Imported for Other Reasons
#.
-#: ../src/Dialogs.vala:643
+#: ../src/Dialogs.vala:637
msgid "Photos/Videos Not Imported for Other Reasons:"
msgstr "Foto Video Yang Tak Diimpor Karena Alasan Lain:"
-#: ../src/Dialogs.vala:663
+#: ../src/Dialogs.vala:657
#, c-format
msgid "1 duplicate photo was not imported:\n"
msgid_plural "%d duplicate photos were not imported:\n"
msgstr[0] "%d foto duplikat tidak diimpor:\n"
-#: ../src/Dialogs.vala:666
+#: ../src/Dialogs.vala:660
#, c-format
msgid "1 duplicate video was not imported:\n"
msgid_plural "%d duplicate videos were not imported:\n"
msgstr[0] "%d video duplikat tidak diimpor:\n"
-#: ../src/Dialogs.vala:669
+#: ../src/Dialogs.vala:663
#, c-format
msgid "1 duplicate photo/video was not imported:\n"
msgid_plural "%d duplicate photos/videos were not imported:\n"
msgstr[0] "%d foto/video duplikat tidak diimpor:\n"
-#: ../src/Dialogs.vala:683
+#: ../src/Dialogs.vala:677
#, c-format
msgid "1 photo failed to import due to a file or hardware error:\n"
msgid_plural "%d photos failed to import due to a file or hardware error:\n"
@@ -1678,7 +1657,7 @@ msgstr[0] ""
"keras:\n"
"\r\n"
-#: ../src/Dialogs.vala:686
+#: ../src/Dialogs.vala:680
#, c-format
msgid "1 video failed to import due to a file or hardware error:\n"
msgid_plural "%d videos failed to import due to a file or hardware error:\n"
@@ -1686,7 +1665,7 @@ msgstr[0] ""
"Ada %d video gagal diimpor karena kesalahan pada berkas atau perangkat "
"keras:\n"
-#: ../src/Dialogs.vala:689
+#: ../src/Dialogs.vala:683
#, c-format
msgid "1 photo/video failed to import due to a file or hardware error:\n"
msgid_plural ""
@@ -1695,7 +1674,7 @@ msgstr[0] ""
"Ada %d foto/video gagal diimpor karena kesalahan pada berkas atau perangkat "
"keras:\n"
-#: ../src/Dialogs.vala:692
+#: ../src/Dialogs.vala:686
#, c-format
msgid "1 file failed to import due to a file or hardware error:\n"
msgid_plural "%d files failed to import due to a file or hardware error:\n"
@@ -1703,7 +1682,7 @@ msgstr[0] ""
"Ada %d berkas gagal diimpor karena kesalahan pada berkas atau perangkat "
"keras:\n"
-#: ../src/Dialogs.vala:706
+#: ../src/Dialogs.vala:700
#, c-format
msgid ""
"1 photo failed to import because the photo library folder was not writable:\n"
@@ -1713,7 +1692,7 @@ msgid_plural ""
msgstr[0] ""
"%d foto tidak dapat diimpor karena folder album foto tidak dapat ditulisi:\n"
-#: ../src/Dialogs.vala:709
+#: ../src/Dialogs.vala:703
#, c-format
msgid ""
"1 video failed to import because the photo library folder was not writable:\n"
@@ -1723,7 +1702,7 @@ msgid_plural ""
msgstr[0] ""
"%d video tidak dapat diimpor karena folder album foto tidak dapat ditulisi:\n"
-#: ../src/Dialogs.vala:712
+#: ../src/Dialogs.vala:706
#, c-format
msgid ""
"1 photo/video failed to import because the photo library folder was not "
@@ -1735,7 +1714,7 @@ msgstr[0] ""
"%d foto/video tidak dapat diimpor karena folder album foto tidak dapat "
"ditulisi:\n"
-#: ../src/Dialogs.vala:715
+#: ../src/Dialogs.vala:709
#, c-format
msgid ""
"1 file failed to import because the photo library folder was not writable:\n"
@@ -1746,7 +1725,7 @@ msgstr[0] ""
"%d berkas tidak dapat diimpor karena folder album foto tidak dapat "
"ditulisi:\n"
-#: ../src/Dialogs.vala:729
+#: ../src/Dialogs.vala:723
#, c-format
msgid "1 photo failed to import due to a camera error:\n"
msgid_plural "%d photos failed to import due to a camera error:\n"
@@ -1754,43 +1733,43 @@ msgstr[0] ""
"Ada %d foto gagal diimpor karena kesalahan pada kamera:\n"
"\r\n"
-#: ../src/Dialogs.vala:732
+#: ../src/Dialogs.vala:726
#, c-format
msgid "1 video failed to import due to a camera error:\n"
msgid_plural "%d videos failed to import due to a camera error:\n"
msgstr[0] "%d video gagal diimpor karena kesalahan pada kamera:\n"
-#: ../src/Dialogs.vala:735
+#: ../src/Dialogs.vala:729
#, c-format
msgid "1 photo/video failed to import due to a camera error:\n"
msgid_plural "%d photos/videos failed to import due to a camera error:\n"
msgstr[0] "%d foto/video gagal diimpor karena kesalahan pada kamera:\n"
-#: ../src/Dialogs.vala:738
+#: ../src/Dialogs.vala:732
#, c-format
msgid "1 file failed to import due to a camera error:\n"
msgid_plural "%d files failed to import due to a camera error:\n"
msgstr[0] "%d berkas gagal diimpor karena kesalahan pada kamera:\n"
-#: ../src/Dialogs.vala:752
+#: ../src/Dialogs.vala:746
#, c-format
msgid "1 photo failed to import because it was corrupt:\n"
msgid_plural "%d photos failed to import because they were corrupt:\n"
msgstr[0] "%d foto gagal diimpor karena rusak:\n"
-#: ../src/Dialogs.vala:755
+#: ../src/Dialogs.vala:749
#, c-format
msgid "1 video failed to import because it was corrupt:\n"
msgid_plural "%d videos failed to import because they were corrupt:\n"
msgstr[0] "%d video gagal diimpor karena rusak:\n"
-#: ../src/Dialogs.vala:758
+#: ../src/Dialogs.vala:752
#, c-format
msgid "1 photo/video failed to import because it was corrupt:\n"
msgid_plural "%d photos/videos failed to import because they were corrupt:\n"
msgstr[0] "%d foto/video gagal diimpor karena rusak:\n"
-#: ../src/Dialogs.vala:761
+#: ../src/Dialogs.vala:755
#, c-format
msgid "1 file failed to import because it was corrupt:\n"
msgid_plural "%d files failed to import because it was corrupt:\n"
@@ -1800,7 +1779,7 @@ msgstr[0] "%d berkas gagal diimpor karena rusak:\n"
#. standard container formats are supported, it's just that the streams in them
#. might or might not be interpretable), so this message does not need to be
#. media specific
-#: ../src/Dialogs.vala:778
+#: ../src/Dialogs.vala:772
#, c-format
msgid "1 unsupported photo skipped:\n"
msgid_plural "%d unsupported photos skipped:\n"
@@ -1810,49 +1789,49 @@ msgstr[0] ""
#. we have no notion of "non-video" video files right now in Shotwell, so this
#. message doesn't need to be media specific
-#: ../src/Dialogs.vala:793
+#: ../src/Dialogs.vala:787
#, c-format
msgid "1 non-image file skipped.\n"
msgid_plural "%d non-image files skipped.\n"
msgstr[0] "Ada %d berkas yang bukan berupa foto.\n"
-#: ../src/Dialogs.vala:804
+#: ../src/Dialogs.vala:798
#, c-format
msgid "1 photo skipped due to user cancel:\n"
msgid_plural "%d photos skipped due to user cancel:\n"
msgstr[0] "Ada %d foto yang tidak masuk karena Anda batalkan:\n"
-#: ../src/Dialogs.vala:807
+#: ../src/Dialogs.vala:801
#, c-format
msgid "1 video skipped due to user cancel:\n"
msgid_plural "%d videos skipped due to user cancel:\n"
msgstr[0] "Ada %d video yang tidak masuk karena Anda batalkan:\n"
-#: ../src/Dialogs.vala:810
+#: ../src/Dialogs.vala:804
#, c-format
msgid "1 photo/video skipped due to user cancel:\n"
msgid_plural "%d photos/videos skipped due to user cancel:\n"
msgstr[0] "Ada %d foto/video yang tidak masuk karena Anda batalkan:\n"
-#: ../src/Dialogs.vala:813
+#: ../src/Dialogs.vala:807
#, c-format
msgid "1 file skipped due to user cancel:\n"
msgid_plural "%d file skipped due to user cancel:\n"
msgstr[0] "Ada %d berkas yang tidak masuk karena Anda batalkan:\n"
-#: ../src/Dialogs.vala:827
+#: ../src/Dialogs.vala:821
#, c-format
msgid "1 photo successfully imported.\n"
msgid_plural "%d photos successfully imported.\n"
msgstr[0] "%d foto telah berhasil diimpor.\n"
-#: ../src/Dialogs.vala:830
+#: ../src/Dialogs.vala:824
#, c-format
msgid "1 video successfully imported.\n"
msgid_plural "%d videos successfully imported.\n"
msgstr[0] "%d video telah berhasil diimpor.\n"
-#: ../src/Dialogs.vala:833
+#: ../src/Dialogs.vala:827
#, c-format
msgid "1 photo/video successfully imported.\n"
msgid_plural "%d photos/videos successfully imported.\n"
@@ -1860,89 +1839,89 @@ msgstr[0] "%d foto/video telah berhasil diimpor.\n"
#. if no media items were imported at all (i.e. an empty directory attempted), need to at least
#. report that nothing was imported
-#: ../src/Dialogs.vala:849
+#: ../src/Dialogs.vala:843
msgid "No photos or videos imported.\n"
msgstr "Tidak ada foto atau video yang diimpor.\n"
-#: ../src/Dialogs.vala:856 ../src/Dialogs.vala:875
+#: ../src/Dialogs.vala:850 ../src/Dialogs.vala:869
msgid "Import Complete"
msgstr "Impor Selesai"
-#: ../src/Dialogs.vala:1161
+#: ../src/Dialogs.vala:1155
#, c-format
msgid "%d second"
msgid_plural "%d seconds"
msgstr[0] "%d detik"
-#: ../src/Dialogs.vala:1164
+#: ../src/Dialogs.vala:1158
#, c-format
msgid "%d minute"
msgid_plural "%d minutes"
msgstr[0] "%d menit"
-#: ../src/Dialogs.vala:1168
+#: ../src/Dialogs.vala:1162
#, c-format
msgid "%d hour"
msgid_plural "%d hours"
msgstr[0] "%d jam"
-#: ../src/Dialogs.vala:1171
+#: ../src/Dialogs.vala:1165
msgid "1 day"
msgstr "1 hari"
-#: ../src/Dialogs.vala:1319 ../src/Resources.vala:203
+#: ../src/Dialogs.vala:1315 ../src/Resources.vala:236
msgid "Rename Event"
msgstr "Ubah Nama Peristiwa"
-#: ../src/Dialogs.vala:1319
+#: ../src/Dialogs.vala:1315
msgid "Name:"
msgstr "Nama:"
#. Dialog title
#. Button label
-#: ../src/Dialogs.vala:1330 ../src/Resources.vala:275
+#: ../src/Dialogs.vala:1326 ../src/Resources.vala:308
msgid "Edit Title"
msgstr "Sunting Judul"
-#: ../src/Dialogs.vala:1331 ../src/Properties.vala:340
+#: ../src/Dialogs.vala:1327 ../src/Properties.vala:340
msgid "Title:"
msgstr "Judul:"
#. Dialog title
-#: ../src/Dialogs.vala:1347 ../src/Resources.vala:282
+#: ../src/Dialogs.vala:1343 ../src/Resources.vala:315
msgid "Edit Event Comment"
msgstr "Sunting Komentar Peristiwa"
-#: ../src/Dialogs.vala:1348
+#: ../src/Dialogs.vala:1344
msgid "Edit Photo/Video Comment"
msgstr "Sunting Komentar Foto/Video"
-#: ../src/Dialogs.vala:1349 ../src/Properties.vala:630
+#: ../src/Dialogs.vala:1345 ../src/Properties.vala:628
msgid "Comment:"
msgstr "Komentar:"
-#: ../src/Dialogs.vala:1365
+#: ../src/Dialogs.vala:1361
msgid "Remove and _Trash File"
msgid_plural "Remove and _Trash Files"
msgstr[0] "Hapus dan _Buang Berkas"
-#: ../src/Dialogs.vala:1369
+#: ../src/Dialogs.vala:1365
msgid "_Remove From Library"
msgstr "Hapus Da_ri Pustaka"
-#: ../src/Dialogs.vala:1389 ../src/camera/ImportPage.vala:1739
+#: ../src/Dialogs.vala:1385 ../src/camera/ImportPage.vala:1741
msgid "_Keep"
msgstr "_Simpan"
-#: ../src/Dialogs.vala:1412
+#: ../src/Dialogs.vala:1408
msgid "Revert External Edit?"
msgstr "Batalkan Penyuntingan Eksternal?"
-#: ../src/Dialogs.vala:1412
+#: ../src/Dialogs.vala:1408
msgid "Revert External Edits?"
msgstr "Batalkan Penyuntingan Eksternal?"
-#: ../src/Dialogs.vala:1414
+#: ../src/Dialogs.vala:1410
#, c-format
msgid "This will destroy all changes made to the external file. Continue?"
msgid_plural ""
@@ -1951,86 +1930,86 @@ msgstr[0] ""
"Jika proses ini diteruskan maka semua perubahan yang sudah Anda lakukan pada "
"berkas %d foto eksternal tidak akan disimpan. Lanjutan?"
-#: ../src/Dialogs.vala:1418
+#: ../src/Dialogs.vala:1414
msgid "Re_vert External Edit"
msgstr "_Batalkan Penyuntingan Eksternal"
-#: ../src/Dialogs.vala:1418
+#: ../src/Dialogs.vala:1414
msgid "Re_vert External Edits"
msgstr "_Batalkan Penyuntingan Eksternal"
-#: ../src/Dialogs.vala:1439
+#: ../src/Dialogs.vala:1435
#, c-format
msgid "This will remove the photo from the library. Continue?"
msgid_plural "This will remove %d photos from the library. Continue?"
msgstr[0] "%d foto akan dihapus dari album. Lanjutkan?"
-#: ../src/Dialogs.vala:1446
+#: ../src/Dialogs.vala:1442 ../src/Resources.vala:178
msgid "_Remove"
msgstr "_Hapus"
-#: ../src/Dialogs.vala:1447
+#: ../src/Dialogs.vala:1443
msgid "Remove Photo From Library"
msgstr "Hapus Foto Dari Album"
-#: ../src/Dialogs.vala:1447
+#: ../src/Dialogs.vala:1443
msgid "Remove Photos From Library"
msgstr "Hapus Foto Dari Album"
-#: ../src/Dialogs.vala:1540
+#: ../src/Dialogs.vala:1536
#, c-format
msgid "%d%%"
msgstr "%d%%"
-#: ../src/Dialogs.vala:1687
+#: ../src/Dialogs.vala:1688
msgid "AM"
msgstr "Pagi"
-#: ../src/Dialogs.vala:1688
+#: ../src/Dialogs.vala:1689
msgid "PM"
msgstr "Siang/Malam"
-#: ../src/Dialogs.vala:1689
+#: ../src/Dialogs.vala:1690
msgid "24 Hr"
msgstr "24 Jam"
-#: ../src/Dialogs.vala:1704
+#: ../src/Dialogs.vala:1705
msgid "_Shift photos/videos by the same amount"
msgstr "Ge_ser foto/video dalam jumlah sama"
-#: ../src/Dialogs.vala:1709
+#: ../src/Dialogs.vala:1710
msgid "Set _all photos/videos to this time"
msgstr "Atur semu_a foto/video ke waktu ini"
-#: ../src/Dialogs.vala:1716
+#: ../src/Dialogs.vala:1717
msgid "_Modify original photo file"
msgstr "_Modifikasi berkas asli foto"
-#: ../src/Dialogs.vala:1716
+#: ../src/Dialogs.vala:1717
msgid "_Modify original photo files"
msgstr "_Modifikasi berkas asli foto"
-#: ../src/Dialogs.vala:1719
+#: ../src/Dialogs.vala:1720
msgid "_Modify original file"
msgstr "Ubah pada _berkas foto aslinya"
-#: ../src/Dialogs.vala:1719
+#: ../src/Dialogs.vala:1720
msgid "_Modify original files"
msgstr "Ubah pada _berkas foto aslinya"
-#: ../src/Dialogs.vala:1805
+#: ../src/Dialogs.vala:1806
msgid "Original: "
msgstr "Aslinya:"
-#: ../src/Dialogs.vala:1806
+#: ../src/Dialogs.vala:1807
msgid "%m/%d/%Y, %H:%M:%S"
msgstr "%d/%m/%Y, %H:%M:%S"
-#: ../src/Dialogs.vala:1807
+#: ../src/Dialogs.vala:1808
msgid "%m/%d/%Y, %I:%M:%S %p"
msgstr "%d/%m/%Y, %I:%M:%S %p"
-#: ../src/Dialogs.vala:1896
+#: ../src/Dialogs.vala:1897
#, c-format
msgid ""
"Exposure time will be shifted forward by\n"
@@ -2039,7 +2018,7 @@ msgstr ""
"Tanggal pengambilan gambar akan dimajukan\n"
"%d %s, %d %s, %d %s, dan %d %s."
-#: ../src/Dialogs.vala:1897
+#: ../src/Dialogs.vala:1898
#, c-format
msgid ""
"Exposure time will be shifted backward by\n"
@@ -2048,27 +2027,27 @@ msgstr ""
"Tanggal pengambilan gambar akan dimundurkan\n"
"%d %s, %d %s, %d %s, dan %d %s."
-#: ../src/Dialogs.vala:1899
+#: ../src/Dialogs.vala:1900
msgid "day"
msgid_plural "days"
msgstr[0] "hari"
-#: ../src/Dialogs.vala:1900
+#: ../src/Dialogs.vala:1901
msgid "hour"
msgid_plural "hours"
msgstr[0] "jam"
-#: ../src/Dialogs.vala:1901
+#: ../src/Dialogs.vala:1902
msgid "minute"
msgid_plural "minutes"
msgstr[0] "menit"
-#: ../src/Dialogs.vala:1902
+#: ../src/Dialogs.vala:1903
msgid "second"
msgid_plural "seconds"
msgstr[0] "detik"
-#: ../src/Dialogs.vala:1946
+#: ../src/Dialogs.vala:1947
#, c-format
msgid ""
"\n"
@@ -2083,49 +2062,49 @@ msgstr[0] ""
"\n"
"Dan %d lainnya."
-#: ../src/Dialogs.vala:1968 ../src/Dialogs.vala:1995
+#: ../src/Dialogs.vala:1969 ../src/Dialogs.vala:1996
msgid "Tags (separated by commas):"
msgstr "Tanda (pisahkan dengan koma):"
-#: ../src/Dialogs.vala:2075
+#: ../src/Dialogs.vala:2076
msgid "Welcome!"
msgstr "Selamat Datang!"
-#: ../src/Dialogs.vala:2082
+#: ../src/Dialogs.vala:2083
msgid "Welcome to Shotwell!"
msgstr "Selamat Datang di Shotwell!"
-#: ../src/Dialogs.vala:2086
+#: ../src/Dialogs.vala:2087
msgid "To get started, import photos in any of these ways:"
msgstr "Silakan memulai dengan mengimpor foto melalui cara berikut:"
-#: ../src/Dialogs.vala:2105
+#: ../src/Dialogs.vala:2106
#, c-format
msgid "Choose <span weight=\"bold\">File %s Import From Folder</span>"
msgstr "Pilih <span weight=\"bold\">Berkas %s Impor Dari Folder</span>"
-#: ../src/Dialogs.vala:2106
+#: ../src/Dialogs.vala:2107
msgid "Drag and drop photos onto the Shotwell window"
msgstr "Ambil dan letakkan foto ke jendela Shotwell"
-#: ../src/Dialogs.vala:2107
+#: ../src/Dialogs.vala:2108
msgid "Connect a camera to your computer and import"
msgstr "Sambungkan kamera ke komputer dan lakukan impor"
-#: ../src/Dialogs.vala:2117
+#: ../src/Dialogs.vala:2118
#, c-format
msgid "_Import photos from your %s folder"
msgstr "_Impor foto dari folder %s"
-#: ../src/Dialogs.vala:2124
+#: ../src/Dialogs.vala:2125
msgid "You can also import photos in any of these ways:"
msgstr "Anda juga dapat mengimpor foto dengan cara berikut"
-#: ../src/Dialogs.vala:2134
+#: ../src/Dialogs.vala:2135
msgid "_Don't show this message again"
msgstr "_Jangan tampilkan pesan ini pada masa mendatang"
-#: ../src/Dialogs.vala:2169
+#: ../src/Dialogs.vala:2170
#, c-format
msgid "Import photos from your %s library"
msgstr "Impor foto dari %s pustakamu"
@@ -2133,41 +2112,41 @@ msgstr "Impor foto dari %s pustakamu"
#. We're installed system-wide, so use the system help.
#. We're being run from the build directory; we'll have to handle clicks to this
#. link manually ourselves, due to a limitation ghelp: URIs.
-#: ../src/Dialogs.vala:2313 ../src/Dialogs.vala:2317
+#: ../src/Dialogs.vala:2311 ../src/Dialogs.vala:2315
msgid "(Help)"
msgstr "(Bantuan)"
-#: ../src/Dialogs.vala:2326
+#: ../src/Dialogs.vala:2324
#, c-format
msgid "Year%sMonth%sDay"
msgstr "Tahun%sBulan%sHari"
-#: ../src/Dialogs.vala:2328
+#: ../src/Dialogs.vala:2326
#, c-format
msgid "Year%sMonth"
msgstr "Tahun%sBulan"
-#: ../src/Dialogs.vala:2330
+#: ../src/Dialogs.vala:2328
#, c-format
msgid "Year%sMonth-Day"
msgstr "Tahun%sBulan-Hari"
-#: ../src/Dialogs.vala:2332
+#: ../src/Dialogs.vala:2330
msgid "Year-Month-Day"
msgstr "Tahun-Bulan-Hari"
-#: ../src/Dialogs.vala:2333 ../src/editing_tools/EditingTools.vala:781
+#: ../src/Dialogs.vala:2331 ../src/editing_tools/EditingTools.vala:781
msgid "Custom"
msgstr "Bebas"
#. Invalid pattern.
-#: ../src/Dialogs.vala:2570
+#: ../src/Dialogs.vala:2568
msgid "Invalid pattern"
msgstr "Pola tak sah"
#. This function is used to determine whether or not files should be copied or linked when imported.
#. Returns ACCEPT for copy, REJECT for link, and CANCEL for (drum-roll) cancel.
-#: ../src/Dialogs.vala:2673
+#: ../src/Dialogs.vala:2670
msgid ""
"Shotwell can copy the photos into your library folder or it can import them "
"without copying."
@@ -2175,31 +2154,31 @@ msgstr ""
"Shotwell dapat menyalin foto foto ke folder album ataupun mengimpor tanpa "
"menyalin"
-#: ../src/Dialogs.vala:2678
+#: ../src/Dialogs.vala:2675
msgid "Co_py Photos"
msgstr "Sa_lin Foto"
-#: ../src/Dialogs.vala:2679
+#: ../src/Dialogs.vala:2676
msgid "_Import in Place"
msgstr "_Impor di Lokasi"
-#: ../src/Dialogs.vala:2680
+#: ../src/Dialogs.vala:2677
msgid "Import to Library"
msgstr "Impor ke Album"
-#: ../src/Dialogs.vala:2690 ../src/PhotoPage.vala:3086
+#: ../src/Dialogs.vala:2687 ../src/PhotoPage.vala:3087
msgid "Remove From Library"
msgstr "Hapus Dari Album"
-#: ../src/Dialogs.vala:2691 ../src/PhotoPage.vala:3086
+#: ../src/Dialogs.vala:2688 ../src/PhotoPage.vala:3087
msgid "Removing Photo From Library"
msgstr "Hapus Foto dari Album"
-#: ../src/Dialogs.vala:2691
+#: ../src/Dialogs.vala:2688
msgid "Removing Photos From Library"
msgstr "Hapus Foto Dari Album"
-#: ../src/Dialogs.vala:2705
+#: ../src/Dialogs.vala:2702
#, c-format
msgid ""
"This will remove the photo/video from your Shotwell library. Would you also "
@@ -2217,7 +2196,7 @@ msgstr[0] ""
"\n"
"(proses ini tidak dapat dikembalikan ke semula)"
-#: ../src/Dialogs.vala:2709
+#: ../src/Dialogs.vala:2706
#, c-format
msgid ""
"This will remove the video from your Shotwell library. Would you also like "
@@ -2235,7 +2214,7 @@ msgstr[0] ""
"\n"
"(proses ini tidak dapat dikembalikan ke semula)"
-#: ../src/Dialogs.vala:2713
+#: ../src/Dialogs.vala:2710
#, c-format
msgid ""
"This will remove the photo from your Shotwell library. Would you also like "
@@ -2253,7 +2232,7 @@ msgstr[0] ""
"\n"
"(proses ini tidak dapat dikembalikan ke semula)"
-#: ../src/Dialogs.vala:2745
+#: ../src/Dialogs.vala:2742
#, c-format
msgid ""
"The photo or video cannot be moved to your desktop trash. Delete this file?"
@@ -2263,7 +2242,7 @@ msgstr[0] ""
"Foto/video %d tidak dapat dipindahkan ke tempat pembuangan. Hapus berkas ini?"
#. Alert the user that the files were not removed.
-#: ../src/Dialogs.vala:2762
+#: ../src/Dialogs.vala:2759
#, c-format
msgid "The photo or video cannot be deleted."
msgid_plural "%d photos/videos cannot be deleted."
@@ -2324,115 +2303,123 @@ msgstr "Ekspor"
msgid "Unable to process monitoring updates: %s"
msgstr "Gagal memroses pembaruan pemantauan: %s"
-#: ../src/MediaPage.vala:143
+#: ../src/MediaPage.vala:158
msgid "Adjust the size of the thumbnails"
msgstr "Atur ukuran gambar mini"
-#: ../src/MediaPage.vala:325 ../src/PhotoPage.vala:2590
-#: ../src/direct/DirectPhotoPage.vala:174
+#: ../src/MediaPage.vala:340 ../src/PhotoPage.vala:2593
+#: ../src/Resources.vala:188 ../src/direct/DirectPhotoPage.vala:174
msgid "Zoom _In"
msgstr "Zum _Masuk"
-#: ../src/MediaPage.vala:326
+#: ../src/MediaPage.vala:341
msgid "Increase the magnification of the thumbnails"
msgstr "Tingkatkan perbesaran gambar mini"
-#: ../src/MediaPage.vala:331 ../src/PhotoPage.vala:2596
-#: ../src/direct/DirectPhotoPage.vala:180
+#: ../src/MediaPage.vala:346 ../src/PhotoPage.vala:2599
+#: ../src/Resources.vala:189 ../src/direct/DirectPhotoPage.vala:180
msgid "Zoom _Out"
msgstr "Zum _Keluar"
-#: ../src/MediaPage.vala:332
+#: ../src/MediaPage.vala:347
msgid "Decrease the magnification of the thumbnails"
msgstr "Surutkan perbesaran gambar mini"
-#: ../src/MediaPage.vala:399
+#: ../src/MediaPage.vala:414
msgid "Sort _Photos"
msgstr "Urutkan _Foto"
-#: ../src/MediaPage.vala:408
+#: ../src/MediaPage.vala:423
msgid "_Play Video"
msgstr "_Mainkan Video"
-#: ../src/MediaPage.vala:409
+#: ../src/MediaPage.vala:424
msgid "Open the selected videos in the system video player"
msgstr "Buka video-video terpilih di pemutar video"
-#: ../src/MediaPage.vala:413 ../src/PhotoPage.vala:2639
+#: ../src/MediaPage.vala:428 ../src/PhotoPage.vala:2642
msgid "_Developer"
msgstr "_Developer"
-#: ../src/MediaPage.vala:425 ../src/camera/Branch.vala:101
+#: ../src/MediaPage.vala:440 ../src/camera/Branch.vala:99
#: ../src/camera/ImportPage.vala:711 ../src/camera/ImportPage.vala:727
#: ../src/photos/RawSupport.vala:303
msgid "Camera"
msgstr "Kamera"
-#: ../src/MediaPage.vala:436 ../src/camera/ImportPage.vala:872
+#: ../src/MediaPage.vala:451 ../src/camera/ImportPage.vala:874
msgid "_Titles"
msgstr "_Judul"
-#: ../src/MediaPage.vala:437 ../src/camera/ImportPage.vala:873
+#: ../src/MediaPage.vala:452 ../src/camera/ImportPage.vala:875
msgid "Display the title of each photo"
msgstr "Tampilkan judul setiap foto"
-#: ../src/MediaPage.vala:442 ../src/events/EventsDirectoryPage.vala:130
+#: ../src/MediaPage.vala:457 ../src/events/EventsDirectoryPage.vala:130
msgid "_Comments"
msgstr "_Komentar"
-#: ../src/MediaPage.vala:443
+#: ../src/MediaPage.vala:458
msgid "Display the comment of each photo"
msgstr "Tampilkan komentar setiap foto"
-#: ../src/MediaPage.vala:454 ../src/library/LibraryWindow.vala:376
+#: ../src/MediaPage.vala:469 ../src/library/LibraryWindow.vala:360
msgid "Ta_gs"
msgstr "Tan_da"
-#: ../src/MediaPage.vala:455
+#: ../src/MediaPage.vala:470
msgid "Display each photo's tags"
msgstr "Tampilkan tanda setiap foto"
-#: ../src/MediaPage.vala:471
+#: ../src/MediaPage.vala:486
msgid "By _Title"
msgstr "Berdasarkan _Judul"
-#: ../src/MediaPage.vala:472
+#: ../src/MediaPage.vala:487
msgid "Sort photos by title"
msgstr "Urutkan foto berdasarkan judul"
-#: ../src/MediaPage.vala:477
+#: ../src/MediaPage.vala:492
msgid "By Exposure _Date"
msgstr "Ber_dasarkan Tanggal Pengambilan"
-#: ../src/MediaPage.vala:478
+#: ../src/MediaPage.vala:493
msgid "Sort photos by exposure date"
msgstr "Urutkan foto berdasarkan tanggal pengambilan"
-#: ../src/MediaPage.vala:483
+#: ../src/MediaPage.vala:498
msgid "By _Rating"
msgstr "Berdasarkan _Rating"
-#: ../src/MediaPage.vala:484
+#: ../src/MediaPage.vala:499
msgid "Sort photos by rating"
msgstr "Urutkan foto berdasarkan rating"
-#: ../src/MediaPage.vala:494 ../src/library/LibraryWindow.vala:422
+#: ../src/MediaPage.vala:504
+msgid "By _Filename"
+msgstr "Berdasarkan _Nama Berkas"
+
+#: ../src/MediaPage.vala:505
+msgid "Sort photos by filename"
+msgstr "Urutkan foto menurut nama berkasnya"
+
+#: ../src/MediaPage.vala:515 ../src/library/LibraryWindow.vala:406
msgid "_Ascending"
msgstr "N_aik"
-#: ../src/MediaPage.vala:495 ../src/library/LibraryWindow.vala:423
+#: ../src/MediaPage.vala:516 ../src/library/LibraryWindow.vala:407
msgid "Sort photos in an ascending order"
msgstr "Urutkan foto dengan urut naik"
-#: ../src/MediaPage.vala:500 ../src/library/LibraryWindow.vala:429
+#: ../src/MediaPage.vala:521 ../src/library/LibraryWindow.vala:413
msgid "D_escending"
msgstr "T_urun"
-#: ../src/MediaPage.vala:501 ../src/library/LibraryWindow.vala:430
+#: ../src/MediaPage.vala:522 ../src/library/LibraryWindow.vala:414
msgid "Sort photos in a descending order"
msgstr "Urutkan foto dengan urut turun"
-#: ../src/MediaPage.vala:702
+#: ../src/MediaPage.vala:723
#, c-format
msgid ""
"Shotwell was unable to play the selected video:\n"
@@ -2441,15 +2428,15 @@ msgstr ""
"Shotwell gagal memutar video terpilih:\n"
"%s"
-#: ../src/Page.vala:1268
+#: ../src/Page.vala:1263
msgid "No photos/videos"
msgstr "Tidak ada foto/video"
-#: ../src/Page.vala:1272
+#: ../src/Page.vala:1267
msgid "No photos/videos found"
msgstr "Foto/video tidak ditemukan"
-#: ../src/Page.vala:2573
+#: ../src/Page.vala:2565
msgid "Photos cannot be exported to this directory."
msgstr "Foto tidak dapat diekspor ke direktori tersebut."
@@ -2458,82 +2445,82 @@ msgid "modified"
msgstr "berubah"
#. previous button
-#: ../src/PhotoPage.vala:532
+#: ../src/PhotoPage.vala:533
msgid "Previous photo"
msgstr "Foto sebelumnya"
#. next button
-#: ../src/PhotoPage.vala:537
+#: ../src/PhotoPage.vala:539
msgid "Next photo"
msgstr "Foto berikutnya"
-#: ../src/PhotoPage.vala:1844
+#: ../src/PhotoPage.vala:1847
#, c-format
msgid "Photo source file missing: %s"
msgstr "Sumber foto asli hilang: %s"
-#: ../src/PhotoPage.vala:2411 ../src/direct/DirectPhotoPage.vala:165
-#: ../src/library/LibraryWindow.vala:360
+#: ../src/PhotoPage.vala:2414 ../src/direct/DirectPhotoPage.vala:165
+#: ../src/library/LibraryWindow.vala:344
msgid "_View"
msgstr "_Tampilkan"
-#: ../src/PhotoPage.vala:2415 ../src/direct/DirectPhotoPage.vala:81
+#: ../src/PhotoPage.vala:2418 ../src/direct/DirectPhotoPage.vala:81
msgid "T_ools"
msgstr "P_eralatan"
-#: ../src/PhotoPage.vala:2420 ../src/direct/DirectPhotoPage.vala:86
+#: ../src/PhotoPage.vala:2423 ../src/direct/DirectPhotoPage.vala:86
msgid "_Previous Photo"
msgstr "Foto Se_belumnya"
-#: ../src/PhotoPage.vala:2421 ../src/direct/DirectPhotoPage.vala:87
+#: ../src/PhotoPage.vala:2424 ../src/direct/DirectPhotoPage.vala:87
msgid "Previous Photo"
msgstr "Foto Sebelumnya"
-#: ../src/PhotoPage.vala:2426 ../src/direct/DirectPhotoPage.vala:92
+#: ../src/PhotoPage.vala:2429 ../src/direct/DirectPhotoPage.vala:92
msgid "_Next Photo"
msgstr "Foto B_erikutnya"
-#: ../src/PhotoPage.vala:2427 ../src/direct/DirectPhotoPage.vala:93
+#: ../src/PhotoPage.vala:2430 ../src/direct/DirectPhotoPage.vala:93
msgid "Next Photo"
msgstr "Foto Berikutnya"
-#: ../src/PhotoPage.vala:2591 ../src/direct/DirectPhotoPage.vala:175
+#: ../src/PhotoPage.vala:2594 ../src/direct/DirectPhotoPage.vala:175
msgid "Increase the magnification of the photo"
msgstr "Tingkatkan perbesaran foto"
-#: ../src/PhotoPage.vala:2597 ../src/direct/DirectPhotoPage.vala:181
+#: ../src/PhotoPage.vala:2600 ../src/direct/DirectPhotoPage.vala:181
msgid "Decrease the magnification of the photo"
msgstr "Surutkan perbesaran foto"
-#: ../src/PhotoPage.vala:2602 ../src/direct/DirectPhotoPage.vala:186
+#: ../src/PhotoPage.vala:2605 ../src/direct/DirectPhotoPage.vala:186
msgid "Fit to _Page"
msgstr "_Pas ke laman"
-#: ../src/PhotoPage.vala:2603 ../src/direct/DirectPhotoPage.vala:187
+#: ../src/PhotoPage.vala:2606 ../src/direct/DirectPhotoPage.vala:187
msgid "Zoom the photo to fit on the screen"
msgstr "Zum foto untuk pas ke layar"
-#: ../src/PhotoPage.vala:2609 ../src/direct/DirectPhotoPage.vala:193
+#: ../src/PhotoPage.vala:2612 ../src/direct/DirectPhotoPage.vala:193
#, no-c-format
msgid "Zoom _100%"
msgstr "Zum _100%"
-#: ../src/PhotoPage.vala:2611 ../src/direct/DirectPhotoPage.vala:195
+#: ../src/PhotoPage.vala:2614 ../src/direct/DirectPhotoPage.vala:195
#, no-c-format
msgid "Zoom the photo to 100% magnification"
msgstr "Zum foto ke perbesaran 100%"
-#: ../src/PhotoPage.vala:2617 ../src/direct/DirectPhotoPage.vala:201
+#: ../src/PhotoPage.vala:2620 ../src/direct/DirectPhotoPage.vala:201
#, no-c-format
msgid "Zoom _200%"
msgstr "Zum _200%"
-#: ../src/PhotoPage.vala:2619 ../src/direct/DirectPhotoPage.vala:203
+#: ../src/PhotoPage.vala:2622 ../src/direct/DirectPhotoPage.vala:203
#, no-c-format
msgid "Zoom the photo to 200% magnification"
msgstr "Zum foto ke perbesaran 200%"
-#: ../src/PhotoPage.vala:3230
+#: ../src/PhotoPage.vala:3231
#, c-format
msgid "Unable to export %s: %s"
msgstr "Proses ekspor %s gagal: %s"
@@ -2727,67 +2714,67 @@ msgid "Exposure:"
msgstr "Bukaan:"
#. nothing special to be done for now for Events
-#: ../src/Properties.vala:585
+#: ../src/Properties.vala:583
msgid "Location:"
msgstr "Letak di sistem:"
-#: ../src/Properties.vala:588
+#: ../src/Properties.vala:586
msgid "File size:"
msgstr "Ukuran berkas:"
-#: ../src/Properties.vala:592
+#: ../src/Properties.vala:590
msgid "Current Development:"
msgstr "Pengembangan Saat Ini:"
-#: ../src/Properties.vala:594
+#: ../src/Properties.vala:592
msgid "Original dimensions:"
msgstr "Ukuran asli:"
-#: ../src/Properties.vala:597
+#: ../src/Properties.vala:595
msgid "Camera make:"
msgstr "Merek kamera:"
-#: ../src/Properties.vala:600
+#: ../src/Properties.vala:598
msgid "Camera model:"
msgstr "Model kamera:"
-#: ../src/Properties.vala:603
+#: ../src/Properties.vala:601
msgid "Flash:"
msgstr "Lampu kilat:"
-#: ../src/Properties.vala:605
+#: ../src/Properties.vala:603
msgid "Focal length:"
msgstr "Panjang fokus:"
-#: ../src/Properties.vala:608
+#: ../src/Properties.vala:606
msgid "Exposure date:"
msgstr "Tanggal bukaan:"
-#: ../src/Properties.vala:611
+#: ../src/Properties.vala:609
msgid "Exposure time:"
msgstr "Waktu bukaan:"
-#: ../src/Properties.vala:614
+#: ../src/Properties.vala:612
msgid "Exposure bias:"
msgstr "Bias bukaan:"
-#: ../src/Properties.vala:616
+#: ../src/Properties.vala:614
msgid "GPS latitude:"
msgstr "Garis lintang GPS:"
-#: ../src/Properties.vala:619
+#: ../src/Properties.vala:617
msgid "GPS longitude:"
msgstr "Garis bujur GPS:"
-#: ../src/Properties.vala:622
+#: ../src/Properties.vala:620
msgid "Artist:"
msgstr "Pengambil gambar:"
-#: ../src/Properties.vala:624
+#: ../src/Properties.vala:622
msgid "Copyright:"
msgstr "Hak cipta:"
-#: ../src/Properties.vala:626
+#: ../src/Properties.vala:624
msgid "Software:"
msgstr "Perangkat Lunak:"
@@ -2803,657 +2790,752 @@ msgstr "Album Foto"
msgid "Photo Viewer"
msgstr "Album Foto"
-#: ../src/Resources.vala:142
+#: ../src/Resources.vala:144
msgid "Rotate _Right"
msgstr "Puta_r Kanan"
-#: ../src/Resources.vala:143 ../src/Resources.vala:148
+#: ../src/Resources.vala:145 ../src/Resources.vala:150
msgid "Rotate"
msgstr "Putar"
-#: ../src/Resources.vala:144
+#: ../src/Resources.vala:146
msgid "Rotate Right"
msgstr "Putar Kanan"
-#: ../src/Resources.vala:145
+#: ../src/Resources.vala:147
msgid "Rotate the photos right (press Ctrl to rotate left)"
msgstr "Putar foto ke kanan (tekan Ctrl untuk putar ke kiri)"
-#: ../src/Resources.vala:147
+#: ../src/Resources.vala:149
msgid "Rotate _Left"
msgstr "Putar _Kiri"
-#: ../src/Resources.vala:149
+#: ../src/Resources.vala:151
msgid "Rotate Left"
msgstr "Putar Kiri"
-#: ../src/Resources.vala:150
+#: ../src/Resources.vala:152
msgid "Rotate the photos left"
msgstr "Putar foto ke kiri"
-#: ../src/Resources.vala:152
+#: ../src/Resources.vala:154
msgid "Flip Hori_zontally"
msgstr "Balik hori_zontal"
-#: ../src/Resources.vala:153
+#: ../src/Resources.vala:155
msgid "Flip Horizontally"
msgstr "Balik Horizontal"
-#: ../src/Resources.vala:155
+#: ../src/Resources.vala:157
msgid "Flip Verti_cally"
msgstr "Balik Verti_kal"
-#: ../src/Resources.vala:156
+#: ../src/Resources.vala:158
msgid "Flip Vertically"
msgstr "Balik Vertikal"
-#: ../src/Resources.vala:158
+#: ../src/Resources.vala:160
+msgid "_About"
+msgstr "Tent_ang"
+
+#: ../src/Resources.vala:161
+msgid "_Apply"
+msgstr "Ter_apkan"
+
+#: ../src/Resources.vala:164 ../src/direct/DirectPhotoPage.vala:73
+#: ../src/library/LibraryWindow.vala:340
+msgid "_Edit"
+msgstr "S_unting"
+
+#: ../src/Resources.vala:165
+msgid "_Forward"
+msgstr "Ma_ju"
+
+#: ../src/Resources.vala:166
+msgid "Fulls_creen"
+msgstr "Layar _Penuh"
+
+#: ../src/Resources.vala:167 ../src/direct/DirectPhotoPage.vala:169
+#: ../src/library/LibraryWindow.vala:364
+msgid "_Help"
+msgstr "Ba_ntuan"
+
+#: ../src/Resources.vala:168
+msgid "Leave _Fullscreen"
+msgstr "Layar _Biasa"
+
+#: ../src/Resources.vala:169 ../src/Resources.vala:371
+msgid "_New"
+msgstr "_Baru"
+
+#: ../src/Resources.vala:170
+msgid "_Next"
+msgstr "Sela_njutnya"
+
+#: ../src/Resources.vala:171
+msgid "_OK"
+msgstr "_OK"
+
+#: ../src/Resources.vala:172
+msgid "_Play"
+msgstr "_Putar"
+
+#: ../src/Resources.vala:173 ../src/Resources.vala:325
+msgid "_Preferences"
+msgstr "_Pengaturan"
+
+#: ../src/Resources.vala:174
+msgid "_Previous"
+msgstr "Se_belumnya"
+
+#: ../src/Resources.vala:175
+msgid "_Print"
+msgstr "_Cetak"
+
+#: ../src/Resources.vala:176
+msgid "_Quit"
+msgstr "_Keluar"
+
+#: ../src/Resources.vala:177
+msgid "_Refresh"
+msgstr "Sega_rkan"
+
+#: ../src/Resources.vala:179
+msgid "_Revert"
+msgstr "Puli_hkan"
+
+#: ../src/Resources.vala:180 ../src/direct/DirectPhotoPage.vala:51
+#: ../src/direct/DirectPhotoPage.vala:422
+msgid "_Save"
+msgstr "_Simpan"
+
+#: ../src/Resources.vala:181
+msgid "Save _As"
+msgstr "Simpan Seb_agai"
+
+#: ../src/Resources.vala:182
+msgid "Sort _Ascending"
+msgstr "Urutkan N_aik"
+
+#: ../src/Resources.vala:183
+msgid "Sort _Descending"
+msgstr "Urut _Turun"
+
+#: ../src/Resources.vala:184
+msgid "_Stop"
+msgstr "_Berhenti"
+
+#: ../src/Resources.vala:185
+msgid "_Undelete"
+msgstr "Tak Jadi Hap_us"
+
+#: ../src/Resources.vala:186
+msgid "_Normal Size"
+msgstr "Ukuran _Normal"
+
+#: ../src/Resources.vala:187
+msgid "Best _Fit"
+msgstr "_Pas Terbaik"
+
+#: ../src/Resources.vala:191
msgid "_Enhance"
msgstr "Taja_mkan"
-#: ../src/Resources.vala:159
+#: ../src/Resources.vala:192
msgid "Enhance"
msgstr "Tajamkan"
-#: ../src/Resources.vala:160
+#: ../src/Resources.vala:193
msgid "Automatically improve the photo's appearance"
msgstr "Membuat foto lebih tajam"
-#: ../src/Resources.vala:162
+#: ../src/Resources.vala:195
msgid "_Copy Color Adjustments"
msgstr "Salin Penyetelan _Warna"
-#: ../src/Resources.vala:163
+#: ../src/Resources.vala:196
msgid "Copy Color Adjustments"
msgstr "Salin Penyetelan Warna"
-#: ../src/Resources.vala:164
+#: ../src/Resources.vala:197
msgid "Copy the color adjustments applied to the photo"
msgstr "Salin penyetelan warna yang diterapkan ke foto"
-#: ../src/Resources.vala:166
+#: ../src/Resources.vala:199
msgid "_Paste Color Adjustments"
msgstr "Tem_pel Penyetelan Warna"
-#: ../src/Resources.vala:167
+#: ../src/Resources.vala:200
msgid "Paste Color Adjustments"
msgstr "Tempel Penyetelan Warna"
-#: ../src/Resources.vala:168
+#: ../src/Resources.vala:201
msgid "Apply copied color adjustments to the selected photos"
msgstr "Terapkan penyetelan warna yang disalin ke foto yang dipilih"
-#: ../src/Resources.vala:170
+#: ../src/Resources.vala:203
msgid "_Crop"
msgstr "_Potong"
-#: ../src/Resources.vala:171
+#: ../src/Resources.vala:204
msgid "Crop"
msgstr "Potong"
-#: ../src/Resources.vala:172
+#: ../src/Resources.vala:205
msgid "Crop the photo's size"
msgstr "Potong ukuran foto"
-#: ../src/Resources.vala:174 ../src/editing_tools/StraightenTool.vala:100
+#: ../src/Resources.vala:207 ../src/editing_tools/StraightenTool.vala:100
msgid "_Straighten"
msgstr "_Luruskan"
-#: ../src/Resources.vala:175
+#: ../src/Resources.vala:208
msgid "Straighten"
msgstr "Luruskan"
-#: ../src/Resources.vala:176
+#: ../src/Resources.vala:209
msgid "Straighten the photo"
msgstr "Luruskan foto"
-#: ../src/Resources.vala:178
+#: ../src/Resources.vala:211
msgid "_Red-eye"
msgstr "Mata-me_rah"
-#: ../src/Resources.vala:179
+#: ../src/Resources.vala:212
msgid "Red-eye"
msgstr "Mata-merah"
-#: ../src/Resources.vala:180
+#: ../src/Resources.vala:213
msgid "Reduce or eliminate any red-eye effects in the photo"
msgstr "Hilangkan efek mata merah pada foto"
-#: ../src/Resources.vala:182
+#: ../src/Resources.vala:215
msgid "_Adjust"
msgstr "_Atur"
-#: ../src/Resources.vala:183
+#: ../src/Resources.vala:216
msgid "Adjust"
msgstr "Atur"
-#: ../src/Resources.vala:184
+#: ../src/Resources.vala:217
msgid "Adjust the photo's color and tone"
msgstr "Atur warna dan tonal foto"
-#: ../src/Resources.vala:186
+#: ../src/Resources.vala:219
msgid "Re_vert to Original"
msgstr "K_embalikan ke Asal"
-#: ../src/Resources.vala:187
+#: ../src/Resources.vala:220
msgid "Revert to Original"
msgstr "Kembalikan ke Asal"
-#: ../src/Resources.vala:189
+#: ../src/Resources.vala:222
msgid "Revert External E_dits"
msgstr "Kembalikan Suntingan E_ksternal"
-#: ../src/Resources.vala:190
+#: ../src/Resources.vala:223
msgid "Revert to the master photo"
msgstr "Abaikan perubahan dan kembalikan ke foto asal"
-#: ../src/Resources.vala:192
+#: ../src/Resources.vala:225
msgid "Set as _Desktop Background"
msgstr "Atur sebagai Latar _Destop"
-#: ../src/Resources.vala:193
+#: ../src/Resources.vala:226
msgid "Set selected image to be the new desktop background"
msgstr "Jadikan foto ini menjadi gambar latar desktop"
-#: ../src/Resources.vala:194
+#: ../src/Resources.vala:227
msgid "Set as _Desktop Slideshow..."
msgstr "Atur sebagai Salindia _Destop"
-#: ../src/Resources.vala:196
+#: ../src/Resources.vala:229
msgid "_Undo"
msgstr "_Batalkan: "
-#: ../src/Resources.vala:197
+#: ../src/Resources.vala:230
msgid "Undo"
msgstr "Batalkan"
-#: ../src/Resources.vala:199
+#: ../src/Resources.vala:232
msgid "_Redo"
msgstr "_Jadikan: "
-#: ../src/Resources.vala:200
+#: ../src/Resources.vala:233
msgid "Redo"
msgstr "Jadikan"
-#: ../src/Resources.vala:202
+#: ../src/Resources.vala:235
msgid "Re_name Event..."
msgstr "Ga_nti Nama Rangkaian..."
-#: ../src/Resources.vala:205
+#: ../src/Resources.vala:238
msgid "Make _Key Photo for Event"
msgstr "Jadi_kan Foto Utama Untuk Rangkaian Ini"
-#: ../src/Resources.vala:206
+#: ../src/Resources.vala:239
msgid "Make Key Photo for Event"
msgstr "Jadikan Foto Utama Untuk Rangkaian Ini"
-#: ../src/Resources.vala:208
+#: ../src/Resources.vala:241
msgid "_New Event"
msgstr "Rangkaia_n Baru"
-#: ../src/Resources.vala:209
+#: ../src/Resources.vala:242
msgid "New Event"
msgstr "Rangkaian Baru"
-#: ../src/Resources.vala:211
+#: ../src/Resources.vala:244
msgid "Move Photos"
msgstr "Pindahkan Foto"
-#: ../src/Resources.vala:212
+#: ../src/Resources.vala:245
msgid "Move photos to an event"
msgstr "Pindahkan foto ke sebuah rangkaian"
-#: ../src/Resources.vala:214
+#: ../src/Resources.vala:247
msgid "_Merge Events"
msgstr "_Gabungkan Rangkaian"
-#: ../src/Resources.vala:215
+#: ../src/Resources.vala:248
msgid "Merge"
msgstr "Gabungkan"
-#: ../src/Resources.vala:216
+#: ../src/Resources.vala:249
msgid "Combine events into a single event"
msgstr "Gabungkan acara-acara ke satu acara"
-#: ../src/Resources.vala:218
+#: ../src/Resources.vala:251
msgid "_Set Rating"
msgstr "_Atur Rating"
-#: ../src/Resources.vala:219
+#: ../src/Resources.vala:252
msgid "Set Rating"
msgstr "Atur Rating"
-#: ../src/Resources.vala:220
+#: ../src/Resources.vala:253
msgid "Change the rating of your photo"
msgstr "Ubah rating foto"
-#: ../src/Resources.vala:222
+#: ../src/Resources.vala:255
msgid "_Increase"
msgstr "_Naik"
-#: ../src/Resources.vala:223
+#: ../src/Resources.vala:256
msgid "Increase Rating"
msgstr "Naikkan Rating"
-#: ../src/Resources.vala:225
+#: ../src/Resources.vala:258
msgid "_Decrease"
msgstr "_Turun"
-#: ../src/Resources.vala:226
+#: ../src/Resources.vala:259
msgid "Decrease Rating"
msgstr "Turunkan Rating"
-#: ../src/Resources.vala:228
+#: ../src/Resources.vala:261
msgid "_Unrated"
msgstr "_Tanpa Rating"
-#: ../src/Resources.vala:229
+#: ../src/Resources.vala:262
msgid "Unrated"
msgstr "Tanpa Rating"
-#: ../src/Resources.vala:230
+#: ../src/Resources.vala:263
msgid "Rate Unrated"
msgstr "Belum Dirating"
-#: ../src/Resources.vala:231
+#: ../src/Resources.vala:264
msgid "Setting as unrated"
msgstr "Atur sebagai Tanpa Rating"
-#: ../src/Resources.vala:232
+#: ../src/Resources.vala:265
msgid "Remove any ratings"
msgstr "Hapus rating"
-#: ../src/Resources.vala:234
+#: ../src/Resources.vala:267
msgid "_Rejected"
msgstr "_Ditolak"
-#: ../src/Resources.vala:235
+#: ../src/Resources.vala:268
msgid "Rejected"
msgstr "Ditolak"
-#: ../src/Resources.vala:236
+#: ../src/Resources.vala:269
msgid "Rate Rejected"
msgstr "Rating Ditolak"
-#: ../src/Resources.vala:237
+#: ../src/Resources.vala:270
msgid "Setting as rejected"
msgstr "Atur ke ditolak"
-#: ../src/Resources.vala:238
+#: ../src/Resources.vala:271
msgid "Set rating to rejected"
msgstr "Atur rating ke ditolak"
-#: ../src/Resources.vala:240
+#: ../src/Resources.vala:273
msgid "Rejected _Only"
msgstr "_Hanya Ditolak"
-#: ../src/Resources.vala:241
+#: ../src/Resources.vala:274
msgid "Rejected Only"
msgstr "Hanya Ditolak"
-#: ../src/Resources.vala:242
+#: ../src/Resources.vala:275
msgid "Show only rejected photos"
msgstr "Tampilkan hanya foto yang ditolak"
-#: ../src/Resources.vala:244
+#: ../src/Resources.vala:277
msgid "All + _Rejected"
msgstr "Semua + _Ditolak"
-#: ../src/Resources.vala:245 ../src/Resources.vala:246
+#: ../src/Resources.vala:278 ../src/Resources.vala:279
msgid "Show all photos, including rejected"
msgstr "Tampilkan semua foto, termasuk yang ditolak"
-#: ../src/Resources.vala:248
+#: ../src/Resources.vala:281
msgid "_All Photos"
msgstr "Semu_a foto"
#. Button label
#. Button tooltip
-#: ../src/Resources.vala:250 ../src/Resources.vala:252
+#: ../src/Resources.vala:283 ../src/Resources.vala:285
msgid "Show all photos"
msgstr "Tunjukkan semua foto"
-#: ../src/Resources.vala:254
+#: ../src/Resources.vala:287
msgid "_Ratings"
msgstr "_Rating"
-#: ../src/Resources.vala:255
+#: ../src/Resources.vala:288
msgid "Display each photo's rating"
msgstr "Tampilkan rating tiap foto"
-#: ../src/Resources.vala:257
+#: ../src/Resources.vala:290
msgid "_Filter Photos"
msgstr "_Saring Foto"
-#: ../src/Resources.vala:258
+#: ../src/Resources.vala:291
msgid "Filter Photos"
msgstr "Saring Foto"
-#: ../src/Resources.vala:259
+#: ../src/Resources.vala:292
msgid "Limit the number of photos displayed based on a filter"
msgstr "Batasi jumlah foto yang tampil berdasarkan penyaringan"
-#: ../src/Resources.vala:261
+#: ../src/Resources.vala:294
msgid "_Duplicate"
msgstr "_Gandakan"
-#: ../src/Resources.vala:262
+#: ../src/Resources.vala:295
msgid "Duplicate"
msgstr "Gandakan"
-#: ../src/Resources.vala:263
+#: ../src/Resources.vala:296
msgid "Make a duplicate of the photo"
msgstr "Gandakan foto-foto ini"
-#: ../src/Resources.vala:265
+#: ../src/Resources.vala:298
msgid "_Export..."
msgstr "_Ekspor..."
-#: ../src/Resources.vala:267
+#: ../src/Resources.vala:300
msgid "_Print..."
msgstr "_Cetak"
-#: ../src/Resources.vala:269
+#: ../src/Resources.vala:302
msgid "Pu_blish..."
msgstr "_Kirim..."
-#: ../src/Resources.vala:271
+#: ../src/Resources.vala:304
msgid "Publish to various websites"
msgstr "Kirim foto ini ke beragam situs"
-#: ../src/Resources.vala:273
+#: ../src/Resources.vala:306
msgid "Edit _Title..."
msgstr "Sun_ting Judul..."
-#: ../src/Resources.vala:277
+#: ../src/Resources.vala:310
msgid "Edit _Comment..."
msgstr "Sunting _Komentar..."
#. Button label
-#: ../src/Resources.vala:279
+#: ../src/Resources.vala:312
msgid "Edit Comment"
msgstr "Sunting Komentar"
-#: ../src/Resources.vala:281
+#: ../src/Resources.vala:314
msgid "Edit Event _Comment..."
msgstr "Sunting _Komentar Peristiwa"
-#: ../src/Resources.vala:284
+#: ../src/Resources.vala:317
msgid "_Adjust Date and Time..."
msgstr "_Atur Jam dan Tanggal..."
-#: ../src/Resources.vala:285
+#: ../src/Resources.vala:318
msgid "Adjust Date and Time"
msgstr "Atur Jam dan Tanggal"
-#: ../src/Resources.vala:287
+#: ../src/Resources.vala:320
msgid "Add _Tags..."
msgstr "_Beri _Tanda..."
-#: ../src/Resources.vala:288
+#: ../src/Resources.vala:321
msgid "_Add Tags..."
msgstr "T_ambah Tag..."
#. Dialog title
#. Undo/Redo command name (in Edit menu)
-#: ../src/Resources.vala:290 ../src/Resources.vala:323
+#: ../src/Resources.vala:323 ../src/Resources.vala:356
msgid "Add Tags"
msgstr "Beri Tanda"
-#: ../src/Resources.vala:292
-msgid "_Preferences"
-msgstr "_Pengaturan"
-
-#: ../src/Resources.vala:294
+#: ../src/Resources.vala:327
msgid "Open With E_xternal Editor"
msgstr "Buka Oleh Penyunting E_ksternal"
-#: ../src/Resources.vala:296
+#: ../src/Resources.vala:329
msgid "Open With RA_W Editor"
msgstr "Buka Dengan Penyunting RA_W"
-#: ../src/Resources.vala:298
+#: ../src/Resources.vala:331
msgid "Send _To..."
msgstr "Kirim _Ke"
-#: ../src/Resources.vala:299
+#: ../src/Resources.vala:332
msgid "Send T_o..."
msgstr "Kirim _Ke..."
-#: ../src/Resources.vala:301
+#: ../src/Resources.vala:334
msgid "_Find..."
msgstr "_Cari"
-#: ../src/Resources.vala:302
+#: ../src/Resources.vala:335
msgid "Find"
msgstr "Cari"
-#: ../src/Resources.vala:303
+#: ../src/Resources.vala:336
msgid "Find an image by typing text that appears in its name or tags"
msgstr "Cari foto dengan mengetikkan teks yang muncul di nama atau tanda"
-#: ../src/Resources.vala:305
+#: ../src/Resources.vala:338
msgid "_Flag"
msgstr "_Tanda"
-#: ../src/Resources.vala:307
+#: ../src/Resources.vala:340
msgid "Un_flag"
msgstr "Lepas _tanda"
-#: ../src/Resources.vala:310
+#: ../src/Resources.vala:343
#, c-format
msgid "Unable to launch editor: %s"
msgstr "Program penyunting tidak dapat dijalankan: %s"
-#: ../src/Resources.vala:315
+#: ../src/Resources.vala:348
#, c-format
msgid "Add Tag \"%s\""
msgstr "Beri Tanda \"%s\""
#. Used when adding two tags to photo(s)
-#: ../src/Resources.vala:318
+#: ../src/Resources.vala:351
#, c-format
msgid "Add Tags \"%s\" and \"%s\""
msgstr "Beri Tanda \"%s\" dan \"%s\""
-#: ../src/Resources.vala:328
+#: ../src/Resources.vala:361
#, c-format
msgid "_Delete Tag \"%s\""
msgstr "_Hapus Tanda \"%s\""
-#: ../src/Resources.vala:332
+#: ../src/Resources.vala:365
#, c-format
msgid "Delete Tag \"%s\""
msgstr "Hapus Tanda \"%s\""
-#: ../src/Resources.vala:335
+#: ../src/Resources.vala:368
msgid "Delete Tag"
msgstr "Hapus Tanda"
-#: ../src/Resources.vala:338
-msgid "_New"
-msgstr "_Baru"
-
-#: ../src/Resources.vala:341
+#: ../src/Resources.vala:374
#, c-format
msgid "Re_name Tag \"%s\"..."
msgstr "Ganti _Nama Tanda \"%s\"..."
-#: ../src/Resources.vala:345
+#: ../src/Resources.vala:378
#, c-format
msgid "Rename Tag \"%s\" to \"%s\""
msgstr "Ganti Nama Tanda \"%s\" menjadi \"%s\""
-#: ../src/Resources.vala:348
+#: ../src/Resources.vala:381
msgid "_Rename..."
msgstr "_Ganti nama"
-#: ../src/Resources.vala:350
+#: ../src/Resources.vala:383
msgid "Modif_y Tags..."
msgstr "_Ubah Tanda..."
-#: ../src/Resources.vala:351
+#: ../src/Resources.vala:384
msgid "Modify Tags"
msgstr "Ubah Tanda"
-#: ../src/Resources.vala:354
+#: ../src/Resources.vala:387
#, c-format
msgid "Tag Photo as \"%s\""
msgstr "Tandai Foto Sebagai \"%s\""
-#: ../src/Resources.vala:354
+#: ../src/Resources.vala:387
#, c-format
msgid "Tag Photos as \"%s\""
msgstr "Tandai Foto Sebagai \"%s\""
-#: ../src/Resources.vala:358
+#: ../src/Resources.vala:391
#, c-format
msgid "Tag the selected photo as \"%s\""
msgstr "Tandai foto terpilih sebagai \"%s\""
-#: ../src/Resources.vala:359
+#: ../src/Resources.vala:392
#, c-format
msgid "Tag the selected photos as \"%s\""
msgstr "Tandai foto terpilih sebagai \"%s\""
-#: ../src/Resources.vala:363
+#: ../src/Resources.vala:396
#, c-format
msgid "Remove Tag \"%s\" From _Photo"
msgstr "Hapus Tanda \"%s\" Dari _Foto"
-#: ../src/Resources.vala:364
+#: ../src/Resources.vala:397
#, c-format
msgid "Remove Tag \"%s\" From _Photos"
msgstr "Hapus Tanda \"%s\" Dari _Foto"
-#: ../src/Resources.vala:368
+#: ../src/Resources.vala:401
#, c-format
msgid "Remove Tag \"%s\" From Photo"
msgstr "Hapus Tanda \"%s\" Dari Foto"
-#: ../src/Resources.vala:369
+#: ../src/Resources.vala:402
#, c-format
msgid "Remove Tag \"%s\" From Photos"
msgstr "Hapus Tanda \"%s\" Dari _Foto"
-#: ../src/Resources.vala:373
+#: ../src/Resources.vala:406
#, c-format
msgid "Unable to rename tag to \"%s\" because the tag already exists."
msgstr "Tanda tidak dapat diganti menjadi \"%s\" karena sudah ada."
-#: ../src/Resources.vala:377
+#: ../src/Resources.vala:410
#, c-format
msgid "Unable to rename search to \"%s\" because the search already exists."
msgstr "Gagal mengubah nama pencarian ke \"%s\" karena sudah ada "
-#: ../src/Resources.vala:380
+#: ../src/Resources.vala:413
msgid "Saved Search"
msgstr "Pencarian Tersimpan"
-#: ../src/Resources.vala:382
+#: ../src/Resources.vala:415
msgid "Delete Search"
msgstr "Hapus Pencarian"
-#: ../src/Resources.vala:385
+#: ../src/Resources.vala:418
msgid "_Edit..."
msgstr "_Sunting..."
-#: ../src/Resources.vala:386
+#: ../src/Resources.vala:419
msgid "Re_name..."
msgstr "Ganti _nama..."
-#: ../src/Resources.vala:389
+#: ../src/Resources.vala:422
#, c-format
msgid "Rename Search \"%s\" to \"%s\""
msgstr "Ubah Nama Pencarian \"%s\" ke \"%s\""
-#: ../src/Resources.vala:393
+#: ../src/Resources.vala:426
#, c-format
msgid "Delete Search \"%s\""
msgstr "Hapus Pencarian \"%s\""
-#: ../src/Resources.vala:551
+#: ../src/Resources.vala:584
#, c-format
msgid "Rate %s"
msgstr "Nilai %s"
-#: ../src/Resources.vala:552
+#: ../src/Resources.vala:585
#, c-format
msgid "Set rating to %s"
msgstr "Atur nilai rating ke %s"
-#: ../src/Resources.vala:553
+#: ../src/Resources.vala:586
#, c-format
msgid "Setting rating to %s"
msgstr "Mengatur rating ke %s"
-#: ../src/Resources.vala:555
+#: ../src/Resources.vala:588
#, c-format
msgid "Display %s"
msgstr "Tampilkan %s"
-#: ../src/Resources.vala:556
+#: ../src/Resources.vala:589
#, c-format
msgid "Only show photos with a rating of %s"
msgstr "Hanya tampilkan foto dengan rating %s"
-#: ../src/Resources.vala:557
+#: ../src/Resources.vala:590
#, c-format
msgid "%s or Better"
msgstr "%s atau lebih baik"
-#: ../src/Resources.vala:558
+#: ../src/Resources.vala:591
#, c-format
msgid "Display %s or Better"
msgstr "Tampilkan %s atau lebih baik"
-#: ../src/Resources.vala:559
+#: ../src/Resources.vala:592
#, c-format
msgid "Only show photos with a rating of %s or better"
msgstr "Hanya tampilkan foto dengan rating %s atau lebih baik"
-#: ../src/Resources.vala:650
+#: ../src/Resources.vala:683
msgid "Remove the selected photos from the trash"
msgstr "Hapus foto-foto terpilih dari tempat pembuangan"
-#: ../src/Resources.vala:651
+#: ../src/Resources.vala:684
msgid "Remove the selected photos from the library"
msgstr "Hapus foto-foto terpilih dari album"
-#: ../src/Resources.vala:653
+#: ../src/Resources.vala:686
msgid "_Restore"
msgstr "_Kembalikan"
-#: ../src/Resources.vala:654
+#: ../src/Resources.vala:687
msgid "Move the selected photos back into the library"
msgstr "Kembalikan foto-foto ke album"
-#: ../src/Resources.vala:656
+#: ../src/Resources.vala:689
msgid "Show in File Mana_ger"
msgstr "Lihat di Program Pengatur Berkas"
-#: ../src/Resources.vala:657
+#: ../src/Resources.vala:690
msgid "Open the selected photo's directory in the file manager"
msgstr "Buka direktori foto dengan program pengatur berkas"
-#: ../src/Resources.vala:660
+#: ../src/Resources.vala:693
#, c-format
msgid "Unable to open in file manager: %s"
msgstr "Program pengatur berkas tidak dapat dibuka: %s"
-#: ../src/Resources.vala:663
+#: ../src/Resources.vala:696
msgid "R_emove From Library"
msgstr "Hapus _Dari Album"
-#: ../src/Resources.vala:665
+#: ../src/Resources.vala:698
msgid "_Move to Trash"
msgstr "Pindahkan ke Tempat Pembuangan"
-#: ../src/Resources.vala:667
+#: ../src/Resources.vala:700
msgid "Select _All"
msgstr "Pilih semu_a"
-#: ../src/Resources.vala:668
+#: ../src/Resources.vala:701
msgid "Select all items"
msgstr "Pilih semua item"
@@ -3461,20 +3543,20 @@ msgstr "Pilih semua item"
#. / Locale-specific time format for 12-hour time, i.e. 8:31 PM
#. / Precede modifier with a dash ("-") to pad with spaces, otherwise will pad with zeroes
#. / See http://developer.gnome.org/glib/2.32/glib-GDateTime.html#g-date-time-format
-#: ../src/Resources.vala:749
+#: ../src/Resources.vala:780
msgid "%-I:%M %p"
msgstr "%-I:%M %p"
#. / Locale-specific time format for 12-hour time with seconds, i.e. 8:31:42 PM
#. / Precede modifier with a dash ("-") to pad with spaces, otherwise will pad with zeroes
#. / See http://developer.gnome.org/glib/2.32/glib-GDateTime.html#g-date-time-format
-#: ../src/Resources.vala:754
+#: ../src/Resources.vala:785
msgid "%-I:%M:%S %p"
msgstr "%-I:%M:%S %p"
#. / Locale-specific calendar date format, i.e. "Tue Mar 08, 2006"
#. / See http://developer.gnome.org/glib/2.32/glib-GDateTime.html#g-date-time-format
-#: ../src/Resources.vala:758
+#: ../src/Resources.vala:789
msgid "%a %b %d, %Y"
msgstr "%a %d %b, %Y"
@@ -3484,14 +3566,14 @@ msgstr "%a %d %b, %Y"
#. / Locale-specific calendar date format for multi-month strings,
#. / i.e. the "Tue Mar 08" in "Tue Mar 08 to Mon Apr 06, 2006"
#. / See http://developer.gnome.org/glib/2.32/glib-GDateTime.html#g-date-time-format
-#: ../src/Resources.vala:763 ../src/Resources.vala:773
+#: ../src/Resources.vala:794 ../src/Resources.vala:804
msgid "%a %b %d"
msgstr "%a %d %b"
#. / Locale-specific ending date format for multi-date strings,
#. / i.e. the "10, 2006" in "Tue Mar 08 - 10, 2006"
#. / See http://developer.gnome.org/glib/2.32/glib-GDateTime.html#g-date-time-format
-#: ../src/Resources.vala:768
+#: ../src/Resources.vala:799
msgid "%d, %Y"
msgstr "%d, %Y"
@@ -3501,11 +3583,12 @@ msgstr "Tampil salindia (slideshow)"
#. Flagged label and toggle
#: ../src/SearchFilter.vala:587 ../src/SearchFilter.vala:588
-#: ../src/SearchFilter.vala:990 ../src/library/FlaggedPage.vala:8
+#: ../src/SearchFilter.vala:972 ../src/library/FlaggedPage.vala:8
msgid "Flagged"
msgstr "Ditandai"
#: ../src/SearchFilter.vala:593 ../src/SearchFilter.vala:594
+#: ../src/library/Branch.vala:97
msgid "Photos"
msgstr "Foto"
@@ -3521,28 +3604,37 @@ msgstr "Foto RAW"
msgid "RAW photos"
msgstr "Foto RAW"
-#: ../src/SearchFilter.vala:952
+#: ../src/SearchFilter.vala:934
#, c-format
msgid "Error loading UI file %s: %s"
msgstr "Gagal memuat berkas UI %s:%s"
+#. Ticket #3260 - Add a 'close' context menu to
+#. the searchbar.
+#. Prepare the close menu for use, but don't
+#. display it yet; we'll connect it to secondary
+#. click later on.
+#: ../src/SearchFilter.vala:945
+msgid "Close"
+msgstr "Tutup"
+
#. Type label and toggles
-#: ../src/SearchFilter.vala:969
+#: ../src/SearchFilter.vala:951
msgid "Type"
msgstr "Tipe"
#. Rating label and button
-#: ../src/SearchFilter.vala:1003 ../src/searches/SearchBoolean.vala:184
+#: ../src/SearchFilter.vala:985 ../src/searches/SearchBoolean.vala:184
msgid "Rating"
msgstr "Rating"
-#: ../src/SlideshowPage.vala:49 ../src/SlideshowPage.vala:182
+#: ../src/SlideshowPage.vala:49 ../src/SlideshowPage.vala:183
msgid "Settings"
msgstr "Pengaturan"
#. Set up toolbar
#. add toolbar buttons
-#: ../src/SlideshowPage.vala:161
+#: ../src/SlideshowPage.vala:160
msgid "Back"
msgstr "Mundur"
@@ -3550,15 +3642,15 @@ msgstr "Mundur"
msgid "Go to the previous photo"
msgstr "Mundur ke foto sebelumnya"
-#: ../src/SlideshowPage.vala:168 ../src/SlideshowPage.vala:273
+#: ../src/SlideshowPage.vala:167 ../src/SlideshowPage.vala:274
msgid "Pause"
msgstr "Hentikan"
-#: ../src/SlideshowPage.vala:169 ../src/SlideshowPage.vala:274
+#: ../src/SlideshowPage.vala:169 ../src/SlideshowPage.vala:275
msgid "Pause the slideshow"
msgstr "Hentikan tampilan salindia"
-#: ../src/SlideshowPage.vala:175
+#: ../src/SlideshowPage.vala:174
msgid "Next"
msgstr "Berikutnya"
@@ -3566,20 +3658,20 @@ msgstr "Berikutnya"
msgid "Go to the next photo"
msgstr "Maju ke foto berikutnya"
-#: ../src/SlideshowPage.vala:183
+#: ../src/SlideshowPage.vala:184
msgid "Change slideshow settings"
msgstr "Atur tampilan salindia"
#. An entire slideshow set might be missing, so check for a loop.
-#: ../src/SlideshowPage.vala:237
+#: ../src/SlideshowPage.vala:238
msgid "All photo source files are missing."
msgstr "Semua sumber foto telah lenyap."
-#: ../src/SlideshowPage.vala:269
+#: ../src/SlideshowPage.vala:270
msgid "Play"
msgstr "Jalankan"
-#: ../src/SlideshowPage.vala:270
+#: ../src/SlideshowPage.vala:271
msgid "Continue the slideshow"
msgstr "Teruskan tampilan salindia"
@@ -3588,11 +3680,11 @@ msgid "untitled"
msgstr "tanpa judul"
#. multiple videos
-#: ../src/VideoSupport.vala:486
+#: ../src/VideoSupport.vala:489
msgid "Export Videos"
msgstr "Ekspor video"
-#: ../src/camera/Branch.vala:87
+#: ../src/camera/Branch.vala:85
msgid "Cameras"
msgstr "Kamera"
@@ -3615,28 +3707,28 @@ msgstr "Hanya tampilkan foto yang belum diimpor"
#. prior to import.
#. TODO: replace this with approved text for "talking to camera,
#. please wait" once new strings are being accepted.
-#: ../src/camera/ImportPage.vala:845
+#: ../src/camera/ImportPage.vala:847
msgid "Starting import, please wait..."
msgstr "Mulai mengimpor, silakan tunggu..."
-#: ../src/camera/ImportPage.vala:884
+#: ../src/camera/ImportPage.vala:886
msgid "Import _Selected"
msgstr "Impor Foto _Terpilih"
-#: ../src/camera/ImportPage.vala:885
+#: ../src/camera/ImportPage.vala:887
msgid "Import the selected photos into your library"
msgstr "Impor foto terpilih ke album"
-#: ../src/camera/ImportPage.vala:890
+#: ../src/camera/ImportPage.vala:892
msgid "Import _All"
msgstr "Impor Semu_a"
-#: ../src/camera/ImportPage.vala:891
+#: ../src/camera/ImportPage.vala:893
msgid "Import all the photos into your library"
msgstr "Impor semua foto ke album"
#. it's mounted, offer to unmount for the user
-#: ../src/camera/ImportPage.vala:1012
+#: ../src/camera/ImportPage.vala:1014
msgid ""
"Shotwell needs to unmount the camera from the filesystem in order to access "
"it. Continue?"
@@ -3644,15 +3736,15 @@ msgstr ""
"Shotwell harus dapat melepaskan kamera dari sistem agar dapat mengaksesnya. "
"Izinkan?"
-#: ../src/camera/ImportPage.vala:1018
+#: ../src/camera/ImportPage.vala:1020
msgid "_Unmount"
msgstr "_Lepas"
-#: ../src/camera/ImportPage.vala:1023
+#: ../src/camera/ImportPage.vala:1025
msgid "Please unmount the camera."
msgstr "Silakan lepaskan kamera."
-#: ../src/camera/ImportPage.vala:1028
+#: ../src/camera/ImportPage.vala:1030
msgid ""
"The camera is locked by another application. Shotwell can only access the "
"camera when it's unlocked. Please close any other application using the "
@@ -3662,11 +3754,11 @@ msgstr ""
"kamera pada saat tidak terkunci. Silakan matikan aplikasi yang sedang "
"menggunakan kamera ini dan coba kembali."
-#: ../src/camera/ImportPage.vala:1038
+#: ../src/camera/ImportPage.vala:1040
msgid "Please close any other application using the camera."
msgstr "Mohon segera mematikan aplikasi lain yang sedang menggunakan kamera."
-#: ../src/camera/ImportPage.vala:1043
+#: ../src/camera/ImportPage.vala:1045
#, c-format
msgid ""
"Unable to fetch previews from the camera:\n"
@@ -3675,53 +3767,53 @@ msgstr ""
"Gambar pratayang tidak dapat diambil dari kamera:\n"
"%s"
-#: ../src/camera/ImportPage.vala:1060
+#: ../src/camera/ImportPage.vala:1062
msgid "Unmounting..."
msgstr "Melepaskan kamera..."
-#: ../src/camera/ImportPage.vala:1166
+#: ../src/camera/ImportPage.vala:1168
msgid "Fetching photo information"
msgstr "Mengambil informasi foto"
-#: ../src/camera/ImportPage.vala:1521
+#: ../src/camera/ImportPage.vala:1523
#, c-format
msgid "Fetching preview for %s"
msgstr "Mengambil gambar pratayang %s"
-#: ../src/camera/ImportPage.vala:1637
+#: ../src/camera/ImportPage.vala:1639
#, c-format
msgid "Unable to lock camera: %s"
msgstr "Kamera tidak dapat dikunci: %s"
-#: ../src/camera/ImportPage.vala:1722
+#: ../src/camera/ImportPage.vala:1724
#, c-format
msgid "Delete this photo from camera?"
msgid_plural "Delete these %d photos from camera?"
msgstr[0] "Hapus %d foto ini dari kamera?"
-#: ../src/camera/ImportPage.vala:1725
+#: ../src/camera/ImportPage.vala:1727
#, c-format
msgid "Delete this video from camera?"
msgid_plural "Delete these %d videos from camera?"
msgstr[0] "Hapus %d video ini dari kamera?"
-#: ../src/camera/ImportPage.vala:1728
+#: ../src/camera/ImportPage.vala:1730
#, c-format
msgid "Delete this photo/video from camera?"
msgid_plural "Delete these %d photos/videos from camera?"
msgstr[0] "Hapus %d foto/video ini dari kamera?"
-#: ../src/camera/ImportPage.vala:1731
+#: ../src/camera/ImportPage.vala:1733
#, c-format
msgid "Delete these files from camera?"
msgid_plural "Delete these %d files from camera?"
msgstr[0] "Hapus %d berkas ini dari kamera?"
-#: ../src/camera/ImportPage.vala:1758
+#: ../src/camera/ImportPage.vala:1760
msgid "Removing photos/videos from camera"
msgstr "Menghapus foto/video dari kamera"
-#: ../src/camera/ImportPage.vala:1762
+#: ../src/camera/ImportPage.vala:1764
#, c-format
msgid "Unable to delete %d photo/video from the camera due to errors."
msgid_plural "Unable to delete %d photos/videos from the camera due to errors."
@@ -3767,20 +3859,16 @@ msgid "Database file:"
msgstr "Berkas basis data:"
#: ../src/data_imports/DataImportsUI.vala:112
-#: ../src/library/LibraryWindow.vala:899
+#: ../src/library/LibraryWindow.vala:883
msgid "_Import"
msgstr "_Impor"
-#: ../src/data_imports/DataImportsUI.vala:216
+#: ../src/data_imports/DataImportsUI.vala:217
msgid "Import From Application"
msgstr "Impor Dari Aplikasi"
-#: ../src/data_imports/DataImportsUI.vala:217
-msgid "Import media _from:"
-msgstr "Im_por media dari:"
-
-#: ../src/data_imports/DataImportsUI.vala:394
-#: ../src/publishing/PublishingUI.vala:493
+#: ../src/data_imports/DataImportsUI.vala:369
+#: ../src/publishing/PublishingUI.vala:470
msgid "_Close"
msgstr "_Tutup"
@@ -3813,15 +3901,10 @@ msgstr ""
"Kesalahan: \n"
"%s"
-#: ../src/direct/DirectPhotoPage.vala:46 ../src/library/LibraryWindow.vala:352
+#: ../src/direct/DirectPhotoPage.vala:46 ../src/library/LibraryWindow.vala:336
msgid "_File"
msgstr "_Berkas"
-#: ../src/direct/DirectPhotoPage.vala:51
-#: ../src/direct/DirectPhotoPage.vala:417
-msgid "_Save"
-msgstr "_Simpan"
-
#: ../src/direct/DirectPhotoPage.vala:52
msgid "Save photo"
msgstr "Simpan foto"
@@ -3838,19 +3921,10 @@ msgstr "Simpan foto dengan nama lain"
msgid "Print the photo to a printer connected to your computer"
msgstr "Cetak foto ke pencetak yang terhubung ke komputer ini"
-#: ../src/direct/DirectPhotoPage.vala:73 ../src/library/LibraryWindow.vala:356
-msgid "_Edit"
-msgstr "S_unting"
-
-#: ../src/direct/DirectPhotoPage.vala:77 ../src/library/LibraryWindow.vala:364
+#: ../src/direct/DirectPhotoPage.vala:77 ../src/library/LibraryWindow.vala:348
msgid "_Photo"
msgstr "_Foto"
-#: ../src/direct/DirectPhotoPage.vala:169
-#: ../src/library/LibraryWindow.vala:380
-msgid "_Help"
-msgstr "Ba_ntuan"
-
#: ../src/direct/DirectPhotoPage.vala:227
#, c-format
msgid "%s does not exist."
@@ -3870,26 +3944,26 @@ msgstr ""
"%s tidak dapat mendukung berkas jenis\n"
"%s."
-#: ../src/direct/DirectPhotoPage.vala:417
+#: ../src/direct/DirectPhotoPage.vala:422
msgid "_Save a Copy"
msgstr "Buat _Salinan"
-#: ../src/direct/DirectPhotoPage.vala:420
+#: ../src/direct/DirectPhotoPage.vala:425
#, c-format
msgid "Lose changes to %s?"
msgstr "Jangan simpan perubahan pada %s?"
-#: ../src/direct/DirectPhotoPage.vala:421
+#: ../src/direct/DirectPhotoPage.vala:426
msgid "Close _without Saving"
msgstr "Tutup _tanpa menyimpan"
-#: ../src/direct/DirectPhotoPage.vala:454
+#: ../src/direct/DirectPhotoPage.vala:459
#, c-format
msgid "Error while saving to %s: %s"
msgstr "Ada kesalahan saat menyimpan ke %s: %s"
-#: ../src/direct/DirectPhotoPage.vala:482
-#: ../src/direct/DirectPhotoPage.vala:503
+#: ../src/direct/DirectPhotoPage.vala:487
+#: ../src/direct/DirectPhotoPage.vala:508
msgid "Save As"
msgstr "Simpan Sebagai"
@@ -4021,6 +4095,10 @@ msgstr "Naikkan Kontras"
msgid "Angle:"
msgstr "Sudut:"
+#: ../src/events/Branch.vala:25
+msgid "Events"
+msgstr "Rangkaian"
+
#: ../src/events/EventDirectoryItem.vala:83
#, c-format
msgid "%d Photo/Video"
@@ -4044,8 +4122,8 @@ msgid "No events found"
msgstr "Tidak ada rangkaian ditemukan"
#: ../src/events/EventsDirectoryPage.vala:230
-msgid "Events"
-msgstr "Rangkaian"
+msgid "All Events"
+msgstr "Semua Kejadian"
#: ../src/events/EventsDirectoryPage.vala:244
msgid "Undated"
@@ -4063,7 +4141,8 @@ msgstr "%B"
msgid "Folders"
msgstr "Folder"
-#: ../src/library/Branch.vala:37 ../ui/shotwell.glade.h:33
+#: ../src/library/Branch.vala:30 ../src/library/Branch.vala:130
+#: ../ui/shotwell.glade.h:32
msgid "Library"
msgstr "Album"
@@ -4071,19 +4150,19 @@ msgstr "Album"
msgid "Importing..."
msgstr "Mengimpor..."
-#: ../src/library/ImportQueuePage.vala:66
+#: ../src/library/ImportQueuePage.vala:67
msgid "_Stop Import"
msgstr "_Hentikan Impor"
-#: ../src/library/ImportQueuePage.vala:67
+#: ../src/library/ImportQueuePage.vala:68
msgid "Stop importing photos"
msgstr "Hentikan proses impor foto"
-#: ../src/library/ImportQueuePage.vala:123
+#: ../src/library/ImportQueuePage.vala:124
msgid "Preparing to import..."
msgstr "Menyiapkan impor..."
-#: ../src/library/ImportQueuePage.vala:150
+#: ../src/library/ImportQueuePage.vala:151
#, c-format
msgid "Imported %s"
msgstr "%s diimpor"
@@ -4092,100 +4171,100 @@ msgstr "%s diimpor"
msgid "Last Import"
msgstr "Impor terakhir"
-#: ../src/library/LibraryWindow.vala:301
+#: ../src/library/LibraryWindow.vala:286
msgid "_Import From Folder..."
msgstr "_Impor Dari Folder ..."
-#: ../src/library/LibraryWindow.vala:302
+#: ../src/library/LibraryWindow.vala:287
msgid "Import photos from disk to library"
msgstr "Impor foto dari cakram ke album"
-#: ../src/library/LibraryWindow.vala:309
+#: ../src/library/LibraryWindow.vala:294
msgid "Import From _Application..."
msgstr "Impor Dari _Aplikasi..."
-#: ../src/library/LibraryWindow.vala:313
+#: ../src/library/LibraryWindow.vala:298
msgid "Sort _Events"
msgstr "_Rangkaian Dengan Urutan"
-#: ../src/library/LibraryWindow.vala:323
+#: ../src/library/LibraryWindow.vala:308
msgid "Empty T_rash"
msgstr "Hapus Pe_rmanen Foto Buangan"
-#: ../src/library/LibraryWindow.vala:324
+#: ../src/library/LibraryWindow.vala:309
msgid "Delete all photos in the trash"
msgstr "Hapus semua foto yang pernah dibuang"
-#: ../src/library/LibraryWindow.vala:329
+#: ../src/library/LibraryWindow.vala:314
msgid "View Eve_nt for Photo"
msgstr "Lihat Eve_nt Foto"
-#: ../src/library/LibraryWindow.vala:334
+#: ../src/library/LibraryWindow.vala:318
msgid "_Find"
msgstr "_Cari"
-#: ../src/library/LibraryWindow.vala:335
+#: ../src/library/LibraryWindow.vala:319
msgid "Find photos and videos by search criteria"
msgstr "Cari foto dan video menurut kriteria pencarian"
-#: ../src/library/LibraryWindow.vala:346 ../src/searches/Branch.vala:77
-#: ../src/sidebar/Tree.vala:194
+#: ../src/library/LibraryWindow.vala:330 ../src/searches/Branch.vala:77
+#: ../src/sidebar/Tree.vala:199
msgid "Ne_w Saved Search..."
msgstr "Pencarian Tersimpan B_aru"
-#: ../src/library/LibraryWindow.vala:368
+#: ../src/library/LibraryWindow.vala:352
msgid "_Photos"
msgstr "_Foto-foto"
-#: ../src/library/LibraryWindow.vala:372
+#: ../src/library/LibraryWindow.vala:356
msgid "Even_ts"
msgstr "_Rangkaian"
-#: ../src/library/LibraryWindow.vala:391
+#: ../src/library/LibraryWindow.vala:375
msgid "_Basic Information"
msgstr "Informasi _Dasar"
-#: ../src/library/LibraryWindow.vala:392
+#: ../src/library/LibraryWindow.vala:376
msgid "Display basic information for the selection"
msgstr "Tampilkan informasi dasar foto terpilih"
-#: ../src/library/LibraryWindow.vala:397
+#: ../src/library/LibraryWindow.vala:381
msgid "E_xtended Information"
msgstr "Informasi _Lanjut"
-#: ../src/library/LibraryWindow.vala:398
+#: ../src/library/LibraryWindow.vala:382
msgid "Display extended information for the selection"
msgstr "Tampilkan informasi lanjutan foto terpilih"
-#: ../src/library/LibraryWindow.vala:403
+#: ../src/library/LibraryWindow.vala:387
msgid "_Search Bar"
msgstr "_Bilah Pencarian"
-#: ../src/library/LibraryWindow.vala:404
+#: ../src/library/LibraryWindow.vala:388
msgid "Display the search bar"
msgstr "Tampilkan bilah pencarian"
-#: ../src/library/LibraryWindow.vala:409
+#: ../src/library/LibraryWindow.vala:393
msgid "S_idebar"
msgstr "Bilah S_isi"
-#: ../src/library/LibraryWindow.vala:410
+#: ../src/library/LibraryWindow.vala:394
msgid "Display the sidebar"
msgstr "Tampilkan bilah sisi"
-#: ../src/library/LibraryWindow.vala:668
+#: ../src/library/LibraryWindow.vala:652
msgid "Import From Folder"
msgstr "Impor Dari Folder"
-#: ../src/library/LibraryWindow.vala:737
+#: ../src/library/LibraryWindow.vala:721
msgid "Empty Trash"
msgstr "Hapus Permanen Foto Buangan"
-#: ../src/library/LibraryWindow.vala:737
+#: ../src/library/LibraryWindow.vala:721
msgid "Emptying Trash..."
msgstr "Foto Buangan Sedang Dihapus Permanen..."
-#: ../src/library/LibraryWindow.vala:896
+#: ../src/library/LibraryWindow.vala:880
#, c-format
msgid ""
"Shotwell is configured to import photos to your home directory.\n"
@@ -4198,34 +4277,34 @@ msgstr ""
"Preferensi %s</span>.\n"
"Apakah Anda ingin melanjutkan mengimpor foto?"
-#: ../src/library/LibraryWindow.vala:899 ../ui/shotwell.glade.h:19
+#: ../src/library/LibraryWindow.vala:883 ../ui/shotwell.glade.h:18
msgid "Library Location"
msgstr "Lokasi Album:"
#. TODO: Specify which directory/file.
-#: ../src/library/LibraryWindow.vala:912
+#: ../src/library/LibraryWindow.vala:896
msgid "Photos cannot be imported from this directory."
msgstr "Foto tidak dapat diimpor dari direktori tersebut."
-#: ../src/library/LibraryWindow.vala:1200
+#: ../src/library/LibraryWindow.vala:1184
#, c-format
msgid "%s (%d%%)"
msgstr "%s (%d%%)"
-#: ../src/library/LibraryWindow.vala:1244
-#: ../src/library/LibraryWindow.vala:1255
+#: ../src/library/LibraryWindow.vala:1228
+#: ../src/library/LibraryWindow.vala:1239
msgid "Updating library..."
msgstr "Memperbaharui album..."
-#: ../src/library/LibraryWindow.vala:1261
+#: ../src/library/LibraryWindow.vala:1245
msgid "Preparing to auto-import photos..."
msgstr "Bersiap impor foto otomatis..."
-#: ../src/library/LibraryWindow.vala:1266
+#: ../src/library/LibraryWindow.vala:1250
msgid "Auto-importing photos..."
msgstr "Mengimpor foto otomatis"
-#: ../src/library/LibraryWindow.vala:1274
+#: ../src/library/LibraryWindow.vala:1258
msgid "Writing metadata to files..."
msgstr "Menulis metadata ke berkas..."
@@ -4418,37 +4497,37 @@ msgstr "Mengambil informasi akun..."
msgid "Logging in..."
msgstr "Masuk ke sistem..."
-#: ../src/publishing/PublishingUI.vala:183
+#: ../src/publishing/PublishingUI.vala:185
msgid "Publish Photos"
msgstr "Kirim Foto"
-#: ../src/publishing/PublishingUI.vala:184
+#: ../src/publishing/PublishingUI.vala:186
msgid "Publish photos _to:"
msgstr "Kirim foto _ke:"
-#: ../src/publishing/PublishingUI.vala:186
+#: ../src/publishing/PublishingUI.vala:188
msgid "Publish Videos"
msgstr "Kirim Video"
-#: ../src/publishing/PublishingUI.vala:187
+#: ../src/publishing/PublishingUI.vala:189
msgid "Publish videos _to"
msgstr "Kirim video _ke"
-#: ../src/publishing/PublishingUI.vala:189
+#: ../src/publishing/PublishingUI.vala:191
msgid "Publish Photos and Videos"
msgstr "Kirim Foto dan Video"
-#: ../src/publishing/PublishingUI.vala:190
+#: ../src/publishing/PublishingUI.vala:192
msgid "Publish photos and videos _to"
msgstr "Kirim Foto dan Video _ke"
#. There are no enabled publishing services that accept this media type,
#. warn the user.
-#: ../src/publishing/PublishingUI.vala:383
+#: ../src/publishing/PublishingUI.vala:360
msgid "Unable to publish"
msgstr "Tidak dapat mengirim"
-#: ../src/publishing/PublishingUI.vala:384
+#: ../src/publishing/PublishingUI.vala:361
#, c-format
msgid ""
"Shotwell cannot publish the selected items because you do not have a "
@@ -4466,123 +4545,139 @@ msgid "Saved Searches"
msgstr "Pencarian Tersimpan"
#. Ordering must correspond with SearchConditionText.Context
-#: ../src/searches/SavedSearchDialog.vala:169
+#: ../src/searches/SavedSearchDialog.vala:168
msgid "contains"
msgstr "mengandung"
#. Ordering must correspond with Context
-#: ../src/searches/SavedSearchDialog.vala:170
-#: ../src/searches/SavedSearchDialog.vala:497
+#: ../src/searches/SavedSearchDialog.vala:169
+#: ../src/searches/SavedSearchDialog.vala:500
msgid "is exactly"
msgstr "persis"
-#: ../src/searches/SavedSearchDialog.vala:171
+#: ../src/searches/SavedSearchDialog.vala:170
msgid "starts with"
msgstr "dimulai dengan"
-#: ../src/searches/SavedSearchDialog.vala:172
+#: ../src/searches/SavedSearchDialog.vala:171
msgid "ends with"
msgstr "diakhiri dengan"
-#: ../src/searches/SavedSearchDialog.vala:173
+#: ../src/searches/SavedSearchDialog.vala:172
msgid "does not contain"
msgstr "tidak mengandung"
-#: ../src/searches/SavedSearchDialog.vala:174
-#: ../src/searches/SavedSearchDialog.vala:501
+#: ../src/searches/SavedSearchDialog.vala:173
+#: ../src/searches/SavedSearchDialog.vala:504
msgid "is not set"
-msgstr "tak diatur"
+msgstr "tak ditata"
+
+#: ../src/searches/SavedSearchDialog.vala:174
+msgid "is set"
+msgstr "ditata"
#. Ordering must correspond with SearchConditionMediaType.Context
-#: ../src/searches/SavedSearchDialog.vala:245
-#: ../src/searches/SavedSearchDialog.vala:376
-#: ../src/searches/SavedSearchDialog.vala:441
+#: ../src/searches/SavedSearchDialog.vala:248
+#: ../src/searches/SavedSearchDialog.vala:379
+#: ../src/searches/SavedSearchDialog.vala:444
msgid "is"
msgstr "adalah"
-#: ../src/searches/SavedSearchDialog.vala:246
+#: ../src/searches/SavedSearchDialog.vala:249
msgid "is not"
msgstr "bukan"
#. Ordering must correspond with SearchConditionMediaType.MediaType
-#: ../src/searches/SavedSearchDialog.vala:252
+#: ../src/searches/SavedSearchDialog.vala:255
msgid "any photo"
msgstr "foto manapun"
-#: ../src/searches/SavedSearchDialog.vala:253
+#: ../src/searches/SavedSearchDialog.vala:256
msgid "a raw photo"
msgstr "adalah foto mentah"
-#: ../src/searches/SavedSearchDialog.vala:254
+#: ../src/searches/SavedSearchDialog.vala:257
msgid "a video"
msgstr "video"
-#: ../src/searches/SavedSearchDialog.vala:308
+#: ../src/searches/SavedSearchDialog.vala:311
msgid "has"
msgstr "punya"
-#: ../src/searches/SavedSearchDialog.vala:309
+#: ../src/searches/SavedSearchDialog.vala:312
msgid "has no"
msgstr "tak punya"
-#: ../src/searches/SavedSearchDialog.vala:314
+#: ../src/searches/SavedSearchDialog.vala:317
msgid "modifications"
msgstr "modifikasi"
-#: ../src/searches/SavedSearchDialog.vala:315
+#: ../src/searches/SavedSearchDialog.vala:318
msgid "internal modifications"
msgstr "modifikasi internal"
-#: ../src/searches/SavedSearchDialog.vala:316
+#: ../src/searches/SavedSearchDialog.vala:319
msgid "external modifications"
msgstr "modifikasi eksternal"
#. Ordering must correspond with SearchConditionFlagged.State
-#: ../src/searches/SavedSearchDialog.vala:370
+#: ../src/searches/SavedSearchDialog.vala:373
msgid "flagged"
msgstr "ditandai"
-#: ../src/searches/SavedSearchDialog.vala:371
+#: ../src/searches/SavedSearchDialog.vala:374
msgid "not flagged"
msgstr "tidak ditandai"
-#: ../src/searches/SavedSearchDialog.vala:434
+#: ../src/searches/SavedSearchDialog.vala:437
msgid "and higher"
msgstr "dan lebih tinggi"
-#: ../src/searches/SavedSearchDialog.vala:435
+#: ../src/searches/SavedSearchDialog.vala:438
msgid "only"
msgstr "hanya"
-#: ../src/searches/SavedSearchDialog.vala:436
+#: ../src/searches/SavedSearchDialog.vala:439
msgid "and lower"
msgstr "dan lebih rendah"
-#: ../src/searches/SavedSearchDialog.vala:498
+#: ../src/searches/SavedSearchDialog.vala:501
msgid "is after"
msgstr "setelah"
-#: ../src/searches/SavedSearchDialog.vala:499
+#: ../src/searches/SavedSearchDialog.vala:502
msgid "is before"
msgstr "sebelum"
-#: ../src/searches/SavedSearchDialog.vala:500
+#: ../src/searches/SavedSearchDialog.vala:503
msgid "is between"
msgstr "antara"
-#: ../src/searches/SavedSearchDialog.vala:513
+#: ../src/searches/SavedSearchDialog.vala:516
msgid "and"
msgstr "dan"
-#: ../src/searches/SavedSearchDialog.vala:720
+#: ../src/searches/SavedSearchDialog.vala:697
+msgid "Search"
+msgstr "Pencarian"
+
+#: ../src/searches/SavedSearchDialog.vala:702
+msgid "Cancel"
+msgstr "Batal"
+
+#: ../src/searches/SavedSearchDialog.vala:703
+msgid "OK"
+msgstr "OK"
+
+#: ../src/searches/SavedSearchDialog.vala:721
msgid "any"
msgstr "manapun"
-#: ../src/searches/SavedSearchDialog.vala:721
+#: ../src/searches/SavedSearchDialog.vala:722
msgid "all"
msgstr "semua"
-#: ../src/searches/SavedSearchDialog.vala:722
+#: ../src/searches/SavedSearchDialog.vala:723
msgid "none"
msgstr "tidak ada"
@@ -4626,7 +4721,7 @@ msgstr "Status foto"
msgid "Date"
msgstr "Tanggal"
-#: ../src/sidebar/Tree.vala:198
+#: ../src/sidebar/Tree.vala:203
msgid "New _Tag..."
msgstr "_Tag Baru..."
@@ -4646,7 +4741,7 @@ msgstr "Tidak ada"
msgid "Random"
msgstr "Acak"
-#: ../src/tags/Branch.vala:127
+#: ../src/tags/Branch.vala:131
msgid "Tags"
msgstr "Tanda"
@@ -4685,157 +4780,153 @@ msgid "How long each photo is shown on the desktop background"
msgstr "Berapa lama tiap foto ditampilkan di latar destop"
#: ../ui/shotwell.glade.h:1
-msgid "Search"
-msgstr "Pencarian"
-
-#: ../ui/shotwell.glade.h:2
msgid "_Name of search:"
msgstr "_Nama pencarian"
-#: ../ui/shotwell.glade.h:3
+#: ../ui/shotwell.glade.h:2
msgid "_Match"
msgstr "_Cocokkan"
-#: ../ui/shotwell.glade.h:4
+#: ../ui/shotwell.glade.h:3
msgid "of the following:"
msgstr "yang berikut ini:"
-#: ../ui/shotwell.glade.h:5
+#: ../ui/shotwell.glade.h:4
msgid "<b>Printed Image Size</b>"
msgstr "<b>Ukuran Foto Tercetak</b>"
-#: ../ui/shotwell.glade.h:6
+#: ../ui/shotwell.glade.h:5
msgid "Use a _standard size:"
msgstr "Gunakan ukuran _standar:"
-#: ../ui/shotwell.glade.h:7
+#: ../ui/shotwell.glade.h:6
msgid "Use a c_ustom size:"
msgstr "Gunakan _ukuran bebas:"
-#: ../ui/shotwell.glade.h:8
+#: ../ui/shotwell.glade.h:7
msgid "_Match photo aspect ratio"
msgstr "_Sesuaikan dengan rasio foto"
-#: ../ui/shotwell.glade.h:9
+#: ../ui/shotwell.glade.h:8
msgid "_Autosize:"
msgstr "_Ukuran otomatis"
-#: ../ui/shotwell.glade.h:10
+#: ../ui/shotwell.glade.h:9
msgid "<b>Titles</b>"
msgstr "<b>Judul</b>"
-#: ../ui/shotwell.glade.h:11
+#: ../ui/shotwell.glade.h:10
msgid "Print image _title"
msgstr "Ce_tak judul gambar"
-#: ../ui/shotwell.glade.h:12
+#: ../ui/shotwell.glade.h:11
msgid "<b>Pixel Resolution</b>"
msgstr "<b>Resolusi Piksel</b>"
-#: ../ui/shotwell.glade.h:13
+#: ../ui/shotwell.glade.h:12
msgid "_Output photo at:"
msgstr "Tampilkan f_oto pada:"
-#: ../ui/shotwell.glade.h:14
+#: ../ui/shotwell.glade.h:13
msgid "pixels per inch"
msgstr "piksel per inci"
-#: ../ui/shotwell.glade.h:16
+#: ../ui/shotwell.glade.h:15
msgid "Shotwell Preferences"
msgstr "Pengaturan Shotwell"
-#: ../ui/shotwell.glade.h:17
+#: ../ui/shotwell.glade.h:16
msgid "white"
msgstr "putih"
-#: ../ui/shotwell.glade.h:18
+#: ../ui/shotwell.glade.h:17
msgid "black"
msgstr "hitam"
-#: ../ui/shotwell.glade.h:20
+#: ../ui/shotwell.glade.h:19
msgid "_Watch library directory for new files"
msgstr "_Pantau berkas baru di direktori album"
-#: ../ui/shotwell.glade.h:21
+#: ../ui/shotwell.glade.h:20
msgid "Metadata"
msgstr "Metadata"
-#: ../ui/shotwell.glade.h:22
+#: ../ui/shotwell.glade.h:21
msgid "Write tags, titles, and other _metadata to photo files"
msgstr "Tulis tanda, judul dan metadata lainnya ke berkas foto"
-#: ../ui/shotwell.glade.h:23
+#: ../ui/shotwell.glade.h:22
msgid "Display"
msgstr "Tampilan"
-#: ../ui/shotwell.glade.h:24
+#: ../ui/shotwell.glade.h:23
msgid "_Import photos to:"
msgstr "_Impor foto ke"
-#: ../ui/shotwell.glade.h:25
+#: ../ui/shotwell.glade.h:24
msgid "_Background:"
msgstr "Latar _Belakang"
-#: ../ui/shotwell.glade.h:26
+#: ../ui/shotwell.glade.h:25
msgid "Importing"
msgstr "Mengimpor"
-#: ../ui/shotwell.glade.h:27
+#: ../ui/shotwell.glade.h:26
msgid "_Directory structure:"
msgstr "_Struktur direktori"
-#: ../ui/shotwell.glade.h:28
+#: ../ui/shotwell.glade.h:27
msgid "_Pattern:"
msgstr "_Pola:"
-#: ../ui/shotwell.glade.h:29
+#: ../ui/shotwell.glade.h:28
msgid "Example:"
msgstr "Contoh"
-#: ../ui/shotwell.glade.h:30
+#: ../ui/shotwell.glade.h:29
msgid "R_ename imported files to lowercase"
msgstr "Ubah n_ama berkas impor ke huruf kecil"
-#: ../ui/shotwell.glade.h:31
+#: ../ui/shotwell.glade.h:30
msgid "RAW Developer"
msgstr "RAW Developer"
-#: ../ui/shotwell.glade.h:32
+#: ../ui/shotwell.glade.h:31
msgid "De_fault:"
msgstr "De_fault:"
-#: ../ui/shotwell.glade.h:34
+#: ../ui/shotwell.glade.h:33
msgid "E_xternal photo editor:"
msgstr "Penyunting foto e_ksternal"
-#: ../ui/shotwell.glade.h:35
+#: ../ui/shotwell.glade.h:34
msgid "External _RAW editor:"
msgstr "Penyunting _RAW eksternal"
-#: ../ui/shotwell.glade.h:36
+#: ../ui/shotwell.glade.h:35
msgid "External Editors"
msgstr "Penyunting eksternal"
-#: ../ui/shotwell.glade.h:37
+#: ../ui/shotwell.glade.h:36
msgid "Plugins"
msgstr "Pengaya"
-#: ../ui/shotwell.glade.h:38
+#: ../ui/shotwell.glade.h:37
msgid "_Delay:"
msgstr "Penun_daan"
-#: ../ui/shotwell.glade.h:39
+#: ../ui/shotwell.glade.h:38
msgid "_Transition effect:"
msgstr "Efek _Transisi"
-#: ../ui/shotwell.glade.h:40
+#: ../ui/shotwell.glade.h:39
msgid "Transition d_elay:"
msgstr "P_enundaan Peralihan"
-#: ../ui/shotwell.glade.h:41
+#: ../ui/shotwell.glade.h:40
msgid "Show t_itle"
msgstr "Tampilkan _judul"
-#: ../ui/shotwell.glade.h:42
+#: ../ui/shotwell.glade.h:41
msgid "seconds"
msgstr "detik"
diff --git a/po/pt_BR.po b/po/pt_BR.po
index 56af68a..634b9a2 100644
--- a/po/pt_BR.po
+++ b/po/pt_BR.po
@@ -12,21 +12,22 @@
# Translators from GNOME Translation Project (2014 forward):
# Felipe Braga <fbobraga@gmail.com>, 2015.
# Rafael Fontenelle <rafaelff@gnome.org>, 2014, 2015, 2016.
+# Enrico Nicoletto <liverig@gmail.com>, 2016.
msgid ""
msgstr ""
"Project-Id-Version: shotwell\n"
-"Report-Msgid-Bugs-To: http://bugzilla.gnome.org/enter_bug.cgi?product=shotwe"
-"ll&keywords=I18N+L10N&component=Internationalization\n"
-"POT-Creation-Date: 2016-05-06 15:10+0000\n"
-"PO-Revision-Date: 2016-05-06 21:44-0200\n"
-"Last-Translator: Rafael Fontenelle <rafaelff@gnome.org>\n"
+"Report-Msgid-Bugs-To: http://bugzilla.gnome.org/enter_bug.cgi?"
+"product=shotwell&keywords=I18N+L10N&component=Internationalization\n"
+"POT-Creation-Date: 2016-05-21 16:40+0000\n"
+"PO-Revision-Date: 2016-05-30 17:22-0300\n"
+"Last-Translator: Enrico Nicoletto <liverig@gmail.com>\n"
"Language-Team: Brazilian Portuguese <gnome-pt_br-list@gnome.org>\n"
"Language: pt_BR\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"
-"X-Generator: Virtaal 0.7.1\n"
+"X-Generator: Poedit 1.8.7\n"
"X-Project-Style: gnome\n"
#: ../plugins/common/RESTSupport.vala:425
@@ -52,7 +53,7 @@ msgstr ""
msgid "Visit the Shotwell home page"
msgstr "Visitar o página web do Shotwell"
-#: ../plugins/common/Resources.vala:28 ../src/AppWindow.vala:705
+#: ../plugins/common/Resources.vala:28 ../src/AppWindow.vala:698
msgid "translator-credits"
msgstr ""
"Djavan Fagundes <djavan@comum.org>\n"
@@ -985,7 +986,7 @@ msgid "Logout"
msgstr "Encerrar sessão"
#: ../plugins/shotwell-publishing/piwigo_publishing_options_pane.glade.h:12
-#: ../src/Resources.vala:303
+#: ../src/Resources.vala:298
msgid "Publish"
msgstr "Publicar"
@@ -1042,7 +1043,6 @@ msgid "Core Slideshow Transitions"
msgstr "Transições principais de exibição de slides"
#: ../plugins/shotwell-transitions/shotwell-transitions.vala:75
-#| msgid "Copyright 2010 Maxim Kartashev, Copyright 2011-2015 Yorba Foundation"
msgid ""
"Copyright 2010 Maxim Kartashev, Copyright 2016 Software Freedom Conservancy "
"Inc."
@@ -1050,37 +1050,37 @@ msgstr ""
"Copyright 2010 Maxim Kartashev, Copyright 2016 Software Freedom Conservancy "
"Inc."
-#: ../src/AppDirs.vala:48 ../src/AppDirs.vala:99
+#: ../src/AppDirs.vala:64 ../src/AppDirs.vala:115
#, c-format
msgid "Unable to create cache directory %s: %s"
msgstr "Não foi possível criar diretório de cache %s: %s"
-#: ../src/AppDirs.vala:58 ../src/AppDirs.vala:88
+#: ../src/AppDirs.vala:74 ../src/AppDirs.vala:104
#, c-format
msgid "Unable to create data directory %s: %s"
msgstr "Não foi possível criar diretório de dados %s: %s"
#. If XDG yarfed, use ~/Pictures
-#: ../src/AppDirs.vala:152
+#: ../src/AppDirs.vala:168
msgid "Pictures"
msgstr "Fotos"
-#: ../src/AppDirs.vala:190
+#: ../src/AppDirs.vala:206
#, c-format
msgid "Unable to create temporary directory %s: %s"
msgstr "Não foi possível criar diretório temporário %s: %s"
-#: ../src/AppDirs.vala:207 ../src/AppDirs.vala:238
+#: ../src/AppDirs.vala:223 ../src/AppDirs.vala:254
#, c-format
msgid "Unable to create data subdirectory %s: %s"
msgstr "Não foi possível criar subdiretório de dados %s: %s"
-#: ../src/AppDirs.vala:220
+#: ../src/AppDirs.vala:236
#, c-format
msgid "Could not make directory %s writable"
msgstr "Não foi possível tornar o diretório %s gravável"
-#: ../src/AppDirs.vala:223
+#: ../src/AppDirs.vala:239
#, c-format
msgid "Could not make directory %s writable: %s"
msgstr "Não foi possível tornar o diretório %s gravável: %s"
@@ -1097,27 +1097,27 @@ msgstr "Fixar a barra de ferramentas aberta"
msgid "Leave fullscreen"
msgstr "Sai da tela cheia"
-#: ../src/AppWindow.vala:525
+#: ../src/AppWindow.vala:518
msgid "_Contents"
msgstr "_Conteúdo"
-#: ../src/AppWindow.vala:530
+#: ../src/AppWindow.vala:523
msgid "_Frequently Asked Questions"
msgstr "Perguntas _frequentes (FAQ)"
-#: ../src/AppWindow.vala:535
+#: ../src/AppWindow.vala:528
msgid "_Report a Problem..."
msgstr "_Reporte um Problema..."
-#: ../src/AppWindow.vala:634 ../src/AppWindow.vala:655
-#: ../src/AppWindow.vala:672 ../src/Dialogs.vala:20 ../src/Dialogs.vala:28
-#: ../src/Dialogs.vala:1424 ../src/Dialogs.vala:1447 ../src/Resources.vala:162
+#: ../src/AppWindow.vala:627 ../src/AppWindow.vala:648
+#: ../src/AppWindow.vala:665 ../src/Dialogs.vala:20 ../src/Dialogs.vala:28
+#: ../src/Dialogs.vala:1424 ../src/Dialogs.vala:1447 ../src/Resources.vala:157
#: ../src/data_imports/DataImportsUI.vala:413
#: ../src/publishing/PublishingUI.vala:512
msgid "_Cancel"
msgstr "_Cancelar"
-#: ../src/AppWindow.vala:682
+#: ../src/AppWindow.vala:675
#, c-format
msgid ""
"A fatal error occurred when accessing Shotwell's library. Shotwell cannot "
@@ -1130,21 +1130,21 @@ msgstr ""
"\n"
"%s"
-#: ../src/AppWindow.vala:702
+#: ../src/AppWindow.vala:695
msgid "Visit the Shotwell web site"
msgstr "Visitar o página web do Shotwell"
-#: ../src/AppWindow.vala:714
+#: ../src/AppWindow.vala:707
#, c-format
msgid "Unable to display help: %s"
msgstr "Não foi possível exibir a ajuda: %s"
-#: ../src/AppWindow.vala:722
+#: ../src/AppWindow.vala:715
#, c-format
msgid "Unable to navigate to bug database: %s"
msgstr "Não foi possível navegar no banco de dados de bugs: %s"
-#: ../src/AppWindow.vala:730
+#: ../src/AppWindow.vala:723
#, c-format
msgid "Unable to display FAQ: %s"
msgstr "Não foi possível exibir FAQ: %s"
@@ -1210,11 +1210,11 @@ msgstr "Arquivo de imagem corrompido"
msgid "Imported failed (%d)"
msgstr "A importação falhou (%d)"
-#: ../src/CollectionPage.vala:230 ../src/PhotoPage.vala:2637
+#: ../src/CollectionPage.vala:230 ../src/PhotoPage.vala:2635
msgid "S_lideshow"
msgstr "Exibição de s_lides"
-#: ../src/CollectionPage.vala:231 ../src/PhotoPage.vala:2638
+#: ../src/CollectionPage.vala:231 ../src/PhotoPage.vala:2636
msgid "Play a slideshow"
msgstr "Exibir apresentação de slides"
@@ -1227,7 +1227,7 @@ msgid "Export Photos/Videos"
msgstr "Exportar fotos/vídeos"
#: ../src/CollectionPage.vala:458 ../src/Dialogs.vala:58
-#: ../src/PhotoPage.vala:3211
+#: ../src/PhotoPage.vala:3209
msgid "Export Photo"
msgstr "Exportar fotos"
@@ -1461,8 +1461,8 @@ msgstr[0] "Isto irá remover a etiqueta \"%s\" de uma foto. Continuar?"
msgstr[1] "Isto irá remover a etiqueta \"%s\" de %d fotos. Continuar?"
#: ../src/Dialogs.vala:20 ../src/Dialogs.vala:28 ../src/Dialogs.vala:1392
-#: ../src/Resources.vala:163 ../src/Resources.vala:369
-#: ../src/Resources.vala:417 ../src/Resources.vala:682
+#: ../src/Resources.vala:158 ../src/Resources.vala:364
+#: ../src/Resources.vala:412 ../src/Resources.vala:677
msgid "_Delete"
msgstr "_Apagar"
@@ -1949,7 +1949,7 @@ msgstr[1] "%d horas"
msgid "1 day"
msgstr "1 dia"
-#: ../src/Dialogs.vala:1321 ../src/Resources.vala:236
+#: ../src/Dialogs.vala:1321 ../src/Resources.vala:231
msgid "Rename Event"
msgstr "Renomear evento"
@@ -1959,7 +1959,7 @@ msgstr "Nome:"
#. Dialog title
#. Button label
-#: ../src/Dialogs.vala:1332 ../src/Resources.vala:308
+#: ../src/Dialogs.vala:1332 ../src/Resources.vala:303
msgid "Edit Title"
msgstr "Editar título"
@@ -1968,7 +1968,7 @@ msgid "Title:"
msgstr "Título:"
#. Dialog title
-#: ../src/Dialogs.vala:1349 ../src/Resources.vala:315
+#: ../src/Dialogs.vala:1349 ../src/Resources.vala:310
msgid "Edit Event Comment"
msgstr "Editar comentário de evento"
@@ -1990,7 +1990,7 @@ msgstr[1] "Remover e _apagar arquivos"
msgid "_Remove From Library"
msgstr "_Remover da biblioteca"
-#: ../src/Dialogs.vala:1391 ../src/camera/ImportPage.vala:1741
+#: ../src/Dialogs.vala:1391 ../src/camera/ImportPage.vala:1740
msgid "_Keep"
msgstr "_Manter"
@@ -2029,7 +2029,7 @@ msgid_plural "This will remove %d photos from the library. Continue?"
msgstr[0] "Isto irá remover a foto da biblioteca. Continuar?"
msgstr[1] "Isto irá remover %d fotos da biblioteca. Continuar?"
-#: ../src/Dialogs.vala:1448 ../src/Resources.vala:178
+#: ../src/Dialogs.vala:1448 ../src/Resources.vala:173
msgid "_Remove"
msgstr "_Remover"
@@ -2259,11 +2259,11 @@ msgstr "_Importar no local"
msgid "Import to Library"
msgstr "Importar para a biblioteca"
-#: ../src/Dialogs.vala:2701 ../src/PhotoPage.vala:3087
+#: ../src/Dialogs.vala:2701 ../src/PhotoPage.vala:3085
msgid "Remove From Library"
msgstr "Remover da biblioteca"
-#: ../src/Dialogs.vala:2702 ../src/PhotoPage.vala:3087
+#: ../src/Dialogs.vala:2702 ../src/PhotoPage.vala:3085
msgid "Removing Photo From Library"
msgstr "Removendo fotos da biblioteca"
@@ -2418,8 +2418,8 @@ msgstr "Não foi possível processar as atualizações monitoradas: %s"
msgid "Adjust the size of the thumbnails"
msgstr "Ajustar o tamanho das miniaturas"
-#: ../src/MediaPage.vala:340 ../src/PhotoPage.vala:2593
-#: ../src/Resources.vala:188 ../src/direct/DirectPhotoPage.vala:174
+#: ../src/MediaPage.vala:340 ../src/PhotoPage.vala:2591
+#: ../src/Resources.vala:183 ../src/direct/DirectPhotoPage.vala:174
msgid "Zoom _In"
msgstr "Ampl_iar"
@@ -2427,8 +2427,8 @@ msgstr "Ampl_iar"
msgid "Increase the magnification of the thumbnails"
msgstr "Aumentar a ampliação das miniaturas"
-#: ../src/MediaPage.vala:346 ../src/PhotoPage.vala:2599
-#: ../src/Resources.vala:189 ../src/direct/DirectPhotoPage.vala:180
+#: ../src/MediaPage.vala:346 ../src/PhotoPage.vala:2597
+#: ../src/Resources.vala:184 ../src/direct/DirectPhotoPage.vala:180
msgid "Zoom _Out"
msgstr "Redu_zir"
@@ -2448,21 +2448,21 @@ msgstr "_Reproduzir vídeo"
msgid "Open the selected videos in the system video player"
msgstr "Abra os vídeos selecionados no reprodutor de vídeo do sistema"
-#: ../src/MediaPage.vala:428 ../src/PhotoPage.vala:2642
+#: ../src/MediaPage.vala:428 ../src/PhotoPage.vala:2640
msgid "_Developer"
msgstr "_Desenvolvedor"
#: ../src/MediaPage.vala:440 ../src/camera/Branch.vala:99
-#: ../src/camera/ImportPage.vala:711 ../src/camera/ImportPage.vala:727
+#: ../src/camera/ImportPage.vala:710 ../src/camera/ImportPage.vala:726
#: ../src/photos/RawSupport.vala:303
msgid "Camera"
msgstr "Câmera"
-#: ../src/MediaPage.vala:451 ../src/camera/ImportPage.vala:874
+#: ../src/MediaPage.vala:451 ../src/camera/ImportPage.vala:873
msgid "_Titles"
msgstr "_Títulos"
-#: ../src/MediaPage.vala:452 ../src/camera/ImportPage.vala:875
+#: ../src/MediaPage.vala:452 ../src/camera/ImportPage.vala:874
msgid "Display the title of each photo"
msgstr "Exibe o título de cada foto"
@@ -2565,73 +2565,73 @@ msgstr "Foto anterior"
msgid "Next photo"
msgstr "Próxima foto"
-#: ../src/PhotoPage.vala:1847
+#: ../src/PhotoPage.vala:1845
#, c-format
msgid "Photo source file missing: %s"
msgstr "Faltando arquivo fonte da foto: %s"
-#: ../src/PhotoPage.vala:2414 ../src/direct/DirectPhotoPage.vala:165
+#: ../src/PhotoPage.vala:2412 ../src/direct/DirectPhotoPage.vala:165
#: ../src/library/LibraryWindow.vala:343
msgid "_View"
msgstr "_Ver"
-#: ../src/PhotoPage.vala:2418 ../src/direct/DirectPhotoPage.vala:81
+#: ../src/PhotoPage.vala:2416 ../src/direct/DirectPhotoPage.vala:81
msgid "T_ools"
msgstr "F_erramentas"
-#: ../src/PhotoPage.vala:2423 ../src/direct/DirectPhotoPage.vala:86
+#: ../src/PhotoPage.vala:2421 ../src/direct/DirectPhotoPage.vala:86
msgid "_Previous Photo"
msgstr "Foto a_nterior"
-#: ../src/PhotoPage.vala:2424 ../src/direct/DirectPhotoPage.vala:87
+#: ../src/PhotoPage.vala:2422 ../src/direct/DirectPhotoPage.vala:87
msgid "Previous Photo"
msgstr "Foto anterior"
-#: ../src/PhotoPage.vala:2429 ../src/direct/DirectPhotoPage.vala:92
+#: ../src/PhotoPage.vala:2427 ../src/direct/DirectPhotoPage.vala:92
msgid "_Next Photo"
msgstr "Próxi_ma foto"
-#: ../src/PhotoPage.vala:2430 ../src/direct/DirectPhotoPage.vala:93
+#: ../src/PhotoPage.vala:2428 ../src/direct/DirectPhotoPage.vala:93
msgid "Next Photo"
msgstr "Próxima foto"
-#: ../src/PhotoPage.vala:2594 ../src/direct/DirectPhotoPage.vala:175
+#: ../src/PhotoPage.vala:2592 ../src/direct/DirectPhotoPage.vala:175
msgid "Increase the magnification of the photo"
msgstr "Aumentar a ampliação da foto"
-#: ../src/PhotoPage.vala:2600 ../src/direct/DirectPhotoPage.vala:181
+#: ../src/PhotoPage.vala:2598 ../src/direct/DirectPhotoPage.vala:181
msgid "Decrease the magnification of the photo"
msgstr "Diminuir a ampliação da foto"
-#: ../src/PhotoPage.vala:2605 ../src/direct/DirectPhotoPage.vala:186
+#: ../src/PhotoPage.vala:2603 ../src/direct/DirectPhotoPage.vala:186
msgid "Fit to _Page"
msgstr "Adaptar à _Página"
-#: ../src/PhotoPage.vala:2606 ../src/direct/DirectPhotoPage.vala:187
+#: ../src/PhotoPage.vala:2604 ../src/direct/DirectPhotoPage.vala:187
msgid "Zoom the photo to fit on the screen"
msgstr "Ampliar a foto para se adaptar à tela"
-#: ../src/PhotoPage.vala:2612 ../src/direct/DirectPhotoPage.vala:193
+#: ../src/PhotoPage.vala:2610 ../src/direct/DirectPhotoPage.vala:193
#, no-c-format
msgid "Zoom _100%"
msgstr "Ampliação _100%"
-#: ../src/PhotoPage.vala:2614 ../src/direct/DirectPhotoPage.vala:195
+#: ../src/PhotoPage.vala:2612 ../src/direct/DirectPhotoPage.vala:195
#, no-c-format
msgid "Zoom the photo to 100% magnification"
msgstr "Ampliar a foto em 100%"
-#: ../src/PhotoPage.vala:2620 ../src/direct/DirectPhotoPage.vala:201
+#: ../src/PhotoPage.vala:2618 ../src/direct/DirectPhotoPage.vala:201
#, no-c-format
msgid "Zoom _200%"
msgstr "Ampliação _200%"
-#: ../src/PhotoPage.vala:2622 ../src/direct/DirectPhotoPage.vala:203
+#: ../src/PhotoPage.vala:2620 ../src/direct/DirectPhotoPage.vala:203
#, no-c-format
msgid "Zoom the photo to 200% magnification"
msgstr "Ampliar a foto em 200%"
-#: ../src/PhotoPage.vala:3231
+#: ../src/PhotoPage.vala:3229
#, c-format
msgid "Unable to export %s: %s"
msgstr "Não foi possível exportar %s: %s"
@@ -2755,7 +2755,7 @@ msgstr "Hoje"
msgid "Yesterday"
msgstr "Ontem"
-#: ../src/Properties.vala:227 ../src/camera/ImportPage.vala:312
+#: ../src/Properties.vala:227 ../src/camera/ImportPage.vala:311
msgid "RAW+JPEG"
msgstr "RAW+JPEG"
@@ -2904,758 +2904,758 @@ msgstr "Organizador de fotos"
msgid "Photo Viewer"
msgstr "Visualizador de fotos"
-#: ../src/Resources.vala:144
+#: ../src/Resources.vala:139
msgid "Rotate _Right"
msgstr "Girar à _direita"
-#: ../src/Resources.vala:145 ../src/Resources.vala:150
+#: ../src/Resources.vala:140 ../src/Resources.vala:145
msgid "Rotate"
msgstr "Girar"
-#: ../src/Resources.vala:146
+#: ../src/Resources.vala:141
msgid "Rotate Right"
msgstr "Girar à direita"
-#: ../src/Resources.vala:147
+#: ../src/Resources.vala:142
msgid "Rotate the photos right (press Ctrl to rotate left)"
msgstr "Gira as fotos para direita (pressione Ctrl para girar para esquerda)"
-#: ../src/Resources.vala:149
+#: ../src/Resources.vala:144
msgid "Rotate _Left"
msgstr "Girar à _esquerda"
-#: ../src/Resources.vala:151
+#: ../src/Resources.vala:146
msgid "Rotate Left"
msgstr "Girar à esquerda"
-#: ../src/Resources.vala:152
+#: ../src/Resources.vala:147
msgid "Rotate the photos left"
msgstr "Gira a foto para a esquerda"
-#: ../src/Resources.vala:154
+#: ../src/Resources.vala:149
msgid "Flip Hori_zontally"
msgstr "Inverter hori_zontalmente"
-#: ../src/Resources.vala:155
+#: ../src/Resources.vala:150
msgid "Flip Horizontally"
msgstr "Inverter horizontalmente"
-#: ../src/Resources.vala:157
+#: ../src/Resources.vala:152
msgid "Flip Verti_cally"
msgstr "Inverter verti_calmente"
-#: ../src/Resources.vala:158
+#: ../src/Resources.vala:153
msgid "Flip Vertically"
msgstr "Inverter verticalmente"
-#: ../src/Resources.vala:160
+#: ../src/Resources.vala:155
msgid "_About"
msgstr "S_obre"
-#: ../src/Resources.vala:161
+#: ../src/Resources.vala:156
msgid "_Apply"
msgstr "_Aplicar"
-#: ../src/Resources.vala:164 ../src/direct/DirectPhotoPage.vala:73
+#: ../src/Resources.vala:159 ../src/direct/DirectPhotoPage.vala:73
#: ../src/library/LibraryWindow.vala:339
msgid "_Edit"
msgstr "_Editar"
-#: ../src/Resources.vala:165
+#: ../src/Resources.vala:160
msgid "_Forward"
msgstr "A_vançar"
-#: ../src/Resources.vala:166
+#: ../src/Resources.vala:161
msgid "Fulls_creen"
msgstr "Tela _cheia"
-#: ../src/Resources.vala:167 ../src/direct/DirectPhotoPage.vala:169
+#: ../src/Resources.vala:162 ../src/direct/DirectPhotoPage.vala:169
#: ../src/library/LibraryWindow.vala:363
msgid "_Help"
msgstr "A_juda"
-#: ../src/Resources.vala:168
+#: ../src/Resources.vala:163
msgid "Leave _Fullscreen"
msgstr "Sair da _tela cheia"
-#: ../src/Resources.vala:169 ../src/Resources.vala:371
+#: ../src/Resources.vala:164 ../src/Resources.vala:366
msgid "_New"
msgstr "_Nova"
-#: ../src/Resources.vala:170
+#: ../src/Resources.vala:165
msgid "_Next"
msgstr "_Próximo"
-#: ../src/Resources.vala:171
+#: ../src/Resources.vala:166
msgid "_OK"
msgstr "_OK"
-#: ../src/Resources.vala:172
+#: ../src/Resources.vala:167
msgid "_Play"
msgstr "_Reproduzir"
-#: ../src/Resources.vala:173 ../src/Resources.vala:325
+#: ../src/Resources.vala:168 ../src/Resources.vala:320
msgid "_Preferences"
msgstr "_Preferências"
-#: ../src/Resources.vala:174
+#: ../src/Resources.vala:169
msgid "_Previous"
msgstr "_Anterior"
-#: ../src/Resources.vala:175
+#: ../src/Resources.vala:170
msgid "_Print"
msgstr "Im_primir"
-#: ../src/Resources.vala:176
+#: ../src/Resources.vala:171
msgid "_Quit"
msgstr "_Sair"
-#: ../src/Resources.vala:177
+#: ../src/Resources.vala:172
msgid "_Refresh"
msgstr "Atualiza_r"
-#: ../src/Resources.vala:179
+#: ../src/Resources.vala:174
msgid "_Revert"
msgstr "_Reverter"
-#: ../src/Resources.vala:180 ../src/direct/DirectPhotoPage.vala:51
-#: ../src/direct/DirectPhotoPage.vala:422
+#: ../src/Resources.vala:175 ../src/direct/DirectPhotoPage.vala:51
+#: ../src/direct/DirectPhotoPage.vala:432
msgid "_Save"
msgstr "_Salvar"
-#: ../src/Resources.vala:181
+#: ../src/Resources.vala:176
msgid "Save _As"
msgstr "_Salvar como"
-#: ../src/Resources.vala:182
+#: ../src/Resources.vala:177
msgid "Sort _Ascending"
msgstr "Ordem _crescente"
-#: ../src/Resources.vala:183
+#: ../src/Resources.vala:178
msgid "Sort _Descending"
msgstr "Ordem _decrescente"
-#: ../src/Resources.vala:184
+#: ../src/Resources.vala:179
msgid "_Stop"
msgstr "_Parar"
-#: ../src/Resources.vala:185
+#: ../src/Resources.vala:180
msgid "_Undelete"
msgstr "Rec_uperar"
-#: ../src/Resources.vala:186
+#: ../src/Resources.vala:181
msgid "_Normal Size"
msgstr "Tamanho _normal"
-#: ../src/Resources.vala:187
+#: ../src/Resources.vala:182
msgid "Best _Fit"
msgstr "Melhor aj_uste"
-#: ../src/Resources.vala:191
+#: ../src/Resources.vala:186
msgid "_Enhance"
msgstr "_Melhorar"
-#: ../src/Resources.vala:192
+#: ../src/Resources.vala:187
msgid "Enhance"
msgstr "Melhorar"
-#: ../src/Resources.vala:193
+#: ../src/Resources.vala:188
msgid "Automatically improve the photo's appearance"
msgstr "Melhora automaticamente a aparência da foto"
-#: ../src/Resources.vala:195
+#: ../src/Resources.vala:190
msgid "_Copy Color Adjustments"
msgstr "_Copiar ajustes de cor"
-#: ../src/Resources.vala:196
+#: ../src/Resources.vala:191
msgid "Copy Color Adjustments"
msgstr "Copiar ajustes de cor"
-#: ../src/Resources.vala:197
+#: ../src/Resources.vala:192
msgid "Copy the color adjustments applied to the photo"
msgstr "Copiar os ajustes de cor aplicados na foto"
-#: ../src/Resources.vala:199
+#: ../src/Resources.vala:194
msgid "_Paste Color Adjustments"
msgstr "C_olar ajustes de cor"
-#: ../src/Resources.vala:200
+#: ../src/Resources.vala:195
msgid "Paste Color Adjustments"
msgstr "Colar ajustes de cor"
-#: ../src/Resources.vala:201
+#: ../src/Resources.vala:196
msgid "Apply copied color adjustments to the selected photos"
msgstr "Aplicar ajustes de cor copiados nas fotos selecionadas"
-#: ../src/Resources.vala:203
+#: ../src/Resources.vala:198
msgid "_Crop"
msgstr "_Cortar"
-#: ../src/Resources.vala:204
+#: ../src/Resources.vala:199
msgid "Crop"
msgstr "Cortar"
-#: ../src/Resources.vala:205
+#: ../src/Resources.vala:200
msgid "Crop the photo's size"
msgstr "Corta o tamanho da foto"
-#: ../src/Resources.vala:207 ../src/editing_tools/StraightenTool.vala:100
+#: ../src/Resources.vala:202 ../src/editing_tools/StraightenTool.vala:100
msgid "_Straighten"
msgstr "En_direitar"
-#: ../src/Resources.vala:208
+#: ../src/Resources.vala:203
msgid "Straighten"
msgstr "Endireitar"
-#: ../src/Resources.vala:209
+#: ../src/Resources.vala:204
msgid "Straighten the photo"
msgstr "Endireita foto"
-#: ../src/Resources.vala:211
+#: ../src/Resources.vala:206
msgid "_Red-eye"
msgstr "Olhos ve_rmelhos"
-#: ../src/Resources.vala:212
+#: ../src/Resources.vala:207
msgid "Red-eye"
msgstr "Olhos vermelhos"
-#: ../src/Resources.vala:213
+#: ../src/Resources.vala:208
msgid "Reduce or eliminate any red-eye effects in the photo"
msgstr "Reduz ou elimina qualquer efeito de olhos vermelhos na foto"
-#: ../src/Resources.vala:215
+#: ../src/Resources.vala:210
msgid "_Adjust"
msgstr "_Ajustar"
-#: ../src/Resources.vala:216
+#: ../src/Resources.vala:211
msgid "Adjust"
msgstr "Ajustar"
-#: ../src/Resources.vala:217
+#: ../src/Resources.vala:212
msgid "Adjust the photo's color and tone"
msgstr "Ajusta a cor e os tons das fotos"
-#: ../src/Resources.vala:219
+#: ../src/Resources.vala:214
msgid "Re_vert to Original"
msgstr "Re_verter para o original"
-#: ../src/Resources.vala:220
+#: ../src/Resources.vala:215
msgid "Revert to Original"
msgstr "Reverter para o original"
-#: ../src/Resources.vala:222
+#: ../src/Resources.vala:217
msgid "Revert External E_dits"
msgstr "Reverter e_dição externa"
-#: ../src/Resources.vala:223
+#: ../src/Resources.vala:218
msgid "Revert to the master photo"
msgstr "Reverter para a foto mestre"
-#: ../src/Resources.vala:225
+#: ../src/Resources.vala:220
msgid "Set as _Desktop Background"
msgstr "Definir como _plano de fundo da área de trabalho"
-#: ../src/Resources.vala:226
+#: ../src/Resources.vala:221
msgid "Set selected image to be the new desktop background"
msgstr ""
"Definir a imagem selecionada como um novo plano de fundo da área de trabalho"
-#: ../src/Resources.vala:227
+#: ../src/Resources.vala:222
msgid "Set as _Desktop Slideshow..."
msgstr "Definir como exibição de sli_des da área de trabalho..."
-#: ../src/Resources.vala:229
+#: ../src/Resources.vala:224
msgid "_Undo"
msgstr "Des_fazer"
-#: ../src/Resources.vala:230
+#: ../src/Resources.vala:225
msgid "Undo"
msgstr "Desfazer"
-#: ../src/Resources.vala:232
+#: ../src/Resources.vala:227
msgid "_Redo"
msgstr "_Refazer"
-#: ../src/Resources.vala:233
+#: ../src/Resources.vala:228
msgid "Redo"
msgstr "Refazer"
-#: ../src/Resources.vala:235
+#: ../src/Resources.vala:230
msgid "Re_name Event..."
msgstr "Re_nomear evento..."
-#: ../src/Resources.vala:238
+#: ../src/Resources.vala:233
msgid "Make _Key Photo for Event"
msgstr "Designar f_oto como chave para evento"
-#: ../src/Resources.vala:239
+#: ../src/Resources.vala:234
msgid "Make Key Photo for Event"
msgstr "Designa a foto como chave para evento"
-#: ../src/Resources.vala:241
+#: ../src/Resources.vala:236
msgid "_New Event"
msgstr "_Novo evento"
-#: ../src/Resources.vala:242
+#: ../src/Resources.vala:237
msgid "New Event"
msgstr "Novo evento"
-#: ../src/Resources.vala:244
+#: ../src/Resources.vala:239
msgid "Move Photos"
msgstr "Mover fotos"
-#: ../src/Resources.vala:245
+#: ../src/Resources.vala:240
msgid "Move photos to an event"
msgstr "Mover as fotos selecionadas para um evento"
-#: ../src/Resources.vala:247
+#: ../src/Resources.vala:242
msgid "_Merge Events"
msgstr "_Unir eventos"
-#: ../src/Resources.vala:248
+#: ../src/Resources.vala:243
msgid "Merge"
msgstr "Unir"
-#: ../src/Resources.vala:249
+#: ../src/Resources.vala:244
msgid "Combine events into a single event"
msgstr "Combinar eventos em um único evento"
-#: ../src/Resources.vala:251
+#: ../src/Resources.vala:246
msgid "_Set Rating"
msgstr "A_valiar"
-#: ../src/Resources.vala:252
+#: ../src/Resources.vala:247
msgid "Set Rating"
msgstr "Avaliar"
-#: ../src/Resources.vala:253
+#: ../src/Resources.vala:248
msgid "Change the rating of your photo"
msgstr "Alterar a avaliação da foto"
-#: ../src/Resources.vala:255
+#: ../src/Resources.vala:250
msgid "_Increase"
msgstr "_Aumentar"
-#: ../src/Resources.vala:256
+#: ../src/Resources.vala:251
msgid "Increase Rating"
msgstr "Aumentar avaliação"
-#: ../src/Resources.vala:258
+#: ../src/Resources.vala:253
msgid "_Decrease"
msgstr "_Diminuir"
-#: ../src/Resources.vala:259
+#: ../src/Resources.vala:254
msgid "Decrease Rating"
msgstr "Diminuir avaliação"
-#: ../src/Resources.vala:261
+#: ../src/Resources.vala:256
msgid "_Unrated"
msgstr "_Sem avaliação"
-#: ../src/Resources.vala:262
+#: ../src/Resources.vala:257
msgid "Unrated"
msgstr "Sem avaliação"
-#: ../src/Resources.vala:263
+#: ../src/Resources.vala:258
msgid "Rate Unrated"
msgstr "Apagar avaliação"
-#: ../src/Resources.vala:264
+#: ../src/Resources.vala:259
msgid "Setting as unrated"
msgstr "Definir como não avaliado"
-#: ../src/Resources.vala:265
+#: ../src/Resources.vala:260
msgid "Remove any ratings"
msgstr "Remove avaliação"
-#: ../src/Resources.vala:267
+#: ../src/Resources.vala:262
msgid "_Rejected"
msgstr "_Rejeitada"
-#: ../src/Resources.vala:268
+#: ../src/Resources.vala:263
msgid "Rejected"
msgstr "Rejeitada"
-#: ../src/Resources.vala:269
+#: ../src/Resources.vala:264
msgid "Rate Rejected"
msgstr "Avaliar como rejeitada"
-#: ../src/Resources.vala:270
+#: ../src/Resources.vala:265
msgid "Setting as rejected"
msgstr "Definir como rejeitada"
-#: ../src/Resources.vala:271
+#: ../src/Resources.vala:266
msgid "Set rating to rejected"
msgstr "Avaliar como rejeitada"
-#: ../src/Resources.vala:273
+#: ../src/Resources.vala:268
msgid "Rejected _Only"
msgstr "Rejeitada _apenas"
-#: ../src/Resources.vala:274
+#: ../src/Resources.vala:269
msgid "Rejected Only"
msgstr "Rejeitadas apenas"
-#: ../src/Resources.vala:275
+#: ../src/Resources.vala:270
msgid "Show only rejected photos"
msgstr "Exibir apenas fotos rejeitadas"
-#: ../src/Resources.vala:277
+#: ../src/Resources.vala:272
msgid "All + _Rejected"
msgstr "Tudo + _rejeitadas"
-#: ../src/Resources.vala:278 ../src/Resources.vala:279
+#: ../src/Resources.vala:273 ../src/Resources.vala:274
msgid "Show all photos, including rejected"
msgstr "Mostrar todas as fotos, inclusive as rejeitadas"
-#: ../src/Resources.vala:281
+#: ../src/Resources.vala:276
msgid "_All Photos"
msgstr "Todas as _fotos"
#. Button label
#. Button tooltip
-#: ../src/Resources.vala:283 ../src/Resources.vala:285
+#: ../src/Resources.vala:278 ../src/Resources.vala:280
msgid "Show all photos"
msgstr "Exibe todas fotos"
-#: ../src/Resources.vala:287
+#: ../src/Resources.vala:282
msgid "_Ratings"
msgstr "_Avaliações"
-#: ../src/Resources.vala:288
+#: ../src/Resources.vala:283
msgid "Display each photo's rating"
msgstr "Exibe as avaliações de cada foto"
-#: ../src/Resources.vala:290
+#: ../src/Resources.vala:285
msgid "_Filter Photos"
msgstr "_Filtrar fotos"
-#: ../src/Resources.vala:291
+#: ../src/Resources.vala:286
msgid "Filter Photos"
msgstr "Filtrar fotos"
-#: ../src/Resources.vala:292
+#: ../src/Resources.vala:287
msgid "Limit the number of photos displayed based on a filter"
msgstr "Limita o número de fotos mostradas com base num filtro"
-#: ../src/Resources.vala:294
+#: ../src/Resources.vala:289
msgid "_Duplicate"
msgstr "_Duplicar"
-#: ../src/Resources.vala:295
+#: ../src/Resources.vala:290
msgid "Duplicate"
msgstr "Duplicar"
-#: ../src/Resources.vala:296
+#: ../src/Resources.vala:291
msgid "Make a duplicate of the photo"
msgstr "Duplicar a foto"
-#: ../src/Resources.vala:298
+#: ../src/Resources.vala:293
msgid "_Export..."
msgstr "_Exportar..."
-#: ../src/Resources.vala:300
+#: ../src/Resources.vala:295
msgid "_Print..."
msgstr "Imprimi_r..."
-#: ../src/Resources.vala:302
+#: ../src/Resources.vala:297
msgid "Pu_blish..."
msgstr "Pu_blicar..."
-#: ../src/Resources.vala:304
+#: ../src/Resources.vala:299
msgid "Publish to various websites"
msgstr "Publicar para vários sites"
-#: ../src/Resources.vala:306
+#: ../src/Resources.vala:301
msgid "Edit _Title..."
msgstr "Editar _título..."
-#: ../src/Resources.vala:310
+#: ../src/Resources.vala:305
msgid "Edit _Comment..."
msgstr "Editar _comentário..."
#. Button label
-#: ../src/Resources.vala:312
+#: ../src/Resources.vala:307
msgid "Edit Comment"
msgstr "Editar comentário"
-#: ../src/Resources.vala:314
+#: ../src/Resources.vala:309
msgid "Edit Event _Comment..."
msgstr "Editar _comentário de evento..."
-#: ../src/Resources.vala:317
+#: ../src/Resources.vala:312
msgid "_Adjust Date and Time..."
msgstr "_Ajustar data e hora..."
-#: ../src/Resources.vala:318
+#: ../src/Resources.vala:313
msgid "Adjust Date and Time"
msgstr "Ajustar a data e hora"
-#: ../src/Resources.vala:320
+#: ../src/Resources.vala:315
msgid "Add _Tags..."
msgstr "Adicionar e_tiquetas..."
-#: ../src/Resources.vala:321
+#: ../src/Resources.vala:316
msgid "_Add Tags..."
msgstr "_Adicionar etiquetas..."
#. Dialog title
#. Undo/Redo command name (in Edit menu)
-#: ../src/Resources.vala:323 ../src/Resources.vala:356
+#: ../src/Resources.vala:318 ../src/Resources.vala:351
msgid "Add Tags"
msgstr "Adicionar etiquetas"
-#: ../src/Resources.vala:327
+#: ../src/Resources.vala:322
msgid "Open With E_xternal Editor"
msgstr "Abrir com o editor e_xterno"
-#: ../src/Resources.vala:329
+#: ../src/Resources.vala:324
msgid "Open With RA_W Editor"
msgstr "Abrir com editor de RA_W"
-#: ../src/Resources.vala:331
+#: ../src/Resources.vala:326
msgid "Send _To..."
msgstr "Enviar _para..."
-#: ../src/Resources.vala:332
+#: ../src/Resources.vala:327
msgid "Send T_o..."
msgstr "Enviar p_ara..."
-#: ../src/Resources.vala:334
+#: ../src/Resources.vala:329
msgid "_Find..."
msgstr "_Localizar..."
-#: ../src/Resources.vala:335
+#: ../src/Resources.vala:330
msgid "Find"
msgstr "Localização"
-#: ../src/Resources.vala:336
+#: ../src/Resources.vala:331
msgid "Find an image by typing text that appears in its name or tags"
msgstr ""
"Encontre uma imagem digitando o texto que aparece em seu nome ou etiquetas"
-#: ../src/Resources.vala:338
+#: ../src/Resources.vala:333
msgid "_Flag"
msgstr "_Marcar"
-#: ../src/Resources.vala:340
+#: ../src/Resources.vala:335
msgid "Un_flag"
msgstr "Des_marcar"
-#: ../src/Resources.vala:343
+#: ../src/Resources.vala:338
#, c-format
msgid "Unable to launch editor: %s"
msgstr "Não foi possível iniciar o editor: %s"
-#: ../src/Resources.vala:348
+#: ../src/Resources.vala:343
#, c-format
msgid "Add Tag \"%s\""
msgstr "Adicionar etiqueta \"%s\""
#. Used when adding two tags to photo(s)
-#: ../src/Resources.vala:351
+#: ../src/Resources.vala:346
#, c-format
msgid "Add Tags \"%s\" and \"%s\""
msgstr "Adicionar etiquetas \"%s\" e \"%s\""
-#: ../src/Resources.vala:361
+#: ../src/Resources.vala:356
#, c-format
msgid "_Delete Tag \"%s\""
msgstr "A_pagar etiqueta \"%s\""
-#: ../src/Resources.vala:365
+#: ../src/Resources.vala:360
#, c-format
msgid "Delete Tag \"%s\""
msgstr "Apagar etiqueta \"%s\""
-#: ../src/Resources.vala:368
+#: ../src/Resources.vala:363
msgid "Delete Tag"
msgstr "Apagar etiqueta"
-#: ../src/Resources.vala:374
+#: ../src/Resources.vala:369
#, c-format
msgid "Re_name Tag \"%s\"..."
msgstr "Re_nomear etiqueta \"%s\"..."
-#: ../src/Resources.vala:378
+#: ../src/Resources.vala:373
#, c-format
msgid "Rename Tag \"%s\" to \"%s\""
msgstr "Renomear a etiqueta \"%s\" para \"%s\""
-#: ../src/Resources.vala:381
+#: ../src/Resources.vala:376
msgid "_Rename..."
msgstr "_Renomear..."
-#: ../src/Resources.vala:383
+#: ../src/Resources.vala:378
msgid "Modif_y Tags..."
msgstr "_Modificar etiquetas..."
-#: ../src/Resources.vala:384
+#: ../src/Resources.vala:379
msgid "Modify Tags"
msgstr "Modificar etiquetas"
-#: ../src/Resources.vala:387
+#: ../src/Resources.vala:382
#, c-format
msgid "Tag Photo as \"%s\""
msgstr "Etiquetar fotos como \"%s\""
-#: ../src/Resources.vala:387
+#: ../src/Resources.vala:382
#, c-format
msgid "Tag Photos as \"%s\""
msgstr "Etiquetar foto como \"%s\""
-#: ../src/Resources.vala:391
+#: ../src/Resources.vala:386
#, c-format
msgid "Tag the selected photo as \"%s\""
msgstr "Etiquetar as fotos selecionadas como \"%s\""
-#: ../src/Resources.vala:392
+#: ../src/Resources.vala:387
#, c-format
msgid "Tag the selected photos as \"%s\""
msgstr "Etiquetar as fotos selecionadas como \"%s\""
-#: ../src/Resources.vala:396
+#: ../src/Resources.vala:391
#, c-format
msgid "Remove Tag \"%s\" From _Photo"
msgstr "Remover etiqueta \"%s\" da _foto"
-#: ../src/Resources.vala:397
+#: ../src/Resources.vala:392
#, c-format
msgid "Remove Tag \"%s\" From _Photos"
msgstr "Remover etiqueta \"%s\" das _fotos"
-#: ../src/Resources.vala:401
+#: ../src/Resources.vala:396
#, c-format
msgid "Remove Tag \"%s\" From Photo"
msgstr "Remove a etiqueta \"%s\" da foto"
-#: ../src/Resources.vala:402
+#: ../src/Resources.vala:397
#, c-format
msgid "Remove Tag \"%s\" From Photos"
msgstr "Remove a etiqueta \"%s\" das fotos"
-#: ../src/Resources.vala:406
+#: ../src/Resources.vala:401
#, c-format
msgid "Unable to rename tag to \"%s\" because the tag already exists."
msgstr ""
"Não foi possível renomear a etiqueta para \"%s\" pelo fato da etiqueta já "
"existir."
-#: ../src/Resources.vala:410
+#: ../src/Resources.vala:405
#, c-format
msgid "Unable to rename search to \"%s\" because the search already exists."
msgstr ""
"Não foi possível renomear a pesquisa para \"%s\" pelo fato da pesquisa já "
"existir."
-#: ../src/Resources.vala:413
+#: ../src/Resources.vala:408
msgid "Saved Search"
msgstr "Pesquisa salva"
-#: ../src/Resources.vala:415
+#: ../src/Resources.vala:410
msgid "Delete Search"
msgstr "Apagar pesquisa"
-#: ../src/Resources.vala:418
+#: ../src/Resources.vala:413
msgid "_Edit..."
msgstr "_Editar..."
-#: ../src/Resources.vala:419
+#: ../src/Resources.vala:414
msgid "Re_name..."
msgstr "Re_nomear..."
-#: ../src/Resources.vala:422
+#: ../src/Resources.vala:417
#, c-format
msgid "Rename Search \"%s\" to \"%s\""
msgstr "Renomeia a pesquisa \"%s\" para \"%s\""
-#: ../src/Resources.vala:426
+#: ../src/Resources.vala:421
#, c-format
msgid "Delete Search \"%s\""
msgstr "Apagar pesquisa \"%s\""
-#: ../src/Resources.vala:584
+#: ../src/Resources.vala:579
#, c-format
msgid "Rate %s"
msgstr "Avaliar %s"
-#: ../src/Resources.vala:585
+#: ../src/Resources.vala:580
#, c-format
msgid "Set rating to %s"
msgstr "Avaliar como %s"
-#: ../src/Resources.vala:586
+#: ../src/Resources.vala:581
#, c-format
msgid "Setting rating to %s"
msgstr "Avaliando como %s"
-#: ../src/Resources.vala:588
+#: ../src/Resources.vala:583
#, c-format
msgid "Display %s"
msgstr "Mostra %s"
-#: ../src/Resources.vala:589
+#: ../src/Resources.vala:584
#, c-format
msgid "Only show photos with a rating of %s"
msgstr "Mostra somente as fotos com avaliação de %s"
-#: ../src/Resources.vala:590
+#: ../src/Resources.vala:585
#, c-format
msgid "%s or Better"
msgstr "%s ou melhor"
-#: ../src/Resources.vala:591
+#: ../src/Resources.vala:586
#, c-format
msgid "Display %s or Better"
msgstr "Mostrar %s ou melhor"
-#: ../src/Resources.vala:592
+#: ../src/Resources.vala:587
#, c-format
msgid "Only show photos with a rating of %s or better"
msgstr "Mostra somente as fotos com avaliação de %s ou melhor"
-#: ../src/Resources.vala:683
+#: ../src/Resources.vala:678
msgid "Remove the selected photos from the trash"
msgstr "Remover as fotos selecionadas para a lixeira"
-#: ../src/Resources.vala:684
+#: ../src/Resources.vala:679
msgid "Remove the selected photos from the library"
msgstr "Remover as fotos selecionadas da biblioteca"
-#: ../src/Resources.vala:686
+#: ../src/Resources.vala:681
msgid "_Restore"
msgstr "_Restaurar"
-#: ../src/Resources.vala:687
+#: ../src/Resources.vala:682
msgid "Move the selected photos back into the library"
msgstr "Mover as fotos selecionadas para a biblioteca"
-#: ../src/Resources.vala:689
+#: ../src/Resources.vala:684
msgid "Show in File Mana_ger"
msgstr "Abrir com o gerenciador de a_rquivos"
-#: ../src/Resources.vala:690
+#: ../src/Resources.vala:685
msgid "Open the selected photo's directory in the file manager"
msgstr "Abre o diretório da foto selecionada no gerenciador de arquivos"
-#: ../src/Resources.vala:693
+#: ../src/Resources.vala:688
#, c-format
msgid "Unable to open in file manager: %s"
msgstr "Não foi possível abrir no gerenciador de arquivos: %s"
-#: ../src/Resources.vala:696
+#: ../src/Resources.vala:691
msgid "R_emove From Library"
msgstr "R_emover da biblioteca"
-#: ../src/Resources.vala:698
+#: ../src/Resources.vala:693
msgid "_Move to Trash"
msgstr "_Mover para a lixeira"
-#: ../src/Resources.vala:700
+#: ../src/Resources.vala:695
msgid "Select _All"
msgstr "Selecionar _todas"
-#: ../src/Resources.vala:701
+#: ../src/Resources.vala:696
msgid "Select all items"
msgstr "Selecionar todos os itens"
@@ -3664,7 +3664,7 @@ msgstr "Selecionar todos os itens"
#. / Locale-specific time format for 12-hour time, i.e. 8:31 PM
#. / Precede modifier with a dash ("-") to pad with spaces, otherwise will pad with zeroes
#. / See http://developer.gnome.org/glib/2.32/glib-GDateTime.html#g-date-time-format
-#: ../src/Resources.vala:780
+#: ../src/Resources.vala:775
msgid "%-I:%M %p"
msgstr "%-H:%M"
@@ -3672,13 +3672,13 @@ msgstr "%-H:%M"
#. / Locale-specific time format for 12-hour time with seconds, i.e. 8:31:42 PM
#. / Precede modifier with a dash ("-") to pad with spaces, otherwise will pad with zeroes
#. / See http://developer.gnome.org/glib/2.32/glib-GDateTime.html#g-date-time-format
-#: ../src/Resources.vala:785
+#: ../src/Resources.vala:780
msgid "%-I:%M:%S %p"
msgstr "%-H:%M:%S"
#. / Locale-specific calendar date format, i.e. "Tue Mar 08, 2006"
#. / See http://developer.gnome.org/glib/2.32/glib-GDateTime.html#g-date-time-format
-#: ../src/Resources.vala:789
+#: ../src/Resources.vala:784
msgid "%a %b %d, %Y"
msgstr "%a, %d de %b de %Y"
@@ -3688,14 +3688,14 @@ msgstr "%a, %d de %b de %Y"
#. / Locale-specific calendar date format for multi-month strings,
#. / i.e. the "Tue Mar 08" in "Tue Mar 08 to Mon Apr 06, 2006"
#. / See http://developer.gnome.org/glib/2.32/glib-GDateTime.html#g-date-time-format
-#: ../src/Resources.vala:794 ../src/Resources.vala:804
+#: ../src/Resources.vala:789 ../src/Resources.vala:799
msgid "%a %b %d"
msgstr "%a, %d de %b"
#. / Locale-specific ending date format for multi-date strings,
#. / i.e. the "10, 2006" in "Tue Mar 08 - 10, 2006"
#. / See http://developer.gnome.org/glib/2.32/glib-GDateTime.html#g-date-time-format
-#: ../src/Resources.vala:799
+#: ../src/Resources.vala:794
msgid "%d, %Y"
msgstr "%d, %Y"
@@ -3810,7 +3810,7 @@ msgstr "Exportar vídeos"
msgid "Cameras"
msgstr "Câmeras"
-#: ../src/camera/ImportPage.vala:459
+#: ../src/camera/ImportPage.vala:458
msgid ""
"Unable to unmount camera. Try unmounting the camera from the file manager."
msgstr ""
@@ -3818,11 +3818,11 @@ msgstr ""
"gerenciador de arquivos."
#. hide duplicates checkbox
-#: ../src/camera/ImportPage.vala:776
+#: ../src/camera/ImportPage.vala:775
msgid "Hide photos already imported"
msgstr "Ocultar fotos que já foram importadas"
-#: ../src/camera/ImportPage.vala:777
+#: ../src/camera/ImportPage.vala:776
msgid "Only display photos that have not been imported"
msgstr "Somente exibir fotos que não foram importadas"
@@ -3830,28 +3830,28 @@ msgstr "Somente exibir fotos que não foram importadas"
#. prior to import.
#. TODO: replace this with approved text for "talking to camera,
#. please wait" once new strings are being accepted.
-#: ../src/camera/ImportPage.vala:847
+#: ../src/camera/ImportPage.vala:846
msgid "Starting import, please wait..."
msgstr "Iniciando importação, por favor, aguarde..."
-#: ../src/camera/ImportPage.vala:886
+#: ../src/camera/ImportPage.vala:885
msgid "Import _Selected"
msgstr "Importar _selecionadas"
-#: ../src/camera/ImportPage.vala:887
+#: ../src/camera/ImportPage.vala:886
msgid "Import the selected photos into your library"
msgstr "Importar as fotos selecionadas para a sua biblioteca"
-#: ../src/camera/ImportPage.vala:892
+#: ../src/camera/ImportPage.vala:891
msgid "Import _All"
msgstr "Importar _todas"
-#: ../src/camera/ImportPage.vala:893
+#: ../src/camera/ImportPage.vala:892
msgid "Import all the photos into your library"
msgstr "Importar todas as fotos para sua biblioteca"
#. it's mounted, offer to unmount for the user
-#: ../src/camera/ImportPage.vala:1014
+#: ../src/camera/ImportPage.vala:1013
msgid ""
"Shotwell needs to unmount the camera from the filesystem in order to access "
"it. Continue?"
@@ -3859,15 +3859,15 @@ msgstr ""
"Shotwell precisa desmontar a câmera do sistema de arquivos para acessá-la. "
"Continuar?"
-#: ../src/camera/ImportPage.vala:1020
+#: ../src/camera/ImportPage.vala:1019
msgid "_Unmount"
msgstr "_Desmontar"
-#: ../src/camera/ImportPage.vala:1025
+#: ../src/camera/ImportPage.vala:1024
msgid "Please unmount the camera."
msgstr "Por favor, desmonte a câmera."
-#: ../src/camera/ImportPage.vala:1030
+#: ../src/camera/ImportPage.vala:1029
msgid ""
"The camera is locked by another application. Shotwell can only access the "
"camera when it's unlocked. Please close any other application using the "
@@ -3877,12 +3877,12 @@ msgstr ""
"a câmera quando ela está destravada. Por favor, feche qualquer outro "
"aplicativo que estiver usando a câmera e tente novamente."
-#: ../src/camera/ImportPage.vala:1040
+#: ../src/camera/ImportPage.vala:1039
msgid "Please close any other application using the camera."
msgstr ""
"Por favor, encerre qualquer outro aplicativo que esteja usando a câmera."
-#: ../src/camera/ImportPage.vala:1045
+#: ../src/camera/ImportPage.vala:1044
#, c-format
msgid ""
"Unable to fetch previews from the camera:\n"
@@ -3891,57 +3891,57 @@ msgstr ""
"Não foi possível obter pré-visualizações da câmera:\n"
"%s"
-#: ../src/camera/ImportPage.vala:1062
+#: ../src/camera/ImportPage.vala:1061
msgid "Unmounting..."
msgstr "Desmontando..."
-#: ../src/camera/ImportPage.vala:1168
+#: ../src/camera/ImportPage.vala:1167
msgid "Fetching photo information"
msgstr "Obtendo informação da foto"
-#: ../src/camera/ImportPage.vala:1523
+#: ../src/camera/ImportPage.vala:1522
#, c-format
msgid "Fetching preview for %s"
msgstr "Obtendo visualização para %s"
-#: ../src/camera/ImportPage.vala:1639
+#: ../src/camera/ImportPage.vala:1638
#, c-format
msgid "Unable to lock camera: %s"
msgstr "Não foi possível travar a câmera: %s"
-#: ../src/camera/ImportPage.vala:1724
+#: ../src/camera/ImportPage.vala:1723
#, c-format
msgid "Delete this photo from camera?"
msgid_plural "Delete these %d photos from camera?"
msgstr[0] "Apagar essa foto da câmera?"
msgstr[1] "Apagar essas %d fotos da câmera?"
-#: ../src/camera/ImportPage.vala:1727
+#: ../src/camera/ImportPage.vala:1726
#, c-format
msgid "Delete this video from camera?"
msgid_plural "Delete these %d videos from camera?"
msgstr[0] "Apagar esse vídeo da câmera?"
msgstr[1] "Apagar esses %d vídeos da câmera?"
-#: ../src/camera/ImportPage.vala:1730
+#: ../src/camera/ImportPage.vala:1729
#, c-format
msgid "Delete this photo/video from camera?"
msgid_plural "Delete these %d photos/videos from camera?"
msgstr[0] "Excluir essa foto/vídeo da câmera?"
msgstr[1] "Excluir essas %d fotos/vídeos da câmera?"
-#: ../src/camera/ImportPage.vala:1733
+#: ../src/camera/ImportPage.vala:1732
#, c-format
msgid "Delete these files from camera?"
msgid_plural "Delete these %d files from camera?"
msgstr[0] "Apagar esse arquivo da câmera?"
msgstr[1] "Apagar esses %d arquivos da câmera?"
-#: ../src/camera/ImportPage.vala:1760
+#: ../src/camera/ImportPage.vala:1759
msgid "Removing photos/videos from camera"
msgstr "Excluindo fotos/vídeos da câmera"
-#: ../src/camera/ImportPage.vala:1764
+#: ../src/camera/ImportPage.vala:1763
#, c-format
msgid "Unable to delete %d photo/video from the camera due to errors."
msgid_plural "Unable to delete %d photos/videos from the camera due to errors."
@@ -4083,26 +4083,31 @@ msgstr ""
"%s não oferece suporte ao formato do arquivo de\n"
"%s."
-#: ../src/direct/DirectPhotoPage.vala:422
+#: ../src/direct/DirectPhotoPage.vala:248
+#, c-format
+msgid "Unable open photo %s. Sorry."
+msgstr "Não foi possível abrir a foto %s. Desculpe-me."
+
+#: ../src/direct/DirectPhotoPage.vala:432
msgid "_Save a Copy"
msgstr "_Salvar uma cópia"
-#: ../src/direct/DirectPhotoPage.vala:425
+#: ../src/direct/DirectPhotoPage.vala:435
#, c-format
msgid "Lose changes to %s?"
msgstr "Descartar alterações para %s?"
-#: ../src/direct/DirectPhotoPage.vala:426
+#: ../src/direct/DirectPhotoPage.vala:436
msgid "Close _without Saving"
msgstr "Fechar s_em salvar"
-#: ../src/direct/DirectPhotoPage.vala:459
+#: ../src/direct/DirectPhotoPage.vala:469
#, c-format
msgid "Error while saving to %s: %s"
msgstr "Erro ao salvar para %s: %s"
-#: ../src/direct/DirectPhotoPage.vala:487
-#: ../src/direct/DirectPhotoPage.vala:508
+#: ../src/direct/DirectPhotoPage.vala:497
+#: ../src/direct/DirectPhotoPage.vala:518
msgid "Save As"
msgstr "Salvar como"
diff --git a/po/sk.po b/po/sk.po
index 33a8874..b503bb0 100644
--- a/po/sk.po
+++ b/po/sk.po
@@ -19,8 +19,8 @@ msgstr ""
"Project-Id-Version: shotwell-0.15\n"
"Report-Msgid-Bugs-To: http://bugzilla.gnome.org/enter_bug.cgi?"
"product=shotwell&keywords=I18N+L10N&component=Internationalization\n"
-"POT-Creation-Date: 2016-05-16 19:21+0000\n"
-"PO-Revision-Date: 2016-05-21 10:43+0200\n"
+"POT-Creation-Date: 2016-05-21 16:40+0000\n"
+"PO-Revision-Date: 2016-06-04 10:11+0200\n"
"Last-Translator: Dušan Kazik <prescott66@gmail.com>\n"
"Language-Team: slovenčina <gnome-sk-list@gnome.org>\n"
"Language: sk\n"
@@ -1050,7 +1050,6 @@ msgid "Core Slideshow Transitions"
msgstr "Hlavné prechody prezentácie"
#: ../plugins/shotwell-transitions/shotwell-transitions.vala:75
-#| msgid "Copyright 2010 Maxim Kartashev, Copyright 2011-2015 Yorba Foundation"
msgid ""
"Copyright 2010 Maxim Kartashev, Copyright 2016 Software Freedom Conservancy "
"Inc."
@@ -1218,11 +1217,11 @@ msgstr "Poškodený súbor obrázku"
msgid "Imported failed (%d)"
msgstr "Importovanie zlyhalo (%d)"
-#: ../src/CollectionPage.vala:230 ../src/PhotoPage.vala:2637
+#: ../src/CollectionPage.vala:230 ../src/PhotoPage.vala:2635
msgid "S_lideshow"
msgstr "P_rezentácia"
-#: ../src/CollectionPage.vala:231 ../src/PhotoPage.vala:2638
+#: ../src/CollectionPage.vala:231 ../src/PhotoPage.vala:2636
msgid "Play a slideshow"
msgstr "Spustiť prezentáciu"
@@ -1235,7 +1234,7 @@ msgid "Export Photos/Videos"
msgstr "Exportovať fotografie/videá"
#: ../src/CollectionPage.vala:458 ../src/Dialogs.vala:58
-#: ../src/PhotoPage.vala:3211
+#: ../src/PhotoPage.vala:3209
msgid "Export Photo"
msgstr "Exportovať fotografiu"
@@ -2065,7 +2064,7 @@ msgstr[2] "_Vyhodiť súbory do koša"
msgid "_Remove From Library"
msgstr "Odstrániť z knižnice"
-#: ../src/Dialogs.vala:1391 ../src/camera/ImportPage.vala:1741
+#: ../src/Dialogs.vala:1391 ../src/camera/ImportPage.vala:1740
msgid "_Keep"
msgstr "_Ponechať"
@@ -2345,11 +2344,11 @@ msgstr "_Importovať na mieste"
msgid "Import to Library"
msgstr "Importovať do knižnice"
-#: ../src/Dialogs.vala:2701 ../src/PhotoPage.vala:3087
+#: ../src/Dialogs.vala:2701 ../src/PhotoPage.vala:3085
msgid "Remove From Library"
msgstr "Odstrániť z knižnice"
-#: ../src/Dialogs.vala:2702 ../src/PhotoPage.vala:3087
+#: ../src/Dialogs.vala:2702 ../src/PhotoPage.vala:3085
msgid "Removing Photo From Library"
msgstr "Odstraňuje sa fotografia z knižnice"
@@ -2529,7 +2528,7 @@ msgstr "Nie je možné spracovať aktualizácie sledovania: %s"
msgid "Adjust the size of the thumbnails"
msgstr "Upraví veľkosť náhľadov"
-#: ../src/MediaPage.vala:340 ../src/PhotoPage.vala:2593
+#: ../src/MediaPage.vala:340 ../src/PhotoPage.vala:2591
#: ../src/Resources.vala:183 ../src/direct/DirectPhotoPage.vala:174
msgid "Zoom _In"
msgstr "_Priblížiť"
@@ -2538,7 +2537,7 @@ msgstr "_Priblížiť"
msgid "Increase the magnification of the thumbnails"
msgstr "Zvýšiť zväčšenie nadhľadov"
-#: ../src/MediaPage.vala:346 ../src/PhotoPage.vala:2599
+#: ../src/MediaPage.vala:346 ../src/PhotoPage.vala:2597
#: ../src/Resources.vala:184 ../src/direct/DirectPhotoPage.vala:180
msgid "Zoom _Out"
msgstr "_Vzdialiť"
@@ -2559,21 +2558,21 @@ msgstr "_Prehrať video"
msgid "Open the selected videos in the system video player"
msgstr "Otvoriť vybrané videá v systémovom prehrávači videa"
-#: ../src/MediaPage.vala:428 ../src/PhotoPage.vala:2642
+#: ../src/MediaPage.vala:428 ../src/PhotoPage.vala:2640
msgid "_Developer"
msgstr "_Vývojár"
#: ../src/MediaPage.vala:440 ../src/camera/Branch.vala:99
-#: ../src/camera/ImportPage.vala:711 ../src/camera/ImportPage.vala:727
+#: ../src/camera/ImportPage.vala:710 ../src/camera/ImportPage.vala:726
#: ../src/photos/RawSupport.vala:303
msgid "Camera"
msgstr "Fotoaparát"
-#: ../src/MediaPage.vala:451 ../src/camera/ImportPage.vala:874
+#: ../src/MediaPage.vala:451 ../src/camera/ImportPage.vala:873
msgid "_Titles"
msgstr "_Názvy"
-#: ../src/MediaPage.vala:452 ../src/camera/ImportPage.vala:875
+#: ../src/MediaPage.vala:452 ../src/camera/ImportPage.vala:874
msgid "Display the title of each photo"
msgstr "Zobraziť názov každej fotografie"
@@ -2677,73 +2676,73 @@ msgstr "Predchádzajúca fotografia"
msgid "Next photo"
msgstr "Ďalšia fotografia"
-#: ../src/PhotoPage.vala:1847
+#: ../src/PhotoPage.vala:1845
#, c-format
msgid "Photo source file missing: %s"
msgstr "Chýba zdrojový súbor fotografie: %s"
-#: ../src/PhotoPage.vala:2414 ../src/direct/DirectPhotoPage.vala:165
+#: ../src/PhotoPage.vala:2412 ../src/direct/DirectPhotoPage.vala:165
#: ../src/library/LibraryWindow.vala:343
msgid "_View"
msgstr "_Zobraziť"
-#: ../src/PhotoPage.vala:2418 ../src/direct/DirectPhotoPage.vala:81
+#: ../src/PhotoPage.vala:2416 ../src/direct/DirectPhotoPage.vala:81
msgid "T_ools"
msgstr "Nás_troje"
-#: ../src/PhotoPage.vala:2423 ../src/direct/DirectPhotoPage.vala:86
+#: ../src/PhotoPage.vala:2421 ../src/direct/DirectPhotoPage.vala:86
msgid "_Previous Photo"
msgstr "_Predchádzajúca fotografia"
-#: ../src/PhotoPage.vala:2424 ../src/direct/DirectPhotoPage.vala:87
+#: ../src/PhotoPage.vala:2422 ../src/direct/DirectPhotoPage.vala:87
msgid "Previous Photo"
msgstr "Predchádzajúca fotografia"
-#: ../src/PhotoPage.vala:2429 ../src/direct/DirectPhotoPage.vala:92
+#: ../src/PhotoPage.vala:2427 ../src/direct/DirectPhotoPage.vala:92
msgid "_Next Photo"
msgstr "Ďa_lšia fotografia"
-#: ../src/PhotoPage.vala:2430 ../src/direct/DirectPhotoPage.vala:93
+#: ../src/PhotoPage.vala:2428 ../src/direct/DirectPhotoPage.vala:93
msgid "Next Photo"
msgstr "Ďalšia fotografia"
-#: ../src/PhotoPage.vala:2594 ../src/direct/DirectPhotoPage.vala:175
+#: ../src/PhotoPage.vala:2592 ../src/direct/DirectPhotoPage.vala:175
msgid "Increase the magnification of the photo"
msgstr "Zvýšiť zväčšenie fotografie"
-#: ../src/PhotoPage.vala:2600 ../src/direct/DirectPhotoPage.vala:181
+#: ../src/PhotoPage.vala:2598 ../src/direct/DirectPhotoPage.vala:181
msgid "Decrease the magnification of the photo"
msgstr "Zmenšiť zväčšenie fotografie"
-#: ../src/PhotoPage.vala:2605 ../src/direct/DirectPhotoPage.vala:186
+#: ../src/PhotoPage.vala:2603 ../src/direct/DirectPhotoPage.vala:186
msgid "Fit to _Page"
msgstr "Prispôsobiť _strane"
-#: ../src/PhotoPage.vala:2606 ../src/direct/DirectPhotoPage.vala:187
+#: ../src/PhotoPage.vala:2604 ../src/direct/DirectPhotoPage.vala:187
msgid "Zoom the photo to fit on the screen"
msgstr "Zväčšiť fotografiu na veľkosť obrazovky"
-#: ../src/PhotoPage.vala:2612 ../src/direct/DirectPhotoPage.vala:193
+#: ../src/PhotoPage.vala:2610 ../src/direct/DirectPhotoPage.vala:193
#, no-c-format
msgid "Zoom _100%"
msgstr "Mierka _100%"
-#: ../src/PhotoPage.vala:2614 ../src/direct/DirectPhotoPage.vala:195
+#: ../src/PhotoPage.vala:2612 ../src/direct/DirectPhotoPage.vala:195
#, no-c-format
msgid "Zoom the photo to 100% magnification"
msgstr "Priblížiť fotografiu na 100% zväčšenie"
-#: ../src/PhotoPage.vala:2620 ../src/direct/DirectPhotoPage.vala:201
+#: ../src/PhotoPage.vala:2618 ../src/direct/DirectPhotoPage.vala:201
#, no-c-format
msgid "Zoom _200%"
msgstr "Mierka _200%"
-#: ../src/PhotoPage.vala:2622 ../src/direct/DirectPhotoPage.vala:203
+#: ../src/PhotoPage.vala:2620 ../src/direct/DirectPhotoPage.vala:203
#, no-c-format
msgid "Zoom the photo to 200% magnification"
msgstr "Priblížiť fotografiu na 200% zväčšenie"
-#: ../src/PhotoPage.vala:3231
+#: ../src/PhotoPage.vala:3229
#, c-format
msgid "Unable to export %s: %s"
msgstr "Nepodarilo sa exportovať %s: %s"
@@ -2867,7 +2866,7 @@ msgstr "Dnes"
msgid "Yesterday"
msgstr "Včera"
-#: ../src/Properties.vala:227 ../src/camera/ImportPage.vala:312
+#: ../src/Properties.vala:227 ../src/camera/ImportPage.vala:311
msgid "RAW+JPEG"
msgstr "RAW+JPEG"
@@ -3134,7 +3133,7 @@ msgid "_Revert"
msgstr "V_rátiť"
#: ../src/Resources.vala:175 ../src/direct/DirectPhotoPage.vala:51
-#: ../src/direct/DirectPhotoPage.vala:427
+#: ../src/direct/DirectPhotoPage.vala:432
msgid "_Save"
msgstr "_Uložiť"
@@ -3933,7 +3932,7 @@ msgstr "Exportovať videá"
msgid "Cameras"
msgstr "Fotoaparáty"
-#: ../src/camera/ImportPage.vala:459
+#: ../src/camera/ImportPage.vala:458
msgid ""
"Unable to unmount camera. Try unmounting the camera from the file manager."
msgstr ""
@@ -3941,11 +3940,11 @@ msgstr ""
"súborov."
#. hide duplicates checkbox
-#: ../src/camera/ImportPage.vala:776
+#: ../src/camera/ImportPage.vala:775
msgid "Hide photos already imported"
msgstr "Skryť fotografie, ktoré sú už importované"
-#: ../src/camera/ImportPage.vala:777
+#: ../src/camera/ImportPage.vala:776
msgid "Only display photos that have not been imported"
msgstr "Zobraziť iba fotografie, ktoré neboli importované"
@@ -3953,28 +3952,28 @@ msgstr "Zobraziť iba fotografie, ktoré neboli importované"
#. prior to import.
#. TODO: replace this with approved text for "talking to camera,
#. please wait" once new strings are being accepted.
-#: ../src/camera/ImportPage.vala:847
+#: ../src/camera/ImportPage.vala:846
msgid "Starting import, please wait..."
msgstr "Začína sa import, prosím, čakajte..."
-#: ../src/camera/ImportPage.vala:886
+#: ../src/camera/ImportPage.vala:885
msgid "Import _Selected"
msgstr "Importovať vy_brané"
-#: ../src/camera/ImportPage.vala:887
+#: ../src/camera/ImportPage.vala:886
msgid "Import the selected photos into your library"
msgstr "Importovať vybrané fotografie do vašej knižnice"
-#: ../src/camera/ImportPage.vala:892
+#: ../src/camera/ImportPage.vala:891
msgid "Import _All"
msgstr "Importovať _všetky"
-#: ../src/camera/ImportPage.vala:893
+#: ../src/camera/ImportPage.vala:892
msgid "Import all the photos into your library"
msgstr "Importovať všetky fotografie do vašej knižnice"
#. it's mounted, offer to unmount for the user
-#: ../src/camera/ImportPage.vala:1014
+#: ../src/camera/ImportPage.vala:1013
msgid ""
"Shotwell needs to unmount the camera from the filesystem in order to access "
"it. Continue?"
@@ -3982,15 +3981,15 @@ msgstr ""
"Shotwell potrebuje odpojiť váš fotoaparát od súborového systému, aby k nemu "
"mohol pristupovať. Chcete pokračovať?"
-#: ../src/camera/ImportPage.vala:1020
+#: ../src/camera/ImportPage.vala:1019
msgid "_Unmount"
msgstr "_Odpojiť"
-#: ../src/camera/ImportPage.vala:1025
+#: ../src/camera/ImportPage.vala:1024
msgid "Please unmount the camera."
msgstr "Prosím, odpojte fotoaparát."
-#: ../src/camera/ImportPage.vala:1030
+#: ../src/camera/ImportPage.vala:1029
msgid ""
"The camera is locked by another application. Shotwell can only access the "
"camera when it's unlocked. Please close any other application using the "
@@ -4000,11 +3999,11 @@ msgstr ""
"fotoaparátu iba ak nie je uzamknutý. Zatvorte, prosím, ostatné aplikácie, "
"ktoré používajú fotoaparát, a skúste to znova."
-#: ../src/camera/ImportPage.vala:1040
+#: ../src/camera/ImportPage.vala:1039
msgid "Please close any other application using the camera."
msgstr "Zatvorte, prosím, ostatné aplikácie, ktoré používajú fotoaparát."
-#: ../src/camera/ImportPage.vala:1045
+#: ../src/camera/ImportPage.vala:1044
#, c-format
msgid ""
"Unable to fetch previews from the camera:\n"
@@ -4013,25 +4012,25 @@ msgstr ""
"Nepodarilo sa získať náhľady z fotoaparátu:\n"
"%s"
-#: ../src/camera/ImportPage.vala:1062
+#: ../src/camera/ImportPage.vala:1061
msgid "Unmounting..."
msgstr "Odpája sa..."
-#: ../src/camera/ImportPage.vala:1168
+#: ../src/camera/ImportPage.vala:1167
msgid "Fetching photo information"
msgstr "Získavajú sa informácie o fotografiách"
-#: ../src/camera/ImportPage.vala:1523
+#: ../src/camera/ImportPage.vala:1522
#, c-format
msgid "Fetching preview for %s"
msgstr "Získava sa náhľad pre %s"
-#: ../src/camera/ImportPage.vala:1639
+#: ../src/camera/ImportPage.vala:1638
#, c-format
msgid "Unable to lock camera: %s"
msgstr "Nepodarilo sa uzamknúť fotoaparát: %s"
-#: ../src/camera/ImportPage.vala:1724
+#: ../src/camera/ImportPage.vala:1723
#, c-format
msgid "Delete this photo from camera?"
msgid_plural "Delete these %d photos from camera?"
@@ -4039,7 +4038,7 @@ msgstr[0] "Odstrániť týchto %d fotografií z fotoaparátu?"
msgstr[1] "Odstrániť túto fotografiu z fotoaparátu?"
msgstr[2] "Odstrániť tieto %d fotografie z fotoaparátu?"
-#: ../src/camera/ImportPage.vala:1727
+#: ../src/camera/ImportPage.vala:1726
#, c-format
msgid "Delete this video from camera?"
msgid_plural "Delete these %d videos from camera?"
@@ -4047,7 +4046,7 @@ msgstr[0] "Odstrániť týchto %d videí z fotoaparátu?"
msgstr[1] "Odstrániť toto %d video z fotoaparátu?"
msgstr[2] "Odstrániť tieto %d videá z fotoaparátu?"
-#: ../src/camera/ImportPage.vala:1730
+#: ../src/camera/ImportPage.vala:1729
#, c-format
msgid "Delete this photo/video from camera?"
msgid_plural "Delete these %d photos/videos from camera?"
@@ -4055,7 +4054,7 @@ msgstr[0] "Odstrániť týchto %d fotografií/videí z fotoaparátu?"
msgstr[1] "Odstrániť túto %d fotografiu/video z fotoaparátu?"
msgstr[2] "Odstrániť tieto %d fotografie/videá z fotoaparátu?"
-#: ../src/camera/ImportPage.vala:1733
+#: ../src/camera/ImportPage.vala:1732
#, c-format
msgid "Delete these files from camera?"
msgid_plural "Delete these %d files from camera?"
@@ -4063,11 +4062,11 @@ msgstr[0] "Odstrániť týchto %d súborov z fotoaparátu?"
msgstr[1] "Odstrániť tento %d súbor z fotoaparátu?"
msgstr[2] "Odstrániť tieto %d súbory z fotoaparátu?"
-#: ../src/camera/ImportPage.vala:1760
+#: ../src/camera/ImportPage.vala:1759
msgid "Removing photos/videos from camera"
msgstr "Odstraňujú sa fotografie/videá z fotoaparátu"
-#: ../src/camera/ImportPage.vala:1764
+#: ../src/camera/ImportPage.vala:1763
#, c-format
msgid "Unable to delete %d photo/video from the camera due to errors."
msgid_plural "Unable to delete %d photos/videos from the camera due to errors."
@@ -4210,26 +4209,31 @@ msgstr ""
"%s nepodporuje súborový formát\n"
"%s."
-#: ../src/direct/DirectPhotoPage.vala:427
+#: ../src/direct/DirectPhotoPage.vala:248
+#, c-format
+msgid "Unable open photo %s. Sorry."
+msgstr "Nie je možné otvoriť fotografiu %s. Prepáčte."
+
+#: ../src/direct/DirectPhotoPage.vala:432
msgid "_Save a Copy"
msgstr "_Uložiť kópiu"
-#: ../src/direct/DirectPhotoPage.vala:430
+#: ../src/direct/DirectPhotoPage.vala:435
#, c-format
msgid "Lose changes to %s?"
msgstr "Zahodiť zmeny vo %s?"
-#: ../src/direct/DirectPhotoPage.vala:431
+#: ../src/direct/DirectPhotoPage.vala:436
msgid "Close _without Saving"
msgstr "Zavrieť _bez uloženia"
-#: ../src/direct/DirectPhotoPage.vala:464
+#: ../src/direct/DirectPhotoPage.vala:469
#, c-format
msgid "Error while saving to %s: %s"
msgstr "Chyba počas ukladania do %s: %s"
-#: ../src/direct/DirectPhotoPage.vala:492
-#: ../src/direct/DirectPhotoPage.vala:513
+#: ../src/direct/DirectPhotoPage.vala:497
+#: ../src/direct/DirectPhotoPage.vala:518
msgid "Save As"
msgstr "Uložiť ako"
diff --git a/po/sv.po b/po/sv.po
index ff624e3..066765c 100644
--- a/po/sv.po
+++ b/po/sv.po
@@ -10,29 +10,30 @@
# verayin <vera@yorba.org>, 2011
# lsbeeler <lucas@yorba.org>, 2011
# Josef Andersson <josef.andersson@fripost.org>, 2015.
+# Anders Jonsson <anders.jonsson@norsjovallen.se>, 2016.
msgid ""
msgstr ""
"Project-Id-Version: shotwell\n"
"Report-Msgid-Bugs-To: http://bugzilla.gnome.org/enter_bug.cgi?"
"product=shotwell&keywords=I18N+L10N&component=Internationalization\n"
-"POT-Creation-Date: 2015-07-20 11:39+0000\n"
-"PO-Revision-Date: 2015-07-20 18:14+0200\n"
-"Last-Translator: Josef Andersson <josef.andersson@fripost.org>\n"
+"POT-Creation-Date: 2016-05-29 14:27+0000\n"
+"PO-Revision-Date: 2016-05-31 20:46+0200\n"
+"Last-Translator: Anders Jonsson <anders.jonsson@norsjovallen.se>\n"
"Language-Team: Swedish <tp-sv@listor.tp-sv.se>\n"
"Language: sv\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"
-"X-Generator: Poedit 1.8.2\n"
+"X-Generator: Poedit 1.8.7.1\n"
"X-Project-Style: gnome\n"
-#: ../plugins/common/RESTSupport.vala:424
+#: ../plugins/common/RESTSupport.vala:425
#: ../plugins/shotwell-publishing-extras/TumblrPublishing.vala:968
msgid "A temporary file needed for publishing is unavailable"
msgstr "En temporärfil som krävs för publicering är inte tillgänglig"
-#: ../plugins/common/RESTSupport.vala:1138
+#: ../plugins/common/RESTSupport.vala:1145
msgid ""
"You have already logged in and out of a Google service during this Shotwell "
"session.\n"
@@ -48,7 +49,7 @@ msgstr ""
msgid "Visit the Shotwell home page"
msgstr "Besök Shotwells webbplats"
-#: ../plugins/common/Resources.vala:28 ../src/AppWindow.vala:705
+#: ../plugins/common/Resources.vala:28 ../src/AppWindow.vala:676
msgid "translator-credits"
msgstr ""
"Daniel Nylander <po@danielnylander.se>\n"
@@ -64,8 +65,8 @@ msgstr ""
#: ../plugins/shotwell-publishing/PiwigoPublishing.vala:32
#: ../plugins/shotwell-publishing/YouTubePublishing.vala:32
#: ../src/Resources.vala:27
-msgid "Copyright 2009-2015 Yorba Foundation"
-msgstr "Copyright 2009-2015 Yorba Foundation"
+msgid "Copyright 2016 Software Freedom Conservancy Inc."
+msgstr "Copyright 2016 Software Freedom Conservancy Inc."
#: ../plugins/shotwell-data-imports/FSpotImporter.vala:56
msgid ""
@@ -422,7 +423,7 @@ msgstr "Copyright 2010+ Evgeniy Polyakov <zbr@ioremap.net>"
msgid "Visit the Yandex.Fotki web site"
msgstr "Besök webbplatsen för Yandex.Fotki"
-#: ../plugins/shotwell-publishing-extras/YandexPublishing.vala:632
+#: ../plugins/shotwell-publishing-extras/YandexPublishing.vala:659
msgid "You are not currently logged into Yandex.Fotki."
msgstr "Du är för närvarande inte inloggad på Yandex.Fotki."
@@ -546,7 +547,7 @@ msgid "Public"
msgstr "Offentlig"
#: ../plugins/shotwell-publishing-extras/yandex_publish_model.glade.h:8
-#: ../plugins/shotwell-publishing/FacebookPublishing.vala:1181
+#: ../plugins/shotwell-publishing/FacebookPublishing.vala:1195
msgid "Friends"
msgstr "Vänner"
@@ -613,7 +614,7 @@ msgstr ""
"En fil som krävs för publiceringen saknas. Därför kan publiceringen till "
"Facebook inte fortsätta."
-#: ../plugins/shotwell-publishing/FacebookPublishing.vala:1019
+#: ../plugins/shotwell-publishing/FacebookPublishing.vala:1033
#, c-format
msgid ""
"You are logged into Facebook as %s.\n"
@@ -622,21 +623,21 @@ msgstr ""
"Du är inloggad på Facebook som %s.\n"
"\n"
-#: ../plugins/shotwell-publishing/FacebookPublishing.vala:1020
+#: ../plugins/shotwell-publishing/FacebookPublishing.vala:1034
msgid "Where would you like to publish the selected photos?"
msgstr "Var vill du publicera de markerade bilderna?"
-#: ../plugins/shotwell-publishing/FacebookPublishing.vala:1021
+#: ../plugins/shotwell-publishing/FacebookPublishing.vala:1035
#: ../plugins/shotwell-publishing/facebook_publishing_options_pane.glade.h:3
msgid "Upload _size:"
msgstr "_Storlek att skicka upp:"
-#: ../plugins/shotwell-publishing/FacebookPublishing.vala:1180
+#: ../plugins/shotwell-publishing/FacebookPublishing.vala:1194
#: ../plugins/shotwell-publishing/FlickrPublishing.vala:1214
msgid "Just me"
msgstr "Bara jag"
-#: ../plugins/shotwell-publishing/FacebookPublishing.vala:1182
+#: ../plugins/shotwell-publishing/FacebookPublishing.vala:1196
#: ../plugins/shotwell-publishing/FlickrPublishing.vala:1210
#: ../plugins/shotwell-publishing/PiwigoPublishing.vala:1234
msgid "Everyone"
@@ -972,7 +973,7 @@ msgid "Logout"
msgstr "Logga ut"
#: ../plugins/shotwell-publishing/piwigo_publishing_options_pane.glade.h:12
-#: ../src/Resources.vala:303
+#: ../src/Resources.vala:298
msgid "Publish"
msgstr "Publicera"
@@ -1029,77 +1030,81 @@ msgid "Core Slideshow Transitions"
msgstr "Standardövergångar för bildspel"
#: ../plugins/shotwell-transitions/shotwell-transitions.vala:75
-msgid "Copyright 2010 Maxim Kartashev, Copyright 2011-2015 Yorba Foundation"
-msgstr "Copyright 2010 Maxim Kartashev, Copyright 2011-2015 Yorba Foundation"
+msgid ""
+"Copyright 2010 Maxim Kartashev, Copyright 2016 Software Freedom Conservancy "
+"Inc."
+msgstr ""
+"Copyright 2010 Maxim Kartashev, Copyright 2016 Software Freedom Conservancy "
+"Inc."
-#: ../src/AppDirs.vala:48 ../src/AppDirs.vala:99
+#: ../src/AppDirs.vala:64 ../src/AppDirs.vala:115
#, c-format
msgid "Unable to create cache directory %s: %s"
msgstr "Det går inte att skapa cache-katalogen %s: %s"
-#: ../src/AppDirs.vala:58 ../src/AppDirs.vala:88
+#: ../src/AppDirs.vala:74 ../src/AppDirs.vala:104
#, c-format
msgid "Unable to create data directory %s: %s"
msgstr "Kunde inte skapa datakatalogen %s: %s"
#. If XDG yarfed, use ~/Pictures
-#: ../src/AppDirs.vala:152
+#: ../src/AppDirs.vala:168
msgid "Pictures"
msgstr "Bilder"
-#: ../src/AppDirs.vala:190
+#: ../src/AppDirs.vala:206
#, c-format
msgid "Unable to create temporary directory %s: %s"
msgstr "Kunde inte skapa den temporära katalogen %s: %s"
-#: ../src/AppDirs.vala:207 ../src/AppDirs.vala:238
+#: ../src/AppDirs.vala:223 ../src/AppDirs.vala:254
#, c-format
msgid "Unable to create data subdirectory %s: %s"
msgstr "Kunde inte skapa den underliggande datakatalogen %s: %s"
-#: ../src/AppDirs.vala:220
+#: ../src/AppDirs.vala:236
#, c-format
msgid "Could not make directory %s writable"
msgstr "Kunde inte göra katalogen %s skrivbar"
-#: ../src/AppDirs.vala:223
+#: ../src/AppDirs.vala:239
#, c-format
msgid "Could not make directory %s writable: %s"
msgstr "Kunde inte göra katalogen %s skrivbar: %s"
-#: ../src/AppWindow.vala:53
+#: ../src/AppWindow.vala:54
msgid "Pin Toolbar"
msgstr "Fäst verktygsfält"
-#: ../src/AppWindow.vala:54
+#: ../src/AppWindow.vala:55
msgid "Pin the toolbar open"
msgstr "Fäst verktygsfältet i öppet läge"
-#: ../src/AppWindow.vala:59
+#: ../src/AppWindow.vala:60
msgid "Leave fullscreen"
msgstr "Avsluta helskärmsläge"
-#: ../src/AppWindow.vala:525
+#: ../src/AppWindow.vala:496
msgid "_Contents"
msgstr "_Innehåll"
-#: ../src/AppWindow.vala:530
+#: ../src/AppWindow.vala:501
msgid "_Frequently Asked Questions"
msgstr "_Återkommande frågor"
-#: ../src/AppWindow.vala:535
+#: ../src/AppWindow.vala:506
msgid "_Report a Problem..."
msgstr "_Rapportera ett problem…"
-#: ../src/AppWindow.vala:634 ../src/AppWindow.vala:655
-#: ../src/AppWindow.vala:672 ../src/Dialogs.vala:20 ../src/Dialogs.vala:28
-#: ../src/Dialogs.vala:1418 ../src/Dialogs.vala:1441 ../src/Resources.vala:162
-#: ../src/data_imports/DataImportsUI.vala:374
-#: ../src/publishing/PublishingUI.vala:475
+#: ../src/AppWindow.vala:605 ../src/AppWindow.vala:626
+#: ../src/AppWindow.vala:643 ../src/Dialogs.vala:20 ../src/Dialogs.vala:28
+#: ../src/Dialogs.vala:1424 ../src/Dialogs.vala:1447 ../src/Resources.vala:157
+#: ../src/data_imports/DataImportsUI.vala:413
+#: ../src/publishing/PublishingUI.vala:512
msgid "_Cancel"
msgstr "_Avbryt"
-#: ../src/AppWindow.vala:682
+#: ../src/AppWindow.vala:653
#, c-format
msgid ""
"A fatal error occurred when accessing Shotwell's library. Shotwell cannot "
@@ -1112,21 +1117,21 @@ msgstr ""
"\n"
"%s"
-#: ../src/AppWindow.vala:702
-msgid "Visit the Yorba web site"
-msgstr "Besök Yorbas webbplats"
+#: ../src/AppWindow.vala:673
+msgid "Visit the Shotwell web site"
+msgstr "Besök Shotwells webbplats"
-#: ../src/AppWindow.vala:714
+#: ../src/AppWindow.vala:685
#, c-format
msgid "Unable to display help: %s"
msgstr "Kunde inte visa hjälp: %s"
-#: ../src/AppWindow.vala:722
+#: ../src/AppWindow.vala:693
#, c-format
msgid "Unable to navigate to bug database: %s"
msgstr "Det går inte att komma åt feldatabasen: %s"
-#: ../src/AppWindow.vala:730
+#: ../src/AppWindow.vala:701
#, c-format
msgid "Unable to display FAQ: %s"
msgstr "Kunde inte visa återkommande frågor: %s"
@@ -1192,11 +1197,11 @@ msgstr "Korrupt bildfil"
msgid "Imported failed (%d)"
msgstr "Importen misslyckades (%d)"
-#: ../src/CollectionPage.vala:230 ../src/PhotoPage.vala:2637
+#: ../src/CollectionPage.vala:230 ../src/PhotoPage.vala:2635
msgid "S_lideshow"
msgstr "_Bildspel"
-#: ../src/CollectionPage.vala:231 ../src/PhotoPage.vala:2638
+#: ../src/CollectionPage.vala:231 ../src/PhotoPage.vala:2636
msgid "Play a slideshow"
msgstr "Spela upp ett bildspel"
@@ -1209,7 +1214,7 @@ msgid "Export Photos/Videos"
msgstr "Exportera bilder/filmer"
#: ../src/CollectionPage.vala:458 ../src/Dialogs.vala:58
-#: ../src/PhotoPage.vala:3211
+#: ../src/PhotoPage.vala:3209
msgid "Export Photo"
msgstr "Exportera bild"
@@ -1442,9 +1447,9 @@ msgstr[0] ""
msgstr[1] ""
"Det här kommer att ta bort taggen ”%s” från %d bilder. Vill du fortsätta?"
-#: ../src/Dialogs.vala:20 ../src/Dialogs.vala:28 ../src/Dialogs.vala:1386
-#: ../src/Resources.vala:163 ../src/Resources.vala:369
-#: ../src/Resources.vala:417 ../src/Resources.vala:682
+#: ../src/Dialogs.vala:20 ../src/Dialogs.vala:28 ../src/Dialogs.vala:1392
+#: ../src/Resources.vala:158 ../src/Resources.vala:364
+#: ../src/Resources.vala:412 ../src/Resources.vala:677
msgid "_Delete"
msgstr "_Radera"
@@ -1519,51 +1524,51 @@ msgid "Current"
msgstr "Aktuellt"
#. layout controls
-#: ../src/Dialogs.vala:213
+#: ../src/Dialogs.vala:215
msgid "_Format:"
msgstr "_Format:"
-#: ../src/Dialogs.vala:216
+#: ../src/Dialogs.vala:218
msgid "_Quality:"
msgstr "_Kvalitet:"
-#: ../src/Dialogs.vala:219
+#: ../src/Dialogs.vala:221
msgid "_Scaling constraint:"
msgstr "_Skalningsbegränsning:"
-#: ../src/Dialogs.vala:222
+#: ../src/Dialogs.vala:224
msgid "_Pixels:"
msgstr "_Bildpunkter:"
-#: ../src/Dialogs.vala:225
+#: ../src/Dialogs.vala:227
msgid "Export metadata"
msgstr "Exportera metadata"
-#: ../src/Dialogs.vala:459
+#: ../src/Dialogs.vala:461
msgid "Save Details..."
msgstr "Spara detaljer…"
-#: ../src/Dialogs.vala:460
+#: ../src/Dialogs.vala:462
msgid "Save Details"
msgstr "Spara detaljer"
-#: ../src/Dialogs.vala:475
+#: ../src/Dialogs.vala:477
#, c-format
msgid "(and %d more)\n"
msgstr "(och ytterligare %d)\n"
-#: ../src/Dialogs.vala:528
+#: ../src/Dialogs.vala:530
msgid "Import Results Report"
msgstr "Importera resultatrapport"
-#: ../src/Dialogs.vala:532
+#: ../src/Dialogs.vala:534
#, c-format
msgid "Attempted to import %d file."
msgid_plural "Attempted to import %d files."
msgstr[0] "Försökte importera %d fil."
msgstr[1] "Försökte importera %d filer."
-#: ../src/Dialogs.vala:535
+#: ../src/Dialogs.vala:537
#, c-format
msgid "Of these, %d file was successfully imported."
msgid_plural "Of these, %d files were successfully imported."
@@ -1573,30 +1578,30 @@ msgstr[1] "Av dessa importerades %d filer framgångsrikt."
#.
#. Duplicates
#.
-#: ../src/Dialogs.vala:547
+#: ../src/Dialogs.vala:549
msgid "Duplicate Photos/Videos Not Imported:"
msgstr "Dubbletter av bilder/filmer som inte importerades:"
-#: ../src/Dialogs.vala:551
+#: ../src/Dialogs.vala:553
msgid "duplicates existing media item"
msgstr "dubblett av befintligt media"
#.
#. Files Not Imported Due to Camera Errors
#.
-#: ../src/Dialogs.vala:562
+#: ../src/Dialogs.vala:564
msgid "Photos/Videos Not Imported Due to Camera Errors:"
msgstr "På grund av ett kamerafel importerades inga bilder eller filmer:"
-#: ../src/Dialogs.vala:565 ../src/Dialogs.vala:580 ../src/Dialogs.vala:595
-#: ../src/Dialogs.vala:611 ../src/Dialogs.vala:626 ../src/Dialogs.vala:640
+#: ../src/Dialogs.vala:567 ../src/Dialogs.vala:582 ../src/Dialogs.vala:597
+#: ../src/Dialogs.vala:613 ../src/Dialogs.vala:628 ../src/Dialogs.vala:642
msgid "error message:"
msgstr "felmeddelande:"
#.
#. Files Not Imported Because They Weren't Recognized as Photos or Videos
#.
-#: ../src/Dialogs.vala:576
+#: ../src/Dialogs.vala:578
msgid "Files Not Imported Because They Weren't Recognized as Photos or Videos:"
msgstr ""
"Filerna importerades inte på grund av att de inte kändes igen som bild- "
@@ -1605,7 +1610,7 @@ msgstr ""
#.
#. Photos/Videos Not Imported Because They Weren't in a Format Shotwell Understands
#.
-#: ../src/Dialogs.vala:591
+#: ../src/Dialogs.vala:593
msgid ""
"Photos/Videos Not Imported Because They Weren't in a Format Shotwell "
"Understands:"
@@ -1616,7 +1621,7 @@ msgstr ""
#.
#. Photos/Videos Not Imported Because Shotwell Couldn't Copy Them into its Library
#.
-#: ../src/Dialogs.vala:606
+#: ../src/Dialogs.vala:608
msgid ""
"Photos/Videos Not Imported Because Shotwell Couldn't Copy Them into its "
"Library:"
@@ -1624,7 +1629,7 @@ msgstr ""
"Bilderna eller filmerna importerades inte på grund av att det inte gick att "
"kopiera dem till biblioteket:"
-#: ../src/Dialogs.vala:610
+#: ../src/Dialogs.vala:612
#, c-format
msgid ""
"couldn't copy %s\n"
@@ -1636,39 +1641,39 @@ msgstr ""
#.
#. Photos/Videos Not Imported Because GDK Pixbuf Library Identified them as Corrupt
#.
-#: ../src/Dialogs.vala:622
+#: ../src/Dialogs.vala:624
msgid "Photos/Videos Not Imported Because Files Are Corrupt:"
msgstr "Bilder/filmer importerades inte eftersom filer är korrupta:"
#.
#. Photos/Videos Not Imported for Other Reasons
#.
-#: ../src/Dialogs.vala:637
+#: ../src/Dialogs.vala:639
msgid "Photos/Videos Not Imported for Other Reasons:"
msgstr "Bilder/filmer importerades inte på grund av andra anledningar:"
-#: ../src/Dialogs.vala:657
+#: ../src/Dialogs.vala:659
#, c-format
msgid "1 duplicate photo was not imported:\n"
msgid_plural "%d duplicate photos were not imported:\n"
msgstr[0] "1 bilddubblett importerades inte:\n"
msgstr[1] "%d bilddubbletter importerades inte:\n"
-#: ../src/Dialogs.vala:660
+#: ../src/Dialogs.vala:662
#, c-format
msgid "1 duplicate video was not imported:\n"
msgid_plural "%d duplicate videos were not imported:\n"
msgstr[0] "1 filmdubblett importerades inte:\n"
msgstr[1] "%d filmdubbletter importerades inte:\n"
-#: ../src/Dialogs.vala:663
+#: ../src/Dialogs.vala:665
#, c-format
msgid "1 duplicate photo/video was not imported:\n"
msgid_plural "%d duplicate photos/videos were not imported:\n"
msgstr[0] "1 film-/bilddubblett importerades inte:\n"
msgstr[1] "%d bild- och filmdubbletter importerades inte:\n"
-#: ../src/Dialogs.vala:677
+#: ../src/Dialogs.vala:679
#, c-format
msgid "1 photo failed to import due to a file or hardware error:\n"
msgid_plural "%d photos failed to import due to a file or hardware error:\n"
@@ -1677,7 +1682,7 @@ msgstr[0] ""
msgstr[1] ""
"Import av %d bilder misslyckades på grund av ett fil- eller hårdvarufel:\n"
-#: ../src/Dialogs.vala:680
+#: ../src/Dialogs.vala:682
#, c-format
msgid "1 video failed to import due to a file or hardware error:\n"
msgid_plural "%d videos failed to import due to a file or hardware error:\n"
@@ -1686,7 +1691,7 @@ msgstr[0] ""
msgstr[1] ""
"%d filmer gick inte att importera på grund av ett fil- eller hårdvarufel:\n"
-#: ../src/Dialogs.vala:683
+#: ../src/Dialogs.vala:685
#, c-format
msgid "1 photo/video failed to import due to a file or hardware error:\n"
msgid_plural ""
@@ -1697,7 +1702,7 @@ msgstr[1] ""
"%d bilder och filmer gick inte att importera på grund av ett fil- eller "
"hårdvarufel:\n"
-#: ../src/Dialogs.vala:686
+#: ../src/Dialogs.vala:688
#, c-format
msgid "1 file failed to import due to a file or hardware error:\n"
msgid_plural "%d files failed to import due to a file or hardware error:\n"
@@ -1706,7 +1711,7 @@ msgstr[0] ""
msgstr[1] ""
"%d filer gick inte att importera på grund av ett fil- eller hårdvarufel:\n"
-#: ../src/Dialogs.vala:700
+#: ../src/Dialogs.vala:702
#, c-format
msgid ""
"1 photo failed to import because the photo library folder was not writable:\n"
@@ -1720,7 +1725,7 @@ msgstr[1] ""
"%d bilder gick inte att importera därför att bildbiblioteksmappen inte var "
"skrivbar:\n"
-#: ../src/Dialogs.vala:703
+#: ../src/Dialogs.vala:705
#, c-format
msgid ""
"1 video failed to import because the photo library folder was not writable:\n"
@@ -1734,7 +1739,7 @@ msgstr[1] ""
"%d filmer gick inte att importera därför att bildbiblioteksmappen inte var "
"skrivbar:\n"
-#: ../src/Dialogs.vala:706
+#: ../src/Dialogs.vala:708
#, c-format
msgid ""
"1 photo/video failed to import because the photo library folder was not "
@@ -1749,7 +1754,7 @@ msgstr[1] ""
"%d bilder och filmer gick inte att importera därför att bildbiblioteksmappen "
"inte var skrivbar:\n"
-#: ../src/Dialogs.vala:709
+#: ../src/Dialogs.vala:711
#, c-format
msgid ""
"1 file failed to import because the photo library folder was not writable:\n"
@@ -1763,21 +1768,21 @@ msgstr[1] ""
"%d filer gick inte att importera på grund av att bildbibliotekets mapp inte "
"var skrivbar:\n"
-#: ../src/Dialogs.vala:723
+#: ../src/Dialogs.vala:725
#, c-format
msgid "1 photo failed to import due to a camera error:\n"
msgid_plural "%d photos failed to import due to a camera error:\n"
msgstr[0] "Import av ett bild misslyckades på grund av ett kamerafel:\n"
msgstr[1] "%d bilder gick inte att importera på grund av ett kamerafel:\n"
-#: ../src/Dialogs.vala:726
+#: ../src/Dialogs.vala:728
#, c-format
msgid "1 video failed to import due to a camera error:\n"
msgid_plural "%d videos failed to import due to a camera error:\n"
msgstr[0] "1 video gick inte att importera på grund av ett kamerafel:\n"
msgstr[1] "%d filmer gick inte att importera på grund av ett kamerafel:\n"
-#: ../src/Dialogs.vala:729
+#: ../src/Dialogs.vala:731
#, c-format
msgid "1 photo/video failed to import due to a camera error:\n"
msgid_plural "%d photos/videos failed to import due to a camera error:\n"
@@ -1785,14 +1790,14 @@ msgstr[0] "1 bild/film gick inte att importera på grund av ett kamerafel:\n"
msgstr[1] ""
"%d bilder och filmer gick inte att importera på grund av ett kamerafel:\n"
-#: ../src/Dialogs.vala:732
+#: ../src/Dialogs.vala:734
#, c-format
msgid "1 file failed to import due to a camera error:\n"
msgid_plural "%d files failed to import due to a camera error:\n"
msgstr[0] "En fil gick inte att importera på grund av ett kamerafel:\n"
msgstr[1] "%d filer gick inte att importera på grund av ett kamerafel:\n"
-#: ../src/Dialogs.vala:746
+#: ../src/Dialogs.vala:748
#, c-format
msgid "1 photo failed to import because it was corrupt:\n"
msgid_plural "%d photos failed to import because they were corrupt:\n"
@@ -1800,7 +1805,7 @@ msgstr[0] "Misslyckades med att importera en bild eftersom den var korrupt:\n"
msgstr[1] ""
"Misslyckades med att importera %d bilder eftersom de var korrupta:\n"
-#: ../src/Dialogs.vala:749
+#: ../src/Dialogs.vala:751
#, c-format
msgid "1 video failed to import because it was corrupt:\n"
msgid_plural "%d videos failed to import because they were corrupt:\n"
@@ -1808,7 +1813,7 @@ msgstr[0] "Misslyckades med att importera en film eftersom den var korrupt:\n"
msgstr[1] ""
"Misslyckades med att importera %d filmer eftersom de var korrupta:\n"
-#: ../src/Dialogs.vala:752
+#: ../src/Dialogs.vala:754
#, c-format
msgid "1 photo/video failed to import because it was corrupt:\n"
msgid_plural "%d photos/videos failed to import because they were corrupt:\n"
@@ -1817,7 +1822,7 @@ msgstr[0] ""
msgstr[1] ""
"Misslyckades med att importera %d bilder/filmer eftersom de var korrupta:\n"
-#: ../src/Dialogs.vala:755
+#: ../src/Dialogs.vala:757
#, c-format
msgid "1 file failed to import because it was corrupt:\n"
msgid_plural "%d files failed to import because it was corrupt:\n"
@@ -1828,7 +1833,7 @@ msgstr[1] "Misslyckades med att importera %d filer eftersom de var korrupta:\n"
#. standard container formats are supported, it's just that the streams in them
#. might or might not be interpretable), so this message does not need to be
#. media specific
-#: ../src/Dialogs.vala:772
+#: ../src/Dialogs.vala:774
#, c-format
msgid "1 unsupported photo skipped:\n"
msgid_plural "%d unsupported photos skipped:\n"
@@ -1837,56 +1842,56 @@ msgstr[1] "%d bilder som inte stöds hoppades över:\n"
#. we have no notion of "non-video" video files right now in Shotwell, so this
#. message doesn't need to be media specific
-#: ../src/Dialogs.vala:787
+#: ../src/Dialogs.vala:789
#, c-format
msgid "1 non-image file skipped.\n"
msgid_plural "%d non-image files skipped.\n"
msgstr[0] "En icke-bildfil hoppades över.\n"
msgstr[1] "%d icke-bildfiler hoppades över.\n"
-#: ../src/Dialogs.vala:798
+#: ../src/Dialogs.vala:800
#, c-format
msgid "1 photo skipped due to user cancel:\n"
msgid_plural "%d photos skipped due to user cancel:\n"
msgstr[0] "En bild hoppades över därför att användaren avbröt:\n"
msgstr[1] "%d bilder hoppades över därför att användaren avbröt:\n"
-#: ../src/Dialogs.vala:801
+#: ../src/Dialogs.vala:803
#, c-format
msgid "1 video skipped due to user cancel:\n"
msgid_plural "%d videos skipped due to user cancel:\n"
msgstr[0] "1 film hoppades över därför att användaren avbröt:\n"
msgstr[1] "%d filmer hoppades över därför att användaren avbröt:\n"
-#: ../src/Dialogs.vala:804
+#: ../src/Dialogs.vala:806
#, c-format
msgid "1 photo/video skipped due to user cancel:\n"
msgid_plural "%d photos/videos skipped due to user cancel:\n"
msgstr[0] "1 bild/film hoppades över därför att användaren avbröt:\n"
msgstr[1] "%d bilder och filmer hoppades över därför att användaren avbröt:\n"
-#: ../src/Dialogs.vala:807
+#: ../src/Dialogs.vala:809
#, c-format
msgid "1 file skipped due to user cancel:\n"
msgid_plural "%d file skipped due to user cancel:\n"
msgstr[0] "En fil hoppades över därför att användaren avbröt:\n"
msgstr[1] "%d filer hoppades över därför att användaren avbröt:\n"
-#: ../src/Dialogs.vala:821
+#: ../src/Dialogs.vala:823
#, c-format
msgid "1 photo successfully imported.\n"
msgid_plural "%d photos successfully imported.\n"
msgstr[0] "En bild importerades.\n"
msgstr[1] "%d bilder importerades.\n"
-#: ../src/Dialogs.vala:824
+#: ../src/Dialogs.vala:826
#, c-format
msgid "1 video successfully imported.\n"
msgid_plural "%d videos successfully imported.\n"
msgstr[0] "En film importerades.\n"
msgstr[1] "%d filmer importerades.\n"
-#: ../src/Dialogs.vala:827
+#: ../src/Dialogs.vala:829
#, c-format
msgid "1 photo/video successfully imported.\n"
msgid_plural "%d photos/videos successfully imported.\n"
@@ -1895,93 +1900,93 @@ msgstr[1] "%d bilder och filmer importerades.\n"
#. if no media items were imported at all (i.e. an empty directory attempted), need to at least
#. report that nothing was imported
-#: ../src/Dialogs.vala:843
+#: ../src/Dialogs.vala:845
msgid "No photos or videos imported.\n"
msgstr "Inga bilder eller filmer importerades.\n"
-#: ../src/Dialogs.vala:850 ../src/Dialogs.vala:869
+#: ../src/Dialogs.vala:852 ../src/Dialogs.vala:871
msgid "Import Complete"
msgstr "Importen är färdig"
-#: ../src/Dialogs.vala:1155
+#: ../src/Dialogs.vala:1157
#, c-format
msgid "%d second"
msgid_plural "%d seconds"
msgstr[0] "%d sekund"
msgstr[1] "%d sekunder"
-#: ../src/Dialogs.vala:1158
+#: ../src/Dialogs.vala:1160
#, c-format
msgid "%d minute"
msgid_plural "%d minutes"
msgstr[0] "%d minut"
msgstr[1] "%d minuter"
-#: ../src/Dialogs.vala:1162
+#: ../src/Dialogs.vala:1164
#, c-format
msgid "%d hour"
msgid_plural "%d hours"
msgstr[0] "%d timme"
msgstr[1] "%d timmar"
-#: ../src/Dialogs.vala:1165
+#: ../src/Dialogs.vala:1167
msgid "1 day"
msgstr "Ett dygn"
-#: ../src/Dialogs.vala:1315 ../src/Resources.vala:236
+#: ../src/Dialogs.vala:1321 ../src/Resources.vala:231
msgid "Rename Event"
msgstr "Byt namn på händelse"
-#: ../src/Dialogs.vala:1315
+#: ../src/Dialogs.vala:1321
msgid "Name:"
msgstr "Namn:"
#. Dialog title
#. Button label
-#: ../src/Dialogs.vala:1326 ../src/Resources.vala:308
+#: ../src/Dialogs.vala:1332 ../src/Resources.vala:303
msgid "Edit Title"
msgstr "Redigera titel"
-#: ../src/Dialogs.vala:1327 ../src/Properties.vala:340
+#: ../src/Dialogs.vala:1333 ../src/Properties.vala:340
msgid "Title:"
msgstr "Titel:"
#. Dialog title
-#: ../src/Dialogs.vala:1343 ../src/Resources.vala:315
+#: ../src/Dialogs.vala:1349 ../src/Resources.vala:310
msgid "Edit Event Comment"
msgstr "Redigera händelsekommentar"
-#: ../src/Dialogs.vala:1344
+#: ../src/Dialogs.vala:1350
msgid "Edit Photo/Video Comment"
msgstr "Redigera bild/filmkommentar"
-#: ../src/Dialogs.vala:1345 ../src/Properties.vala:628
+#: ../src/Dialogs.vala:1351 ../src/Properties.vala:628
msgid "Comment:"
msgstr "Kommentar:"
-#: ../src/Dialogs.vala:1361
+#: ../src/Dialogs.vala:1367
msgid "Remove and _Trash File"
msgid_plural "Remove and _Trash Files"
msgstr[0] "_Flytta filen till papperskorgen"
msgstr[1] "_Flytta filerna till papperskorgen"
-#: ../src/Dialogs.vala:1365
+#: ../src/Dialogs.vala:1371
msgid "_Remove From Library"
msgstr "_Ta bort från bibliotek"
-#: ../src/Dialogs.vala:1385 ../src/camera/ImportPage.vala:1741
+#: ../src/Dialogs.vala:1391 ../src/camera/ImportPage.vala:1740
msgid "_Keep"
msgstr "_Behåll"
-#: ../src/Dialogs.vala:1408
+#: ../src/Dialogs.vala:1414
msgid "Revert External Edit?"
msgstr "Återställ extern redigering?"
-#: ../src/Dialogs.vala:1408
+#: ../src/Dialogs.vala:1414
msgid "Revert External Edits?"
msgstr "Återställ externa redigeringar?"
-#: ../src/Dialogs.vala:1410
+#: ../src/Dialogs.vala:1416
#, c-format
msgid "This will destroy all changes made to the external file. Continue?"
msgid_plural ""
@@ -1993,15 +1998,15 @@ msgstr[1] ""
"Det här kommer att förstöra alla ändringar som gjorts i de %d externa "
"filerna. Vill du fortsätta?"
-#: ../src/Dialogs.vala:1414
+#: ../src/Dialogs.vala:1420
msgid "Re_vert External Edit"
msgstr "Åters_täll externa redigeringar"
-#: ../src/Dialogs.vala:1414
+#: ../src/Dialogs.vala:1420
msgid "Re_vert External Edits"
msgstr "Åt_erställ externa redigeringar"
-#: ../src/Dialogs.vala:1435
+#: ../src/Dialogs.vala:1441
#, c-format
msgid "This will remove the photo from the library. Continue?"
msgid_plural "This will remove %d photos from the library. Continue?"
@@ -2010,72 +2015,72 @@ msgstr[0] ""
msgstr[1] ""
"Det här kommer att ta bort %d bilder från biblioteket. Vill du fortsätta?"
-#: ../src/Dialogs.vala:1442 ../src/Resources.vala:178
+#: ../src/Dialogs.vala:1448 ../src/Resources.vala:173
msgid "_Remove"
msgstr "_Ta bort"
-#: ../src/Dialogs.vala:1443
+#: ../src/Dialogs.vala:1449
msgid "Remove Photo From Library"
msgstr "Ta bort bild från biblioteket"
-#: ../src/Dialogs.vala:1443
+#: ../src/Dialogs.vala:1449
msgid "Remove Photos From Library"
msgstr "Ta bort bilder från bibliotek"
-#: ../src/Dialogs.vala:1536
+#: ../src/Dialogs.vala:1542
#, c-format
msgid "%d%%"
msgstr "%d%%"
-#: ../src/Dialogs.vala:1688
+#: ../src/Dialogs.vala:1696
msgid "AM"
msgstr "AM"
-#: ../src/Dialogs.vala:1689
+#: ../src/Dialogs.vala:1697
msgid "PM"
msgstr "PM"
-#: ../src/Dialogs.vala:1690
+#: ../src/Dialogs.vala:1698
msgid "24 Hr"
msgstr "24 timmar"
-#: ../src/Dialogs.vala:1705
+#: ../src/Dialogs.vala:1713
msgid "_Shift photos/videos by the same amount"
msgstr "_Förskjut bilder/filmer med samma värde"
-#: ../src/Dialogs.vala:1710
+#: ../src/Dialogs.vala:1718
msgid "Set _all photos/videos to this time"
msgstr "Ställ in _alla bilder/filmer till denna tid"
-#: ../src/Dialogs.vala:1717
+#: ../src/Dialogs.vala:1725
msgid "_Modify original photo file"
msgstr "_Modifiera originalbilden"
-#: ../src/Dialogs.vala:1717
+#: ../src/Dialogs.vala:1725
msgid "_Modify original photo files"
msgstr "_Modifiera originalbilderna"
-#: ../src/Dialogs.vala:1720
+#: ../src/Dialogs.vala:1728
msgid "_Modify original file"
msgstr "Än_dra originalfil"
-#: ../src/Dialogs.vala:1720
+#: ../src/Dialogs.vala:1728
msgid "_Modify original files"
msgstr "Än_dra originalfiler"
-#: ../src/Dialogs.vala:1806
+#: ../src/Dialogs.vala:1814
msgid "Original: "
msgstr "Original: "
-#: ../src/Dialogs.vala:1807
+#: ../src/Dialogs.vala:1815
msgid "%m/%d/%Y, %H:%M:%S"
msgstr "%Y-%m-%d, %H:%M:%S"
-#: ../src/Dialogs.vala:1808
+#: ../src/Dialogs.vala:1816
msgid "%m/%d/%Y, %I:%M:%S %p"
msgstr "%Y-%m-%d, %H:%M:%S"
-#: ../src/Dialogs.vala:1897
+#: ../src/Dialogs.vala:1905
#, c-format
msgid ""
"Exposure time will be shifted forward by\n"
@@ -2084,7 +2089,7 @@ msgstr ""
"Exponeringsögonblicket kommer att flyttas framåt med\n"
"%d %s, %d %s, %d %s och %d %s."
-#: ../src/Dialogs.vala:1898
+#: ../src/Dialogs.vala:1906
#, c-format
msgid ""
"Exposure time will be shifted backward by\n"
@@ -2093,31 +2098,31 @@ msgstr ""
"Exponeringsögonblicket kommer att flyttas bakåt med\n"
"%d %s, %d %s, %d %s och %d %s."
-#: ../src/Dialogs.vala:1900
+#: ../src/Dialogs.vala:1908
msgid "day"
msgid_plural "days"
msgstr[0] "dag"
msgstr[1] "dagar"
-#: ../src/Dialogs.vala:1901
+#: ../src/Dialogs.vala:1909
msgid "hour"
msgid_plural "hours"
msgstr[0] "timme"
msgstr[1] "timmar"
-#: ../src/Dialogs.vala:1902
+#: ../src/Dialogs.vala:1910
msgid "minute"
msgid_plural "minutes"
msgstr[0] "minut"
msgstr[1] "minuter"
-#: ../src/Dialogs.vala:1903
+#: ../src/Dialogs.vala:1911
msgid "second"
msgid_plural "seconds"
msgstr[0] "sekund"
msgstr[1] "sekunder"
-#: ../src/Dialogs.vala:1947
+#: ../src/Dialogs.vala:1955
#, c-format
msgid ""
"\n"
@@ -2136,49 +2141,49 @@ msgstr[1] ""
"\n"
"och %d andra."
-#: ../src/Dialogs.vala:1969 ../src/Dialogs.vala:1996
+#: ../src/Dialogs.vala:1977 ../src/Dialogs.vala:2004
msgid "Tags (separated by commas):"
msgstr "Taggar (separerade med kommatecken):"
-#: ../src/Dialogs.vala:2076
+#: ../src/Dialogs.vala:2084
msgid "Welcome!"
msgstr "Välkommen!"
-#: ../src/Dialogs.vala:2083
+#: ../src/Dialogs.vala:2091
msgid "Welcome to Shotwell!"
msgstr "Välkommen till Shotwell!"
-#: ../src/Dialogs.vala:2087
+#: ../src/Dialogs.vala:2095
msgid "To get started, import photos in any of these ways:"
msgstr "Importera bilder på något av dessa sätt för att komma igång:"
-#: ../src/Dialogs.vala:2106
+#: ../src/Dialogs.vala:2114
#, c-format
msgid "Choose <span weight=\"bold\">File %s Import From Folder</span>"
msgstr "Välj <span weight=\"bold\">Arkiv %s Importera från mapp</span>"
-#: ../src/Dialogs.vala:2107
+#: ../src/Dialogs.vala:2115
msgid "Drag and drop photos onto the Shotwell window"
msgstr "Dra och släpp bilder till Shotwell-fönstret"
-#: ../src/Dialogs.vala:2108
+#: ../src/Dialogs.vala:2116
msgid "Connect a camera to your computer and import"
msgstr "Anslut en kamera till din dator och importera"
-#: ../src/Dialogs.vala:2118
+#: ../src/Dialogs.vala:2126
#, c-format
msgid "_Import photos from your %s folder"
msgstr "_Importera bilder från din %s-mapp"
-#: ../src/Dialogs.vala:2125
+#: ../src/Dialogs.vala:2133
msgid "You can also import photos in any of these ways:"
msgstr "Du kan även importera bilder på något av dessa sätt:"
-#: ../src/Dialogs.vala:2135
+#: ../src/Dialogs.vala:2143
msgid "_Don't show this message again"
msgstr "Visa _inte detta meddelande igen"
-#: ../src/Dialogs.vala:2170
+#: ../src/Dialogs.vala:2178
#, c-format
msgid "Import photos from your %s library"
msgstr "Importera bilder från ditt %s-bibliotek"
@@ -2186,41 +2191,41 @@ msgstr "Importera bilder från ditt %s-bibliotek"
#. We're installed system-wide, so use the system help.
#. We're being run from the build directory; we'll have to handle clicks to this
#. link manually ourselves, due to a limitation ghelp: URIs.
-#: ../src/Dialogs.vala:2311 ../src/Dialogs.vala:2315
+#: ../src/Dialogs.vala:2325 ../src/Dialogs.vala:2329
msgid "(Help)"
msgstr "(Hjälp)"
-#: ../src/Dialogs.vala:2324
+#: ../src/Dialogs.vala:2338
#, c-format
msgid "Year%sMonth%sDay"
msgstr "År%sMånad%sDag"
-#: ../src/Dialogs.vala:2326
+#: ../src/Dialogs.vala:2340
#, c-format
msgid "Year%sMonth"
msgstr "År%sMånad"
-#: ../src/Dialogs.vala:2328
+#: ../src/Dialogs.vala:2342
#, c-format
msgid "Year%sMonth-Day"
msgstr "År%sMånad-Dag"
-#: ../src/Dialogs.vala:2330
+#: ../src/Dialogs.vala:2344
msgid "Year-Month-Day"
msgstr "År-Månad-Dag"
-#: ../src/Dialogs.vala:2331 ../src/editing_tools/EditingTools.vala:781
+#: ../src/Dialogs.vala:2345 ../src/editing_tools/EditingTools.vala:781
msgid "Custom"
msgstr "Anpassad"
#. Invalid pattern.
-#: ../src/Dialogs.vala:2568
+#: ../src/Dialogs.vala:2582
msgid "Invalid pattern"
msgstr "Ogiltigt mönster"
#. This function is used to determine whether or not files should be copied or linked when imported.
#. Returns ACCEPT for copy, REJECT for link, and CANCEL for (drum-roll) cancel.
-#: ../src/Dialogs.vala:2670
+#: ../src/Dialogs.vala:2684
msgid ""
"Shotwell can copy the photos into your library folder or it can import them "
"without copying."
@@ -2228,31 +2233,31 @@ msgstr ""
"Shotwell kan kopiera bilderna till din biblioteksmapp eller importera dem "
"utan att kopiera dem."
-#: ../src/Dialogs.vala:2675
+#: ../src/Dialogs.vala:2689
msgid "Co_py Photos"
msgstr "Ko_piera bilder"
-#: ../src/Dialogs.vala:2676
+#: ../src/Dialogs.vala:2690
msgid "_Import in Place"
msgstr "_Importera på plats"
-#: ../src/Dialogs.vala:2677
+#: ../src/Dialogs.vala:2691
msgid "Import to Library"
msgstr "Importera till biblioteket"
-#: ../src/Dialogs.vala:2687 ../src/PhotoPage.vala:3087
+#: ../src/Dialogs.vala:2701 ../src/PhotoPage.vala:3085
msgid "Remove From Library"
msgstr "Ta bort från biblioteket"
-#: ../src/Dialogs.vala:2688 ../src/PhotoPage.vala:3087
+#: ../src/Dialogs.vala:2702 ../src/PhotoPage.vala:3085
msgid "Removing Photo From Library"
msgstr "Tar bort bild från bibliotek"
-#: ../src/Dialogs.vala:2688
+#: ../src/Dialogs.vala:2702
msgid "Removing Photos From Library"
msgstr "Tar bort bilder från bibliotek"
-#: ../src/Dialogs.vala:2702
+#: ../src/Dialogs.vala:2716
#, c-format
msgid ""
"This will remove the photo/video from your Shotwell library. Would you also "
@@ -2275,7 +2280,7 @@ msgstr[1] ""
"\n"
"Den här åtgärden kan inte ångras."
-#: ../src/Dialogs.vala:2706
+#: ../src/Dialogs.vala:2720
#, c-format
msgid ""
"This will remove the video from your Shotwell library. Would you also like "
@@ -2298,7 +2303,7 @@ msgstr[1] ""
"\n"
"Den här åtgärd kan inte ångras."
-#: ../src/Dialogs.vala:2710
+#: ../src/Dialogs.vala:2724
#, c-format
msgid ""
"This will remove the photo from your Shotwell library. Would you also like "
@@ -2321,7 +2326,7 @@ msgstr[1] ""
"\n"
"Den här åtgärden kan inte ångras."
-#: ../src/Dialogs.vala:2742
+#: ../src/Dialogs.vala:2756
#, c-format
msgid ""
"The photo or video cannot be moved to your desktop trash. Delete this file?"
@@ -2335,7 +2340,7 @@ msgstr[1] ""
"dessa filer direkt?"
#. Alert the user that the files were not removed.
-#: ../src/Dialogs.vala:2759
+#: ../src/Dialogs.vala:2773
#, c-format
msgid "The photo or video cannot be deleted."
msgid_plural "%d photos/videos cannot be deleted."
@@ -2401,8 +2406,8 @@ msgstr "Kunde inte behandla övervakningsuppdateringar: %s"
msgid "Adjust the size of the thumbnails"
msgstr "Justera storleken på miniatyrbilderna"
-#: ../src/MediaPage.vala:340 ../src/PhotoPage.vala:2593
-#: ../src/Resources.vala:188 ../src/direct/DirectPhotoPage.vala:174
+#: ../src/MediaPage.vala:340 ../src/PhotoPage.vala:2591
+#: ../src/Resources.vala:183 ../src/direct/DirectPhotoPage.vala:174
msgid "Zoom _In"
msgstr "_Förstora"
@@ -2410,8 +2415,8 @@ msgstr "_Förstora"
msgid "Increase the magnification of the thumbnails"
msgstr "Öka förstoringen på miniatyrbilderna"
-#: ../src/MediaPage.vala:346 ../src/PhotoPage.vala:2599
-#: ../src/Resources.vala:189 ../src/direct/DirectPhotoPage.vala:180
+#: ../src/MediaPage.vala:346 ../src/PhotoPage.vala:2597
+#: ../src/Resources.vala:184 ../src/direct/DirectPhotoPage.vala:180
msgid "Zoom _Out"
msgstr "_Förminska"
@@ -2431,21 +2436,21 @@ msgstr "Spela _upp film"
msgid "Open the selected videos in the system video player"
msgstr "Öppna markerade filmer i systemets filmspelare"
-#: ../src/MediaPage.vala:428 ../src/PhotoPage.vala:2642
+#: ../src/MediaPage.vala:428 ../src/PhotoPage.vala:2640
msgid "_Developer"
msgstr "_Framkallare"
#: ../src/MediaPage.vala:440 ../src/camera/Branch.vala:99
-#: ../src/camera/ImportPage.vala:711 ../src/camera/ImportPage.vala:727
+#: ../src/camera/ImportPage.vala:710 ../src/camera/ImportPage.vala:726
#: ../src/photos/RawSupport.vala:303
msgid "Camera"
msgstr "Kamera"
-#: ../src/MediaPage.vala:451 ../src/camera/ImportPage.vala:874
+#: ../src/MediaPage.vala:451 ../src/camera/ImportPage.vala:873
msgid "_Titles"
msgstr "_Titlar"
-#: ../src/MediaPage.vala:452 ../src/camera/ImportPage.vala:875
+#: ../src/MediaPage.vala:452 ../src/camera/ImportPage.vala:874
msgid "Display the title of each photo"
msgstr "Visa titeln för varje bild"
@@ -2522,15 +2527,15 @@ msgstr ""
"Shotwell kunde inte spela upp den markerade filmen:\n"
"%s"
-#: ../src/Page.vala:1263
+#: ../src/Page.vala:1266
msgid "No photos/videos"
msgstr "Inga bilder eller filmer"
-#: ../src/Page.vala:1267
+#: ../src/Page.vala:1270
msgid "No photos/videos found"
msgstr "Inga bilder eller filmer hittades"
-#: ../src/Page.vala:2565
+#: ../src/Page.vala:2568
msgid "Photos cannot be exported to this directory."
msgstr "Bilderna kan inte exporteras till denna mapp."
@@ -2548,73 +2553,73 @@ msgstr "Föregående bild"
msgid "Next photo"
msgstr "Nästa bild"
-#: ../src/PhotoPage.vala:1847
+#: ../src/PhotoPage.vala:1845
#, c-format
msgid "Photo source file missing: %s"
msgstr "Källfilen för bilden saknas: %s"
-#: ../src/PhotoPage.vala:2414 ../src/direct/DirectPhotoPage.vala:165
+#: ../src/PhotoPage.vala:2412 ../src/direct/DirectPhotoPage.vala:165
#: ../src/library/LibraryWindow.vala:343
msgid "_View"
msgstr "_Visa"
-#: ../src/PhotoPage.vala:2418 ../src/direct/DirectPhotoPage.vala:81
+#: ../src/PhotoPage.vala:2416 ../src/direct/DirectPhotoPage.vala:81
msgid "T_ools"
msgstr "_Verktyg"
-#: ../src/PhotoPage.vala:2423 ../src/direct/DirectPhotoPage.vala:86
+#: ../src/PhotoPage.vala:2421 ../src/direct/DirectPhotoPage.vala:86
msgid "_Previous Photo"
msgstr "_Föregående bild"
-#: ../src/PhotoPage.vala:2424 ../src/direct/DirectPhotoPage.vala:87
+#: ../src/PhotoPage.vala:2422 ../src/direct/DirectPhotoPage.vala:87
msgid "Previous Photo"
msgstr "Föregående bild"
-#: ../src/PhotoPage.vala:2429 ../src/direct/DirectPhotoPage.vala:92
+#: ../src/PhotoPage.vala:2427 ../src/direct/DirectPhotoPage.vala:92
msgid "_Next Photo"
msgstr "_Nästa bild"
-#: ../src/PhotoPage.vala:2430 ../src/direct/DirectPhotoPage.vala:93
+#: ../src/PhotoPage.vala:2428 ../src/direct/DirectPhotoPage.vala:93
msgid "Next Photo"
msgstr "Nästa bild"
-#: ../src/PhotoPage.vala:2594 ../src/direct/DirectPhotoPage.vala:175
+#: ../src/PhotoPage.vala:2592 ../src/direct/DirectPhotoPage.vala:175
msgid "Increase the magnification of the photo"
msgstr "Öka förstoringen av bilden"
-#: ../src/PhotoPage.vala:2600 ../src/direct/DirectPhotoPage.vala:181
+#: ../src/PhotoPage.vala:2598 ../src/direct/DirectPhotoPage.vala:181
msgid "Decrease the magnification of the photo"
msgstr "Minska förstoringen av bilden"
-#: ../src/PhotoPage.vala:2605 ../src/direct/DirectPhotoPage.vala:186
+#: ../src/PhotoPage.vala:2603 ../src/direct/DirectPhotoPage.vala:186
msgid "Fit to _Page"
msgstr "_Anpassa till sidan"
-#: ../src/PhotoPage.vala:2606 ../src/direct/DirectPhotoPage.vala:187
+#: ../src/PhotoPage.vala:2604 ../src/direct/DirectPhotoPage.vala:187
msgid "Zoom the photo to fit on the screen"
msgstr "Zooma bilden för att passa på skärmen"
-#: ../src/PhotoPage.vala:2612 ../src/direct/DirectPhotoPage.vala:193
+#: ../src/PhotoPage.vala:2610 ../src/direct/DirectPhotoPage.vala:193
#, no-c-format
msgid "Zoom _100%"
msgstr "_Visa 100%"
-#: ../src/PhotoPage.vala:2614 ../src/direct/DirectPhotoPage.vala:195
+#: ../src/PhotoPage.vala:2612 ../src/direct/DirectPhotoPage.vala:195
#, no-c-format
msgid "Zoom the photo to 100% magnification"
msgstr "Zooma bilden till 100% förstoring"
-#: ../src/PhotoPage.vala:2620 ../src/direct/DirectPhotoPage.vala:201
+#: ../src/PhotoPage.vala:2618 ../src/direct/DirectPhotoPage.vala:201
#, no-c-format
msgid "Zoom _200%"
msgstr "_Visa 200%"
-#: ../src/PhotoPage.vala:2622 ../src/direct/DirectPhotoPage.vala:203
+#: ../src/PhotoPage.vala:2620 ../src/direct/DirectPhotoPage.vala:203
#, no-c-format
msgid "Zoom the photo to 200% magnification"
msgstr "Zooma bilden till 200% förstoring"
-#: ../src/PhotoPage.vala:3231
+#: ../src/PhotoPage.vala:3229
#, c-format
msgid "Unable to export %s: %s"
msgstr "Kunde inte exportera %s: %s"
@@ -2738,7 +2743,7 @@ msgstr "Idag"
msgid "Yesterday"
msgstr "Igår"
-#: ../src/Properties.vala:227 ../src/camera/ImportPage.vala:312
+#: ../src/Properties.vala:227 ../src/camera/ImportPage.vala:311
msgid "RAW+JPEG"
msgstr "RAW+JPEG"
@@ -2875,7 +2880,7 @@ msgstr "Upphovsrätt:"
msgid "Software:"
msgstr "Program:"
-#: ../src/Properties.vala:639
+#: ../src/Properties.vala:641
msgid "Extended Information"
msgstr "Utökad information"
@@ -2887,754 +2892,754 @@ msgstr "Bildhanterare"
msgid "Photo Viewer"
msgstr "Bildvisare"
-#: ../src/Resources.vala:144
+#: ../src/Resources.vala:139
msgid "Rotate _Right"
msgstr "Rotera åt _höger"
-#: ../src/Resources.vala:145 ../src/Resources.vala:150
+#: ../src/Resources.vala:140 ../src/Resources.vala:145
msgid "Rotate"
msgstr "Rotera"
-#: ../src/Resources.vala:146
+#: ../src/Resources.vala:141
msgid "Rotate Right"
msgstr "Rotera åt höger"
-#: ../src/Resources.vala:147
+#: ../src/Resources.vala:142
msgid "Rotate the photos right (press Ctrl to rotate left)"
msgstr "Rotera bilderna åt höger (tryck Ctrl för att rotera åt vänster)"
-#: ../src/Resources.vala:149
+#: ../src/Resources.vala:144
msgid "Rotate _Left"
msgstr "Rotera åt _vänster"
-#: ../src/Resources.vala:151
+#: ../src/Resources.vala:146
msgid "Rotate Left"
msgstr "Rotera åt vänster"
-#: ../src/Resources.vala:152
+#: ../src/Resources.vala:147
msgid "Rotate the photos left"
msgstr "Rotera bilderna åt vänster"
-#: ../src/Resources.vala:154
+#: ../src/Resources.vala:149
msgid "Flip Hori_zontally"
msgstr "Vänd hor_isontellt"
-#: ../src/Resources.vala:155
+#: ../src/Resources.vala:150
msgid "Flip Horizontally"
msgstr "Vänd horisontellt"
-#: ../src/Resources.vala:157
+#: ../src/Resources.vala:152
msgid "Flip Verti_cally"
msgstr "Vänd verti_kalt"
-#: ../src/Resources.vala:158
+#: ../src/Resources.vala:153
msgid "Flip Vertically"
msgstr "Vänd vertikalt"
-#: ../src/Resources.vala:160
+#: ../src/Resources.vala:155
msgid "_About"
msgstr "_Om"
-#: ../src/Resources.vala:161
+#: ../src/Resources.vala:156
msgid "_Apply"
msgstr "_Verkställ"
-#: ../src/Resources.vala:164 ../src/direct/DirectPhotoPage.vala:73
+#: ../src/Resources.vala:159 ../src/direct/DirectPhotoPage.vala:73
#: ../src/library/LibraryWindow.vala:339
msgid "_Edit"
msgstr "_Redigera"
-#: ../src/Resources.vala:165
+#: ../src/Resources.vala:160
msgid "_Forward"
msgstr "_Framåt"
-#: ../src/Resources.vala:166
+#: ../src/Resources.vala:161
msgid "Fulls_creen"
msgstr "_Helskärm"
-#: ../src/Resources.vala:167 ../src/direct/DirectPhotoPage.vala:169
+#: ../src/Resources.vala:162 ../src/direct/DirectPhotoPage.vala:169
#: ../src/library/LibraryWindow.vala:363
msgid "_Help"
msgstr "_Hjälp"
-#: ../src/Resources.vala:168
+#: ../src/Resources.vala:163
msgid "Leave _Fullscreen"
msgstr "Avsluta _helskärmsläge"
-#: ../src/Resources.vala:169 ../src/Resources.vala:371
+#: ../src/Resources.vala:164 ../src/Resources.vala:366
msgid "_New"
msgstr "_Ny"
-#: ../src/Resources.vala:170
+#: ../src/Resources.vala:165
msgid "_Next"
msgstr "_Nästa"
-#: ../src/Resources.vala:171
+#: ../src/Resources.vala:166
msgid "_OK"
msgstr "_OK"
-#: ../src/Resources.vala:172
+#: ../src/Resources.vala:167
msgid "_Play"
msgstr "_Spela"
-#: ../src/Resources.vala:173 ../src/Resources.vala:325
+#: ../src/Resources.vala:168 ../src/Resources.vala:320
msgid "_Preferences"
msgstr "_Inställningar"
-#: ../src/Resources.vala:174
+#: ../src/Resources.vala:169
msgid "_Previous"
msgstr "_Föregående"
-#: ../src/Resources.vala:175
+#: ../src/Resources.vala:170
msgid "_Print"
msgstr "Skriv _ut"
-#: ../src/Resources.vala:176
+#: ../src/Resources.vala:171
msgid "_Quit"
msgstr "_Avsluta"
-#: ../src/Resources.vala:177
+#: ../src/Resources.vala:172
msgid "_Refresh"
msgstr "_Uppdatera"
-#: ../src/Resources.vala:179
+#: ../src/Resources.vala:174
msgid "_Revert"
msgstr "_Återställ"
-#: ../src/Resources.vala:180 ../src/direct/DirectPhotoPage.vala:51
-#: ../src/direct/DirectPhotoPage.vala:422
+#: ../src/Resources.vala:175 ../src/direct/DirectPhotoPage.vala:51
+#: ../src/direct/DirectPhotoPage.vala:432
msgid "_Save"
msgstr "_Spara"
-#: ../src/Resources.vala:181
+#: ../src/Resources.vala:176
msgid "Save _As"
msgstr "_Spara som"
-#: ../src/Resources.vala:182
+#: ../src/Resources.vala:177
msgid "Sort _Ascending"
msgstr "Sortera _stigande"
-#: ../src/Resources.vala:183
+#: ../src/Resources.vala:178
msgid "Sort _Descending"
msgstr "Sortera _fallande"
-#: ../src/Resources.vala:184
+#: ../src/Resources.vala:179
msgid "_Stop"
msgstr "_Stoppa"
-#: ../src/Resources.vala:185
+#: ../src/Resources.vala:180
msgid "_Undelete"
msgstr "_Ångra radering"
-#: ../src/Resources.vala:186
+#: ../src/Resources.vala:181
msgid "_Normal Size"
msgstr "_Normalstorlek"
-#: ../src/Resources.vala:187
+#: ../src/Resources.vala:182
msgid "Best _Fit"
msgstr "_Passa"
-#: ../src/Resources.vala:191
+#: ../src/Resources.vala:186
msgid "_Enhance"
msgstr "Förbä_ttra"
-#: ../src/Resources.vala:192
+#: ../src/Resources.vala:187
msgid "Enhance"
msgstr "Förbättra"
-#: ../src/Resources.vala:193
+#: ../src/Resources.vala:188
msgid "Automatically improve the photo's appearance"
msgstr "Förbättra visningen av bilden automatiskt"
-#: ../src/Resources.vala:195
+#: ../src/Resources.vala:190
msgid "_Copy Color Adjustments"
msgstr "_Kopiera färgjusteringar"
-#: ../src/Resources.vala:196
+#: ../src/Resources.vala:191
msgid "Copy Color Adjustments"
msgstr "Kopiera färgjusteringar"
-#: ../src/Resources.vala:197
+#: ../src/Resources.vala:192
msgid "Copy the color adjustments applied to the photo"
msgstr "Kopiera färgjusteringarna verkställda på bilden"
-#: ../src/Resources.vala:199
+#: ../src/Resources.vala:194
msgid "_Paste Color Adjustments"
msgstr "_Klistra in färgjusteringar"
-#: ../src/Resources.vala:200
+#: ../src/Resources.vala:195
msgid "Paste Color Adjustments"
msgstr "Klistra in färgjusteringar"
-#: ../src/Resources.vala:201
+#: ../src/Resources.vala:196
msgid "Apply copied color adjustments to the selected photos"
msgstr "Verkställ kopierade färgjusteringar till de markerade bilderna"
-#: ../src/Resources.vala:203
+#: ../src/Resources.vala:198
msgid "_Crop"
msgstr "_Beskär"
-#: ../src/Resources.vala:204
+#: ../src/Resources.vala:199
msgid "Crop"
msgstr "Beskär"
-#: ../src/Resources.vala:205
+#: ../src/Resources.vala:200
msgid "Crop the photo's size"
msgstr "Beskär bildstorlek"
-#: ../src/Resources.vala:207 ../src/editing_tools/StraightenTool.vala:100
+#: ../src/Resources.vala:202 ../src/editing_tools/StraightenTool.vala:100
msgid "_Straighten"
msgstr "_Räta ut"
-#: ../src/Resources.vala:208
+#: ../src/Resources.vala:203
msgid "Straighten"
msgstr "Räta ut"
-#: ../src/Resources.vala:209
+#: ../src/Resources.vala:204
msgid "Straighten the photo"
msgstr "Räta ut bilden"
-#: ../src/Resources.vala:211
+#: ../src/Resources.vala:206
msgid "_Red-eye"
msgstr "_Röda ögon"
-#: ../src/Resources.vala:212
+#: ../src/Resources.vala:207
msgid "Red-eye"
msgstr "Röda ögon"
-#: ../src/Resources.vala:213
+#: ../src/Resources.vala:208
msgid "Reduce or eliminate any red-eye effects in the photo"
msgstr "Minska eller ta bort röda ögon i bilden"
-#: ../src/Resources.vala:215
+#: ../src/Resources.vala:210
msgid "_Adjust"
msgstr "_Justera"
-#: ../src/Resources.vala:216
+#: ../src/Resources.vala:211
msgid "Adjust"
msgstr "Justera"
-#: ../src/Resources.vala:217
+#: ../src/Resources.vala:212
msgid "Adjust the photo's color and tone"
msgstr "Justera bildfärg och -ton"
-#: ../src/Resources.vala:219
+#: ../src/Resources.vala:214
msgid "Re_vert to Original"
msgstr "_Återställ till original"
-#: ../src/Resources.vala:220
+#: ../src/Resources.vala:215
msgid "Revert to Original"
msgstr "Återställ till original"
-#: ../src/Resources.vala:222
+#: ../src/Resources.vala:217
msgid "Revert External E_dits"
msgstr "Återställ externa r_edigeringar"
-#: ../src/Resources.vala:223
+#: ../src/Resources.vala:218
msgid "Revert to the master photo"
msgstr "Återställ till huvudbild"
-#: ../src/Resources.vala:225
+#: ../src/Resources.vala:220
msgid "Set as _Desktop Background"
msgstr "Använd som skrivbords_bakgrund"
-#: ../src/Resources.vala:226
+#: ../src/Resources.vala:221
msgid "Set selected image to be the new desktop background"
msgstr "Använd bilden som ny skrivbordsbakgrund"
-#: ../src/Resources.vala:227
+#: ../src/Resources.vala:222
msgid "Set as _Desktop Slideshow..."
msgstr "_Använd som bildspel för skrivbord…"
-#: ../src/Resources.vala:229
+#: ../src/Resources.vala:224
msgid "_Undo"
msgstr "_Ångra"
-#: ../src/Resources.vala:230
+#: ../src/Resources.vala:225
msgid "Undo"
msgstr "Ångra"
-#: ../src/Resources.vala:232
+#: ../src/Resources.vala:227
msgid "_Redo"
msgstr "_Gör om"
-#: ../src/Resources.vala:233
+#: ../src/Resources.vala:228
msgid "Redo"
msgstr "Gör om"
-#: ../src/Resources.vala:235
+#: ../src/Resources.vala:230
msgid "Re_name Event..."
msgstr "B_yt namn på händelse…"
-#: ../src/Resources.vala:238
+#: ../src/Resources.vala:233
msgid "Make _Key Photo for Event"
msgstr "Gör till _huvudbild för händelsen"
-#: ../src/Resources.vala:239
+#: ../src/Resources.vala:234
msgid "Make Key Photo for Event"
msgstr "Gör till huvudbild för händelsen"
-#: ../src/Resources.vala:241
+#: ../src/Resources.vala:236
msgid "_New Event"
msgstr "_Ny händelse"
-#: ../src/Resources.vala:242
+#: ../src/Resources.vala:237
msgid "New Event"
msgstr "Ny händelse"
-#: ../src/Resources.vala:244
+#: ../src/Resources.vala:239
msgid "Move Photos"
msgstr "Flytta bilder"
-#: ../src/Resources.vala:245
+#: ../src/Resources.vala:240
msgid "Move photos to an event"
msgstr "Flytta bilder till en händelse"
-#: ../src/Resources.vala:247
+#: ../src/Resources.vala:242
msgid "_Merge Events"
msgstr "Sa_mmanfoga händelser"
-#: ../src/Resources.vala:248
+#: ../src/Resources.vala:243
msgid "Merge"
msgstr "Sammanfoga"
-#: ../src/Resources.vala:249
+#: ../src/Resources.vala:244
msgid "Combine events into a single event"
msgstr "Lägg samman händelser till en enskild händelse"
-#: ../src/Resources.vala:251
+#: ../src/Resources.vala:246
msgid "_Set Rating"
msgstr "_Betygsätt"
-#: ../src/Resources.vala:252
+#: ../src/Resources.vala:247
msgid "Set Rating"
msgstr "Betygsätt"
-#: ../src/Resources.vala:253
+#: ../src/Resources.vala:248
msgid "Change the rating of your photo"
msgstr "Ändra betyget för din bild"
-#: ../src/Resources.vala:255
+#: ../src/Resources.vala:250
msgid "_Increase"
msgstr "_Höj"
-#: ../src/Resources.vala:256
+#: ../src/Resources.vala:251
msgid "Increase Rating"
msgstr "Höj betyg"
-#: ../src/Resources.vala:258
+#: ../src/Resources.vala:253
msgid "_Decrease"
msgstr "_Sänk"
-#: ../src/Resources.vala:259
+#: ../src/Resources.vala:254
msgid "Decrease Rating"
msgstr "Sänk betyg"
-#: ../src/Resources.vala:261
+#: ../src/Resources.vala:256
msgid "_Unrated"
msgstr "_Ej betygsatt"
-#: ../src/Resources.vala:262
+#: ../src/Resources.vala:257
msgid "Unrated"
msgstr "Ej betygsatt"
-#: ../src/Resources.vala:263
+#: ../src/Resources.vala:258
msgid "Rate Unrated"
msgstr "Ange som ej betygsatt"
-#: ../src/Resources.vala:264
+#: ../src/Resources.vala:259
msgid "Setting as unrated"
msgstr "Anger som ej betygsatt"
-#: ../src/Resources.vala:265
+#: ../src/Resources.vala:260
msgid "Remove any ratings"
msgstr "Ta bort eventuella betyg"
-#: ../src/Resources.vala:267
+#: ../src/Resources.vala:262
msgid "_Rejected"
msgstr "_Avvisad"
-#: ../src/Resources.vala:268
+#: ../src/Resources.vala:263
msgid "Rejected"
msgstr "Avvisad"
-#: ../src/Resources.vala:269
+#: ../src/Resources.vala:264
msgid "Rate Rejected"
msgstr "Ange som avvisad"
-#: ../src/Resources.vala:270
+#: ../src/Resources.vala:265
msgid "Setting as rejected"
msgstr "Anger som avvisad"
-#: ../src/Resources.vala:271
+#: ../src/Resources.vala:266
msgid "Set rating to rejected"
msgstr "Ange som avvisad"
-#: ../src/Resources.vala:273
+#: ../src/Resources.vala:268
msgid "Rejected _Only"
msgstr "_Enbart avvisade"
-#: ../src/Resources.vala:274
+#: ../src/Resources.vala:269
msgid "Rejected Only"
msgstr "Enbart avvisade"
-#: ../src/Resources.vala:275
+#: ../src/Resources.vala:270
msgid "Show only rejected photos"
msgstr "Visa enbart avvisade bilder"
-#: ../src/Resources.vala:277
+#: ../src/Resources.vala:272
msgid "All + _Rejected"
msgstr "Alla + _avvisade"
-#: ../src/Resources.vala:278 ../src/Resources.vala:279
+#: ../src/Resources.vala:273 ../src/Resources.vala:274
msgid "Show all photos, including rejected"
msgstr "Visa alla bilder, inklusive avvisade"
-#: ../src/Resources.vala:281
+#: ../src/Resources.vala:276
msgid "_All Photos"
msgstr "_Alla bilder"
#. Button label
#. Button tooltip
-#: ../src/Resources.vala:283 ../src/Resources.vala:285
+#: ../src/Resources.vala:278 ../src/Resources.vala:280
msgid "Show all photos"
msgstr "Visa alla bilder"
-#: ../src/Resources.vala:287
+#: ../src/Resources.vala:282
msgid "_Ratings"
msgstr "_Betyg"
-#: ../src/Resources.vala:288
+#: ../src/Resources.vala:283
msgid "Display each photo's rating"
msgstr "Visa betyg för varje bild"
-#: ../src/Resources.vala:290
+#: ../src/Resources.vala:285
msgid "_Filter Photos"
msgstr "_Filtrera bilder"
-#: ../src/Resources.vala:291
+#: ../src/Resources.vala:286
msgid "Filter Photos"
msgstr "Filtrera bilder"
-#: ../src/Resources.vala:292
+#: ../src/Resources.vala:287
msgid "Limit the number of photos displayed based on a filter"
msgstr "Begränsa antalet bilder som visas baserat på ett filter"
-#: ../src/Resources.vala:294
+#: ../src/Resources.vala:289
msgid "_Duplicate"
msgstr "_Duplicera"
-#: ../src/Resources.vala:295
+#: ../src/Resources.vala:290
msgid "Duplicate"
msgstr "Duplicera"
-#: ../src/Resources.vala:296
+#: ../src/Resources.vala:291
msgid "Make a duplicate of the photo"
msgstr "Gör en kopia av bilden"
-#: ../src/Resources.vala:298
+#: ../src/Resources.vala:293
msgid "_Export..."
msgstr "_Exportera…"
-#: ../src/Resources.vala:300
+#: ../src/Resources.vala:295
msgid "_Print..."
msgstr "Skriv _ut…"
-#: ../src/Resources.vala:302
+#: ../src/Resources.vala:297
msgid "Pu_blish..."
msgstr "Pu_blicera…"
-#: ../src/Resources.vala:304
+#: ../src/Resources.vala:299
msgid "Publish to various websites"
msgstr "Publicera till olika webbplatser"
-#: ../src/Resources.vala:306
+#: ../src/Resources.vala:301
msgid "Edit _Title..."
msgstr "Redigera _titel…"
-#: ../src/Resources.vala:310
+#: ../src/Resources.vala:305
msgid "Edit _Comment..."
msgstr "Redigera _kommentar…"
#. Button label
-#: ../src/Resources.vala:312
+#: ../src/Resources.vala:307
msgid "Edit Comment"
msgstr "Redigera kommentar"
-#: ../src/Resources.vala:314
+#: ../src/Resources.vala:309
msgid "Edit Event _Comment..."
msgstr "Redigera _händelsekommentar…"
-#: ../src/Resources.vala:317
+#: ../src/Resources.vala:312
msgid "_Adjust Date and Time..."
msgstr "_Justera datum och tid…"
-#: ../src/Resources.vala:318
+#: ../src/Resources.vala:313
msgid "Adjust Date and Time"
msgstr "Justera datum och tid"
-#: ../src/Resources.vala:320
+#: ../src/Resources.vala:315
msgid "Add _Tags..."
msgstr "Lägg till _taggar…"
-#: ../src/Resources.vala:321
+#: ../src/Resources.vala:316
msgid "_Add Tags..."
msgstr "_Lägg till taggar…"
#. Dialog title
#. Undo/Redo command name (in Edit menu)
-#: ../src/Resources.vala:323 ../src/Resources.vala:356
+#: ../src/Resources.vala:318 ../src/Resources.vala:351
msgid "Add Tags"
msgstr "Lägg till taggar"
-#: ../src/Resources.vala:327
+#: ../src/Resources.vala:322
msgid "Open With E_xternal Editor"
msgstr "Öppna med e_xtern redigerare"
-#: ../src/Resources.vala:329
+#: ../src/Resources.vala:324
msgid "Open With RA_W Editor"
msgstr "Öppna i RA_W-redigerare"
-#: ../src/Resources.vala:331
+#: ../src/Resources.vala:326
msgid "Send _To..."
msgstr "Skicka _till…"
-#: ../src/Resources.vala:332
+#: ../src/Resources.vala:327
msgid "Send T_o..."
msgstr "Skicka _till…"
-#: ../src/Resources.vala:334
+#: ../src/Resources.vala:329
msgid "_Find..."
msgstr "_Sök…"
-#: ../src/Resources.vala:335
+#: ../src/Resources.vala:330
msgid "Find"
msgstr "Sök"
-#: ../src/Resources.vala:336
+#: ../src/Resources.vala:331
msgid "Find an image by typing text that appears in its name or tags"
msgstr ""
"Sök efter en bild genom att skriva något som finns i dess namn eller taggar"
-#: ../src/Resources.vala:338
+#: ../src/Resources.vala:333
msgid "_Flag"
msgstr "_Flagga"
-#: ../src/Resources.vala:340
+#: ../src/Resources.vala:335
msgid "Un_flag"
msgstr "Flagga _av"
-#: ../src/Resources.vala:343
+#: ../src/Resources.vala:338
#, c-format
msgid "Unable to launch editor: %s"
msgstr "Kunde inte starta redigerare: %s"
-#: ../src/Resources.vala:348
+#: ../src/Resources.vala:343
#, c-format
msgid "Add Tag \"%s\""
msgstr "Lägg till taggen ”%s”"
#. Used when adding two tags to photo(s)
-#: ../src/Resources.vala:351
+#: ../src/Resources.vala:346
#, c-format
msgid "Add Tags \"%s\" and \"%s\""
msgstr "Lägg till taggarna ”%s” och ”%s”"
-#: ../src/Resources.vala:361
+#: ../src/Resources.vala:356
#, c-format
msgid "_Delete Tag \"%s\""
msgstr "_Ta bort taggen ”%s”"
-#: ../src/Resources.vala:365
+#: ../src/Resources.vala:360
#, c-format
msgid "Delete Tag \"%s\""
msgstr "Ta bort taggen ”%s”"
-#: ../src/Resources.vala:368
+#: ../src/Resources.vala:363
msgid "Delete Tag"
msgstr "Ta bort tagg"
-#: ../src/Resources.vala:374
+#: ../src/Resources.vala:369
#, c-format
msgid "Re_name Tag \"%s\"..."
msgstr "B_yt namn på taggen ”%s”…"
-#: ../src/Resources.vala:378
+#: ../src/Resources.vala:373
#, c-format
msgid "Rename Tag \"%s\" to \"%s\""
msgstr "Byt namn på taggen ”%s” till ”%s”"
-#: ../src/Resources.vala:381
+#: ../src/Resources.vala:376
msgid "_Rename..."
msgstr "_Byt namn…"
-#: ../src/Resources.vala:383
+#: ../src/Resources.vala:378
msgid "Modif_y Tags..."
msgstr "Än_dra taggar…"
-#: ../src/Resources.vala:384
+#: ../src/Resources.vala:379
msgid "Modify Tags"
msgstr "Ändra taggar"
-#: ../src/Resources.vala:387
+#: ../src/Resources.vala:382
#, c-format
msgid "Tag Photo as \"%s\""
msgstr "Lägg till taggen ”%s” till bilden"
-#: ../src/Resources.vala:387
+#: ../src/Resources.vala:382
#, c-format
msgid "Tag Photos as \"%s\""
msgstr "Lägg till taggen ”%s” till bilderna"
-#: ../src/Resources.vala:391
+#: ../src/Resources.vala:386
#, c-format
msgid "Tag the selected photo as \"%s\""
msgstr "Lägg till taggen ”%s” på den markerade bilden"
-#: ../src/Resources.vala:392
+#: ../src/Resources.vala:387
#, c-format
msgid "Tag the selected photos as \"%s\""
msgstr "Lägg till taggen ”%s” på de markerade bilderna"
-#: ../src/Resources.vala:396
+#: ../src/Resources.vala:391
#, c-format
msgid "Remove Tag \"%s\" From _Photo"
msgstr "_Ta bort taggen ”%s” från bild"
-#: ../src/Resources.vala:397
+#: ../src/Resources.vala:392
#, c-format
msgid "Remove Tag \"%s\" From _Photos"
msgstr "_Ta bort taggen ”%s” från bilderna"
-#: ../src/Resources.vala:401
+#: ../src/Resources.vala:396
#, c-format
msgid "Remove Tag \"%s\" From Photo"
msgstr "Ta bort taggen ”%s” från bilden"
-#: ../src/Resources.vala:402
+#: ../src/Resources.vala:397
#, c-format
msgid "Remove Tag \"%s\" From Photos"
msgstr "Ta bort taggen ”%s” från bilderna"
-#: ../src/Resources.vala:406
+#: ../src/Resources.vala:401
#, c-format
msgid "Unable to rename tag to \"%s\" because the tag already exists."
msgstr "Kunde inte byta namn på taggen till ”%s” eftersom taggen redan finns."
-#: ../src/Resources.vala:410
+#: ../src/Resources.vala:405
#, c-format
msgid "Unable to rename search to \"%s\" because the search already exists."
msgstr ""
"Kunde inte byta namn på sökningen till ”%s” eftersom sökningen redan finns."
-#: ../src/Resources.vala:413
+#: ../src/Resources.vala:408
msgid "Saved Search"
msgstr "Sparad sökning"
-#: ../src/Resources.vala:415
+#: ../src/Resources.vala:410
msgid "Delete Search"
msgstr "Ta bort sökning"
-#: ../src/Resources.vala:418
+#: ../src/Resources.vala:413
msgid "_Edit..."
msgstr "R_edigera…"
-#: ../src/Resources.vala:419
+#: ../src/Resources.vala:414
msgid "Re_name..."
msgstr "Byt _namn…"
-#: ../src/Resources.vala:422
+#: ../src/Resources.vala:417
#, c-format
msgid "Rename Search \"%s\" to \"%s\""
msgstr "Byt namn på sökningen ”%s” till ”%s”"
-#: ../src/Resources.vala:426
+#: ../src/Resources.vala:421
#, c-format
msgid "Delete Search \"%s\""
msgstr "Ta bort sökningen ”%s”"
-#: ../src/Resources.vala:584
+#: ../src/Resources.vala:579
#, c-format
msgid "Rate %s"
msgstr "Betyg %s"
-#: ../src/Resources.vala:585
+#: ../src/Resources.vala:580
#, c-format
msgid "Set rating to %s"
msgstr "Sätt betyget %s"
-#: ../src/Resources.vala:586
+#: ../src/Resources.vala:581
#, c-format
msgid "Setting rating to %s"
msgstr "Sätt betyget till %s"
-#: ../src/Resources.vala:588
+#: ../src/Resources.vala:583
#, c-format
msgid "Display %s"
msgstr "Visa %s"
-#: ../src/Resources.vala:589
+#: ../src/Resources.vala:584
#, c-format
msgid "Only show photos with a rating of %s"
msgstr "Visa endast bilder med betyget %s"
-#: ../src/Resources.vala:590
+#: ../src/Resources.vala:585
#, c-format
msgid "%s or Better"
msgstr "%s eller högre"
-#: ../src/Resources.vala:591
+#: ../src/Resources.vala:586
#, c-format
msgid "Display %s or Better"
msgstr "Visa %s eller högre"
-#: ../src/Resources.vala:592
+#: ../src/Resources.vala:587
#, c-format
msgid "Only show photos with a rating of %s or better"
msgstr "Visa endast bilder med betyget %s eller högre"
-#: ../src/Resources.vala:683
+#: ../src/Resources.vala:678
msgid "Remove the selected photos from the trash"
msgstr "Ta bort markerade bilder från papperskorgen"
-#: ../src/Resources.vala:684
+#: ../src/Resources.vala:679
msgid "Remove the selected photos from the library"
msgstr "Ta bort markerade bilder från biblioteket"
-#: ../src/Resources.vala:686
+#: ../src/Resources.vala:681
msgid "_Restore"
msgstr "Åt_erställ"
-#: ../src/Resources.vala:687
+#: ../src/Resources.vala:682
msgid "Move the selected photos back into the library"
msgstr "Flytta tillbaka markerade bilder till biblioteket"
-#: ../src/Resources.vala:689
+#: ../src/Resources.vala:684
msgid "Show in File Mana_ger"
msgstr "Öppna med _filhanteraren"
-#: ../src/Resources.vala:690
+#: ../src/Resources.vala:685
msgid "Open the selected photo's directory in the file manager"
msgstr "Öppna mappen för den markerade bilden i filhanteraren"
-#: ../src/Resources.vala:693
+#: ../src/Resources.vala:688
#, c-format
msgid "Unable to open in file manager: %s"
msgstr "Kunde inte öppna i filhanterare: %s"
-#: ../src/Resources.vala:696
+#: ../src/Resources.vala:691
msgid "R_emove From Library"
msgstr "Ta _bort från biblioteket"
-#: ../src/Resources.vala:698
+#: ../src/Resources.vala:693
msgid "_Move to Trash"
msgstr "_Flytta till papperskorgen"
-#: ../src/Resources.vala:700
+#: ../src/Resources.vala:695
msgid "Select _All"
msgstr "Markera _alla"
-#: ../src/Resources.vala:701
+#: ../src/Resources.vala:696
msgid "Select all items"
msgstr "Markera alla objekt"
@@ -3642,20 +3647,20 @@ msgstr "Markera alla objekt"
#. / Locale-specific time format for 12-hour time, i.e. 8:31 PM
#. / Precede modifier with a dash ("-") to pad with spaces, otherwise will pad with zeroes
#. / See http://developer.gnome.org/glib/2.32/glib-GDateTime.html#g-date-time-format
-#: ../src/Resources.vala:780
+#: ../src/Resources.vala:775
msgid "%-I:%M %p"
msgstr "%-I:%M %p"
#. / Locale-specific time format for 12-hour time with seconds, i.e. 8:31:42 PM
#. / Precede modifier with a dash ("-") to pad with spaces, otherwise will pad with zeroes
#. / See http://developer.gnome.org/glib/2.32/glib-GDateTime.html#g-date-time-format
-#: ../src/Resources.vala:785
+#: ../src/Resources.vala:780
msgid "%-I:%M:%S %p"
msgstr "%-I:%M:%S %p"
#. / Locale-specific calendar date format, i.e. "Tue Mar 08, 2006"
#. / See http://developer.gnome.org/glib/2.32/glib-GDateTime.html#g-date-time-format
-#: ../src/Resources.vala:789
+#: ../src/Resources.vala:784
msgid "%a %b %d, %Y"
msgstr "%a %d %b, %Y"
@@ -3665,14 +3670,14 @@ msgstr "%a %d %b, %Y"
#. / Locale-specific calendar date format for multi-month strings,
#. / i.e. the "Tue Mar 08" in "Tue Mar 08 to Mon Apr 06, 2006"
#. / See http://developer.gnome.org/glib/2.32/glib-GDateTime.html#g-date-time-format
-#: ../src/Resources.vala:794 ../src/Resources.vala:804
+#: ../src/Resources.vala:789 ../src/Resources.vala:799
msgid "%a %b %d"
msgstr "%a %d %b"
#. / Locale-specific ending date format for multi-date strings,
#. / i.e. the "10, 2006" in "Tue Mar 08 - 10, 2006"
#. / See http://developer.gnome.org/glib/2.32/glib-GDateTime.html#g-date-time-format
-#: ../src/Resources.vala:799
+#: ../src/Resources.vala:794
msgid "%d, %Y"
msgstr "%d, %Y"
@@ -3779,7 +3784,7 @@ msgid "untitled"
msgstr "namnlös"
#. multiple videos
-#: ../src/VideoSupport.vala:489
+#: ../src/VideoSupport.vala:490
msgid "Export Videos"
msgstr "Exportera filmer"
@@ -3787,7 +3792,7 @@ msgstr "Exportera filmer"
msgid "Cameras"
msgstr "Kameror"
-#: ../src/camera/ImportPage.vala:459
+#: ../src/camera/ImportPage.vala:458
msgid ""
"Unable to unmount camera. Try unmounting the camera from the file manager."
msgstr ""
@@ -3795,11 +3800,11 @@ msgstr ""
"filhanteraren."
#. hide duplicates checkbox
-#: ../src/camera/ImportPage.vala:776
+#: ../src/camera/ImportPage.vala:775
msgid "Hide photos already imported"
msgstr "Dölj bilder som redan importerats"
-#: ../src/camera/ImportPage.vala:777
+#: ../src/camera/ImportPage.vala:776
msgid "Only display photos that have not been imported"
msgstr "Visa enbart bilder som inte har importerats"
@@ -3807,28 +3812,28 @@ msgstr "Visa enbart bilder som inte har importerats"
#. prior to import.
#. TODO: replace this with approved text for "talking to camera,
#. please wait" once new strings are being accepted.
-#: ../src/camera/ImportPage.vala:847
+#: ../src/camera/ImportPage.vala:846
msgid "Starting import, please wait..."
msgstr "Påbörjar importen, var god vänta…"
-#: ../src/camera/ImportPage.vala:886
+#: ../src/camera/ImportPage.vala:885
msgid "Import _Selected"
msgstr "Importera _markerade"
-#: ../src/camera/ImportPage.vala:887
+#: ../src/camera/ImportPage.vala:886
msgid "Import the selected photos into your library"
msgstr "Importera de valda bilderna till ditt bibliotek"
-#: ../src/camera/ImportPage.vala:892
+#: ../src/camera/ImportPage.vala:891
msgid "Import _All"
msgstr "Importera _alla"
-#: ../src/camera/ImportPage.vala:893
+#: ../src/camera/ImportPage.vala:892
msgid "Import all the photos into your library"
msgstr "Importera alla bilder till ditt bibliotek"
#. it's mounted, offer to unmount for the user
-#: ../src/camera/ImportPage.vala:1014
+#: ../src/camera/ImportPage.vala:1013
msgid ""
"Shotwell needs to unmount the camera from the filesystem in order to access "
"it. Continue?"
@@ -3836,15 +3841,15 @@ msgstr ""
"Shotwell behöver avmontera kameran från filsystemet för att kunna komma åt "
"den. Vill du fortsätta?"
-#: ../src/camera/ImportPage.vala:1020
+#: ../src/camera/ImportPage.vala:1019
msgid "_Unmount"
msgstr "A_vmontera"
-#: ../src/camera/ImportPage.vala:1025
+#: ../src/camera/ImportPage.vala:1024
msgid "Please unmount the camera."
msgstr "Avmontera kameran."
-#: ../src/camera/ImportPage.vala:1030
+#: ../src/camera/ImportPage.vala:1029
msgid ""
"The camera is locked by another application. Shotwell can only access the "
"camera when it's unlocked. Please close any other application using the "
@@ -3854,11 +3859,11 @@ msgstr ""
"när den är olåst. Stäng alla andra program som använder kameran och försök "
"igen."
-#: ../src/camera/ImportPage.vala:1040
+#: ../src/camera/ImportPage.vala:1039
msgid "Please close any other application using the camera."
msgstr "Stäng alla andra program som använder kameran."
-#: ../src/camera/ImportPage.vala:1045
+#: ../src/camera/ImportPage.vala:1044
#, c-format
msgid ""
"Unable to fetch previews from the camera:\n"
@@ -3867,57 +3872,57 @@ msgstr ""
"Kunde inte hämta förhandsvisningar från kameran:\n"
"%s"
-#: ../src/camera/ImportPage.vala:1062
+#: ../src/camera/ImportPage.vala:1061
msgid "Unmounting..."
msgstr "Avmonterar…"
-#: ../src/camera/ImportPage.vala:1168
+#: ../src/camera/ImportPage.vala:1167
msgid "Fetching photo information"
msgstr "Hämtar bildinformation"
-#: ../src/camera/ImportPage.vala:1523
+#: ../src/camera/ImportPage.vala:1522
#, c-format
msgid "Fetching preview for %s"
msgstr "Hämtar förhandsvisning av %s"
-#: ../src/camera/ImportPage.vala:1639
+#: ../src/camera/ImportPage.vala:1638
#, c-format
msgid "Unable to lock camera: %s"
msgstr "Kunde inte låsa kameran: %s"
-#: ../src/camera/ImportPage.vala:1724
+#: ../src/camera/ImportPage.vala:1723
#, c-format
msgid "Delete this photo from camera?"
msgid_plural "Delete these %d photos from camera?"
msgstr[0] "Radera denna bild från kameran?"
msgstr[1] "Radera dessa %d bilder från kameran?"
-#: ../src/camera/ImportPage.vala:1727
+#: ../src/camera/ImportPage.vala:1726
#, c-format
msgid "Delete this video from camera?"
msgid_plural "Delete these %d videos from camera?"
msgstr[0] "Radera denna film från kameran?"
msgstr[1] "Radera dessa %d filmer från kameran?"
-#: ../src/camera/ImportPage.vala:1730
+#: ../src/camera/ImportPage.vala:1729
#, c-format
msgid "Delete this photo/video from camera?"
msgid_plural "Delete these %d photos/videos from camera?"
msgstr[0] "Radera denna bild och film från kameran?"
msgstr[1] "Radera dessa %d bilder och filmer från kameran?"
-#: ../src/camera/ImportPage.vala:1733
+#: ../src/camera/ImportPage.vala:1732
#, c-format
msgid "Delete these files from camera?"
msgid_plural "Delete these %d files from camera?"
msgstr[0] "Radera denna fil från kameran?"
msgstr[1] "Radera dessa %d filer från kameran?"
-#: ../src/camera/ImportPage.vala:1760
+#: ../src/camera/ImportPage.vala:1759
msgid "Removing photos/videos from camera"
msgstr "Tar bort bilder och filmer från kameran"
-#: ../src/camera/ImportPage.vala:1764
+#: ../src/camera/ImportPage.vala:1763
#, c-format
msgid "Unable to delete %d photo/video from the camera due to errors."
msgid_plural "Unable to delete %d photos/videos from the camera due to errors."
@@ -3972,12 +3977,16 @@ msgstr "Databasfil:"
msgid "_Import"
msgstr "_Importera"
-#: ../src/data_imports/DataImportsUI.vala:217
+#: ../src/data_imports/DataImportsUI.vala:220
msgid "Import From Application"
msgstr "Importera från program"
-#: ../src/data_imports/DataImportsUI.vala:369
-#: ../src/publishing/PublishingUI.vala:470
+#: ../src/data_imports/DataImportsUI.vala:221
+msgid "Import media _from:"
+msgstr "Importera mediafiler från:"
+
+#: ../src/data_imports/DataImportsUI.vala:408
+#: ../src/publishing/PublishingUI.vala:507
msgid "_Close"
msgstr "S_täng"
@@ -4010,6 +4019,11 @@ msgstr ""
"Felet var: \n"
"%s"
+#: ../src/db/DatabaseTable.vala:81
+#, c-format
+msgid "Unable to restore photo database %s"
+msgstr "Kunde inte återställa bilddatabasen %s"
+
#: ../src/direct/DirectPhotoPage.vala:46 ../src/library/LibraryWindow.vala:335
msgid "_File"
msgstr "_Arkiv"
@@ -4053,26 +4067,31 @@ msgstr ""
"%s saknar stöd för filformatet för\n"
"%s."
-#: ../src/direct/DirectPhotoPage.vala:422
+#: ../src/direct/DirectPhotoPage.vala:248
+#, c-format
+msgid "Unable open photo %s. Sorry."
+msgstr "Kunde inte öppna bilden %s."
+
+#: ../src/direct/DirectPhotoPage.vala:432
msgid "_Save a Copy"
msgstr "_Spara en kopia"
-#: ../src/direct/DirectPhotoPage.vala:425
+#: ../src/direct/DirectPhotoPage.vala:435
#, c-format
msgid "Lose changes to %s?"
msgstr "Förkasta ändringarna i %s?"
-#: ../src/direct/DirectPhotoPage.vala:426
+#: ../src/direct/DirectPhotoPage.vala:436
msgid "Close _without Saving"
msgstr "_Stäng utan att spara"
-#: ../src/direct/DirectPhotoPage.vala:459
+#: ../src/direct/DirectPhotoPage.vala:469
#, c-format
msgid "Error while saving to %s: %s"
msgstr "Fel vid sparande till %s: %s"
-#: ../src/direct/DirectPhotoPage.vala:487
-#: ../src/direct/DirectPhotoPage.vala:508
+#: ../src/direct/DirectPhotoPage.vala:497
+#: ../src/direct/DirectPhotoPage.vala:518
msgid "Save As"
msgstr "Spara som"
@@ -4396,25 +4415,25 @@ msgstr "Biblioteksplats"
msgid "Photos cannot be imported from this directory."
msgstr "Bilder kan inte importeras från denna mapp."
-#: ../src/library/LibraryWindow.vala:1183
+#: ../src/library/LibraryWindow.vala:1181
#, c-format
msgid "%s (%d%%)"
msgstr "%s (%d%%)"
-#: ../src/library/LibraryWindow.vala:1227
-#: ../src/library/LibraryWindow.vala:1238
+#: ../src/library/LibraryWindow.vala:1225
+#: ../src/library/LibraryWindow.vala:1236
msgid "Updating library..."
msgstr "Uppdaterar biblioteket…"
-#: ../src/library/LibraryWindow.vala:1244
+#: ../src/library/LibraryWindow.vala:1242
msgid "Preparing to auto-import photos..."
msgstr "Förbereder automatisk importer av bilder…"
-#: ../src/library/LibraryWindow.vala:1249
+#: ../src/library/LibraryWindow.vala:1247
msgid "Auto-importing photos..."
msgstr "Importerar bilder automatiskt..."
-#: ../src/library/LibraryWindow.vala:1257
+#: ../src/library/LibraryWindow.vala:1255
msgid "Writing metadata to files..."
msgstr "Skriver metadata till filer…"
@@ -4611,37 +4630,37 @@ msgstr "Hämtar kontoinformation…"
msgid "Logging in..."
msgstr "Loggar in…"
-#: ../src/publishing/PublishingUI.vala:185
+#: ../src/publishing/PublishingUI.vala:188
msgid "Publish Photos"
msgstr "Publicera bilder"
-#: ../src/publishing/PublishingUI.vala:186
+#: ../src/publishing/PublishingUI.vala:189
msgid "Publish photos _to:"
msgstr "Publicera bilder _till:"
-#: ../src/publishing/PublishingUI.vala:188
+#: ../src/publishing/PublishingUI.vala:191
msgid "Publish Videos"
msgstr "Publicera filmer"
-#: ../src/publishing/PublishingUI.vala:189
+#: ../src/publishing/PublishingUI.vala:192
msgid "Publish videos _to"
msgstr "Publicera filmer _till"
-#: ../src/publishing/PublishingUI.vala:191
+#: ../src/publishing/PublishingUI.vala:194
msgid "Publish Photos and Videos"
msgstr "Publicera bilder och filmer"
-#: ../src/publishing/PublishingUI.vala:192
+#: ../src/publishing/PublishingUI.vala:195
msgid "Publish photos and videos _to"
msgstr "Publicera bilder och filmer _till"
#. There are no enabled publishing services that accept this media type,
#. warn the user.
-#: ../src/publishing/PublishingUI.vala:360
+#: ../src/publishing/PublishingUI.vala:397
msgid "Unable to publish"
msgstr "Kunde inte publicera"
-#: ../src/publishing/PublishingUI.vala:361
+#: ../src/publishing/PublishingUI.vala:398
#, c-format
msgid ""
"Shotwell cannot publish the selected items because you do not have a "
@@ -5045,6 +5064,12 @@ msgstr "_Visa titel"
msgid "seconds"
msgstr "sekunder"
+#~ msgid "Copyright 2009-2015 Yorba Foundation"
+#~ msgstr "Copyright 2009-2015 Yorba Foundation"
+
+#~ msgid "Visit the Yorba web site"
+#~ msgstr "Besök Yorbas webbplats"
+
#, fuzzy
#~| msgid ""
#~| "A file required for publishing is unavailable. Publishing to Flickr "
@@ -5054,9 +5079,6 @@ msgstr "sekunder"
#~ "En fil som krävs för publiceringen saknas. Därför kan publiceringen till "
#~ "Flickr inte fortsätta."
-#~ msgid "Import media _from:"
-#~ msgstr "Importera mediafiler från:"
-
#~ msgid "Only _Remove"
#~ msgstr "Ta _endast bort"
diff --git a/src/CheckerboardLayout.vala b/src/CheckerboardLayout.vala
index 30f3d66..032235f 100644
--- a/src/CheckerboardLayout.vala
+++ b/src/CheckerboardLayout.vala
@@ -911,7 +911,11 @@ public class CheckerboardLayout : Gtk.DrawingArea {
debug("on_viewport_resized: due_to_reflow=%s set_size_request %dx%d",
size_allocate_due_to_reflow.to_string(), parent_allocation.width, req.height);
#endif
- set_size_request(parent_allocation.width - SCROLLBAR_PLACEHOLDER_WIDTH, req.height);
+ // But if the current height is 0, don't request a size yet. Delay
+ // it to do_reflow (bgo#766864)
+ if (req.height != 0) {
+ set_size_request(parent_allocation.width - SCROLLBAR_PLACEHOLDER_WIDTH, req.height);
+ }
} else {
// set the layout's width and height to always match the parent's
set_size_request(parent_allocation.width, parent_allocation.height);
@@ -1808,6 +1812,10 @@ public class CheckerboardLayout : Gtk.DrawingArea {
// we want switched_to() to be the final call in the process (indicating that the page is
// now in place and should do its thing to update itself), have to be be prepared for
// GTK/GDK calls between the widgets being actually present on the screen and "switched to"
+
+ Gtk.Allocation allocation;
+ get_allocation(out allocation);
+ get_style_context().render_background (ctx, 0, 0, allocation.width, allocation.height);
// watch for message mode
if (message == null) {
@@ -1829,7 +1837,6 @@ public class CheckerboardLayout : Gtk.DrawingArea {
int text_width, text_height;
pango_layout.get_pixel_size(out text_width, out text_height);
- Gtk.Allocation allocation;
get_allocation(out allocation);
int x = allocation.width - text_width;
diff --git a/src/SearchFilter.vala b/src/SearchFilter.vala
index fafdc09..23f7aed 100644
--- a/src/SearchFilter.vala
+++ b/src/SearchFilter.vala
@@ -701,13 +701,19 @@ public class SearchFilterToolbar : Gtk.Revealer {
public void set_icon_name(string icon_name) {
Gtk.Image? image = null;
+ button.set_always_show_image(true);
if (icon_name.contains("disabled"))
image = new Gtk.Image.from_stock(icon_name, Gtk.IconSize.SMALL_TOOLBAR);
else
image = new Gtk.Image.from_icon_name(icon_name, Gtk.IconSize.SMALL_TOOLBAR);
-
+ image.set_margin_end(6);
button.set_image(image);
}
+
+ public void set_label(string label) {
+ button.set_label(label);
+ }
+
}
// Ticket #3260 - Add a 'close' context menu to
@@ -857,8 +863,11 @@ public class SearchFilterToolbar : Gtk.Revealer {
break;
}
- return new Gtk.Image.from_pixbuf(Resources.load_icon(filename,
+ Gtk.Image image = new Gtk.Image.from_pixbuf(Resources.load_icon(filename,
get_filter_icon_size(filter)));
+ image.set_margin_end(6);
+
+ return image;
}
private int get_filter_icon_size(RatingFilter filter) {
@@ -890,6 +899,7 @@ public class SearchFilterToolbar : Gtk.Revealer {
}
public void set_filter_icon(RatingFilter filter) {
+ button.set_always_show_image(true);
button.set_image(get_filter_icon(filter));
set_size_request(get_filter_button_size(filter), -1);
set_tooltip_text(Resources.get_rating_filter_tooltip(filter));
@@ -900,6 +910,11 @@ public class SearchFilterToolbar : Gtk.Revealer {
private int get_filter_button_size(RatingFilter filter) {
return get_filter_icon_size(filter) + 2 * FILTER_BUTTON_MARGIN;
}
+
+ public void set_label(string label) {
+ button.set_label(label);
+ }
+
}
public Gtk.UIManager ui = new Gtk.UIManager();
@@ -909,8 +924,6 @@ public class SearchFilterToolbar : Gtk.Revealer {
private RatingFilterButton rating_button = new RatingFilterButton();
private SearchViewFilter? search_filter = null;
private LabelToolItem label_type;
- private LabelToolItem label_flagged;
- private LabelToolItem label_rating;
private ToggleActionToolButton toolbtn_photos;
private ToggleActionToolButton toolbtn_videos;
private ToggleActionToolButton toolbtn_raw;
@@ -968,11 +981,10 @@ public class SearchFilterToolbar : Gtk.Revealer {
sepr_mediatype_flagged = new Gtk.SeparatorToolItem();
toolbar.insert(sepr_mediatype_flagged, -1);
- // Flagged label and toggle
- label_flagged = new LabelToolItem(_("Flagged"));
- toolbar.insert(label_flagged, -1);
+ // Flagged button
toolbtn_flag = new ToggleActionToolButton(actions.flagged);
+ toolbtn_flag.set_label(_("Flagged"));
toolbtn_flag.set_tooltip_text(actions.get_action_group().get_action("CommonDisplayFlagged").tooltip);
toolbar.insert(toolbtn_flag, -1);
@@ -981,10 +993,9 @@ public class SearchFilterToolbar : Gtk.Revealer {
sepr_flagged_rating = new Gtk.SeparatorToolItem();
toolbar.insert(sepr_flagged_rating, -1);
- // Rating label and button
- label_rating = new LabelToolItem(_("Rating"));
- toolbar.insert(label_rating, -1);
+ // Rating button
rating_button.filter_popup = (Gtk.Menu) ui.get_widget("/FilterPopupMenu");
+ rating_button.set_label(_("Rating"));
rating_button.set_expand(false);
rating_button.clicked.connect(on_filter_button_clicked);
toolbar.insert(rating_button, -1);
@@ -1160,9 +1171,7 @@ public class SearchFilterToolbar : Gtk.Revealer {
search_box.visible = ((criteria & SearchFilterCriteria.TEXT) != 0);
rating_button.visible = ((criteria & SearchFilterCriteria.RATING) != 0);
- label_rating.visible = ((criteria & SearchFilterCriteria.RATING) != 0);
- label_flagged.visible = ((criteria & SearchFilterCriteria.FLAG) != 0);
toolbtn_flag.visible = ((criteria & SearchFilterCriteria.FLAG) != 0);
label_type.visible = ((criteria & SearchFilterCriteria.MEDIA) != 0);
@@ -1172,10 +1181,10 @@ public class SearchFilterToolbar : Gtk.Revealer {
// Ticket #3290, part IV - ensure that the separators
// are shown and/or hidden as needed.
- sepr_mediatype_flagged.visible = (label_type.visible && label_flagged.visible);
+ sepr_mediatype_flagged.visible = (label_type.visible && toolbtn_flag.visible);
- sepr_flagged_rating.visible = ((label_type.visible && label_rating.visible) ||
- (label_flagged.visible && label_rating.visible));
+ sepr_flagged_rating.visible = ((label_type.visible && rating_button.visible) ||
+ (toolbtn_flag.visible && rating_button.visible));
// Send update to view collection.
search_filter.refresh();
diff --git a/src/camera/CameraTable.vala b/src/camera/CameraTable.vala
index f59dcff..7eb7ae2 100644
--- a/src/camera/CameraTable.vala
+++ b/src/camera/CameraTable.vala
@@ -276,11 +276,7 @@ public class CameraTable {
do_op(camera.gcamera.get_port_info(out port_info),
"retrieve missing camera port information");
-#if WITH_GPHOTO_25
port_info.get_path(out tmp_path);
-#else
- tmp_path = port_info.path;
-#endif
GPhoto.CameraAbilities abilities;
do_op(camera.gcamera.get_abilities(out abilities), "retrieve camera abilities");
@@ -303,11 +299,7 @@ public class CameraTable {
do_op(camera.gcamera.get_port_info(out port_info),
"retrieve missing camera port information");
-#if WITH_GPHOTO_25
port_info.get_path(out tmp_path);
-#else
- tmp_path = port_info.path;
-#endif
GPhoto.CameraAbilities abilities;
do_op(camera.gcamera.get_abilities(out abilities), "retrieve missing camera abilities");
@@ -363,11 +355,7 @@ public class CameraTable {
string tmp_path;
do_op(port_info_list.get_info(index, out port_info), "get port info for %s".printf(port));
-#if WITH_GPHOTO_25
port_info.get_path(out tmp_path);
-#else
- tmp_path = port_info.path;
-#endif
// this should match, every time
assert(port == tmp_path);
diff --git a/src/camera/GPhoto.vala b/src/camera/GPhoto.vala
index ac911dd..b16e32b 100644
--- a/src/camera/GPhoto.vala
+++ b/src/camera/GPhoto.vala
@@ -25,8 +25,6 @@ namespace GPhoto {
public virtual void idle() {
}
-#if WITH_GPHOTO_25
-
public virtual void error(string text, void *data) {
}
@@ -75,57 +73,6 @@ namespace GPhoto {
progress_stop();
}
-#else
-
- public virtual void error(string format, void *va_list) {
- }
-
- public virtual void status(string format, void *va_list) {
- }
-
- public virtual void message(string format, void *va_list) {
- }
-
- public virtual void progress_start(float target, string format, void *va_list) {
- }
-
- public virtual void progress_update(float current) {
- }
-
- public virtual void progress_stop() {
- }
-
- private void on_idle(Context context) {
- idle();
- }
-
- private void on_error(Context context, string format, void *va_list) {
- error(format, va_list);
- }
-
- private void on_status(Context context, string format, void *va_list) {
- status(format, va_list);
- }
-
- private void on_message(Context context, string format, void *va_list) {
- message(format, va_list);
- }
-
- private uint on_progress_start(Context context, float target, string format, void *va_list) {
- progress_start(target, format, va_list);
-
- return 0;
- }
-
- private void on_progress_update(Context context, uint id, float current) {
- progress_update(current);
- }
-
- private void on_progress_stop(Context context, uint id) {
- progress_stop();
- }
-
-#endif
}
public class SpinIdleWrapper : ContextWrapper {
@@ -137,19 +84,12 @@ namespace GPhoto {
spin_event_loop();
}
-#if WITH_GPHOTO_25
+
public override void progress_update(float current, void *data) {
base.progress_update(current, data);
spin_event_loop();
}
-#else
- public override void progress_update(float current) {
- base.progress_update(current);
-
- spin_event_loop();
- }
-#endif
}
// For CameraFileInfoFile, CameraFileInfoPreview, and CameraStorageInformation. See:
@@ -187,11 +127,7 @@ namespace GPhoto {
camera.get_port_info(out port_info);
string path;
-#if WITH_GPHOTO_25
port_info.get_path(out path);
-#else
- path = port_info.path;
-#endif
string prefix = "disk:";
if(path.has_prefix(prefix))
diff --git a/src/library/LibraryWindow.vala b/src/library/LibraryWindow.vala
index 5779ef4..21fc85e 100644
--- a/src/library/LibraryWindow.vala
+++ b/src/library/LibraryWindow.vala
@@ -136,7 +136,7 @@ public class LibraryWindow : AppWindow {
private BasicProperties basic_properties = new BasicProperties();
private ExtendedPropertiesWindow extended_properties;
- private Gtk.Notebook notebook = new Gtk.Notebook();
+ private Gtk.Stack stack = new Gtk.Stack();
private Gtk.Box layout = new Gtk.Box(Gtk.Orientation.VERTICAL, 0);
private Gtk.Box right_vbox;
@@ -1037,7 +1037,7 @@ public class LibraryWindow : AppWindow {
assert(controller.get_view().get_view_for_source(current) != null);
if (photo_page == null) {
photo_page = new LibraryPhotoPage();
- add_to_notebook(photo_page);
+ add_to_stack(photo_page);
// need to do this to allow the event loop a chance to map and realize the page
// before switching to it
@@ -1080,22 +1080,20 @@ public class LibraryWindow : AppWindow {
}
// This should only be called by LibraryWindow and PageStub.
- public void add_to_notebook(Page page) {
- // need to show all before handing over to notebook
+ public void add_to_stack(Page page) {
+ // need to show all before handing over to stack
page.show_all();
- int pos = notebook.append_page(page, null);
- assert(pos >= 0);
-
+ stack.add(page);
// need to show_all() after pages are added and removed
- notebook.show_all();
+ stack.show_all();
}
- private void remove_from_notebook(Page page) {
- notebook.remove(page);
+ private void remove_from_stack(Page page) {
+ stack.remove(page);
// need to show_all() after pages are added and removed
- notebook.show_all();
+ stack.show_all();
}
// check for settings that should persist between instances
@@ -1260,9 +1258,6 @@ public class LibraryWindow : AppWindow {
}
private void create_layout(Page start_page) {
- // use a Notebook to hold all the pages, which are switched when a sidebar child is selected
- notebook.set_show_tabs(false);
- notebook.set_show_border(false);
// put the sidebar in a scrolling window
Gtk.ScrolledWindow scrolled_sidebar = new Gtk.ScrolledWindow(null, null);
@@ -1292,7 +1287,7 @@ public class LibraryWindow : AppWindow {
right_vbox = new Gtk.Box(Gtk.Orientation.VERTICAL, 0);
right_vbox.pack_start(search_toolbar, false, false, 0);
- right_vbox.pack_start(notebook, true, true, 0);
+ right_vbox.pack_start(stack, true, true, 0);
client_paned = new Gtk.Paned(Gtk.Orientation.HORIZONTAL);
client_paned.pack1(sidebar_paned, false, false);
@@ -1300,7 +1295,7 @@ public class LibraryWindow : AppWindow {
client_paned.pack2(right_vbox, true, false);
client_paned.set_position(Config.Facade.get_instance().get_sidebar_position());
// TODO: Calc according to layout's size, to give sidebar a maximum width
- notebook.set_size_request(PAGE_MIN_WIDTH, -1);
+ stack.set_size_request(PAGE_MIN_WIDTH, -1);
layout.pack_end(client_paned, true, true, 0);
@@ -1343,7 +1338,7 @@ public class LibraryWindow : AppWindow {
unsubscribe_from_basic_information(current_page);
}
- notebook.set_current_page(notebook.page_num(page));
+ stack.set_visible_child(page);
// do this prior to changing selection, as the change will fire a cursor-changed event,
// which will then call this function again
@@ -1418,7 +1413,7 @@ public class LibraryWindow : AppWindow {
assert(!page_map.has_key(page));
page_map.set(page, entry);
- add_to_notebook(page);
+ add_to_stack(page);
}
private void on_destroying_page(Sidebar.PageRepresentative entry, Page page) {
@@ -1426,7 +1421,7 @@ public class LibraryWindow : AppWindow {
if (page == get_current_page())
switch_to_page(library_branch.photos_entry.get_page());
- remove_from_notebook(page);
+ remove_from_stack(page);
bool removed = page_map.unset(page);
assert(removed);
diff --git a/vapi/gphoto-2.4/libgphoto2.vapi b/vapi/gphoto-2.4/libgphoto2.vapi
deleted file mode 100644
index ae4740b..0000000
--- a/vapi/gphoto-2.4/libgphoto2.vapi
+++ /dev/null
@@ -1,487 +0,0 @@
-/* Copyright 2016 Software Freedom Conservancy Inc.
- *
- * This software is licensed under the GNU LGPL (version 2.1 or later).
- * See the COPYING file in this distribution.
- */
-
-[CCode (
- cprefix="GP",
- lower_case_cprefix="gp_"
-)]
-namespace GPhoto {
- [SimpleType]
- [CCode (
- cname="CameraAbilities",
- destroy_function="",
- cheader_filename="gphoto2/gphoto2-abilities-list.h"
- )]
- public struct CameraAbilities {
- public string model;
- public int status;
- public PortType port;
- public string speed;
- public CameraOperation operations;
- public CameraFileOperation file_operations;
- public CameraFolderOperation folder_operations;
- public int usb_vendor;
- public int usb_product;
- public int usb_class;
- public int usb_protocol;
- }
-
- [Compact]
- [CCode (
- cname="CameraAbilitiesList",
- cprefix="gp_abilities_list_",
- free_function="gp_abilities_list_free",
- cheader_filename="gphoto2/gphoto2-abilities-list.h"
- )]
- public class CameraAbilitiesList {
- [CCode (cname="gp_abilities_list_new")]
- public static Result create(out CameraAbilitiesList abilitiesList);
- public Result load(Context context);
- public Result reset();
- public Result detect(PortInfoList portList, CameraList cameraList, Context context);
- public int count();
- public int lookup_model(string model);
- public Result get_abilities(int index, out CameraAbilities abilities);
- }
-
- [Compact]
- [CCode (
- cname="Camera",
- ref_function="GPHOTO_REF_CAMERA",
- unref_function="gp_camera_unref",
- free_function="gp_camera_free",
- cheader_filename="gphoto2/gphoto2-camera.h,gphoto.h"
- )]
- public class Camera {
- [CCode (cname="gp_camera_new")]
- public static Result create(out Camera camera);
- public Result init(Context context);
- public Result exit(Context context);
- public Result get_port_info(out PortInfo info);
- public Result set_port_info(PortInfo info);
- public Result get_abilities(out CameraAbilities abilities);
- public Result set_abilities(CameraAbilities abilities);
- public Result get_storageinfo(CameraStorageInformation **sifs, out int count, Context context);
-
- // Folders
- [CCode (cname="gp_camera_folder_list_folders")]
- public Result list_folders(string folder, CameraList list, Context context);
- [CCode (cname="gp_camera_folder_list_files")]
- public Result list_files(string folder, CameraList list, Context context);
- [CCode (cname="gp_camera_folder_delete_all")]
- public Result delete_all_files(string folder, Context context);
- [CCode (cname="gp_camera_folder_put_file")]
- public Result put_file(string folder, CameraFile file, Context context);
- [CCode (cname="gp_camera_folder_make_dir")]
- public Result make_dir(string folder, string name, Context context);
- [CCode (cname="gp_camera_folder_remove_dir")]
- public Result remove_dir(string folder, string name, Context context);
-
- // Files
- [CCode (cname="gp_camera_file_get_info")]
- public Result get_file_info(string folder, string file, out CameraFileInfo info, Context context);
- [CCode (cname="gp_camera_file_set_info")]
- public Result set_file_info(string folder, string file, CameraFileInfo info, Context context);
- [CCode (cname="gp_camera_file_get")]
- public Result get_file(string folder, string filename, CameraFileType type, CameraFile file,
- Context context);
- [CCode (cname="gp_camera_file_delete")]
- public Result delete_file(string folder, string filename, Context context);
- }
-
- [Compact]
- [CCode (
- cname="CameraFile",
- cprefix="gp_file_",
- ref_function="GPHOTO_REF_FILE",
- unref_function="gp_file_unref",
- free_function="gp_file_free",
- cheader_filename="gphoto2/gphoto2-file.h,gphoto.h"
- )]
- public class CameraFile {
- [CCode (cname="gp_file_new")]
- public static Result create(out CameraFile file);
- public Result get_data_and_size(out uint8 *data, out ulong data_len);
- public Result save(string filename);
- public Result slurp(uint8[] data, out size_t readlen);
- }
-
- [SimpleType]
- [CCode (
- cname="CameraFileInfo",
- destroy_function="",
- cheader_filename="gphoto2/gphoto2-filesys.h"
- )]
- public struct CameraFileInfo {
- public CameraFileInfoPreview preview;
- public CameraFileInfoFile file;
- public CameraFileInfoAudio audio;
- }
-
- [SimpleType]
- [CCode (
- cname="CameraFileInfoAudio",
- cheader_filename="gphoto2/gphoto2-filesys.h"
- )]
- public struct CameraFileInfoAudio {
- }
-
- [CCode (
- cname="CameraFileInfoFields",
- cheader_filename="gphoto2/gphoto2-filesys.h",
- cprefix="GP_FILE_INFO_"
- )]
- [Flags]
- public enum CameraFileInfoFields {
- NONE,
- TYPE,
- NAME,
- SIZE,
- WIDTH,
- HEIGHT,
- PERMISSIONS,
- STATUS,
- MTIME,
- ALL
- }
-
- [SimpleType]
- [CCode (
- cname="CameraFileInfoFile",
- cheader_filename="gphoto2/gphoto2-filesys.h"
- )]
- public struct CameraFileInfoFile {
- public CameraFileInfoFields fields;
- public CameraFileStatus status;
- public ulong size;
- public string type;
- public uint width;
- public uint height;
- public string name;
- public CameraFilePermissions permissions;
- public time_t mtime;
- }
-
- [SimpleType]
- [CCode (
- cname="CameraFileInfoPreview",
- cheader_filename="gphoto2/gphoto2-filesys.h"
- )]
- public struct CameraFileInfoPreview {
- public CameraFileInfoFields fields;
- public CameraFileStatus status;
- public ulong size;
- public string type;
- public uint width;
- public uint height;
- public string name;
- public CameraFilePermissions permissions;
- public time_t mtime;
- }
-
- [CCode (
- cname="CameraFileOperation",
- cheader_filename="gphoto2/gphoto2-abilities-list.h",
- cprefix="GP_FILE_OPERATION_"
- )]
- [Flags]
- public enum CameraFileOperation {
- NONE,
- DELETE,
- PREVIEW,
- RAW,
- AUDIO,
- EXIF
- }
-
- [CCode (
- cname="CameraFilePermissions",
- cheader_filename="gphoto2/gphoto2-filesys.h",
- cprefix="GP_FILE_PERM_"
- )]
- [Flags]
- public enum CameraFilePermissions {
- NONE,
- READ,
- DELETE,
- ALL
- }
-
- [CCode (
- cname="CameraFileStatus",
- cheader_filename="gphoto2/gphoto2-filesys.h",
- cprefix="GP_FILE_STATUS_"
- )]
- public enum CameraFileStatus {
- NOT_DOWNLOADED,
- DOWNLOADED
- }
-
- [CCode (
- cname="CameraFileType",
- cheader_filename="gphoto2/gphoto2-file.h",
- cprefix="GP_FILE_TYPE_"
- )]
- public enum CameraFileType {
- PREVIEW,
- NORMAL,
- RAW,
- AUDIO,
- EXIF,
- METADATA
- }
-
- [CCode (
- cname="CameraFolderOperation",
- cheader_filename="gphoto2/gphoto2-abilities-list.h",
- cprefix="GP_FOLDER_OPERATION_"
- )]
- [Flags]
- public enum CameraFolderOperation {
- NONE,
- DELETE_ALL,
- PUT_FILE,
- MAKE_DIR,
- REMOVE_DIR
- }
-
- [Compact]
- [CCode (
- cname="CameraList",
- cprefix="gp_list_",
- ref_function="GPHOTO_REF_LIST",
- unref_function="gp_list_unref",
- free_function="gp_list_free",
- cheader_filename="gphoto2/gphoto2-list.h,gphoto.h"
- )]
- public class CameraList {
- [CCode (cname="gp_list_new")]
- public static Result create(out CameraList list);
- public int count();
- public Result append(string name, string value);
- public Result reset();
- public Result sort();
- public Result find_by_name(out int? index, string name);
- public Result get_name(int index, out unowned string name);
- public Result get_value(int index, out unowned string value);
- public Result set_name(int index, string name);
- public Result set_value(int index, string value);
- public Result populate(string format, int count);
- }
-
- [CCode (
- cname="CameraOperation",
- cheader_filename="gphoto2/gphoto2-abilities-list.h",
- cprefix="GP_OPERATION_"
- )]
- [Flags]
- public enum CameraOperation {
- NONE,
- CAPTURE_IMAGE,
- CAPTURE_VIDEO,
- CAPTURE_AUDIO,
- CAPTURE_PREVIEW,
- CONFIG
- }
-
- [CCode (
- cname="CameraStorageInfoFields",
- cheader_filename="gphoto2/gphoto2-filesys.h",
- cprefix="GP_STORAGEINFO_"
- )]
- [Flags]
- public enum CameraStorageInfoFields {
- BASE,
- LABEL,
- DESCRIPTION,
- ACCESS,
- STORAGETYPE,
- FILESYSTEMTYPE,
- MAXCAPACITY,
- FREESPACEKBYTES,
- FREESPACEIMAGES
- }
-
- [SimpleType]
- [CCode (
- cname="CameraStorageInformation",
- cheader_filename="gphoto2/gphoto2-filesys.h"
- )]
- public struct CameraStorageInformation {
- public CameraStorageInfoFields fields;
- public string basedir;
- public string label;
- public string description;
- public int type;
- public int fstype;
- public int access;
- public ulong capacitykbytes;
- public ulong freekbytes;
- public ulong freeimages;
- }
-
- [Compact]
- [CCode (
- ref_function="GPHOTO_REF_CONTEXT",
- unref_function="gp_context_unref",
- cheader_filename="gphoto2/gphoto2-context.h,gphoto.h"
- )]
- public class Context {
- [CCode (cname="gp_context_new")]
- public Context();
- public void set_idle_func(ContextIdleFunc func);
- public void set_progress_funcs(
- [CCode (delegate_target_pos=3.1)] ContextProgressStartFunc startFunc,
- [CCode (delegate_target_pos=3.1)] ContextProgressUpdateFunc updateFunc,
- [CCode (delegate_target_pos=3.1)] ContextProgressStopFunc stopFunc);
- public void set_error_func([CCode (delegate_target_pos=3.1)] ContextErrorFunc errorFunc);
- public void set_status_func([CCode (delegate_target_pos=3.1)] ContextStatusFunc statusFunc);
- public void set_message_func([CCode (delegate_target_pos=3.1)] ContextMessageFunc messageFunc);
- }
-
- public delegate void ContextIdleFunc(Context context);
-
- public delegate void ContextErrorFunc(Context context, string format, void *va_list);
-
- public delegate void ContextStatusFunc(Context context, string format, void *va_list);
-
- public delegate void ContextMessageFunc(Context context, string format, void *va_list);
-
- // TODO: Support for va_args in Vala, esp. for delegates?
- public delegate uint ContextProgressStartFunc(Context context, float target, string format, void *va_list);
-
- public delegate void ContextProgressUpdateFunc(Context context, uint id, float current);
-
- public delegate void ContextProgressStopFunc(Context context, uint id);
-
- [CCode (
- cheader_filename="gphoto2/gphoto2-file.h",
- cprefix="GP_MIME_"
- )]
- namespace MIME {
- public const string WAV;
- public const string RAW;
- public const string PNG;
- public const string PGM;
- public const string PPM;
- public const string PNM;
- public const string JPEG;
- public const string TIFF;
- public const string BMP;
- public const string QUICKTIME;
- public const string AVI;
- public const string CRW;
- public const string UNKNOWN;
- public const string EXIF;
- public const string MP3;
- public const string OGG;
- public const string WMA;
- public const string ASF;
- public const string MPEG;
- }
-
- [SimpleType]
- [CCode (
- destroy_function="",
- cheader_filename="gphoto2/gphoto2-port-info-list.h"
- )]
- public struct PortInfo {
- public PortType type;
- public string name;
- public string path;
- public string library_filename;
- }
-
- [Compact]
- [CCode (
- free_function="gp_port_info_list_free",
- cheader_filename="gphoto2/gphoto2-port-info-list.h"
- )]
- public class PortInfoList {
- [CCode (cname="gp_port_info_list_new")]
- public static Result create(out PortInfoList list);
- public Result load();
- public int count();
- public int lookup_name(string name);
- public int lookup_path(string name);
- public Result get_info(int index, out PortInfo info);
- }
-
- [CCode (
- cheader_filename="gphoto2/gphoto2-port-info-list.h",
- cprefix="GP_PORT_"
- )]
- [Flags]
- public enum PortType {
- NONE,
- SERIAL,
- USB,
- DISK,
- PTPIP
- }
-
- [CCode (
- cname="int",
- cheader_filename="gphoto2/gphoto2-result.h,gphoto2/gphoto2-port-result.h",
- cprefix="GP_ERROR_"
- )]
- public enum Result {
- [CCode (cname="GP_OK")]
- OK,
- [CCode (cname="GP_ERROR")]
- ERROR,
- BAD_PARAMETERS,
- NO_MEMORY,
- LIBRARY,
- UNKNOWN_PORT,
- NOT_SUPPORTED,
- IO,
- FIXED_LIMIT_EXCEEDED,
- TIMEOUT,
- IO_SUPPORTED_SERIAL,
- IO_SUPPORTED_USB,
- IO_INIT,
- IO_READ,
- IO_WRITE,
- IO_UPDATE,
- IO_SERIAL_SPEED,
- IO_USB_CLEAR_HALT,
- IO_USB_FIND,
- IO_USB_CLAIM,
- IO_LOCK,
- HAL,
- CORRUPTED_DATA,
- FILE_EXISTS,
- MODEL_NOT_FOUND,
- DIRECTORY_NOT_FOUND,
- FILE_NOT_FOUND,
- DIRECTORY_EXISTS,
- CAMERA_BUSY,
- PATH_NOT_ABSOLUTE,
- CANCEL,
- CAMERA_ERROR,
- OS_FAILURE;
-
- [CCode (cname="gp_port_result_as_string")]
- public unowned string as_string();
-
- public string to_full_string() {
- return "%s (%d)".printf(as_string(), this);
- }
- }
-
- [CCode (
- cheader_filename="gphoto2/gphoto2-version.h",
- cprefix="GP_VERSION"
- )]
- public enum VersionVerbosity {
- SHORT,
- VERBOSE
- }
-
- public unowned string library_version(VersionVerbosity verbosity);
-}
-
diff --git a/vapi/gphoto-2.5/libgphoto2.vapi b/vapi/libgphoto2.vapi
index b6deb1f..b6deb1f 100644
--- a/vapi/gphoto-2.5/libgphoto2.vapi
+++ b/vapi/libgphoto2.vapi