# Configuration parameters: AllowHeredoc, AllowURI, URISchemes, IgnoreCopDirectives, AllowedPatterns.
# URISchemes: http, https
Layout/LineLength:
- Max: 248
+ Max: 266
# Offense count: 29
# This cop supports unsafe autocorrection (--autocorrect-all).
gem "rails-i18n", "~> 7.0.0"
gem "rails_param"
gem "rinku", ">= 2.0.6", :require => "rails_rinku"
-gem "strong_migrations"
+gem "strong_migrations", "< 2.0.0"
gem "validates_email_format_of", ">= 1.5.1"
# Native OSM extensions
autoprefixer-rails (10.4.16.0)
execjs (~> 2)
aws-eventstream (1.3.0)
- aws-partitions (1.947.0)
- aws-sdk-core (3.198.0)
+ aws-partitions (1.954.0)
+ aws-sdk-core (3.201.1)
aws-eventstream (~> 1, >= 1.3.0)
aws-partitions (~> 1, >= 1.651.0)
aws-sigv4 (~> 1.8)
jmespath (~> 1, >= 1.6.1)
- aws-sdk-kms (1.86.0)
- aws-sdk-core (~> 3, >= 3.198.0)
- aws-sigv4 (~> 1.1)
- aws-sdk-s3 (1.153.0)
- aws-sdk-core (~> 3, >= 3.198.0)
+ aws-sdk-kms (1.88.0)
+ aws-sdk-core (~> 3, >= 3.201.0)
+ aws-sigv4 (~> 1.5)
+ aws-sdk-s3 (1.156.0)
+ aws-sdk-core (~> 3, >= 3.201.0)
aws-sdk-kms (~> 1)
- aws-sigv4 (~> 1.8)
+ aws-sigv4 (~> 1.5)
aws-sigv4 (1.8.0)
aws-eventstream (~> 1, >= 1.0.2)
base64 (0.2.0)
doorkeeper (>= 5.5, < 5.8)
jwt (>= 2.5)
drb (2.2.1)
- dry-configurable (1.1.0)
+ dry-configurable (1.2.0)
dry-core (~> 1.0, < 2)
zeitwerk (~> 2.6)
dry-core (1.0.1)
concurrent-ruby (~> 1.0)
zeitwerk (~> 2.6)
- dry-inflector (1.0.0)
+ dry-inflector (1.1.0)
dry-initializer (3.1.1)
dry-logic (1.5.0)
concurrent-ruby (~> 1.0)
factory_bot_rails (6.4.3)
factory_bot (~> 6.4)
railties (>= 5.0.0)
- faraday (2.9.2)
+ faraday (2.10.0)
faraday-net_http (>= 2.0, < 3.2)
+ logger
faraday-net_http (3.1.0)
net-http
ffi (1.17.0)
ffi-libarchive (1.1.14)
ffi (~> 1.0)
file_exists (0.2.0)
- frozen_record (0.27.1)
+ frozen_record (0.27.2)
activemodel
fspath (3.1.2)
gd2-ffij (0.4.0)
image_size (3.4.0)
in_threads (1.6.0)
io-console (0.7.2)
- irb (1.13.2)
+ irb (1.14.0)
rdoc (>= 4.0.0)
reline (>= 0.4.2)
jbuilder (2.12.0)
marcel (1.0.4)
matrix (0.4.2)
maxminddb (0.1.22)
- mini_magick (4.13.1)
+ mini_magick (4.13.2)
mini_mime (1.1.5)
mini_portile2 (2.8.7)
mini_racer (0.9.0)
libv8-node (~> 18.19.0.0)
- minitest (5.24.0)
+ minitest (5.24.1)
minitest-focus (1.4.0)
minitest (>= 4, < 6)
msgpack (1.7.2)
omniauth (~> 2.0)
openstreetmap-deadlock_retry (1.3.1)
parallel (1.25.1)
- parser (3.3.3.0)
+ parser (3.3.4.0)
ast (~> 2.4.1)
racc
pg (1.5.6)
rouge (4.3.0)
rtlcss (0.2.1)
mini_racer (>= 0.6.3)
- rubocop (1.64.1)
+ rubocop (1.65.0)
json (~> 2.3)
language_server-protocol (>= 3.17.0)
parallel (~> 1.10)
parser (>= 3.3.0.2)
rainbow (>= 2.2.2, < 4.0)
- regexp_parser (>= 1.8, < 3.0)
+ regexp_parser (>= 2.4, < 3.0)
rexml (>= 3.2.5, < 4.0)
rubocop-ast (>= 1.31.1, < 2.0)
ruby-progressbar (~> 1.7)
rubocop-performance (1.21.1)
rubocop (>= 1.48.1, < 2.0)
rubocop-ast (>= 1.31.1, < 2.0)
- rubocop-rails (2.25.0)
+ rubocop-rails (2.25.1)
activesupport (>= 4.2.0)
rack (>= 1.1)
rubocop (>= 1.33.0, < 2.0)
terser (1.2.3)
execjs (>= 0.3.0, < 3)
thor (1.3.1)
- tilt (2.3.0)
+ tilt (2.4.0)
timeout (0.4.1)
turbo-rails (2.0.5)
actionpack (>= 6.0.0)
crack (>= 0.3.2)
hashdiff (>= 0.4.0, < 2.0.0)
webrick (1.8.1)
- websocket (1.2.10)
+ websocket (1.2.11)
websocket-driver (0.7.6)
websocket-extensions (>= 0.1.0)
websocket-extensions (0.1.5)
simplecov
simplecov-lcov
sprockets-exporters_pack
- strong_migrations
+ strong_migrations (< 2.0.0)
terser
turbo-rails
unicode-display_width
can [:new, :show, :create, :destroy], :oauth2_authorization
can [:edit, :update, :destroy], :account
can [:show], :dashboard
- can [:new, :create, :edit, :update, :comment, :subscribe, :unsubscribe], DiaryEntry
+ can [:new, :create, :edit, :update, :subscribe, :unsubscribe], DiaryEntry
+ can [:create], DiaryComment
can [:make_friend, :remove_friend], Friendship
can [:new, :create, :reply, :show, :inbox, :outbox, :muted, :mark, :unmute, :destroy], Message
can [:close, :reopen], Note
<stop stop-color="#89b63e" offset="1"/>
</linearGradient>
</defs>
- <linearGradient x1="66.61" gradientUnits="userSpaceOnUse" y1="59.373" x2="66.61" y2="21.809">
- <stop stop-color="#286eb5" offset="0"/>
- <stop stop-color="#4d9cd1" offset="1"/>
- </linearGradient>
- <linearGradient x1="66.609" gradientUnits="userSpaceOnUse" y1="40.861" x2="66.609" y2="21.809">
- <stop stop-color="#306d98" offset="0"/>
- <stop stop-color="#3984b8" offset="1"/>
- </linearGradient>
- <linearGradient x1="160.144" gradientUnits="userSpaceOnUse" y1="59.373" x2="160.144" y2="21.809">
- <stop stop-color="#286eb5" offset="0"/>
- <stop stop-color="#4d9cd1" offset="1"/>
- </linearGradient>
- <linearGradient x1="160.146" gradientUnits="userSpaceOnUse" y1="40.861" x2="160.146" y2="21.809">
- <stop stop-color="#306d98" offset="0"/>
- <stop stop-color="#3984b8" offset="1"/>
- </linearGradient>
<path fill-rule="evenodd" fill="#fff" d="M4.123 4.656h16.838v17.462H4.123z"/>
<g transform="translate(-94.205 -21.438)">
- <linearGradient x1="106.764" gradientUnits="userSpaceOnUse" y1="59.373" x2="106.764" y2="21.809">
- <stop stop-color="#7cb928" offset="0"/>
- <stop stop-color="#a2c857" offset="1"/>
- </linearGradient>
- <linearGradient x1="106.76" gradientUnits="userSpaceOnUse" y1="40.861" x2="106.76" y2="21.809">
- <stop stop-color="#74963a" offset="0"/>
- <stop stop-color="#89b63e" offset="1"/>
- </linearGradient>
<g stroke-width="1.1">
<path d="m 106.8,21.988 c -6.572,0 -12.045,5.691 -12.045,11.865 0,2.777 1.564,6.309 2.693,8.747 l 9.307,17.871 9.262,-17.871 c 1.131,-2.438 2.738,-5.792 2.738,-8.747 0,-6.174 -5.38,-11.865 -11.96,-11.865 z m -1.18,20.069 c -0.521,0 -1.025,-0.215 -1.389,-0.604 -0.025,-0.027 -2.609,-2.793 -3.945,-3.996 -0.779,-0.703 -0.841,-1.904 -0.139,-2.684 0.703,-0.781 1.904,-0.842 2.684,-0.139 0.64,0.576 1.501,1.438 2.275,2.232 1.244,-2.398 3.327,-6 5.765,-8.545 0.726,-0.758 1.929,-0.783 2.687,-0.057 0.758,0.725 0.783,1.928 0.058,2.686 -3.412,3.562 -6.228,9.906 -6.255,9.971 -0.258,0.584 -0.792,1 -1.422,1.108 -0.11,0.018 -0.22,0.028 -0.32,0.028 z" fill-rule="evenodd" stroke="url(#B)" fill="url(#A)"/>
<path d="M106.79 23.093c-5.943 0-10.938 5.221-10.938 10.75 0 2.359 1.443 5.832 2.562 8.25.006.012.025.021.031.031l8.312 15.969 8.25-15.969c.006-.012.025-.02.031-.031 1.135-2.448 2.625-5.706 2.625-8.25.01-5.537-4.93-10.75-10.87-10.75zm5.45 3.543a3.01 3.01 0 0 0-2.166.926c-2.09 2.18-3.914 5.074-5.236 7.471-.502-.498-.928-.904-1.273-1.217-.553-.498-1.266-.771-2.009-.771a3 3 0 0 0-2.228.992c-1.107 1.227-1.01 3.129.219 4.236 1.288 1.16 3.85 3.901 3.874 3.926.569.609 1.368.957 2.196.957a3.08 3.08 0 0 0 .498-.041c1.002-.172 1.841-.824 2.248-1.75.029-.064 2.805-6.271 6.043-9.652a2.98 2.98 0 0 0 .834-2.141c-.018-.801-.346-1.547-.925-2.102a3.01 3.01 0 0 0-2.08-.834z" stroke-opacity=".122" stroke="#fff" fill="none"/>
-<?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"
- width="580"
- height="270"
- id="svg4136"
- version="1.1"
- inkscape:version="0.48.2 r9819"
- sodipodi:docname="verify-illustration.svg"
- inkscape:export-filename="/Users/saman/work_repos/openstreetmap-website/app/assets/images/verify-illustration.png"
- inkscape:export-xdpi="90"
- inkscape:export-ydpi="90">
- <defs
- id="defs4138">
- <linearGradient
- id="linearGradient14931">
- <stop
- id="stop14933"
- offset="0"
- style="stop-color:#ccf1ff;stop-opacity:0;" />
- <stop
- style="stop-color:#ccf1ff;stop-opacity:0;"
- offset="0.85714281"
- id="stop14937" />
- <stop
- id="stop14935"
- offset="1"
- style="stop-color:#789afb;stop-opacity:1" />
- </linearGradient>
- <linearGradient
- id="linearGradient14233"
- inkscape:collect="always">
- <stop
- id="stop14235"
- offset="0"
- style="stop-color:#a2c9ed;stop-opacity:1;" />
- <stop
- id="stop14237"
- offset="1"
- style="stop-color:#7a9dfc;stop-opacity:1" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- id="linearGradient14223">
- <stop
- style="stop-color:#a2c9ed;stop-opacity:1;"
- offset="0"
- id="stop14225" />
- <stop
- style="stop-color:#7a9dfc;stop-opacity:1"
- offset="1"
- id="stop14227" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- id="linearGradient13250">
- <stop
- style="stop-color:#8eb3f5;stop-opacity:1"
- offset="0"
- id="stop13252" />
- <stop
- style="stop-color:#b2dbea;stop-opacity:0;"
- offset="1"
- id="stop13254" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- id="linearGradient13240">
- <stop
- style="stop-color:#ffffff;stop-opacity:1;"
- offset="0"
- id="stop13242" />
- <stop
- style="stop-color:#ebf2fd;stop-opacity:1"
- offset="1"
- id="stop13244" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- id="linearGradient13198">
- <stop
- style="stop-color:#000000;stop-opacity:1;"
- offset="0"
- id="stop13200" />
- <stop
- style="stop-color:#000000;stop-opacity:0;"
- offset="1"
- id="stop13202" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- id="linearGradient9009">
- <stop
- style="stop-color:#ffffff;stop-opacity:1;"
- offset="0"
- id="stop9011" />
- <stop
- style="stop-color:#ffffff;stop-opacity:0;"
- offset="1"
- id="stop9013" />
- </linearGradient>
- <linearGradient
- id="linearGradient8284"
- inkscape:collect="always">
- <stop
- id="stop8286"
- offset="0"
- style="stop-color:#b2dbea;stop-opacity:1" />
- <stop
- id="stop8288"
- offset="1"
- style="stop-color:#93b8e0;stop-opacity:0" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- id="linearGradient7872">
- <stop
- style="stop-color:#cbeea7;stop-opacity:1;"
- offset="0"
- id="stop7874" />
- <stop
- style="stop-color:#cee8c1;stop-opacity:1"
- offset="1"
- id="stop7876" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- id="linearGradient7775">
- <stop
- style="stop-color:#222222;stop-opacity:1"
- offset="0"
- id="stop7777" />
- <stop
- style="stop-color:#adadc6;stop-opacity:0;"
- offset="1"
- id="stop7779" />
- </linearGradient>
- <linearGradient
- id="linearGradient7767">
- <stop
- style="stop-color:#b2dbea;stop-opacity:1"
- offset="0"
- id="stop7769" />
- <stop
- style="stop-color:#7092ff;stop-opacity:1"
- offset="1"
- id="stop7771" />
- </linearGradient>
- <clipPath
- clipPathUnits="userSpaceOnUse"
- id="clipPath7691">
- <path
- sodipodi:open="true"
- sodipodi:end="6.2831853"
- sodipodi:start="3.1415927"
- transform="matrix(1.4545455,0,0,1.4545455,-622.81822,-83.09091)"
- d="M 1126,118.99999 A 110,110 0 0 1 1346,119"
- sodipodi:ry="110"
- sodipodi:rx="110"
- sodipodi:cy="119"
- sodipodi:cx="1236"
- id="path7693"
- style="color:#000000;fill:#c5c5d7;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:4;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
- sodipodi:type="arc" />
- </clipPath>
- <clipPath
- clipPathUnits="userSpaceOnUse"
- id="clipPath7755">
- <path
- inkscape:connector-curvature="0"
- style="color:#000000;fill:#adadc6;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:4;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
- d="m 1230.4688,792.26843 c 13.3096,49.6722 -20.4537,112.82556 -47.6876,150.09372 l 152.2188,0 c 0,-68.85715 -43.5157,-127.53233 -104.5312,-150.09372 z"
- id="path7757"
- sodipodi:nodetypes="cccc" />
- </clipPath>
- <filter
- inkscape:collect="always"
- id="filter7759"
- color-interpolation-filters="sRGB">
- <feGaussianBlur
- inkscape:collect="always"
- stdDeviation="5.8125"
- id="feGaussianBlur7761" />
- </filter>
- <filter
- inkscape:collect="always"
- id="filter7763"
- x="-0.103344"
- width="1.206688"
- y="-0.089630529"
- height="1.1792611"
- color-interpolation-filters="sRGB">
- <feGaussianBlur
- inkscape:collect="always"
- stdDeviation="5.3825"
- id="feGaussianBlur7765" />
- </filter>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient7767"
- id="linearGradient7773"
- x1="1225.6875"
- y1="36.5"
- x2="1225.6875"
- y2="119"
- gradientUnits="userSpaceOnUse" />
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient7775"
- id="linearGradient7781"
- x1="1224.2188"
- y1="789.35889"
- x2="1224.2188"
- y2="942.36212"
- gradientUnits="userSpaceOnUse"
- gradientTransform="translate(30,0)" />
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient7872"
- id="linearGradient7878"
- x1="1097"
- y1="942.36218"
- x2="1097"
- y2="802.62952"
- gradientUnits="userSpaceOnUse"
- gradientTransform="translate(30,0)" />
- <filter
- color-interpolation-filters="sRGB"
- inkscape:collect="always"
- id="filter7759-0">
- <feGaussianBlur
- inkscape:collect="always"
- stdDeviation="5.8125"
- id="feGaussianBlur7761-9" />
- </filter>
- <clipPath
- clipPathUnits="userSpaceOnUse"
- id="clipPath8573">
- <path
- sodipodi:type="arc"
- style="color:#000000;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:4;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
- id="path8575"
- sodipodi:cx="1236"
- sodipodi:cy="119"
- sodipodi:rx="110"
- sodipodi:ry="110"
- d="M 1126,118.99999 A 110,110 0 0 1 1346,119"
- transform="matrix(1.4545455,0,0,1.4545455,-611.81823,-534.09093)"
- sodipodi:start="3.1415927"
- sodipodi:end="6.2831853"
- sodipodi:open="true" />
- </clipPath>
- <clipPath
- clipPathUnits="userSpaceOnUse"
- id="clipPath8675">
- <path
- style="font-size:medium;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-indent:0;text-align:start;text-decoration:none;line-height:normal;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;baseline-shift:baseline;color:#000000;fill:url(#linearGradient8679);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:5.81818199;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate;font-family:Sans;-inkscape-font-specification:Sans"
- d="m 1190.4062,-388.15627 a 12.0012,12.0012 0 0 0 -10.0312,4.96875 c -23.0888,31.04416 -73.5,61.84375 -73.5,61.84375 a 12.007739,12.007739 0 0 0 -0.8125,0.5625 12.007739,12.007739 0 0 0 -0.1875,0.125 l -13.875,7.90625 a 4.0175701,4.0175701 0 1 0 4,6.96875 l 5.2188,-2.96875 a 12.007739,12.007739 0 0 0 17.9062,8.0625 c 0,0 52.3016,-30.24185 80.5,-68.15625 a 12.0012,12.0012 0 0 0 -9.2188,-19.3125 z"
- id="path8677"
- inkscape:connector-curvature="0" />
- </clipPath>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient8284"
- id="linearGradient8679"
- gradientUnits="userSpaceOnUse"
- x1="1086"
- y1="139"
- x2="1125.7982"
- y2="99.201767"
- gradientTransform="translate(11.000003,-451.00002)" />
- <clipPath
- clipPathUnits="userSpaceOnUse"
- id="clipPath8987">
- <flowRoot
- xml:space="preserve"
- id="flowRoot8989"
- style="font-size:30px;font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;text-indent:0;text-align:start;text-decoration:none;line-height:125%;letter-spacing:0px;word-spacing:0px;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;baseline-shift:baseline;opacity:0.25;color:#000000;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:4;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate;font-family:Menlo;-inkscape-font-specification:Menlo Bold"
- transform="translate(-173.25,451.00002)"
- clip-path="none"><flowRegion
- id="flowRegion8991"><rect
- id="rect8993"
- width="580"
- height="303"
- x="1021"
- y="-529"
- style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;fill:#ffffff;stroke:none;font-family:Menlo;-inkscape-font-specification:Menlo Bold" /></flowRegion><flowPara
- id="flowPara8995">101010101010100011</flowPara><flowPara
- id="flowPara8997">100010101010011010</flowPara><flowPara
- id="flowPara8999">101010101001010110</flowPara><flowPara
- id="flowPara9001">010111010000011010</flowPara><flowPara
- id="flowPara9003">000101010000110001</flowPara><flowPara
- id="flowPara9005">101010110010101101</flowPara><flowPara
- id="flowPara9007">101010111010101011</flowPara></flowRoot> </clipPath>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient9009"
- id="linearGradient9015"
- x1="1184"
- y1="-405.00003"
- x2="1184"
- y2="-533.03516"
- gradientUnits="userSpaceOnUse" />
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient9009"
- id="linearGradient9019"
- gradientUnits="userSpaceOnUse"
- x1="1184"
- y1="-405.00003"
- x2="1184"
- y2="-533.03516" />
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient9009"
- id="linearGradient9021"
- gradientUnits="userSpaceOnUse"
- x1="1184"
- y1="-405.00003"
- x2="1184"
- y2="-533.03516" />
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient9009"
- id="linearGradient9023"
- gradientUnits="userSpaceOnUse"
- x1="1184"
- y1="-405.00003"
- x2="1184"
- y2="-533.03516" />
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient9009"
- id="linearGradient9025"
- gradientUnits="userSpaceOnUse"
- x1="1184"
- y1="-405.00003"
- x2="1184"
- y2="-533.03516" />
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient9009"
- id="linearGradient9027"
- gradientUnits="userSpaceOnUse"
- x1="1184"
- y1="-405.00003"
- x2="1184"
- y2="-533.03516" />
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient9009"
- id="linearGradient9029"
- gradientUnits="userSpaceOnUse"
- x1="1184"
- y1="-405.00003"
- x2="1184"
- y2="-533.03516" />
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient9009"
- id="linearGradient9031"
- gradientUnits="userSpaceOnUse"
- x1="1184"
- y1="-405.00003"
- x2="1184"
- y2="-533.03516" />
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient9009"
- id="linearGradient9033"
- gradientUnits="userSpaceOnUse"
- x1="1184"
- y1="-405.00003"
- x2="1184"
- y2="-533.03516" />
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient9009"
- id="linearGradient9035"
- gradientUnits="userSpaceOnUse"
- x1="1184"
- y1="-405.00003"
- x2="1184"
- y2="-533.03516" />
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient7872-10"
- id="linearGradient7878-5"
- x1="1097"
- y1="942.36218"
- x2="1097"
- y2="802.62952"
- gradientUnits="userSpaceOnUse"
- gradientTransform="translate(30,0)" />
- <linearGradient
- inkscape:collect="always"
- id="linearGradient7872-10">
- <stop
- style="stop-color:#cbeea7;stop-opacity:1;"
- offset="0"
- id="stop7874-2" />
- <stop
- style="stop-color:#cee8c1;stop-opacity:1"
- offset="1"
- id="stop7876-5" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient7872-80"
- id="linearGradient7878-1"
- x1="1097"
- y1="942.36218"
- x2="1097"
- y2="802.62952"
- gradientUnits="userSpaceOnUse"
- gradientTransform="translate(-870,-742.36218)" />
- <linearGradient
- inkscape:collect="always"
- id="linearGradient7872-80">
- <stop
- style="stop-color:#cbeea7;stop-opacity:1;"
- offset="0"
- id="stop7874-6" />
- <stop
- style="stop-color:#cee8c1;stop-opacity:1"
- offset="1"
- id="stop7876-6" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient7872-8-5"
- id="linearGradient7878-9-6"
- x1="1097"
- y1="942.36218"
- x2="1097"
- y2="802.62952"
- gradientUnits="userSpaceOnUse"
- gradientTransform="translate(-870,-742.36218)" />
- <linearGradient
- inkscape:collect="always"
- id="linearGradient7872-8-5">
- <stop
- style="stop-color:#cbeea7;stop-opacity:1;"
- offset="0"
- id="stop7874-3-7" />
- <stop
- style="stop-color:#cee8c1;stop-opacity:1"
- offset="1"
- id="stop7876-8-7" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient7872-8-9"
- id="linearGradient7878-9-9"
- x1="1097"
- y1="942.36218"
- x2="1097"
- y2="802.62952"
- gradientUnits="userSpaceOnUse"
- gradientTransform="translate(-870,-742.36218)" />
- <linearGradient
- inkscape:collect="always"
- id="linearGradient7872-8-9">
- <stop
- style="stop-color:#cbeea7;stop-opacity:1;"
- offset="0"
- id="stop7874-3-4" />
- <stop
- style="stop-color:#cee8c1;stop-opacity:1"
- offset="1"
- id="stop7876-8-3" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient7872-8-2"
- id="linearGradient7878-9-8"
- x1="1097"
- y1="942.36218"
- x2="1097"
- y2="802.62952"
- gradientUnits="userSpaceOnUse"
- gradientTransform="translate(30,0)" />
- <linearGradient
- inkscape:collect="always"
- id="linearGradient7872-8-2">
- <stop
- style="stop-color:#cbeea7;stop-opacity:1;"
- offset="0"
- id="stop7874-3-3" />
- <stop
- style="stop-color:#cee8c1;stop-opacity:1"
- offset="1"
- id="stop7876-8-6" />
- </linearGradient>
- <linearGradient
- y2="802.62952"
- x2="1097"
- y1="942.36218"
- x1="1097"
- gradientTransform="translate(-1205,-787.20593)"
- gradientUnits="userSpaceOnUse"
- id="linearGradient13058"
- xlink:href="#linearGradient7872-8-2"
- inkscape:collect="always" />
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient13198"
- id="linearGradient13220"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(1,0,0.26794919,1,-171.4763,0)"
- x1="1075"
- y1="942.61218"
- x2="1075"
- y2="897.61151" />
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient13240"
- id="linearGradient13246"
- x1="1023.75"
- y1="883.11218"
- x2="1023.75"
- y2="905.88416"
- gradientUnits="userSpaceOnUse"
- gradientTransform="translate(80,0)" />
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient13250"
- id="linearGradient13256"
- x1="210"
- y1="135"
- x2="210"
- y2="145"
- gradientUnits="userSpaceOnUse" />
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient7872-3"
- id="linearGradient7878-19"
- x1="1097"
- y1="942.36218"
- x2="1097"
- y2="802.62952"
- gradientUnits="userSpaceOnUse"
- gradientTransform="translate(-790,-742.36218)" />
- <linearGradient
- inkscape:collect="always"
- id="linearGradient7872-3">
- <stop
- style="stop-color:#cbeea7;stop-opacity:1;"
- offset="0"
- id="stop7874-9" />
- <stop
- style="stop-color:#cee8c1;stop-opacity:1"
- offset="1"
- id="stop7876-7" />
- </linearGradient>
- <linearGradient
- y2="802.62952"
- x2="1097"
- y1="942.36218"
- x1="1097"
- gradientTransform="translate(-1030,-792.36218)"
- gradientUnits="userSpaceOnUse"
- id="linearGradient14202"
- xlink:href="#linearGradient7872-3"
- inkscape:collect="always" />
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient14223"
- id="linearGradient14229"
- x1="1104"
- y1="908.36218"
- x2="1104"
- y2="944.48694"
- gradientUnits="userSpaceOnUse" />
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient14233"
- id="linearGradient14231"
- x1="1104"
- y1="908.36218"
- x2="1104"
- y2="944.48694"
- gradientUnits="userSpaceOnUse" />
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient7767-8"
- id="linearGradient7773-6"
- x1="1225.6875"
- y1="36.5"
- x2="1225.6875"
- y2="119"
- gradientUnits="userSpaceOnUse" />
- <linearGradient
- id="linearGradient7767-8">
- <stop
- style="stop-color:#b2dbea;stop-opacity:1"
- offset="0"
- id="stop7769-3" />
- <stop
- style="stop-color:#7092ff;stop-opacity:1"
- offset="1"
- id="stop7771-2" />
- </linearGradient>
- <radialGradient
- inkscape:collect="always"
- xlink:href="#linearGradient14931"
- id="radialGradient14929"
- cx="1218.1995"
- cy="124.60332"
- fx="1218.1995"
- fy="124.60332"
- r="110"
- gradientTransform="matrix(8.9292362e-8,-1.09375,1.0937499,1.4609618e-6,1099.715,1451.4055)"
- gradientUnits="userSpaceOnUse" />
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient9009"
- id="linearGradient15209"
- gradientUnits="userSpaceOnUse"
- x1="1184"
- y1="-405.00003"
- x2="1184"
- y2="-533.03516" />
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient9009"
- id="linearGradient15211"
- gradientUnits="userSpaceOnUse"
- x1="1184"
- y1="-405.00003"
- x2="1184"
- y2="-533.03516" />
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient9009"
- id="linearGradient15213"
- gradientUnits="userSpaceOnUse"
- x1="1184"
- y1="-405.00003"
- x2="1184"
- y2="-533.03516" />
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient9009"
- id="linearGradient15215"
- gradientUnits="userSpaceOnUse"
- x1="1184"
- y1="-405.00003"
- x2="1184"
- y2="-533.03516" />
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient9009"
- id="linearGradient15217"
- gradientUnits="userSpaceOnUse"
- x1="1184"
- y1="-405.00003"
- x2="1184"
- y2="-533.03516" />
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient9009"
- id="linearGradient15219"
- gradientUnits="userSpaceOnUse"
- x1="1184"
- y1="-405.00003"
- x2="1184"
- y2="-533.03516" />
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient9009"
- id="linearGradient15221"
- gradientUnits="userSpaceOnUse"
- x1="1184"
- y1="-405.00003"
- x2="1184"
- y2="-533.03516" />
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient9009"
- id="linearGradient15223"
- gradientUnits="userSpaceOnUse"
- x1="1184"
- y1="-405.00003"
- x2="1184"
- y2="-533.03516" />
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient7775"
- id="linearGradient15226"
- gradientUnits="userSpaceOnUse"
- gradientTransform="translate(30,0)"
- x1="1224.2188"
- y1="789.35889"
- x2="1224.2188"
- y2="942.36212" />
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient14223"
- id="linearGradient15231"
- gradientUnits="userSpaceOnUse"
- x1="1104"
- y1="908.36218"
- x2="1104"
- y2="944.48694" />
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient14233"
- id="linearGradient15234"
- gradientUnits="userSpaceOnUse"
- x1="1104"
- y1="908.36218"
- x2="1104"
- y2="944.48694"
- gradientTransform="translate(-820,-742.36218)" />
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient13240"
- id="linearGradient15237"
- gradientUnits="userSpaceOnUse"
- gradientTransform="translate(80,0)"
- x1="1023.75"
- y1="883.11218"
- x2="1023.75"
- y2="905.88416" />
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient13198"
- id="linearGradient15240"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(1,0,0.26794919,1,-171.4763,0)"
- x1="1075"
- y1="942.61218"
- x2="1075"
- y2="897.61151" />
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient7872-10"
- id="linearGradient15249"
- gradientUnits="userSpaceOnUse"
- gradientTransform="translate(30,0)"
- x1="1097"
- y1="942.36218"
- x2="1097"
- y2="802.62952" />
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient7872"
- id="linearGradient15252"
- gradientUnits="userSpaceOnUse"
- gradientTransform="translate(30,0)"
- x1="1097"
- y1="942.36218"
- x2="1097"
- y2="802.62952" />
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient7872-3"
- id="linearGradient15256"
- gradientUnits="userSpaceOnUse"
- gradientTransform="translate(30,0)"
- x1="1097"
- y1="942.36218"
- x2="1097"
- y2="802.62952" />
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient9009"
- id="linearGradient15270"
- gradientUnits="userSpaceOnUse"
- x1="1184"
- y1="-405.00003"
- x2="1184"
- y2="-533.03516" />
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient9009"
- id="linearGradient15272"
- gradientUnits="userSpaceOnUse"
- x1="1184"
- y1="-405.00003"
- x2="1184"
- y2="-533.03516" />
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient9009"
- id="linearGradient15274"
- gradientUnits="userSpaceOnUse"
- x1="1184"
- y1="-405.00003"
- x2="1184"
- y2="-533.03516" />
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient9009"
- id="linearGradient15276"
- gradientUnits="userSpaceOnUse"
- x1="1184"
- y1="-405.00003"
- x2="1184"
- y2="-533.03516" />
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient9009"
- id="linearGradient15278"
- gradientUnits="userSpaceOnUse"
- x1="1184"
- y1="-405.00003"
- x2="1184"
- y2="-533.03516" />
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient9009"
- id="linearGradient15280"
- gradientUnits="userSpaceOnUse"
- x1="1184"
- y1="-405.00003"
- x2="1184"
- y2="-533.03516" />
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient9009"
- id="linearGradient15282"
- gradientUnits="userSpaceOnUse"
- x1="1184"
- y1="-405.00003"
- x2="1184"
- y2="-533.03516" />
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient9009"
- id="linearGradient15284"
- gradientUnits="userSpaceOnUse"
- x1="1184"
- y1="-405.00003"
- x2="1184"
- y2="-533.03516" />
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient9009-6"
- id="linearGradient15284-1"
- gradientUnits="userSpaceOnUse"
- x1="1184"
- y1="-405.00003"
- x2="1184"
- y2="-533.03516" />
- <linearGradient
- inkscape:collect="always"
- id="linearGradient9009-6">
- <stop
- style="stop-color:#ffffff;stop-opacity:1;"
- offset="0"
- id="stop9011-6" />
- <stop
- style="stop-color:#ffffff;stop-opacity:0;"
- offset="1"
- id="stop9013-1" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient9009-6"
- id="linearGradient9021-0"
- gradientUnits="userSpaceOnUse"
- x1="1184"
- y1="-405.00003"
- x2="1184"
- y2="-533.03516" />
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient9009-6"
- id="linearGradient9019-6"
- gradientUnits="userSpaceOnUse"
- x1="1184"
- y1="-405.00003"
- x2="1184"
- y2="-533.03516" />
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient9009-6"
- id="linearGradient15270-8"
- gradientUnits="userSpaceOnUse"
- x1="1184"
- y1="-405.00003"
- x2="1184"
- y2="-533.03516" />
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient9009-6"
- id="linearGradient15272-3"
- gradientUnits="userSpaceOnUse"
- x1="1184"
- y1="-405.00003"
- x2="1184"
- y2="-533.03516" />
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient9009-6"
- id="linearGradient15274-2"
- gradientUnits="userSpaceOnUse"
- x1="1184"
- y1="-405.00003"
- x2="1184"
- y2="-533.03516" />
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient9009-6"
- id="linearGradient15276-3"
- gradientUnits="userSpaceOnUse"
- x1="1184"
- y1="-405.00003"
- x2="1184"
- y2="-533.03516" />
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient9009-6"
- id="linearGradient15278-3"
- gradientUnits="userSpaceOnUse"
- x1="1184"
- y1="-405.00003"
- x2="1184"
- y2="-533.03516" />
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient9009-6"
- id="linearGradient15280-7"
- gradientUnits="userSpaceOnUse"
- x1="1184"
- y1="-405.00003"
- x2="1184"
- y2="-533.03516" />
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient9009-6"
- id="linearGradient15282-7"
- gradientUnits="userSpaceOnUse"
- x1="1184"
- y1="-405.00003"
- x2="1184"
- y2="-533.03516" />
- <linearGradient
- y2="-533.03516"
- x2="1184"
- y1="-405.00003"
- x1="1184"
- gradientUnits="userSpaceOnUse"
- id="linearGradient15375"
- xlink:href="#linearGradient9009-6"
- inkscape:collect="always" />
- <clipPath
- clipPathUnits="userSpaceOnUse"
- id="clipPath15492">
- <path
- id="path15494"
- d="m 1071,-406.00002 c -4.5663,0 -8.4278,3.06835 -9.625,7.25 l -12.375,37.75 22,0 9.5625,-32 0,-0.0625 c 0.019,-0.0621 0.045,-0.12491 0.062,-0.1875 0.2508,-0.87601 0.375,-1.79341 0.375,-2.75 0,-5.52285 -4.4771,-10 -10,-10 z m 40,0 c -5.5228,0 -10,4.47715 -10,10 0,0.95659 0.1242,1.87399 0.375,2.75 l 0.062,0.1875 c 0.01,0.0188 -0.01,0.0437 0,0.0625 l 9.5625,32 20,0 -10.375,-37.75 c -1.1972,-4.18165 -5.0587,-7.25 -9.625,-7.25 z"
- style="color:#000000;fill:url(#linearGradient15496);fill-opacity:1;stroke:none;stroke-width:20;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
- clip-path="none"
- inkscape:connector-curvature="0" />
- </clipPath>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient14233"
- id="linearGradient15496"
- gradientUnits="userSpaceOnUse"
- gradientTransform="translate(-18.999997,-1303.3622)"
- x1="1104"
- y1="908.36218"
- x2="1104"
- y2="944.48694" />
- </defs>
- <sodipodi:namedview
- id="base"
- pagecolor="#ffffff"
- bordercolor="#666666"
- borderopacity="1.0"
- inkscape:pageopacity="0.0"
- inkscape:pageshadow="2"
- inkscape:zoom="1"
- inkscape:cx="454.13163"
- inkscape:cy="142.68005"
- inkscape:document-units="px"
- inkscape:current-layer="layer1"
- showgrid="false"
- inkscape:window-width="1524"
- inkscape:window-height="817"
- inkscape:window-x="397"
- inkscape:window-y="161"
- inkscape:window-maximized="0"
- borderlayer="false"
- inkscape:showpageshadow="false"
- inkscape:snap-bbox="true"
- showguides="true"
- inkscape:guide-bbox="true"
- inkscape:object-paths="false"
- inkscape:object-nodes="false"
- inkscape:snap-nodes="true"
- fit-margin-top="0"
- fit-margin-left="0"
- fit-margin-right="0"
- fit-margin-bottom="0">
- <inkscape:grid
- type="xygrid"
- id="grid4228"
- empspacing="5"
- visible="true"
- enabled="true"
- snapvisiblegridlinesonly="true" />
- <sodipodi:guide
- orientation="0,1"
- position="523,479"
- id="guide6331" />
- </sodipodi:namedview>
- <metadata
- id="metadata4141">
- <rdf:RDF>
- <cc:Work
- rdf:about="">
- <dc:format>image/svg+xml</dc:format>
- <dc:type
- rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
- <dc:title></dc:title>
- </cc:Work>
- </rdf:RDF>
- </metadata>
- <g
- inkscape:label="Layer 1"
- inkscape:groupmode="layer"
- id="layer1"
- transform="translate(-820,-742.36218)">
- <g
- id="g8240"
- transform="translate(-49,2)"
- style="fill:#7693dc;fill-opacity:1" />
- <rect
- style="opacity:0.15;color:#000000;fill:none;stroke:none;stroke-width:4;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
- id="rect9589"
- width="230"
- height="60"
- x="-1050"
- y="-962.36218"
- transform="scale(-1,-1)" />
- <g
- id="g13213"
- transform="translate(10,0)" />
- <path
- sodipodi:type="arc"
- style="color:#000000;fill:url(#linearGradient7773);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:4;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
- id="path7176"
- sodipodi:cx="1236"
- sodipodi:cy="119"
- sodipodi:rx="110"
- sodipodi:ry="110"
- d="M 1126,118.99999 A 110,110 0 0 1 1346,119"
- transform="matrix(1.4545455,0,0,1.4545455,-592.81822,769.27127)"
- sodipodi:start="3.1415927"
- sodipodi:end="6.2831853"
- sodipodi:open="true" />
- <flowRoot
- xml:space="preserve"
- id="flowRoot8523"
- style="font-size:30px;font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;text-indent:0;text-align:start;text-decoration:none;line-height:125%;letter-spacing:0px;word-spacing:0px;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;baseline-shift:baseline;opacity:0.25;color:#000000;fill:url(#linearGradient15284);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:4;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate;font-family:Menlo;-inkscape-font-specification:Menlo Bold"
- transform="translate(19,1303.3622)"
- clip-path="url(#clipPath8573)"><flowRegion
- id="flowRegion8525"
- style="fill:url(#linearGradient9021);fill-opacity:1"><rect
- id="rect8527"
- width="580"
- height="303"
- x="1021"
- y="-529"
- style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;fill:url(#linearGradient9019);fill-opacity:1;stroke:none;font-family:Menlo;-inkscape-font-specification:Menlo Bold" /></flowRegion><flowPara
- id="flowPara8529"
- style="fill:url(#linearGradient15270);fill-opacity:1">101010101010100011</flowPara><flowPara
- id="flowPara8531"
- style="fill:url(#linearGradient15272);fill-opacity:1">100010101010011010</flowPara><flowPara
- id="flowPara8533"
- style="fill:url(#linearGradient15274);fill-opacity:1">101010101001010110</flowPara><flowPara
- id="flowPara8535"
- style="fill:url(#linearGradient15276);fill-opacity:1">010111010101011010</flowPara><flowPara
- id="flowPara8537"
- style="fill:url(#linearGradient15278);fill-opacity:1">000101010000110001</flowPara><flowPara
- id="flowPara8617"
- style="fill:url(#linearGradient15280);fill-opacity:1">101010110010101101</flowPara><flowPara
- id="flowPara8619"
- style="fill:url(#linearGradient15282);fill-opacity:1">101010111010101011</flowPara></flowRoot> <path
- style="opacity:0.25;color:#000000;fill:#222222;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:4;marker:none;visibility:visible;display:inline;overflow:visible;filter:url(#filter7759);enable-background:accumulate"
- d="m 1174,-70 c -6.4317,0.0395 -12.7696,0.4728 -19,1.25 l 0,8.75 5,5 10,0 z m 40.25,4.84375 -0.031,0.15625 7.7812,9 5,0 3,-4 0,-0.28125 c -1.2872,-0.4713 -2.5726,-0.93607 -3.875,-1.375 -0.041,-0.0138 -0.084,-0.01755 -0.125,-0.03125 -1.2576,-0.42471 -2.5104,-0.82436 -3.7812,-1.21875 -1.1271,-0.34978 -2.2683,-0.70623 -3.4063,-1.03125 -0.1871,-0.0531 -0.3752,-0.10379 -0.5625,-0.15625 -1.079,-0.30374 -2.1607,-0.59432 -3.25,-0.875 -0.2478,-0.0638 -0.5017,-0.1249 -0.75,-0.1875 z m -95,5.15625 c -39.4401,14.6674 -71.5429,44.43079 -89.25,82.28125 L 1030,35 l 15,15 0,10 5,0 5,5 0,5 -5,5 0,15 105,0 -10,-10 -20,0 -5,-5 0,-5 -40,-25 -10,0 -10,10 -10,0 0,-15 -5,-5 5,-5 0,-5 -5,0 -10,0 10,-20 15,-5 0,15 5,0 5,-5 0,-10 25,-30 5,0 40,-15 0,-10 -5,-5 z m 91.75,5 6,8 7,0 -8,-8 z m 33.5,0.84375 -2.375,4.15625 -12.125,0 -5.7812,10 5.7812,10 -10,0.3125 -4.4375,4.6875 0,5 8.6563,5 10.7812,0 8.6562,-15 6.3438,0 10,8 1.3438,5 3.6562,0 0,-8 5,3 5,2 5,0 6,-6 -9,-10 -2.125,1 c -0.029,-0.0234 -0.064,-0.0392 -0.094,-0.0625 -0.3359,-0.26835 -0.6619,-0.54681 -1,-0.8125 -0.8033,-0.63134 -1.6219,-1.25882 -2.4374,-1.875 -0.2074,-0.1566 -0.417,-0.31314 -0.625,-0.46875 -0.9966,-0.74524 -1.9858,-1.46514 -3,-2.1875 -0.031,-0.0218 -0.063,-0.0408 -0.094,-0.0625 -0.1103,-0.0784 -0.2332,-0.14058 -0.3438,-0.21875 -0.9382,-0.66399 -1.8596,-1.35587 -2.8124,-2 -0.1442,-0.0974 -0.2931,-0.18434 -0.4376,-0.28125 -0.9169,-0.61558 -1.8508,-1.21555 -2.7812,-1.8125 -0.3292,-0.21107 -0.6691,-0.41628 -1,-0.625 -1.2672,-0.79993 -2.5216,-1.57877 -3.8125,-2.34375 -1.0622,-0.62947 -2.1409,-1.23835 -3.2187,-1.84375 -0.538,-0.302 -1.0834,-0.6103 -1.625,-0.90625 -0.1142,-0.0623 -0.2296,-0.12545 -0.3438,-0.1875 -0.9035,-0.49081 -1.8049,-0.9637 -2.7188,-1.4375 -1.3366,-0.69309 -2.6725,-1.3751 -4.0312,-2.03125 z M 1283,-30 l -3,10 5,5 10,0 0,10 -15,0 0,5 -10,0 -10,-10 -20,0 -5,0 -10,0 -5,5 0,10 -5,0 -10,20 0,5 5,5 0,15 20,20 20,0 5,-5 10,0 10,10 0,10 3.3438,5 56.6562,0 c 0,-44.18275 -17.9207,-84.17069 -46.875,-113.125 -0.6292,-0.62919 -1.2668,-1.25631 -1.9062,-1.875 z m -78,-20 3,5 5,0 -3,-5 z"
- transform="translate(30,852.36218)"
- id="path7591"
- clip-path="url(#clipPath7691)"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="cccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccscccccccccccccccccccccccccccccccccsccccccc" />
- <path
- inkscape:connector-curvature="0"
- style="color:#000000;fill:url(#linearGradient15256);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:4;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
- d="m 1244.25,787.20593 -0.031,0.15625 7.7812,9 5,0 3,-4 0,-0.28125 c -1.2873,-0.4713 -2.5726,-0.93607 -3.875,-1.375 -0.041,-0.0138 -0.084,-0.0175 -0.125,-0.0312 -1.2576,-0.42471 -2.5104,-0.82436 -3.7812,-1.21875 -1.1271,-0.34978 -2.2683,-0.70623 -3.4063,-1.03125 -0.1871,-0.0531 -0.3752,-0.10379 -0.5625,-0.15625 -1.079,-0.30374 -2.1607,-0.59432 -3.25,-0.875 -0.2478,-0.0638 -0.5018,-0.1249 -0.75,-0.1875 z m -3.25,10.15625 6,8 7,0 -8,-8 -5,0 z m 33.5,0.875 -2.375,4.125 -9.5937,0 -2.5313,0 -5.7812,10 5.7812,10 -10,0.3125 -4.4375,4.6875 0,5 8.6563,5 7.3437,0 3.4375,0 8.6563,-15 6.3437,0 10,8 1.3438,5 3.6562,0 0,-8 5,3 5,2 5,0 5,5 10,0 0,10 -15,0 0,5 -10,0 -10,-10 -20,0 -5,0 -4.375,0 -5.625,0 -5,5 0,10 -5,0 -10,20 0,5 5,5 0,10.9375 0,4.0625 20,20 20,0 5,-5 10,0 10,10 0,10 3.3438,5 51.6562,0 5,0 c 0,-51.43766 -24.2837,-97.1986 -62,-126.46875 -0.1548,-0.11296 -0.3219,-0.23072 -0.4687,-0.34375 -0.018,-0.014 -0.045,-0.0172 -0.062,-0.0312 -0.7174,-0.55233 -1.4292,-1.11612 -2.1563,-1.65625 -0.053,-0.0397 -0.1025,-0.0854 -0.1562,-0.125 -0.06,-0.0444 -0.1301,-0.0771 -0.1875,-0.125 -0.023,-0.0187 -0.043,-0.0403 -0.062,-0.0625 -0.023,-0.0174 -0.04,-0.0451 -0.062,-0.0625 -0.7324,-0.5397 -1.4775,-1.07211 -2.2188,-1.59375 -0.019,-0.0133 -0.044,-0.0179 -0.062,-0.0312 -0.7603,-0.5345 -1.5106,-1.06633 -2.2812,-1.59375 -0.8253,-0.56504 -1.6633,-1.10637 -2.5,-1.65625 -1.673,-1.09976 -3.3778,-2.18082 -5.0938,-3.21875 -0.858,-0.51897 -1.7254,-1.02804 -2.5937,-1.53125 -0.8686,-0.50321 -1.7441,-1.0092 -2.625,-1.5 -0.8811,-0.49079 -1.7676,-0.96639 -2.6563,-1.4375 -0.8887,-0.47111 -1.7575,-0.92024 -2.6562,-1.375 -0.8777,-0.44428 -1.7693,-0.884 -2.6563,-1.3125 z m -39.5,4.125 3,5 5,0 -3,-5 -5,0 z"
- id="path7176-41" />
- <path
- inkscape:connector-curvature="0"
- style="opacity:0.15;color:#000000;fill:#9ed184;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:4;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
- d="m 1285,897.36218 -15,15 -20,0 10,10 20,0 5,-5 10,0 10,10 0,10 5,0 10,-10 15.9688,0 0,-15 -25.9688,-15 -25,0 z"
- id="path7176-3-8" />
- <path
- inkscape:connector-curvature="0"
- style="color:#000000;fill:url(#linearGradient15252);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:4;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
- d="m 1149.25,792.36218 c -39.4401,14.6674 -71.5429,44.43079 -89.25,82.28125 l 0,12.71875 15,15 0,10 5,0 5,5 0,5 -5,5 0,15.00002 105,0 -10,-10.00002 -20,0 -5,-5 0,-5 -40,-25 -10,0 -10,10 -10,0 0,-15 -5,-5 5,-5 0,-5 -5,0 -10,0 10,-20 15,-5 0,15 5,0 5,-5 0,-10 25,-30 5,0 40,-15 0,-10 -5,-5 z"
- id="path7176-4"
- sodipodi:nodetypes="ccccccccccccccccccccccccccccccccccccc" />
- <path
- inkscape:connector-curvature="0"
- style="color:#000000;fill:url(#linearGradient15249);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:4;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
- d="m 1204,782.36218 c -6.4317,0.0395 -12.7696,0.4728 -19,1.25 l 0,8.75 5,5 10,0 4,-15 z"
- id="path7176-9" />
- <path
- inkscape:connector-curvature="0"
- style="opacity:0.15;color:#000000;fill:#9ed184;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:4;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
- d="m 1149.25,792.36218 c -5.8774,2.18576 -11.5968,4.72945 -17.125,7.5625 l 12.875,7.4375 0,9.375 25,-9.375 0,-10 -5,-5 -15.75,0 z"
- id="path7176-4-7" />
- <path
- inkscape:connector-curvature="0"
- style="opacity:0.15;color:#000000;fill:#9ed184;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:4;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
- d="m 1115,810.08093 c -13.1826,8.9817 -24.9493,19.86488 -34.9063,32.28125 l 14.9063,0 20,-20 0,-12.28125 z"
- id="path7176-4-76" />
- <path
- inkscape:connector-curvature="0"
- style="opacity:0.25;color:#000000;fill:url(#linearGradient15226);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:4;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
- d="m 1260.4688,792.26843 c 13.3096,49.6722 -0.4537,112.82556 -27.6876,150.09372 l 132.2188,0 c 0,-68.85715 -43.5157,-127.53233 -104.5312,-150.09372 z"
- id="path7176-2"
- sodipodi:nodetypes="cccc" />
- <path
- sodipodi:open="true"
- sodipodi:end="6.2831853"
- sodipodi:start="3.1415927"
- transform="matrix(1.5000002,0,0,1.5,-649.00018,763.86218)"
- d="M 1126,118.99999 A 110,110 0 0 1 1346,119"
- sodipodi:ry="110"
- sodipodi:rx="110"
- sodipodi:cy="119"
- sodipodi:cx="1236"
- id="path7176-1"
- style="color:#000000;fill:url(#radialGradient14929);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:4;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
- sodipodi:type="arc" />
- <path
- sodipodi:type="arc"
- style="opacity:0.5;color:#000000;fill:#222222;fill-opacity:1;stroke:none;stroke-width:8;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
- id="path8131"
- sodipodi:cx="1302.5"
- sodipodi:cy="17.5"
- sodipodi:rx="2.5"
- sodipodi:ry="2.5"
- d="m 1305,17.5 a 2.5,2.5 0 1 1 -5,0 2.5,2.5 0 1 1 5,0 z"
- transform="matrix(2,0,0,2,-1441,832.36218)" />
- <path
- sodipodi:type="arc"
- style="opacity:0.5;color:#000000;fill:#222222;fill-opacity:1;stroke:none;stroke-width:8;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
- id="path8157"
- sodipodi:cx="1302.5"
- sodipodi:cy="17.5"
- sodipodi:rx="2.5"
- sodipodi:ry="2.5"
- d="m 1305,17.5 a 2.5,2.5 0 1 1 -5,0 2.5,2.5 0 1 1 5,0 z"
- transform="matrix(2,0,0,2,-1467,832.36218)" />
- <path
- style="opacity:0.15;color:#000000;fill:#9ed184;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:4;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
- d="m 1100,927.36218 5,0 15,5 0,10 -30,0 z"
- id="path9199"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="cccccc" />
- <path
- inkscape:connector-curvature="0"
- style="opacity:0.15;color:#000000;fill:#9ed184;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:4;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
- d="m 1130,909.86218 0,7.5 10,5 0,10 -10,10 55,0 -10,-10 -20,0 -5,-5 0,-5 -20,-12.5 z"
- id="path7176-4-2" />
- <path
- style="opacity:0.25;color:#000000;fill:url(#linearGradient15240);fill-opacity:1;stroke:none;stroke-width:20;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
- d="m 1100.75,887.36218 0,10.03125 c -0.2461,-0.0181 -0.4992,-0.0312 -0.75,-0.0312 -4.5663,0 -8.4278,3.06835 -9.625,7.25 l -12.375,37.75 22,0 8.375,-28 28.25,0 8.375,28 20,0 -9.0312,-32.75 c -0.9563,-3.33947 -5.7545,-9.13562 -9.9688,-11.34375 l 0,-10.90625 -45.25,0 z"
- id="path13188"
- inkscape:connector-curvature="0" />
- <rect
- style="color:#000000;fill:url(#linearGradient15237);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:20;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
- id="rect13103"
- width="50"
- height="30"
- x="1085"
- y="877.36218" />
- <path
- style="color:#000000;fill:url(#linearGradient15234);fill-opacity:1;stroke:none;stroke-width:20;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
- d="M 270 155 C 265.4337 155 261.5722 158.06835 260.375 162.25 L 248 200 L 270 200 L 279.5625 168 L 279.5625 167.9375 C 279.5815 167.8754 279.608 167.81259 279.625 167.75 C 279.8758 166.87399 280 165.95659 280 165 C 280 159.47715 275.5229 155 270 155 z M 310 155 C 304.4772 155 300 159.47715 300 165 C 300 165.95659 300.1242 166.87399 300.375 167.75 L 300.4375 167.9375 C 300.4475 167.9563 300.4275 167.9812 300.4375 168 L 310 200 L 330 200 L 319.625 162.25 C 318.4278 158.06835 314.5663 155 310 155 z "
- transform="translate(820,742.36218)"
- id="path13097" />
- <path
- style="opacity:0.5;color:#000000;fill:none;stroke:#222222;stroke-width:4;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
- d="m 1142,882.36218 c 0,0 3,4 8,4 5,0 8,-4 8,-4 z"
- id="path8488-2"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="cscc" />
- <path
- style="color:#000000;fill:#ebf2fd;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:20;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
- d="m 1135,877.36218 -20,-10 -10,0 -20,10 z"
- id="path13169"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccccc" />
- <flowRoot
- xml:space="preserve"
- id="flowRoot8523-8"
- style="font-size:30px;font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;text-indent:0;text-align:start;text-decoration:none;line-height:125%;letter-spacing:0px;word-spacing:0px;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;baseline-shift:baseline;opacity:0.25;color:#000000;fill:url(#linearGradient15375);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:4;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate;font-family:Menlo;-inkscape-font-specification:Menlo Bold"
- transform="translate(18.999997,1303.3622)"
- clip-path="url(#clipPath15492)"><flowRegion
- id="flowRegion8525-1"
- style="fill:url(#linearGradient9021-0);fill-opacity:1"><rect
- id="rect8527-5"
- width="580"
- height="303"
- x="1021"
- y="-529"
- style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;fill:url(#linearGradient9019-6);fill-opacity:1;stroke:none;font-family:Menlo;-inkscape-font-specification:Menlo Bold" /></flowRegion><flowPara
- id="flowPara8529-9"
- style="fill:url(#linearGradient15270-8);fill-opacity:1">101010101010100011</flowPara><flowPara
- id="flowPara8531-7"
- style="fill:url(#linearGradient15272-3);fill-opacity:1">100010101010011010</flowPara><flowPara
- id="flowPara8533-2"
- style="fill:url(#linearGradient15274-2);fill-opacity:1">101010101001010110</flowPara><flowPara
- id="flowPara8535-4"
- style="fill:url(#linearGradient15276-3);fill-opacity:1">010111010101011010</flowPara><flowPara
- id="flowPara8537-7"
- style="fill:url(#linearGradient15278-3);fill-opacity:1">000101010000110001</flowPara><flowPara
- id="flowPara8617-3"
- style="fill:url(#linearGradient15280-7);fill-opacity:1">101010110010101101</flowPara><flowPara
- id="flowPara8619-9"
- style="fill:url(#linearGradient15282-7);fill-opacity:1">101010111010101011</flowPara></flowRoot> </g>
- <g
- inkscape:groupmode="layer"
- id="layer2"
- inkscape:label="blahh"
- style="display:none"
- sodipodi:insensitive="true"
- transform="translate(-820,110)">
- <image
- y="-104.56463"
- x="967.5"
- id="image7297"
- xlink:href="file:///Users/saman/Desktop/Screen%20Shot%202013-07-30%20at%204.21.02%20PM.png"
- height="361.12924"
- width="381"
- style="opacity:0.25" />
- </g>
-</svg>
+<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="530" height="200"><defs><filter id="A" color-interpolation-filters="sRGB" x="-.046" y="-.087" width="1.091" height="1.174"><feGaussianBlur stdDeviation="5.813"/></filter><linearGradient id="B" x1="1225.688" y1="36.5" x2="1225.688" y2="119" xlink:href="#J"><stop offset="0" stop-color="#b2dbea"/><stop offset="1" stop-color="#7092ff"/></linearGradient><radialGradient id="C" cx="1218.2" cy="124.603" fx="1218.2" fy="124.603" r="110" gradientTransform="matrix(1.3393856e-7,-1.640625,1.6406251,2.1914427e-6,1001.1457,2940.9704)" xlink:href="#J"><stop offset="0" stop-color="#ccf1ff" stop-opacity="0"/><stop offset=".857" stop-color="#ccf1ff" stop-opacity="0"/><stop offset="1" stop-color="#789afb"/></radialGradient><linearGradient id="D" x1="1254.219" y1="789.359" x2="1254.219" y2="942.362" xlink:href="#J"><stop offset="0" stop-color="#222"/><stop offset="1" stop-color="#adadc6" stop-opacity="0"/></linearGradient><linearGradient id="E" x1="284" y1="166" x2="284" y2="202.125" xlink:href="#J"><stop offset="0" stop-color="#a2c9ed"/><stop offset="1" stop-color="#7a9dfc"/></linearGradient><linearGradient id="F" x1="1103.75" y1="883.112" x2="1103.75" y2="905.884" xlink:href="#J"><stop offset="0" stop-color="#fff"/><stop offset="1" stop-color="#ebf2fd"/></linearGradient><linearGradient id="G" x1="1156.096" y1="942.612" x2="1144.038" y2="897.612" xlink:href="#J"><stop offset="0"/><stop offset="1" stop-opacity="0"/></linearGradient><linearGradient id="H" x1="1127" y1="942.362" x2="1127" y2="802.63" xlink:href="#J"><stop offset="0" stop-color="#cbeea7"/><stop offset="1" stop-color="#cee8c1"/></linearGradient><linearGradient id="I" x1="1184" y1="-405" x2="1184" y2="-533.035" xlink:href="#J"><stop offset="0" stop-color="#fff"/><stop offset="1" stop-color="#fff" stop-opacity="0"/></linearGradient><linearGradient id="J" gradientUnits="userSpaceOnUse"/></defs><g transform="translate(-840.873 -742.362)"><path d="M 1126,118.99999 A 110,110 0 0 1 1346,119" transform="matrix(1.454546 0 0 1.454546 -592.81822 769.27127)" fill="url(#B)"/><path d="M1186.711-520.984c-.886 1.85-1.355 4.36-1.355 7.615 0 3.779.6 6.615 1.801 8.51 1.201 1.885 3.008 2.828 5.42 2.828 2.422 0 4.234-.943 5.436-2.828s1.803-4.721 1.803-8.51c0-2.95-.373-5.306-1.098-7.102l-5.207-.342c.534.277.964.786 1.264 1.584l.029.088-5.039 8.041-.057-2.27c0-2.686.229-4.639.688-5.859.321-.853.779-1.389 1.361-1.646l-5.045-.109zm-9.426.557l-4.205.275v13.887h-4.834v3.809h13.873v-3.809h-4.834zm-5.887.385l-2.816.186v.512l2.816-.697zm33.309.174v.523l1.467-.363zm4.496.596v13.008h-4.834v3.809h13.871v-3.809h-4.834v-12.361l-4.203-.646zm-46.211.064l-4.875.971-4.475 7.139-.061-2.27c0-1.651.117-2.928.291-4.025l-4.457.887a27.62 27.62 0 0 0-.184 3.139c0 3.779.602 6.615 1.803 8.51 1.201 1.885 3.006 2.828 5.418 2.828 2.422 0 4.234-.943 5.436-2.828s1.801-4.721 1.801-8.51c0-2.318-.25-4.235-.697-5.84zm58.732 2.27a26.41 26.41 0 0 0-.246 3.57c0 3.779.602 6.615 1.803 8.51 1.201 1.885 3.008 2.828 5.42 2.828 2.422 0 4.232-.943 5.434-2.828 1.157-1.816 1.743-4.537 1.785-8.121l-4.371-1.361.037.973c0 2.676-.228 4.623-.687 5.844s-1.191 1.832-2.197 1.832c-.996 0-1.725-.611-2.184-1.832l-.146-.424 4.193-6.68-2.084-.607-2.592 4.137-.061-2.27.125-2.535-4.228-1.035zm-62.488.846l.103 2.725c0 2.676-.228 4.623-.687 5.844s-1.193 1.832-2.199 1.832c-.996 0-1.723-.611-2.182-1.832l-.147-.424 5.111-8.145zm36.125 0l.102 2.725c0 2.676-.23 4.623-.689 5.844s-1.191 1.832-2.197 1.832c-.996 0-1.723-.611-2.182-1.832l-.147-.424zm-54.201 1.709l-4.203 1.428v6.691h-4.834v3.809h13.871v-3.809h-4.834zm-13.856 4.705l-4.73 1.943c-.02.057-.027.157-.047.211-.459 1.221-1.189 1.832-2.195 1.832a1.95 1.95 0 0 1-1.145-.373l-3.75 1.85c1.182 1.427 2.796 2.186 4.895 2.186 2.422 0 4.232-.943 5.434-2.828.767-1.204 1.262-2.84 1.539-4.82zm118.022.119v3.295h-4.834v3.809h13.873v-3.186l-1.328-.623h-3.506v-1.541zm-124.994 22.338c-2.412 0-4.221.947-5.422 2.842-1.201 1.885-1.801 4.723-1.801 8.512 0 3.779.6 6.615 1.801 8.51 1.201 1.885 3.01 2.828 5.422 2.828 2.422 0 4.232-.943 5.434-2.828s1.803-4.721 1.803-8.51c0-3.799-.602-6.641-1.803-8.525s-3.012-2.828-5.434-2.828zm36.121 0c-2.412 0-4.217.947-5.418 2.842-1.201 1.885-1.803 4.723-1.803 8.512 0 3.779.602 6.615 1.803 8.51 1.201 1.885 3.006 2.828 5.418 2.828 2.422 0 4.234-.943 5.436-2.828s1.801-4.721 1.801-8.51c0-3.799-.6-6.641-1.801-8.525s-3.014-2.828-5.436-2.828zm36.123 0c-2.412 0-4.219.947-5.42 2.842-1.201 1.885-1.801 4.723-1.801 8.512 0 3.779.6 6.615 1.801 8.51 1.201 1.885 3.008 2.828 5.42 2.828 2.422 0 4.234-.943 5.436-2.828s1.803-4.721 1.803-8.51c0-3.799-.602-6.641-1.803-8.525s-3.014-2.828-5.436-2.828zm36.125 0c-2.412 0-4.219.947-5.42 2.842-1.201 1.885-1.803 4.723-1.803 8.512 0 3.779.602 6.615 1.803 8.51 1.201 1.885 3.008 2.828 5.42 2.828 2.422 0 4.232-.943 5.434-2.828s1.801-4.721 1.801-8.51c0-3.799-.6-6.641-1.801-8.525s-3.012-2.828-5.434-2.828zm18.061 0c-2.412 0-4.219.947-5.42 2.842-1.201 1.885-1.803 4.723-1.803 8.512 0 3.779.601 6.615 1.803 8.51 1.201 1.885 3.008 2.828 5.42 2.828 2.422 0 4.234-.943 5.436-2.828s1.801-4.721 1.801-8.51c0-3.799-.6-6.641-1.801-8.525s-3.014-2.828-5.436-2.828zm-145.898.396l-4.527 1.084v3.896l4.498-1.113v14.193H1096v3.809h13.873v-3.809h-4.834v-18.061h-4.176zm36.123 0l-4.525 1.084v3.896l4.496-1.113v14.193h-4.834v3.809h13.871v-3.809h-4.834v-18.061h-4.174zm36.123 0l-4.527 1.084v3.896l4.498-1.113v14.193h-4.834v3.809h13.873v-3.809h-4.834v-18.061h-4.176zm36.123 0l-4.525 1.084v3.896l4.496-1.113v14.193h-4.834v3.809h13.871v-3.809h-4.834v-18.061h-4.174zm54.186 0l-4.527 1.084v3.896l4.498-1.113v14.193h-4.836v3.809h13.873v-3.809h-4.834v-18.061h-4.174zm18.061 0l-4.527 1.084v3.896l4.498-1.113v14.193h-4.834v3.809h13.871v-3.809h-4.834v-17.365l-.865-.695zm-194.385.207l-3.682 3.23a2.01 2.01 0 0 1 .795-.172h0c1.006 0 1.738.611 2.197 1.832l.029.088-5.039 8.041-.061-2.27c0-2.686.23-4.639.689-5.859a4.17 4.17 0 0 1 .385-.783l-5.34 4.686-.084 1.957c0 3.779.602 6.615 1.803 8.51 1.201 1.885 3.006 2.828 5.418 2.828 2.422 0 4.234-.943 5.436-2.828s1.801-4.721 1.801-8.51c0-3.799-.6-6.641-1.801-8.525-.659-1.035-1.521-1.758-2.549-2.225zm33.238 3.059c1.006 0 1.738.611 2.197 1.832l.029.088-5.039 8.041-.059-2.27c0-2.686.229-4.639.688-5.859s1.188-1.832 2.184-1.832zm36.121 0h0c1.006 0 1.738.611 2.197 1.832l.029.088-5.039 8.041-.061-2.27c0-2.686.23-4.639.689-5.859s1.186-1.832 2.182-1.832zm36.123 0c1.006 0 1.738.611 2.197 1.832l.029.088-5.039 8.041-.057-2.27c0-2.686.229-4.639.688-5.859s1.186-1.832 2.182-1.832zm36.125 0c1.006 0 1.738.611 2.197 1.832l.029.088-5.039 8.041-.061-2.27c0-2.686.231-4.639.689-5.859s1.188-1.832 2.184-1.832zm18.061 0c1.006 0 1.738.611 2.197 1.832l.029.088-5.039 8.041-.059-2.27c0-2.686.228-4.639.688-5.859s1.188-1.832 2.184-1.832zm47.162 4.445c-.118 1-.199 2.06-.199 3.246 0 3.779.601 6.615 1.803 8.51 1.201 1.885 3.008 2.828 5.42 2.828 2.163 0 3.811-.797 5-2.301l-2.828-3.145c-.46 1.183-1.181 1.783-2.172 1.783-.996 0-1.725-.611-2.184-1.832l-.147-.424 1.604-2.555-1.5-1.531-.586.936-.039-1.535zm-206.934.521l.104 2.725c0 2.676-.229 4.623-.688 5.844s-1.193 1.832-2.199 1.832c-.996 0-1.723-.611-2.182-1.832l-.147-.424 5.111-8.145zm36.125 0l.102 2.725c0 2.676-.23 4.623-.689 5.844s-1.189 1.832-2.195 1.832c-.996 0-1.725-.611-2.184-1.832l-.146-.424 5.113-8.145zm36.121 0l.103 2.725c0 2.676-.228 4.623-.687 5.844s-1.193 1.832-2.199 1.832c-.996 0-1.723-.611-2.182-1.832l-.147-.424 5.111-8.145zm36.125 0l.102 2.725c0 2.676-.23 4.623-.689 5.844s-1.191 1.832-2.197 1.832c-.996 0-1.723-.611-2.182-1.832l-.147-.424zm36.123 0l.101 2.725c0 2.676-.228 4.623-.687 5.844s-1.191 1.832-2.197 1.832c-.996 0-1.725-.611-2.184-1.832l-.146-.424zm18.061 0l.103 2.725c0 2.676-.23 4.623-.689 5.844s-1.191 1.832-2.197 1.832c-.996 0-1.725-.611-2.184-1.832l-.147-.424 5.113-8.145zm-176.219 4.051a160 160 0 0 0-8.744 9.848c.492.1 1.008.164 1.564.164 2.422 0 4.234-.943 5.436-2.828 1.052-1.65 1.613-4.074 1.744-7.184zm10.881 24.82c-2.412 0-4.217.947-5.418 2.842-1.201 1.885-1.803 4.723-1.803 8.512 0 3.779.602 6.615 1.803 8.51 1.201 1.885 3.006 2.828 5.418 2.828 2.422 0 4.234-.943 5.436-2.828s1.801-4.721 1.801-8.51c0-3.799-.6-6.641-1.801-8.525s-3.014-2.828-5.436-2.828zm36.125 0c-2.412 0-4.221.947-5.422 2.842-1.201 1.885-1.801 4.723-1.801 8.512 0 3.779.6 6.615 1.801 8.51 1.201 1.885 3.01 2.828 5.422 2.828 2.422 0 4.232-.943 5.434-2.828s1.803-4.721 1.803-8.51c0-3.799-.602-6.641-1.803-8.525s-3.012-2.828-5.434-2.828zm36.121 0c-2.412 0-4.217.947-5.418 2.842-1.201 1.885-1.803 4.723-1.803 8.512 0 3.779.602 6.615 1.803 8.51 1.201 1.885 3.006 2.828 5.418 2.828 2.422 0 4.234-.943 5.436-2.828s1.801-4.721 1.801-8.51c0-3.799-.6-6.641-1.801-8.525s-3.014-2.828-5.436-2.828zm36.123 0c-2.412 0-4.219.947-5.42 2.842-1.201 1.885-1.801 4.723-1.801 8.512 0 3.779.6 6.615 1.801 8.51 1.201 1.885 3.008 2.828 5.42 2.828 2.422 0 4.234-.943 5.436-2.828s1.803-4.721 1.803-8.51c0-3.799-.602-6.641-1.803-8.525s-3.014-2.828-5.436-2.828zm18.063 0c-2.412 0-4.219.947-5.42 2.842-1.201 1.885-1.801 4.723-1.801 8.512 0 3.779.6 6.615 1.801 8.51 1.201 1.885 3.008 2.828 5.42 2.828 2.422 0 4.232-.943 5.434-2.828s1.803-4.721 1.803-8.51c0-3.799-.601-6.641-1.803-8.525s-3.012-2.828-5.434-2.828zm36.123 0c-2.412 0-4.219.947-5.42 2.842-1.201 1.885-1.803 4.723-1.803 8.512 0 3.779.601 6.615 1.803 8.51 1.201 1.885 3.008 2.828 5.42 2.828 2.422 0 4.234-.943 5.436-2.828s1.801-4.721 1.801-8.51c0-3.799-.6-6.641-1.801-8.525s-3.014-2.828-5.436-2.828zm36.123 0c-2.412 0-4.219.947-5.42 2.842-1.201 1.885-1.801 4.723-1.801 8.512 0 3.779.6 6.615 1.801 8.51 1.201 1.885 3.008 2.828 5.42 2.828 2.422 0 4.232-.943 5.434-2.828s1.803-4.721 1.803-8.51c0-3.799-.601-6.641-1.803-8.525s-3.012-2.828-5.434-2.828zm-218.145.396l-4.525 1.084v3.896l4.496-1.113v14.193h-4.834v3.809h13.871v-3.809h-4.834v-18.061h-4.174zm36.123 0l-4.527 1.084v3.896l4.498-1.113v14.193H1096v3.809h13.873v-3.809h-4.834v-18.061h-4.176zm36.123 0l-4.525 1.084v3.896l4.496-1.113v14.193h-4.834v3.809h13.871v-3.809h-4.834v-18.061h-4.174zm36.123 0l-4.527 1.084v3.896l4.498-1.113v14.193h-4.834v3.809h13.873v-3.809h-4.834v-18.061h-4.176zm54.184 0l-4.525 1.084v3.896l4.496-1.113v14.193h-4.832v3.809h13.871v-3.809h-4.834v-18.061h-4.176zm36.125 0l-4.527 1.084v3.896l4.498-1.113v14.193h-4.836v3.809h13.873v-3.809h-4.834v-18.061h-4.174zm36.121 0l-4.525 1.084v3.896l4.496-1.113v14.193h-4.832v3.809h13.871v-3.809h-4.834v-18.061h-4.176zm18.063 0l-4.525 1.084v3.896l4.496-1.113v14.193h-4.834v3.809h13.873v-3.809h-4.834v-14.328l-2.41-3.732zm-265.305 1.049l-2.307 3.453c.104.185.208.369.293.596l.029.088-5.039 8.041-.012-.49a160 160 0 0 0-2.959 6l.361.73c1.201 1.885 3.01 2.828 5.422 2.828 2.422 0 4.233-.943 5.434-2.828s1.803-4.721 1.803-8.51c0-3.799-.602-6.641-1.803-8.525-.35-.549-.769-.993-1.223-1.383zm31.91 2.217h0c1.006 0 1.738.611 2.197 1.832l.029.088-5.039 8.041a39.69 39.69 0 0 1-.061-2.27c0-2.686.23-4.639.689-5.859s1.186-1.832 2.182-1.832zm36.125 0c1.006 0 1.738.611 2.197 1.832l.029.088-5.039 8.041-.059-2.27c0-2.686.229-4.639.688-5.859s1.188-1.832 2.184-1.832zm36.121 0h0c1.006 0 1.738.611 2.197 1.832l.029.088-5.039 8.041a39.6 39.6 0 0 1-.061-2.27c0-2.686.23-4.639.689-5.859s1.186-1.832 2.182-1.832zm36.123 0c1.006 0 1.738.611 2.197 1.832l.029.088-5.039 8.041-.057-2.27c0-2.686.229-4.639.688-5.859s1.186-1.832 2.182-1.832zm18.063 0c1.006 0 1.738.611 2.197 1.832l.029.088-5.039 8.041-.059-2.27c0-2.686.23-4.639.689-5.859s1.185-1.832 2.182-1.832zm36.123 0c1.006 0 1.738.611 2.197 1.832l.029.088-5.039 8.041-.059-2.27c0-2.686.228-4.639.688-5.859s1.188-1.832 2.184-1.832zm36.123 0c1.006 0 1.738.611 2.197 1.832l.029.088-5.039 8.041-.059-2.27c0-2.686.228-4.639.688-5.859s1.187-1.832 2.184-1.832zm-232.016 4.967l.102 2.725c0 2.676-.231 4.623-.69 5.844s-1.189 1.832-2.195 1.832c-.996 0-1.725-.611-2.184-1.832a6.79 6.79 0 0 1-.146-.424zm36.121 0l.104 2.725c0 2.676-.229 4.623-.688 5.844s-1.193 1.832-2.199 1.832c-.996 0-1.723-.611-2.182-1.832a6.79 6.79 0 0 1-.147-.424l5.111-8.145zm36.125 0l.102 2.725c0 2.676-.23 4.623-.689 5.844s-1.189 1.832-2.195 1.832c-.996 0-1.725-.611-2.184-1.832a6.79 6.79 0 0 1-.146-.424l5.113-8.145zm36.121 0l.103 2.725c0 2.676-.228 4.623-.687 5.844s-1.193 1.832-2.199 1.832c-.996 0-1.723-.611-2.182-1.832a6.79 6.79 0 0 1-.147-.424l5.111-8.145zm36.125 0l.102 2.725c0 2.676-.23 4.623-.689 5.844s-1.191 1.832-2.197 1.832c-.996 0-1.723-.611-2.182-1.832a6.79 6.79 0 0 1-.147-.424zm18.061 0a32.4 32.4 0 0 1 .101 2.725c0 2.676-.228 4.623-.687 5.844s-1.191 1.832-2.197 1.832c-.996 0-1.723-.611-2.182-1.832a6.79 6.79 0 0 1-.147-.424l5.111-8.145zm36.123 0l.103 2.725c0 2.676-.23 4.623-.689 5.844s-1.191 1.832-2.197 1.832c-.996 0-1.725-.611-2.184-1.832a6.79 6.79 0 0 1-.147-.424l5.113-8.145zm36.123 0a32.4 32.4 0 0 1 .102 2.725c0 2.676-.229 4.623-.687 5.844s-1.191 1.832-2.197 1.832c-.996 0-1.725-.611-2.184-1.832l-.145-.424zm-219.521 28.871c-2.412 0-4.219.947-5.42 2.842-1.201 1.885-1.803 4.723-1.803 8.512 0 3.779.602 6.615 1.803 8.51 1.201 1.885 3.008 2.828 5.42 2.828 2.422 0 4.234-.943 5.436-2.828s1.801-4.721 1.801-8.51c0-3.799-.6-6.641-1.801-8.525s-3.014-2.828-5.436-2.828zm72.246 0c-2.412 0-4.219.947-5.42 2.842-1.201 1.885-1.801 4.723-1.801 8.512 0 3.779.6 6.615 1.801 8.51 1.201 1.885 3.008 2.828 5.42 2.828 2.422 0 4.232-.943 5.434-2.828s1.803-4.721 1.803-8.51c0-3.799-.601-6.641-1.803-8.525s-3.012-2.828-5.434-2.828zm36.123 0c-2.412 0-4.219.947-5.42 2.842-1.201 1.885-1.803 4.723-1.803 8.512 0 3.779.602 6.615 1.803 8.51 1.201 1.885 3.008 2.828 5.42 2.828 2.422 0 4.234-.943 5.436-2.828s1.801-4.721 1.801-8.51c0-3.799-.6-6.641-1.801-8.525s-3.014-2.828-5.436-2.828zm36.123 0c-2.412 0-4.219.947-5.42 2.842-1.201 1.885-1.801 4.723-1.801 8.512 0 3.779.6 6.615 1.801 8.51 1.201 1.885 3.008 2.828 5.42 2.828 2.422 0 4.232-.943 5.434-2.828s1.803-4.721 1.803-8.51c0-3.799-.601-6.641-1.803-8.525s-3.012-2.828-5.434-2.828zm36.123 0c-2.412 0-4.219.947-5.42 2.842-1.201 1.885-1.803 4.723-1.803 8.512 0 3.779.601 6.615 1.803 8.51 1.201 1.885 3.008 2.828 5.42 2.828 2.422 0 4.234-.943 5.436-2.828s1.801-4.721 1.801-8.51c0-3.799-.6-6.641-1.801-8.525s-3.014-2.828-5.436-2.828zm54.186 0c-2.412 0-4.219.947-5.42 2.842-1.201 1.885-1.803 4.723-1.803 8.512 0 3.779.601 6.615 1.803 8.51 1.201 1.885 3.008 2.828 5.42 2.828 2.422 0 4.232-.943 5.434-2.828s1.801-4.721 1.801-8.51c0-3.799-.6-6.641-1.801-8.525s-3.012-2.828-5.434-2.828zm36.121 0c-2.412 0-4.219.947-5.42 2.842-1.201 1.885-1.801 4.723-1.801 8.512 0 3.779.6 6.615 1.801 8.51 1.201 1.885 3.008 2.828 5.42 2.828 2.422 0 4.234-.943 5.435-2.828.096-.151.164-.347.252-.51a160 160 0 0 0-5.199-19.303c-.167-.01-.314-.051-.488-.051zm-290.391.396l-4.525 1.084v3.896l4.496-1.113v14.193h-4.834v3.809h13.873v-3.809h-4.834v-18.061h-4.176zm36.125 0l-4.527 1.084v3.896l4.498-1.113v14.193h-4.834v3.809h13.871v-3.809h-4.834v-18.061h-4.174zm18.061 0l-4.527 1.084v3.896l4.498-1.113v14.193H1096v3.809h13.873v-3.809h-4.834v-18.061h-4.176zm18.061 0l-4.525 1.084v3.896l4.496-1.113v14.193h-4.834v3.809h13.873v-3.809h-4.834v-18.061h-4.176zm36.125 0l-4.527 1.084v3.896l4.498-1.113v14.193h-4.834v3.809h13.871v-3.809h-4.834v-18.061h-4.174zm36.123 0l-4.527 1.084v3.896l4.496-1.113v14.193h-4.834v3.809h13.873v-3.809h-4.834v-18.061h-4.174zm36.121 0l-4.525 1.084v3.896l4.496-1.113v14.193h-4.832v3.809h13.871v-3.809h-4.834v-18.061h-4.176zm36.125 0l-4.527 1.084v3.896l4.498-1.113v14.193h-4.836v3.809h13.873v-3.809h-4.834v-18.061h-4.174zm18.061 0l-4.527 1.084v3.896l4.498-1.113v14.193h-4.834v3.809h13.871v-3.809h-4.834v-18.061h-4.174zm36.123 0l-4.525 1.084v3.896l4.496-1.113v14.193h-4.834v3.809h13.873v-3.809h-4.834v-18.061h-4.176zm-283.32 1.082a160 160 0 0 0-3.113 9.762l1.639-2.611.104 2.725c0 2.676-.231 4.623-.689 5.844s-1.191 1.832-2.197 1.832c-.14 0-.263-.04-.392-.064l-.719 3.609c.363.051.716.117 1.111.117 2.422 0 4.233-.943 5.434-2.828s1.803-4.721 1.803-8.51c0-3.799-.602-6.641-1.803-8.525-.339-.532-.74-.968-1.176-1.35zm31.865 2.184c1.006 0 1.738.611 2.197 1.832l.029.088-5.039 8.041-.059-2.27c0-2.686.23-4.639.689-5.859s1.186-1.832 2.182-1.832zm72.246 0c1.006 0 1.738.611 2.197 1.832l.029.088-5.039 8.041-.059-2.27c0-2.686.23-4.639.689-5.859s1.186-1.832 2.182-1.832zm36.123 0c1.006 0 1.738.611 2.197 1.832l.029.088-5.039 8.041-.059-2.27c0-2.686.228-4.639.688-5.859s1.188-1.832 2.184-1.832zm36.123 0c1.006 0 1.738.611 2.197 1.832l.029.088-5.039 8.041-.059-2.27c0-2.686.23-4.639.689-5.859s1.185-1.832 2.182-1.832zm36.123 0c1.006 0 1.738.611 2.197 1.832l.029.088-5.039 8.041-.059-2.27c0-2.686.228-4.639.688-5.859s1.188-1.832 2.184-1.832zm54.186 0c1.006 0 1.738.611 2.197 1.832l.029.088-5.039 8.041-.059-2.27c0-2.686.228-4.639.688-5.859s1.187-1.832 2.184-1.832zm36.121 0h0c1.006 0 1.738.611 2.197 1.832l.029.088-5.039 8.041-.061-2.27c0-2.686.23-4.639.689-5.859s1.186-1.832 2.182-1.832zm-268.139 4.967a32.4 32.4 0 0 1 .101 2.725c0 2.676-.229 4.623-.687 5.844s-1.191 1.832-2.197 1.832c-.996 0-1.723-.611-2.182-1.832l-.146-.424zm72.246 0a32.4 32.4 0 0 1 .101 2.725c0 2.676-.228 4.623-.687 5.844s-1.191 1.832-2.197 1.832c-.996 0-1.723-.611-2.182-1.832l-.146-.424zm36.123 0l.103 2.725c0 2.676-.23 4.623-.689 5.844s-1.191 1.832-2.197 1.832c-.996 0-1.725-.611-2.184-1.832a6.79 6.79 0 0 1-.147-.424l5.113-8.145zm36.123 0a32.4 32.4 0 0 1 .101 2.725c0 2.676-.228 4.623-.687 5.844s-1.191 1.832-2.197 1.832c-.996 0-1.723-.611-2.182-1.832a6.79 6.79 0 0 1-.147-.424l5.111-8.145zm36.123 0l.103 2.725c0 2.676-.23 4.623-.689 5.844s-1.191 1.832-2.197 1.832c-.996 0-1.725-.611-2.184-1.832a6.79 6.79 0 0 1-.147-.424l5.113-8.145zm54.186 0a32.4 32.4 0 0 1 .102 2.725c0 2.676-.229 4.623-.687 5.844s-1.191 1.832-2.197 1.832c-.996 0-1.725-.611-2.184-1.832a6.79 6.79 0 0 1-.147-.424zm36.121 0l.103 2.725c0 2.676-.23 4.623-.689 5.844s-1.191 1.832-2.197 1.832c-.996 0-1.723-.611-2.182-1.832a6.79 6.79 0 0 1-.147-.424l5.111-8.145zm-309.828 28.871c-1.209 0-2.265.239-3.17.715A160 160 0 0 0 1026-361h3.609l3.197-5.094.104 2.725-.117 2.369h4.365l.102-2.369c0-3.799-.602-6.641-1.803-8.525s-3.012-2.828-5.434-2.828zm18.063 0c-2.412 0-4.221.947-5.422 2.842-1.201 1.885-1.801 4.723-1.801 8.512l.101 2.369h6.707l3.197-5.094.102 2.725-.117 2.369h4.367l.102-2.369c0-3.799-.602-6.641-1.803-8.525s-3.012-2.828-5.434-2.828zm18.061 0c-2.412 0-4.219.947-5.42 2.842-1.201 1.885-1.803 4.723-1.803 8.512l.102 2.369h6.707l3.197-5.094a32.4 32.4 0 0 1 .101 2.725l-.117 2.369h4.367l.102-2.369c0-3.799-.6-6.641-1.801-8.525s-3.014-2.828-5.436-2.828zm36.123 0c-2.412 0-4.219.947-5.42 2.842-1.201 1.885-1.801 4.723-1.801 8.512a29.48 29.48 0 0 0 .102 2.369h6.705l3.197-5.094.103 2.725-.117 2.369h4.365a29.56 29.56 0 0 0 .102-2.369c0-3.799-.602-6.641-1.803-8.525s-3.012-2.828-5.434-2.828zm36.123 0c-2.412 0-4.219.947-5.42 2.842-1.201 1.885-1.801 4.723-1.801 8.512l.101 2.369h6.705l3.197-5.094a32.4 32.4 0 0 1 .101 2.725l-.117 2.369h4.367l.102-2.369c0-3.799-.601-6.641-1.803-8.525s-3.012-2.828-5.434-2.828zm36.123 0c-2.412 0-4.219.947-5.42 2.842-1.201 1.885-1.803 4.723-1.803 8.512l.102 2.369h6.707l3.197-5.094.103 2.725-.117 2.369h4.365l.102-2.369c0-3.799-.6-6.641-1.801-8.525s-3.014-2.828-5.436-2.828zm18.061 0c-2.412 0-4.219.947-5.42 2.842-1.201 1.885-1.801 4.723-1.801 8.512l.102 2.369h6.707l3.197-5.094.102 2.725-.117 2.369h4.367a29.56 29.56 0 0 0 .102-2.369c0-3.799-.602-6.641-1.803-8.525s-3.014-2.828-5.436-2.828zm18.063 0c-2.412 0-4.219.947-5.42 2.842-1.201 1.885-1.801 4.723-1.801 8.512l.102 2.369h6.705l3.197-5.094a32.4 32.4 0 0 1 .101 2.725l-.117 2.369h4.367l.102-2.369c0-3.799-.601-6.641-1.803-8.525s-3.012-2.828-5.434-2.828zm18.063 0c-2.412 0-4.219.947-5.42 2.842-1.201 1.885-1.803 4.723-1.803 8.512l.102 2.369h6.707l3.197-5.094a32.4 32.4 0 0 1 .101 2.725l-.117 2.369h4.365a29.61 29.61 0 0 0 .101-2.369c0-3.799-.6-6.641-1.801-8.525s-3.012-2.828-5.434-2.828zm54.184 0c-2.412 0-4.219.947-5.42 2.842-1.201 1.885-1.801 4.723-1.801 8.512l.101 2.369h6.705l3.197-5.094a32.4 32.4 0 0 1 .102 2.725l-.117 2.369h4.367l.102-2.369c0-3.799-.601-6.641-1.803-8.525s-3.012-2.828-5.434-2.828zm18.063 0c-2.412 0-4.219.947-5.42 2.842-1.201 1.885-1.803 4.723-1.803 8.512l.102 2.369h6.707l3.197-5.094a32.4 32.4 0 0 1 .102 2.725l-.117 2.369h4.365a29.61 29.61 0 0 0 .101-2.369c0-3.799-.6-6.641-1.801-8.525s-3.012-2.828-5.434-2.828zm18.061 0c-2.412 0-4.219.947-5.42 2.842-1.201 1.885-1.803 4.723-1.803 8.512l.101 2.369h6.707l3.197-5.094.104 2.725-.117 2.369h4.365a29.61 29.61 0 0 0 .101-2.369c0-3.799-.6-6.641-1.801-8.525s-3.014-2.828-5.436-2.828zm-236.205.396l-4.527 1.084v3.896l4.498-1.113V-361h4.203v-13.326zm36.121 0l-4.525 1.084v3.896l4.496-1.113V-361h4.205v-13.326zm36.125 0l-4.527 1.084v3.896l4.498-1.113V-361h4.203v-13.326zm90.307 0l-4.527 1.084v3.896l4.498-1.113V-361h4.205v-13.326zm18.063 0l-4.527 1.084v3.896l4.498-1.113V-361h4.203v-13.326zm72.246 0l-4.527 1.084v3.896l4.498-1.113V-361h4.203v-13.326zm-305.641 3.266c1.006 0 1.738.611 2.197 1.832l.029.088-5.039 8.041-.059-2.27c0-2.686.228-4.639.688-5.859s1.188-1.832 2.184-1.832zm18.063 0c1.006 0 1.738.611 2.197 1.832l.029.088-5.039 8.041-.059-2.27c0-2.686.229-4.639.688-5.859s1.188-1.832 2.184-1.832zm18.061 0c1.006 0 1.738.611 2.197 1.832l.029.088-5.039 8.041-.059-2.27c0-2.686.23-4.639.689-5.859s1.186-1.832 2.182-1.832zm36.123 0c1.006 0 1.738.611 2.197 1.832l.029.088-5.039 8.041-.059-2.27c0-2.686.228-4.639.688-5.859s1.188-1.832 2.184-1.832zm36.123 0c1.006 0 1.738.611 2.197 1.832l.029.088-5.039 8.041-.059-2.27c0-2.686.23-4.639.689-5.859s1.186-1.832 2.182-1.832zm36.123 0c1.006 0 1.738.611 2.197 1.832l.029.088-5.039 8.041-.059-2.27c0-2.686.228-4.639.688-5.859s1.188-1.832 2.184-1.832zm18.061 0c1.006 0 1.738.611 2.197 1.832l.029.088-5.039 8.041-.057-2.27c0-2.686.229-4.639.688-5.859s1.186-1.832 2.182-1.832zm18.063 0c1.006 0 1.738.611 2.197 1.832l.029.088-5.039 8.041-.059-2.27c0-2.686.23-4.639.689-5.859s1.185-1.832 2.182-1.832zm18.063 0c1.006 0 1.738.611 2.197 1.832l.029.088-5.039 8.041a39.6 39.6 0 0 1-.061-2.27c0-2.686.231-4.639.689-5.859s1.188-1.832 2.184-1.832zm54.184 0c1.006 0 1.738.611 2.197 1.832l.029.088-5.039 8.041-.059-2.27c0-2.686.228-4.639.688-5.859s1.187-1.832 2.184-1.832zm18.063 0c1.006 0 1.738.611 2.197 1.832l.029.088-5.039 8.041-.059-2.27c0-2.686.228-4.639.688-5.859s1.187-1.832 2.184-1.832zm18.061 0c1.006 0 1.738.611 2.197 1.832l.029.088-5.039 8.041-.059-2.27c0-2.686.23-4.639.689-5.859s1.186-1.832 2.182-1.832z" transform="translate(19 1303.362)" opacity=".25" fill="url(#I)"/><path clip-path="none" d="M1173.982-69.934A160 160 0 0 0 1155-68.689V-60l5 5h10zm40.252 4.854l-.016.08 7.781 9h5l3-4v-.244a160 160 0 0 0-15.766-4.836zM1120.191-60a160 160 0 0 0-6.189 2.102l-.383.152a160 160 0 0 0-18.135 8.943l-.998.582a160 160 0 0 0-16.613 11.1l-.725.576a160 160 0 0 0-14.711 12.906l-.883.854a160 160 0 0 0-13.01 14.834l-.863 1.119a160 160 0 0 0-11.166 16.711l-.174.312a160 160 0 0 0-6.341 12.86V35l15 15v10h5l5 5v5l-5 5v15h105l-10-10h-20l-5-5v-5l-40-25h-10l-10 10h-10V40l-5-5 5-5v-5h-5-10l10-20 15-5v15h5l5-5V0l25-30h5l40-15v-10l-5-5zM1211-55l6 8h7l-8-8zm33.467.902L1242.125-50H1230l-5.781 10L1230-30l-10 .313-4.437 4.688v5l8.656 5H1235l8.656-15H1250l10 8 1.344 5H1265v-8l5 3 5 2h5l5 5h10v10h-15v5h-10l-10-10h-20-5-10l-5 5V5h-5l-10 20v5l5 5v15l20 20h20l5-5h10l10 10v10l3.344 5H1335l-.193-7.594-.205-3.125-.32-4.223-.449-4.115-.385-3.025-.736-4.77-.371-2.078a160 160 0 0 0-1.07-5.389l-.242-1.045a160 160 0 0 0-10.744-31.635l-.367-.811a160 160 0 0 0-2.4-4.865l-.945-1.846a160 160 0 0 0-2.24-4.082l-1.486-2.586-2.049-3.379-2.047-3.189L1306.9-.52l-2.654-3.732-1.514-2.066a160.7 160.7 0 0 0-3.467-4.41l-1.057-1.316-4.785-5.523-5.299-5.557-.875-.861a160 160 0 0 0-14.795-12.908l-.102-.08a160 160 0 0 0-5.037-3.691l-.035-.021-.85-.604a160 160 0 0 0-21.965-12.807zM1205-50l3 5h5l-3-5z" transform="translate(30 852.362)" opacity=".25" fill="#222" filter="url(#A)"/><path d="M1244.25 787.206l-.031.156 7.781 9h5l3-4v-.281l-3.875-1.375c-.041-.014-.084-.018-.125-.031l-3.781-1.219-3.406-1.031-.562-.156-3.25-.875-.75-.187zm-3.25 10.156l6 8h7l-8-8zm33.5.875l-2.375 4.125h-9.594H1260l-5.781 10 5.781 10-10 .313-4.437 4.688v5l8.656 5h7.344H1265l8.656-15H1280l10 8 1.344 5H1295v-8l5 3 5 2h5l5 5h10v10h-15v5h-10l-10-10h-20-5-4.375H1255l-5 5v10h-5l-10 20v5l5 5V898.3v4.063l20 20h20l5-5h10l10 10v10l3.344 5H1360h5c0-51.438-24.284-97.199-62-126.469l-.469-.344c-.018-.014-.045-.017-.062-.031l-2.156-1.656c-.053-.04-.102-.085-.156-.125-.06-.044-.13-.077-.187-.125a.49.49 0 0 1-.062-.062c-.023-.017-.04-.045-.062-.062l-2.219-1.594c-.019-.013-.044-.018-.062-.031l-2.281-1.594c-.825-.565-1.663-1.106-2.5-1.656-1.673-1.1-3.378-2.181-5.094-3.219l-2.594-1.531-2.625-1.5-2.656-1.437-2.656-1.375-2.656-1.312zm-39.5 4.125l3 5h5l-3-5z" fill="url(#H)"/><path d="M1285 897.362l-15 15h-20l10 10h20l5-5h10l10 10v10h5l10-10h15.969v-15l-25.969-15z" opacity=".15" fill="#9ed184"/><path d="M1149.25 792.362c-39.44 14.667-71.543 44.431-89.25 82.281v12.719l15 15v10h5l5 5v5l-5 5v15h105l-10-10h-20l-5-5v-5l-40-25h-10l-10 10h-10v-15l-5-5 5-5v-5h-5-10l10-20 15-5v15h5l5-5v-10l25-30h5l40-15v-10l-5-5z" fill="url(#H)"/><path d="M1204 782.362a161.42 161.42 0 0 0-19 1.25v8.75l5 5h10z" fill="url(#H)"/><path d="M1149.25 792.362c-5.877 2.186-11.597 4.729-17.125 7.563l12.875 7.438v9.375l25-9.375v-10l-5-5h-15.75zM1115 810.081a160.81 160.81 0 0 0-34.906 32.281H1095l20-20z" opacity=".15" fill="#9ed184"/><path d="M1260.469 792.268c13.31 49.672-.454 112.826-27.688 150.094H1365c0-68.857-43.516-127.532-104.531-150.094z" opacity=".25" fill="url(#D)"/><path d="M1040.573 942.362a165 165 0 0 1 330 0" fill="url(#C)"/><path d="M1169 867.362a5 5 0 1 1-10 0 5 5 0 1 1 10 0zm-26 0a5 5 0 1 1-10 0 5 5 0 1 1 10 0z" opacity=".5" fill="#222"/><path d="M1100 927.362h5l15 5v10h-30zm30-17.5v7.5l10 5v10l-10 10h55l-10-10h-20l-5-5v-5z" opacity=".15" fill="#9ed184"/><path d="M1100.75 887.362v10.031l-.75-.031c-4.566 0-8.428 3.068-9.625 7.25L1078 942.362h22l8.375-28h28.25l8.375 28h20l-9.031-32.75c-.956-3.339-5.755-9.136-9.969-11.344v-10.906z" opacity=".25" fill="url(#G)"/><path d="M1085 877.362h50v30h-50z" fill="url(#F)"/><path d="M270 155c-4.566 0-8.428 3.068-9.625 7.25L248 200h22l9.563-32v-.062c.019-.062.046-.125.063-.187.251-.876.375-1.793.375-2.75a10 10 0 0 0-10-10zm40 0a10 10 0 0 0-10 10c0 .957.124 1.874.375 2.75l.063.188c.01.019-.01.044 0 .063L310 200h20l-10.375-37.75c-1.197-4.182-5.059-7.25-9.625-7.25z" transform="translate(820 742.362)" fill="url(#E)"/><path d="M1142 882.362s3 4 8 4 8-4 8-4z" opacity=".5" fill="none" stroke="#222" stroke-width="4" stroke-linejoin="round"/><path d="M1135 877.362l-20-10h-10l-20 10z" fill="#ebf2fd"/><path d="M1071-406c-1.196 0-2.34.216-3.404.602l-4.262 6.799-.059-2.27c0-.605.055-1.037.078-1.568-.899 1.064-1.585 2.314-1.978 3.688l-1.5 4.576c.241.672.518 1.288.852 1.814 1.201 1.885 3.008 2.828 5.42 2.828 2.422 0 4.234-.943 5.436-2.828s1.801-4.721 1.801-8.51c0-1.883-.149-3.527-.443-4.939A10.04 10.04 0 0 0 1071-406zm34.039 1.984c-2.447 1.823-4.039 4.73-4.039 8.016 0 .957.124 1.874.375 2.75l.063.188c.01.019-.01.044 0 .063l.91 3.043h7.525v-3.809h-4.834v-10.25zm-36.109.422l.101 2.725c0 2.676-.229 4.623-.687 5.844s-1.191 1.832-2.197 1.832c-.996 0-1.723-.611-2.182-1.832l-.146-.424zm49.965 1.461v8.367h-4.834v3.809h8.98l-2.416-8.793c-.356-1.245-.954-2.387-1.73-3.383zm-40.955 8.367v3.809h1.713l.91-3.043v-.062l.063-.187.127-.516h-2.812zm-11.793 19.043c-2.412 0-4.219.947-5.42 2.842-1.201 1.885-1.803 4.723-1.803 8.512l.102 2.369h6.707l3.197-5.094.101 2.725-.117 2.369H1071l2.02-6.758c-.295-1.672-.76-3.074-1.437-4.137-1.201-1.885-3.014-2.828-5.436-2.828zm52.777.396l-4.525 1.084v3.896l4.496-1.113v9.46h4.205v-13.326h-4.176zm-66.082 1.607l-2.391 7.289.418-.664.102 2.725-.117 2.369h4.367l.102-2.369c0-3.799-.602-6.641-1.803-8.525-.2-.314-.444-.562-.678-.824zm54.965 1.035l1.488 4.979c-.25-2.052-.739-3.722-1.488-4.979zm-41.66.623c1.006 0 1.738.611 2.197 1.832l.029.088-5.039 8.041-.059-2.27c0-2.686.23-4.639.689-5.859s1.186-1.832 2.182-1.832z" transform="translate(19 1303.362)" opacity=".25" fill="url(#I)"/></g></svg>
+++ /dev/null
-<?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:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
- xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
- id="svg3864"
- version="1.1"
- inkscape:version="0.48.2 r9819"
- width="16"
- height="16"
- sodipodi:docname="new.svg"
- inkscape:export-filename="/Users/saman/work_repos/openstreetmap-website/app/assets/images/new.png"
- inkscape:export-xdpi="90"
- inkscape:export-ydpi="90">
- <metadata
- id="metadata3870">
- <rdf:RDF>
- <cc:Work
- rdf:about="">
- <dc:format>image/svg+xml</dc:format>
- <dc:type
- rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
- <dc:title />
- </cc:Work>
- </rdf:RDF>
- </metadata>
- <defs
- id="defs3868" />
- <sodipodi:namedview
- pagecolor="#ffffff"
- bordercolor="#666666"
- borderopacity="1"
- objecttolerance="10"
- gridtolerance="10"
- guidetolerance="10"
- inkscape:pageopacity="0"
- inkscape:pageshadow="2"
- inkscape:window-width="1405"
- inkscape:window-height="1009"
- id="namedview3866"
- showgrid="false"
- inkscape:zoom="1"
- inkscape:cx="11.60995"
- inkscape:cy="5.4274399"
- inkscape:window-x="190"
- inkscape:window-y="0"
- inkscape:window-maximized="0"
- inkscape:current-layer="svg3864"
- fit-margin-top="0"
- fit-margin-left="0"
- fit-margin-right="0"
- fit-margin-bottom="0">
- <inkscape:grid
- type="xygrid"
- id="grid3920"
- empspacing="5"
- visible="true"
- enabled="true"
- snapvisiblegridlinesonly="true" />
- </sodipodi:namedview>
- <path
- style="color:#000000;fill:#1313ff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
- d="M 2,0 C 0.892,0 0,0.892 0,2 l 0,12 c 0,1.108 0.892,2 2,2 l 12,0 c 1.108,0 2,-0.892 2,-2 L 16,2 C 16,0.892 15.108,0 14,0 z M 9,4 9,7 12,7 12,9 9,9 9,12 7,12 7,9 4,9 4,7 7,7 7,4 z"
- id="rect3924"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="sssssssssccccccccccccc" />
-</svg>
<svg xmlns="http://www.w3.org/2000/svg" height="40.226" width="25.099">
- <linearGradient x1="66.61" gradientUnits="userSpaceOnUse" y1="59.373" x2="66.61" y2="21.809">
- <stop stop-color="#286eb5" offset="0"/>
- <stop stop-color="#4d9cd1" offset="1"/>
- </linearGradient>
- <linearGradient x1="66.609" gradientUnits="userSpaceOnUse" y1="40.861" x2="66.609" y2="21.809">
- <stop stop-color="#306d98" offset="0"/>
- <stop stop-color="#3984b8" offset="1"/>
- </linearGradient>
<linearGradient id="A" x1="12.548" gradientUnits="userSpaceOnUse" y1="37.935" x2="12.548" y2=".371">
<stop stop-color="#286eb5" offset="0"/>
<stop stop-color="#4d9cd1" offset="1"/>
<stop stop-color="#b83d3b" offset="1"/>
</linearGradient>
</defs>
- <linearGradient x1="66.61" gradientUnits="userSpaceOnUse" y1="59.373" x2="66.61" y2="21.809">
- <stop stop-color="#286eb5" offset="0"/>
- <stop stop-color="#4d9cd1" offset="1"/>
- </linearGradient>
- <linearGradient x1="66.609" gradientUnits="userSpaceOnUse" y1="40.861" x2="66.609" y2="21.809">
- <stop stop-color="#306d98" offset="0"/>
- <stop stop-color="#3984b8" offset="1"/>
- </linearGradient>
- <linearGradient x1="160.144" gradientUnits="userSpaceOnUse" y1="59.373" x2="160.144" y2="21.809">
- <stop stop-color="#286eb5" offset="0"/>
- <stop stop-color="#4d9cd1" offset="1"/>
- </linearGradient>
- <linearGradient x1="160.146" gradientUnits="userSpaceOnUse" y1="40.861" x2="160.146" y2="21.809">
- <stop stop-color="#306d98" offset="0"/>
- <stop stop-color="#3984b8" offset="1"/>
- </linearGradient>
<path d="M2.805 9.333l5.717-6.132 9.459.208 4.47 7.068-2.806 11.33-8.835.728-5.405-1.455-2.391-6.444z" fill="#fff"/>
<g transform="translate(-14.761 -21.438)">
- <linearGradient x1="27.311" gradientUnits="userSpaceOnUse" y1="59.373" x2="27.311" y2="21.809">
- <stop stop-color="#c72118" offset="0"/>
- <stop stop-color="#d2534f" offset="1"/>
- </linearGradient>
- <linearGradient x1="27.31" gradientUnits="userSpaceOnUse" y1="40.861" x2="27.31" y2="21.809">
- <stop stop-color="#983a38" offset="0"/>
- <stop stop-color="#b83d3b" offset="1"/>
- </linearGradient>
<g stroke-width="1.1">
<path d="m 27.355,21.988 c -6.572,0 -12.044,5.691 -12.044,11.865 0,2.777 1.563,6.309 2.693,8.747 L 27.311,60.471 36.573,42.6 c 1.13,-2.438 2.737,-5.792 2.737,-8.747 10e-4,-6.174 -5.382,-11.865 -11.955,-11.865 z m 2.875,12.86 3.547,-3.547 c 0.781,-0.781 0.781,-2.047 0,-2.828 -0.782,-0.781 -2.049,-0.781 -2.829,0 l -3.547,3.547 -3.547,-3.547 c -0.779,-0.781 -2.047,-0.781 -2.828,0 -0.781,0.781 -0.781,2.047 0,2.828 l 3.547,3.547 -3.547,3.546 c -0.781,0.78 -0.781,2.048 0,2.828 0.391,0.391 0.902,0.586 1.414,0.586 0.512,0 1.024,-0.195 1.414,-0.586 l 3.547,-3.546 3.547,3.546 c 0.39,0.391 0.902,0.586 1.414,0.586 0.512,0 1.023,-0.195 1.415,-0.586 0.781,-0.78 0.781,-2.048 0,-2.828 z" fill-rule="evenodd" stroke="url(#B)" fill="url(#A)"/>
<path d="M27.343 23.093c-5.944 0-10.938 5.221-10.938 10.75 0 2.359 1.442 5.832 2.562 8.25.005.012.025.021.03.031l8.313 15.969 8.25-15.969c.005-.012.025-.02.03-.031 1.136-2.448 2.625-5.706 2.625-8.25.002-5.537-4.929-10.75-10.872-10.75zm5.02 3.706a3.08 3.08 0 0 0-2.193.909l-2.768 2.769-2.769-2.77a3.08 3.08 0 0 0-2.192-.908c-.828 0-1.607.323-2.191.909s-.908 1.363-.908 2.191a3.08 3.08 0 0 0 .908 2.192l2.769 2.768-2.769 2.77c-.586.584-.908 1.363-.908 2.191s.322 1.607.908 2.191 1.363.908 2.191.908a3.08 3.08 0 0 0 2.193-.908l2.768-2.767 2.769 2.767c.585.586 1.363.908 2.192.908s1.607-.322 2.191-.908a3.07 3.07 0 0 0 .908-2.191c0-.828-.322-1.607-.908-2.191l-2.769-2.77 2.769-2.768a3.08 3.08 0 0 0 0-4.384 3.08 3.08 0 0 0-2.191-.908z" stroke-opacity=".122" stroke="#fff" fill="none"/>
-<?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"
- width="580"
- height="270"
- id="svg4136"
- version="1.1"
- inkscape:version="0.48.2 r9819"
- sodipodi:docname="sign-up-illustration.svg"
- inkscape:export-filename="/Users/saman/work_repos/openstreetmap-website/app/assets/images/sign-up-illustration.png"
- inkscape:export-xdpi="90"
- inkscape:export-ydpi="90">
- <defs
- id="defs4138">
- <linearGradient
- inkscape:collect="always"
- id="linearGradient9009">
- <stop
- style="stop-color:#ffffff;stop-opacity:1;"
- offset="0"
- id="stop9011" />
- <stop
- style="stop-color:#ffffff;stop-opacity:0;"
- offset="1"
- id="stop9013" />
- </linearGradient>
- <linearGradient
- id="linearGradient8284"
- inkscape:collect="always">
- <stop
- id="stop8286"
- offset="0"
- style="stop-color:#b2dbea;stop-opacity:1" />
- <stop
- id="stop8288"
- offset="1"
- style="stop-color:#93b8e0;stop-opacity:0" />
- </linearGradient>
- <linearGradient
- id="linearGradient7767">
- <stop
- style="stop-color:#b2dbea;stop-opacity:1"
- offset="0"
- id="stop7769" />
- <stop
- style="stop-color:#7092ff;stop-opacity:1"
- offset="1"
- id="stop7771" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- id="linearGradient7009">
- <stop
- style="stop-color:#f4f4ff;stop-opacity:1"
- offset="0"
- id="stop7011" />
- <stop
- style="stop-color:#f4f4ff;stop-opacity:0;"
- offset="1"
- id="stop7013" />
- </linearGradient>
- <clipPath
- clipPathUnits="userSpaceOnUse"
- id="clipPath7691">
- <path
- sodipodi:open="true"
- sodipodi:end="6.2831853"
- sodipodi:start="3.1415927"
- transform="matrix(1.4545455,0,0,1.4545455,-622.81822,-83.09091)"
- d="M 1126,118.99999 A 110,110 0 0 1 1346,119"
- sodipodi:ry="110"
- sodipodi:rx="110"
- sodipodi:cy="119"
- sodipodi:cx="1236"
- id="path7693"
- style="color:#000000;fill:#c5c5d7;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:4;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
- sodipodi:type="arc" />
- </clipPath>
- <clipPath
- clipPathUnits="userSpaceOnUse"
- id="clipPath7755">
- <path
- inkscape:connector-curvature="0"
- style="color:#000000;fill:#adadc6;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:4;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
- d="m 1230.4688,792.26843 c 13.3096,49.6722 -20.4537,112.82556 -47.6876,150.09372 l 152.2188,0 c 0,-68.85715 -43.5157,-127.53233 -104.5312,-150.09372 z"
- id="path7757"
- sodipodi:nodetypes="cccc" />
- </clipPath>
- <filter
- inkscape:collect="always"
- id="filter7759"
- color-interpolation-filters="sRGB">
- <feGaussianBlur
- inkscape:collect="always"
- stdDeviation="5.8125"
- id="feGaussianBlur7761" />
- </filter>
- <filter
- inkscape:collect="always"
- id="filter7763"
- x="-0.103344"
- width="1.206688"
- y="-0.089630529"
- height="1.1792611"
- color-interpolation-filters="sRGB">
- <feGaussianBlur
- inkscape:collect="always"
- stdDeviation="5.3825"
- id="feGaussianBlur7765" />
- </filter>
- <clipPath
- clipPathUnits="userSpaceOnUse"
- id="clipPath8573">
- <path
- sodipodi:type="arc"
- style="color:#000000;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:4;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
- id="path8575"
- sodipodi:cx="1236"
- sodipodi:cy="119"
- sodipodi:rx="110"
- sodipodi:ry="110"
- d="M 1126,118.99999 A 110,110 0 0 1 1346,119"
- transform="matrix(1.4545455,0,0,1.4545455,-611.81823,-534.09093)"
- sodipodi:start="3.1415927"
- sodipodi:end="6.2831853"
- sodipodi:open="true" />
- </clipPath>
- <clipPath
- clipPathUnits="userSpaceOnUse"
- id="clipPath8675">
- <path
- style="font-size:medium;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-indent:0;text-align:start;text-decoration:none;line-height:normal;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;baseline-shift:baseline;color:#000000;fill:url(#linearGradient8679);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:5.81818199;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate;font-family:Sans;-inkscape-font-specification:Sans"
- d="m 1190.4062,-388.15627 a 12.0012,12.0012 0 0 0 -10.0312,4.96875 c -23.0888,31.04416 -73.5,61.84375 -73.5,61.84375 a 12.007739,12.007739 0 0 0 -0.8125,0.5625 12.007739,12.007739 0 0 0 -0.1875,0.125 l -13.875,7.90625 a 4.0175701,4.0175701 0 1 0 4,6.96875 l 5.2188,-2.96875 a 12.007739,12.007739 0 0 0 17.9062,8.0625 c 0,0 52.3016,-30.24185 80.5,-68.15625 a 12.0012,12.0012 0 0 0 -9.2188,-19.3125 z"
- id="path8677"
- inkscape:connector-curvature="0" />
- </clipPath>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient8284"
- id="linearGradient8679"
- gradientUnits="userSpaceOnUse"
- x1="1086"
- y1="139"
- x2="1125.7982"
- y2="99.201767"
- gradientTransform="translate(11.000003,-451.00002)" />
- <clipPath
- clipPathUnits="userSpaceOnUse"
- id="clipPath8987">
- <flowRoot
- xml:space="preserve"
- id="flowRoot8989"
- style="font-size:30px;font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;text-indent:0;text-align:start;text-decoration:none;line-height:125%;letter-spacing:0px;word-spacing:0px;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;baseline-shift:baseline;opacity:0.25;color:#000000;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:4;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate;font-family:Menlo;-inkscape-font-specification:Menlo Bold"
- transform="translate(-173.25,451.00002)"
- clip-path="none"><flowRegion
- id="flowRegion8991"><rect
- id="rect8993"
- width="580"
- height="303"
- x="1021"
- y="-529"
- style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;fill:#ffffff;stroke:none;font-family:Menlo;-inkscape-font-specification:Menlo Bold" /></flowRegion><flowPara
- id="flowPara8995">101010101010100011</flowPara><flowPara
- id="flowPara8997">100010101010011010</flowPara><flowPara
- id="flowPara8999">101010101001010110</flowPara><flowPara
- id="flowPara9001">010111010000011010</flowPara><flowPara
- id="flowPara9003">000101010000110001</flowPara><flowPara
- id="flowPara9005">101010110010101101</flowPara><flowPara
- id="flowPara9007">101010111010101011</flowPara></flowRoot> </clipPath>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient9009"
- id="linearGradient9015"
- x1="1184"
- y1="-405.00003"
- x2="1184"
- y2="-533.03516"
- gradientUnits="userSpaceOnUse" />
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient9009"
- id="linearGradient9023"
- gradientUnits="userSpaceOnUse"
- x1="1184"
- y1="-405.00003"
- x2="1184"
- y2="-533.03516" />
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient9009"
- id="linearGradient9025"
- gradientUnits="userSpaceOnUse"
- x1="1184"
- y1="-405.00003"
- x2="1184"
- y2="-533.03516" />
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient9009"
- id="linearGradient9027"
- gradientUnits="userSpaceOnUse"
- x1="1184"
- y1="-405.00003"
- x2="1184"
- y2="-533.03516" />
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient9009"
- id="linearGradient9029"
- gradientUnits="userSpaceOnUse"
- x1="1184"
- y1="-405.00003"
- x2="1184"
- y2="-533.03516" />
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient9009"
- id="linearGradient9031"
- gradientUnits="userSpaceOnUse"
- x1="1184"
- y1="-405.00003"
- x2="1184"
- y2="-533.03516" />
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient9009"
- id="linearGradient9033"
- gradientUnits="userSpaceOnUse"
- x1="1184"
- y1="-405.00003"
- x2="1184"
- y2="-533.03516" />
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient9009"
- id="linearGradient9035"
- gradientUnits="userSpaceOnUse"
- x1="1184"
- y1="-405.00003"
- x2="1184"
- y2="-533.03516" />
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient7872-8"
- id="linearGradient7878-9"
- x1="1097"
- y1="942.36218"
- x2="1097"
- y2="802.62952"
- gradientUnits="userSpaceOnUse"
- gradientTransform="translate(-50,0)" />
- <linearGradient
- inkscape:collect="always"
- id="linearGradient7872-8">
- <stop
- style="stop-color:#cbeea7;stop-opacity:1;"
- offset="0"
- id="stop7874-3" />
- <stop
- style="stop-color:#cee8c1;stop-opacity:1"
- offset="1"
- id="stop7876-8" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient7872-80"
- id="linearGradient7878-1"
- x1="1097"
- y1="942.36218"
- x2="1097"
- y2="802.62952"
- gradientUnits="userSpaceOnUse"
- gradientTransform="translate(-870,-742.36218)" />
- <linearGradient
- inkscape:collect="always"
- id="linearGradient7872-80">
- <stop
- style="stop-color:#cbeea7;stop-opacity:1;"
- offset="0"
- id="stop7874-6" />
- <stop
- style="stop-color:#cee8c1;stop-opacity:1"
- offset="1"
- id="stop7876-6" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient7872-8-5"
- id="linearGradient7878-9-6"
- x1="1097"
- y1="942.36218"
- x2="1097"
- y2="802.62952"
- gradientUnits="userSpaceOnUse"
- gradientTransform="translate(-870,-742.36218)" />
- <linearGradient
- inkscape:collect="always"
- id="linearGradient7872-8-5">
- <stop
- style="stop-color:#cbeea7;stop-opacity:1;"
- offset="0"
- id="stop7874-3-7" />
- <stop
- style="stop-color:#cee8c1;stop-opacity:1"
- offset="1"
- id="stop7876-8-7" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient7009"
- id="linearGradient9564"
- gradientUnits="userSpaceOnUse"
- gradientTransform="translate(-50,852.36218)"
- x1="1177.2046"
- y1="110.20067"
- x2="1151.0864"
- y2="155.43863" />
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient7767"
- id="linearGradient9566"
- gradientUnits="userSpaceOnUse"
- gradientTransform="translate(-50,852.36218)"
- x1="1200"
- y1="-30"
- x2="1200"
- y2="90" />
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient8284"
- id="linearGradient9568"
- gradientUnits="userSpaceOnUse"
- gradientTransform="translate(-50,852.36218)"
- x1="1086"
- y1="139"
- x2="1125.7982"
- y2="99.201767" />
- <filter
- inkscape:collect="always"
- id="filter13004"
- x="-0.15676734"
- width="1.3135347"
- y="-0.31353469"
- height="1.6270694">
- <feGaussianBlur
- inkscape:collect="always"
- stdDeviation="1.3063945"
- id="feGaussianBlur13006" />
- </filter>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient7872-8-9"
- id="linearGradient7878-9-9"
- x1="1097"
- y1="942.36218"
- x2="1097"
- y2="802.62952"
- gradientUnits="userSpaceOnUse"
- gradientTransform="translate(-870,-742.36218)" />
- <linearGradient
- inkscape:collect="always"
- id="linearGradient7872-8-9">
- <stop
- style="stop-color:#cbeea7;stop-opacity:1;"
- offset="0"
- id="stop7874-3-4" />
- <stop
- style="stop-color:#cee8c1;stop-opacity:1"
- offset="1"
- id="stop7876-8-3" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- id="linearGradient7872-8-2">
- <stop
- style="stop-color:#cbeea7;stop-opacity:1;"
- offset="0"
- id="stop7874-3-3" />
- <stop
- style="stop-color:#cee8c1;stop-opacity:1"
- offset="1"
- id="stop7876-8-6" />
- </linearGradient>
- <linearGradient
- y2="802.62952"
- x2="1097"
- y1="942.36218"
- x1="1097"
- gradientTransform="translate(-1205,-787.20593)"
- gradientUnits="userSpaceOnUse"
- id="linearGradient13058"
- xlink:href="#linearGradient7872-8-2"
- inkscape:collect="always" />
- <clipPath
- clipPathUnits="userSpaceOnUse"
- id="clipPath7755-6">
- <path
- inkscape:connector-curvature="0"
- style="color:#000000;fill:#adadc6;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:4;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
- d="m 1230.4688,792.26843 c 13.3096,49.6722 -20.4537,112.82556 -47.6876,150.09372 l 152.2188,0 c 0,-68.85715 -43.5157,-127.53233 -104.5312,-150.09372 z"
- id="path7757-0"
- sodipodi:nodetypes="cccc" />
- </clipPath>
- <filter
- inkscape:collect="always"
- id="filter7763-9"
- x="-0.103344"
- width="1.206688"
- y="-0.089630529"
- height="1.1792611"
- color-interpolation-filters="sRGB">
- <feGaussianBlur
- inkscape:collect="always"
- stdDeviation="5.3825"
- id="feGaussianBlur7765-8" />
- </filter>
- <clipPath
- clipPathUnits="userSpaceOnUse"
- id="clipPath7691-1">
- <path
- sodipodi:open="true"
- sodipodi:end="6.2831853"
- sodipodi:start="3.1415927"
- transform="matrix(1.4545455,0,0,1.4545455,-622.81822,-83.09091)"
- d="M 1126,118.99999 A 110,110 0 0 1 1346,119"
- sodipodi:ry="110"
- sodipodi:rx="110"
- sodipodi:cy="119"
- sodipodi:cx="1236"
- id="path7693-7"
- style="color:#000000;fill:#c5c5d7;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:4;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
- sodipodi:type="arc" />
- </clipPath>
- <filter
- inkscape:collect="always"
- id="filter7759-4"
- color-interpolation-filters="sRGB">
- <feGaussianBlur
- inkscape:collect="always"
- stdDeviation="5.8125"
- id="feGaussianBlur7761-1" />
- </filter>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient9009-1"
- id="linearGradient9015-1"
- x1="1184"
- y1="-405.00003"
- x2="1184"
- y2="-533.03516"
- gradientUnits="userSpaceOnUse" />
- <linearGradient
- inkscape:collect="always"
- id="linearGradient9009-1">
- <stop
- style="stop-color:#ffffff;stop-opacity:1;"
- offset="0"
- id="stop9011-6" />
- <stop
- style="stop-color:#ffffff;stop-opacity:0;"
- offset="1"
- id="stop9013-9" />
- </linearGradient>
- <clipPath
- clipPathUnits="userSpaceOnUse"
- id="clipPath8573-0">
- <path
- sodipodi:type="arc"
- style="color:#000000;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:4;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
- id="path8575-7"
- sodipodi:cx="1236"
- sodipodi:cy="119"
- sodipodi:rx="110"
- sodipodi:ry="110"
- d="M 1126,118.99999 A 110,110 0 0 1 1346,119"
- transform="matrix(1.4545455,0,0,1.4545455,-611.81823,-534.09093)"
- sodipodi:start="3.1415927"
- sodipodi:end="6.2831853"
- sodipodi:open="true" />
- </clipPath>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient9009-1"
- id="linearGradient9023-5"
- gradientUnits="userSpaceOnUse"
- x1="1184"
- y1="-405.00003"
- x2="1184"
- y2="-533.03516" />
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient9009-1"
- id="linearGradient9025-9"
- gradientUnits="userSpaceOnUse"
- x1="1184"
- y1="-405.00003"
- x2="1184"
- y2="-533.03516" />
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient9009-1"
- id="linearGradient9027-7"
- gradientUnits="userSpaceOnUse"
- x1="1184"
- y1="-405.00003"
- x2="1184"
- y2="-533.03516" />
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient9009-1"
- id="linearGradient9029-0"
- gradientUnits="userSpaceOnUse"
- x1="1184"
- y1="-405.00003"
- x2="1184"
- y2="-533.03516" />
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient9009-1"
- id="linearGradient9031-3"
- gradientUnits="userSpaceOnUse"
- x1="1184"
- y1="-405.00003"
- x2="1184"
- y2="-533.03516" />
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient9009-1"
- id="linearGradient9033-7"
- gradientUnits="userSpaceOnUse"
- x1="1184"
- y1="-405.00003"
- x2="1184"
- y2="-533.03516" />
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient9009-1"
- id="linearGradient9035-5"
- gradientUnits="userSpaceOnUse"
- x1="1184"
- y1="-405.00003"
- x2="1184"
- y2="-533.03516" />
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient7767-4"
- id="linearGradient7773-2"
- x1="1225.6875"
- y1="36.5"
- x2="1225.6875"
- y2="119"
- gradientUnits="userSpaceOnUse" />
- <linearGradient
- id="linearGradient7767-4">
- <stop
- style="stop-color:#b2dbea;stop-opacity:1"
- offset="0"
- id="stop7769-5" />
- <stop
- style="stop-color:#7092ff;stop-opacity:1"
- offset="1"
- id="stop7771-9" />
- </linearGradient>
- <linearGradient
- id="linearGradient7767-4-1">
- <stop
- style="stop-color:#b2dbea;stop-opacity:1"
- offset="0"
- id="stop7769-5-1" />
- <stop
- style="stop-color:#7092ff;stop-opacity:1"
- offset="1"
- id="stop7771-9-8" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient9009-1-9"
- id="linearGradient9015-1-5"
- x1="1184"
- y1="-405.00003"
- x2="1184"
- y2="-533.03516"
- gradientUnits="userSpaceOnUse" />
- <linearGradient
- inkscape:collect="always"
- id="linearGradient9009-1-9">
- <stop
- style="stop-color:#ffffff;stop-opacity:1;"
- offset="0"
- id="stop9011-6-0" />
- <stop
- style="stop-color:#ffffff;stop-opacity:0;"
- offset="1"
- id="stop9013-9-3" />
- </linearGradient>
- <clipPath
- clipPathUnits="userSpaceOnUse"
- id="clipPath8573-0-1">
- <path
- sodipodi:type="arc"
- style="color:#000000;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:4;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
- id="path8575-7-3"
- sodipodi:cx="1236"
- sodipodi:cy="119"
- sodipodi:rx="110"
- sodipodi:ry="110"
- d="M 1126,118.99999 A 110,110 0 0 1 1346,119"
- transform="matrix(1.4545455,0,0,1.4545455,-611.81823,-534.09093)"
- sodipodi:start="3.1415927"
- sodipodi:end="6.2831853"
- sodipodi:open="true" />
- </clipPath>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient9009-1-9"
- id="linearGradient9023-5-2"
- gradientUnits="userSpaceOnUse"
- x1="1184"
- y1="-405.00003"
- x2="1184"
- y2="-533.03516" />
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient9009-1-9"
- id="linearGradient9025-9-4"
- gradientUnits="userSpaceOnUse"
- x1="1184"
- y1="-405.00003"
- x2="1184"
- y2="-533.03516" />
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient9009-1-9"
- id="linearGradient9027-7-3"
- gradientUnits="userSpaceOnUse"
- x1="1184"
- y1="-405.00003"
- x2="1184"
- y2="-533.03516" />
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient9009-1-9"
- id="linearGradient9029-0-0"
- gradientUnits="userSpaceOnUse"
- x1="1184"
- y1="-405.00003"
- x2="1184"
- y2="-533.03516" />
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient9009-1-9"
- id="linearGradient9031-3-0"
- gradientUnits="userSpaceOnUse"
- x1="1184"
- y1="-405.00003"
- x2="1184"
- y2="-533.03516" />
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient9009-1-9"
- id="linearGradient9033-7-0"
- gradientUnits="userSpaceOnUse"
- x1="1184"
- y1="-405.00003"
- x2="1184"
- y2="-533.03516" />
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient9009-1-9"
- id="linearGradient9035-5-1"
- gradientUnits="userSpaceOnUse"
- x1="1184"
- y1="-405.00003"
- x2="1184"
- y2="-533.03516" />
- <clipPath
- clipPathUnits="userSpaceOnUse"
- id="clipPath7691-1-5">
- <path
- sodipodi:open="true"
- sodipodi:end="6.2831853"
- sodipodi:start="3.1415927"
- transform="matrix(1.4545455,0,0,1.4545455,-622.81822,-83.09091)"
- d="M 1126,118.99999 A 110,110 0 0 1 1346,119"
- sodipodi:ry="110"
- sodipodi:rx="110"
- sodipodi:cy="119"
- sodipodi:cx="1236"
- id="path7693-7-8"
- style="color:#000000;fill:#c5c5d7;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:4;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
- sodipodi:type="arc" />
- </clipPath>
- <filter
- inkscape:collect="always"
- id="filter7759-4-0"
- color-interpolation-filters="sRGB">
- <feGaussianBlur
- inkscape:collect="always"
- stdDeviation="5.8125"
- id="feGaussianBlur7761-1-2" />
- </filter>
- <clipPath
- clipPathUnits="userSpaceOnUse"
- id="clipPath7755-6-7">
- <path
- inkscape:connector-curvature="0"
- style="color:#000000;fill:#adadc6;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:4;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
- d="m 1230.4688,792.26843 c 13.3096,49.6722 -20.4537,112.82556 -47.6876,150.09372 l 152.2188,0 c 0,-68.85715 -43.5157,-127.53233 -104.5312,-150.09372 z"
- id="path7757-0-7"
- sodipodi:nodetypes="cccc" />
- </clipPath>
- <filter
- inkscape:collect="always"
- id="filter7763-9-4"
- x="-0.103344"
- width="1.206688"
- y="-0.089630529"
- height="1.1792611"
- color-interpolation-filters="sRGB">
- <feGaussianBlur
- inkscape:collect="always"
- stdDeviation="5.3825"
- id="feGaussianBlur7765-8-0" />
- </filter>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient7767-2"
- id="linearGradient7773-0"
- x1="1225.6875"
- y1="36.5"
- x2="1225.6875"
- y2="119"
- gradientUnits="userSpaceOnUse" />
- <linearGradient
- id="linearGradient7767-2">
- <stop
- style="stop-color:#b2dbea;stop-opacity:1"
- offset="0"
- id="stop7769-1" />
- <stop
- style="stop-color:#7092ff;stop-opacity:1"
- offset="1"
- id="stop7771-5" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient9009-4"
- id="linearGradient9015-4"
- x1="1184"
- y1="-405.00003"
- x2="1184"
- y2="-533.03516"
- gradientUnits="userSpaceOnUse" />
- <linearGradient
- inkscape:collect="always"
- id="linearGradient9009-4">
- <stop
- style="stop-color:#ffffff;stop-opacity:1;"
- offset="0"
- id="stop9011-5" />
- <stop
- style="stop-color:#ffffff;stop-opacity:0;"
- offset="1"
- id="stop9013-7" />
- </linearGradient>
- <clipPath
- clipPathUnits="userSpaceOnUse"
- id="clipPath8573-8">
- <path
- sodipodi:type="arc"
- style="color:#000000;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:4;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
- id="path8575-5"
- sodipodi:cx="1236"
- sodipodi:cy="119"
- sodipodi:rx="110"
- sodipodi:ry="110"
- d="M 1126,118.99999 A 110,110 0 0 1 1346,119"
- transform="matrix(1.4545455,0,0,1.4545455,-611.81823,-534.09093)"
- sodipodi:start="3.1415927"
- sodipodi:end="6.2831853"
- sodipodi:open="true" />
- </clipPath>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient9009-4"
- id="linearGradient9021"
- gradientUnits="userSpaceOnUse"
- x1="1184"
- y1="-405.00003"
- x2="1184"
- y2="-533.03516" />
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient9009-4"
- id="linearGradient9019"
- gradientUnits="userSpaceOnUse"
- x1="1184"
- y1="-405.00003"
- x2="1184"
- y2="-533.03516" />
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient9009-4"
- id="linearGradient9023-3"
- gradientUnits="userSpaceOnUse"
- x1="1184"
- y1="-405.00003"
- x2="1184"
- y2="-533.03516" />
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient9009-4"
- id="linearGradient9025-5"
- gradientUnits="userSpaceOnUse"
- x1="1184"
- y1="-405.00003"
- x2="1184"
- y2="-533.03516" />
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient9009-4"
- id="linearGradient9027-5"
- gradientUnits="userSpaceOnUse"
- x1="1184"
- y1="-405.00003"
- x2="1184"
- y2="-533.03516" />
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient9009-4"
- id="linearGradient9029-7"
- gradientUnits="userSpaceOnUse"
- x1="1184"
- y1="-405.00003"
- x2="1184"
- y2="-533.03516" />
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient9009-4"
- id="linearGradient9031-7"
- gradientUnits="userSpaceOnUse"
- x1="1184"
- y1="-405.00003"
- x2="1184"
- y2="-533.03516" />
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient9009-4"
- id="linearGradient9033-0"
- gradientUnits="userSpaceOnUse"
- x1="1184"
- y1="-405.00003"
- x2="1184"
- y2="-533.03516" />
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient9009-4"
- id="linearGradient9035-1"
- gradientUnits="userSpaceOnUse"
- x1="1184"
- y1="-405.00003"
- x2="1184"
- y2="-533.03516" />
- <clipPath
- clipPathUnits="userSpaceOnUse"
- id="clipPath7691-3">
- <path
- sodipodi:open="true"
- sodipodi:end="6.2831853"
- sodipodi:start="3.1415927"
- transform="matrix(1.4545455,0,0,1.4545455,-622.81822,-83.09091)"
- d="M 1126,118.99999 A 110,110 0 0 1 1346,119"
- sodipodi:ry="110"
- sodipodi:rx="110"
- sodipodi:cy="119"
- sodipodi:cx="1236"
- id="path7693-5"
- style="color:#000000;fill:#c5c5d7;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:4;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
- sodipodi:type="arc" />
- </clipPath>
- <filter
- inkscape:collect="always"
- id="filter7759-1"
- color-interpolation-filters="sRGB">
- <feGaussianBlur
- inkscape:collect="always"
- stdDeviation="5.8125"
- id="feGaussianBlur7761-6" />
- </filter>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient7872-3"
- id="linearGradient7878-19"
- x1="1097"
- y1="942.36218"
- x2="1097"
- y2="802.62952"
- gradientUnits="userSpaceOnUse"
- gradientTransform="translate(-790,-742.36218)" />
- <linearGradient
- inkscape:collect="always"
- id="linearGradient7872-3">
- <stop
- style="stop-color:#cbeea7;stop-opacity:1;"
- offset="0"
- id="stop7874-9" />
- <stop
- style="stop-color:#cee8c1;stop-opacity:1"
- offset="1"
- id="stop7876-7" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient7872-09"
- id="linearGradient7878-93"
- x1="1097"
- y1="942.36218"
- x2="1097"
- y2="802.62952"
- gradientUnits="userSpaceOnUse"
- gradientTransform="translate(30,0)" />
- <linearGradient
- inkscape:collect="always"
- id="linearGradient7872-09">
- <stop
- style="stop-color:#cbeea7;stop-opacity:1;"
- offset="0"
- id="stop7874-8" />
- <stop
- style="stop-color:#cee8c1;stop-opacity:1"
- offset="1"
- id="stop7876-9" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient7872-10-4"
- id="linearGradient7878-5-6"
- x1="1097"
- y1="942.36218"
- x2="1097"
- y2="802.62952"
- gradientUnits="userSpaceOnUse"
- gradientTransform="translate(30,0)" />
- <linearGradient
- inkscape:collect="always"
- id="linearGradient7872-10-4">
- <stop
- style="stop-color:#cbeea7;stop-opacity:1;"
- offset="0"
- id="stop7874-2-4" />
- <stop
- style="stop-color:#cee8c1;stop-opacity:1"
- offset="1"
- id="stop7876-5-1" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient7775-9"
- id="linearGradient7781-5"
- x1="1224.2188"
- y1="789.35889"
- x2="1224.2188"
- y2="942.36212"
- gradientUnits="userSpaceOnUse"
- gradientTransform="translate(30,0)" />
- <linearGradient
- inkscape:collect="always"
- id="linearGradient7775-9">
- <stop
- style="stop-color:#222222;stop-opacity:1"
- offset="0"
- id="stop7777-8" />
- <stop
- style="stop-color:#adadc6;stop-opacity:0;"
- offset="1"
- id="stop7779-49" />
- </linearGradient>
- <linearGradient
- y2="942.36212"
- x2="1224.2188"
- y1="789.35889"
- x1="1224.2188"
- gradientTransform="translate(30,0)"
- gradientUnits="userSpaceOnUse"
- id="linearGradient14425"
- xlink:href="#linearGradient7775-9"
- inkscape:collect="always" />
- <radialGradient
- inkscape:collect="always"
- xlink:href="#linearGradient14931"
- id="radialGradient14929"
- cx="1218.1995"
- cy="124.60332"
- fx="1218.1995"
- fy="124.60332"
- r="110"
- gradientTransform="matrix(8.9292362e-8,-1.09375,1.0937499,1.4609618e-6,1099.715,1451.4055)"
- gradientUnits="userSpaceOnUse" />
- <linearGradient
- id="linearGradient14931">
- <stop
- id="stop14933"
- offset="0"
- style="stop-color:#ccf1ff;stop-opacity:0;" />
- <stop
- style="stop-color:#ccf1ff;stop-opacity:0;"
- offset="0.85714281"
- id="stop14937" />
- <stop
- id="stop14935"
- offset="1"
- style="stop-color:#789afb;stop-opacity:1" />
- </linearGradient>
- <radialGradient
- r="110"
- fy="124.60332"
- fx="1218.1995"
- cy="124.60332"
- cx="1218.1995"
- gradientTransform="matrix(8.9292362e-8,-1.09375,1.0937499,1.4609618e-6,1099.715,1451.4055)"
- gradientUnits="userSpaceOnUse"
- id="radialGradient14955"
- xlink:href="#linearGradient14931"
- inkscape:collect="always" />
- </defs>
- <sodipodi:namedview
- id="base"
- pagecolor="#ffffff"
- bordercolor="#666666"
- borderopacity="1.0"
- inkscape:pageopacity="0.0"
- inkscape:pageshadow="2"
- inkscape:zoom="1"
- inkscape:cx="410.53143"
- inkscape:cy="3.6619607"
- inkscape:document-units="px"
- inkscape:current-layer="layer1"
- showgrid="false"
- inkscape:window-width="1524"
- inkscape:window-height="817"
- inkscape:window-x="100"
- inkscape:window-y="109"
- inkscape:window-maximized="0"
- borderlayer="false"
- inkscape:showpageshadow="false"
- inkscape:snap-bbox="true"
- showguides="true"
- inkscape:guide-bbox="true"
- inkscape:object-paths="false"
- inkscape:object-nodes="false"
- inkscape:snap-nodes="true"
- fit-margin-top="0"
- fit-margin-left="0"
- fit-margin-right="0"
- fit-margin-bottom="0">
- <inkscape:grid
- type="xygrid"
- id="grid4228"
- empspacing="5"
- visible="true"
- enabled="true"
- snapvisiblegridlinesonly="true" />
- <sodipodi:guide
- orientation="0,1"
- position="523,479"
- id="guide6331" />
- </sodipodi:namedview>
- <metadata
- id="metadata4141">
- <rdf:RDF>
- <cc:Work
- rdf:about="">
- <dc:format>image/svg+xml</dc:format>
- <dc:type
- rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
- <dc:title></dc:title>
- </cc:Work>
- </rdf:RDF>
- </metadata>
- <g
- inkscape:label="Layer 1"
- inkscape:groupmode="layer"
- id="layer1"
- transform="translate(-820,-742.36218)">
- <g
- id="g14683">
- <path
- inkscape:connector-curvature="0"
- id="path8245"
- d="m 964.625,854.79968 a 4.0004,4.0004 0 0 0 -3.84375,3.5625 4.0004,4.0004 0 0 0 -2.15625,-0.5625 4.0004,4.0004 0 0 0 -3.78125,4.90625 c 0,0 0.5454,2.1828 2.1875,5.1875 1.6421,3.0047 4.45773,7.22288 9.28125,12.4375 a 4.0025627,4.0025627 0 0 0 6.9375,-2.25 4.0025627,4.0025627 0 0 0 3.75,0.125 c 0.0733,0.22356 0.14387,0.47118 0.21875,0.6875 a 4.0025627,4.0025627 0 1 0 7.5625,-2.625 c -1.9723,-5.69775 -3.8125,-17.53125 -3.8125,-17.53125 a 4.0004,4.0004 0 0 0 -3.84375,-3.46875 4.0004,4.0004 0 0 0 -4.09375,4.65625 c 0,0 0.49861,3.30382 1.3125,7.46875 -2.08696,-2.64336 -3.45886,-4.78178 -4.3125,-6.34375 -1.2954,-2.3703 -1.375,-3.0625 -1.375,-3.0625 a 4.0004,4.0004 0 0 0 -4.03125,-3.1875 z"
- style="font-size:medium;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-indent:0;text-align:start;text-decoration:none;line-height:normal;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;baseline-shift:baseline;color:#000000;fill:#5e74ac;fill-opacity:1;stroke:none;stroke-width:8;marker:none;visibility:visible;display:inline;overflow:visible;filter:url(#filter7542-4-8-0);enable-background:accumulate;font-family:Sans;-inkscape-font-specification:Sans" />
- <g
- style="fill:#7693dc;fill-opacity:1"
- transform="translate(31,2)"
- id="g8240">
- <path
- inkscape:connector-curvature="0"
- id="path8234"
- transform="translate(-1,850.36218)"
- d="m 922.625,10.4375 a 4.0004,4.0004 0 0 0 -3.78125,4.90625 c 0,0 0.5454,2.1828 2.1875,5.1875 1.40985,2.579729 3.70701,6.049888 7.375,10.28125 0.11178,0.128944 0.19812,0.275904 0.3125,0.40625 0.11345,0.137051 0.22397,0.284764 0.34375,0.40625 0.15485,0.157057 0.25496,0.252929 0.40625,0.40625 0.28133,0.31274 0.54746,0.61719 0.84375,0.9375 a 4.0025627,4.0025627 0 0 0 0.59375,0.53125 4.0025627,4.0025627 0 0 0 0.0625,0.03125 c 5.98699,6.043061 9.08242,9.018781 11.6875,10.90625 5.06802,3.671953 10.79446,9.23077 29.46875,15.59375 18.67429,6.36298 46.9429,9.60422 85.4688,-0.71875 2.5788,-0.63185 4.8672,-2.33956 6.2187,-4.625 1.3516,-2.28544 1.7513,-8.09198 1.0625,-10.65625 -0.6888,-2.56427 -2.4352,-4.82439 -4.75,-6.125 -2.3148,-1.30061 -5.1703,-1.65166 -7.7188,-0.90625 -35.1951,9.43054 -57.91701,6.16915 -72.81245,1.09375 C 964.69831,33.01835 961.4304,31.785386 957.34375,26.875 951.9003,20.33433 948.89393,16 942.5625,16 l -8.125,0 c -2.53697,0 -4.35949,0.782327 -5.625,2 -0.27387,-0.453136 -0.57102,-0.927833 -0.78125,-1.3125 -1.2954,-2.3703 -1.375,-3.0625 -1.375,-3.0625 A 4.0004,4.0004 0 0 0 922.625,10.4375 z"
- style="font-size:medium;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-indent:0;text-align:start;text-decoration:none;line-height:normal;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;baseline-shift:baseline;color:#000000;fill:#7693dc;fill-opacity:1;stroke:none;stroke-width:8;marker:none;visibility:visible;display:inline;overflow:visible;filter:url(#filter7542-4-8-0);enable-background:accumulate;font-family:Sans;-inkscape-font-specification:Sans" />
- </g>
- <path
- inkscape:connector-curvature="0"
- clip-path="url(#clipPath8987)"
- id="path8245-3"
- d="M 934.625,2.4375 A 4.0004,4.0004 0 0 0 930.78125,6 4.0004,4.0004 0 0 0 928.625,5.4375 a 4.0004,4.0004 0 0 0 -3.78125,4.90625 c 0,0 0.1099,0.36161 0.28125,0.875 a 4.0004,4.0004 0 0 0 -2.5,-0.78125 4.0004,4.0004 0 0 0 -3.78125,4.90625 c 0,0 0.5454,2.1828 2.1875,5.1875 1.40985,2.57973 3.70701,6.04989 7.375,10.28125 0.11178,0.12894 0.19812,0.2759 0.3125,0.40625 0.11345,0.13705 0.22397,0.28476 0.34375,0.40625 0.15485,0.15706 0.25496,0.25293 0.40625,0.40625 0.28133,0.31274 0.54746,0.61719 0.84375,0.9375 a 4.0025627,4.0025627 0 0 0 0.59375,0.53125 4.0025627,4.0025627 0 0 0 0.0625,0.03125 c 5.98699,6.04306 9.08242,9.01878 11.6875,10.90625 5.06802,3.67195 10.79446,9.23077 29.46875,15.59375 18.67429,6.36298 46.9429,9.60422 85.4688,-0.71875 2.5788,-0.63185 4.8672,-2.33956 6.2187,-4.625 1.3516,-2.28544 1.7513,-8.09198 1.0625,-10.65625 -0.6888,-2.56427 -2.4352,-4.82439 -4.75,-6.125 -2.3148,-1.30061 -5.1702,-1.65166 -7.7188,-0.90625 -35.1951,9.43054 -57.91701,6.16915 -72.81245,1.09375 -14.89544,-5.0754 -18.16335,-6.30836 -22.25,-11.21875 -0.96094,-1.154633 -1.78426,-2.150837 -2.625,-3.15625 -1.9499,-5.760197 -3.75,-17.34375 -3.75,-17.34375 A 4.0004,4.0004 0 0 0 947.125,2.90625 4.0004,4.0004 0 0 0 943.03125,7.5625 c 0,0 0.49861,3.30383 1.3125,7.46875 -2.08696,-2.64336 -3.45886,-4.78178 -4.3125,-6.34375 -1.2954,-2.3703 -1.375,-3.0625 -1.375,-3.0625 A 4.0004,4.0004 0 0 0 934.625,2.4375 z"
- style="font-size:medium;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-indent:0;text-align:start;text-decoration:none;line-height:normal;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;baseline-shift:baseline;opacity:0.1;color:#000000;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:8;marker:none;visibility:visible;display:inline;overflow:visible;filter:url(#filter7542-4-8-0);enable-background:accumulate;font-family:Sans;-inkscape-font-specification:Sans"
- transform="translate(30.000004,852.36218)" />
- <path
- style="color:#000000;fill:#222222;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
- id="path8139-4-6-3-6"
- d="m 975.26569,833.36219 c -4.1421,0 -7.5,3.35787 -7.5,7.5 0,4.14215 7.5,10.5 7.5,10.5 0,0 7.5,-6.35785 7.5,-10.5 0,-4.14213 -3.3579,-7.5 -7.5,-7.5 z m 0.2343,4.5 c 1.6569,0 3,1.34315 3,3 0,1.65686 -1.3431,3 -3,3 -1.65675,0 -3,-1.34314 -3,-3 0,-1.65685 1.34325,-3 3,-3 z"
- inkscape:connector-curvature="0" />
- <path
- transform="matrix(0.75,0,0,0.5,258.75,862.36218)"
- d="m 955,25 a 10,5 0 1 1 -20,0 10,5 0 1 1 20,0 z"
- sodipodi:ry="5"
- sodipodi:rx="10"
- sodipodi:cy="25"
- sodipodi:cx="945"
- id="path8216"
- style="color:#000000;fill:#3f4767;fill-opacity:0.39215686;fill-rule:nonzero;stroke:none;stroke-width:8;marker:none;visibility:visible;display:inline;overflow:visible;filter:url(#filter13004);enable-background:accumulate"
- sodipodi:type="arc" />
- <path
- style="color:#000000;fill:#222222;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
- id="path5387-6-5-6"
- d="m 983.24999,851.86219 c -2.07107,0 -3.75,1.67891 -3.75,3.75001 0,0.37775 0.0679,0.73424 0.17187,1.07809 l -9.34375,9.34376 c -0.34388,-0.1039 -0.70033,-0.17186 -1.07812,-0.17186 -2.07107,0 -3.74999,1.6789 -3.74999,3.75 0,2.07104 1.67892,3.75 3.74999,3.75 2.07107,0 3.75,-1.67896 3.75,-3.75 0,-0.3778 -0.068,-0.73425 -0.17188,-1.07815 l 9.34375,-9.34375 c 0.34388,0.10395 0.70034,0.1719 1.07813,0.1719 2.07106,0 3.75,-1.67895 3.75,-3.74999 0,-2.0711 -1.67894,-3.75001 -3.75,-3.75001 z m 0,2.25001 c 0.82842,0 1.5,0.67155 1.5,1.5 0,0.8284 -0.67158,1.5 -1.5,1.5 -0.82843,0 -1.5,-0.6716 -1.5,-1.5 0,-0.82845 0.67157,-1.5 1.5,-1.5 z m -14,13.99999 c 0.82843,0 1.5,0.67155 1.5,1.5 0,0.8284 -0.67157,1.5 -1.5,1.5 -0.82842,0 -1.5,-0.6716 -1.5,-1.5 0,-0.82845 0.67158,-1.5 1.5,-1.5 z"
- inkscape:connector-curvature="0" />
- <path
- style="color:#000000;fill:#222222;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
- id="path5288-4-8-0-3"
- d="m 945.40433,849.14391 c -1.7936,1.03555 -2.40813,3.32901 -1.3726,5.12261 0.71815,1.24387 2.04645,1.91607 3.3883,1.8687 l 3.43751,5.95394 c -0.71196,1.13839 -0.79395,2.62483 -0.0758,3.8687 1.03552,1.79358 3.32899,2.40813 5.12259,1.37259 1.24386,-0.71814 1.91607,-2.04646 1.86871,-3.3883 l 5.95391,-3.43749 c 1.1384,0.71193 2.62484,0.79394 3.86871,0.0758 1.7936,-1.03553 2.40812,-3.329 1.37259,-5.12259 -0.71815,-1.24387 -2.04643,-1.91608 -3.38828,-1.86871 l -3.4375,-5.95392 c 0.71195,-1.1384 0.79393,-2.62484 0.0758,-3.86871 -1.03554,-1.7936 -3.32899,-2.40813 -5.12259,-1.3726 -1.25899,0.72688 -1.92459,2.07817 -1.85879,3.43672 l -0.10461,0.006 -5.8592,3.38282 c -1.13839,-0.71195 -2.62484,-0.79395 -3.8687,-0.0758 z m 1.125,1.94857 c 0.71744,-0.41421 1.63482,-0.1684 2.04904,0.54904 0.4142,0.71743 0.1684,1.63482 -0.54904,2.04904 -0.71744,0.41421 -1.63482,0.16839 -2.04904,-0.54905 -0.41422,-0.71744 -0.16841,-1.63482 0.54904,-2.04903 z m 11.69133,-6.75 c 0.71745,-0.41422 1.63483,-0.16841 2.04904,0.54904 0.41421,0.71744 0.1684,1.63482 -0.54904,2.04904 -0.71743,0.4142 -1.63482,0.16839 -2.04904,-0.54904 -0.41421,-0.71744 -0.16839,-1.63483 0.54904,-2.04904 z m -7.19762,7.90833 5.95392,-3.4375 c 0.63528,0.3973 1.38559,0.59835 2.13442,0.57191 l 3.4375,5.95393 c -0.39733,0.63527 -0.59837,1.38558 -0.57192,2.13442 l -5.95392,3.43749 c -0.6353,-0.39733 -1.3856,-0.59836 -2.13441,-0.57191 l -3.43751,-5.95393 c 0.39731,-0.63529 0.59835,-1.38559 0.57192,-2.13441 z m 2.25629,10.53301 c 0.71744,-0.41421 1.63481,-0.16842 2.04904,0.54904 0.4142,0.71741 0.16839,1.63481 -0.54904,2.04902 -0.71744,0.41422 -1.63484,0.16839 -2.04904,-0.54903 -0.41423,-0.71745 -0.1684,-1.63482 0.54904,-2.04903 z m 11.69133,-6.75 c 0.71744,-0.41421 1.63482,-0.16842 2.04904,0.54904 0.4142,0.71741 0.1684,1.63482 -0.54904,2.04903 -0.71744,0.41421 -1.63483,0.16838 -2.04904,-0.54903 -0.41422,-0.71746 -0.16839,-1.63483 0.54904,-2.04904 z"
- inkscape:connector-curvature="0" />
- </g>
- <g
- transform="translate(-3.0000006e-6,5.0000006e-7)"
- id="g14241">
- <path
- sodipodi:open="true"
- sodipodi:end="6.2831853"
- sodipodi:start="3.1415927"
- transform="matrix(1.4545455,0,0,1.4545455,-592.81822,769.27127)"
- d="M 1126,118.99999 C 1126,58.248672 1175.2487,8.9999972 1236,9 c 60.7513,2.8e-6 110,49.248679 110,110"
- sodipodi:ry="110"
- sodipodi:rx="110"
- sodipodi:cy="119"
- sodipodi:cx="1236"
- id="path7176"
- style="color:#000000;fill:url(#linearGradient7773-0);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:4;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
- sodipodi:type="arc" />
- <flowRoot
- clip-path="url(#clipPath8573-8)"
- transform="translate(19,1303.3622)"
- style="font-size:30px;font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;text-indent:0;text-align:start;text-decoration:none;line-height:125%;letter-spacing:0px;word-spacing:0px;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;baseline-shift:baseline;opacity:0.25;color:#000000;fill:url(#linearGradient9015-4);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:4;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate;font-family:Menlo;-inkscape-font-specification:Menlo Bold"
- id="flowRoot8523"
- xml:space="preserve"><flowRegion
- style="fill:url(#linearGradient9021);fill-opacity:1"
- id="flowRegion8525"><rect
- style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;fill:url(#linearGradient9019);fill-opacity:1;stroke:none;font-family:Menlo;-inkscape-font-specification:Menlo Bold"
- y="-529"
- x="1021"
- height="303"
- width="580"
- id="rect8527" /></flowRegion><flowPara
- style="fill:url(#linearGradient9023-3);fill-opacity:1"
- id="flowPara8529">101010101010100011</flowPara><flowPara
- style="fill:url(#linearGradient9025-5);fill-opacity:1"
- id="flowPara8531">100010101010011010</flowPara><flowPara
- style="fill:url(#linearGradient9027-5);fill-opacity:1"
- id="flowPara8533">101010101001010110</flowPara><flowPara
- style="fill:url(#linearGradient9029-7);fill-opacity:1"
- id="flowPara8535">010111010101011010</flowPara><flowPara
- style="fill:url(#linearGradient9031-7);fill-opacity:1"
- id="flowPara8537">000101010000110001</flowPara><flowPara
- style="fill:url(#linearGradient9033-0);fill-opacity:1"
- id="flowPara8617">101010110010101101</flowPara><flowPara
- style="fill:url(#linearGradient9035-1);fill-opacity:1"
- id="flowPara8619">101010111010101011</flowPara></flowRoot> <path
- sodipodi:nodetypes="cccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccscccccccccccccccccccccccccccccccccsccccccc"
- inkscape:connector-curvature="0"
- clip-path="url(#clipPath7691-3)"
- id="path7591"
- transform="translate(30,852.36218)"
- d="m 1174,-70 c -6.4317,0.0395 -12.7696,0.4728 -19,1.25 l 0,8.75 5,5 10,0 z m 40.25,4.84375 -0.031,0.15625 7.7812,9 5,0 3,-4 0,-0.28125 c -1.2872,-0.4713 -2.5726,-0.93607 -3.875,-1.375 -0.041,-0.0138 -0.084,-0.01755 -0.125,-0.03125 -1.2576,-0.42471 -2.5104,-0.82436 -3.7812,-1.21875 -1.1271,-0.34978 -2.2683,-0.70623 -3.4063,-1.03125 -0.1871,-0.0531 -0.3752,-0.10379 -0.5625,-0.15625 -1.079,-0.30374 -2.1607,-0.59432 -3.25,-0.875 -0.2478,-0.0638 -0.5017,-0.1249 -0.75,-0.1875 z m -95,5.15625 c -39.4401,14.6674 -71.5429,44.43079 -89.25,82.28125 L 1030,35 l 15,15 0,10 5,0 5,5 0,5 -5,5 0,15 105,0 -10,-10 -20,0 -5,-5 0,-5 -40,-25 -10,0 -10,10 -10,0 0,-15 -5,-5 5,-5 0,-5 -5,0 -10,0 10,-20 15,-5 0,15 5,0 5,-5 0,-10 25,-30 5,0 40,-15 0,-10 -5,-5 z m 91.75,5 6,8 7,0 -8,-8 z m 33.5,0.84375 -2.375,4.15625 -12.125,0 -5.7812,10 5.7812,10 -10,0.3125 -4.4375,4.6875 0,5 8.6563,5 10.7812,0 8.6562,-15 6.3438,0 10,8 1.3438,5 3.6562,0 0,-8 5,3 5,2 5,0 6,-6 -9,-10 -2.125,1 c -0.029,-0.0234 -0.064,-0.0392 -0.094,-0.0625 -0.3359,-0.26835 -0.6619,-0.54681 -1,-0.8125 -0.8033,-0.63134 -1.6219,-1.25882 -2.4374,-1.875 -0.2074,-0.1566 -0.417,-0.31314 -0.625,-0.46875 -0.9966,-0.74524 -1.9858,-1.46514 -3,-2.1875 -0.031,-0.0218 -0.063,-0.0408 -0.094,-0.0625 -0.1103,-0.0784 -0.2332,-0.14058 -0.3438,-0.21875 -0.9382,-0.66399 -1.8596,-1.35587 -2.8124,-2 -0.1442,-0.0974 -0.2931,-0.18434 -0.4376,-0.28125 -0.9169,-0.61558 -1.8508,-1.21555 -2.7812,-1.8125 -0.3292,-0.21107 -0.6691,-0.41628 -1,-0.625 -1.2672,-0.79993 -2.5216,-1.57877 -3.8125,-2.34375 -1.0622,-0.62947 -2.1409,-1.23835 -3.2187,-1.84375 -0.538,-0.302 -1.0834,-0.6103 -1.625,-0.90625 -0.1142,-0.0623 -0.2296,-0.12545 -0.3438,-0.1875 -0.9035,-0.49081 -1.8049,-0.9637 -2.7188,-1.4375 -1.3366,-0.69309 -2.6725,-1.3751 -4.0312,-2.03125 z M 1283,-30 l -3,10 5,5 10,0 0,10 -15,0 0,5 -10,0 -10,-10 -20,0 -5,0 -10,0 -5,5 0,10 -5,0 -10,20 0,5 5,5 0,15 20,20 20,0 5,-5 10,0 10,10 0,10 3.3438,5 56.6562,0 c 0,-44.18275 -17.9207,-84.17069 -46.875,-113.125 -0.6292,-0.62919 -1.2668,-1.25631 -1.9062,-1.875 z m -78,-20 3,5 5,0 -3,-5 z"
- style="opacity:0.25;color:#000000;fill:#222222;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:4;marker:none;visibility:visible;display:inline;overflow:visible;filter:url(#filter7759-1);enable-background:accumulate" />
- <path
- inkscape:connector-curvature="0"
- id="path7176-41"
- transform="translate(820,742.36218)"
- d="M 424.25,44.84375 424.21875,45 432,54 l 5,0 3,-4 0,-0.28125 c -1.2873,-0.4713 -2.5726,-0.93607 -3.875,-1.375 -0.041,-0.0138 -0.084,-0.01755 -0.125,-0.03125 -1.2576,-0.42471 -2.51045,-0.82436 -3.78125,-1.21875 -1.1271,-0.34978 -2.26825,-0.70623 -3.40625,-1.03125 -0.1871,-0.0531 -0.3752,-0.10379 -0.5625,-0.15625 -1.079,-0.30374 -2.1607,-0.59432 -3.25,-0.875 -0.2478,-0.0638 -0.5018,-0.1249 -0.75,-0.1875 z M 421,55 l 6,8 7,0 -8,-8 -5,0 z M 454.5,55.875 452.125,60 442.53125,60 440,60 434.21875,70 440,80 430,80.3125 425.5625,85 l 0,5 8.65625,5 7.34375,0 3.4375,0 8.65625,-15 6.34375,0 10,8 1.34375,5 3.65625,0 0,-8 5,3 5,2 5,0 5,5 10,0 0,10 -15,0 0,5 -10,0 -10,-10 -20,0 -5,0 -4.375,0 -5.625,0 -5,5 0,10 -5,0 -10,20 0,5 5,5 0,10.9375 0,4.0625 20,20 20,0 5,-5 10,0 10,10 0,10 3.34375,5 51.65625,0 5,0 c 0,-51.43766 -24.2837,-97.1986 -62,-126.46875 -0.1548,-0.11296 -0.32195,-0.23072 -0.46875,-0.34375 -0.018,-0.014 -0.0445,-0.01725 -0.0625,-0.03125 -0.7174,-0.55233 -1.42915,-1.11612 -2.15625,-1.65625 -0.053,-0.0397 -0.10255,-0.0854 -0.15625,-0.125 -0.06,-0.0444 -0.13,-0.0771 -0.1875,-0.125 -0.023,-0.0187 -0.0425,-0.0403 -0.0625,-0.0625 -0.023,-0.0174 -0.0395,-0.0451 -0.0625,-0.0625 -0.7324,-0.5397 -1.47745,-1.07211 -2.21875,-1.59375 -0.019,-0.0133 -0.0445,-0.01795 -0.0625,-0.03125 -0.7603,-0.5345 -1.51065,-1.06633 -2.28125,-1.59375 -0.8253,-0.56504 -1.6633,-1.10637 -2.5,-1.65625 -1.673,-1.09976 -3.37775,-2.18082 -5.09375,-3.21875 -0.858,-0.51897 -1.72545,-1.02804 -2.59375,-1.53125 -0.8686,-0.50321 -1.744,-1.0092 -2.625,-1.5 -0.8811,-0.49079 -1.76755,-0.96639 -2.65625,-1.4375 -0.8887,-0.47111 -1.75755,-0.92024 -2.65625,-1.375 C 456.27855,56.74322 455.387,56.3035 454.5,55.875 z M 415,60 l 3,5 5,0 -3,-5 -5,0 z"
- style="color:#000000;fill:url(#linearGradient7878-19);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:4;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
- <path
- id="path7176-3-8-6"
- d="m 1285,897.36218 -15,15 -20,0 10,10 20,0 5,-5 10,0 10,10 0,10 5,0 10,-10 15.9688,0 0,-15 -25.9688,-15 -25,0 z"
- style="opacity:0.15;color:#000000;fill:#9ed184;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:4;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
- inkscape:connector-curvature="0" />
- <path
- sodipodi:nodetypes="ccccccccccccccccccccccccccccccccccccc"
- id="path7176-4"
- d="m 1149.25,792.36218 c -39.4401,14.6674 -71.5429,44.43079 -89.25,82.28125 l 0,12.71875 15,15 0,10 5,0 5,5 0,5 -5,5 0,15.00002 105,0 -10,-10.00002 -20,0 -5,-5 0,-5 -40,-25 -10,0 -10,10 -10,0 0,-15 -5,-5 5,-5 0,-5 -5,0 -10,0 10,-20 15,-5 0,15 5,0 5,-5 0,-10 25,-30 5,0 40,-15 0,-10 -5,-5 z"
- style="color:#000000;fill:url(#linearGradient7878-93);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:4;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
- inkscape:connector-curvature="0" />
- <path
- id="path7176-9"
- d="m 1204,782.36218 c -6.4317,0.0395 -12.7696,0.4728 -19,1.25 l 0,8.75 5,5 10,0 4,-15 z"
- style="color:#000000;fill:url(#linearGradient7878-5-6);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:4;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
- inkscape:connector-curvature="0" />
- <path
- sodipodi:nodetypes="cccccc"
- inkscape:connector-curvature="0"
- id="path9199"
- d="m 1100,927.36218 5,0 15,5 0,10 -30,0 z"
- style="opacity:0.15;color:#000000;fill:#9ed184;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:4;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
- <path
- id="path7176-4-2"
- d="m 1130,909.86218 0,7.5 10,5 0,10 -10,10 55,0 -10,-10 -20,0 -5,-5 0,-5 -20,-12.5 z"
- style="opacity:0.15;color:#000000;fill:#9ed184;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:4;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
- inkscape:connector-curvature="0" />
- <path
- id="path7176-4-7"
- d="m 1149.25,792.36218 c -5.8774,2.18576 -11.5968,4.72945 -17.125,7.5625 l 12.875,7.4375 0,9.375 25,-9.375 0,-10 -5,-5 -15.75,0 z"
- style="opacity:0.15;color:#000000;fill:#9ed184;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:4;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
- inkscape:connector-curvature="0" />
- <path
- id="path7176-4-76"
- d="m 1115,810.08093 c -13.1826,8.9817 -24.9493,19.86488 -34.9063,32.28125 l 14.9063,0 20,-20 0,-12.28125 z"
- style="opacity:0.15;color:#000000;fill:#9ed184;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:4;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
- inkscape:connector-curvature="0" />
- <path
- sodipodi:nodetypes="cccc"
- id="path7176-2"
- d="m 1260.4688,792.26843 c 13.3096,49.6722 -0.4537,112.82556 -27.6876,150.09372 l 132.2188,0 c 0,-68.85715 -43.5157,-127.53233 -104.5312,-150.09372 z"
- style="opacity:0.25;color:#000000;fill:url(#linearGradient14425);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:4;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
- inkscape:connector-curvature="0" />
- </g>
- <path
- inkscape:connector-curvature="0"
- style="color:#000000;fill:#9ed184;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:4;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate;opacity:0.14999999999999999"
- d="m 1205,897.36218 -15,15 -20,0 10,10 20,0 5,-5 10,0 10,10 0,10 5,0 10,-10 15.9688,0 0,-15 -25.9688,-15 -25,0 z"
- id="path7176-3-8" />
- <g
- id="g9572"
- inkscape:export-filename="/Users/saman/work_repos/openstreetmap-website/app/assets/images/sign-up-illustration-arm.png"
- inkscape:export-xdpi="90"
- inkscape:export-ydpi="90"
- transform="translate(80,170)">
- <g
- id="g9543">
- <path
- style="color:#000000;fill:url(#linearGradient9564);fill-opacity:1;stroke:none;stroke-width:4;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
- d="m 1135,942.36218 c -5,40 -35,70.00002 -35,70.00002 l -25,-25.00002 50,-45 z"
- id="path7007"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccccc" />
- <path
- style="font-size:medium;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-indent:0;text-align:start;text-decoration:none;line-height:normal;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;baseline-shift:baseline;color:#000000;fill:url(#linearGradient9566);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:5.81818199;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate;font-family:Sans;-inkscape-font-specification:Sans"
- d="m 1129.4062,915.20593 a 12.0012,12.0012 0 0 0 -10.0312,4.96875 c -23.0888,31.04416 -73.5,61.84375 -73.5,61.84375 a 12.007739,12.007739 0 0 0 -0.8125,0.5625 12.007739,12.007739 0 0 0 -0.1875,0.125 L 1031,990.61218 a 4.0175701,4.0175701 0 1 0 4,6.96875 l 5.2188,-2.96875 a 12.007739,12.007739 0 0 0 17.9062,8.06252 c 0,0 52.3016,-30.24187 80.5,-68.15627 a 12.0012,12.0012 0 0 0 -9.2188,-19.3125 z"
- id="path6371"
- inkscape:connector-curvature="0" />
- <path
- id="path8280"
- d="m 1129.4062,915.20593 a 12.0012,12.0012 0 0 0 -10.0312,4.96875 c -23.0888,31.04416 -73.5,61.84375 -73.5,61.84375 a 12.007739,12.007739 0 0 0 -0.8125,0.5625 12.007739,12.007739 0 0 0 -0.1875,0.125 L 1031,990.61218 a 4.0175701,4.0175701 0 1 0 4,6.96875 l 5.2188,-2.96875 a 12.007739,12.007739 0 0 0 17.9062,8.06252 c 0,0 52.3016,-30.24187 80.5,-68.15627 a 12.0012,12.0012 0 0 0 -9.2188,-19.3125 z"
- style="font-size:medium;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-indent:0;text-align:start;text-decoration:none;line-height:normal;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;baseline-shift:baseline;color:#000000;fill:url(#linearGradient9568);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:5.81818199;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate;font-family:Sans;-inkscape-font-specification:Sans"
- inkscape:connector-curvature="0" />
- <flowRoot
- xml:space="preserve"
- id="flowRoot8523-6"
- style="font-size:30px;font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;text-indent:0;text-align:start;text-decoration:none;line-height:125%;letter-spacing:0px;word-spacing:0px;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;baseline-shift:baseline;opacity:0.25;color:#000000;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:4;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate;font-family:Menlo;-inkscape-font-specification:Menlo Bold"
- transform="translate(-61.000003,1303.3622)"
- clip-path="url(#clipPath8675)"><flowRegion
- id="flowRegion8525-6"><rect
- id="rect8527-8"
- width="580"
- height="303"
- x="1021"
- y="-529"
- style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;fill:#ffffff;stroke:none;font-family:Menlo;-inkscape-font-specification:Menlo Bold" /></flowRegion><flowPara
- id="flowPara8529-8">101010101010100011</flowPara><flowPara
- id="flowPara8531-5">100010101010011010</flowPara><flowPara
- id="flowPara8533-5">101010101001010110</flowPara><flowPara
- id="flowPara8535-9">010111010101011010</flowPara><flowPara
- id="flowPara8537-3">000101010000110001</flowPara><flowPara
- id="flowPara8617-9">101010110010101101</flowPara><flowPara
- id="flowPara8619-0">101010111010101011</flowPara></flowRoot> </g>
- <rect
- y="902.36218"
- x="1020"
- height="110"
- width="130"
- id="rect9570"
- style="opacity:0.15;color:#000000;fill:none;stroke:none;stroke-width:4;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
- </g>
- <path
- style="color:#000000;fill:none;stroke:#222222;stroke-width:4;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate;opacity:0.50000000000000000;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0"
- d="m 1142,882.36218 c 0,0 3,2 8,2 5,0 8,-2 8,-2"
- id="path8488"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="csc" />
- <path
- transform="matrix(2,0,0,2,-1441,832.36218)"
- d="m 1305,17.5 a 2.5,2.5 0 1 1 -5,0 2.5,2.5 0 1 1 5,0 z"
- sodipodi:ry="2.5"
- sodipodi:rx="2.5"
- sodipodi:cy="17.5"
- sodipodi:cx="1302.5"
- id="path8131-0"
- style="opacity:0.5;color:#000000;fill:#222222;fill-opacity:1;stroke:none;stroke-width:8;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
- sodipodi:type="arc" />
- <path
- transform="matrix(2,0,0,2,-1467,832.36218)"
- d="m 1305,17.5 a 2.5,2.5 0 1 1 -5,0 2.5,2.5 0 1 1 5,0 z"
- sodipodi:ry="2.5"
- sodipodi:rx="2.5"
- sodipodi:cy="17.5"
- sodipodi:cx="1302.5"
- id="path8157-4"
- style="opacity:0.5;color:#000000;fill:#222222;fill-opacity:1;stroke:none;stroke-width:8;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
- sodipodi:type="arc" />
- <path
- sodipodi:open="true"
- sodipodi:end="6.2831853"
- sodipodi:start="3.1415927"
- transform="matrix(1.5000002,0,0,1.5,-649.00018,763.86218)"
- d="M 1126,118.99999 A 110,110 0 0 1 1346,119"
- sodipodi:ry="110"
- sodipodi:rx="110"
- sodipodi:cy="119"
- sodipodi:cx="1236"
- id="path7176-1"
- style="color:#000000;fill:url(#radialGradient14955);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:4;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
- sodipodi:type="arc" />
- </g>
- <g
- inkscape:groupmode="layer"
- id="layer2"
- inkscape:label="blahh"
- style="display:none"
- sodipodi:insensitive="true"
- transform="translate(-820,110)">
- <image
- y="-104.56463"
- x="967.5"
- id="image7297"
- xlink:href="file:///Users/saman/Desktop/Screen%20Shot%202013-07-30%20at%204.21.02%20PM.png"
- height="361.12924"
- width="381"
- style="opacity:0.25" />
- </g>
-</svg>
+<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="530" height="200"><style><![CDATA[.E{stroke-width:4}.F{filter:url(#filter7542-4-8-0)}.G{fill:#9ed184}.H{fill-rule:nonzero}]]></style><defs><filter id="A" x="-.157" width="1.313" y="-.313" height="1.627"><feGaussianBlur stdDeviation="1.306"/></filter><linearGradient id="B" x1="1225.688" y1="36.5" x2="1225.688" y2="119" xlink:href="#R"><stop offset="0" stop-color="#b2dbea"/><stop offset="1" stop-color="#7092ff"/></linearGradient><clipPath id="C"><path d="M 1126,118.99999 A 110,110 0 0 1 1346,119" transform="matrix(1.454546 0 0 1.454546 -611.81823 -534.09093)" fill="#000" stroke="none" fill-opacity="1" class="E H"/></clipPath><linearGradient id="D" x1="1184" y1="-405" x2="1184" y2="-533.035" xlink:href="#R"><stop offset="0" stop-color="#fff"/><stop offset="1" stop-color="#fff" stop-opacity="0"/></linearGradient><clipPath id="E"><path transform="matrix(1.454546 0 0 1.454546 -622.81822 -83.09091)" d="M 1126,118.99999 A 110,110 0 0 1 1346,119" fill="#c5c5d7" stroke="none" fill-opacity="1" class="E H"/></clipPath><filter id="F" color-interpolation-filters="sRGB" x="-.046" y="-.087" width="1.091" height="1.174"><feGaussianBlur stdDeviation="5.813"/></filter><linearGradient id="G" x1="307" y1="200" x2="307" y2="60.267" xlink:href="#R"><stop offset="0" stop-color="#cbeea7"/><stop offset="1" stop-color="#cee8c1"/></linearGradient><linearGradient y2="942.362" x2="1254.219" y1="789.359" x1="1254.219" id="H" xlink:href="#R"><stop offset="0" stop-color="#222"/><stop offset="1" stop-color="#adadc6" stop-opacity="0"/></linearGradient><radialGradient r="110" fy="124.603" fx="1218.2" cy="124.603" cx="1218.2" gradientTransform="matrix(8.9292362e-8,-1.09375,1.0937499,1.4609618e-6,1099.715,1451.4055)" id="I" xlink:href="#R"><stop offset="0" stop-color="#ccf1ff" stop-opacity="0"/><stop offset=".857" stop-color="#ccf1ff" stop-opacity="0"/><stop offset="1" stop-color="#789afb"/></radialGradient><path id="J" d="M1023.754-506.266h4.834v-14.194l-4.497 1.113v-3.896l4.526-1.084h4.175v18.062h4.834v3.809h-13.872z"/><path id="K" d="M1040.863-513.37q0-5.684 1.802-8.511 1.802-2.842 5.42-2.842 3.633 0 5.435 2.827 1.802 2.827 1.802 8.525 0 5.684-1.802 8.511-1.802 2.827-5.435 2.827-3.618 0-5.42-2.827-1.802-2.842-1.802-8.511zm5.039 5.845q.688 1.831 2.183 1.831 1.509 0 2.197-1.831.688-1.831.688-5.845 0-1.523-.102-2.725l-5.112 8.145q.073.234.146.425zm2.183-13.535q-1.494 0-2.183 1.831-.688 1.831-.688 5.859 0 1.245.059 2.271l5.039-8.042q-.015-.044-.029-.088-.688-1.831-2.197-1.831z"/><path id="L" d="M1076.986-513.37q0-5.684 1.802-8.511 1.802-2.842 5.42-2.842 3.633 0 5.435 2.827 1.802 2.827 1.802 8.525 0 5.684-1.802 8.511-1.802 2.827-5.435 2.827-3.618 0-5.42-2.827-1.802-2.842-1.802-8.511zm5.039 5.845q.688 1.831 2.183 1.831 1.509 0 2.197-1.831.688-1.831.688-5.845 0-1.523-.103-2.725l-5.112 8.145q.073.234.147.425zm2.183-13.535q-1.494 0-2.183 1.831-.688 1.831-.688 5.859 0 1.245.059 2.271l5.039-8.042q-.015-.044-.029-.088-.688-1.831-2.197-1.831z"/><path id="M" d="M1096-506.266h4.834v-14.194l-4.497 1.113v-3.896l4.526-1.084h4.175v18.062h4.834v3.809H1096z"/><path id="N" d="M1149.232-513.37q0-5.684 1.802-8.511 1.802-2.842 5.42-2.842 3.633 0 5.435 2.827 1.802 2.827 1.802 8.525 0 5.684-1.802 8.511-1.802 2.827-5.435 2.827-3.618 0-5.42-2.827-1.802-2.842-1.802-8.511zm5.039 5.845q.688 1.831 2.183 1.831 1.509 0 2.197-1.831.688-1.831.688-5.845 0-1.523-.102-2.725l-5.112 8.145q.073.234.147.425zm2.183-13.535q-1.494 0-2.183 1.831-.688 1.831-.688 5.859 0 1.245.059 2.271l5.039-8.042q-.015-.044-.029-.088-.688-1.831-2.197-1.831z"/><path id="O" d="M1185.356-513.37q0-5.684 1.802-8.511 1.802-2.842 5.42-2.842 3.633 0 5.435 2.827 1.802 2.827 1.802 8.525 0 5.684-1.802 8.511-1.802 2.827-5.435 2.827-3.618 0-5.42-2.827-1.802-2.842-1.802-8.511zm5.039 5.845q.688 1.831 2.183 1.831 1.509 0 2.197-1.831.688-1.831.688-5.845 0-1.523-.102-2.725l-5.112 8.145q.073.234.147.425zm2.183-13.535q-1.494 0-2.183 1.831-.688 1.831-.688 5.859 0 1.245.058 2.271l5.039-8.042q-.015-.044-.029-.088-.688-1.831-2.197-1.831z"/><path id="P" d="M1330.8-506.266h4.834v-14.194l-4.497 1.113v-3.896l4.526-1.084h4.175v18.062h4.834v3.809H1330.8z"/><path id="Q" d="M1285 897.362l-15 15h-20l10 10h20l5-5h10l10 10v10h5l10-10h15.969v-15l-25.969-15z"/><linearGradient id="R" gradientUnits="userSpaceOnUse"/><path id="S" d="M1059.877-506.266h4.834v-14.194l-4.497 1.113v-3.896l4.526-1.084h4.175v18.062h4.834v3.809h-13.872z"/><path id="T" d="M1113.109-513.37q0-5.684 1.802-8.511 1.802-2.842 5.42-2.842 3.633 0 5.435 2.827 1.802 2.827 1.802 8.525 0 5.684-1.802 8.511-1.802 2.827-5.435 2.827-3.618 0-5.42-2.827-1.802-2.842-1.802-8.511zm5.039 5.845q.688 1.831 2.183 1.831 1.509 0 2.197-1.831.688-1.831.688-5.845 0-1.523-.102-2.725l-5.112 8.145q.073.234.146.425zm2.183-13.535q-1.494 0-2.183 1.831-.688 1.831-.688 5.859 0 1.245.059 2.271l5.039-8.042q-.015-.044-.029-.088-.688-1.831-2.197-1.831z"/><path id="U" d="M1221.479-513.37q0-5.684 1.802-8.511 1.802-2.842 5.42-2.842 3.633 0 5.435 2.827 1.802 2.827 1.802 8.525 0 5.684-1.802 8.511-1.802 2.827-5.435 2.827-3.618 0-5.42-2.827-1.802-2.842-1.802-8.511zm5.039 5.845q.688 1.831 2.183 1.831 1.509 0 2.197-1.831.688-1.831.688-5.845 0-1.523-.102-2.725l-5.112 8.145q.073.234.147.425zm2.183-13.535q-1.494 0-2.183 1.831-.688 1.831-.688 5.859 0 1.245.059 2.271l5.039-8.042q-.015-.044-.029-.088-.688-1.831-2.197-1.831z"/><path id="V" d="M1257.602-513.37q0-5.684 1.802-8.511 1.802-2.842 5.42-2.842 3.633 0 5.435 2.827 1.802 2.827 1.802 8.525 0 5.684-1.802 8.511-1.802 2.827-5.435 2.827-3.618 0-5.42-2.827-1.802-2.842-1.802-8.511zm5.039 5.845q.688 1.831 2.183 1.831 1.509 0 2.197-1.831.688-1.831.688-5.845 0-1.523-.103-2.725l-5.112 8.145q.073.234.147.425zm2.183-13.535q-1.494 0-2.183 1.831-.688 1.831-.688 5.859 0 1.245.059 2.271l5.039-8.042q-.015-.044-.029-.088-.688-1.831-2.197-1.831z"/><path id="W" d="M1096-468.766h4.834v-14.194l-4.497 1.113v-3.896l4.526-1.084h4.175v18.062h4.834v3.809H1096z"/><path id="X" d="M1185.356-475.87q0-5.684 1.802-8.511 1.802-2.842 5.42-2.842 3.633 0 5.435 2.827 1.802 2.827 1.802 8.525 0 5.684-1.802 8.511-1.802 2.827-5.435 2.827-3.618 0-5.42-2.827-1.802-2.842-1.802-8.511zm5.039 5.845q.688 1.831 2.183 1.831 1.509 0 2.197-1.831.688-1.831.688-5.845 0-1.523-.102-2.725l-5.112 8.145q.073.234.147.425zm2.183-13.535q-1.494 0-2.183 1.831-.688 1.831-.688 5.859 0 1.245.058 2.271l5.039-8.042q-.015-.044-.029-.088-.688-1.831-2.197-1.831z"/><path id="Y" d="M1330.8-356.266h4.834v-14.194l-4.497 1.113v-3.896l4.526-1.084h4.175v18.062h4.834v3.809H1330.8z"/><linearGradient xlink:href="#D" id="Z"/><linearGradient xlink:href="#D" /><linearGradient id="b" x1="1127" y1="942.362" x2="1127" y2="802.63" xlink:href="#R"><stop offset="0" stop-color="#cbeea7"/><stop offset="1" stop-color="#cee8c1"/></linearGradient><path id="c" d="M1132.123-506.266h4.834v-14.194l-4.497 1.113v-3.896l4.526-1.084h4.175v18.062h4.834v3.809h-13.872z"/><path id="d" d="M1275.663-513.37q0-5.684 1.802-8.511 1.802-2.842 5.42-2.842 3.633 0 5.435 2.827 1.802 2.827 1.802 8.525 0 5.684-1.802 8.511-1.802 2.827-5.435 2.827-3.618 0-5.42-2.827-1.802-2.842-1.802-8.511zm5.039 5.845q.688 1.831 2.183 1.831 1.509 0 2.197-1.831.688-1.831.688-5.845 0-1.523-.102-2.725l-5.112 8.145q.073.234.146.425zm2.183-13.535q-1.494 0-2.183 1.831-.688 1.831-.688 5.859 0 1.245.059 2.271l5.039-8.042q-.015-.044-.029-.088-.688-1.831-2.197-1.831z"/><path id="e" d="M1293.725-513.37q0-5.684 1.802-8.511 1.802-2.842 5.42-2.842 3.633 0 5.435 2.827 1.802 2.827 1.802 8.525 0 5.684-1.802 8.511-1.802 2.827-5.435 2.827-3.618 0-5.42-2.827-1.802-2.842-1.802-8.511zm5.039 5.845q.688 1.831 2.183 1.831 1.509 0 2.197-1.831.688-1.831.688-5.845 0-1.523-.102-2.725l-5.112 8.145q.073.234.147.425zm2.183-13.535q-1.494 0-2.183 1.831-.688 1.831-.688 5.859 0 1.245.059 2.271l5.039-8.042q-.015-.044-.029-.088-.688-1.831-2.197-1.831z"/><path id="f" d="M1076.986-475.87q0-5.684 1.802-8.511 1.802-2.842 5.42-2.842 3.633 0 5.435 2.827 1.802 2.827 1.802 8.525 0 5.684-1.802 8.511-1.802 2.827-5.435 2.827-3.618 0-5.42-2.827-1.802-2.842-1.802-8.511zm5.039 5.845q.688 1.831 2.183 1.831 1.509 0 2.197-1.831.688-1.831.688-5.845 0-1.523-.103-2.725l-5.112 8.145q.073.234.147.425zm2.183-13.535q-1.494 0-2.183 1.831-.688 1.831-.688 5.859 0 1.245.059 2.271l5.039-8.042q-.015-.044-.029-.088-.688-1.831-2.197-1.831z"/><path id="g" d="M1096-431.266h4.834v-14.194l-4.497 1.113v-3.896l4.526-1.084h4.175v18.062h4.834v3.809H1096z"/><path id="h" d="M1185.356-438.37q0-5.684 1.802-8.511 1.802-2.842 5.42-2.842 3.633 0 5.435 2.827 1.802 2.827 1.802 8.525 0 5.684-1.802 8.511-1.802 2.827-5.435 2.827-3.618 0-5.42-2.827-1.802-2.842-1.802-8.511zm5.039 5.845q.688 1.831 2.183 1.831 1.509 0 2.197-1.831.688-1.831.688-5.845 0-1.523-.102-2.725l-5.112 8.145q.073.234.147.425zm2.183-13.535q-1.494 0-2.183 1.831-.688 1.831-.688 5.859 0 1.245.058 2.271l5.039-8.042q-.015-.044-.029-.088-.688-1.831-2.197-1.831z"/><path id="i" d="M1330.8-318.766h4.834v-14.194l-4.497 1.113v-3.896l4.526-1.084h4.175v18.062h4.834v3.809H1330.8z"/></defs><g transform="translate(-840 -742.362)"><path transform="matrix(1.5 0 0 1.5 -649.00018 763.86218)" d="M 1126,118.99999 A 110,110 0 0 1 1346,119" fill="url(#I)"/><path d="M964.625 854.8a4 4 0 0 0-3.844 3.563 4 4 0 0 0-5.937 4.344s.545 2.183 2.188 5.188 4.458 7.223 9.281 12.438a4.003 4.003 0 0 0 6.938-2.25 4.003 4.003 0 0 0 3.75.125l.219.688a4.003 4.003 0 1 0 7.563-2.625c-1.972-5.698-3.812-17.531-3.812-17.531a4 4 0 0 0-3.844-3.469 4 4 0 0 0-4.094 4.656 195.62 195.62 0 0 0 1.313 7.469c-2.087-2.643-3.459-4.782-4.312-6.344-1.295-2.37-1.375-3.062-1.375-3.062a4 4 0 0 0-4.031-3.187z" fill="#5e74ac" class="F"/><path d="M952.625 862.8a4 4 0 0 0-3.781 4.906s.545 2.183 2.188 5.188c1.41 2.58 3.707 6.05 7.375 10.281.112.129.198.276.313.406.113.137.224.285.344.406l.406.406.844.938a4.003 4.003 0 0 0 .656.562c5.987 6.043 9.082 9.019 11.688 10.906 5.068 3.672 10.794 9.231 29.469 15.594s46.943 9.604 85.469-.719a10.11 10.11 0 0 0 6.219-4.625c1.352-2.285 1.751-8.092 1.063-10.656a10.11 10.11 0 0 0-4.75-6.125c-2.315-1.301-5.17-1.652-7.719-.906-35.195 9.431-57.917 6.169-72.812 1.094s-18.163-6.308-22.25-11.219c-5.443-6.541-8.45-10.875-14.781-10.875h-8.125c-2.537 0-4.359.782-5.625 2l-.781-1.312c-1.295-2.37-1.375-3.062-1.375-3.062a4 4 0 0 0-4.031-3.187z" fill="#7693dc" class="F"/><path d="M975.266 833.362a7.5 7.5 0 0 0-7.5 7.5c0 4.142 7.5 10.5 7.5 10.5s7.5-6.358 7.5-10.5a7.5 7.5 0 0 0-7.5-7.5zm.234 4.5a3 3 0 1 1 0 6 3 3 0 1 1 0-6z" fill="#222"/><ellipse transform="matrix(.75 0 0 .5 258.75 862.36218)" cx="945" cy="25" rx="10" ry="5" fill="#3f4767" fill-opacity=".392" filter="url(#A)"/><path d="M983.25 851.862a3.75 3.75 0 0 0-3.75 3.75c0 .378.068.734.172 1.078l-9.344 9.344a3.7 3.7 0 0 0-1.078-.172 3.75 3.75 0 1 0 3.75 3.75 3.7 3.7 0 0 0-.172-1.078l9.344-9.344a3.7 3.7 0 0 0 1.078.172 3.75 3.75 0 1 0 0-7.5zm0 2.25a1.5 1.5 0 1 1 0 3 1.5 1.5 0 1 1 0-3zm-14 14a1.5 1.5 0 1 1 0 3 1.5 1.5 0 1 1 0-3zm-23.846-18.968a3.75 3.75 0 0 0-1.373 5.123c.718 1.244 2.046 1.916 3.388 1.869l3.438 5.954c-.712 1.138-.794 2.625-.076 3.869a3.75 3.75 0 0 0 5.123 1.373c1.244-.718 1.916-2.046 1.869-3.388l5.954-3.437c1.138.712 2.625.794 3.869.076a3.75 3.75 0 0 0 1.373-5.123c-.718-1.244-2.046-1.916-3.388-1.869l-3.437-5.954c.712-1.138.794-2.625.076-3.869a3.75 3.75 0 0 0-5.123-1.373c-1.259.727-1.925 2.078-1.859 3.437l-.105.006-5.859 3.383c-1.138-.712-2.625-.794-3.869-.076zm1.125 1.949a1.5 1.5 0 1 1 1.5 2.598 1.5 1.5 0 0 1-1.5-2.598zm11.691-6.75a1.5 1.5 0 1 1 1.5 2.598 1.5 1.5 0 1 1-1.5-2.598zm-7.198 7.908l5.954-3.437a3.8 3.8 0 0 0 2.134.572l3.438 5.954a3.79 3.79 0 0 0-.572 2.134l-5.954 3.437a3.79 3.79 0 0 0-2.134-.572l-3.438-5.954a3.8 3.8 0 0 0 .572-2.134zm2.256 10.533a1.5 1.5 0 0 1 1.5 2.598 1.5 1.5 0 1 1-1.5-2.598zm11.691-6.75a1.5 1.5 0 0 1 1.5 2.598 1.5 1.5 0 0 1-1.5-2.598z" fill="#222"/><path transform="matrix(1.454546 0 0 1.454546 -592.81822 769.27127)" d="M 1126,119 A 110,110 0 0 1 1236,9 110,110 0 0 1 1346,119" fill="url(#B)"/><g transform="translate(19 1303.362)" clip-path="url(#C)" opacity=".25"><use xlink:href="#J" fill="url(#Z)"/><use xlink:href="#K" fill="url(#Z)"/><use xlink:href="#S" fill="url(#Z)"/><use xlink:href="#L" fill="url(#Z)"/><use xlink:href="#M" fill="url(#Z)"/><use xlink:href="#T" fill="url(#Z)"/><use xlink:href="#c" fill="url(#Z)"/><use xlink:href="#N" fill="url(#Z)"/><path d="M1168.246-506.266h4.834v-14.194l-4.497 1.113v-3.896l4.526-1.084h4.175v18.062h4.834v3.809h-13.872z" fill="url(#Z)"/><use xlink:href="#O" fill="url(#Z)"/><path d="M1204.369-506.266h4.834v-14.194l-4.497 1.113v-3.896l4.526-1.084h4.175v18.062h4.834v3.809h-13.872z" fill="url(#Z)"/><use xlink:href="#U" fill="url(#Z)"/><path d="M1240.492-506.266h4.834v-14.194l-4.497 1.113v-3.896l4.526-1.084h4.175v18.062h4.834v3.809h-13.872z" fill="url(#Z)"/><use xlink:href="#V" fill="url(#Z)"/><use xlink:href="#d" fill="url(#Z)"/><use xlink:href="#e" fill="url(#Z)"/><path d="M1312.738-506.266h4.834v-14.194l-4.497 1.113v-3.896l4.526-1.084h4.175v18.062h4.834v3.809h-13.872z" fill="url(#Z)"/><use xlink:href="#P" fill="url(#Z)"/><path d="M1023.754-468.766h4.834v-14.194l-4.497 1.113v-3.896l4.526-1.084h4.175v18.062h4.834v3.809h-13.872z" fill="url(#Z)"/><path d="M1040.863-475.87q0-5.684 1.802-8.511 1.802-2.842 5.42-2.842 3.633 0 5.435 2.827 1.802 2.827 1.802 8.525 0 5.684-1.802 8.511-1.802 2.827-5.435 2.827-3.618 0-5.42-2.827-1.802-2.842-1.802-8.511zm5.039 5.845q.688 1.831 2.183 1.831 1.509 0 2.197-1.831.688-1.831.688-5.845 0-1.523-.102-2.725l-5.112 8.145q.073.234.146.425zm2.183-13.535q-1.494 0-2.183 1.831-.688 1.831-.688 5.859 0 1.245.059 2.271l5.039-8.042q-.015-.044-.029-.088-.688-1.831-2.197-1.831z" fill="url(#Z)"/><path d="M1058.925-475.87q0-5.684 1.802-8.511 1.802-2.842 5.42-2.842 3.633 0 5.435 2.827 1.802 2.827 1.802 8.525 0 5.684-1.802 8.511-1.802 2.827-5.435 2.827-3.618 0-5.42-2.827-1.802-2.842-1.802-8.511zm5.039 5.845q.688 1.831 2.183 1.831 1.509 0 2.197-1.831.688-1.831.688-5.845 0-1.523-.102-2.725l-5.112 8.145q.073.234.147.425zm2.183-13.535q-1.494 0-2.183 1.831-.688 1.831-.688 5.859 0 1.245.059 2.271l5.039-8.042q-.015-.044-.029-.088-.688-1.831-2.197-1.831z" fill="url(#Z)"/><use xlink:href="#f" fill="url(#Z)"/><use xlink:href="#W" fill="url(#Z)"/><path d="M1113.109-475.87q0-5.684 1.802-8.511 1.802-2.842 5.42-2.842 3.633 0 5.435 2.827 1.802 2.827 1.802 8.525 0 5.684-1.802 8.511-1.802 2.827-5.435 2.827-3.618 0-5.42-2.827-1.802-2.842-1.802-8.511zm5.039 5.845q.688 1.831 2.183 1.831 1.509 0 2.197-1.831.688-1.831.688-5.845 0-1.523-.102-2.725l-5.112 8.145q.073.234.146.425zm2.183-13.535q-1.494 0-2.183 1.831-.688 1.831-.688 5.859 0 1.245.059 2.271l5.039-8.042q-.015-.044-.029-.088-.688-1.831-2.197-1.831z" fill="url(#Z)"/><path d="M1132.123-468.766h4.834v-14.194l-4.497 1.113v-3.896l4.526-1.084h4.175v18.062h4.834v3.809h-13.872z" fill="url(#Z)"/><path d="M1149.232-475.87q0-5.684 1.802-8.511 1.802-2.842 5.42-2.842 3.633 0 5.435 2.827 1.802 2.827 1.802 8.525 0 5.684-1.802 8.511-1.802 2.827-5.435 2.827-3.618 0-5.42-2.827-1.802-2.842-1.802-8.511zm5.039 5.845q.688 1.831 2.183 1.831 1.509 0 2.197-1.831.688-1.831.688-5.845 0-1.523-.102-2.725l-5.112 8.145q.073.234.147.425zm2.183-13.535q-1.494 0-2.183 1.831-.688 1.831-.688 5.859 0 1.245.059 2.271l5.039-8.042q-.015-.044-.029-.088-.688-1.831-2.197-1.831z" fill="url(#Z)"/><path d="M1168.246-468.766h4.834v-14.194l-4.497 1.113v-3.896l4.526-1.084h4.175v18.062h4.834v3.809h-13.872z" fill="url(#Z)"/><use xlink:href="#X" fill="url(#Z)"/><path d="M1204.369-468.766h4.834v-14.194l-4.497 1.113v-3.896l4.526-1.084h4.175v18.062h4.834v3.809h-13.872z" fill="url(#Z)"/><path d="M1221.479-475.87q0-5.684 1.802-8.511 1.802-2.842 5.42-2.842 3.633 0 5.435 2.827 1.802 2.827 1.802 8.525 0 5.684-1.802 8.511-1.802 2.827-5.435 2.827-3.618 0-5.42-2.827-1.802-2.842-1.802-8.511zm5.039 5.845q.688 1.831 2.183 1.831 1.509 0 2.197-1.831.688-1.831.688-5.845 0-1.523-.102-2.725l-5.112 8.145q.073.234.147.425zm2.183-13.535q-1.494 0-2.183 1.831-.688 1.831-.688 5.859 0 1.245.059 2.271l5.039-8.042q-.015-.044-.029-.088-.688-1.831-2.197-1.831z" fill="url(#Z)"/><path d="M1239.54-475.87q0-5.684 1.802-8.511 1.802-2.842 5.42-2.842 3.633 0 5.435 2.827 1.802 2.827 1.802 8.525 0 5.684-1.802 8.511-1.802 2.827-5.435 2.827-3.618 0-5.42-2.827-1.802-2.842-1.802-8.511zm5.039 5.845q.688 1.831 2.183 1.831 1.509 0 2.197-1.831.688-1.831.688-5.845 0-1.523-.103-2.725l-5.112 8.145q.073.234.147.425zm2.183-13.535q-1.494 0-2.183 1.831-.688 1.831-.688 5.859 0 1.245.059 2.271l5.039-8.042q-.015-.044-.029-.088-.688-1.831-2.197-1.831z" fill="url(#Z)"/><path d="M1258.554-468.766h4.834v-14.194l-4.497 1.113v-3.896l4.526-1.084h4.175v18.062h4.834v3.809h-13.872z" fill="url(#Z)"/><path d="M1276.615-468.766h4.834v-14.194l-4.497 1.113v-3.896l4.526-1.084h4.175v18.062h4.834v3.809h-13.872z" fill="url(#Z)"/><path d="M1293.725-475.87q0-5.684 1.802-8.511 1.802-2.842 5.42-2.842 3.633 0 5.435 2.827 1.802 2.827 1.802 8.525 0 5.684-1.802 8.511-1.802 2.827-5.435 2.827-3.618 0-5.42-2.827-1.802-2.842-1.802-8.511zm5.039 5.845q.688 1.831 2.183 1.831 1.509 0 2.197-1.831.688-1.831.688-5.845 0-1.523-.102-2.725l-5.112 8.145q.073.234.147.425zm2.183-13.535q-1.494 0-2.183 1.831-.688 1.831-.688 5.859 0 1.245.059 2.271l5.039-8.042q-.015-.044-.029-.088-.688-1.831-2.197-1.831z" fill="url(#Z)"/><path d="M1312.738-468.766h4.834v-14.194l-4.497 1.113v-3.896l4.526-1.084h4.175v18.062h4.834v3.809h-13.872z" fill="url(#Z)"/><path d="M1329.848-475.87q0-5.684 1.802-8.511 1.802-2.842 5.42-2.842 3.633 0 5.435 2.827 1.802 2.827 1.802 8.525 0 5.684-1.802 8.511-1.802 2.827-5.435 2.827-3.618 0-5.42-2.827-1.802-2.842-1.802-8.511zm5.039 5.845q.688 1.831 2.183 1.831 1.509 0 2.197-1.831.688-1.831.688-5.845 0-1.523-.103-2.725l-5.112 8.145q.073.234.147.425zm2.183-13.535q-1.494 0-2.183 1.831-.688 1.831-.688 5.859 0 1.245.059 2.271l5.039-8.042q-.015-.044-.029-.088-.688-1.831-2.197-1.831z" fill="url(#Z)"/><path d="M1023.754-431.266h4.834v-14.194l-4.497 1.113v-3.896l4.526-1.084h4.175v18.062h4.834v3.809h-13.872z" fill="url(#Z)"/><path d="M1040.863-438.37q0-5.684 1.802-8.511 1.802-2.842 5.42-2.842 3.633 0 5.435 2.827 1.802 2.827 1.802 8.525 0 5.684-1.802 8.511-1.802 2.827-5.435 2.827-3.618 0-5.42-2.827-1.802-2.842-1.802-8.511zm5.039 5.845q.688 1.831 2.183 1.831 1.509 0 2.197-1.831.688-1.831.688-5.845 0-1.523-.102-2.725l-5.112 8.145q.073.234.146.425zm2.183-13.535q-1.494 0-2.183 1.831-.688 1.831-.688 5.859 0 1.245.059 2.271l5.039-8.042q-.015-.044-.029-.088-.688-1.831-2.197-1.831z" fill="url(#Z)"/><path d="M1059.877-431.266h4.834v-14.194l-4.497 1.113v-3.896l4.526-1.084h4.175v18.062h4.834v3.809h-13.872z" fill="url(#Z)"/><path d="M1076.986-438.37q0-5.684 1.802-8.511 1.802-2.842 5.42-2.842 3.633 0 5.435 2.827 1.802 2.827 1.802 8.525 0 5.684-1.802 8.511-1.802 2.827-5.435 2.827-3.618 0-5.42-2.827-1.802-2.842-1.802-8.511zm5.039 5.845q.688 1.831 2.183 1.831 1.509 0 2.197-1.831.688-1.831.688-5.845 0-1.523-.103-2.725l-5.112 8.145q.073.234.147.425zm2.183-13.535q-1.494 0-2.183 1.831-.688 1.831-.688 5.859 0 1.245.059 2.271l5.039-8.042q-.015-.044-.029-.088-.688-1.831-2.197-1.831z" fill="url(#Z)"/><use xlink:href="#g" fill="url(#Z)"/><path d="M1113.109-438.37q0-5.684 1.802-8.511 1.802-2.842 5.42-2.842 3.633 0 5.435 2.827 1.802 2.827 1.802 8.525 0 5.684-1.802 8.511-1.802 2.827-5.435 2.827-3.618 0-5.42-2.827-1.802-2.842-1.802-8.511zm5.039 5.845q.688 1.831 2.183 1.831 1.509 0 2.197-1.831.688-1.831.688-5.845 0-1.523-.102-2.725l-5.112 8.145q.073.234.146.425zm2.183-13.535q-1.494 0-2.183 1.831-.688 1.831-.688 5.859 0 1.245.059 2.271l5.039-8.042q-.015-.044-.029-.088-.688-1.831-2.197-1.831z" fill="url(#Z)"/><path d="M1132.123-431.266h4.834v-14.194l-4.497 1.113v-3.896l4.526-1.084h4.175v18.062h4.834v3.809h-13.872z" fill="url(#Z)"/><path d="M1149.232-438.37q0-5.684 1.802-8.511 1.802-2.842 5.42-2.842 3.633 0 5.435 2.827 1.802 2.827 1.802 8.525 0 5.684-1.802 8.511-1.802 2.827-5.435 2.827-3.618 0-5.42-2.827-1.802-2.842-1.802-8.511zm5.039 5.845q.688 1.831 2.183 1.831 1.509 0 2.197-1.831.688-1.831.688-5.845 0-1.523-.102-2.725l-5.112 8.145q.073.234.147.425zm2.183-13.535q-1.494 0-2.183 1.831-.688 1.831-.688 5.859 0 1.245.059 2.271l5.039-8.042q-.015-.044-.029-.088-.688-1.831-2.197-1.831z" fill="url(#Z)"/><path d="M1168.246-431.266h4.834v-14.194l-4.497 1.113v-3.896l4.526-1.084h4.175v18.062h4.834v3.809h-13.872z" fill="url(#Z)"/><use xlink:href="#h" fill="url(#Z)"/><path d="M1203.417-438.37q0-5.684 1.802-8.511 1.802-2.842 5.42-2.842 3.633 0 5.435 2.827 1.802 2.827 1.802 8.525 0 5.684-1.802 8.511-1.802 2.827-5.435 2.827-3.618 0-5.42-2.827-1.802-2.842-1.802-8.511zm5.039 5.845q.688 1.831 2.183 1.831 1.509 0 2.197-1.831.688-1.831.688-5.845 0-1.523-.102-2.725l-5.112 8.145q.073.234.147.425zm2.183-13.535q-1.494 0-2.183 1.831-.688 1.831-.688 5.859 0 1.245.059 2.271l5.039-8.042q-.015-.044-.029-.088-.688-1.831-2.197-1.831z" fill="url(#Z)"/><path d="M1222.431-431.266h4.834v-14.194l-4.497 1.113v-3.896l4.526-1.084h4.175v18.062h4.834v3.809h-13.872z" fill="url(#Z)"/><path d="M1239.54-438.37q0-5.684 1.802-8.511 1.802-2.842 5.42-2.842 3.633 0 5.435 2.827 1.802 2.827 1.802 8.525 0 5.684-1.802 8.511-1.802 2.827-5.435 2.827-3.618 0-5.42-2.827-1.802-2.842-1.802-8.511zm5.039 5.845q.688 1.831 2.183 1.831 1.509 0 2.197-1.831.688-1.831.688-5.845 0-1.523-.103-2.725l-5.112 8.145q.073.234.147.425zm2.183-13.535q-1.494 0-2.183 1.831-.688 1.831-.688 5.859 0 1.245.059 2.271l5.039-8.042q-.015-.044-.029-.088-.688-1.831-2.197-1.831z" fill="url(#Z)"/><path d="M1258.554-431.266h4.834v-14.194l-4.497 1.113v-3.896l4.526-1.084h4.175v18.062h4.834v3.809h-13.872z" fill="url(#Z)"/><path d="M1275.663-438.37q0-5.684 1.802-8.511 1.802-2.842 5.42-2.842 3.633 0 5.435 2.827 1.802 2.827 1.802 8.525 0 5.684-1.802 8.511-1.802 2.827-5.435 2.827-3.618 0-5.42-2.827-1.802-2.842-1.802-8.511zm5.039 5.845q.688 1.831 2.183 1.831 1.509 0 2.197-1.831.688-1.831.688-5.845 0-1.523-.102-2.725l-5.112 8.145q.073.234.146.425zm2.183-13.535q-1.494 0-2.183 1.831-.688 1.831-.688 5.859 0 1.245.059 2.271l5.039-8.042q-.015-.044-.029-.088-.688-1.831-2.197-1.831z" fill="url(#Z)"/><path d="M1294.677-431.266h4.834v-14.194l-4.497 1.113v-3.896l4.526-1.084h4.175v18.062h4.834v3.809h-13.872z" fill="url(#Z)"/><path d="M1312.738-431.266h4.834v-14.194l-4.497 1.113v-3.896l4.526-1.084h4.175v18.062h4.834v3.809h-13.872z" fill="url(#Z)"/><path d="M1329.848-438.37q0-5.684 1.802-8.511 1.802-2.842 5.42-2.842 3.633 0 5.435 2.827 1.802 2.827 1.802 8.525 0 5.684-1.802 8.511-1.802 2.827-5.435 2.827-3.618 0-5.42-2.827-1.802-2.842-1.802-8.511zm5.039 5.845q.688 1.831 2.183 1.831 1.509 0 2.197-1.831.688-1.831.688-5.845 0-1.523-.103-2.725l-5.112 8.145q.073.234.147.425zm2.183-13.535q-1.494 0-2.183 1.831-.688 1.831-.688 5.859 0 1.245.059 2.271l5.039-8.042q-.015-.044-.029-.088-.688-1.831-2.197-1.831z" fill="url(#Z)"/><path d="M1022.802-400.87q0-5.684 1.802-8.511 1.802-2.842 5.42-2.842 3.633 0 5.435 2.827 1.802 2.827 1.802 8.525 0 5.684-1.802 8.511-1.802 2.827-5.435 2.827-3.618 0-5.42-2.827-1.802-2.842-1.802-8.511zm5.039 5.845q.688 1.831 2.183 1.831 1.509 0 2.197-1.831.688-1.831.688-5.845 0-1.523-.103-2.725l-5.112 8.145q.073.234.147.425zm2.183-13.535q-1.494 0-2.183 1.831-.688 1.831-.688 5.859 0 1.245.059 2.271l5.039-8.042q-.015-.044-.029-.088-.688-1.831-2.197-1.831z" fill="url(#Z)"/><path d="M1041.815-393.766h4.834v-14.194l-4.497 1.113v-3.896l4.526-1.084h4.175v18.062h4.834v3.809h-13.872z" fill="url(#Z)"/><path d="M1058.925-400.87q0-5.684 1.802-8.511 1.802-2.842 5.42-2.842 3.633 0 5.435 2.827 1.802 2.827 1.802 8.525 0 5.684-1.802 8.511-1.802 2.827-5.435 2.827-3.618 0-5.42-2.827-1.802-2.842-1.802-8.511zm5.039 5.845q.688 1.831 2.183 1.831 1.509 0 2.197-1.831.688-1.831.688-5.845 0-1.523-.102-2.725l-5.112 8.145q.073.234.147.425zm2.183-13.535q-1.494 0-2.183 1.831-.688 1.831-.688 5.859 0 1.245.059 2.271l5.039-8.042q-.015-.044-.029-.088-.688-1.831-2.197-1.831z" fill="url(#Z)"/><path d="M1077.939-393.766h4.834v-14.194l-4.497 1.113v-3.896l4.526-1.084h4.175v18.062h4.834v3.809h-13.872z" fill="url(#Z)"/><path d="M1096-393.766h4.834v-14.194l-4.497 1.113v-3.896l4.526-1.084h4.175v18.062h4.834v3.809H1096z" fill="url(#Z)"/><path d="M1114.062-393.766h4.834v-14.194l-4.497 1.113v-3.896l4.526-1.084h4.175v18.062h4.834v3.809h-13.872z" fill="url(#Z)"/><path d="M1131.171-400.87q0-5.684 1.802-8.511 1.802-2.842 5.42-2.842 3.633 0 5.435 2.827 1.802 2.827 1.802 8.525 0 5.684-1.802 8.511-1.802 2.827-5.435 2.827-3.618 0-5.42-2.827-1.802-2.842-1.802-8.511zm5.039 5.845q.688 1.831 2.183 1.831 1.509 0 2.197-1.831.688-1.831.688-5.845 0-1.523-.102-2.725l-5.112 8.145q.073.234.147.425zm2.183-13.535q-1.494 0-2.183 1.831-.688 1.831-.688 5.859 0 1.245.059 2.271l5.039-8.042q-.015-.044-.029-.088-.688-1.831-2.197-1.831z" fill="url(#Z)"/><path d="M1150.185-393.766h4.834v-14.194l-4.497 1.113v-3.896l4.526-1.084h4.175v18.062h4.834v3.809h-13.872z" fill="url(#Z)"/><path d="M1167.294-400.87q0-5.684 1.802-8.511 1.802-2.842 5.42-2.842 3.633 0 5.435 2.827 1.802 2.827 1.802 8.525 0 5.684-1.802 8.511-1.802 2.827-5.435 2.827-3.618 0-5.42-2.827-1.802-2.842-1.802-8.511zm5.039 5.845q.688 1.831 2.183 1.831 1.509 0 2.197-1.831.688-1.831.688-5.845 0-1.523-.103-2.725l-5.112 8.145q.073.234.147.425zm2.183-13.535q-1.494 0-2.183 1.831-.688 1.831-.688 5.859 0 1.245.059 2.271l5.039-8.042q-.015-.044-.029-.088-.688-1.831-2.197-1.831z" fill="url(#Z)"/><path d="M1186.308-393.766h4.834v-14.194l-4.497 1.113v-3.896l4.526-1.084h4.175v18.062h4.834v3.809h-13.872z" fill="url(#Z)"/><path d="M1203.417-400.87q0-5.684 1.802-8.511 1.802-2.842 5.42-2.842 3.633 0 5.435 2.827 1.802 2.827 1.802 8.525 0 5.684-1.802 8.511-1.802 2.827-5.435 2.827-3.618 0-5.42-2.827-1.802-2.842-1.802-8.511zm5.039 5.845q.688 1.831 2.183 1.831 1.509 0 2.197-1.831.688-1.831.688-5.845 0-1.523-.102-2.725l-5.112 8.145q.073.234.147.425zm2.183-13.535q-1.494 0-2.183 1.831-.688 1.831-.688 5.859 0 1.245.059 2.271l5.039-8.042q-.015-.044-.029-.088-.688-1.831-2.197-1.831z" fill="url(#Z)"/><path d="M1222.431-393.766h4.834v-14.194l-4.497 1.113v-3.896l4.526-1.084h4.175v18.062h4.834v3.809h-13.872z" fill="url(#Z)"/><path d="M1239.54-400.87q0-5.684 1.802-8.511 1.802-2.842 5.42-2.842 3.633 0 5.435 2.827 1.802 2.827 1.802 8.525 0 5.684-1.802 8.511-1.802 2.827-5.435 2.827-3.618 0-5.42-2.827-1.802-2.842-1.802-8.511zm5.039 5.845q.688 1.831 2.183 1.831 1.509 0 2.197-1.831.688-1.831.688-5.845 0-1.523-.103-2.725l-5.112 8.145q.073.234.147.425zm2.183-13.535q-1.494 0-2.183 1.831-.688 1.831-.688 5.859 0 1.245.059 2.271l5.039-8.042q-.015-.044-.029-.088-.688-1.831-2.197-1.831z" fill="url(#Z)"/><path d="M1258.554-393.766h4.834v-14.194l-4.497 1.113v-3.896l4.526-1.084h4.175v18.062h4.834v3.809h-13.872z" fill="url(#Z)"/><path d="M1276.615-393.766h4.834v-14.194l-4.497 1.113v-3.896l4.526-1.084h4.175v18.062h4.834v3.809h-13.872z" fill="url(#Z)"/><path d="M1293.725-400.87q0-5.684 1.802-8.511 1.802-2.842 5.42-2.842 3.633 0 5.435 2.827 1.802 2.827 1.802 8.525 0 5.684-1.802 8.511-1.802 2.827-5.435 2.827-3.618 0-5.42-2.827-1.802-2.842-1.802-8.511zm5.039 5.845q.688 1.831 2.183 1.831 1.509 0 2.197-1.831.688-1.831.688-5.845 0-1.523-.102-2.725l-5.112 8.145q.073.234.147.425zm2.183-13.535q-1.494 0-2.183 1.831-.688 1.831-.688 5.859 0 1.245.059 2.271l5.039-8.042q-.015-.044-.029-.088-.688-1.831-2.197-1.831z" fill="url(#Z)"/><path d="M1312.738-393.766h4.834v-14.194l-4.497 1.113v-3.896l4.526-1.084h4.175v18.062h4.834v3.809h-13.872z" fill="url(#Z)"/><path d="M1329.848-400.87q0-5.684 1.802-8.511 1.802-2.842 5.42-2.842 3.633 0 5.435 2.827 1.802 2.827 1.802 8.525 0 5.684-1.802 8.511-1.802 2.827-5.435 2.827-3.618 0-5.42-2.827-1.802-2.842-1.802-8.511zm5.039 5.845q.688 1.831 2.183 1.831 1.509 0 2.197-1.831.688-1.831.688-5.845 0-1.523-.103-2.725l-5.112 8.145q.073.234.147.425zm2.183-13.535q-1.494 0-2.183 1.831-.688 1.831-.688 5.859 0 1.245.059 2.271l5.039-8.042q-.015-.044-.029-.088-.688-1.831-2.197-1.831z" fill="url(#Z)"/><path d="M1022.802-363.37q0-5.684 1.802-8.511 1.802-2.842 5.42-2.842 3.633 0 5.435 2.827 1.802 2.827 1.802 8.525 0 5.684-1.802 8.511-1.802 2.827-5.435 2.827-3.618 0-5.42-2.827-1.802-2.842-1.802-8.511zm5.039 5.845q.688 1.831 2.183 1.831 1.509 0 2.197-1.831.688-1.831.688-5.845 0-1.523-.103-2.725l-5.112 8.145q.073.234.147.425zm2.183-13.535q-1.494 0-2.183 1.831-.688 1.831-.688 5.859 0 1.245.059 2.271l5.039-8.042q-.015-.044-.029-.088-.688-1.831-2.197-1.831z" fill="url(#Z)"/><path d="M1040.863-363.37q0-5.684 1.802-8.511 1.802-2.842 5.42-2.842 3.633 0 5.435 2.827 1.802 2.827 1.802 8.525 0 5.684-1.802 8.511-1.802 2.827-5.435 2.827-3.618 0-5.42-2.827-1.802-2.842-1.802-8.511zm5.039 5.845q.688 1.831 2.183 1.831 1.509 0 2.197-1.831.688-1.831.688-5.845 0-1.523-.102-2.725l-5.112 8.145q.073.234.146.425zm2.183-13.535q-1.494 0-2.183 1.831-.688 1.831-.688 5.859 0 1.245.059 2.271l5.039-8.042q-.015-.044-.029-.088-.688-1.831-2.197-1.831z" fill="url(#Z)"/><path d="M1058.925-363.37q0-5.684 1.802-8.511 1.802-2.842 5.42-2.842 3.633 0 5.435 2.827 1.802 2.827 1.802 8.525 0 5.684-1.802 8.511-1.802 2.827-5.435 2.827-3.618 0-5.42-2.827-1.802-2.842-1.802-8.511zm5.039 5.845q.688 1.831 2.183 1.831 1.509 0 2.197-1.831.688-1.831.688-5.845 0-1.523-.102-2.725l-5.112 8.145q.073.234.147.425zm2.183-13.535q-1.494 0-2.183 1.831-.688 1.831-.688 5.859 0 1.245.059 2.271l5.039-8.042q-.015-.044-.029-.088-.688-1.831-2.197-1.831z" fill="url(#Z)"/><path d="M1077.939-356.266h4.834v-14.194l-4.497 1.113v-3.896l4.526-1.084h4.175v18.062h4.834v3.809h-13.872z" fill="url(#Z)"/><path d="M1095.048-363.37q0-5.684 1.802-8.511 1.802-2.842 5.42-2.842 3.633 0 5.435 2.827 1.802 2.827 1.802 8.525 0 5.684-1.802 8.511-1.802 2.827-5.435 2.827-3.618 0-5.42-2.827-1.802-2.842-1.802-8.511zm5.039 5.845q.688 1.831 2.183 1.831 1.509 0 2.197-1.831.688-1.831.688-5.845 0-1.523-.103-2.725l-5.112 8.145q.073.234.147.425zm2.183-13.535q-1.494 0-2.183 1.831-.688 1.831-.688 5.859 0 1.245.059 2.271l5.039-8.042q-.015-.044-.029-.088-.688-1.831-2.197-1.831z" fill="url(#Z)"/><path d="M1114.062-356.266h4.834v-14.194l-4.497 1.113v-3.896l4.526-1.084h4.175v18.062h4.834v3.809h-13.872z" fill="url(#Z)"/><path d="M1131.171-363.37q0-5.684 1.802-8.511 1.802-2.842 5.42-2.842 3.633 0 5.435 2.827 1.802 2.827 1.802 8.525 0 5.684-1.802 8.511-1.802 2.827-5.435 2.827-3.618 0-5.42-2.827-1.802-2.842-1.802-8.511zm5.039 5.845q.688 1.831 2.183 1.831 1.509 0 2.197-1.831.688-1.831.688-5.845 0-1.523-.102-2.725l-5.112 8.145q.073.234.147.425zm2.183-13.535q-1.494 0-2.183 1.831-.688 1.831-.688 5.859 0 1.245.059 2.271l5.039-8.042q-.015-.044-.029-.088-.688-1.831-2.197-1.831z" fill="url(#Z)"/><path d="M1150.185-356.266h4.834v-14.194l-4.497 1.113v-3.896l4.526-1.084h4.175v18.062h4.834v3.809h-13.872z" fill="url(#Z)"/><path d="M1167.294-363.37q0-5.684 1.802-8.511 1.802-2.842 5.42-2.842 3.633 0 5.435 2.827 1.802 2.827 1.802 8.525 0 5.684-1.802 8.511-1.802 2.827-5.435 2.827-3.618 0-5.42-2.827-1.802-2.842-1.802-8.511zm5.039 5.845q.688 1.831 2.183 1.831 1.509 0 2.197-1.831.688-1.831.688-5.845 0-1.523-.103-2.725l-5.112 8.145q.073.234.147.425zm2.183-13.535q-1.494 0-2.183 1.831-.688 1.831-.688 5.859 0 1.245.059 2.271l5.039-8.042q-.015-.044-.029-.088-.688-1.831-2.197-1.831z" fill="url(#Z)"/><path d="M1185.356-363.37q0-5.684 1.802-8.511 1.802-2.842 5.42-2.842 3.633 0 5.435 2.827 1.802 2.827 1.802 8.525 0 5.684-1.802 8.511-1.802 2.827-5.435 2.827-3.618 0-5.42-2.827-1.802-2.842-1.802-8.511zm5.039 5.845q.688 1.831 2.183 1.831 1.509 0 2.197-1.831.688-1.831.688-5.845 0-1.523-.102-2.725l-5.112 8.145q.073.234.147.425zm2.183-13.535q-1.494 0-2.183 1.831-.688 1.831-.688 5.859 0 1.245.058 2.271l5.039-8.042q-.015-.044-.029-.088-.688-1.831-2.197-1.831z" fill="url(#Z)"/><path d="M1203.417-363.37q0-5.684 1.802-8.511 1.802-2.842 5.42-2.842 3.633 0 5.435 2.827 1.802 2.827 1.802 8.525 0 5.684-1.802 8.511-1.802 2.827-5.435 2.827-3.618 0-5.42-2.827-1.802-2.842-1.802-8.511zm5.039 5.845q.688 1.831 2.183 1.831 1.509 0 2.197-1.831.688-1.831.688-5.845 0-1.523-.102-2.725l-5.112 8.145q.073.234.147.425zm2.183-13.535q-1.494 0-2.183 1.831-.688 1.831-.688 5.859 0 1.245.059 2.271l5.039-8.042q-.015-.044-.029-.088-.688-1.831-2.197-1.831z" fill="url(#Z)"/><path d="M1221.479-363.37q0-5.684 1.802-8.511 1.802-2.842 5.42-2.842 3.633 0 5.435 2.827 1.802 2.827 1.802 8.525 0 5.684-1.802 8.511-1.802 2.827-5.435 2.827-3.618 0-5.42-2.827-1.802-2.842-1.802-8.511zm5.039 5.845q.688 1.831 2.183 1.831 1.509 0 2.197-1.831.688-1.831.688-5.845 0-1.523-.102-2.725l-5.112 8.145q.073.234.147.425zm2.183-13.535q-1.494 0-2.183 1.831-.688 1.831-.688 5.859 0 1.245.059 2.271l5.039-8.042q-.015-.044-.029-.088-.688-1.831-2.197-1.831z" fill="url(#Z)"/><path d="M1240.492-356.266h4.834v-14.194l-4.497 1.113v-3.896l4.526-1.084h4.175v18.062h4.834v3.809h-13.872z" fill="url(#Z)"/><path d="M1258.554-356.266h4.834v-14.194l-4.497 1.113v-3.896l4.526-1.084h4.175v18.062h4.834v3.809h-13.872z" fill="url(#Z)"/><path d="M1275.663-363.37q0-5.684 1.802-8.511 1.802-2.842 5.42-2.842 3.633 0 5.435 2.827 1.802 2.827 1.802 8.525 0 5.684-1.802 8.511-1.802 2.827-5.435 2.827-3.618 0-5.42-2.827-1.802-2.842-1.802-8.511zm5.039 5.845q.688 1.831 2.183 1.831 1.509 0 2.197-1.831.688-1.831.688-5.845 0-1.523-.102-2.725l-5.112 8.145q.073.234.146.425zm2.183-13.535q-1.494 0-2.183 1.831-.688 1.831-.688 5.859 0 1.245.059 2.271l5.039-8.042q-.015-.044-.029-.088-.688-1.831-2.197-1.831z" fill="url(#Z)"/><path d="M1293.725-363.37q0-5.684 1.802-8.511 1.802-2.842 5.42-2.842 3.633 0 5.435 2.827 1.802 2.827 1.802 8.525 0 5.684-1.802 8.511-1.802 2.827-5.435 2.827-3.618 0-5.42-2.827-1.802-2.842-1.802-8.511zm5.039 5.845q.688 1.831 2.183 1.831 1.509 0 2.197-1.831.688-1.831.688-5.845 0-1.523-.102-2.725l-5.112 8.145q.073.234.147.425zm2.183-13.535q-1.494 0-2.183 1.831-.688 1.831-.688 5.859 0 1.245.059 2.271l5.039-8.042q-.015-.044-.029-.088-.688-1.831-2.197-1.831z" fill="url(#Z)"/><path d="M1311.786-363.37q0-5.684 1.802-8.511 1.802-2.842 5.42-2.842 3.633 0 5.435 2.827 1.802 2.827 1.802 8.525 0 5.684-1.802 8.511-1.802 2.827-5.435 2.827-3.618 0-5.42-2.827-1.802-2.842-1.802-8.511zm5.039 5.845q.688 1.831 2.183 1.831 1.509 0 2.197-1.831.688-1.831.688-5.845 0-1.523-.103-2.725l-5.112 8.145q.073.234.147.425zm2.183-13.535q-1.494 0-2.183 1.831-.688 1.831-.688 5.859 0 1.245.059 2.271l5.039-8.042q-.015-.044-.029-.088-.688-1.831-2.197-1.831z" fill="url(#Z)"/><use xlink:href="#Y" fill="url(#Z)"/><path d="M1023.754-318.766h4.834v-14.194l-4.497 1.113v-3.896l4.526-1.084h4.175v18.062h4.834v3.809h-13.872z" fill="url(#Z)"/><path d="M1040.863-325.87q0-5.684 1.802-8.511 1.802-2.842 5.42-2.842 3.633 0 5.435 2.827 1.802 2.827 1.802 8.525 0 5.684-1.802 8.511-1.802 2.827-5.435 2.827-3.618 0-5.42-2.827-1.802-2.842-1.802-8.511zm5.039 5.845q.688 1.831 2.183 1.831 1.509 0 2.197-1.831.688-1.831.688-5.845 0-1.523-.102-2.725l-5.112 8.145q.073.234.146.425zm2.183-13.535q-1.494 0-2.183 1.831-.688 1.831-.688 5.859 0 1.245.059 2.271l5.039-8.042q-.015-.044-.029-.088-.688-1.831-2.197-1.831z" fill="url(#Z)"/><path d="M1059.877-318.766h4.834v-14.194l-4.497 1.113v-3.896l4.526-1.084h4.175v18.062h4.834v3.809h-13.872z" fill="url(#Z)"/><path d="M1076.986-325.87q0-5.684 1.802-8.511 1.802-2.842 5.42-2.842 3.633 0 5.435 2.827 1.802 2.827 1.802 8.525 0 5.684-1.802 8.511-1.802 2.827-5.435 2.827-3.618 0-5.42-2.827-1.802-2.842-1.802-8.511zm5.039 5.845q.688 1.831 2.183 1.831 1.509 0 2.197-1.831.688-1.831.688-5.845 0-1.523-.103-2.725l-5.112 8.145q.073.234.147.425zm2.183-13.535q-1.494 0-2.183 1.831-.688 1.831-.688 5.859 0 1.245.059 2.271l5.039-8.042q-.015-.044-.029-.088-.688-1.831-2.197-1.831z" fill="url(#Z)"/><path d="M1096-318.766h4.834v-14.194l-4.497 1.113v-3.896l4.526-1.084h4.175v18.062h4.834v3.809H1096z" fill="url(#Z)"/><path d="M1113.109-325.87q0-5.684 1.802-8.511 1.802-2.842 5.42-2.842 3.633 0 5.435 2.827 1.802 2.827 1.802 8.525 0 5.684-1.802 8.511-1.802 2.827-5.435 2.827-3.618 0-5.42-2.827-1.802-2.842-1.802-8.511zm5.039 5.845q.688 1.831 2.183 1.831 1.509 0 2.197-1.831.688-1.831.688-5.845 0-1.523-.102-2.725l-5.112 8.145q.073.234.146.425zm2.183-13.535q-1.494 0-2.183 1.831-.688 1.831-.688 5.859 0 1.245.059 2.271l5.039-8.042q-.015-.044-.029-.088-.688-1.831-2.197-1.831z" fill="url(#Z)"/><path d="M1132.123-318.766h4.834v-14.194l-4.497 1.113v-3.896l4.526-1.084h4.175v18.062h4.834v3.809h-13.872z" fill="url(#Z)"/><path d="M1150.185-318.766h4.834v-14.194l-4.497 1.113v-3.896l4.526-1.084h4.175v18.062h4.834v3.809h-13.872z" fill="url(#Z)"/><path d="M1167.294-325.87q0-5.684 1.802-8.511 1.802-2.842 5.42-2.842 3.633 0 5.435 2.827 1.802 2.827 1.802 8.525 0 5.684-1.802 8.511-1.802 2.827-5.435 2.827-3.618 0-5.42-2.827-1.802-2.842-1.802-8.511zm5.039 5.845q.688 1.831 2.183 1.831 1.509 0 2.197-1.831.688-1.831.688-5.845 0-1.523-.103-2.725l-5.112 8.145q.073.234.147.425zm2.183-13.535q-1.494 0-2.183 1.831-.688 1.831-.688 5.859 0 1.245.059 2.271l5.039-8.042q-.015-.044-.029-.088-.688-1.831-2.197-1.831z" fill="url(#Z)"/><path d="M1185.356-325.87q0-5.684 1.802-8.511 1.802-2.842 5.42-2.842 3.633 0 5.435 2.827 1.802 2.827 1.802 8.525 0 5.684-1.802 8.511-1.802 2.827-5.435 2.827-3.618 0-5.42-2.827-1.802-2.842-1.802-8.511zm5.039 5.845q.688 1.831 2.183 1.831 1.509 0 2.197-1.831.688-1.831.688-5.845 0-1.523-.102-2.725l-5.112 8.145q.073.234.147.425zm2.183-13.535q-1.494 0-2.183 1.831-.688 1.831-.688 5.859 0 1.245.058 2.271l5.039-8.042q-.015-.044-.029-.088-.688-1.831-2.197-1.831z" fill="url(#Z)"/><path d="M1204.369-318.766h4.834v-14.194l-4.497 1.113v-3.896l4.526-1.084h4.175v18.062h4.834v3.809h-13.872z" fill="url(#Z)"/><path d="M1221.479-325.87q0-5.684 1.802-8.511 1.802-2.842 5.42-2.842 3.633 0 5.435 2.827 1.802 2.827 1.802 8.525 0 5.684-1.802 8.511-1.802 2.827-5.435 2.827-3.618 0-5.42-2.827-1.802-2.842-1.802-8.511zm5.039 5.845q.688 1.831 2.183 1.831 1.509 0 2.197-1.831.688-1.831.688-5.845 0-1.523-.102-2.725l-5.112 8.145q.073.234.147.425zm2.183-13.535q-1.494 0-2.183 1.831-.688 1.831-.688 5.859 0 1.245.059 2.271l5.039-8.042q-.015-.044-.029-.088-.688-1.831-2.197-1.831z" fill="url(#Z)"/><path d="M1240.492-318.766h4.834v-14.194l-4.497 1.113v-3.896l4.526-1.084h4.175v18.062h4.834v3.809h-13.872z" fill="url(#Z)"/><path d="M1257.602-325.87q0-5.684 1.802-8.511 1.802-2.842 5.42-2.842 3.633 0 5.435 2.827 1.802 2.827 1.802 8.525 0 5.684-1.802 8.511-1.802 2.827-5.435 2.827-3.618 0-5.42-2.827-1.802-2.842-1.802-8.511zm5.039 5.845q.688 1.831 2.183 1.831 1.509 0 2.197-1.831.688-1.831.688-5.845 0-1.523-.103-2.725l-5.112 8.145q.073.234.147.425zm2.183-13.535q-1.494 0-2.183 1.831-.688 1.831-.688 5.859 0 1.245.059 2.271l5.039-8.042q-.015-.044-.029-.088-.688-1.831-2.197-1.831z" fill="url(#Z)"/><path d="M1276.615-318.766h4.834v-14.194l-4.497 1.113v-3.896l4.526-1.084h4.175v18.062h4.834v3.809h-13.872z" fill="url(#Z)"/><path d="M1294.677-318.766h4.834v-14.194l-4.497 1.113v-3.896l4.526-1.084h4.175v18.062h4.834v3.809h-13.872z" fill="url(#Z)"/><path d="M1311.786-325.87q0-5.684 1.802-8.511 1.802-2.842 5.42-2.842 3.633 0 5.435 2.827 1.802 2.827 1.802 8.525 0 5.684-1.802 8.511-1.802 2.827-5.435 2.827-3.618 0-5.42-2.827-1.802-2.842-1.802-8.511zm5.039 5.845q.688 1.831 2.183 1.831 1.509 0 2.197-1.831.688-1.831.688-5.845 0-1.523-.103-2.725l-5.112 8.145q.073.234.147.425zm2.183-13.535q-1.494 0-2.183 1.831-.688 1.831-.688 5.859 0 1.245.059 2.271l5.039-8.042q-.015-.044-.029-.088-.688-1.831-2.197-1.831z" fill="url(#Z)"/><use xlink:href="#i" fill="url(#Z)"/><path d="M1023.754-281.266h4.834v-14.194l-4.497 1.113v-3.896l4.526-1.084h4.175v18.062h4.834v3.809h-13.872z" fill="url(#Z)"/><path d="M1040.863-288.37q0-5.684 1.802-8.511 1.802-2.842 5.42-2.842 3.633 0 5.435 2.827 1.802 2.827 1.802 8.525 0 5.684-1.802 8.511-1.802 2.827-5.435 2.827-3.618 0-5.42-2.827-1.802-2.842-1.802-8.511zm5.039 5.845q.688 1.831 2.183 1.831 1.509 0 2.197-1.831.688-1.831.688-5.845 0-1.523-.102-2.725l-5.112 8.145q.073.234.146.425zm2.183-13.535q-1.494 0-2.183 1.831-.688 1.831-.688 5.859 0 1.245.059 2.271l5.039-8.042q-.015-.044-.029-.088-.688-1.831-2.197-1.831z" fill="url(#Z)"/><path d="M1059.877-281.266h4.834v-14.194l-4.497 1.113v-3.896l4.526-1.084h4.175v18.062h4.834v3.809h-13.872z" fill="url(#Z)"/><path d="M1076.986-288.37q0-5.684 1.802-8.511 1.802-2.842 5.42-2.842 3.633 0 5.435 2.827 1.802 2.827 1.802 8.525 0 5.684-1.802 8.511-1.802 2.827-5.435 2.827-3.618 0-5.42-2.827-1.802-2.842-1.802-8.511zm5.039 5.845q.688 1.831 2.183 1.831 1.509 0 2.197-1.831.688-1.831.688-5.845 0-1.523-.103-2.725l-5.112 8.145q.073.234.147.425zm2.183-13.535q-1.494 0-2.183 1.831-.688 1.831-.688 5.859 0 1.245.059 2.271l5.039-8.042q-.015-.044-.029-.088-.688-1.831-2.197-1.831z" fill="url(#Z)"/><path d="M1096-281.266h4.834v-14.194l-4.497 1.113v-3.896l4.526-1.084h4.175v18.062h4.834v3.809H1096z" fill="url(#Z)"/><path d="M1113.109-288.37q0-5.684 1.802-8.511 1.802-2.842 5.42-2.842 3.633 0 5.435 2.827 1.802 2.827 1.802 8.525 0 5.684-1.802 8.511-1.802 2.827-5.435 2.827-3.618 0-5.42-2.827-1.802-2.842-1.802-8.511zm5.039 5.845q.688 1.831 2.183 1.831 1.509 0 2.197-1.831.688-1.831.688-5.845 0-1.523-.102-2.725l-5.112 8.145q.073.234.146.425zm2.183-13.535q-1.494 0-2.183 1.831-.688 1.831-.688 5.859 0 1.245.059 2.271l5.039-8.042q-.015-.044-.029-.088-.688-1.831-2.197-1.831z" fill="url(#Z)"/><path d="M1132.123-281.266h4.834v-14.194l-4.497 1.113v-3.896l4.526-1.084h4.175v18.062h4.834v3.809h-13.872z" fill="url(#Z)"/><path d="M1150.185-281.266h4.834v-14.194l-4.497 1.113v-3.896l4.526-1.084h4.175v18.062h4.834v3.809h-13.872z" fill="url(#Z)"/><path d="M1168.246-281.266h4.834v-14.194l-4.497 1.113v-3.896l4.526-1.084h4.175v18.062h4.834v3.809h-13.872z" fill="url(#Z)"/><path d="M1185.356-288.37q0-5.684 1.802-8.511 1.802-2.842 5.42-2.842 3.633 0 5.435 2.827 1.802 2.827 1.802 8.525 0 5.684-1.802 8.511-1.802 2.827-5.435 2.827-3.618 0-5.42-2.827-1.802-2.842-1.802-8.511zm5.039 5.845q.688 1.831 2.183 1.831 1.509 0 2.197-1.831.688-1.831.688-5.845 0-1.523-.102-2.725l-5.112 8.145q.073.234.147.425zm2.183-13.535q-1.494 0-2.183 1.831-.688 1.831-.688 5.859 0 1.245.058 2.271l5.039-8.042q-.015-.044-.029-.088-.688-1.831-2.197-1.831z" fill="url(#Z)"/><path d="M1204.369-281.266h4.834v-14.194l-4.497 1.113v-3.896l4.526-1.084h4.175v18.062h4.834v3.809h-13.872z" fill="url(#Z)"/><path d="M1221.479-288.37q0-5.684 1.802-8.511 1.802-2.842 5.42-2.842 3.633 0 5.435 2.827 1.802 2.827 1.802 8.525 0 5.684-1.802 8.511-1.802 2.827-5.435 2.827-3.618 0-5.42-2.827-1.802-2.842-1.802-8.511zm5.039 5.845q.688 1.831 2.183 1.831 1.509 0 2.197-1.831.688-1.831.688-5.845 0-1.523-.102-2.725l-5.112 8.145q.073.234.147.425zm2.183-13.535q-1.494 0-2.183 1.831-.688 1.831-.688 5.859 0 1.245.059 2.271l5.039-8.042q-.015-.044-.029-.088-.688-1.831-2.197-1.831z" fill="url(#Z)"/><path d="M1240.492-281.266h4.834v-14.194l-4.497 1.113v-3.896l4.526-1.084h4.175v18.062h4.834v3.809h-13.872z" fill="url(#Z)"/><path d="M1257.602-288.37q0-5.684 1.802-8.511 1.802-2.842 5.42-2.842 3.633 0 5.435 2.827 1.802 2.827 1.802 8.525 0 5.684-1.802 8.511-1.802 2.827-5.435 2.827-3.618 0-5.42-2.827-1.802-2.842-1.802-8.511zm5.039 5.845q.688 1.831 2.183 1.831 1.509 0 2.197-1.831.688-1.831.688-5.845 0-1.523-.103-2.725l-5.112 8.145q.073.234.147.425zm2.183-13.535q-1.494 0-2.183 1.831-.688 1.831-.688 5.859 0 1.245.059 2.271l5.039-8.042q-.015-.044-.029-.088-.688-1.831-2.197-1.831z" fill="url(#Z)"/><path d="M1276.615-281.266h4.834v-14.194l-4.497 1.113v-3.896l4.526-1.084h4.175v18.062h4.834v3.809h-13.872z" fill="url(#Z)"/><path d="M1293.725-288.37q0-5.684 1.802-8.511 1.802-2.842 5.42-2.842 3.633 0 5.435 2.827 1.802 2.827 1.802 8.525 0 5.684-1.802 8.511-1.802 2.827-5.435 2.827-3.618 0-5.42-2.827-1.802-2.842-1.802-8.511zm5.039 5.845q.688 1.831 2.183 1.831 1.509 0 2.197-1.831.688-1.831.688-5.845 0-1.523-.102-2.725l-5.112 8.145q.073.234.147.425zm2.183-13.535q-1.494 0-2.183 1.831-.688 1.831-.688 5.859 0 1.245.059 2.271l5.039-8.042q-.015-.044-.029-.088-.688-1.831-2.197-1.831z" fill="url(#Z)"/><path d="M1312.738-281.266h4.834v-14.194l-4.497 1.113v-3.896l4.526-1.084h4.175v18.062h4.834v3.809h-13.872z" fill="url(#Z)"/><path d="M1330.8-281.266h4.834v-14.194l-4.497 1.113v-3.896l4.526-1.084h4.175v18.062h4.834v3.809H1330.8z" fill="url(#Z)"/></g><path clip-path="url(#E)" transform="translate(30 852.362)" d="M1174-70a161.42 161.42 0 0 0-19 1.25V-60l5 5h10zm40.25 4.844l-.031.156 7.781 9h5l3-4v-.281l-3.875-1.375c-.041-.014-.084-.018-.125-.031l-3.781-1.219-3.406-1.031-.562-.156-3.25-.875-.75-.187zm-95 5.156c-39.44 14.667-71.543 44.431-89.25 82.281V35l15 15v10h5l5 5v5l-5 5v15h105l-10-10h-20l-5-5v-5l-40-25h-10l-10 10h-10V40l-5-5 5-5v-5h-5-10l10-20 15-5v15h5l5-5V0l25-30h5l40-15v-10l-5-5zm91.75 5l6 8h7l-8-8zm33.5.844L1242.125-50H1230l-5.781 10L1230-30l-10 .313-4.437 4.688v5l8.656 5H1235l8.656-15H1250l10 8 1.344 5H1265v-8l5 3 5 2h5l6-6-9-10-2.125 1c-.029-.023-.064-.039-.094-.062l-1-.812-2.437-1.875-.625-.469-3-2.187c-.031-.022-.063-.041-.094-.062-.11-.078-.233-.141-.344-.219l-2.812-2c-.144-.097-.293-.184-.438-.281l-2.781-1.812-1-.625-3.812-2.344-3.219-1.844-1.625-.906-.344-.187-2.719-1.437-4.031-2.031zM1283-30l-3 10 5 5h10v10h-15v5h-10l-10-10h-20-5-10l-5 5V5h-5l-10 20v5l5 5v15l20 20h20l5-5h10l10 10v10l3.344 5H1335c0-44.183-17.921-84.171-46.875-113.125L1286.219-25zm-78-20l3 5h5l-3-5z" opacity=".25" fill="#222" filter="url(#F)"/><path transform="translate(820 742.362)" d="M424.25 44.844l-.031.156L432 54h5l3-4v-.281l-3.875-1.375c-.041-.014-.084-.018-.125-.031l-3.781-1.219-3.406-1.031-.562-.156-3.25-.875-.75-.187zM421 55l6 8h7l-8-8zm33.5.875L452.125 60h-9.594H440l-5.781 10L440 80l-10 .313L425.563 85v5l8.656 5h7.344H445l8.656-15H460l10 8 1.344 5H475v-8l5 3 5 2h5l5 5h10v10h-15v5h-10l-10-10h-20-5-4.375H435l-5 5v10h-5l-10 20v5l5 5v10.938V160l20 20h20l5-5h10l10 10v10l3.344 5H540h5c0-51.438-24.284-97.199-62-126.469l-.469-.344c-.018-.014-.045-.017-.062-.031l-2.156-1.656c-.053-.04-.103-.085-.156-.125-.06-.044-.13-.077-.187-.125a.52.52 0 0 1-.062-.062c-.019-.022-.039-.045-.062-.062l-2.219-1.594c-.019-.013-.045-.018-.062-.031l-2.281-1.594c-.825-.565-1.663-1.106-2.5-1.656-1.673-1.1-3.378-2.181-5.094-3.219l-2.594-1.531-2.625-1.5-2.656-1.437-2.656-1.375-2.656-1.312zM415 60l3 5h5l-3-5z" fill="url(#G)"/><use xlink:href="#Q" opacity=".15" class="G"/><path d="M1149.25 792.362c-39.44 14.667-71.543 44.431-89.25 82.281v12.719l15 15v10h5l5 5v5l-5 5v15h105l-10-10h-20l-5-5v-5l-40-25h-10l-10 10h-10v-15l-5-5 5-5v-5h-5-10l10-20 15-5v15h5l5-5v-10l25-30h5l40-15v-10l-5-5z" fill="url(#b)"/><path d="M1204 782.362a161.42 161.42 0 0 0-19 1.25v8.75l5 5h10z" fill="url(#b)"/><path d="M1100 927.362h5l15 5v10h-30zm30-17.5v7.5l10 5v10l-10 10h55l-10-10h-20l-5-5v-5zm19.25-117.5c-5.877 2.186-11.597 4.729-17.125 7.563l12.875 7.438v9.375l25-9.375v-10l-5-5h-15.75zM1115 810.081a160.81 160.81 0 0 0-34.906 32.281H1095l20-20z" opacity=".15" class="G"/><path d="M1260.469 792.268c13.31 49.672-.454 112.826-27.688 150.094H1365c0-68.857-43.516-127.532-104.531-150.094z" opacity=".25" fill="url(#H)"/><use xlink:href="#Q" x="-80" opacity=".15" class="G"/><path d="M1142 882.362s3 2 8 2 8-2 8-2" fill="none" stroke="#222" stroke-linecap="round" stroke-linejoin="round" opacity=".5" class="E"/><path d="M1169 867.362a5 5 0 1 1-10 0 5 5 0 1 1 10 0zm-26 0a5 5 0 1 1-10 0 5 5 0 1 1 10 0z" opacity=".5" fill="#222"/><path clip-path="none" d="M976.823 855.268a4 4 0 0 0-4.094 4.656l1.23 7.014-.051-1.945c0-2.686.229-4.639.688-5.859s1.187-1.832 2.184-1.832c1.006 0 1.738.611 2.197 1.832l.029.088-5 7.979.035.193c-2.023-2.563-3.351-4.627-4.209-6.176-.165 1.143-.275 2.372-.275 3.775 0 3.779.6 6.615 1.801 8.51 1.201 1.885 3.01 2.828 5.422 2.828 2.422 0 4.232-.943 5.434-2.828.372-.583.665-1.29.922-2.055-1.389-5.804-2.469-12.711-2.469-12.711a4 4 0 0 0-3.844-3.469zm-15.336.98a4 4 0 0 0-1.008 2.113 4 4 0 0 0-2.156-.562 4 4 0 0 0-1.041.266v14.031h-4.834v3.631l.117.178h13.756v-3.809h-4.834zm18.076 6.02a32.52 32.52 0 0 1 .102 2.725c0 2.676-.23 4.623-.689 5.844s-1.19 1.832-2.195 1.832c-.996 0-1.725-.611-2.184-1.832a6.78 6.78 0 0 1-.146-.424zm15.277 28.871c-2.412 0-4.219.947-5.42 2.842-1.201 1.885-1.801 4.723-1.801 8.512a25.02 25.02 0 0 0 .35 4.279 100.15 100.15 0 0 0 5.033 2.262 4.17 4.17 0 0 1-.344-.697 6.72 6.72 0 0 1-.146-.424l5.111-8.145a32.4 32.4 0 0 1 .102 2.725c0 2.676-.229 4.623-.687 5.844-.358.954-.89 1.522-1.582 1.73a144.56 144.56 0 0 0 4.281 1.59c.18-.216.378-.405.537-.654 1.201-1.885 1.803-4.721 1.803-8.51 0-3.799-.601-6.641-1.803-8.525s-3.012-2.828-5.434-2.828zm90.309 0c-2.412 0-4.219.947-5.42 2.842-1.201 1.885-1.803 4.723-1.803 8.512 0 3.779.602 6.615 1.803 8.51.571.895 1.287 1.563 2.131 2.033l5.432-1.361c1.45-.355 2.802-1.061 3.953-2.008.75-1.805 1.139-4.18 1.139-7.174 0-3.799-.6-6.641-1.801-8.525s-3.012-2.828-5.434-2.828zm-109.777.396l-4.525 1.084v2.986a33.63 33.63 0 0 0 .877.693l3.619-.896v3.641c1.24.938 2.567 1.9 4.205 2.986v-10.494zm36.125 0l-4.527 1.084v3.896l4.498-1.113v14.193h-4.834v3.809h13.871v-3.809h-4.834v-17.242a87.47 87.47 0 0 1-2.953-.818zm59.098.547c-2.986.616-5.863 1.129-8.65 1.559-.088.121-.195.21-.277.34-1.201 1.885-1.801 4.723-1.801 8.512 0 3.779.6 6.615 1.801 8.51 1.201 1.885 3.008 2.828 5.42 2.828 2.422 0 4.232-.943 5.434-2.828s1.803-4.721 1.803-8.51c0-3.799-.601-6.641-1.803-8.525-.52-.816-1.177-1.422-1.926-1.885zm-45.209 2.219c-1.083 1.881-1.644 4.593-1.644 8.191 0 3.779.602 6.615 1.803 8.51 1.201 1.885 3.008 2.828 5.42 2.828 2.422 0 4.234-.943 5.436-2.828s1.801-4.721 1.801-8.51c0-3.002-.389-5.381-1.139-7.187a108.18 108.18 0 0 1-5.232-.295c.568.265 1.019.79 1.332 1.623l.029.088-5.039 8.041c-.039-.684-.058-1.439-.058-2.27 0-2.686.228-4.639.688-5.859.368-.978.916-1.545 1.629-1.74-1.732-.163-3.412-.357-5.023-.592zm29.377.279a141.6 141.6 0 0 1-4.861.436c.562.267 1.009.79 1.32 1.617l.029.088-5.039 8.041c-.039-.684-.057-1.439-.057-2.27 0-2.686.229-4.639.688-5.859.262-.697.621-1.171 1.059-1.471a127.77 127.77 0 0 1-4.976.191c-.739 1.801-1.121 4.166-1.121 7.139 0 3.779.6 6.615 1.801 8.51 1.201 1.885 3.008 2.828 5.42 2.828 2.422 0 4.234-.943 5.436-2.828s1.803-4.721 1.803-8.51c0-3.434-.519-6.042-1.5-7.912zm-59.922.221c1.006 0 1.738.611 2.197 1.832.009.029.019.059.029.088l-5.039 8.041c-.039-.684-.059-1.439-.059-2.27 0-2.686.23-4.639.689-5.859s1.185-1.832 2.182-1.832zm72.246 0c1.006 0 1.738.611 2.197 1.832l.029.088-5.039 8.041c-.039-.684-.059-1.439-.059-2.27 0-2.686.23-4.639.689-5.859s1.186-1.832 2.182-1.832zm18.063 0c1.006 0 1.738.611 2.197 1.832l.029.088-5.039 8.041a39.95 39.95 0 0 1-.061-2.27c0-2.686.23-4.639.689-5.859s1.188-1.832 2.184-1.832zm-51.402 4.967c.068.801.103 1.709.103 2.725 0 2.676-.23 4.623-.689 5.844s-1.191 1.832-2.197 1.832c-.996 0-1.725-.611-2.184-1.832a6.66 6.66 0 0 1-.147-.424zm18.063 0a32.52 32.52 0 0 1 .102 2.725c0 2.676-.23 4.623-.689 5.844s-1.191 1.832-2.197 1.832c-.996 0-1.723-.611-2.182-1.832a6.66 6.66 0 0 1-.147-.424zm18.061 0a32.53 32.53 0 0 1 .101 2.725c0 2.676-.228 4.623-.687 5.844s-1.191 1.832-2.197 1.832c-.996 0-1.723-.611-2.182-1.832a6.66 6.66 0 0 1-.147-.424zm18.063 0a32.53 32.53 0 0 1 .101 2.725c0 2.676-.228 4.623-.687 5.844s-1.191 1.832-2.197 1.832c-.996 0-1.725-.611-2.184-1.832a6.66 6.66 0 0 1-.147-.424z" opacity=".1" fill="#fff" class="F"/></g></svg>
-<?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"
- width="580"
- height="270"
- id="svg4136"
- version="1.1"
- inkscape:version="0.48.2 r9819"
- sodipodi:docname="terms-illustration.svg"
- inkscape:export-filename="/Users/saman/work_repos/openstreetmap-website/app/assets/images/terms-illustration.png"
- inkscape:export-xdpi="90"
- inkscape:export-ydpi="90">
- <defs
- id="defs4138">
- <linearGradient
- id="linearGradient12085">
- <stop
- style="stop-color:#c4c4c4;stop-opacity:1;"
- offset="0"
- id="stop12087" />
- <stop
- style="stop-color:#ffffff;stop-opacity:1;"
- offset="1"
- id="stop12089" />
- </linearGradient>
- <linearGradient
- id="linearGradient12079"
- inkscape:collect="always">
- <stop
- id="stop12081"
- offset="0"
- style="stop-color:#222222;stop-opacity:1;" />
- <stop
- id="stop12083"
- offset="1"
- style="stop-color:#ffffff;stop-opacity:1" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- id="linearGradient12001">
- <stop
- style="stop-color:#222222;stop-opacity:1;"
- offset="0"
- id="stop12003" />
- <stop
- style="stop-color:#222222;stop-opacity:0;"
- offset="1"
- id="stop12005" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- id="linearGradient11338">
- <stop
- style="stop-color:#ffffff;stop-opacity:1;"
- offset="0"
- id="stop11340" />
- <stop
- style="stop-color:#dfe9fc;stop-opacity:1"
- offset="1"
- id="stop11342" />
- </linearGradient>
- <linearGradient
- id="linearGradient14931">
- <stop
- id="stop14933"
- offset="0"
- style="stop-color:#ccf1ff;stop-opacity:0;" />
- <stop
- style="stop-color:#ccf1ff;stop-opacity:0;"
- offset="0.85714281"
- id="stop14937" />
- <stop
- id="stop14935"
- offset="1"
- style="stop-color:#789afb;stop-opacity:1" />
- </linearGradient>
- <linearGradient
- id="linearGradient14233"
- inkscape:collect="always">
- <stop
- id="stop14235"
- offset="0"
- style="stop-color:#a2c9ed;stop-opacity:1;" />
- <stop
- id="stop14237"
- offset="1"
- style="stop-color:#7a9dfc;stop-opacity:1" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- id="linearGradient14223">
- <stop
- style="stop-color:#a2c9ed;stop-opacity:1;"
- offset="0"
- id="stop14225" />
- <stop
- style="stop-color:#7a9dfc;stop-opacity:1"
- offset="1"
- id="stop14227" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- id="linearGradient13250">
- <stop
- style="stop-color:#8eb3f5;stop-opacity:1"
- offset="0"
- id="stop13252" />
- <stop
- style="stop-color:#b2dbea;stop-opacity:0;"
- offset="1"
- id="stop13254" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- id="linearGradient13240">
- <stop
- style="stop-color:#ffffff;stop-opacity:1;"
- offset="0"
- id="stop13242" />
- <stop
- style="stop-color:#ebf2fd;stop-opacity:1"
- offset="1"
- id="stop13244" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- id="linearGradient13198">
- <stop
- style="stop-color:#000000;stop-opacity:1;"
- offset="0"
- id="stop13200" />
- <stop
- style="stop-color:#000000;stop-opacity:0;"
- offset="1"
- id="stop13202" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- id="linearGradient9009">
- <stop
- style="stop-color:#ffffff;stop-opacity:1;"
- offset="0"
- id="stop9011" />
- <stop
- style="stop-color:#ffffff;stop-opacity:0;"
- offset="1"
- id="stop9013" />
- </linearGradient>
- <linearGradient
- id="linearGradient8284"
- inkscape:collect="always">
- <stop
- id="stop8286"
- offset="0"
- style="stop-color:#b2dbea;stop-opacity:1" />
- <stop
- id="stop8288"
- offset="1"
- style="stop-color:#93b8e0;stop-opacity:0" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- id="linearGradient7872">
- <stop
- style="stop-color:#cbeea7;stop-opacity:1;"
- offset="0"
- id="stop7874" />
- <stop
- style="stop-color:#cee8c1;stop-opacity:1"
- offset="1"
- id="stop7876" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- id="linearGradient7775">
- <stop
- style="stop-color:#222222;stop-opacity:1"
- offset="0"
- id="stop7777" />
- <stop
- style="stop-color:#adadc6;stop-opacity:0;"
- offset="1"
- id="stop7779" />
- </linearGradient>
- <linearGradient
- id="linearGradient7767">
- <stop
- style="stop-color:#b2dbea;stop-opacity:1"
- offset="0"
- id="stop7769" />
- <stop
- style="stop-color:#7092ff;stop-opacity:1"
- offset="1"
- id="stop7771" />
- </linearGradient>
- <clipPath
- clipPathUnits="userSpaceOnUse"
- id="clipPath7691">
- <path
- sodipodi:open="true"
- sodipodi:end="6.2831853"
- sodipodi:start="3.1415927"
- transform="matrix(1.4545455,0,0,1.4545455,-622.81822,-83.09091)"
- d="M 1126,118.99999 A 110,110 0 0 1 1346,119"
- sodipodi:ry="110"
- sodipodi:rx="110"
- sodipodi:cy="119"
- sodipodi:cx="1236"
- id="path7693"
- style="color:#000000;fill:#c5c5d7;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:4;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
- sodipodi:type="arc" />
- </clipPath>
- <clipPath
- clipPathUnits="userSpaceOnUse"
- id="clipPath7755">
- <path
- inkscape:connector-curvature="0"
- style="color:#000000;fill:#adadc6;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:4;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
- d="m 1230.4688,792.26843 c 13.3096,49.6722 -20.4537,112.82556 -47.6876,150.09372 l 152.2188,0 c 0,-68.85715 -43.5157,-127.53233 -104.5312,-150.09372 z"
- id="path7757"
- sodipodi:nodetypes="cccc" />
- </clipPath>
- <filter
- inkscape:collect="always"
- id="filter7759"
- color-interpolation-filters="sRGB">
- <feGaussianBlur
- inkscape:collect="always"
- stdDeviation="5.8125"
- id="feGaussianBlur7761" />
- </filter>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient7767"
- id="linearGradient7773"
- x1="1225.6875"
- y1="36.5"
- x2="1225.6875"
- y2="119"
- gradientUnits="userSpaceOnUse" />
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient7775"
- id="linearGradient7781"
- x1="1224.2188"
- y1="789.35889"
- x2="1224.2188"
- y2="942.36212"
- gradientUnits="userSpaceOnUse"
- gradientTransform="translate(30,0)" />
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient7872"
- id="linearGradient7878"
- x1="1097"
- y1="942.36218"
- x2="1097"
- y2="802.62952"
- gradientUnits="userSpaceOnUse"
- gradientTransform="translate(30,0)" />
- <clipPath
- clipPathUnits="userSpaceOnUse"
- id="clipPath8573">
- <path
- sodipodi:type="arc"
- style="color:#000000;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:4;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
- id="path8575"
- sodipodi:cx="1236"
- sodipodi:cy="119"
- sodipodi:rx="110"
- sodipodi:ry="110"
- d="M 1126,118.99999 A 110,110 0 0 1 1346,119"
- transform="matrix(1.4545455,0,0,1.4545455,-611.81823,-534.09093)"
- sodipodi:start="3.1415927"
- sodipodi:end="6.2831853"
- sodipodi:open="true" />
- </clipPath>
- <clipPath
- clipPathUnits="userSpaceOnUse"
- id="clipPath8675">
- <path
- style="font-size:medium;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-indent:0;text-align:start;text-decoration:none;line-height:normal;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;baseline-shift:baseline;color:#000000;fill:url(#linearGradient8679);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:5.81818199;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate;font-family:Sans;-inkscape-font-specification:Sans"
- d="m 1190.4062,-388.15627 a 12.0012,12.0012 0 0 0 -10.0312,4.96875 c -23.0888,31.04416 -73.5,61.84375 -73.5,61.84375 a 12.007739,12.007739 0 0 0 -0.8125,0.5625 12.007739,12.007739 0 0 0 -0.1875,0.125 l -13.875,7.90625 a 4.0175701,4.0175701 0 1 0 4,6.96875 l 5.2188,-2.96875 a 12.007739,12.007739 0 0 0 17.9062,8.0625 c 0,0 52.3016,-30.24185 80.5,-68.15625 a 12.0012,12.0012 0 0 0 -9.2188,-19.3125 z"
- id="path8677"
- inkscape:connector-curvature="0" />
- </clipPath>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient8284"
- id="linearGradient8679"
- gradientUnits="userSpaceOnUse"
- x1="1086"
- y1="139"
- x2="1125.7982"
- y2="99.201767"
- gradientTransform="translate(11.000003,-451.00002)" />
- <clipPath
- clipPathUnits="userSpaceOnUse"
- id="clipPath8987">
- <flowRoot
- xml:space="preserve"
- id="flowRoot8989"
- style="font-size:30px;font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;text-indent:0;text-align:start;text-decoration:none;line-height:125%;letter-spacing:0px;word-spacing:0px;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;baseline-shift:baseline;opacity:0.25;color:#000000;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:4;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate;font-family:Menlo;-inkscape-font-specification:Menlo Bold"
- transform="translate(-173.25,451.00002)"
- clip-path="none"><flowRegion
- id="flowRegion8991"><rect
- id="rect8993"
- width="580"
- height="303"
- x="1021"
- y="-529"
- style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;fill:#ffffff;stroke:none;font-family:Menlo;-inkscape-font-specification:Menlo Bold" /></flowRegion><flowPara
- id="flowPara8995">101010101010100011</flowPara><flowPara
- id="flowPara8997">100010101010011010</flowPara><flowPara
- id="flowPara8999">101010101001010110</flowPara><flowPara
- id="flowPara9001">010111010000011010</flowPara><flowPara
- id="flowPara9003">000101010000110001</flowPara><flowPara
- id="flowPara9005">101010110010101101</flowPara><flowPara
- id="flowPara9007">101010111010101011</flowPara></flowRoot> </clipPath>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient9009"
- id="linearGradient9015"
- x1="1184"
- y1="-405.00003"
- x2="1184"
- y2="-533.03516"
- gradientUnits="userSpaceOnUse" />
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient9009"
- id="linearGradient9019"
- gradientUnits="userSpaceOnUse"
- x1="1184"
- y1="-405.00003"
- x2="1184"
- y2="-533.03516" />
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient9009"
- id="linearGradient9021"
- gradientUnits="userSpaceOnUse"
- x1="1184"
- y1="-405.00003"
- x2="1184"
- y2="-533.03516" />
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient9009"
- id="linearGradient9023"
- gradientUnits="userSpaceOnUse"
- x1="1184"
- y1="-405.00003"
- x2="1184"
- y2="-533.03516" />
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient9009"
- id="linearGradient9025"
- gradientUnits="userSpaceOnUse"
- x1="1184"
- y1="-405.00003"
- x2="1184"
- y2="-533.03516" />
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient9009"
- id="linearGradient9027"
- gradientUnits="userSpaceOnUse"
- x1="1184"
- y1="-405.00003"
- x2="1184"
- y2="-533.03516" />
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient9009"
- id="linearGradient9029"
- gradientUnits="userSpaceOnUse"
- x1="1184"
- y1="-405.00003"
- x2="1184"
- y2="-533.03516" />
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient9009"
- id="linearGradient9031"
- gradientUnits="userSpaceOnUse"
- x1="1184"
- y1="-405.00003"
- x2="1184"
- y2="-533.03516" />
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient9009"
- id="linearGradient9033"
- gradientUnits="userSpaceOnUse"
- x1="1184"
- y1="-405.00003"
- x2="1184"
- y2="-533.03516" />
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient9009"
- id="linearGradient9035"
- gradientUnits="userSpaceOnUse"
- x1="1184"
- y1="-405.00003"
- x2="1184"
- y2="-533.03516" />
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient7872-10"
- id="linearGradient7878-5"
- x1="1097"
- y1="942.36218"
- x2="1097"
- y2="802.62952"
- gradientUnits="userSpaceOnUse"
- gradientTransform="translate(30,0)" />
- <linearGradient
- inkscape:collect="always"
- id="linearGradient7872-10">
- <stop
- style="stop-color:#cbeea7;stop-opacity:1;"
- offset="0"
- id="stop7874-2" />
- <stop
- style="stop-color:#cee8c1;stop-opacity:1"
- offset="1"
- id="stop7876-5" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient7872-80"
- id="linearGradient7878-1"
- x1="1097"
- y1="942.36218"
- x2="1097"
- y2="802.62952"
- gradientUnits="userSpaceOnUse"
- gradientTransform="translate(-870,-742.36218)" />
- <linearGradient
- inkscape:collect="always"
- id="linearGradient7872-80">
- <stop
- style="stop-color:#cbeea7;stop-opacity:1;"
- offset="0"
- id="stop7874-6" />
- <stop
- style="stop-color:#cee8c1;stop-opacity:1"
- offset="1"
- id="stop7876-6" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient7872-8-5"
- id="linearGradient7878-9-6"
- x1="1097"
- y1="942.36218"
- x2="1097"
- y2="802.62952"
- gradientUnits="userSpaceOnUse"
- gradientTransform="translate(-870,-742.36218)" />
- <linearGradient
- inkscape:collect="always"
- id="linearGradient7872-8-5">
- <stop
- style="stop-color:#cbeea7;stop-opacity:1;"
- offset="0"
- id="stop7874-3-7" />
- <stop
- style="stop-color:#cee8c1;stop-opacity:1"
- offset="1"
- id="stop7876-8-7" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient7872-8-9"
- id="linearGradient7878-9-9"
- x1="1097"
- y1="942.36218"
- x2="1097"
- y2="802.62952"
- gradientUnits="userSpaceOnUse"
- gradientTransform="translate(-870,-742.36218)" />
- <linearGradient
- inkscape:collect="always"
- id="linearGradient7872-8-9">
- <stop
- style="stop-color:#cbeea7;stop-opacity:1;"
- offset="0"
- id="stop7874-3-4" />
- <stop
- style="stop-color:#cee8c1;stop-opacity:1"
- offset="1"
- id="stop7876-8-3" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient7872-8-2"
- id="linearGradient7878-9-8"
- x1="1097"
- y1="942.36218"
- x2="1097"
- y2="802.62952"
- gradientUnits="userSpaceOnUse"
- gradientTransform="translate(30,0)" />
- <linearGradient
- inkscape:collect="always"
- id="linearGradient7872-8-2">
- <stop
- style="stop-color:#cbeea7;stop-opacity:1;"
- offset="0"
- id="stop7874-3-3" />
- <stop
- style="stop-color:#cee8c1;stop-opacity:1"
- offset="1"
- id="stop7876-8-6" />
- </linearGradient>
- <linearGradient
- y2="802.62952"
- x2="1097"
- y1="942.36218"
- x1="1097"
- gradientTransform="translate(-1205,-787.20593)"
- gradientUnits="userSpaceOnUse"
- id="linearGradient13058"
- xlink:href="#linearGradient7872-8-2"
- inkscape:collect="always" />
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient13198"
- id="linearGradient13220"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(1,0,0.26794919,1,-171.4763,0)"
- x1="1075"
- y1="942.61218"
- x2="1075"
- y2="897.61151" />
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient13240"
- id="linearGradient13246"
- x1="1023.75"
- y1="883.11218"
- x2="1023.75"
- y2="905.88416"
- gradientUnits="userSpaceOnUse"
- gradientTransform="translate(80,0)" />
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient13250"
- id="linearGradient13256"
- x1="210"
- y1="135"
- x2="210"
- y2="145"
- gradientUnits="userSpaceOnUse" />
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient7872-3"
- id="linearGradient7878-19"
- x1="1097"
- y1="942.36218"
- x2="1097"
- y2="802.62952"
- gradientUnits="userSpaceOnUse"
- gradientTransform="translate(-790,-742.36218)" />
- <linearGradient
- inkscape:collect="always"
- id="linearGradient7872-3">
- <stop
- style="stop-color:#cbeea7;stop-opacity:1;"
- offset="0"
- id="stop7874-9" />
- <stop
- style="stop-color:#cee8c1;stop-opacity:1"
- offset="1"
- id="stop7876-7" />
- </linearGradient>
- <linearGradient
- y2="802.62952"
- x2="1097"
- y1="942.36218"
- x1="1097"
- gradientTransform="translate(-1030,-792.36218)"
- gradientUnits="userSpaceOnUse"
- id="linearGradient14202"
- xlink:href="#linearGradient7872-3"
- inkscape:collect="always" />
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient14223"
- id="linearGradient14229"
- x1="1104"
- y1="908.36218"
- x2="1104"
- y2="944.48694"
- gradientUnits="userSpaceOnUse" />
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient14233"
- id="linearGradient14231"
- x1="1104"
- y1="908.36218"
- x2="1104"
- y2="944.48694"
- gradientUnits="userSpaceOnUse" />
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient7767-8"
- id="linearGradient7773-6"
- x1="1225.6875"
- y1="36.5"
- x2="1225.6875"
- y2="119"
- gradientUnits="userSpaceOnUse" />
- <linearGradient
- id="linearGradient7767-8">
- <stop
- style="stop-color:#b2dbea;stop-opacity:1"
- offset="0"
- id="stop7769-3" />
- <stop
- style="stop-color:#7092ff;stop-opacity:1"
- offset="1"
- id="stop7771-2" />
- </linearGradient>
- <radialGradient
- inkscape:collect="always"
- xlink:href="#linearGradient14931"
- id="radialGradient14929"
- cx="1218.1995"
- cy="124.60332"
- fx="1218.1995"
- fy="124.60332"
- r="110"
- gradientTransform="matrix(8.9292362e-8,-1.09375,1.0937499,1.4609618e-6,1099.715,1451.4055)"
- gradientUnits="userSpaceOnUse" />
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient9009"
- id="linearGradient15209"
- gradientUnits="userSpaceOnUse"
- x1="1184"
- y1="-405.00003"
- x2="1184"
- y2="-533.03516" />
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient9009"
- id="linearGradient15211"
- gradientUnits="userSpaceOnUse"
- x1="1184"
- y1="-405.00003"
- x2="1184"
- y2="-533.03516" />
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient9009"
- id="linearGradient15213"
- gradientUnits="userSpaceOnUse"
- x1="1184"
- y1="-405.00003"
- x2="1184"
- y2="-533.03516" />
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient9009"
- id="linearGradient15215"
- gradientUnits="userSpaceOnUse"
- x1="1184"
- y1="-405.00003"
- x2="1184"
- y2="-533.03516" />
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient9009"
- id="linearGradient15217"
- gradientUnits="userSpaceOnUse"
- x1="1184"
- y1="-405.00003"
- x2="1184"
- y2="-533.03516" />
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient9009"
- id="linearGradient15219"
- gradientUnits="userSpaceOnUse"
- x1="1184"
- y1="-405.00003"
- x2="1184"
- y2="-533.03516" />
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient9009"
- id="linearGradient15221"
- gradientUnits="userSpaceOnUse"
- x1="1184"
- y1="-405.00003"
- x2="1184"
- y2="-533.03516" />
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient9009"
- id="linearGradient15223"
- gradientUnits="userSpaceOnUse"
- x1="1184"
- y1="-405.00003"
- x2="1184"
- y2="-533.03516" />
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient7775"
- id="linearGradient15226"
- gradientUnits="userSpaceOnUse"
- gradientTransform="translate(30,0)"
- x1="1224.2188"
- y1="789.35889"
- x2="1224.2188"
- y2="942.36212" />
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient14223"
- id="linearGradient15231"
- gradientUnits="userSpaceOnUse"
- x1="1104"
- y1="908.36218"
- x2="1104"
- y2="944.48694" />
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient7872-10"
- id="linearGradient15249"
- gradientUnits="userSpaceOnUse"
- gradientTransform="translate(30,0)"
- x1="1097"
- y1="942.36218"
- x2="1097"
- y2="802.62952" />
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient7872"
- id="linearGradient15252"
- gradientUnits="userSpaceOnUse"
- gradientTransform="translate(30,0)"
- x1="1097"
- y1="942.36218"
- x2="1097"
- y2="802.62952" />
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient7872-3"
- id="linearGradient15256"
- gradientUnits="userSpaceOnUse"
- gradientTransform="translate(30,0)"
- x1="1097"
- y1="942.36218"
- x2="1097"
- y2="802.62952" />
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient9009"
- id="linearGradient15270"
- gradientUnits="userSpaceOnUse"
- x1="1184"
- y1="-405.00003"
- x2="1184"
- y2="-533.03516" />
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient9009"
- id="linearGradient15272"
- gradientUnits="userSpaceOnUse"
- x1="1184"
- y1="-405.00003"
- x2="1184"
- y2="-533.03516" />
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient9009"
- id="linearGradient15274"
- gradientUnits="userSpaceOnUse"
- x1="1184"
- y1="-405.00003"
- x2="1184"
- y2="-533.03516" />
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient9009"
- id="linearGradient15276"
- gradientUnits="userSpaceOnUse"
- x1="1184"
- y1="-405.00003"
- x2="1184"
- y2="-533.03516" />
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient9009"
- id="linearGradient15278"
- gradientUnits="userSpaceOnUse"
- x1="1184"
- y1="-405.00003"
- x2="1184"
- y2="-533.03516" />
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient9009"
- id="linearGradient15280"
- gradientUnits="userSpaceOnUse"
- x1="1184"
- y1="-405.00003"
- x2="1184"
- y2="-533.03516" />
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient9009"
- id="linearGradient15282"
- gradientUnits="userSpaceOnUse"
- x1="1184"
- y1="-405.00003"
- x2="1184"
- y2="-533.03516" />
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient9009"
- id="linearGradient15284"
- gradientUnits="userSpaceOnUse"
- x1="1184"
- y1="-405.00003"
- x2="1184"
- y2="-533.03516" />
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient9009-6"
- id="linearGradient15284-1"
- gradientUnits="userSpaceOnUse"
- x1="1184"
- y1="-405.00003"
- x2="1184"
- y2="-533.03516" />
- <linearGradient
- inkscape:collect="always"
- id="linearGradient9009-6">
- <stop
- style="stop-color:#ffffff;stop-opacity:1;"
- offset="0"
- id="stop9011-6" />
- <stop
- style="stop-color:#ffffff;stop-opacity:0;"
- offset="1"
- id="stop9013-1" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient9009-6"
- id="linearGradient15270-8"
- gradientUnits="userSpaceOnUse"
- x1="1184"
- y1="-405.00003"
- x2="1184"
- y2="-533.03516" />
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient9009-6"
- id="linearGradient15272-3"
- gradientUnits="userSpaceOnUse"
- x1="1184"
- y1="-405.00003"
- x2="1184"
- y2="-533.03516" />
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient9009-6"
- id="linearGradient15274-2"
- gradientUnits="userSpaceOnUse"
- x1="1184"
- y1="-405.00003"
- x2="1184"
- y2="-533.03516" />
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient9009-6"
- id="linearGradient15276-3"
- gradientUnits="userSpaceOnUse"
- x1="1184"
- y1="-405.00003"
- x2="1184"
- y2="-533.03516" />
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient9009-6"
- id="linearGradient15278-3"
- gradientUnits="userSpaceOnUse"
- x1="1184"
- y1="-405.00003"
- x2="1184"
- y2="-533.03516" />
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient9009-6"
- id="linearGradient15280-7"
- gradientUnits="userSpaceOnUse"
- x1="1184"
- y1="-405.00003"
- x2="1184"
- y2="-533.03516" />
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient9009-6"
- id="linearGradient15282-7"
- gradientUnits="userSpaceOnUse"
- x1="1184"
- y1="-405.00003"
- x2="1184"
- y2="-533.03516" />
- <linearGradient
- y2="-533.03516"
- x2="1184"
- y1="-405.00003"
- x1="1184"
- gradientUnits="userSpaceOnUse"
- id="linearGradient15375"
- xlink:href="#linearGradient9009-6"
- inkscape:collect="always" />
- <clipPath
- clipPathUnits="userSpaceOnUse"
- id="clipPath15492">
- <path
- id="path15494"
- d="m 1071,-406.00002 c -4.5663,0 -8.4278,3.06835 -9.625,7.25 l -12.375,37.75 22,0 9.5625,-32 0,-0.0625 c 0.019,-0.0621 0.045,-0.12491 0.062,-0.1875 0.2508,-0.87601 0.375,-1.79341 0.375,-2.75 0,-5.52285 -4.4771,-10 -10,-10 z m 40,0 c -5.5228,0 -10,4.47715 -10,10 0,0.95659 0.1242,1.87399 0.375,2.75 l 0.062,0.1875 c 0.01,0.0188 -0.01,0.0437 0,0.0625 l 9.5625,32 20,0 -10.375,-37.75 c -1.1972,-4.18165 -5.0587,-7.25 -9.625,-7.25 z"
- style="color:#000000;fill:url(#linearGradient15496);fill-opacity:1;stroke:none;stroke-width:20;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
- clip-path="none"
- inkscape:connector-curvature="0" />
- </clipPath>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient14233"
- id="linearGradient15496"
- gradientUnits="userSpaceOnUse"
- gradientTransform="translate(-18.999997,-1303.3622)"
- x1="1104"
- y1="908.36218"
- x2="1104"
- y2="944.48694" />
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient13198-1"
- id="linearGradient15240-1"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(1,0,0.26794919,1,-171.4763,0)"
- x1="1075"
- y1="942.61218"
- x2="1075"
- y2="897.61151" />
- <linearGradient
- inkscape:collect="always"
- id="linearGradient13198-1">
- <stop
- style="stop-color:#000000;stop-opacity:1;"
- offset="0"
- id="stop13200-1" />
- <stop
- style="stop-color:#000000;stop-opacity:0;"
- offset="1"
- id="stop13202-6" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient11338"
- id="linearGradient11385"
- gradientUnits="userSpaceOnUse"
- x1="1115"
- y1="912.36218"
- x2="1115"
- y2="947.36218"
- gradientTransform="matrix(1,0,0,0.74,0,245.01417)" />
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient9009-1"
- id="linearGradient15284-0"
- gradientUnits="userSpaceOnUse"
- x1="1184"
- y1="-405.00003"
- x2="1184"
- y2="-533.03516" />
- <linearGradient
- inkscape:collect="always"
- id="linearGradient9009-1">
- <stop
- style="stop-color:#ffffff;stop-opacity:1;"
- offset="0"
- id="stop9011-4" />
- <stop
- style="stop-color:#ffffff;stop-opacity:0;"
- offset="1"
- id="stop9013-3" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient9009-1"
- id="linearGradient15270-4"
- gradientUnits="userSpaceOnUse"
- x1="1184"
- y1="-405.00003"
- x2="1184"
- y2="-533.03516" />
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient9009-1"
- id="linearGradient15272-34"
- gradientUnits="userSpaceOnUse"
- x1="1184"
- y1="-405.00003"
- x2="1184"
- y2="-533.03516" />
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient9009-1"
- id="linearGradient15274-5"
- gradientUnits="userSpaceOnUse"
- x1="1184"
- y1="-405.00003"
- x2="1184"
- y2="-533.03516" />
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient9009-1"
- id="linearGradient15276-6"
- gradientUnits="userSpaceOnUse"
- x1="1184"
- y1="-405.00003"
- x2="1184"
- y2="-533.03516" />
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient9009-1"
- id="linearGradient15278-6"
- gradientUnits="userSpaceOnUse"
- x1="1184"
- y1="-405.00003"
- x2="1184"
- y2="-533.03516" />
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient9009-1"
- id="linearGradient15280-8"
- gradientUnits="userSpaceOnUse"
- x1="1184"
- y1="-405.00003"
- x2="1184"
- y2="-533.03516" />
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient9009-1"
- id="linearGradient15282-2"
- gradientUnits="userSpaceOnUse"
- x1="1184"
- y1="-405.00003"
- x2="1184"
- y2="-533.03516" />
- <linearGradient
- y2="-533.03516"
- x2="1184"
- y1="-405.00003"
- x1="1184"
- gradientUnits="userSpaceOnUse"
- id="linearGradient11524"
- xlink:href="#linearGradient9009-1"
- inkscape:collect="always" />
- <clipPath
- clipPathUnits="userSpaceOnUse"
- id="clipPath11645">
- <flowRoot
- xml:space="preserve"
- id="flowRoot11647"
- style="font-size:30px;font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;text-indent:0;text-align:start;text-decoration:none;line-height:125%;letter-spacing:0px;word-spacing:0px;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;baseline-shift:baseline;opacity:0.25;color:#000000;fill:url(#linearGradient11685);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:4;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate;font-family:Menlo;-inkscape-font-specification:Menlo Bold"
- transform="translate(-801,561.00002)"
- clip-path="none"><flowRegion
- id="flowRegion11649"
- style="fill:url(#linearGradient11669);fill-opacity:1"><rect
- id="rect11651"
- width="580"
- height="303"
- x="1021"
- y="-529"
- style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;fill:url(#linearGradient11667);fill-opacity:1;stroke:none;font-family:Menlo;-inkscape-font-specification:Menlo Bold" /></flowRegion><flowPara
- id="flowPara11653"
- style="fill:url(#linearGradient11671);fill-opacity:1">101010101010100011</flowPara><flowPara
- id="flowPara11655"
- style="fill:url(#linearGradient11673);fill-opacity:1">100010101010011010</flowPara><flowPara
- id="flowPara11657"
- style="fill:url(#linearGradient11675);fill-opacity:1">101010101001010110</flowPara><flowPara
- id="flowPara11659"
- style="fill:url(#linearGradient11677);fill-opacity:1">010111010101011010</flowPara><flowPara
- id="flowPara11661"
- style="fill:url(#linearGradient11679);fill-opacity:1">000101010000110001</flowPara><flowPara
- id="flowPara11663"
- style="fill:url(#linearGradient11681);fill-opacity:1">101010110010101101</flowPara><flowPara
- id="flowPara11665"
- style="fill:url(#linearGradient11683);fill-opacity:1">101010111010101011</flowPara></flowRoot> </clipPath>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient9009-1"
- id="linearGradient11667"
- gradientUnits="userSpaceOnUse"
- x1="1184"
- y1="-405.00003"
- x2="1184"
- y2="-533.03516" />
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient9009-1"
- id="linearGradient11669"
- gradientUnits="userSpaceOnUse"
- x1="1184"
- y1="-405.00003"
- x2="1184"
- y2="-533.03516" />
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient9009-1"
- id="linearGradient11671"
- gradientUnits="userSpaceOnUse"
- x1="1184"
- y1="-405.00003"
- x2="1184"
- y2="-533.03516" />
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient9009-1"
- id="linearGradient11673"
- gradientUnits="userSpaceOnUse"
- x1="1184"
- y1="-405.00003"
- x2="1184"
- y2="-533.03516" />
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient9009-1"
- id="linearGradient11675"
- gradientUnits="userSpaceOnUse"
- x1="1184"
- y1="-405.00003"
- x2="1184"
- y2="-533.03516" />
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient9009-1"
- id="linearGradient11677"
- gradientUnits="userSpaceOnUse"
- x1="1184"
- y1="-405.00003"
- x2="1184"
- y2="-533.03516" />
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient9009-1"
- id="linearGradient11679"
- gradientUnits="userSpaceOnUse"
- x1="1184"
- y1="-405.00003"
- x2="1184"
- y2="-533.03516" />
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient9009-1"
- id="linearGradient11681"
- gradientUnits="userSpaceOnUse"
- x1="1184"
- y1="-405.00003"
- x2="1184"
- y2="-533.03516" />
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient9009-1"
- id="linearGradient11683"
- gradientUnits="userSpaceOnUse"
- x1="1184"
- y1="-405.00003"
- x2="1184"
- y2="-533.03516" />
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient9009-1"
- id="linearGradient11685"
- gradientUnits="userSpaceOnUse"
- x1="1184"
- y1="-405.00003"
- x2="1184"
- y2="-533.03516" />
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient14233-1"
- id="linearGradient15234"
- gradientUnits="userSpaceOnUse"
- x1="1104"
- y1="908.36218"
- x2="1104"
- y2="944.48694"
- gradientTransform="translate(-820,-742.36218)" />
- <linearGradient
- id="linearGradient14233-1"
- inkscape:collect="always">
- <stop
- id="stop14235-3"
- offset="0"
- style="stop-color:#a2c9ed;stop-opacity:1;" />
- <stop
- id="stop14237-4"
- offset="1"
- style="stop-color:#7a9dfc;stop-opacity:1" />
- </linearGradient>
- <linearGradient
- y2="200"
- x2="429.99951"
- y1="163.87524"
- x1="429.99951"
- gradientTransform="translate(-69.9995,0)"
- gradientUnits="userSpaceOnUse"
- id="linearGradient11903-7"
- xlink:href="#linearGradient14233-1-1"
- inkscape:collect="always" />
- <linearGradient
- id="linearGradient14233-1-1"
- inkscape:collect="always">
- <stop
- id="stop14235-3-7"
- offset="0"
- style="stop-color:#a2c9ed;stop-opacity:1;" />
- <stop
- id="stop14237-4-3"
- offset="1"
- style="stop-color:#7a9dfc;stop-opacity:1" />
- </linearGradient>
- <linearGradient
- y2="944.48694"
- x2="1104"
- y1="908.36218"
- x1="1104"
- gradientTransform="translate(-1068,-897.36218)"
- gradientUnits="userSpaceOnUse"
- id="linearGradient11955"
- xlink:href="#linearGradient14233-1-1"
- inkscape:collect="always" />
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient12001"
- id="linearGradient12007"
- x1="1170"
- y1="936.11218"
- x2="1158.2526"
- y2="892.27014"
- gradientUnits="userSpaceOnUse" />
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient12001-4"
- id="linearGradient12007-4"
- x1="315"
- y1="200"
- x2="303.25256"
- y2="156.15796"
- gradientUnits="userSpaceOnUse" />
- <linearGradient
- inkscape:collect="always"
- id="linearGradient12001-4">
- <stop
- style="stop-color:#222222;stop-opacity:1;"
- offset="0"
- id="stop12003-3" />
- <stop
- style="stop-color:#222222;stop-opacity:0;"
- offset="1"
- id="stop12005-1" />
- </linearGradient>
- <linearGradient
- gradientTransform="translate(-1115,-892.36218)"
- y2="892.27014"
- x2="1158.2526"
- y1="936.11218"
- x1="1170"
- gradientUnits="userSpaceOnUse"
- id="linearGradient12057"
- xlink:href="#linearGradient12001-4"
- inkscape:collect="always" />
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient12079"
- id="linearGradient12076"
- gradientUnits="userSpaceOnUse"
- x1="315"
- y1="200"
- x2="303.25256"
- y2="156.15796" />
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient12085"
- id="linearGradient12091"
- gradientUnits="userSpaceOnUse"
- x1="315"
- y1="200"
- x2="299.06372"
- y2="140.52496" />
- </defs>
- <sodipodi:namedview
- id="base"
- pagecolor="#ffffff"
- bordercolor="#666666"
- borderopacity="1.0"
- inkscape:pageopacity="0.0"
- inkscape:pageshadow="2"
- inkscape:zoom="1"
- inkscape:cx="390.88798"
- inkscape:cy="21.690494"
- inkscape:document-units="px"
- inkscape:current-layer="layer1"
- showgrid="false"
- inkscape:window-width="1280"
- inkscape:window-height="756"
- inkscape:window-x="88"
- inkscape:window-y="0"
- inkscape:window-maximized="0"
- borderlayer="false"
- inkscape:showpageshadow="false"
- inkscape:snap-bbox="true"
- showguides="true"
- inkscape:guide-bbox="true"
- inkscape:object-paths="false"
- inkscape:object-nodes="false"
- inkscape:snap-nodes="true"
- fit-margin-top="0"
- fit-margin-left="0"
- fit-margin-right="0"
- fit-margin-bottom="0">
- <inkscape:grid
- type="xygrid"
- id="grid4228"
- empspacing="5"
- visible="true"
- enabled="true"
- snapvisiblegridlinesonly="true" />
- <sodipodi:guide
- orientation="0,1"
- position="523,479"
- id="guide6331" />
- </sodipodi:namedview>
- <metadata
- id="metadata4141">
- <rdf:RDF>
- <cc:Work
- rdf:about="">
- <dc:format>image/svg+xml</dc:format>
- <dc:type
- rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
- <dc:title></dc:title>
- </cc:Work>
- </rdf:RDF>
- </metadata>
- <g
- inkscape:label="Layer 1"
- inkscape:groupmode="layer"
- id="layer1"
- transform="translate(-820,-742.36218)">
- <g
- id="g8240"
- transform="translate(-49,2)"
- style="fill:#7693dc;fill-opacity:1" />
- <rect
- style="opacity:0.15;color:#000000;fill:none;stroke:none;stroke-width:4;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
- id="rect9589"
- width="230"
- height="60"
- x="-1050"
- y="-962.36218"
- transform="scale(-1,-1)" />
- <g
- id="g13213"
- transform="translate(10,0)" />
- <path
- sodipodi:type="arc"
- style="color:#000000;fill:url(#linearGradient7773);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:4;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
- id="path7176"
- sodipodi:cx="1236"
- sodipodi:cy="119"
- sodipodi:rx="110"
- sodipodi:ry="110"
- d="M 1126,118.99999 C 1126,58.248672 1175.2487,8.9999972 1236,9 c 60.7513,2.8e-6 110,49.248679 110,110"
- transform="matrix(1.4545455,0,0,1.4545455,-592.81822,769.27127)"
- sodipodi:start="3.1415927"
- sodipodi:end="6.2831853"
- sodipodi:open="true" />
- <flowRoot
- xml:space="preserve"
- id="flowRoot8523"
- style="font-size:30px;font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;text-indent:0;text-align:start;text-decoration:none;line-height:125%;letter-spacing:0px;word-spacing:0px;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;baseline-shift:baseline;opacity:0.25;color:#000000;fill:url(#linearGradient15284);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:4;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate;font-family:Menlo;-inkscape-font-specification:Menlo Bold"
- transform="translate(19,1303.3622)"
- clip-path="url(#clipPath8573)"><flowRegion
- id="flowRegion8525"
- style="fill:url(#linearGradient9021);fill-opacity:1"><rect
- id="rect8527"
- width="580"
- height="303"
- x="1021"
- y="-529"
- style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;fill:url(#linearGradient9019);fill-opacity:1;stroke:none;font-family:Menlo;-inkscape-font-specification:Menlo Bold" /></flowRegion><flowPara
- id="flowPara8529"
- style="fill:url(#linearGradient15270);fill-opacity:1">101010101010100011</flowPara><flowPara
- id="flowPara8531"
- style="fill:url(#linearGradient15272);fill-opacity:1">100010101010011010</flowPara><flowPara
- id="flowPara8533"
- style="fill:url(#linearGradient15274);fill-opacity:1">101010101001010110</flowPara><flowPara
- id="flowPara8535"
- style="fill:url(#linearGradient15276);fill-opacity:1">010111010101011010</flowPara><flowPara
- id="flowPara8537"
- style="fill:url(#linearGradient15278);fill-opacity:1">000101010000110001</flowPara><flowPara
- id="flowPara8617"
- style="fill:url(#linearGradient15280);fill-opacity:1">101010110010101101</flowPara><flowPara
- id="flowPara8619"
- style="fill:url(#linearGradient15282);fill-opacity:1">101010111010101011</flowPara></flowRoot> <path
- transform="matrix(1.2,0,0,1.2,-425,849.36218)"
- d="m 1305,17.5 a 2.5,2.5 0 1 1 -5,0 2.5,2.5 0 1 1 5,0 z"
- sodipodi:ry="2.5"
- sodipodi:rx="2.5"
- sodipodi:cy="17.5"
- sodipodi:cx="1302.5"
- id="path11322"
- style="opacity:0.5;color:#000000;fill:#222222;fill-opacity:1;stroke:none;stroke-width:8;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
- sodipodi:type="arc" />
- <path
- style="opacity:0.25;color:#000000;fill:#222222;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:4;marker:none;visibility:visible;display:inline;overflow:visible;filter:url(#filter7759);enable-background:accumulate"
- d="m 1174,-70 c -6.4317,0.0395 -12.7696,0.4728 -19,1.25 l 0,8.75 5,5 10,0 z m 40.25,4.84375 -0.031,0.15625 7.7812,9 5,0 3,-4 0,-0.28125 c -1.2872,-0.4713 -2.5726,-0.93607 -3.875,-1.375 -0.041,-0.0138 -0.084,-0.01755 -0.125,-0.03125 -1.2576,-0.42471 -2.5104,-0.82436 -3.7812,-1.21875 -1.1271,-0.34978 -2.2683,-0.70623 -3.4063,-1.03125 -0.1871,-0.0531 -0.3752,-0.10379 -0.5625,-0.15625 -1.079,-0.30374 -2.1607,-0.59432 -3.25,-0.875 -0.2478,-0.0638 -0.5017,-0.1249 -0.75,-0.1875 z m -95,5.15625 c -39.4401,14.6674 -71.5429,44.43079 -89.25,82.28125 L 1030,35 l 15,15 0,10 5,0 5,5 0,5 -5,5 0,15 105,0 -10,-10 -20,0 -5,-5 0,-5 -40,-25 -10,0 -10,10 -10,0 0,-15 -5,-5 5,-5 0,-5 -5,0 -10,0 10,-20 15,-5 0,15 5,0 5,-5 0,-10 25,-30 5,0 40,-15 0,-10 -5,-5 z m 91.75,5 6,8 7,0 -8,-8 z m 33.5,0.84375 -2.375,4.15625 -12.125,0 -5.7812,10 5.7812,10 -10,0.3125 -4.4375,4.6875 0,5 8.6563,5 10.7812,0 8.6562,-15 6.3438,0 10,8 1.3438,5 3.6562,0 0,-8 5,3 5,2 5,0 6,-6 -9,-10 -2.125,1 c -0.029,-0.0234 -0.064,-0.0392 -0.094,-0.0625 -0.3359,-0.26835 -0.6619,-0.54681 -1,-0.8125 -0.8033,-0.63134 -1.6219,-1.25882 -2.4374,-1.875 -0.2074,-0.1566 -0.417,-0.31314 -0.625,-0.46875 -0.9966,-0.74524 -1.9858,-1.46514 -3,-2.1875 -0.031,-0.0218 -0.063,-0.0408 -0.094,-0.0625 -0.1103,-0.0784 -0.2332,-0.14058 -0.3438,-0.21875 -0.9382,-0.66399 -1.8596,-1.35587 -2.8124,-2 -0.1442,-0.0974 -0.2931,-0.18434 -0.4376,-0.28125 -0.9169,-0.61558 -1.8508,-1.21555 -2.7812,-1.8125 -0.3292,-0.21107 -0.6691,-0.41628 -1,-0.625 -1.2672,-0.79993 -2.5216,-1.57877 -3.8125,-2.34375 -1.0622,-0.62947 -2.1409,-1.23835 -3.2187,-1.84375 -0.538,-0.302 -1.0834,-0.6103 -1.625,-0.90625 -0.1142,-0.0623 -0.2296,-0.12545 -0.3438,-0.1875 -0.9035,-0.49081 -1.8049,-0.9637 -2.7188,-1.4375 -1.3366,-0.69309 -2.6725,-1.3751 -4.0312,-2.03125 z M 1283,-30 l -3,10 5,5 10,0 0,10 -15,0 0,5 -10,0 -10,-10 -20,0 -5,0 -10,0 -5,5 0,10 -5,0 -10,20 0,5 5,5 0,15 20,20 20,0 5,-5 10,0 10,10 0,10 3.3438,5 56.6562,0 c 0,-44.18275 -17.9207,-84.17069 -46.875,-113.125 -0.6292,-0.62919 -1.2668,-1.25631 -1.9062,-1.875 z m -78,-20 3,5 5,0 -3,-5 z"
- transform="translate(30,852.36218)"
- id="path7591"
- clip-path="url(#clipPath7691)"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="cccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccscccccccccccccccccccccccccccccccccsccccccc" />
- <path
- inkscape:connector-curvature="0"
- style="color:#000000;fill:url(#linearGradient15256);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:4;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
- d="m 1244.25,787.20593 -0.031,0.15625 7.7812,9 5,0 3,-4 0,-0.28125 c -1.2873,-0.4713 -2.5726,-0.93607 -3.875,-1.375 -0.041,-0.0138 -0.084,-0.0175 -0.125,-0.0312 -1.2576,-0.42471 -2.5104,-0.82436 -3.7812,-1.21875 -1.1271,-0.34978 -2.2683,-0.70623 -3.4063,-1.03125 -0.1871,-0.0531 -0.3752,-0.10379 -0.5625,-0.15625 -1.079,-0.30374 -2.1607,-0.59432 -3.25,-0.875 -0.2478,-0.0638 -0.5018,-0.1249 -0.75,-0.1875 z m -3.25,10.15625 6,8 7,0 -8,-8 -5,0 z m 33.5,0.875 -2.375,4.125 -9.5937,0 -2.5313,0 -5.7812,10 5.7812,10 -10,0.3125 -4.4375,4.6875 0,5 8.6563,5 7.3437,0 3.4375,0 8.6563,-15 6.3437,0 10,8 1.3438,5 3.6562,0 0,-8 5,3 5,2 5,0 5,5 10,0 0,10 -15,0 0,5 -10,0 -10,-10 -20,0 -5,0 -4.375,0 -5.625,0 -5,5 0,10 -5,0 -10,20 0,5 5,5 0,10.9375 0,4.0625 20,20 20,0 5,-5 10,0 10,10 0,10 3.3438,5 51.6562,0 5,0 c 0,-51.43766 -24.2837,-97.1986 -62,-126.46875 -0.1548,-0.11296 -0.3219,-0.23072 -0.4687,-0.34375 -0.018,-0.014 -0.045,-0.0172 -0.062,-0.0312 -0.7174,-0.55233 -1.4292,-1.11612 -2.1563,-1.65625 -0.053,-0.0397 -0.1025,-0.0854 -0.1562,-0.125 -0.06,-0.0444 -0.1301,-0.0771 -0.1875,-0.125 -0.023,-0.0187 -0.043,-0.0403 -0.062,-0.0625 -0.023,-0.0174 -0.04,-0.0451 -0.062,-0.0625 -0.7324,-0.5397 -1.4775,-1.07211 -2.2188,-1.59375 -0.019,-0.0133 -0.044,-0.0179 -0.062,-0.0312 -0.7603,-0.5345 -1.5106,-1.06633 -2.2812,-1.59375 -0.8253,-0.56504 -1.6633,-1.10637 -2.5,-1.65625 -1.673,-1.09976 -3.3778,-2.18082 -5.0938,-3.21875 -0.858,-0.51897 -1.7254,-1.02804 -2.5937,-1.53125 -0.8686,-0.50321 -1.7441,-1.0092 -2.625,-1.5 -0.8811,-0.49079 -1.7676,-0.96639 -2.6563,-1.4375 -0.8887,-0.47111 -1.7575,-0.92024 -2.6562,-1.375 -0.8777,-0.44428 -1.7693,-0.884 -2.6563,-1.3125 z m -39.5,4.125 3,5 5,0 -3,-5 -5,0 z"
- id="path7176-41" />
- <path
- inkscape:connector-curvature="0"
- style="opacity:0.15;color:#000000;fill:#9ed184;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:4;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
- d="m 1285,897.36218 -15,15 -20,0 10,10 20,0 5,-5 10,0 10,10 0,10 5,0 10,-10 15.9688,0 0,-15 -25.9688,-15 -25,0 z"
- id="path7176-3-8" />
- <path
- inkscape:connector-curvature="0"
- style="color:#000000;fill:url(#linearGradient15252);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:4;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
- d="m 1149.25,792.36218 c -39.4401,14.6674 -71.5429,44.43079 -89.25,82.28125 l 0,12.71875 15,15 0,10 5,0 5,5 0,5 -5,5 0,15.00002 105,0 -10,-10.00002 -20,0 -5,-5 0,-5 -40,-25 -10,0 -10,10 -10,0 0,-15 -5,-5 5,-5 0,-5 -5,0 -10,0 10,-20 15,-5 0,15 5,0 5,-5 0,-10 25,-30 5,0 40,-15 0,-10 -5,-5 z"
- id="path7176-4"
- sodipodi:nodetypes="ccccccccccccccccccccccccccccccccccccc" />
- <path
- style="color:#000000;fill:url(#linearGradient12007);fill-opacity:1;stroke:none;stroke-width:9.60000038000000089;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate;opacity:0.25000000000000000;fill-rule:nonzero"
- d="m 1157,892.36218 c -6.1485,0 -11.3033,4.26474 -12.6562,10 l -29.3438,0 0,10 1.9063,0 8.0937,30.00002 55,0 -10,-37.00002 c -1.8732,-6.93102 -5.8203,-13 -13,-13 z"
- id="path11973"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="sccccccss" />
- <path
- inkscape:connector-curvature="0"
- style="color:#000000;fill:url(#linearGradient15249);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:4;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
- d="m 1204,782.36218 c -6.4317,0.0395 -12.7696,0.4728 -19,1.25 l 0,8.75 5,5 10,0 4,-15 z"
- id="path7176-9" />
- <path
- inkscape:connector-curvature="0"
- style="opacity:0.15;color:#000000;fill:#9ed184;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:4;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
- d="m 1149.25,792.36218 c -5.8774,2.18576 -11.5968,4.72945 -17.125,7.5625 l 12.875,7.4375 0,9.375 25,-9.375 0,-10 -5,-5 -15.75,0 z"
- id="path7176-4-7" />
- <path
- inkscape:connector-curvature="0"
- style="opacity:0.15;color:#000000;fill:#9ed184;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:4;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
- d="m 1115,810.08093 c -13.1826,8.9817 -24.9493,19.86488 -34.9063,32.28125 l 14.9063,0 20,-20 0,-12.28125 z"
- id="path7176-4-76" />
- <path
- inkscape:connector-curvature="0"
- style="opacity:0.25;color:#000000;fill:url(#linearGradient15226);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:4;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
- d="m 1260.4688,792.26843 c 13.3096,49.6722 -0.4537,112.82556 -27.6876,150.09372 l 132.2188,0 c 0,-68.85715 -43.5157,-127.53233 -104.5312,-150.09372 z"
- id="path7176-2"
- sodipodi:nodetypes="cccc" />
- <path
- sodipodi:open="true"
- sodipodi:end="6.2831853"
- sodipodi:start="3.1415927"
- transform="matrix(1.5000002,0,0,1.5,-649.00018,763.86218)"
- d="M 1126,118.99999 C 1126,58.248672 1175.2487,8.9999972 1236,9 c 60.7513,2.8e-6 110,49.248679 110,110"
- sodipodi:ry="110"
- sodipodi:rx="110"
- sodipodi:cy="119"
- sodipodi:cx="1236"
- id="path7176-1"
- style="color:#000000;fill:url(#radialGradient14929);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:4;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
- sodipodi:type="arc" />
- <path
- sodipodi:type="arc"
- style="opacity:0.5;color:#000000;fill:#222222;fill-opacity:1;stroke:none;stroke-width:8;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
- id="path8131"
- sodipodi:cx="1302.5"
- sodipodi:cy="17.5"
- sodipodi:rx="2.5"
- sodipodi:ry="2.5"
- d="m 1305,17.5 a 2.5,2.5 0 1 1 -5,0 2.5,2.5 0 1 1 5,0 z"
- transform="matrix(1.2,0,0,1.2,-399,849.36218)" />
- <path
- style="opacity:0.15;color:#000000;fill:#9ed184;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:4;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
- d="m 1100,927.36218 5,0 15,5 0,10 -30,0 z"
- id="path9199"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="cccccc" />
- <path
- inkscape:connector-curvature="0"
- style="opacity:0.15;color:#000000;fill:#9ed184;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:4;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
- d="m 1130,909.86218 0,7.5 10,5 0,10 -10,10 55,0 -10,-10 -20,0 -5,-5 0,-5 -20,-12.5 z"
- id="path7176-4-2" />
- <path
- style="opacity:0.5;color:#000000;fill:none;stroke:#222222;stroke-width:4;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
- d="m 1142,883.36218 c 0,0 3,1 8,1 5,0 8,-1 8,-1"
- id="path8488-2"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="csc" />
- <rect
- style="color:#000000;fill:#ffffff;fill-opacity:0.47058824;fill-rule:nonzero;stroke:#ffffff;stroke-width:2;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
- id="rect10762"
- width="18"
- height="9"
- x="1155"
- y="864.36218"
- rx="2"
- ry="2" />
- <rect
- y="864.36218"
- x="1126"
- height="9"
- width="18"
- id="rect11289"
- style="color:#000000;fill:#ffffff;fill-opacity:0.47058824;fill-rule:nonzero;stroke:#ffffff;stroke-width:2;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
- rx="2"
- ry="2" />
- <rect
- 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"
- id="rect11291"
- width="11"
- height="2"
- x="1144"
- y="866.36218" />
- <path
- style="color:#000000;fill:none;stroke:#ffffff;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
- d="m 1174,867.36218 c 0,0 7.6667,0 9,0 2,0 2,2 2,2"
- id="path11293"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="csc" />
- <path
- style="color:#000000;fill:url(#linearGradient11385);fill-opacity:1;stroke:none;stroke-width:2;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
- d="m 1095,905.36218 55,0 10,37 -55,0 z"
- id="rect11324"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccccc" />
- <rect
- 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"
- id="rect11389"
- width="42"
- height="13.000003"
- x="1095"
- y="892.36218" />
- <path
- style="color:#000000;fill:url(#linearGradient12091);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:9.60000038;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
- d="m 317,150 c -6.14848,0 -11.98544,4.14562 -12.65625,10 L 304,163 l -29,0 0,2 0,5 1.4375,0 8.5625,30 9.375,0 -8.03125,-30 38.65625,0 0,-7 5,0 c 0,-7.1797 -5.8203,-13 -13,-13 z"
- transform="translate(820,742.36218)"
- id="path11396"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="sscccccccccccs" />
- <path
- style="color:#000000;fill:url(#linearGradient11903-7);fill-opacity:1;stroke:none;stroke-width:20;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate;fill-rule:nonzero"
- d="M 273 155 C 268.4337 155 264.5722 158.06835 263.375 162.25 L 251 200 L 273 200 L 282.5625 168 L 282.5625 167.9375 C 282.5815 167.8754 282.608 167.81259 282.625 167.75 C 282.8758 166.87399 283 165.95659 283 165 C 283 159.47715 278.5229 155 273 155 z M 326 155 C 320.4771 155 316 159.47715 316 165 C 316 165.95659 316.1242 166.87399 316.375 167.75 C 316.392 167.81259 316.4185 167.8754 316.4375 167.9375 L 316.4375 168 L 326 200 L 348 200 L 335.625 162.25 C 334.4278 158.06835 330.5663 155 326 155 z "
- transform="translate(820,742.36218)"
- id="path10760" />
- <path
- transform="matrix(1.7333333,0,0,-1.7333333,538.00001,1178.3622)"
- d="m 330,157.5 a 7.5,7.5 0 1 1 -15,0 l 7.5,0 z"
- sodipodi:ry="7.5"
- sodipodi:rx="7.5"
- sodipodi:cy="157.5"
- sodipodi:cx="322.5"
- id="path11387"
- 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"
- sodipodi:type="arc"
- sodipodi:start="0"
- sodipodi:end="3.1415927" />
- <path
- style="color:#000000;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:20;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate;opacity:0.25"
- d="M 273 155 C 268.4337 155 264.5722 158.06835 263.375 162.25 L 251 200 L 273 200 L 282.5625 168 L 282.5625 167.9375 C 282.5815 167.8754 282.608 167.81259 282.625 167.75 C 282.8758 166.87399 283 165.95659 283 165 C 283 159.47715 278.5229 155 273 155 z M 326 155 C 320.4771 155 316 159.47715 316 165 C 316 165.95659 316.1242 166.87399 316.375 167.75 C 316.392 167.81259 316.4185 167.8754 316.4375 167.9375 L 316.4375 168 L 326 200 L 348 200 L 335.625 162.25 C 334.4278 158.06835 330.5663 155 326 155 z "
- transform="translate(820,742.36218)"
- id="path11526"
- clip-path="url(#clipPath11645)" />
- </g>
- <g
- inkscape:groupmode="layer"
- id="layer2"
- inkscape:label="blahh"
- style="display:none"
- sodipodi:insensitive="true"
- transform="translate(-820,110)">
- <image
- y="-104.56463"
- x="967.5"
- id="image7297"
- xlink:href="file:///Users/saman/Desktop/Screen%20Shot%202013-07-30%20at%204.21.02%20PM.png"
- height="361.12924"
- width="381"
- style="opacity:0.25" />
- </g>
-</svg>
+<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="530" height="200"><defs><clipPath id="A"><path transform="matrix(1.454546 0 0 1.454546 -622.81822 -83.09091)" d="M 1126,118.99999 A 110,110 0 0 1 1346,119" fill="#c5c5d7" fill-opacity="1" fill-rule="nonzero" stroke="none" stroke-width="4"/></clipPath><filter id="B" color-interpolation-filters="sRGB" x="-.046" y="-.087" width="1.091" height="1.174"><feGaussianBlur stdDeviation="5.813"/></filter><linearGradient id="C" x1="1225.688" y1="36.5" x2="1225.688" y2="119" xlink:href="#U"><stop offset="0" stop-color="#b2dbea"/><stop offset="1" stop-color="#7092ff"/></linearGradient><clipPath id="D"><path d="M 1126,118.99999 A 110,110 0 0 1 1346,119" transform="matrix(1.454546 0 0 1.454546 -611.81823 -534.09093)" fill="#000" fill-opacity="1" fill-rule="nonzero" stroke="none" stroke-width="4"/></clipPath><radialGradient id="E" cx="1218.2" cy="124.603" fx="1218.2" fy="124.603" r="110" gradientTransform="matrix(8.9292362e-8,-1.09375,1.0937499,1.4609618e-6,1099.715,1451.4055)" xlink:href="#U"><stop offset="0" stop-color="#ccf1ff" stop-opacity="0"/><stop offset=".857" stop-color="#ccf1ff" stop-opacity="0"/><stop offset="1" stop-color="#789afb"/></radialGradient><linearGradient id="F" x1="1254.219" y1="789.359" x2="1254.219" y2="942.362" xlink:href="#U"><stop offset="0" stop-color="#222"/><stop offset="1" stop-color="#adadc6" stop-opacity="0"/></linearGradient><linearGradient id="G" x1="1127" y1="942.362" x2="1127" y2="802.63" xlink:href="#U"><stop offset="0" stop-color="#cbeea7"/><stop offset="1" stop-color="#cee8c1"/></linearGradient><linearGradient id="H" x1="1115" y1="920.162" x2="1115" y2="946.062" xlink:href="#U"><stop offset="0" stop-color="#fff"/><stop offset="1" stop-color="#dfe9fc"/></linearGradient><linearGradient y2="200" x2="360" y1="163.875" x1="360" id="I" xlink:href="#U"><stop offset="0" stop-color="#a2c9ed"/><stop offset="1" stop-color="#7a9dfc"/></linearGradient><linearGradient id="J" x1="1170" y1="936.112" x2="1158.253" y2="892.27" xlink:href="#U"><stop offset="0" stop-color="#222"/><stop offset="1" stop-color="#222" stop-opacity="0"/></linearGradient><linearGradient id="K" x1="315" y1="200" x2="299.064" y2="140.525" xlink:href="#U"><stop offset="0" stop-color="#c4c4c4"/><stop offset="1" stop-color="#fff"/></linearGradient><path id="L" d="M1126 119c0-60.751 49.249-110 110-110s110 49.249 110 110"/><path id="M" d="M1023.754-506.266h4.834v-14.194l-4.497 1.113v-3.896l4.526-1.084h4.175v18.062h4.834v3.809h-13.872z"/><path id="N" d="M1040.863-513.37q0-5.684 1.802-8.511 1.802-2.842 5.42-2.842 3.633 0 5.435 2.827 1.802 2.827 1.802 8.525 0 5.684-1.802 8.511-1.802 2.827-5.435 2.827-3.618 0-5.42-2.827-1.802-2.842-1.802-8.511zm5.039 5.845q.688 1.831 2.183 1.831 1.509 0 2.197-1.831.688-1.831.688-5.845 0-1.523-.102-2.725l-5.112 8.145q.073.234.146.425zm2.183-13.535q-1.494 0-2.183 1.831-.688 1.831-.688 5.859 0 1.245.059 2.271l5.039-8.042q-.015-.044-.029-.088-.688-1.831-2.197-1.831z"/><path id="O" d="M1076.986-513.37q0-5.684 1.802-8.511 1.802-2.842 5.42-2.842 3.633 0 5.435 2.827 1.802 2.827 1.802 8.525 0 5.684-1.802 8.511-1.802 2.827-5.435 2.827-3.618 0-5.42-2.827-1.802-2.842-1.802-8.511zm5.039 5.845q.688 1.831 2.183 1.831 1.509 0 2.197-1.831.688-1.831.688-5.845 0-1.523-.103-2.725l-5.112 8.145q.073.234.147.425zm2.183-13.535q-1.494 0-2.183 1.831-.688 1.831-.688 5.859 0 1.245.059 2.271l5.039-8.042q-.015-.044-.029-.088-.688-1.831-2.197-1.831z"/><path id="P" d="M1096-506.266h4.834v-14.194l-4.497 1.113v-3.896l4.526-1.084h4.175v18.062h4.834v3.809H1096z"/><path id="Q" d="M1149.232-513.37q0-5.684 1.802-8.511 1.802-2.842 5.42-2.842 3.633 0 5.435 2.827 1.802 2.827 1.802 8.525 0 5.684-1.802 8.511-1.802 2.827-5.435 2.827-3.618 0-5.42-2.827-1.802-2.842-1.802-8.511zm5.039 5.845q.688 1.831 2.183 1.831 1.509 0 2.197-1.831.688-1.831.688-5.845 0-1.523-.102-2.725l-5.112 8.145q.073.234.147.425zm2.183-13.535q-1.494 0-2.183 1.831-.688 1.831-.688 5.859 0 1.245.059 2.271l5.039-8.042q-.015-.044-.029-.088-.688-1.831-2.197-1.831z"/><path id="R" d="M1185.356-513.37q0-5.684 1.802-8.511 1.802-2.842 5.42-2.842 3.633 0 5.435 2.827 1.802 2.827 1.802 8.525 0 5.684-1.802 8.511-1.802 2.827-5.435 2.827-3.618 0-5.42-2.827-1.802-2.842-1.802-8.511zm5.039 5.845q.688 1.831 2.183 1.831 1.509 0 2.197-1.831.688-1.831.688-5.845 0-1.523-.102-2.725l-5.112 8.145q.073.234.147.425zm2.183-13.535q-1.494 0-2.183 1.831-.688 1.831-.688 5.859 0 1.245.058 2.271l5.039-8.042q-.015-.044-.029-.088-.688-1.831-2.197-1.831z"/><path id="S" d="M1330.8-506.266h4.834v-14.194l-4.497 1.113v-3.896l4.526-1.084h4.175v18.062h4.834v3.809H1330.8z"/><path id="T" d="M273 155c-4.566 0-8.428 3.068-9.625 7.25L251 200h22l9.563-32v-.062c.019-.062.046-.125.063-.187.251-.876.375-1.793.375-2.75a10 10 0 0 0-10-10zm53 0a10 10 0 0 0-10 10c0 .957.124 1.874.375 2.75.017.063.043.125.063.188V168L326 200h22l-12.375-37.75c-1.197-4.182-5.059-7.25-9.625-7.25z"/><linearGradient id="U" gradientUnits="userSpaceOnUse"/><linearGradient id="V" x1="1184" y1="-405" x2="1184" y2="-533.035" xlink:href="#U"><stop offset="0" stop-color="#fff"/><stop offset="1" stop-color="#fff" stop-opacity="0"/></linearGradient><path id="W" d="M1059.877-506.266h4.834v-14.194l-4.497 1.113v-3.896l4.526-1.084h4.175v18.062h4.834v3.809h-13.872z"/><path id="X" d="M1113.109-513.37q0-5.684 1.802-8.511 1.802-2.842 5.42-2.842 3.633 0 5.435 2.827 1.802 2.827 1.802 8.525 0 5.684-1.802 8.511-1.802 2.827-5.435 2.827-3.618 0-5.42-2.827-1.802-2.842-1.802-8.511zm5.039 5.845q.688 1.831 2.183 1.831 1.509 0 2.197-1.831.688-1.831.688-5.845 0-1.523-.102-2.725l-5.112 8.145q.073.234.146.425zm2.183-13.535q-1.494 0-2.183 1.831-.688 1.831-.688 5.859 0 1.245.059 2.271l5.039-8.042q-.015-.044-.029-.088-.688-1.831-2.197-1.831z"/><path id="Y" d="M1221.479-513.37q0-5.684 1.802-8.511 1.802-2.842 5.42-2.842 3.633 0 5.435 2.827 1.802 2.827 1.802 8.525 0 5.684-1.802 8.511-1.802 2.827-5.435 2.827-3.618 0-5.42-2.827-1.802-2.842-1.802-8.511zm5.039 5.845q.688 1.831 2.183 1.831 1.509 0 2.197-1.831.688-1.831.688-5.845 0-1.523-.102-2.725l-5.112 8.145q.073.234.147.425zm2.183-13.535q-1.494 0-2.183 1.831-.688 1.831-.688 5.859 0 1.245.059 2.271l5.039-8.042q-.015-.044-.029-.088-.688-1.831-2.197-1.831z"/><path id="Z" d="M1257.602-513.37q0-5.684 1.802-8.511 1.802-2.842 5.42-2.842 3.633 0 5.435 2.827 1.802 2.827 1.802 8.525 0 5.684-1.802 8.511-1.802 2.827-5.435 2.827-3.618 0-5.42-2.827-1.802-2.842-1.802-8.511zm5.039 5.845q.688 1.831 2.183 1.831 1.509 0 2.197-1.831.688-1.831.688-5.845 0-1.523-.103-2.725l-5.112 8.145q.073.234.147.425zm2.183-13.535q-1.494 0-2.183 1.831-.688 1.831-.688 5.859 0 1.245.059 2.271l5.039-8.042q-.015-.044-.029-.088-.688-1.831-2.197-1.831z"/><path id="a" d="M1096-468.766h4.834v-14.194l-4.497 1.113v-3.896l4.526-1.084h4.175v18.062h4.834v3.809H1096z"/><path id="b" d="M1185.356-475.87q0-5.684 1.802-8.511 1.802-2.842 5.42-2.842 3.633 0 5.435 2.827 1.802 2.827 1.802 8.525 0 5.684-1.802 8.511-1.802 2.827-5.435 2.827-3.618 0-5.42-2.827-1.802-2.842-1.802-8.511zm5.039 5.845q.688 1.831 2.183 1.831 1.509 0 2.197-1.831.688-1.831.688-5.845 0-1.523-.102-2.725l-5.112 8.145q.073.234.147.425zm2.183-13.535q-1.494 0-2.183 1.831-.688 1.831-.688 5.859 0 1.245.058 2.271l5.039-8.042q-.015-.044-.029-.088-.688-1.831-2.197-1.831z"/><path id="c" d="M1330.8-356.266h4.834v-14.194l-4.497 1.113v-3.896l4.526-1.084h4.175v18.062h4.834v3.809H1330.8z"/></defs><g transform="translate(-840 -742.362)"><use xlink:href="#L" transform="matrix(1.5 0 0 1.5 -649.00018 763.86218)" fill="url(#E)"/><use xlink:href="#L" transform="matrix(1.454546 0 0 1.454546 -592.81822 769.27127)" fill="url(#C)"/><g transform="translate(19 1303.362)" clip-path="url(#D)" opacity=".25"><use xlink:href="#M" fill="url(#V)"/><use xlink:href="#N" fill="url(#V)"/><use xlink:href="#W" fill="url(#V)"/><use xlink:href="#O" fill="url(#V)"/><use xlink:href="#P" fill="url(#V)"/><use xlink:href="#X" fill="url(#V)"/><path d="M1132.123-506.266h4.834v-14.194l-4.497 1.113v-3.896l4.526-1.084h4.175v18.062h4.834v3.809h-13.872z" fill="url(#V)"/><use xlink:href="#Q" fill="url(#V)"/><path d="M1168.246-506.266h4.834v-14.194l-4.497 1.113v-3.896l4.526-1.084h4.175v18.062h4.834v3.809h-13.872z" fill="url(#V)"/><use xlink:href="#R" fill="url(#V)"/><path d="M1204.369-506.266h4.834v-14.194l-4.497 1.113v-3.896l4.526-1.084h4.175v18.062h4.834v3.809h-13.872z" fill="url(#V)"/><use xlink:href="#Y" fill="url(#V)"/><path d="M1240.492-506.266h4.834v-14.194l-4.497 1.113v-3.896l4.526-1.084h4.175v18.062h4.834v3.809h-13.872z" fill="url(#V)"/><use xlink:href="#Z" fill="url(#V)"/><path d="M1275.663-513.37q0-5.684 1.802-8.511 1.802-2.842 5.42-2.842 3.633 0 5.435 2.827 1.802 2.827 1.802 8.525 0 5.684-1.802 8.511-1.802 2.827-5.435 2.827-3.618 0-5.42-2.827-1.802-2.842-1.802-8.511zm5.039 5.845q.688 1.831 2.183 1.831 1.509 0 2.197-1.831.688-1.831.688-5.845 0-1.523-.102-2.725l-5.112 8.145q.073.234.146.425zm2.183-13.535q-1.494 0-2.183 1.831-.688 1.831-.688 5.859 0 1.245.059 2.271l5.039-8.042q-.015-.044-.029-.088-.688-1.831-2.197-1.831z" fill="url(#V)"/><path d="M1293.725-513.37q0-5.684 1.802-8.511 1.802-2.842 5.42-2.842 3.633 0 5.435 2.827 1.802 2.827 1.802 8.525 0 5.684-1.802 8.511-1.802 2.827-5.435 2.827-3.618 0-5.42-2.827-1.802-2.842-1.802-8.511zm5.039 5.845q.688 1.831 2.183 1.831 1.509 0 2.197-1.831.688-1.831.688-5.845 0-1.523-.102-2.725l-5.112 8.145q.073.234.147.425zm2.183-13.535q-1.494 0-2.183 1.831-.688 1.831-.688 5.859 0 1.245.059 2.271l5.039-8.042q-.015-.044-.029-.088-.688-1.831-2.197-1.831z" fill="url(#V)"/><path d="M1312.738-506.266h4.834v-14.194l-4.497 1.113v-3.896l4.526-1.084h4.175v18.062h4.834v3.809h-13.872z" fill="url(#V)"/><use xlink:href="#S" fill="url(#V)"/><path d="M1023.754-468.766h4.834v-14.194l-4.497 1.113v-3.896l4.526-1.084h4.175v18.062h4.834v3.809h-13.872z" fill="url(#V)"/><path d="M1040.863-475.87q0-5.684 1.802-8.511 1.802-2.842 5.42-2.842 3.633 0 5.435 2.827 1.802 2.827 1.802 8.525 0 5.684-1.802 8.511-1.802 2.827-5.435 2.827-3.618 0-5.42-2.827-1.802-2.842-1.802-8.511zm5.039 5.845q.688 1.831 2.183 1.831 1.509 0 2.197-1.831.688-1.831.688-5.845 0-1.523-.102-2.725l-5.112 8.145q.073.234.146.425zm2.183-13.535q-1.494 0-2.183 1.831-.688 1.831-.688 5.859 0 1.245.059 2.271l5.039-8.042q-.015-.044-.029-.088-.688-1.831-2.197-1.831z" fill="url(#V)"/><path d="M1058.925-475.87q0-5.684 1.802-8.511 1.802-2.842 5.42-2.842 3.633 0 5.435 2.827 1.802 2.827 1.802 8.525 0 5.684-1.802 8.511-1.802 2.827-5.435 2.827-3.618 0-5.42-2.827-1.802-2.842-1.802-8.511zm5.039 5.845q.688 1.831 2.183 1.831 1.509 0 2.197-1.831.688-1.831.688-5.845 0-1.523-.102-2.725l-5.112 8.145q.073.234.147.425zm2.183-13.535q-1.494 0-2.183 1.831-.688 1.831-.688 5.859 0 1.245.059 2.271l5.039-8.042q-.015-.044-.029-.088-.688-1.831-2.197-1.831z" fill="url(#V)"/><path d="M1076.986-475.87q0-5.684 1.802-8.511 1.802-2.842 5.42-2.842 3.633 0 5.435 2.827 1.802 2.827 1.802 8.525 0 5.684-1.802 8.511-1.802 2.827-5.435 2.827-3.618 0-5.42-2.827-1.802-2.842-1.802-8.511zm5.039 5.845q.688 1.831 2.183 1.831 1.509 0 2.197-1.831.688-1.831.688-5.845 0-1.523-.103-2.725l-5.112 8.145q.073.234.147.425zm2.183-13.535q-1.494 0-2.183 1.831-.688 1.831-.688 5.859 0 1.245.059 2.271l5.039-8.042q-.015-.044-.029-.088-.688-1.831-2.197-1.831z" fill="url(#V)"/><use xlink:href="#a" fill="url(#V)"/><path d="M1113.109-475.87q0-5.684 1.802-8.511 1.802-2.842 5.42-2.842 3.633 0 5.435 2.827 1.802 2.827 1.802 8.525 0 5.684-1.802 8.511-1.802 2.827-5.435 2.827-3.618 0-5.42-2.827-1.802-2.842-1.802-8.511zm5.039 5.845q.688 1.831 2.183 1.831 1.509 0 2.197-1.831.688-1.831.688-5.845 0-1.523-.102-2.725l-5.112 8.145q.073.234.146.425zm2.183-13.535q-1.494 0-2.183 1.831-.688 1.831-.688 5.859 0 1.245.059 2.271l5.039-8.042q-.015-.044-.029-.088-.688-1.831-2.197-1.831z" fill="url(#V)"/><path d="M1132.123-468.766h4.834v-14.194l-4.497 1.113v-3.896l4.526-1.084h4.175v18.062h4.834v3.809h-13.872z" fill="url(#V)"/><path d="M1149.232-475.87q0-5.684 1.802-8.511 1.802-2.842 5.42-2.842 3.633 0 5.435 2.827 1.802 2.827 1.802 8.525 0 5.684-1.802 8.511-1.802 2.827-5.435 2.827-3.618 0-5.42-2.827-1.802-2.842-1.802-8.511zm5.039 5.845q.688 1.831 2.183 1.831 1.509 0 2.197-1.831.688-1.831.688-5.845 0-1.523-.102-2.725l-5.112 8.145q.073.234.147.425zm2.183-13.535q-1.494 0-2.183 1.831-.688 1.831-.688 5.859 0 1.245.059 2.271l5.039-8.042q-.015-.044-.029-.088-.688-1.831-2.197-1.831z" fill="url(#V)"/><path d="M1168.246-468.766h4.834v-14.194l-4.497 1.113v-3.896l4.526-1.084h4.175v18.062h4.834v3.809h-13.872z" fill="url(#V)"/><use xlink:href="#b" fill="url(#V)"/><path d="M1204.369-468.766h4.834v-14.194l-4.497 1.113v-3.896l4.526-1.084h4.175v18.062h4.834v3.809h-13.872z" fill="url(#V)"/><path d="M1221.479-475.87q0-5.684 1.802-8.511 1.802-2.842 5.42-2.842 3.633 0 5.435 2.827 1.802 2.827 1.802 8.525 0 5.684-1.802 8.511-1.802 2.827-5.435 2.827-3.618 0-5.42-2.827-1.802-2.842-1.802-8.511zm5.039 5.845q.688 1.831 2.183 1.831 1.509 0 2.197-1.831.688-1.831.688-5.845 0-1.523-.102-2.725l-5.112 8.145q.073.234.147.425zm2.183-13.535q-1.494 0-2.183 1.831-.688 1.831-.688 5.859 0 1.245.059 2.271l5.039-8.042q-.015-.044-.029-.088-.688-1.831-2.197-1.831z" fill="url(#V)"/><path d="M1239.54-475.87q0-5.684 1.802-8.511 1.802-2.842 5.42-2.842 3.633 0 5.435 2.827 1.802 2.827 1.802 8.525 0 5.684-1.802 8.511-1.802 2.827-5.435 2.827-3.618 0-5.42-2.827-1.802-2.842-1.802-8.511zm5.039 5.845q.688 1.831 2.183 1.831 1.509 0 2.197-1.831.688-1.831.688-5.845 0-1.523-.103-2.725l-5.112 8.145q.073.234.147.425zm2.183-13.535q-1.494 0-2.183 1.831-.688 1.831-.688 5.859 0 1.245.059 2.271l5.039-8.042q-.015-.044-.029-.088-.688-1.831-2.197-1.831z" fill="url(#V)"/><path d="M1258.554-468.766h4.834v-14.194l-4.497 1.113v-3.896l4.526-1.084h4.175v18.062h4.834v3.809h-13.872z" fill="url(#V)"/><path d="M1276.615-468.766h4.834v-14.194l-4.497 1.113v-3.896l4.526-1.084h4.175v18.062h4.834v3.809h-13.872z" fill="url(#V)"/><path d="M1293.725-475.87q0-5.684 1.802-8.511 1.802-2.842 5.42-2.842 3.633 0 5.435 2.827 1.802 2.827 1.802 8.525 0 5.684-1.802 8.511-1.802 2.827-5.435 2.827-3.618 0-5.42-2.827-1.802-2.842-1.802-8.511zm5.039 5.845q.688 1.831 2.183 1.831 1.509 0 2.197-1.831.688-1.831.688-5.845 0-1.523-.102-2.725l-5.112 8.145q.073.234.147.425zm2.183-13.535q-1.494 0-2.183 1.831-.688 1.831-.688 5.859 0 1.245.059 2.271l5.039-8.042q-.015-.044-.029-.088-.688-1.831-2.197-1.831z" fill="url(#V)"/><path d="M1312.738-468.766h4.834v-14.194l-4.497 1.113v-3.896l4.526-1.084h4.175v18.062h4.834v3.809h-13.872z" fill="url(#V)"/><path d="M1329.848-475.87q0-5.684 1.802-8.511 1.802-2.842 5.42-2.842 3.633 0 5.435 2.827 1.802 2.827 1.802 8.525 0 5.684-1.802 8.511-1.802 2.827-5.435 2.827-3.618 0-5.42-2.827-1.802-2.842-1.802-8.511zm5.039 5.845q.688 1.831 2.183 1.831 1.509 0 2.197-1.831.688-1.831.688-5.845 0-1.523-.103-2.725l-5.112 8.145q.073.234.147.425zm2.183-13.535q-1.494 0-2.183 1.831-.688 1.831-.688 5.859 0 1.245.059 2.271l5.039-8.042q-.015-.044-.029-.088-.688-1.831-2.197-1.831z" fill="url(#V)"/><path d="M1023.754-431.266h4.834v-14.194l-4.497 1.113v-3.896l4.526-1.084h4.175v18.062h4.834v3.809h-13.872z" fill="url(#V)"/><path d="M1040.863-438.37q0-5.684 1.802-8.511 1.802-2.842 5.42-2.842 3.633 0 5.435 2.827 1.802 2.827 1.802 8.525 0 5.684-1.802 8.511-1.802 2.827-5.435 2.827-3.618 0-5.42-2.827-1.802-2.842-1.802-8.511zm5.039 5.845q.688 1.831 2.183 1.831 1.509 0 2.197-1.831.688-1.831.688-5.845 0-1.523-.102-2.725l-5.112 8.145q.073.234.146.425zm2.183-13.535q-1.494 0-2.183 1.831-.688 1.831-.688 5.859 0 1.245.059 2.271l5.039-8.042q-.015-.044-.029-.088-.688-1.831-2.197-1.831z" fill="url(#V)"/><path d="M1059.877-431.266h4.834v-14.194l-4.497 1.113v-3.896l4.526-1.084h4.175v18.062h4.834v3.809h-13.872z" fill="url(#V)"/><path d="M1076.986-438.37q0-5.684 1.802-8.511 1.802-2.842 5.42-2.842 3.633 0 5.435 2.827 1.802 2.827 1.802 8.525 0 5.684-1.802 8.511-1.802 2.827-5.435 2.827-3.618 0-5.42-2.827-1.802-2.842-1.802-8.511zm5.039 5.845q.688 1.831 2.183 1.831 1.509 0 2.197-1.831.688-1.831.688-5.845 0-1.523-.103-2.725l-5.112 8.145q.073.234.147.425zm2.183-13.535q-1.494 0-2.183 1.831-.688 1.831-.688 5.859 0 1.245.059 2.271l5.039-8.042q-.015-.044-.029-.088-.688-1.831-2.197-1.831z" fill="url(#V)"/><path d="M1096-431.266h4.834v-14.194l-4.497 1.113v-3.896l4.526-1.084h4.175v18.062h4.834v3.809H1096z" fill="url(#V)"/><path d="M1113.109-438.37q0-5.684 1.802-8.511 1.802-2.842 5.42-2.842 3.633 0 5.435 2.827 1.802 2.827 1.802 8.525 0 5.684-1.802 8.511-1.802 2.827-5.435 2.827-3.618 0-5.42-2.827-1.802-2.842-1.802-8.511zm5.039 5.845q.688 1.831 2.183 1.831 1.509 0 2.197-1.831.688-1.831.688-5.845 0-1.523-.102-2.725l-5.112 8.145q.073.234.146.425zm2.183-13.535q-1.494 0-2.183 1.831-.688 1.831-.688 5.859 0 1.245.059 2.271l5.039-8.042q-.015-.044-.029-.088-.688-1.831-2.197-1.831z" fill="url(#V)"/><path d="M1132.123-431.266h4.834v-14.194l-4.497 1.113v-3.896l4.526-1.084h4.175v18.062h4.834v3.809h-13.872z" fill="url(#V)"/><path d="M1149.232-438.37q0-5.684 1.802-8.511 1.802-2.842 5.42-2.842 3.633 0 5.435 2.827 1.802 2.827 1.802 8.525 0 5.684-1.802 8.511-1.802 2.827-5.435 2.827-3.618 0-5.42-2.827-1.802-2.842-1.802-8.511zm5.039 5.845q.688 1.831 2.183 1.831 1.509 0 2.197-1.831.688-1.831.688-5.845 0-1.523-.102-2.725l-5.112 8.145q.073.234.147.425zm2.183-13.535q-1.494 0-2.183 1.831-.688 1.831-.688 5.859 0 1.245.059 2.271l5.039-8.042q-.015-.044-.029-.088-.688-1.831-2.197-1.831z" fill="url(#V)"/><path d="M1168.246-431.266h4.834v-14.194l-4.497 1.113v-3.896l4.526-1.084h4.175v18.062h4.834v3.809h-13.872z" fill="url(#V)"/><path d="M1185.356-438.37q0-5.684 1.802-8.511 1.802-2.842 5.42-2.842 3.633 0 5.435 2.827 1.802 2.827 1.802 8.525 0 5.684-1.802 8.511-1.802 2.827-5.435 2.827-3.618 0-5.42-2.827-1.802-2.842-1.802-8.511zm5.039 5.845q.688 1.831 2.183 1.831 1.509 0 2.197-1.831.688-1.831.688-5.845 0-1.523-.102-2.725l-5.112 8.145q.073.234.147.425zm2.183-13.535q-1.494 0-2.183 1.831-.688 1.831-.688 5.859 0 1.245.058 2.271l5.039-8.042q-.015-.044-.029-.088-.688-1.831-2.197-1.831z" fill="url(#V)"/><path d="M1203.417-438.37q0-5.684 1.802-8.511 1.802-2.842 5.42-2.842 3.633 0 5.435 2.827 1.802 2.827 1.802 8.525 0 5.684-1.802 8.511-1.802 2.827-5.435 2.827-3.618 0-5.42-2.827-1.802-2.842-1.802-8.511zm5.039 5.845q.688 1.831 2.183 1.831 1.509 0 2.197-1.831.688-1.831.688-5.845 0-1.523-.102-2.725l-5.112 8.145q.073.234.147.425zm2.183-13.535q-1.494 0-2.183 1.831-.688 1.831-.688 5.859 0 1.245.059 2.271l5.039-8.042q-.015-.044-.029-.088-.688-1.831-2.197-1.831z" fill="url(#V)"/><path d="M1222.431-431.266h4.834v-14.194l-4.497 1.113v-3.896l4.526-1.084h4.175v18.062h4.834v3.809h-13.872z" fill="url(#V)"/><path d="M1239.54-438.37q0-5.684 1.802-8.511 1.802-2.842 5.42-2.842 3.633 0 5.435 2.827 1.802 2.827 1.802 8.525 0 5.684-1.802 8.511-1.802 2.827-5.435 2.827-3.618 0-5.42-2.827-1.802-2.842-1.802-8.511zm5.039 5.845q.688 1.831 2.183 1.831 1.509 0 2.197-1.831.688-1.831.688-5.845 0-1.523-.103-2.725l-5.112 8.145q.073.234.147.425zm2.183-13.535q-1.494 0-2.183 1.831-.688 1.831-.688 5.859 0 1.245.059 2.271l5.039-8.042q-.015-.044-.029-.088-.688-1.831-2.197-1.831z" fill="url(#V)"/><path d="M1258.554-431.266h4.834v-14.194l-4.497 1.113v-3.896l4.526-1.084h4.175v18.062h4.834v3.809h-13.872z" fill="url(#V)"/><path d="M1275.663-438.37q0-5.684 1.802-8.511 1.802-2.842 5.42-2.842 3.633 0 5.435 2.827 1.802 2.827 1.802 8.525 0 5.684-1.802 8.511-1.802 2.827-5.435 2.827-3.618 0-5.42-2.827-1.802-2.842-1.802-8.511zm5.039 5.845q.688 1.831 2.183 1.831 1.509 0 2.197-1.831.688-1.831.688-5.845 0-1.523-.102-2.725l-5.112 8.145q.073.234.146.425zm2.183-13.535q-1.494 0-2.183 1.831-.688 1.831-.688 5.859 0 1.245.059 2.271l5.039-8.042q-.015-.044-.029-.088-.688-1.831-2.197-1.831z" fill="url(#V)"/><path d="M1294.677-431.266h4.834v-14.194l-4.497 1.113v-3.896l4.526-1.084h4.175v18.062h4.834v3.809h-13.872z" fill="url(#V)"/><path d="M1312.738-431.266h4.834v-14.194l-4.497 1.113v-3.896l4.526-1.084h4.175v18.062h4.834v3.809h-13.872z" fill="url(#V)"/><path d="M1329.848-438.37q0-5.684 1.802-8.511 1.802-2.842 5.42-2.842 3.633 0 5.435 2.827 1.802 2.827 1.802 8.525 0 5.684-1.802 8.511-1.802 2.827-5.435 2.827-3.618 0-5.42-2.827-1.802-2.842-1.802-8.511zm5.039 5.845q.688 1.831 2.183 1.831 1.509 0 2.197-1.831.688-1.831.688-5.845 0-1.523-.103-2.725l-5.112 8.145q.073.234.147.425zm2.183-13.535q-1.494 0-2.183 1.831-.688 1.831-.688 5.859 0 1.245.059 2.271l5.039-8.042q-.015-.044-.029-.088-.688-1.831-2.197-1.831z" fill="url(#V)"/><path d="M1022.802-400.87q0-5.684 1.802-8.511 1.802-2.842 5.42-2.842 3.633 0 5.435 2.827 1.802 2.827 1.802 8.525 0 5.684-1.802 8.511-1.802 2.827-5.435 2.827-3.618 0-5.42-2.827-1.802-2.842-1.802-8.511zm5.039 5.845q.688 1.831 2.183 1.831 1.509 0 2.197-1.831.688-1.831.688-5.845 0-1.523-.103-2.725l-5.112 8.145q.073.234.147.425zm2.183-13.535q-1.494 0-2.183 1.831-.688 1.831-.688 5.859 0 1.245.059 2.271l5.039-8.042q-.015-.044-.029-.088-.688-1.831-2.197-1.831z" fill="url(#V)"/><path d="M1041.815-393.766h4.834v-14.194l-4.497 1.113v-3.896l4.526-1.084h4.175v18.062h4.834v3.809h-13.872z" fill="url(#V)"/><path d="M1058.925-400.87q0-5.684 1.802-8.511 1.802-2.842 5.42-2.842 3.633 0 5.435 2.827 1.802 2.827 1.802 8.525 0 5.684-1.802 8.511-1.802 2.827-5.435 2.827-3.618 0-5.42-2.827-1.802-2.842-1.802-8.511zm5.039 5.845q.688 1.831 2.183 1.831 1.509 0 2.197-1.831.688-1.831.688-5.845 0-1.523-.102-2.725l-5.112 8.145q.073.234.147.425zm2.183-13.535q-1.494 0-2.183 1.831-.688 1.831-.688 5.859 0 1.245.059 2.271l5.039-8.042q-.015-.044-.029-.088-.688-1.831-2.197-1.831z" fill="url(#V)"/><path d="M1077.939-393.766h4.834v-14.194l-4.497 1.113v-3.896l4.526-1.084h4.175v18.062h4.834v3.809h-13.872z" fill="url(#V)"/><path d="M1096-393.766h4.834v-14.194l-4.497 1.113v-3.896l4.526-1.084h4.175v18.062h4.834v3.809H1096z" fill="url(#V)"/><path d="M1114.062-393.766h4.834v-14.194l-4.497 1.113v-3.896l4.526-1.084h4.175v18.062h4.834v3.809h-13.872z" fill="url(#V)"/><path d="M1131.171-400.87q0-5.684 1.802-8.511 1.802-2.842 5.42-2.842 3.633 0 5.435 2.827 1.802 2.827 1.802 8.525 0 5.684-1.802 8.511-1.802 2.827-5.435 2.827-3.618 0-5.42-2.827-1.802-2.842-1.802-8.511zm5.039 5.845q.688 1.831 2.183 1.831 1.509 0 2.197-1.831.688-1.831.688-5.845 0-1.523-.102-2.725l-5.112 8.145q.073.234.147.425zm2.183-13.535q-1.494 0-2.183 1.831-.688 1.831-.688 5.859 0 1.245.059 2.271l5.039-8.042q-.015-.044-.029-.088-.688-1.831-2.197-1.831z" fill="url(#V)"/><path d="M1150.185-393.766h4.834v-14.194l-4.497 1.113v-3.896l4.526-1.084h4.175v18.062h4.834v3.809h-13.872z" fill="url(#V)"/><path d="M1167.294-400.87q0-5.684 1.802-8.511 1.802-2.842 5.42-2.842 3.633 0 5.435 2.827 1.802 2.827 1.802 8.525 0 5.684-1.802 8.511-1.802 2.827-5.435 2.827-3.618 0-5.42-2.827-1.802-2.842-1.802-8.511zm5.039 5.845q.688 1.831 2.183 1.831 1.509 0 2.197-1.831.688-1.831.688-5.845 0-1.523-.103-2.725l-5.112 8.145q.073.234.147.425zm2.183-13.535q-1.494 0-2.183 1.831-.688 1.831-.688 5.859 0 1.245.059 2.271l5.039-8.042q-.015-.044-.029-.088-.688-1.831-2.197-1.831z" fill="url(#V)"/><path d="M1186.308-393.766h4.834v-14.194l-4.497 1.113v-3.896l4.526-1.084h4.175v18.062h4.834v3.809h-13.872z" fill="url(#V)"/><path d="M1203.417-400.87q0-5.684 1.802-8.511 1.802-2.842 5.42-2.842 3.633 0 5.435 2.827 1.802 2.827 1.802 8.525 0 5.684-1.802 8.511-1.802 2.827-5.435 2.827-3.618 0-5.42-2.827-1.802-2.842-1.802-8.511zm5.039 5.845q.688 1.831 2.183 1.831 1.509 0 2.197-1.831.688-1.831.688-5.845 0-1.523-.102-2.725l-5.112 8.145q.073.234.147.425zm2.183-13.535q-1.494 0-2.183 1.831-.688 1.831-.688 5.859 0 1.245.059 2.271l5.039-8.042q-.015-.044-.029-.088-.688-1.831-2.197-1.831z" fill="url(#V)"/><path d="M1222.431-393.766h4.834v-14.194l-4.497 1.113v-3.896l4.526-1.084h4.175v18.062h4.834v3.809h-13.872z" fill="url(#V)"/><path d="M1239.54-400.87q0-5.684 1.802-8.511 1.802-2.842 5.42-2.842 3.633 0 5.435 2.827 1.802 2.827 1.802 8.525 0 5.684-1.802 8.511-1.802 2.827-5.435 2.827-3.618 0-5.42-2.827-1.802-2.842-1.802-8.511zm5.039 5.845q.688 1.831 2.183 1.831 1.509 0 2.197-1.831.688-1.831.688-5.845 0-1.523-.103-2.725l-5.112 8.145q.073.234.147.425zm2.183-13.535q-1.494 0-2.183 1.831-.688 1.831-.688 5.859 0 1.245.059 2.271l5.039-8.042q-.015-.044-.029-.088-.688-1.831-2.197-1.831z" fill="url(#V)"/><path d="M1258.554-393.766h4.834v-14.194l-4.497 1.113v-3.896l4.526-1.084h4.175v18.062h4.834v3.809h-13.872z" fill="url(#V)"/><path d="M1276.615-393.766h4.834v-14.194l-4.497 1.113v-3.896l4.526-1.084h4.175v18.062h4.834v3.809h-13.872z" fill="url(#V)"/><path d="M1293.725-400.87q0-5.684 1.802-8.511 1.802-2.842 5.42-2.842 3.633 0 5.435 2.827 1.802 2.827 1.802 8.525 0 5.684-1.802 8.511-1.802 2.827-5.435 2.827-3.618 0-5.42-2.827-1.802-2.842-1.802-8.511zm5.039 5.845q.688 1.831 2.183 1.831 1.509 0 2.197-1.831.688-1.831.688-5.845 0-1.523-.102-2.725l-5.112 8.145q.073.234.147.425zm2.183-13.535q-1.494 0-2.183 1.831-.688 1.831-.688 5.859 0 1.245.059 2.271l5.039-8.042q-.015-.044-.029-.088-.688-1.831-2.197-1.831z" fill="url(#V)"/><path d="M1312.738-393.766h4.834v-14.194l-4.497 1.113v-3.896l4.526-1.084h4.175v18.062h4.834v3.809h-13.872z" fill="url(#V)"/><path d="M1329.848-400.87q0-5.684 1.802-8.511 1.802-2.842 5.42-2.842 3.633 0 5.435 2.827 1.802 2.827 1.802 8.525 0 5.684-1.802 8.511-1.802 2.827-5.435 2.827-3.618 0-5.42-2.827-1.802-2.842-1.802-8.511zm5.039 5.845q.688 1.831 2.183 1.831 1.509 0 2.197-1.831.688-1.831.688-5.845 0-1.523-.103-2.725l-5.112 8.145q.073.234.147.425zm2.183-13.535q-1.494 0-2.183 1.831-.688 1.831-.688 5.859 0 1.245.059 2.271l5.039-8.042q-.015-.044-.029-.088-.688-1.831-2.197-1.831z" fill="url(#V)"/><path d="M1022.802-363.37q0-5.684 1.802-8.511 1.802-2.842 5.42-2.842 3.633 0 5.435 2.827 1.802 2.827 1.802 8.525 0 5.684-1.802 8.511-1.802 2.827-5.435 2.827-3.618 0-5.42-2.827-1.802-2.842-1.802-8.511zm5.039 5.845q.688 1.831 2.183 1.831 1.509 0 2.197-1.831.688-1.831.688-5.845 0-1.523-.103-2.725l-5.112 8.145q.073.234.147.425zm2.183-13.535q-1.494 0-2.183 1.831-.688 1.831-.688 5.859 0 1.245.059 2.271l5.039-8.042q-.015-.044-.029-.088-.688-1.831-2.197-1.831z" fill="url(#V)"/><path d="M1040.863-363.37q0-5.684 1.802-8.511 1.802-2.842 5.42-2.842 3.633 0 5.435 2.827 1.802 2.827 1.802 8.525 0 5.684-1.802 8.511-1.802 2.827-5.435 2.827-3.618 0-5.42-2.827-1.802-2.842-1.802-8.511zm5.039 5.845q.688 1.831 2.183 1.831 1.509 0 2.197-1.831.688-1.831.688-5.845 0-1.523-.102-2.725l-5.112 8.145q.073.234.146.425zm2.183-13.535q-1.494 0-2.183 1.831-.688 1.831-.688 5.859 0 1.245.059 2.271l5.039-8.042q-.015-.044-.029-.088-.688-1.831-2.197-1.831z" fill="url(#V)"/><path d="M1058.925-363.37q0-5.684 1.802-8.511 1.802-2.842 5.42-2.842 3.633 0 5.435 2.827 1.802 2.827 1.802 8.525 0 5.684-1.802 8.511-1.802 2.827-5.435 2.827-3.618 0-5.42-2.827-1.802-2.842-1.802-8.511zm5.039 5.845q.688 1.831 2.183 1.831 1.509 0 2.197-1.831.688-1.831.688-5.845 0-1.523-.102-2.725l-5.112 8.145q.073.234.147.425zm2.183-13.535q-1.494 0-2.183 1.831-.688 1.831-.688 5.859 0 1.245.059 2.271l5.039-8.042q-.015-.044-.029-.088-.688-1.831-2.197-1.831z" fill="url(#V)"/><path d="M1077.939-356.266h4.834v-14.194l-4.497 1.113v-3.896l4.526-1.084h4.175v18.062h4.834v3.809h-13.872z" fill="url(#V)"/><path d="M1095.048-363.37q0-5.684 1.802-8.511 1.802-2.842 5.42-2.842 3.633 0 5.435 2.827 1.802 2.827 1.802 8.525 0 5.684-1.802 8.511-1.802 2.827-5.435 2.827-3.618 0-5.42-2.827-1.802-2.842-1.802-8.511zm5.039 5.845q.688 1.831 2.183 1.831 1.509 0 2.197-1.831.688-1.831.688-5.845 0-1.523-.103-2.725l-5.112 8.145q.073.234.147.425zm2.183-13.535q-1.494 0-2.183 1.831-.688 1.831-.688 5.859 0 1.245.059 2.271l5.039-8.042q-.015-.044-.029-.088-.688-1.831-2.197-1.831z" fill="url(#V)"/><path d="M1114.062-356.266h4.834v-14.194l-4.497 1.113v-3.896l4.526-1.084h4.175v18.062h4.834v3.809h-13.872z" fill="url(#V)"/><path d="M1131.171-363.37q0-5.684 1.802-8.511 1.802-2.842 5.42-2.842 3.633 0 5.435 2.827 1.802 2.827 1.802 8.525 0 5.684-1.802 8.511-1.802 2.827-5.435 2.827-3.618 0-5.42-2.827-1.802-2.842-1.802-8.511zm5.039 5.845q.688 1.831 2.183 1.831 1.509 0 2.197-1.831.688-1.831.688-5.845 0-1.523-.102-2.725l-5.112 8.145q.073.234.147.425zm2.183-13.535q-1.494 0-2.183 1.831-.688 1.831-.688 5.859 0 1.245.059 2.271l5.039-8.042q-.015-.044-.029-.088-.688-1.831-2.197-1.831z" fill="url(#V)"/><path d="M1150.185-356.266h4.834v-14.194l-4.497 1.113v-3.896l4.526-1.084h4.175v18.062h4.834v3.809h-13.872z" fill="url(#V)"/><path d="M1167.294-363.37q0-5.684 1.802-8.511 1.802-2.842 5.42-2.842 3.633 0 5.435 2.827 1.802 2.827 1.802 8.525 0 5.684-1.802 8.511-1.802 2.827-5.435 2.827-3.618 0-5.42-2.827-1.802-2.842-1.802-8.511zm5.039 5.845q.688 1.831 2.183 1.831 1.509 0 2.197-1.831.688-1.831.688-5.845 0-1.523-.103-2.725l-5.112 8.145q.073.234.147.425zm2.183-13.535q-1.494 0-2.183 1.831-.688 1.831-.688 5.859 0 1.245.059 2.271l5.039-8.042q-.015-.044-.029-.088-.688-1.831-2.197-1.831z" fill="url(#V)"/><path d="M1185.356-363.37q0-5.684 1.802-8.511 1.802-2.842 5.42-2.842 3.633 0 5.435 2.827 1.802 2.827 1.802 8.525 0 5.684-1.802 8.511-1.802 2.827-5.435 2.827-3.618 0-5.42-2.827-1.802-2.842-1.802-8.511zm5.039 5.845q.688 1.831 2.183 1.831 1.509 0 2.197-1.831.688-1.831.688-5.845 0-1.523-.102-2.725l-5.112 8.145q.073.234.147.425zm2.183-13.535q-1.494 0-2.183 1.831-.688 1.831-.688 5.859 0 1.245.058 2.271l5.039-8.042q-.015-.044-.029-.088-.688-1.831-2.197-1.831z" fill="url(#V)"/><path d="M1203.417-363.37q0-5.684 1.802-8.511 1.802-2.842 5.42-2.842 3.633 0 5.435 2.827 1.802 2.827 1.802 8.525 0 5.684-1.802 8.511-1.802 2.827-5.435 2.827-3.618 0-5.42-2.827-1.802-2.842-1.802-8.511zm5.039 5.845q.688 1.831 2.183 1.831 1.509 0 2.197-1.831.688-1.831.688-5.845 0-1.523-.102-2.725l-5.112 8.145q.073.234.147.425zm2.183-13.535q-1.494 0-2.183 1.831-.688 1.831-.688 5.859 0 1.245.059 2.271l5.039-8.042q-.015-.044-.029-.088-.688-1.831-2.197-1.831z" fill="url(#V)"/><path d="M1221.479-363.37q0-5.684 1.802-8.511 1.802-2.842 5.42-2.842 3.633 0 5.435 2.827 1.802 2.827 1.802 8.525 0 5.684-1.802 8.511-1.802 2.827-5.435 2.827-3.618 0-5.42-2.827-1.802-2.842-1.802-8.511zm5.039 5.845q.688 1.831 2.183 1.831 1.509 0 2.197-1.831.688-1.831.688-5.845 0-1.523-.102-2.725l-5.112 8.145q.073.234.147.425zm2.183-13.535q-1.494 0-2.183 1.831-.688 1.831-.688 5.859 0 1.245.059 2.271l5.039-8.042q-.015-.044-.029-.088-.688-1.831-2.197-1.831z" fill="url(#V)"/><path d="M1240.492-356.266h4.834v-14.194l-4.497 1.113v-3.896l4.526-1.084h4.175v18.062h4.834v3.809h-13.872z" fill="url(#V)"/><path d="M1258.554-356.266h4.834v-14.194l-4.497 1.113v-3.896l4.526-1.084h4.175v18.062h4.834v3.809h-13.872z" fill="url(#V)"/><path d="M1275.663-363.37q0-5.684 1.802-8.511 1.802-2.842 5.42-2.842 3.633 0 5.435 2.827 1.802 2.827 1.802 8.525 0 5.684-1.802 8.511-1.802 2.827-5.435 2.827-3.618 0-5.42-2.827-1.802-2.842-1.802-8.511zm5.039 5.845q.688 1.831 2.183 1.831 1.509 0 2.197-1.831.688-1.831.688-5.845 0-1.523-.102-2.725l-5.112 8.145q.073.234.146.425zm2.183-13.535q-1.494 0-2.183 1.831-.688 1.831-.688 5.859 0 1.245.059 2.271l5.039-8.042q-.015-.044-.029-.088-.688-1.831-2.197-1.831z" fill="url(#V)"/><path d="M1293.725-363.37q0-5.684 1.802-8.511 1.802-2.842 5.42-2.842 3.633 0 5.435 2.827 1.802 2.827 1.802 8.525 0 5.684-1.802 8.511-1.802 2.827-5.435 2.827-3.618 0-5.42-2.827-1.802-2.842-1.802-8.511zm5.039 5.845q.688 1.831 2.183 1.831 1.509 0 2.197-1.831.688-1.831.688-5.845 0-1.523-.102-2.725l-5.112 8.145q.073.234.147.425zm2.183-13.535q-1.494 0-2.183 1.831-.688 1.831-.688 5.859 0 1.245.059 2.271l5.039-8.042q-.015-.044-.029-.088-.688-1.831-2.197-1.831z" fill="url(#V)"/><path d="M1311.786-363.37q0-5.684 1.802-8.511 1.802-2.842 5.42-2.842 3.633 0 5.435 2.827 1.802 2.827 1.802 8.525 0 5.684-1.802 8.511-1.802 2.827-5.435 2.827-3.618 0-5.42-2.827-1.802-2.842-1.802-8.511zm5.039 5.845q.688 1.831 2.183 1.831 1.509 0 2.197-1.831.688-1.831.688-5.845 0-1.523-.103-2.725l-5.112 8.145q.073.234.147.425zm2.183-13.535q-1.494 0-2.183 1.831-.688 1.831-.688 5.859 0 1.245.059 2.271l5.039-8.042q-.015-.044-.029-.088-.688-1.831-2.197-1.831z" fill="url(#V)"/><use xlink:href="#c" fill="url(#V)"/><path d="M1023.754-318.766h4.834v-14.194l-4.497 1.113v-3.896l4.526-1.084h4.175v18.062h4.834v3.809h-13.872z" fill="url(#V)"/><path d="M1040.863-325.87q0-5.684 1.802-8.511 1.802-2.842 5.42-2.842 3.633 0 5.435 2.827 1.802 2.827 1.802 8.525 0 5.684-1.802 8.511-1.802 2.827-5.435 2.827-3.618 0-5.42-2.827-1.802-2.842-1.802-8.511zm5.039 5.845q.688 1.831 2.183 1.831 1.509 0 2.197-1.831.688-1.831.688-5.845 0-1.523-.102-2.725l-5.112 8.145q.073.234.146.425zm2.183-13.535q-1.494 0-2.183 1.831-.688 1.831-.688 5.859 0 1.245.059 2.271l5.039-8.042q-.015-.044-.029-.088-.688-1.831-2.197-1.831z" fill="url(#V)"/><path d="M1059.877-318.766h4.834v-14.194l-4.497 1.113v-3.896l4.526-1.084h4.175v18.062h4.834v3.809h-13.872z" fill="url(#V)"/><path d="M1076.986-325.87q0-5.684 1.802-8.511 1.802-2.842 5.42-2.842 3.633 0 5.435 2.827 1.802 2.827 1.802 8.525 0 5.684-1.802 8.511-1.802 2.827-5.435 2.827-3.618 0-5.42-2.827-1.802-2.842-1.802-8.511zm5.039 5.845q.688 1.831 2.183 1.831 1.509 0 2.197-1.831.688-1.831.688-5.845 0-1.523-.103-2.725l-5.112 8.145q.073.234.147.425zm2.183-13.535q-1.494 0-2.183 1.831-.688 1.831-.688 5.859 0 1.245.059 2.271l5.039-8.042q-.015-.044-.029-.088-.688-1.831-2.197-1.831z" fill="url(#V)"/><path d="M1096-318.766h4.834v-14.194l-4.497 1.113v-3.896l4.526-1.084h4.175v18.062h4.834v3.809H1096z" fill="url(#V)"/><path d="M1113.109-325.87q0-5.684 1.802-8.511 1.802-2.842 5.42-2.842 3.633 0 5.435 2.827 1.802 2.827 1.802 8.525 0 5.684-1.802 8.511-1.802 2.827-5.435 2.827-3.618 0-5.42-2.827-1.802-2.842-1.802-8.511zm5.039 5.845q.688 1.831 2.183 1.831 1.509 0 2.197-1.831.688-1.831.688-5.845 0-1.523-.102-2.725l-5.112 8.145q.073.234.146.425zm2.183-13.535q-1.494 0-2.183 1.831-.688 1.831-.688 5.859 0 1.245.059 2.271l5.039-8.042q-.015-.044-.029-.088-.688-1.831-2.197-1.831z" fill="url(#V)"/><path d="M1132.123-318.766h4.834v-14.194l-4.497 1.113v-3.896l4.526-1.084h4.175v18.062h4.834v3.809h-13.872z" fill="url(#V)"/><path d="M1150.185-318.766h4.834v-14.194l-4.497 1.113v-3.896l4.526-1.084h4.175v18.062h4.834v3.809h-13.872z" fill="url(#V)"/><path d="M1167.294-325.87q0-5.684 1.802-8.511 1.802-2.842 5.42-2.842 3.633 0 5.435 2.827 1.802 2.827 1.802 8.525 0 5.684-1.802 8.511-1.802 2.827-5.435 2.827-3.618 0-5.42-2.827-1.802-2.842-1.802-8.511zm5.039 5.845q.688 1.831 2.183 1.831 1.509 0 2.197-1.831.688-1.831.688-5.845 0-1.523-.103-2.725l-5.112 8.145q.073.234.147.425zm2.183-13.535q-1.494 0-2.183 1.831-.688 1.831-.688 5.859 0 1.245.059 2.271l5.039-8.042q-.015-.044-.029-.088-.688-1.831-2.197-1.831z" fill="url(#V)"/><path d="M1185.356-325.87q0-5.684 1.802-8.511 1.802-2.842 5.42-2.842 3.633 0 5.435 2.827 1.802 2.827 1.802 8.525 0 5.684-1.802 8.511-1.802 2.827-5.435 2.827-3.618 0-5.42-2.827-1.802-2.842-1.802-8.511zm5.039 5.845q.688 1.831 2.183 1.831 1.509 0 2.197-1.831.688-1.831.688-5.845 0-1.523-.102-2.725l-5.112 8.145q.073.234.147.425zm2.183-13.535q-1.494 0-2.183 1.831-.688 1.831-.688 5.859 0 1.245.058 2.271l5.039-8.042q-.015-.044-.029-.088-.688-1.831-2.197-1.831z" fill="url(#V)"/><path d="M1204.369-318.766h4.834v-14.194l-4.497 1.113v-3.896l4.526-1.084h4.175v18.062h4.834v3.809h-13.872z" fill="url(#V)"/><path d="M1221.479-325.87q0-5.684 1.802-8.511 1.802-2.842 5.42-2.842 3.633 0 5.435 2.827 1.802 2.827 1.802 8.525 0 5.684-1.802 8.511-1.802 2.827-5.435 2.827-3.618 0-5.42-2.827-1.802-2.842-1.802-8.511zm5.039 5.845q.688 1.831 2.183 1.831 1.509 0 2.197-1.831.688-1.831.688-5.845 0-1.523-.102-2.725l-5.112 8.145q.073.234.147.425zm2.183-13.535q-1.494 0-2.183 1.831-.688 1.831-.688 5.859 0 1.245.059 2.271l5.039-8.042q-.015-.044-.029-.088-.688-1.831-2.197-1.831z" fill="url(#V)"/><path d="M1240.492-318.766h4.834v-14.194l-4.497 1.113v-3.896l4.526-1.084h4.175v18.062h4.834v3.809h-13.872z" fill="url(#V)"/><path d="M1257.602-325.87q0-5.684 1.802-8.511 1.802-2.842 5.42-2.842 3.633 0 5.435 2.827 1.802 2.827 1.802 8.525 0 5.684-1.802 8.511-1.802 2.827-5.435 2.827-3.618 0-5.42-2.827-1.802-2.842-1.802-8.511zm5.039 5.845q.688 1.831 2.183 1.831 1.509 0 2.197-1.831.688-1.831.688-5.845 0-1.523-.103-2.725l-5.112 8.145q.073.234.147.425zm2.183-13.535q-1.494 0-2.183 1.831-.688 1.831-.688 5.859 0 1.245.059 2.271l5.039-8.042q-.015-.044-.029-.088-.688-1.831-2.197-1.831z" fill="url(#V)"/><path d="M1276.615-318.766h4.834v-14.194l-4.497 1.113v-3.896l4.526-1.084h4.175v18.062h4.834v3.809h-13.872z" fill="url(#V)"/><path d="M1294.677-318.766h4.834v-14.194l-4.497 1.113v-3.896l4.526-1.084h4.175v18.062h4.834v3.809h-13.872z" fill="url(#V)"/><path d="M1311.786-325.87q0-5.684 1.802-8.511 1.802-2.842 5.42-2.842 3.633 0 5.435 2.827 1.802 2.827 1.802 8.525 0 5.684-1.802 8.511-1.802 2.827-5.435 2.827-3.618 0-5.42-2.827-1.802-2.842-1.802-8.511zm5.039 5.845q.688 1.831 2.183 1.831 1.509 0 2.197-1.831.688-1.831.688-5.845 0-1.523-.103-2.725l-5.112 8.145q.073.234.147.425zm2.183-13.535q-1.494 0-2.183 1.831-.688 1.831-.688 5.859 0 1.245.059 2.271l5.039-8.042q-.015-.044-.029-.088-.688-1.831-2.197-1.831z" fill="url(#V)"/><path d="M1330.8-318.766h4.834v-14.194l-4.497 1.113v-3.896l4.526-1.084h4.175v18.062h4.834v3.809H1330.8z" fill="url(#V)"/><path d="M1023.754-281.266h4.834v-14.194l-4.497 1.113v-3.896l4.526-1.084h4.175v18.062h4.834v3.809h-13.872z" fill="url(#V)"/><path d="M1040.863-288.37q0-5.684 1.802-8.511 1.802-2.842 5.42-2.842 3.633 0 5.435 2.827 1.802 2.827 1.802 8.525 0 5.684-1.802 8.511-1.802 2.827-5.435 2.827-3.618 0-5.42-2.827-1.802-2.842-1.802-8.511zm5.039 5.845q.688 1.831 2.183 1.831 1.509 0 2.197-1.831.688-1.831.688-5.845 0-1.523-.102-2.725l-5.112 8.145q.073.234.146.425zm2.183-13.535q-1.494 0-2.183 1.831-.688 1.831-.688 5.859 0 1.245.059 2.271l5.039-8.042q-.015-.044-.029-.088-.688-1.831-2.197-1.831z" fill="url(#V)"/><path d="M1059.877-281.266h4.834v-14.194l-4.497 1.113v-3.896l4.526-1.084h4.175v18.062h4.834v3.809h-13.872z" fill="url(#V)"/><path d="M1076.986-288.37q0-5.684 1.802-8.511 1.802-2.842 5.42-2.842 3.633 0 5.435 2.827 1.802 2.827 1.802 8.525 0 5.684-1.802 8.511-1.802 2.827-5.435 2.827-3.618 0-5.42-2.827-1.802-2.842-1.802-8.511zm5.039 5.845q.688 1.831 2.183 1.831 1.509 0 2.197-1.831.688-1.831.688-5.845 0-1.523-.103-2.725l-5.112 8.145q.073.234.147.425zm2.183-13.535q-1.494 0-2.183 1.831-.688 1.831-.688 5.859 0 1.245.059 2.271l5.039-8.042q-.015-.044-.029-.088-.688-1.831-2.197-1.831z" fill="url(#V)"/><path d="M1096-281.266h4.834v-14.194l-4.497 1.113v-3.896l4.526-1.084h4.175v18.062h4.834v3.809H1096z" fill="url(#V)"/><path d="M1113.109-288.37q0-5.684 1.802-8.511 1.802-2.842 5.42-2.842 3.633 0 5.435 2.827 1.802 2.827 1.802 8.525 0 5.684-1.802 8.511-1.802 2.827-5.435 2.827-3.618 0-5.42-2.827-1.802-2.842-1.802-8.511zm5.039 5.845q.688 1.831 2.183 1.831 1.509 0 2.197-1.831.688-1.831.688-5.845 0-1.523-.102-2.725l-5.112 8.145q.073.234.146.425zm2.183-13.535q-1.494 0-2.183 1.831-.688 1.831-.688 5.859 0 1.245.059 2.271l5.039-8.042q-.015-.044-.029-.088-.688-1.831-2.197-1.831z" fill="url(#V)"/><path d="M1132.123-281.266h4.834v-14.194l-4.497 1.113v-3.896l4.526-1.084h4.175v18.062h4.834v3.809h-13.872z" fill="url(#V)"/><path d="M1150.185-281.266h4.834v-14.194l-4.497 1.113v-3.896l4.526-1.084h4.175v18.062h4.834v3.809h-13.872z" fill="url(#V)"/><path d="M1168.246-281.266h4.834v-14.194l-4.497 1.113v-3.896l4.526-1.084h4.175v18.062h4.834v3.809h-13.872z" fill="url(#V)"/><path d="M1185.356-288.37q0-5.684 1.802-8.511 1.802-2.842 5.42-2.842 3.633 0 5.435 2.827 1.802 2.827 1.802 8.525 0 5.684-1.802 8.511-1.802 2.827-5.435 2.827-3.618 0-5.42-2.827-1.802-2.842-1.802-8.511zm5.039 5.845q.688 1.831 2.183 1.831 1.509 0 2.197-1.831.688-1.831.688-5.845 0-1.523-.102-2.725l-5.112 8.145q.073.234.147.425zm2.183-13.535q-1.494 0-2.183 1.831-.688 1.831-.688 5.859 0 1.245.058 2.271l5.039-8.042q-.015-.044-.029-.088-.688-1.831-2.197-1.831z" fill="url(#V)"/><path d="M1204.369-281.266h4.834v-14.194l-4.497 1.113v-3.896l4.526-1.084h4.175v18.062h4.834v3.809h-13.872z" fill="url(#V)"/><path d="M1221.479-288.37q0-5.684 1.802-8.511 1.802-2.842 5.42-2.842 3.633 0 5.435 2.827 1.802 2.827 1.802 8.525 0 5.684-1.802 8.511-1.802 2.827-5.435 2.827-3.618 0-5.42-2.827-1.802-2.842-1.802-8.511zm5.039 5.845q.688 1.831 2.183 1.831 1.509 0 2.197-1.831.688-1.831.688-5.845 0-1.523-.102-2.725l-5.112 8.145q.073.234.147.425zm2.183-13.535q-1.494 0-2.183 1.831-.688 1.831-.688 5.859 0 1.245.059 2.271l5.039-8.042q-.015-.044-.029-.088-.688-1.831-2.197-1.831z" fill="url(#V)"/><path d="M1240.492-281.266h4.834v-14.194l-4.497 1.113v-3.896l4.526-1.084h4.175v18.062h4.834v3.809h-13.872z" fill="url(#V)"/><path d="M1257.602-288.37q0-5.684 1.802-8.511 1.802-2.842 5.42-2.842 3.633 0 5.435 2.827 1.802 2.827 1.802 8.525 0 5.684-1.802 8.511-1.802 2.827-5.435 2.827-3.618 0-5.42-2.827-1.802-2.842-1.802-8.511zm5.039 5.845q.688 1.831 2.183 1.831 1.509 0 2.197-1.831.688-1.831.688-5.845 0-1.523-.103-2.725l-5.112 8.145q.073.234.147.425zm2.183-13.535q-1.494 0-2.183 1.831-.688 1.831-.688 5.859 0 1.245.059 2.271l5.039-8.042q-.015-.044-.029-.088-.688-1.831-2.197-1.831z" fill="url(#V)"/><path d="M1276.615-281.266h4.834v-14.194l-4.497 1.113v-3.896l4.526-1.084h4.175v18.062h4.834v3.809h-13.872z" fill="url(#V)"/><path d="M1293.725-288.37q0-5.684 1.802-8.511 1.802-2.842 5.42-2.842 3.633 0 5.435 2.827 1.802 2.827 1.802 8.525 0 5.684-1.802 8.511-1.802 2.827-5.435 2.827-3.618 0-5.42-2.827-1.802-2.842-1.802-8.511zm5.039 5.845q.688 1.831 2.183 1.831 1.509 0 2.197-1.831.688-1.831.688-5.845 0-1.523-.102-2.725l-5.112 8.145q.073.234.147.425zm2.183-13.535q-1.494 0-2.183 1.831-.688 1.831-.688 5.859 0 1.245.059 2.271l5.039-8.042q-.015-.044-.029-.088-.688-1.831-2.197-1.831z" fill="url(#V)"/><path d="M1312.738-281.266h4.834v-14.194l-4.497 1.113v-3.896l4.526-1.084h4.175v18.062h4.834v3.809h-13.872z" fill="url(#V)"/><path d="M1330.8-281.266h4.834v-14.194l-4.497 1.113v-3.896l4.526-1.084h4.175v18.062h4.834v3.809H1330.8z" fill="url(#V)"/></g><g fill="#222"><path d="M1141 870.362a3 3 0 1 1-6 0 3 3 0 1 1 6 0z" opacity=".5"/><path d="M1174-70a161.42 161.42 0 0 0-19 1.25V-60l5 5h10zm40.25 4.844l-.031.156 7.781 9h5l3-4v-.281l-3.875-1.375c-.041-.014-.084-.018-.125-.031l-3.781-1.219-3.406-1.031-.562-.156-3.25-.875-.75-.187zm-95 5.156c-39.44 14.667-71.543 44.431-89.25 82.281V35l15 15v10h5l5 5v5l-5 5v15h105l-10-10h-20l-5-5v-5l-40-25h-10l-10 10h-10V40l-5-5 5-5v-5h-5-10l10-20 15-5v15h5l5-5V0l25-30h5l40-15v-10l-5-5zm91.75 5l6 8h7l-8-8zm33.5.844L1242.125-50H1230l-5.781 10L1230-30l-10 .313-4.437 4.688v5l8.656 5H1235l8.656-15H1250l10 8 1.344 5H1265v-8l5 3 5 2h5l6-6-9-10-2.125 1c-.029-.023-.064-.039-.094-.062l-1-.812-2.437-1.875-.625-.469-3-2.187c-.031-.022-.063-.041-.094-.062-.11-.078-.233-.141-.344-.219l-2.812-2c-.144-.097-.293-.184-.438-.281l-2.781-1.812-1-.625-3.812-2.344-3.219-1.844-1.625-.906-.344-.187-2.719-1.437-4.031-2.031zM1283-30l-3 10 5 5h10v10h-15v5h-10l-10-10h-20-5-10l-5 5V5h-5l-10 20v5l5 5v15l20 20h20l5-5h10l10 10v10l3.344 5H1335c0-44.183-17.921-84.171-46.875-113.125L1286.219-25zm-78-20l3 5h5l-3-5z" transform="translate(30 852.362)" clip-path="url(#A)" opacity=".25" filter="url(#B)"/></g><path d="M1244.25 787.206l-.031.156 7.781 9h5l3-4v-.281l-3.875-1.375c-.041-.014-.084-.018-.125-.031l-3.781-1.219-3.406-1.031-.562-.156-3.25-.875-.75-.187zm-3.25 10.156l6 8h7l-8-8zm33.5.875l-2.375 4.125h-9.594H1260l-5.781 10 5.781 10-10 .313-4.437 4.688v5l8.656 5h7.344H1265l8.656-15H1280l10 8 1.344 5H1295v-8l5 3 5 2h5l5 5h10v10h-15v5h-10l-10-10h-20-5-4.375H1255l-5 5v10h-5l-10 20v5l5 5V898.3v4.063l20 20h20l5-5h10l10 10v10l3.344 5H1360h5c0-51.438-24.284-97.199-62-126.469l-.469-.344c-.018-.014-.045-.017-.062-.031l-2.156-1.656c-.053-.04-.102-.085-.156-.125-.06-.044-.13-.077-.187-.125a.49.49 0 0 1-.062-.062c-.023-.017-.04-.045-.062-.062l-2.219-1.594c-.019-.013-.044-.018-.062-.031l-2.281-1.594c-.825-.565-1.663-1.106-2.5-1.656-1.673-1.1-3.378-2.181-5.094-3.219l-2.594-1.531-2.625-1.5-2.656-1.437-2.656-1.375-2.656-1.312zm-39.5 4.125l3 5h5l-3-5z" fill="url(#G)"/><path d="M1285 897.362l-15 15h-20l10 10h20l5-5h10l10 10v10h5l10-10h15.969v-15l-25.969-15z" opacity=".15" fill="#9ed184"/><path d="M1149.25 792.362c-39.44 14.667-71.543 44.431-89.25 82.281v12.719l15 15v10h5l5 5v5l-5 5v15h105l-10-10h-20l-5-5v-5l-40-25h-10l-10 10h-10v-15l-5-5 5-5v-5h-5-10l10-20 15-5v15h5l5-5v-10l25-30h5l40-15v-10l-5-5z" fill="url(#G)"/><path d="M1157 892.362c-6.149 0-11.303 4.265-12.656 10H1115v10h1.906l8.094 30h55l-10-37c-1.873-6.931-5.82-13-13-13z" fill="url(#J)" opacity=".25"/><path d="M1204 782.362a161.42 161.42 0 0 0-19 1.25v8.75l5 5h10z" fill="url(#G)"/><path d="M1149.25 792.362c-5.877 2.186-11.597 4.729-17.125 7.563l12.875 7.438v9.375l25-9.375v-10l-5-5h-15.75zM1115 810.081a160.81 160.81 0 0 0-34.906 32.281H1095l20-20z" opacity=".15" fill="#9ed184"/><path d="M1260.469 792.268c13.31 49.672-.454 112.826-27.688 150.094H1365c0-68.857-43.516-127.532-104.531-150.094z" opacity=".25" fill="url(#F)"/><path d="M1167 870.362a3 3 0 1 1-6 0 3 3 0 1 1 6 0z" opacity=".5" fill="#222"/><path d="M1100 927.362h5l15 5v10h-30zm30-17.5v7.5l10 5v10l-10 10h55l-10-10h-20l-5-5v-5z" opacity=".15" fill="#9ed184"/><path d="M1142 883.362s3 1 8 1 8-1 8-1" opacity=".5" fill="none" stroke="#222" stroke-width="4" stroke-linecap="round" stroke-linejoin="round"/><g fill="#fff"><g stroke="#fff" stroke-width="2"><rect width="18" height="9" x="1155" y="864.362" rx="2" fill-opacity=".471"/><rect y="864.362" x="1126" height="9" width="18" rx="2" fill-opacity=".471"/></g><path d="M1144 866.362h11v2h-11z"/></g><path d="M1174 867.362h9c2 0 2 2 2 2" fill="none" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/><path d="M1095 905.362h55l10 37h-55z" fill="url(#H)"/><path d="M1095 892.362h42v13h-42z" fill="#fff"/><g transform="translate(820 742.362)"><path d="M317 150c-6.148 0-11.985 4.146-12.656 10l-.344 3h-29v2 5h1.438L285 200h9.375l-8.031-30H325v-7h5c0-7.18-5.82-13-13-13z" fill="url(#K)"/><use xlink:href="#T" fill="url(#I)"/></g><path d="M1110 905.362c0-7.18-5.82-13-13-13s-13 5.82-13 13h13z" fill="#fff"/></g></svg>
});
// Add click handler to show OpenID field
- $("#openid_open_url").click(function (e) {
- e.preventDefault();
+ $("#openid_open_url").click(function () {
$("#openid_url").val("http://");
- $("#login_auth_buttons").hide().removeClass("d-flex");
- $("#login_openid_url").show();
- $("#openid_login_button").show();
+ $("#login_auth_buttons").hide();
+ $("#openid_login_form").show();
});
// Hide OpenID field for now
- $("#login_openid_url").hide();
- $("#openid_login_button").hide();
+ $("#openid_login_form").hide();
});
//= require i18n
//= require i18n/embed
-window.onload = function () {
- if (navigator.languages) {
- I18n.locale = navigator.languages[0];
- } else if (navigator.language) {
- I18n.locale = navigator.language;
- }
+if (navigator.languages) {
+ I18n.locale = navigator.languages[0];
+} else if (navigator.language) {
+ I18n.locale = navigator.language;
+}
+window.onload = function () {
var query = (window.location.search || '?').slice(1),
args = {};
lat = latlng.lat.toFixed(precision),
lng = latlng.lng.toFixed(precision);
- OSM.router.route("/search?whereami=1&query=" + encodeURIComponent(lat + "," + lng));
+ OSM.router.route("/search?lat=" + encodeURIComponent(lat) + "&lon=" + encodeURIComponent(lng));
}
});
$(".describe_location").on("click", function (e) {
e.preventDefault();
var center = map.getCenter().wrap(),
- precision = OSM.zoomPrecision(map.getZoom());
- OSM.router.route("/search?whereami=1&query=" + encodeURIComponent(
- center.lat.toFixed(precision) + "," + center.lng.toFixed(precision)
- ));
+ precision = OSM.zoomPrecision(map.getZoom()),
+ lat = center.lat.toFixed(precision),
+ lng = center.lng.toFixed(precision);
+
+ OSM.router.route("/search?lat=" + encodeURIComponent(lat) + "&lon=" + encodeURIComponent(lng));
});
$("#sidebar_content")
control.onAddPane = function (map, button, $ui) {
// Link / Embed
+ $("#content").addClass("overlay-right-sidebar");
var $linkSection = $("<div>")
.attr("class", "share-link p-3 border-bottom border-secondary-subtle")
map.panBy([-paneWidth, 0], { animate: false });
}
$(sidebar).hide();
+ $("#content").addClass("overlay-right-sidebar");
current = currentButton = $();
} else {
$(sidebar).show();
+ $("#content").removeClass("overlay-right-sidebar");
current = pane;
currentButton = button || $();
if ($("html").attr("dir") === "rtl") {
overflow-y: scroll;
}
- .overlay-sidebar {
+ .overlay-sidebar.overlay-right-sidebar {
#sidebar {
position: absolute;
width: 350px;
overflow: hidden;
}
- #map, #map-ui {
+ #map {
height: 100%;
}
}
padding: $lineheight;
}
-/* Overrides for pages that use new layout conventions */
+/* Rules for login and signup pages */
+
+.sessions-new, .users-new, .users-create {
+ #content .content-inner {
+ max-width: 760px;
+ }
+}
.header-illustration {
- background-position: 0 0;
+ background-position: right;
background-repeat: no-repeat;
position: relative;
min-height: 200px;
bottom: 0;
&.new-user-main {
- background-image: image-url("sign-up-illustration.png");
- background-position-x: 50px;
+ background-image: image-url("sign-up-illustration.svg");
+ background-position-x: 70px;
}
&.confirm-main {
- background-image: image-url("confirm-illustration.png");
+ background-image: image-url("confirm-illustration.svg");
}
&.new-user-terms {
- background-image: image-url("terms-illustration.png");
+ background-image: image-url("terms-illustration.svg");
}
}
}
}
-.auth-container {
- max-width: 600px;
-}
-
/* Rules for tabs inside secondary background sections */
.bg-body-secondary .nav-tabs {
# self.current_user setup by OAuth
else
report_error t("application.oauth_10a_disabled", :link => t("application.auth_disabled_link")), :forbidden
+ self.current_user = nil
end
else
username, passwd = auth_data # parse from headers
# TODO: some sort of escaping of problem characters in the message
response.headers["Error"] = message
- if request.headers["X-Error-Format"]&.casecmp("xml")&.zero?
+ if request.headers["X-Error-Format"]&.casecmp?("xml")
result = OSM::API.new.xml_doc
result.root.name = "osmError"
result.root << (XML::Node.new("status") << "#{Rack::Utils.status_code(status)} #{Rack::Utils::HTTP_STATUS_CODES[status]}")
changeset = Changeset.find(id)
# Return comments for this changeset only
- @comments = changeset.comments.includes(:author, :changeset).limit(comments_limit)
+ @comments = changeset.comments.includes(:author, :changeset).reverse_order.limit(comments_limit)
else
# Return comments
@comments = ChangesetComment.includes(:author, :changeset).where(:visible => true).order("created_at DESC").limit(comments_limit).preload(:changeset)
authorize_resource
before_action :lookup_user, :only => :index
- before_action :check_database_writable, :only => [:hide, :unhide]
+ before_action :check_database_writable, :only => [:create, :hide, :unhide]
allow_thirdparty_images :only => :index
@comments, @newer_comments_id, @older_comments_id = get_page_items(comments, :includes => [:user])
end
+ def create
+ @entry = DiaryEntry.find(params[:id])
+ @comments = @entry.visible_comments
+ @diary_comment = @entry.comments.build(comment_params)
+ @diary_comment.user = current_user
+ if @diary_comment.save
+
+ # Notify current subscribers of the new comment
+ @entry.subscribers.visible.each do |user|
+ UserMailer.diary_comment_notification(@diary_comment, user).deliver_later if current_user != user
+ end
+
+ # Add the commenter to the subscribers if necessary
+ @entry.subscriptions.create(:user => current_user) unless @entry.subscribers.exists?(current_user.id)
+
+ redirect_to diary_entry_path(@entry.user, @entry)
+ else
+ render :action => "new"
+ end
+ rescue ActiveRecord::RecordNotFound
+ render "diary_entries/no_such_entry", :status => :not_found
+ end
+
def hide
comment = DiaryComment.find(params[:comment])
comment.update(:visible => false)
comment.update(:visible => true)
redirect_to diary_entry_path(comment.diary_entry.user, comment.diary_entry)
end
+
+ private
+
+ ##
+ # return permitted diary comment parameters
+ def comment_params
+ params.require(:diary_comment).permit(:body)
+ end
end
authorize_resource
before_action :lookup_user, :only => :show
- before_action :check_database_writable, :only => [:new, :create, :edit, :update, :comment, :hide, :unhide, :subscribe, :unsubscribe]
+ before_action :check_database_writable, :only => [:new, :create, :edit, :update, :hide, :unhide, :subscribe, :unsubscribe]
allow_thirdparty_images :only => [:new, :create, :edit, :update, :index, :show]
render :action => "no_such_entry", :status => :not_found
end
- def comment
- @entry = DiaryEntry.find(params[:id])
- @comments = @entry.visible_comments
- @diary_comment = @entry.comments.build(comment_params)
- @diary_comment.user = current_user
- if @diary_comment.save
-
- # Notify current subscribers of the new comment
- @entry.subscribers.visible.each do |user|
- UserMailer.diary_comment_notification(@diary_comment, user).deliver_later if current_user != user
- end
-
- # Add the commenter to the subscribers if necessary
- @entry.subscriptions.create(:user => current_user) unless @entry.subscribers.exists?(current_user.id)
-
- redirect_to diary_entry_path(@entry.user, @entry)
- else
- render :action => "show"
- end
- rescue ActiveRecord::RecordNotFound
- render :action => "no_such_entry", :status => :not_found
- end
-
def subscribe
@diary_entry = DiaryEntry.find(params[:id])
ActionController::Parameters.new.permit(:title, :body, :language_code, :latitude, :longitude)
end
- ##
- # return permitted diary comment parameters
- def comment_params
- params.require(:diary_comment).permit(:body)
- end
-
##
# decide on a location for the diary entry map
def set_map_location
@results = []
if lat >= -90 && lat <= 90 && lon >= -180 && lon <= 180
- @results.push(:lat => lat, :lon => lon,
+ @results.push(:lat => params[:lat], :lon => params[:lon],
:zoom => params[:zoom],
- :name => "#{lat}, #{lon}")
+ :name => "#{params[:lat]}, #{params[:lon]}")
end
if lon >= -90 && lon <= 90 && lat >= -180 && lat <= 180
- @results.push(:lat => lon, :lon => lat,
+ @results.push(:lat => params[:lon], :lon => params[:lat],
:zoom => params[:zoom],
- :name => "#{lon}, #{lat}")
+ :name => "#{params[:lon]}, #{params[:lat]}")
end
if @results.empty?
@error = "Longitude #{lon} out of range"
render :action => "error"
else
- @results = [{ :lat => lat, :lon => lon,
+ @results = [{ :lat => params[:lat], :lon => params[:lon],
:zoom => params[:zoom],
- :name => "#{lat}, #{lon}" }]
+ :name => "#{params[:lat]}, #{params[:lon]}" }]
render :action => "results"
end
if query = params[:query]
query.strip!
- if latlon = query.match(/^([NS])\s*(\d{1,3}(\.\d*)?)\W*([EW])\s*(\d{1,3}(\.\d*)?)$/).try(:captures) || # [NSEW] decimal degrees
- query.match(/^(\d{1,3}(\.\d*)?)\s*([NS])\W*(\d{1,3}(\.\d*)?)\s*([EW])$/).try(:captures) # decimal degrees [NSEW]
- params.merge!(nsew_to_decdeg(latlon)).delete(:query)
+ if latlon = query.match(/^(?<ns>[NS])\s*#{dms_regexp('ns')}\W*(?<ew>[EW])\s*#{dms_regexp('ew')}$/) ||
+ query.match(/^#{dms_regexp('ns')}\s*(?<ns>[NS])\W*#{dms_regexp('ew')}\s*(?<ew>[EW])$/)
+ params.merge!(to_decdeg(latlon.named_captures.compact)).delete(:query)
- elsif latlon = query.match(/^([NS])\s*(\d{1,3})°?(?:\s*(\d{1,3}(\.\d*)?)?['′]?)?\W*([EW])\s*(\d{1,3})°?(?:\s*(\d{1,3}(\.\d*)?)?['′]?)?$/).try(:captures) || # [NSEW] degrees, decimal minutes
- query.match(/^(\d{1,3})°?(?:\s*(\d{1,3}(\.\d*)?)?['′]?)?\s*([NS])\W*(\d{1,3})°?(?:\s*(\d{1,3}(\.\d*)?)?['′]?)?\s*([EW])$/).try(:captures) # degrees, decimal minutes [NSEW]
- params.merge!(ddm_to_decdeg(latlon)).delete(:query)
+ elsif latlon = query.match(%r{^(?<lat>[+-]?\d+(?:\.\d+)?)(?:\s+|\s*[,/]\s*)(?<lon>[+-]?\d+(?:\.\d+)?)$})
+ params.merge!(:lat => latlon["lat"], :lon => latlon["lon"]).delete(:query)
- elsif latlon = query.match(/^([NS])\s*(\d{1,3})°?\s*(\d{1,2})['′]?(?:\s*(\d{1,3}(\.\d*)?)?["″]?)?\W*([EW])\s*(\d{1,3})°?\s*(\d{1,2})['′]?(?:\s*(\d{1,3}(\.\d*)?)?["″]?)?$/).try(:captures) || # [NSEW] degrees, minutes, decimal seconds
- query.match(/^(\d{1,3})°?\s*(\d{1,2})['′]?(?:\s*(\d{1,3}(\.\d*)?)?["″]?)?\s*([NS])\W*(\d{1,3})°?\s*(\d{1,2})['′]?(?:\s*(\d{1,3}(\.\d*)?)?["″]?)?\s*([EW])$/).try(:captures) # degrees, minutes, decimal seconds [NSEW]
- params.merge!(dms_to_decdeg(latlon)).delete(:query)
-
- elsif latlon = query.match(/^([+-]?\d+(\.\d*)?)(?:\s+|\s*,\s*)([+-]?\d+(\.\d*)?)$/)
- params.merge!(:lat => latlon[1].to_f, :lon => latlon[3].to_f).delete(:query)
-
- params[:latlon_digits] = true unless params[:whereami]
+ params[:latlon_digits] = true
end
end
params.permit(:query, :lat, :lon, :latlon_digits, :zoom, :minlat, :minlon, :maxlat, :maxlon)
end
- def nsew_to_decdeg(captures)
- begin
- Float(captures[0])
- lat = captures[2].casecmp("s").zero? ? -captures[0].to_f : captures[0].to_f
- lon = captures[5].casecmp("w").zero? ? -captures[3].to_f : captures[3].to_f
- rescue StandardError
- lat = captures[0].casecmp("s").zero? ? -captures[1].to_f : captures[1].to_f
- lon = captures[3].casecmp("w").zero? ? -captures[4].to_f : captures[4].to_f
- end
- { :lat => lat, :lon => lon }
+ def dms_regexp(name_prefix)
+ /
+ (?: (?<#{name_prefix}d>\d{1,3}(?:\.\d+)?)°? ) |
+ (?: (?<#{name_prefix}d>\d{1,3})°?\s*(?<#{name_prefix}m>\d{1,2}(?:\.\d+)?)['′]? ) |
+ (?: (?<#{name_prefix}d>\d{1,3})°?\s*(?<#{name_prefix}m>\d{1,2})['′]?\s*(?<#{name_prefix}s>\d{1,2}(?:\.\d+)?)["″]? )
+ /x
end
- def ddm_to_decdeg(captures)
- begin
- Float(captures[0])
- lat = captures[3].casecmp("s").zero? ? -(captures[0].to_f + (captures[1].to_f / 60)) : captures[0].to_f + (captures[1].to_f / 60)
- lon = captures[7].casecmp("w").zero? ? -(captures[4].to_f + (captures[5].to_f / 60)) : captures[4].to_f + (captures[5].to_f / 60)
- rescue StandardError
- lat = captures[0].casecmp("s").zero? ? -(captures[1].to_f + (captures[2].to_f / 60)) : captures[1].to_f + (captures[2].to_f / 60)
- lon = captures[4].casecmp("w").zero? ? -(captures[5].to_f + (captures[6].to_f / 60)) : captures[5].to_f + (captures[6].to_f / 60)
- end
- { :lat => lat, :lon => lon }
- end
+ def to_decdeg(captures)
+ ns = captures.fetch("ns").casecmp?("s") ? -1 : 1
+ nsd = BigDecimal(captures.fetch("nsd", "0"))
+ nsm = BigDecimal(captures.fetch("nsm", "0"))
+ nss = BigDecimal(captures.fetch("nss", "0"))
- def dms_to_decdeg(captures)
- begin
- Float(captures[0])
- lat = captures[4].casecmp("s").zero? ? -(captures[0].to_f + ((captures[1].to_f + (captures[2].to_f / 60)) / 60)) : captures[0].to_f + ((captures[1].to_f + (captures[2].to_f / 60)) / 60)
- lon = captures[9].casecmp("w").zero? ? -(captures[5].to_f + ((captures[6].to_f + (captures[7].to_f / 60)) / 60)) : captures[5].to_f + ((captures[6].to_f + (captures[7].to_f / 60)) / 60)
- rescue StandardError
- lat = captures[0].casecmp("s").zero? ? -(captures[1].to_f + ((captures[2].to_f + (captures[3].to_f / 60)) / 60)) : captures[1].to_f + ((captures[2].to_f + (captures[3].to_f / 60)) / 60)
- lon = captures[5].casecmp("w").zero? ? -(captures[6].to_f + ((captures[7].to_f + (captures[8].to_f / 60)) / 60)) : captures[6].to_f + ((captures[7].to_f + (captures[8].to_f / 60)) / 60)
- end
- { :lat => lat, :lon => lon }
+ ew = captures.fetch("ew").casecmp?("w") ? -1 : 1
+ ewd = BigDecimal(captures.fetch("ewd", "0"))
+ ewm = BigDecimal(captures.fetch("ewm", "0"))
+ ews = BigDecimal(captures.fetch("ews", "0"))
+
+ lat = ns * (nsd + (nsm / 60) + (nss / 3600))
+ lon = ew * (ewd + (ewm / 60) + (ews / 3600))
+
+ { :lat => lat.round(6).to_s("F"), :lon => lon.round(6).to_s("F") }
end
end
# Set the message as being read or unread.
def mark
- @message = Message.where(:recipient => current_user).or(Message.where(:sender => current_user)).find(params[:message_id])
+ @message = current_user.messages.find(params[:message_id])
if params[:mark] == "unread"
message_read = false
notice = t ".as_unread"
private
def save_new_user(email_hmac, referer = nil)
- if check_signup_allowed(current_user.email)
- current_user.data_public = true
- current_user.description = "" if current_user.description.nil?
- current_user.creation_ip = request.remote_ip
- current_user.languages = http_accept_language.user_preferred_languages
- current_user.terms_agreed = Time.now.utc
- current_user.tou_agreed = Time.now.utc
- current_user.terms_seen = true
-
- if current_user.auth_uid.blank?
- current_user.auth_provider = nil
- current_user.auth_uid = nil
- elsif email_hmac && ActiveSupport::SecurityUtils.secure_compare(email_hmac, UsersController.message_hmac(current_user.email))
- current_user.activate
- end
+ current_user.data_public = true
+ current_user.description = "" if current_user.description.nil?
+ current_user.creation_ip = request.remote_ip
+ current_user.languages = http_accept_language.user_preferred_languages
+ current_user.terms_agreed = Time.now.utc
+ current_user.tou_agreed = Time.now.utc
+ current_user.terms_seen = true
+
+ if current_user.auth_uid.blank?
+ current_user.auth_provider = nil
+ current_user.auth_uid = nil
+ elsif email_hmac && ActiveSupport::SecurityUtils.secure_compare(email_hmac, UsersController.message_hmac(current_user.email))
+ current_user.activate
+ end
- if current_user.save
- SIGNUP_IP_LIMITER&.update(request.remote_ip)
- SIGNUP_EMAIL_LIMITER&.update(canonical_email(current_user.email))
+ if current_user.save
+ SIGNUP_IP_LIMITER&.update(request.remote_ip)
+ SIGNUP_EMAIL_LIMITER&.update(canonical_email(current_user.email))
- flash[:matomo_goal] = Settings.matomo["goals"]["signup"] if defined?(Settings.matomo)
+ flash[:matomo_goal] = Settings.matomo["goals"]["signup"] if defined?(Settings.matomo)
- referer = welcome_path(welcome_options(referer))
+ referer = welcome_path(welcome_options(referer))
- if current_user.status == "active"
- successful_login(current_user, referer)
- else
- session[:pending_user] = current_user.id
- UserMailer.signup_confirm(current_user, current_user.generate_token_for(:new_user), referer).deliver_later
- redirect_to :controller => :confirmations, :action => :confirm, :display_name => current_user.display_name
- end
+ if current_user.status == "active"
+ successful_login(current_user, referer)
else
- render :action => "new", :referer => params[:referer]
+ session[:pending_user] = current_user.id
+ UserMailer.signup_confirm(current_user, current_user.generate_token_for(:new_user), referer).deliver_later
+ redirect_to :controller => :confirmations, :action => :confirm, :display_name => current_user.display_name
end
+ else
+ render :action => "new", :referer => params[:referer]
end
end
# External authentication support
- def openid_logo
- image_tag "openid.svg", :size => "36", :alt => t("application.auth_providers.openid_logo_alt"), :class => "align-text-bottom"
- end
-
def auth_button(name, provider, options = {})
link_to(
image_tag("#{name}.svg",
:size => "36"),
auth_path(options.merge(:provider => provider)),
:method => :post,
- :class => "auth_button btn btn-light mx-1 p-2 d-block",
+ :class => "auth_button btn btn-light p-2",
:title => t("application.auth_providers.#{name}.title")
)
end
:size => "36") + t("application.auth_providers.#{name}.title"),
auth_path(options.merge(:provider => provider)),
:method => :post,
- :class => "auth_button btn btn-outline-secondary fs-6 border rounded py-2 px-4 d-flex justify-content-center align-items-center",
+ :class => "auth_button btn btn-outline-secondary border py-2 px-4 d-flex justify-content-center align-items-center",
:title => t("application.auth_providers.#{name}.title")
)
end
end
def oob?
- callback_url.nil? || callback_url.casecmp("oob").zero?
+ callback_url.nil? || callback_url.casecmp?("oob")
end
def oauth10?
json.partial! "bounds"
-all = @nodes + @ways + @relations
-
-json.elements(all) do |obj|
- json.partial! obj
+json.elements do
+ json.array! @nodes, :partial => "/api/nodes/node", :as => :node
+ json.array! @ways, :partial => "/api/ways/way", :as => :way
+ json.array! @relations, :partial => "/api/relations/relation", :as => :relation
end
json.partial! "api/root_attributes"
-json.elements(@nodes) do |node|
- json.partial! node
+json.elements do
+ json.array! @nodes, :partial => "node", :as => :node
end
json.partial! "api/root_attributes"
-json.elements([@node]) do |node|
- json.partial! node
+json.elements do
+ json.array! [@node], :partial => "node", :as => :node
end
json.partial! "api/root_attributes"
-json.elements(@elems) do |old_node|
- json.partial! old_node
+json.elements do
+ json.array! @elems, :partial => "old_node", :as => :old_node
end
json.partial! "api/root_attributes"
-json.elements([@old_element]) do |old_node|
- json.partial! old_node
+json.elements do
+ json.array! [@old_element], :partial => "old_node", :as => :old_node
end
json.partial! "api/root_attributes"
-json.elements(@elems) do |old_relation|
- json.partial! old_relation
+json.elements do
+ json.array! @elems, :partial => "old_relation", :as => :old_relation
end
json.partial! "api/root_attributes"
-json.elements([@old_element]) do |old_relation|
- json.partial! old_relation
+json.elements do
+ json.array! [@old_element], :partial => "old_relation", :as => :old_relation
end
json.partial! "api/root_attributes"
-json.elements(@elems) do |old_way|
- json.partial! old_way
+json.elements do
+ json.array! @elems, :partial => "old_way", :as => :old_way
end
json.partial! "api/root_attributes"
-json.elements([@old_element]) do |old_way|
- json.partial! old_way
+json.elements do
+ json.array! [@old_element], :partial => "old_way", :as => :old_way
end
json.partial! "api/root_attributes"
-all = @nodes + @ways + @relations
-
-json.elements(all) do |obj|
- json.partial! obj
+json.elements do
+ json.array! @nodes, :partial => "/api/nodes/node", :as => :node
+ json.array! @ways, :partial => "/api/ways/way", :as => :way
+ json.array! @relations, :partial => "/api/relations/relation", :as => :relation
end
json.partial! "api/root_attributes"
-json.elements(@relations) do |relation|
- json.partial! relation
+json.elements do
+ json.array! @relations, :partial => "relation", :as => :relation
end
json.partial! "api/root_attributes"
-json.elements(@relations) do |relation|
- json.partial! relation
+json.elements do
+ json.array! @relations, :partial => "relation", :as => :relation
end
json.partial! "api/root_attributes"
-json.elements(@relations) do |relation|
- json.partial! relation
+json.elements do
+ json.array! @relations, :partial => "relation", :as => :relation
end
json.partial! "api/root_attributes"
-json.elements(@relations) do |relation|
- json.partial! relation
+json.elements do
+ json.array! @relations, :partial => "relation", :as => :relation
end
json.partial! "api/root_attributes"
-json.elements([@relation]) do |relation|
- json.partial! relation
+json.elements do
+ json.array! [@relation], :partial => "relation", :as => :relation
end
json.partial! "api/root_attributes"
-all = @nodes + [@way]
-
-json.elements(all) do |obj|
- json.partial! obj
+json.elements do
+ json.array! @nodes, :partial => "/api/nodes/node", :as => :node
+ json.array! [@way], :partial => "/api/ways/way", :as => :way
end
json.partial! "api/root_attributes"
-json.elements(@ways) do |way|
- json.partial! way
+json.elements do
+ json.array! @ways, :partial => "way", :as => :way
end
json.partial! "api/root_attributes"
-json.elements([@way]) do |way|
- json.partial! way
+json.elements do
+ json.array! [@way], :partial => "way", :as => :way
end
json.partial! "api/root_attributes"
-json.elements(@ways) do |way|
- json.partial! way
+json.elements do
+ json.array! @ways, :partial => "way", :as => :way
end
-<div>
- <div class="list-inline justify-content-center d-flex align-items-center flex-wrap w-100 mb-3" id="login_auth_buttons">
+<% prefered_auth_button_available = false %>
+<% %w[google facebook microsoft github wikipedia].each do |provider| %>
+ <% if Settings.key?("#{provider}_auth_id".to_sym) -%>
+ <% if @preferred_auth_provider == provider %>
+ <% prefered_auth_button_available = true %>
+ <% end %>
+ <% end -%>
+<% end -%>
- <% prefered_auth_button_available = false %>
- <% %w[google facebook microsoft github wikipedia].each do |provider| %>
- <% if Settings.key?("#{provider}_auth_id".to_sym) -%>
- <% if @preferred_auth_provider == provider %>
- <% prefered_auth_button_available = true %>
- <% end %>
- <% end -%>
- <% end -%>
+<div>
+ <%= tag.div :id => "login_auth_buttons",
+ :class => ["row row-cols-1", { "row-cols-sm-2" => prefered_auth_button_available }, "g-2 mb-3"] do %>
<% if prefered_auth_button_available %>
- <div class="list-inline justify-content-center d-flex align-items-center flex-wrap w-50">
+ <div class="col justify-content-center d-flex align-items-center flex-wrap">
<% %w[google facebook microsoft github wikipedia].each do |provider| %>
<% if Settings.key?("#{provider}_auth_id".to_sym) -%>
<% if @preferred_auth_provider == provider %>
<% end -%>
<% end -%>
</div>
- <div class="list-inline justify-content-center d-flex align-items-center flex-wrap w-50">
- <% else %>
- <div class="list-inline justify-content-center d-flex align-items-center flex-wrap w-100">
<% end %>
- <%= link_to image_tag("openid.svg",
- :alt => t("application.auth_providers.openid.title"),
- :size => "36"),
- "#",
- :id => "openid_open_url",
- :title => t("application.auth_providers.openid.title"),
- :class => "btn btn-light mx-1 p-2 d-block" %>
+ <div class="col justify-content-center d-flex align-items-center flex-wrap gap-2">
+ <%= button_tag image_tag("openid.svg",
+ :alt => t(".openid.alt"),
+ :size => "36"),
+ :type => "button",
+ :id => "openid_open_url",
+ :title => t(".openid.title"),
+ :class => "btn btn-light p-2" %>
<% %w[google facebook microsoft github wikipedia].each do |provider| %>
<% unless @preferred_auth_provider == provider %>
<% end %>
<% end -%>
</div>
- </div>
+ <% end %>
<%# :tabindex starts high to allow rendering at the bottom of the template %>
<%= form_tag(auth_path(:provider => "openid"), :id => "openid_login_form") do %>
- <div id="login_openid_url" class="mb-3">
- <label for="openid_url" class="form-label"><%= t ".openid_html", :logo => openid_logo %></label>
+ <div class="mb-3">
+ <label for="openid_url" class="form-label">
+ <%= image_tag "openid.svg", :size => "36", :alt => "", :class => "align-text-bottom" %>
+ <%= t ".openid_url" %>
+ </label>
<%= hidden_field_tag("referer", params[:referer], :autocomplete => "off") %>
- <%= text_field_tag("openid_url", "", :tabindex => 20, :autocomplete => "on", :class => "openid_url form-control") %>
+ <%= text_field_tag("openid_url", "", :tabindex => 20, :autocomplete => "on", :class => "form-control") %>
<span class="form-text text-body-secondary">(<a href="<%= t "accounts.edit.openid.link" %>" target="_new"><%= t "accounts.edit.openid.link text" %></a>)</span>
</div>
- <%= submit_tag t(".openid_login_button"), :tabindex => 21, :id => "openid_login_button", :class => "btn btn-primary" %>
+ <%= submit_tag t(".openid_login_button"), :tabindex => 21, :class => "btn btn-primary" %>
<% end %>
</div>
:icon => image_path("marker-red.png"),
:description => render(:partial => "popup", :object => current_user, :locals => { :type => "your location" })
} %>
- <%= tag.div "", :id => "map", :class => "content_map border border-secondary-subtle rounded", :data => { :user => user_data } %>
+ <%= tag.div "", :id => "map", :class => "content_map border border-secondary-subtle rounded z-0", :data => { :user => user_data } %>
<% end %>
<% friends = @user.friends %>
--- /dev/null
+<% content_for :heading do %>
+ <h1><%= t ".heading" %></h1>
+<% end %>
+
+<%= render :partial => "diary_entries/diary_entry_heading", :object => @entry, :as => "diary_entry" %>
+
+<h3><%= t "diary_entries.show.leave_a_comment" %></h3>
+
+<%= bootstrap_form_for @diary_comment, :url => comment_diary_entry_path(@entry.user, @entry) do |f| %>
+ <%= f.richtext_field :body, :cols => 80, :rows => 20, :hide_label => true %>
+ <%= f.primary %>
+<% end %>
<fieldset>
<legend><%= t ".location" -%></legend>
- <%= tag.div "", :id => "map", :class => "border border-secondary-subtle rounded mb-3", :data => { :lat => @lat, :lon => @lon, :zoom => @zoom } %>
+ <%= tag.div "", :id => "map", :class => "border border-secondary-subtle rounded mb-3 z-0", :data => { :lat => @lat, :lon => @lon, :zoom => @zoom } %>
<div class="row mb-3">
<%= f.text_field :latitude, :wrapper_class => "col-sm-4 d-flex flex-column", :class => "mt-auto", :id => "latitude" %>
<% end %>
<% if @user && @user == current_user || !@user && current_user %>
- <li><%= link_to image_tag("new.png") + t(".new"), new_diary_entry_path, :class => "icon-link", :title => t(".new_title") %></li>
+ <li>
+ <%= link_to new_diary_entry_path, :class => "icon-link", :title => t(".new_title") do %>
+ <svg width="16" height="16">
+ <path d="M2 0 a2 2 0 0 0 -2 2 v12 a2 2 0 0 0 2 2 h12 a2 2 0 0 0 2 -2 v-12 a2 2 0 0 0 -2 -2 z M4 7 h3 v-3 h2 v3 h3 v2 h-3 v3 h-2 v-3 h-3 z" fill="currentColor" />
+ </svg>
+ <%= t(".new") %>
+ <% end %>
+ </li>
<% end %>
</ul>
</nav>
<% if current_user %>
<h3 id="newcomment"><%= t ".leave_a_comment" %></h3>
- <%= bootstrap_form_for @entry.comments.new, :url => { :action => "comment" } do |f| %>
+ <%= bootstrap_form_for @entry.comments.new, :url => comment_diary_entry_path(@entry.user, @entry) do |f| %>
<%= f.richtext_field :body, :cols => 80, :rows => 20, :hide_label => true %>
<%= f.primary %>
<% end %>
<input class="form-check-input" type="checkbox" name="updatehome" value="1" <% unless current_user.home_location? %> checked <% end %> id="updatehome" />
<label class="form-check-label" for="updatehome"><%= t ".update home location on click" %></label>
</div>
- <%= tag.div "", :id => "map", :class => "content_map set_location border border-secondary-subtle rounded" %>
+ <%= tag.div "", :id => "map", :class => "content_map set_location border border-secondary-subtle rounded z-0" %>
</fieldset>
<%= f.primary t(".save") %>
<%= javascript_include_tag "auth_providers" %>
<% end %>
-<% content_for :heading_class, "p-0 mw-100" %>
+<% content_for :heading_class, "pb-0" %>
<% content_for :heading do %>
<% if @client_app_name %>
<p class="text-center text-body-secondary fs-6 py-2 mb-0 bg-body"><%= t(".login_to_authorize_html", :client_app_name => @client_app_name) %></p>
<% end %>
- <div class="header-illustration new-user-main auth-container mx-auto">
+ <div class="header-illustration new-user-main">
<ul class="nav nav-tabs position-absolute bottom-0 fs-6 w-100">
<li class="nav-item">
<%= link_to t("sessions.new.tab_title"), "#", :class => "nav-link active" %>
</div>
<% end %>
-<div id="login_login" class="auth-container mx-auto my-0">
- <% if @preferred_auth_provider %>
- <%= render :partial => "auth_providers" %>
- <div class="d-flex justify-content-center align-items-center mb-2">
- <div class="border-bottom border-1 flex-grow-1"></div>
- <div class="text-secondary mx-3"><%= t ".or" %></div>
- <div class="border-bottom border-1 flex-grow-1"></div>
- </div>
- <% end %>
+<% if @preferred_auth_provider %>
+ <%= render :partial => "auth_providers" %>
+ <%= render :partial => "shared/section_divider", :locals => { :text => t(".or") } %>
+<% end %>
- <%= bootstrap_form_tag(:action => "login", :html => { :id => "login_form" }) do |f| %>
- <%= hidden_field_tag("referer", h(params[:referer]), :autocomplete => "off") %>
+<%= bootstrap_form_tag(:action => "login", :html => { :id => "login_form" }) do |f| %>
+ <%= hidden_field_tag("referer", h(params[:referer]), :autocomplete => "off") %>
- <%= f.text_field :username, :label => t(".email or username"), :autofocus => true, :tabindex => 1, :value => params[:username] %>
+ <%= f.text_field :username, :label => t(".email or username"), :autofocus => true, :tabindex => 1, :value => params[:username] %>
- <div class="row">
- <div class="col">
- <%= f.label :password, t(".password"), :class => "form-label" %>
- </div>
- <div class="col text-end">
- <small><%= link_to(t(".lost password link"), user_forgot_password_path) %></small>
- </div>
- </div>
- <input class="form-control mb-3" type="password" name="password" id="password" tabindex="2" value="" autocomplete="on" />
+ <div class="d-flex flex-wrap column-gap-3 justify-content-between align-items-baseline mb-2">
+ <%= f.label :password, t(".password") %>
+ <small><%= link_to(t(".lost password link"), user_forgot_password_path) %></small>
+ </div>
- <%= f.form_group do %>
- <%= f.check_box :remember_me, { :label => t(".remember"), :tabindex => 3, :checked => (params[:remember_me] == "yes") }, "yes" %>
- <% end %>
+ <%= f.password_field :password, :autocomplete => "on", :tabindex => 2, :value => "", :skip_label => true %>
- <div class="mb-3">
- <%= f.primary t(".login_button"), :tabindex => 4 %>
- </div>
+ <%= f.form_group do %>
+ <%= f.check_box :remember_me, { :label => t(".remember"), :tabindex => 3, :checked => (params[:remember_me] == "yes") }, "yes" %>
<% end %>
- <% unless @preferred_auth_provider %>
- <div class="d-flex justify-content-center align-items-center">
- <div class="border-bottom border-1 flex-grow-1"></div>
- <div class="text-secondary mx-3"><%= t ".with external" %></div>
- <div class="border-bottom border-1 flex-grow-1"></div>
- </div>
- <%= render :partial => "auth_providers" %>
- <% end %>
-</div>
+ <div class="mb-3">
+ <%= f.primary t(".login_button"), :tabindex => 4 %>
+ </div>
+<% end %>
+
+<% unless @preferred_auth_provider %>
+ <%= render :partial => "shared/section_divider", :locals => { :text => t(".with external") } %>
+ <%= render :partial => "auth_providers" %>
+<% end %>
--- /dev/null
+<div class="d-flex align-items-center my-1">
+ <hr class="flex-grow-1 border-secondary" role="separator">
+ <span class="mx-3 text-secondary"><%= text %></span>
+ <hr class="flex-grow-1 border-secondary" role="separator">
+</div>
-<% content_for :heading_class, "p-0 mw-100" %>
+<% content_for :heading_class, "pb-0" %>
<% content_for :heading do %>
- <div class="header-illustration new-user-main auth-container mx-auto">
- <ul class="nav nav-tabs position-absolute bottom-0 px-3 fs-6 w-100">
+ <div class="header-illustration new-user-main">
+ <ul class="nav nav-tabs position-absolute bottom-0 fs-6 w-100">
<li class="nav-item">
<%= link_to t("sessions.new.tab_title"), url_for(:action => :new, :controller => :sessions), :class => "nav-link" %>
</li>
</div>
<% end %>
-<div class="auth-container mx-auto my-0">
- <p><strong><%= t "users.new.no_auto_account_create" %></strong></p>
- <p><%= t "users.new.please_contact_support_html", :support_link => mail_to(Settings.support_email, t("users.new.support")) %></p>
-</div>
+<p><strong><%= t "users.new.no_auto_account_create" %></strong></p>
+<p><%= t "users.new.please_contact_support_html", :support_link => mail_to(Settings.support_email, t("users.new.support")) %></p>
<%= javascript_include_tag "auth_providers" %>
<% end %>
-<% content_for :heading_class, "p-0 mw-100" %>
+<% content_for :heading_class, "pb-0" %>
<% content_for :heading do %>
<% if @client_app_name %>
<p class="text-center text-body-secondary fs-6 py-2 mb-0 bg-body"><%= t(".signup_to_authorize_html", :client_app_name => @client_app_name) %></p>
<% end %>
- <div class="header-illustration new-user-main auth-container mx-auto">
+ <div class="header-illustration new-user-main">
<ul class="nav nav-tabs position-absolute bottom-0 fs-6 w-100">
<li class="nav-item">
<%= link_to t("sessions.new.tab_title"), url_for(:action => :new, :controller => :sessions, :referer => @referer), :class => "nav-link" %>
</div>
<% end %>
-<div class="auth-container mx-auto my-0">
- <% if current_user.auth_uid.nil? %>
- <div class="text-body-secondary fs-6">
- <p><strong><%= t ".about.header" %></strong> <%= t ".about.paragraph_1" %></p>
- <p><%= t ".about.paragraph_2" %></p>
- </div>
+<% if current_user.auth_uid.nil? %>
+ <div class="text-body-secondary fs-6">
+ <p><strong><%= t ".about.header" %></strong> <%= t ".about.paragraph_1" %></p>
+ <p><%= t ".about.paragraph_2" %></p>
+ </div>
- <% unless @preferred_auth_provider.nil? %>
- <%= render :partial => "auth_providers" %>
- <div class="d-flex justify-content-center align-items-center mb-2">
- <div class="border-bottom border-1 flex-grow-1"></div>
- <div class="text-secondary mx-3"><%= t ".or" %></div>
- <div class="border-bottom border-1 flex-grow-1"></div>
- </div>
- <% end %>
- <% else %>
- <h4><%= t ".about.welcome" %></h4>
+ <% unless @preferred_auth_provider.nil? %>
+ <%= render :partial => "auth_providers" %>
+ <%= render :partial => "shared/section_divider", :locals => { :text => t(".or") } %>
<% end %>
+<% else %>
+ <h4><%= t ".about.welcome" %></h4>
+<% end %>
- <%= bootstrap_form_for current_user, :url => { :action => "create" } do |f| %>
- <%= hidden_field_tag("referer", h(@referer)) unless @referer.nil? %>
- <%= hidden_field_tag("email_hmac", h(@email_hmac)) unless @email_hmac.nil? %>
- <%= f.hidden_field :auth_provider unless current_user.auth_provider.nil? %>
- <%= f.hidden_field :auth_uid unless current_user.auth_uid.nil? %>
+<%= bootstrap_form_for current_user, :url => { :action => "create" } do |f| %>
+ <%= hidden_field_tag("referer", h(@referer)) unless @referer.nil? %>
+ <%= hidden_field_tag("email_hmac", h(@email_hmac)) unless @email_hmac.nil? %>
+ <%= f.hidden_field :auth_provider unless current_user.auth_provider.nil? %>
+ <%= f.hidden_field :auth_uid unless current_user.auth_uid.nil? %>
- <% if current_user.auth_uid.nil? or @email_hmac.nil? or not current_user.errors[:email].empty? %>
- <%= f.email_field :email, :help => t(".email_help_html",
- :privacy_policy_link => link_to(t(".privacy_policy"),
- t(".privacy_policy_url"),
- :title => t(".privacy_policy_title"),
- :target => :new)),
- :autofocus => true,
- :tabindex => 1 %>
- <% else %>
- <%= f.hidden_field :email %>
- <% end %>
+ <% if current_user.auth_uid.nil? or @email_hmac.nil? or not current_user.errors[:email].empty? %>
+ <%= f.email_field :email, :help => t(".email_help.html",
+ :privacy_policy_link => link_to(t(".email_help.privacy_policy"),
+ t(".email_help.privacy_policy_url"),
+ :title => t(".email_help.privacy_policy_title"),
+ :target => :new)),
+ :autofocus => true,
+ :tabindex => 1 %>
+ <% else %>
+ <%= f.hidden_field :email %>
+ <% end %>
- <%= f.text_field :display_name, :help => t(".display name description"), :tabindex => 2 %>
+ <%= f.text_field :display_name, :help => t(".display name description"), :tabindex => 2 %>
- <% if current_user.auth_uid.nil? %>
- <div class="row">
- <div class="col-sm">
- <%= f.password_field :pass_crypt, :tabindex => 3 %>
- </div>
- <div class="col-sm">
- <%= f.password_field :pass_crypt_confirmation, :tabindex => 4 %>
- </div>
+ <% if current_user.auth_uid.nil? %>
+ <div class="row">
+ <div class="col-sm">
+ <%= f.password_field :pass_crypt, :tabindex => 3 %>
+ </div>
+ <div class="col-sm">
+ <%= f.password_field :pass_crypt_confirmation, :tabindex => 4 %>
</div>
- <% end %>
-
- <p class="mb-3 text-body-secondary fs-6"><%= t(".by_signing_up_html",
- :tou_link => link_to(t("layouts.tou"),
- "https://wiki.osmfoundation.org/wiki/Terms_of_Use",
- :target => :new),
- :privacy_policy_link => link_to(t(".privacy_policy"),
- t(".privacy_policy_url"),
- :title => t(".privacy_policy_title"),
- :target => :new),
- :contributor_terms_link => link_to(t(".contributor_terms"),
- t(".contributor_terms_url"),
- :target => :new)) %></p>
- <%= f.form_group do %>
- <%= f.check_box :consider_pd,
- :tabindex => 5,
- :label => t(".consider_pd_html",
- :consider_pd_link => link_to(t(".consider_pd"),
- t(".consider_pd_url"),
- :target => :new)) %>
- <% end %>
-
- <div class="mb-3">
- <%= submit_tag(t(".continue"), :name => "continue", :id => "continue", :class => "btn btn-primary", :tabindex => 6) %>
</div>
<% end %>
- <% if current_user.auth_uid.nil? and @preferred_auth_provider.nil? %>
- <div class="d-flex justify-content-center align-items-center">
- <div class="border-bottom border-1 flex-grow-1"></div>
- <div class="text-secondary mx-3"><%= t ".use external auth" %></div>
- <div class="border-bottom border-1 flex-grow-1"></div>
- </div>
- <%= render :partial => "auth_providers" %>
+ <p class="mb-3 text-body-secondary fs-6"><%= t(".by_signing_up.html",
+ :tou_link => link_to(t("layouts.tou"),
+ "https://wiki.osmfoundation.org/wiki/Terms_of_Use",
+ :target => :new),
+ :privacy_policy_link => link_to(t(".by_signing_up.privacy_policy"),
+ t(".by_signing_up.privacy_policy_url"),
+ :title => t(".by_signing_up.privacy_policy_title"),
+ :target => :new),
+ :contributor_terms_link => link_to(t(".by_signing_up.contributor_terms"),
+ t(".by_signing_up.contributor_terms_url"),
+ :target => :new)) %></p>
+ <%= f.form_group do %>
+ <%= f.check_box :consider_pd,
+ :tabindex => 5,
+ :label => t(".consider_pd_html",
+ :consider_pd_link => link_to(t(".consider_pd"),
+ t(".consider_pd_url"),
+ :target => :new)) %>
<% end %>
-</div>
+
+ <div class="mb-3">
+ <%= submit_tag(t(".continue"), :name => "continue", :id => "continue", :class => "btn btn-primary", :tabindex => 6) %>
+ </div>
+<% end %>
+
+<% if current_user.auth_uid.nil? and @preferred_auth_provider.nil? %>
+ <%= render :partial => "shared/section_divider", :locals => { :text => t(".use external auth") } %>
+ <%= render :partial => "auth_providers" %>
+<% end %>
--- /dev/null
+<?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"
+ width="580"
+ height="270"
+ id="svg4136"
+ version="1.1"
+ inkscape:version="0.48.2 r9819"
+ sodipodi:docname="verify-illustration.svg"
+ inkscape:export-filename="/Users/saman/work_repos/openstreetmap-website/app/assets/images/verify-illustration.png"
+ inkscape:export-xdpi="90"
+ inkscape:export-ydpi="90">
+ <defs
+ id="defs4138">
+ <linearGradient
+ id="linearGradient14931">
+ <stop
+ id="stop14933"
+ offset="0"
+ style="stop-color:#ccf1ff;stop-opacity:0;" />
+ <stop
+ style="stop-color:#ccf1ff;stop-opacity:0;"
+ offset="0.85714281"
+ id="stop14937" />
+ <stop
+ id="stop14935"
+ offset="1"
+ style="stop-color:#789afb;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient14233"
+ inkscape:collect="always">
+ <stop
+ id="stop14235"
+ offset="0"
+ style="stop-color:#a2c9ed;stop-opacity:1;" />
+ <stop
+ id="stop14237"
+ offset="1"
+ style="stop-color:#7a9dfc;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient14223">
+ <stop
+ style="stop-color:#a2c9ed;stop-opacity:1;"
+ offset="0"
+ id="stop14225" />
+ <stop
+ style="stop-color:#7a9dfc;stop-opacity:1"
+ offset="1"
+ id="stop14227" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient13250">
+ <stop
+ style="stop-color:#8eb3f5;stop-opacity:1"
+ offset="0"
+ id="stop13252" />
+ <stop
+ style="stop-color:#b2dbea;stop-opacity:0;"
+ offset="1"
+ id="stop13254" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient13240">
+ <stop
+ style="stop-color:#ffffff;stop-opacity:1;"
+ offset="0"
+ id="stop13242" />
+ <stop
+ style="stop-color:#ebf2fd;stop-opacity:1"
+ offset="1"
+ id="stop13244" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient13198">
+ <stop
+ style="stop-color:#000000;stop-opacity:1;"
+ offset="0"
+ id="stop13200" />
+ <stop
+ style="stop-color:#000000;stop-opacity:0;"
+ offset="1"
+ id="stop13202" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient9009">
+ <stop
+ style="stop-color:#ffffff;stop-opacity:1;"
+ offset="0"
+ id="stop9011" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0;"
+ offset="1"
+ id="stop9013" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient8284"
+ inkscape:collect="always">
+ <stop
+ id="stop8286"
+ offset="0"
+ style="stop-color:#b2dbea;stop-opacity:1" />
+ <stop
+ id="stop8288"
+ offset="1"
+ style="stop-color:#93b8e0;stop-opacity:0" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient7872">
+ <stop
+ style="stop-color:#cbeea7;stop-opacity:1;"
+ offset="0"
+ id="stop7874" />
+ <stop
+ style="stop-color:#cee8c1;stop-opacity:1"
+ offset="1"
+ id="stop7876" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient7775">
+ <stop
+ style="stop-color:#222222;stop-opacity:1"
+ offset="0"
+ id="stop7777" />
+ <stop
+ style="stop-color:#adadc6;stop-opacity:0;"
+ offset="1"
+ id="stop7779" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient7767">
+ <stop
+ style="stop-color:#b2dbea;stop-opacity:1"
+ offset="0"
+ id="stop7769" />
+ <stop
+ style="stop-color:#7092ff;stop-opacity:1"
+ offset="1"
+ id="stop7771" />
+ </linearGradient>
+ <clipPath
+ clipPathUnits="userSpaceOnUse"
+ id="clipPath7691">
+ <path
+ sodipodi:open="true"
+ sodipodi:end="6.2831853"
+ sodipodi:start="3.1415927"
+ transform="matrix(1.4545455,0,0,1.4545455,-622.81822,-83.09091)"
+ d="M 1126,118.99999 A 110,110 0 0 1 1346,119"
+ sodipodi:ry="110"
+ sodipodi:rx="110"
+ sodipodi:cy="119"
+ sodipodi:cx="1236"
+ id="path7693"
+ style="color:#000000;fill:#c5c5d7;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:4;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+ sodipodi:type="arc" />
+ </clipPath>
+ <clipPath
+ clipPathUnits="userSpaceOnUse"
+ id="clipPath7755">
+ <path
+ inkscape:connector-curvature="0"
+ style="color:#000000;fill:#adadc6;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:4;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+ d="m 1230.4688,792.26843 c 13.3096,49.6722 -20.4537,112.82556 -47.6876,150.09372 l 152.2188,0 c 0,-68.85715 -43.5157,-127.53233 -104.5312,-150.09372 z"
+ id="path7757"
+ sodipodi:nodetypes="cccc" />
+ </clipPath>
+ <filter
+ inkscape:collect="always"
+ id="filter7759"
+ color-interpolation-filters="sRGB">
+ <feGaussianBlur
+ inkscape:collect="always"
+ stdDeviation="5.8125"
+ id="feGaussianBlur7761" />
+ </filter>
+ <filter
+ inkscape:collect="always"
+ id="filter7763"
+ x="-0.103344"
+ width="1.206688"
+ y="-0.089630529"
+ height="1.1792611"
+ color-interpolation-filters="sRGB">
+ <feGaussianBlur
+ inkscape:collect="always"
+ stdDeviation="5.3825"
+ id="feGaussianBlur7765" />
+ </filter>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient7767"
+ id="linearGradient7773"
+ x1="1225.6875"
+ y1="36.5"
+ x2="1225.6875"
+ y2="119"
+ gradientUnits="userSpaceOnUse" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient7775"
+ id="linearGradient7781"
+ x1="1224.2188"
+ y1="789.35889"
+ x2="1224.2188"
+ y2="942.36212"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="translate(30,0)" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient7872"
+ id="linearGradient7878"
+ x1="1097"
+ y1="942.36218"
+ x2="1097"
+ y2="802.62952"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="translate(30,0)" />
+ <filter
+ color-interpolation-filters="sRGB"
+ inkscape:collect="always"
+ id="filter7759-0">
+ <feGaussianBlur
+ inkscape:collect="always"
+ stdDeviation="5.8125"
+ id="feGaussianBlur7761-9" />
+ </filter>
+ <clipPath
+ clipPathUnits="userSpaceOnUse"
+ id="clipPath8573">
+ <path
+ sodipodi:type="arc"
+ style="color:#000000;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:4;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+ id="path8575"
+ sodipodi:cx="1236"
+ sodipodi:cy="119"
+ sodipodi:rx="110"
+ sodipodi:ry="110"
+ d="M 1126,118.99999 A 110,110 0 0 1 1346,119"
+ transform="matrix(1.4545455,0,0,1.4545455,-611.81823,-534.09093)"
+ sodipodi:start="3.1415927"
+ sodipodi:end="6.2831853"
+ sodipodi:open="true" />
+ </clipPath>
+ <clipPath
+ clipPathUnits="userSpaceOnUse"
+ id="clipPath8675">
+ <path
+ style="font-size:medium;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-indent:0;text-align:start;text-decoration:none;line-height:normal;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;baseline-shift:baseline;color:#000000;fill:url(#linearGradient8679);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:5.81818199;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate;font-family:Sans;-inkscape-font-specification:Sans"
+ d="m 1190.4062,-388.15627 a 12.0012,12.0012 0 0 0 -10.0312,4.96875 c -23.0888,31.04416 -73.5,61.84375 -73.5,61.84375 a 12.007739,12.007739 0 0 0 -0.8125,0.5625 12.007739,12.007739 0 0 0 -0.1875,0.125 l -13.875,7.90625 a 4.0175701,4.0175701 0 1 0 4,6.96875 l 5.2188,-2.96875 a 12.007739,12.007739 0 0 0 17.9062,8.0625 c 0,0 52.3016,-30.24185 80.5,-68.15625 a 12.0012,12.0012 0 0 0 -9.2188,-19.3125 z"
+ id="path8677"
+ inkscape:connector-curvature="0" />
+ </clipPath>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient8284"
+ id="linearGradient8679"
+ gradientUnits="userSpaceOnUse"
+ x1="1086"
+ y1="139"
+ x2="1125.7982"
+ y2="99.201767"
+ gradientTransform="translate(11.000003,-451.00002)" />
+ <clipPath
+ clipPathUnits="userSpaceOnUse"
+ id="clipPath8987">
+ <flowRoot
+ xml:space="preserve"
+ id="flowRoot8989"
+ style="font-size:30px;font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;text-indent:0;text-align:start;text-decoration:none;line-height:125%;letter-spacing:0px;word-spacing:0px;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;baseline-shift:baseline;opacity:0.25;color:#000000;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:4;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate;font-family:Menlo;-inkscape-font-specification:Menlo Bold"
+ transform="translate(-173.25,451.00002)"
+ clip-path="none"><flowRegion
+ id="flowRegion8991"><rect
+ id="rect8993"
+ width="580"
+ height="303"
+ x="1021"
+ y="-529"
+ style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;fill:#ffffff;stroke:none;font-family:Menlo;-inkscape-font-specification:Menlo Bold" /></flowRegion><flowPara
+ id="flowPara8995">101010101010100011</flowPara><flowPara
+ id="flowPara8997">100010101010011010</flowPara><flowPara
+ id="flowPara8999">101010101001010110</flowPara><flowPara
+ id="flowPara9001">010111010000011010</flowPara><flowPara
+ id="flowPara9003">000101010000110001</flowPara><flowPara
+ id="flowPara9005">101010110010101101</flowPara><flowPara
+ id="flowPara9007">101010111010101011</flowPara></flowRoot> </clipPath>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient9009"
+ id="linearGradient9015"
+ x1="1184"
+ y1="-405.00003"
+ x2="1184"
+ y2="-533.03516"
+ gradientUnits="userSpaceOnUse" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient9009"
+ id="linearGradient9019"
+ gradientUnits="userSpaceOnUse"
+ x1="1184"
+ y1="-405.00003"
+ x2="1184"
+ y2="-533.03516" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient9009"
+ id="linearGradient9021"
+ gradientUnits="userSpaceOnUse"
+ x1="1184"
+ y1="-405.00003"
+ x2="1184"
+ y2="-533.03516" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient9009"
+ id="linearGradient9023"
+ gradientUnits="userSpaceOnUse"
+ x1="1184"
+ y1="-405.00003"
+ x2="1184"
+ y2="-533.03516" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient9009"
+ id="linearGradient9025"
+ gradientUnits="userSpaceOnUse"
+ x1="1184"
+ y1="-405.00003"
+ x2="1184"
+ y2="-533.03516" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient9009"
+ id="linearGradient9027"
+ gradientUnits="userSpaceOnUse"
+ x1="1184"
+ y1="-405.00003"
+ x2="1184"
+ y2="-533.03516" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient9009"
+ id="linearGradient9029"
+ gradientUnits="userSpaceOnUse"
+ x1="1184"
+ y1="-405.00003"
+ x2="1184"
+ y2="-533.03516" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient9009"
+ id="linearGradient9031"
+ gradientUnits="userSpaceOnUse"
+ x1="1184"
+ y1="-405.00003"
+ x2="1184"
+ y2="-533.03516" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient9009"
+ id="linearGradient9033"
+ gradientUnits="userSpaceOnUse"
+ x1="1184"
+ y1="-405.00003"
+ x2="1184"
+ y2="-533.03516" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient9009"
+ id="linearGradient9035"
+ gradientUnits="userSpaceOnUse"
+ x1="1184"
+ y1="-405.00003"
+ x2="1184"
+ y2="-533.03516" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient7872-10"
+ id="linearGradient7878-5"
+ x1="1097"
+ y1="942.36218"
+ x2="1097"
+ y2="802.62952"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="translate(30,0)" />
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient7872-10">
+ <stop
+ style="stop-color:#cbeea7;stop-opacity:1;"
+ offset="0"
+ id="stop7874-2" />
+ <stop
+ style="stop-color:#cee8c1;stop-opacity:1"
+ offset="1"
+ id="stop7876-5" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient7872-80"
+ id="linearGradient7878-1"
+ x1="1097"
+ y1="942.36218"
+ x2="1097"
+ y2="802.62952"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="translate(-870,-742.36218)" />
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient7872-80">
+ <stop
+ style="stop-color:#cbeea7;stop-opacity:1;"
+ offset="0"
+ id="stop7874-6" />
+ <stop
+ style="stop-color:#cee8c1;stop-opacity:1"
+ offset="1"
+ id="stop7876-6" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient7872-8-5"
+ id="linearGradient7878-9-6"
+ x1="1097"
+ y1="942.36218"
+ x2="1097"
+ y2="802.62952"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="translate(-870,-742.36218)" />
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient7872-8-5">
+ <stop
+ style="stop-color:#cbeea7;stop-opacity:1;"
+ offset="0"
+ id="stop7874-3-7" />
+ <stop
+ style="stop-color:#cee8c1;stop-opacity:1"
+ offset="1"
+ id="stop7876-8-7" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient7872-8-9"
+ id="linearGradient7878-9-9"
+ x1="1097"
+ y1="942.36218"
+ x2="1097"
+ y2="802.62952"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="translate(-870,-742.36218)" />
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient7872-8-9">
+ <stop
+ style="stop-color:#cbeea7;stop-opacity:1;"
+ offset="0"
+ id="stop7874-3-4" />
+ <stop
+ style="stop-color:#cee8c1;stop-opacity:1"
+ offset="1"
+ id="stop7876-8-3" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient7872-8-2"
+ id="linearGradient7878-9-8"
+ x1="1097"
+ y1="942.36218"
+ x2="1097"
+ y2="802.62952"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="translate(30,0)" />
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient7872-8-2">
+ <stop
+ style="stop-color:#cbeea7;stop-opacity:1;"
+ offset="0"
+ id="stop7874-3-3" />
+ <stop
+ style="stop-color:#cee8c1;stop-opacity:1"
+ offset="1"
+ id="stop7876-8-6" />
+ </linearGradient>
+ <linearGradient
+ y2="802.62952"
+ x2="1097"
+ y1="942.36218"
+ x1="1097"
+ gradientTransform="translate(-1205,-787.20593)"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient13058"
+ xlink:href="#linearGradient7872-8-2"
+ inkscape:collect="always" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient13198"
+ id="linearGradient13220"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1,0,0.26794919,1,-171.4763,0)"
+ x1="1075"
+ y1="942.61218"
+ x2="1075"
+ y2="897.61151" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient13240"
+ id="linearGradient13246"
+ x1="1023.75"
+ y1="883.11218"
+ x2="1023.75"
+ y2="905.88416"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="translate(80,0)" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient13250"
+ id="linearGradient13256"
+ x1="210"
+ y1="135"
+ x2="210"
+ y2="145"
+ gradientUnits="userSpaceOnUse" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient7872-3"
+ id="linearGradient7878-19"
+ x1="1097"
+ y1="942.36218"
+ x2="1097"
+ y2="802.62952"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="translate(-790,-742.36218)" />
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient7872-3">
+ <stop
+ style="stop-color:#cbeea7;stop-opacity:1;"
+ offset="0"
+ id="stop7874-9" />
+ <stop
+ style="stop-color:#cee8c1;stop-opacity:1"
+ offset="1"
+ id="stop7876-7" />
+ </linearGradient>
+ <linearGradient
+ y2="802.62952"
+ x2="1097"
+ y1="942.36218"
+ x1="1097"
+ gradientTransform="translate(-1030,-792.36218)"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient14202"
+ xlink:href="#linearGradient7872-3"
+ inkscape:collect="always" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient14223"
+ id="linearGradient14229"
+ x1="1104"
+ y1="908.36218"
+ x2="1104"
+ y2="944.48694"
+ gradientUnits="userSpaceOnUse" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient14233"
+ id="linearGradient14231"
+ x1="1104"
+ y1="908.36218"
+ x2="1104"
+ y2="944.48694"
+ gradientUnits="userSpaceOnUse" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient7767-8"
+ id="linearGradient7773-6"
+ x1="1225.6875"
+ y1="36.5"
+ x2="1225.6875"
+ y2="119"
+ gradientUnits="userSpaceOnUse" />
+ <linearGradient
+ id="linearGradient7767-8">
+ <stop
+ style="stop-color:#b2dbea;stop-opacity:1"
+ offset="0"
+ id="stop7769-3" />
+ <stop
+ style="stop-color:#7092ff;stop-opacity:1"
+ offset="1"
+ id="stop7771-2" />
+ </linearGradient>
+ <radialGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient14931"
+ id="radialGradient14929"
+ cx="1218.1995"
+ cy="124.60332"
+ fx="1218.1995"
+ fy="124.60332"
+ r="110"
+ gradientTransform="matrix(8.9292362e-8,-1.09375,1.0937499,1.4609618e-6,1099.715,1451.4055)"
+ gradientUnits="userSpaceOnUse" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient9009"
+ id="linearGradient15209"
+ gradientUnits="userSpaceOnUse"
+ x1="1184"
+ y1="-405.00003"
+ x2="1184"
+ y2="-533.03516" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient9009"
+ id="linearGradient15211"
+ gradientUnits="userSpaceOnUse"
+ x1="1184"
+ y1="-405.00003"
+ x2="1184"
+ y2="-533.03516" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient9009"
+ id="linearGradient15213"
+ gradientUnits="userSpaceOnUse"
+ x1="1184"
+ y1="-405.00003"
+ x2="1184"
+ y2="-533.03516" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient9009"
+ id="linearGradient15215"
+ gradientUnits="userSpaceOnUse"
+ x1="1184"
+ y1="-405.00003"
+ x2="1184"
+ y2="-533.03516" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient9009"
+ id="linearGradient15217"
+ gradientUnits="userSpaceOnUse"
+ x1="1184"
+ y1="-405.00003"
+ x2="1184"
+ y2="-533.03516" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient9009"
+ id="linearGradient15219"
+ gradientUnits="userSpaceOnUse"
+ x1="1184"
+ y1="-405.00003"
+ x2="1184"
+ y2="-533.03516" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient9009"
+ id="linearGradient15221"
+ gradientUnits="userSpaceOnUse"
+ x1="1184"
+ y1="-405.00003"
+ x2="1184"
+ y2="-533.03516" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient9009"
+ id="linearGradient15223"
+ gradientUnits="userSpaceOnUse"
+ x1="1184"
+ y1="-405.00003"
+ x2="1184"
+ y2="-533.03516" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient7775"
+ id="linearGradient15226"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="translate(30,0)"
+ x1="1224.2188"
+ y1="789.35889"
+ x2="1224.2188"
+ y2="942.36212" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient14223"
+ id="linearGradient15231"
+ gradientUnits="userSpaceOnUse"
+ x1="1104"
+ y1="908.36218"
+ x2="1104"
+ y2="944.48694" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient14233"
+ id="linearGradient15234"
+ gradientUnits="userSpaceOnUse"
+ x1="1104"
+ y1="908.36218"
+ x2="1104"
+ y2="944.48694"
+ gradientTransform="translate(-820,-742.36218)" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient13240"
+ id="linearGradient15237"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="translate(80,0)"
+ x1="1023.75"
+ y1="883.11218"
+ x2="1023.75"
+ y2="905.88416" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient13198"
+ id="linearGradient15240"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1,0,0.26794919,1,-171.4763,0)"
+ x1="1075"
+ y1="942.61218"
+ x2="1075"
+ y2="897.61151" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient7872-10"
+ id="linearGradient15249"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="translate(30,0)"
+ x1="1097"
+ y1="942.36218"
+ x2="1097"
+ y2="802.62952" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient7872"
+ id="linearGradient15252"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="translate(30,0)"
+ x1="1097"
+ y1="942.36218"
+ x2="1097"
+ y2="802.62952" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient7872-3"
+ id="linearGradient15256"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="translate(30,0)"
+ x1="1097"
+ y1="942.36218"
+ x2="1097"
+ y2="802.62952" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient9009"
+ id="linearGradient15270"
+ gradientUnits="userSpaceOnUse"
+ x1="1184"
+ y1="-405.00003"
+ x2="1184"
+ y2="-533.03516" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient9009"
+ id="linearGradient15272"
+ gradientUnits="userSpaceOnUse"
+ x1="1184"
+ y1="-405.00003"
+ x2="1184"
+ y2="-533.03516" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient9009"
+ id="linearGradient15274"
+ gradientUnits="userSpaceOnUse"
+ x1="1184"
+ y1="-405.00003"
+ x2="1184"
+ y2="-533.03516" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient9009"
+ id="linearGradient15276"
+ gradientUnits="userSpaceOnUse"
+ x1="1184"
+ y1="-405.00003"
+ x2="1184"
+ y2="-533.03516" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient9009"
+ id="linearGradient15278"
+ gradientUnits="userSpaceOnUse"
+ x1="1184"
+ y1="-405.00003"
+ x2="1184"
+ y2="-533.03516" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient9009"
+ id="linearGradient15280"
+ gradientUnits="userSpaceOnUse"
+ x1="1184"
+ y1="-405.00003"
+ x2="1184"
+ y2="-533.03516" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient9009"
+ id="linearGradient15282"
+ gradientUnits="userSpaceOnUse"
+ x1="1184"
+ y1="-405.00003"
+ x2="1184"
+ y2="-533.03516" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient9009"
+ id="linearGradient15284"
+ gradientUnits="userSpaceOnUse"
+ x1="1184"
+ y1="-405.00003"
+ x2="1184"
+ y2="-533.03516" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient9009-6"
+ id="linearGradient15284-1"
+ gradientUnits="userSpaceOnUse"
+ x1="1184"
+ y1="-405.00003"
+ x2="1184"
+ y2="-533.03516" />
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient9009-6">
+ <stop
+ style="stop-color:#ffffff;stop-opacity:1;"
+ offset="0"
+ id="stop9011-6" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0;"
+ offset="1"
+ id="stop9013-1" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient9009-6"
+ id="linearGradient9021-0"
+ gradientUnits="userSpaceOnUse"
+ x1="1184"
+ y1="-405.00003"
+ x2="1184"
+ y2="-533.03516" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient9009-6"
+ id="linearGradient9019-6"
+ gradientUnits="userSpaceOnUse"
+ x1="1184"
+ y1="-405.00003"
+ x2="1184"
+ y2="-533.03516" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient9009-6"
+ id="linearGradient15270-8"
+ gradientUnits="userSpaceOnUse"
+ x1="1184"
+ y1="-405.00003"
+ x2="1184"
+ y2="-533.03516" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient9009-6"
+ id="linearGradient15272-3"
+ gradientUnits="userSpaceOnUse"
+ x1="1184"
+ y1="-405.00003"
+ x2="1184"
+ y2="-533.03516" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient9009-6"
+ id="linearGradient15274-2"
+ gradientUnits="userSpaceOnUse"
+ x1="1184"
+ y1="-405.00003"
+ x2="1184"
+ y2="-533.03516" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient9009-6"
+ id="linearGradient15276-3"
+ gradientUnits="userSpaceOnUse"
+ x1="1184"
+ y1="-405.00003"
+ x2="1184"
+ y2="-533.03516" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient9009-6"
+ id="linearGradient15278-3"
+ gradientUnits="userSpaceOnUse"
+ x1="1184"
+ y1="-405.00003"
+ x2="1184"
+ y2="-533.03516" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient9009-6"
+ id="linearGradient15280-7"
+ gradientUnits="userSpaceOnUse"
+ x1="1184"
+ y1="-405.00003"
+ x2="1184"
+ y2="-533.03516" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient9009-6"
+ id="linearGradient15282-7"
+ gradientUnits="userSpaceOnUse"
+ x1="1184"
+ y1="-405.00003"
+ x2="1184"
+ y2="-533.03516" />
+ <linearGradient
+ y2="-533.03516"
+ x2="1184"
+ y1="-405.00003"
+ x1="1184"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient15375"
+ xlink:href="#linearGradient9009-6"
+ inkscape:collect="always" />
+ <clipPath
+ clipPathUnits="userSpaceOnUse"
+ id="clipPath15492">
+ <path
+ id="path15494"
+ d="m 1071,-406.00002 c -4.5663,0 -8.4278,3.06835 -9.625,7.25 l -12.375,37.75 22,0 9.5625,-32 0,-0.0625 c 0.019,-0.0621 0.045,-0.12491 0.062,-0.1875 0.2508,-0.87601 0.375,-1.79341 0.375,-2.75 0,-5.52285 -4.4771,-10 -10,-10 z m 40,0 c -5.5228,0 -10,4.47715 -10,10 0,0.95659 0.1242,1.87399 0.375,2.75 l 0.062,0.1875 c 0.01,0.0188 -0.01,0.0437 0,0.0625 l 9.5625,32 20,0 -10.375,-37.75 c -1.1972,-4.18165 -5.0587,-7.25 -9.625,-7.25 z"
+ style="color:#000000;fill:url(#linearGradient15496);fill-opacity:1;stroke:none;stroke-width:20;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+ clip-path="none"
+ inkscape:connector-curvature="0" />
+ </clipPath>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient14233"
+ id="linearGradient15496"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="translate(-18.999997,-1303.3622)"
+ x1="1104"
+ y1="908.36218"
+ x2="1104"
+ y2="944.48694" />
+ </defs>
+ <sodipodi:namedview
+ id="base"
+ pagecolor="#ffffff"
+ bordercolor="#666666"
+ borderopacity="1.0"
+ inkscape:pageopacity="0.0"
+ inkscape:pageshadow="2"
+ inkscape:zoom="1"
+ inkscape:cx="454.13163"
+ inkscape:cy="142.68005"
+ inkscape:document-units="px"
+ inkscape:current-layer="layer1"
+ showgrid="false"
+ inkscape:window-width="1524"
+ inkscape:window-height="817"
+ inkscape:window-x="397"
+ inkscape:window-y="161"
+ inkscape:window-maximized="0"
+ borderlayer="false"
+ inkscape:showpageshadow="false"
+ inkscape:snap-bbox="true"
+ showguides="true"
+ inkscape:guide-bbox="true"
+ inkscape:object-paths="false"
+ inkscape:object-nodes="false"
+ inkscape:snap-nodes="true"
+ fit-margin-top="0"
+ fit-margin-left="0"
+ fit-margin-right="0"
+ fit-margin-bottom="0">
+ <inkscape:grid
+ type="xygrid"
+ id="grid4228"
+ empspacing="5"
+ visible="true"
+ enabled="true"
+ snapvisiblegridlinesonly="true" />
+ <sodipodi:guide
+ orientation="0,1"
+ position="523,479"
+ id="guide6331" />
+ </sodipodi:namedview>
+ <metadata
+ id="metadata4141">
+ <rdf:RDF>
+ <cc:Work
+ rdf:about="">
+ <dc:format>image/svg+xml</dc:format>
+ <dc:type
+ rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+ <dc:title></dc:title>
+ </cc:Work>
+ </rdf:RDF>
+ </metadata>
+ <g
+ inkscape:label="Layer 1"
+ inkscape:groupmode="layer"
+ id="layer1"
+ transform="translate(-820,-742.36218)">
+ <g
+ id="g8240"
+ transform="translate(-49,2)"
+ style="fill:#7693dc;fill-opacity:1" />
+ <rect
+ style="opacity:0.15;color:#000000;fill:none;stroke:none;stroke-width:4;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+ id="rect9589"
+ width="230"
+ height="60"
+ x="-1050"
+ y="-962.36218"
+ transform="scale(-1,-1)" />
+ <g
+ id="g13213"
+ transform="translate(10,0)" />
+ <path
+ sodipodi:type="arc"
+ style="color:#000000;fill:url(#linearGradient7773);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:4;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+ id="path7176"
+ sodipodi:cx="1236"
+ sodipodi:cy="119"
+ sodipodi:rx="110"
+ sodipodi:ry="110"
+ d="M 1126,118.99999 A 110,110 0 0 1 1346,119"
+ transform="matrix(1.4545455,0,0,1.4545455,-592.81822,769.27127)"
+ sodipodi:start="3.1415927"
+ sodipodi:end="6.2831853"
+ sodipodi:open="true" />
+ <flowRoot
+ xml:space="preserve"
+ id="flowRoot8523"
+ style="font-size:30px;font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;text-indent:0;text-align:start;text-decoration:none;line-height:125%;letter-spacing:0px;word-spacing:0px;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;baseline-shift:baseline;opacity:0.25;color:#000000;fill:url(#linearGradient15284);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:4;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate;font-family:Menlo;-inkscape-font-specification:Menlo Bold"
+ transform="translate(19,1303.3622)"
+ clip-path="url(#clipPath8573)"><flowRegion
+ id="flowRegion8525"
+ style="fill:url(#linearGradient9021);fill-opacity:1"><rect
+ id="rect8527"
+ width="580"
+ height="303"
+ x="1021"
+ y="-529"
+ style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;fill:url(#linearGradient9019);fill-opacity:1;stroke:none;font-family:Menlo;-inkscape-font-specification:Menlo Bold" /></flowRegion><flowPara
+ id="flowPara8529"
+ style="fill:url(#linearGradient15270);fill-opacity:1">101010101010100011</flowPara><flowPara
+ id="flowPara8531"
+ style="fill:url(#linearGradient15272);fill-opacity:1">100010101010011010</flowPara><flowPara
+ id="flowPara8533"
+ style="fill:url(#linearGradient15274);fill-opacity:1">101010101001010110</flowPara><flowPara
+ id="flowPara8535"
+ style="fill:url(#linearGradient15276);fill-opacity:1">010111010101011010</flowPara><flowPara
+ id="flowPara8537"
+ style="fill:url(#linearGradient15278);fill-opacity:1">000101010000110001</flowPara><flowPara
+ id="flowPara8617"
+ style="fill:url(#linearGradient15280);fill-opacity:1">101010110010101101</flowPara><flowPara
+ id="flowPara8619"
+ style="fill:url(#linearGradient15282);fill-opacity:1">101010111010101011</flowPara></flowRoot> <path
+ style="opacity:0.25;color:#000000;fill:#222222;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:4;marker:none;visibility:visible;display:inline;overflow:visible;filter:url(#filter7759);enable-background:accumulate"
+ d="m 1174,-70 c -6.4317,0.0395 -12.7696,0.4728 -19,1.25 l 0,8.75 5,5 10,0 z m 40.25,4.84375 -0.031,0.15625 7.7812,9 5,0 3,-4 0,-0.28125 c -1.2872,-0.4713 -2.5726,-0.93607 -3.875,-1.375 -0.041,-0.0138 -0.084,-0.01755 -0.125,-0.03125 -1.2576,-0.42471 -2.5104,-0.82436 -3.7812,-1.21875 -1.1271,-0.34978 -2.2683,-0.70623 -3.4063,-1.03125 -0.1871,-0.0531 -0.3752,-0.10379 -0.5625,-0.15625 -1.079,-0.30374 -2.1607,-0.59432 -3.25,-0.875 -0.2478,-0.0638 -0.5017,-0.1249 -0.75,-0.1875 z m -95,5.15625 c -39.4401,14.6674 -71.5429,44.43079 -89.25,82.28125 L 1030,35 l 15,15 0,10 5,0 5,5 0,5 -5,5 0,15 105,0 -10,-10 -20,0 -5,-5 0,-5 -40,-25 -10,0 -10,10 -10,0 0,-15 -5,-5 5,-5 0,-5 -5,0 -10,0 10,-20 15,-5 0,15 5,0 5,-5 0,-10 25,-30 5,0 40,-15 0,-10 -5,-5 z m 91.75,5 6,8 7,0 -8,-8 z m 33.5,0.84375 -2.375,4.15625 -12.125,0 -5.7812,10 5.7812,10 -10,0.3125 -4.4375,4.6875 0,5 8.6563,5 10.7812,0 8.6562,-15 6.3438,0 10,8 1.3438,5 3.6562,0 0,-8 5,3 5,2 5,0 6,-6 -9,-10 -2.125,1 c -0.029,-0.0234 -0.064,-0.0392 -0.094,-0.0625 -0.3359,-0.26835 -0.6619,-0.54681 -1,-0.8125 -0.8033,-0.63134 -1.6219,-1.25882 -2.4374,-1.875 -0.2074,-0.1566 -0.417,-0.31314 -0.625,-0.46875 -0.9966,-0.74524 -1.9858,-1.46514 -3,-2.1875 -0.031,-0.0218 -0.063,-0.0408 -0.094,-0.0625 -0.1103,-0.0784 -0.2332,-0.14058 -0.3438,-0.21875 -0.9382,-0.66399 -1.8596,-1.35587 -2.8124,-2 -0.1442,-0.0974 -0.2931,-0.18434 -0.4376,-0.28125 -0.9169,-0.61558 -1.8508,-1.21555 -2.7812,-1.8125 -0.3292,-0.21107 -0.6691,-0.41628 -1,-0.625 -1.2672,-0.79993 -2.5216,-1.57877 -3.8125,-2.34375 -1.0622,-0.62947 -2.1409,-1.23835 -3.2187,-1.84375 -0.538,-0.302 -1.0834,-0.6103 -1.625,-0.90625 -0.1142,-0.0623 -0.2296,-0.12545 -0.3438,-0.1875 -0.9035,-0.49081 -1.8049,-0.9637 -2.7188,-1.4375 -1.3366,-0.69309 -2.6725,-1.3751 -4.0312,-2.03125 z M 1283,-30 l -3,10 5,5 10,0 0,10 -15,0 0,5 -10,0 -10,-10 -20,0 -5,0 -10,0 -5,5 0,10 -5,0 -10,20 0,5 5,5 0,15 20,20 20,0 5,-5 10,0 10,10 0,10 3.3438,5 56.6562,0 c 0,-44.18275 -17.9207,-84.17069 -46.875,-113.125 -0.6292,-0.62919 -1.2668,-1.25631 -1.9062,-1.875 z m -78,-20 3,5 5,0 -3,-5 z"
+ transform="translate(30,852.36218)"
+ id="path7591"
+ clip-path="url(#clipPath7691)"
+ inkscape:connector-curvature="0"
+ sodipodi:nodetypes="cccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccscccccccccccccccccccccccccccccccccsccccccc" />
+ <path
+ inkscape:connector-curvature="0"
+ style="color:#000000;fill:url(#linearGradient15256);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:4;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+ d="m 1244.25,787.20593 -0.031,0.15625 7.7812,9 5,0 3,-4 0,-0.28125 c -1.2873,-0.4713 -2.5726,-0.93607 -3.875,-1.375 -0.041,-0.0138 -0.084,-0.0175 -0.125,-0.0312 -1.2576,-0.42471 -2.5104,-0.82436 -3.7812,-1.21875 -1.1271,-0.34978 -2.2683,-0.70623 -3.4063,-1.03125 -0.1871,-0.0531 -0.3752,-0.10379 -0.5625,-0.15625 -1.079,-0.30374 -2.1607,-0.59432 -3.25,-0.875 -0.2478,-0.0638 -0.5018,-0.1249 -0.75,-0.1875 z m -3.25,10.15625 6,8 7,0 -8,-8 -5,0 z m 33.5,0.875 -2.375,4.125 -9.5937,0 -2.5313,0 -5.7812,10 5.7812,10 -10,0.3125 -4.4375,4.6875 0,5 8.6563,5 7.3437,0 3.4375,0 8.6563,-15 6.3437,0 10,8 1.3438,5 3.6562,0 0,-8 5,3 5,2 5,0 5,5 10,0 0,10 -15,0 0,5 -10,0 -10,-10 -20,0 -5,0 -4.375,0 -5.625,0 -5,5 0,10 -5,0 -10,20 0,5 5,5 0,10.9375 0,4.0625 20,20 20,0 5,-5 10,0 10,10 0,10 3.3438,5 51.6562,0 5,0 c 0,-51.43766 -24.2837,-97.1986 -62,-126.46875 -0.1548,-0.11296 -0.3219,-0.23072 -0.4687,-0.34375 -0.018,-0.014 -0.045,-0.0172 -0.062,-0.0312 -0.7174,-0.55233 -1.4292,-1.11612 -2.1563,-1.65625 -0.053,-0.0397 -0.1025,-0.0854 -0.1562,-0.125 -0.06,-0.0444 -0.1301,-0.0771 -0.1875,-0.125 -0.023,-0.0187 -0.043,-0.0403 -0.062,-0.0625 -0.023,-0.0174 -0.04,-0.0451 -0.062,-0.0625 -0.7324,-0.5397 -1.4775,-1.07211 -2.2188,-1.59375 -0.019,-0.0133 -0.044,-0.0179 -0.062,-0.0312 -0.7603,-0.5345 -1.5106,-1.06633 -2.2812,-1.59375 -0.8253,-0.56504 -1.6633,-1.10637 -2.5,-1.65625 -1.673,-1.09976 -3.3778,-2.18082 -5.0938,-3.21875 -0.858,-0.51897 -1.7254,-1.02804 -2.5937,-1.53125 -0.8686,-0.50321 -1.7441,-1.0092 -2.625,-1.5 -0.8811,-0.49079 -1.7676,-0.96639 -2.6563,-1.4375 -0.8887,-0.47111 -1.7575,-0.92024 -2.6562,-1.375 -0.8777,-0.44428 -1.7693,-0.884 -2.6563,-1.3125 z m -39.5,4.125 3,5 5,0 -3,-5 -5,0 z"
+ id="path7176-41" />
+ <path
+ inkscape:connector-curvature="0"
+ style="opacity:0.15;color:#000000;fill:#9ed184;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:4;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+ d="m 1285,897.36218 -15,15 -20,0 10,10 20,0 5,-5 10,0 10,10 0,10 5,0 10,-10 15.9688,0 0,-15 -25.9688,-15 -25,0 z"
+ id="path7176-3-8" />
+ <path
+ inkscape:connector-curvature="0"
+ style="color:#000000;fill:url(#linearGradient15252);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:4;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+ d="m 1149.25,792.36218 c -39.4401,14.6674 -71.5429,44.43079 -89.25,82.28125 l 0,12.71875 15,15 0,10 5,0 5,5 0,5 -5,5 0,15.00002 105,0 -10,-10.00002 -20,0 -5,-5 0,-5 -40,-25 -10,0 -10,10 -10,0 0,-15 -5,-5 5,-5 0,-5 -5,0 -10,0 10,-20 15,-5 0,15 5,0 5,-5 0,-10 25,-30 5,0 40,-15 0,-10 -5,-5 z"
+ id="path7176-4"
+ sodipodi:nodetypes="ccccccccccccccccccccccccccccccccccccc" />
+ <path
+ inkscape:connector-curvature="0"
+ style="color:#000000;fill:url(#linearGradient15249);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:4;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+ d="m 1204,782.36218 c -6.4317,0.0395 -12.7696,0.4728 -19,1.25 l 0,8.75 5,5 10,0 4,-15 z"
+ id="path7176-9" />
+ <path
+ inkscape:connector-curvature="0"
+ style="opacity:0.15;color:#000000;fill:#9ed184;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:4;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+ d="m 1149.25,792.36218 c -5.8774,2.18576 -11.5968,4.72945 -17.125,7.5625 l 12.875,7.4375 0,9.375 25,-9.375 0,-10 -5,-5 -15.75,0 z"
+ id="path7176-4-7" />
+ <path
+ inkscape:connector-curvature="0"
+ style="opacity:0.15;color:#000000;fill:#9ed184;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:4;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+ d="m 1115,810.08093 c -13.1826,8.9817 -24.9493,19.86488 -34.9063,32.28125 l 14.9063,0 20,-20 0,-12.28125 z"
+ id="path7176-4-76" />
+ <path
+ inkscape:connector-curvature="0"
+ style="opacity:0.25;color:#000000;fill:url(#linearGradient15226);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:4;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+ d="m 1260.4688,792.26843 c 13.3096,49.6722 -0.4537,112.82556 -27.6876,150.09372 l 132.2188,0 c 0,-68.85715 -43.5157,-127.53233 -104.5312,-150.09372 z"
+ id="path7176-2"
+ sodipodi:nodetypes="cccc" />
+ <path
+ sodipodi:open="true"
+ sodipodi:end="6.2831853"
+ sodipodi:start="3.1415927"
+ transform="matrix(1.5000002,0,0,1.5,-649.00018,763.86218)"
+ d="M 1126,118.99999 A 110,110 0 0 1 1346,119"
+ sodipodi:ry="110"
+ sodipodi:rx="110"
+ sodipodi:cy="119"
+ sodipodi:cx="1236"
+ id="path7176-1"
+ style="color:#000000;fill:url(#radialGradient14929);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:4;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+ sodipodi:type="arc" />
+ <path
+ sodipodi:type="arc"
+ style="opacity:0.5;color:#000000;fill:#222222;fill-opacity:1;stroke:none;stroke-width:8;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+ id="path8131"
+ sodipodi:cx="1302.5"
+ sodipodi:cy="17.5"
+ sodipodi:rx="2.5"
+ sodipodi:ry="2.5"
+ d="m 1305,17.5 a 2.5,2.5 0 1 1 -5,0 2.5,2.5 0 1 1 5,0 z"
+ transform="matrix(2,0,0,2,-1441,832.36218)" />
+ <path
+ sodipodi:type="arc"
+ style="opacity:0.5;color:#000000;fill:#222222;fill-opacity:1;stroke:none;stroke-width:8;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+ id="path8157"
+ sodipodi:cx="1302.5"
+ sodipodi:cy="17.5"
+ sodipodi:rx="2.5"
+ sodipodi:ry="2.5"
+ d="m 1305,17.5 a 2.5,2.5 0 1 1 -5,0 2.5,2.5 0 1 1 5,0 z"
+ transform="matrix(2,0,0,2,-1467,832.36218)" />
+ <path
+ style="opacity:0.15;color:#000000;fill:#9ed184;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:4;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+ d="m 1100,927.36218 5,0 15,5 0,10 -30,0 z"
+ id="path9199"
+ inkscape:connector-curvature="0"
+ sodipodi:nodetypes="cccccc" />
+ <path
+ inkscape:connector-curvature="0"
+ style="opacity:0.15;color:#000000;fill:#9ed184;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:4;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+ d="m 1130,909.86218 0,7.5 10,5 0,10 -10,10 55,0 -10,-10 -20,0 -5,-5 0,-5 -20,-12.5 z"
+ id="path7176-4-2" />
+ <path
+ style="opacity:0.25;color:#000000;fill:url(#linearGradient15240);fill-opacity:1;stroke:none;stroke-width:20;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+ d="m 1100.75,887.36218 0,10.03125 c -0.2461,-0.0181 -0.4992,-0.0312 -0.75,-0.0312 -4.5663,0 -8.4278,3.06835 -9.625,7.25 l -12.375,37.75 22,0 8.375,-28 28.25,0 8.375,28 20,0 -9.0312,-32.75 c -0.9563,-3.33947 -5.7545,-9.13562 -9.9688,-11.34375 l 0,-10.90625 -45.25,0 z"
+ id="path13188"
+ inkscape:connector-curvature="0" />
+ <rect
+ style="color:#000000;fill:url(#linearGradient15237);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:20;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+ id="rect13103"
+ width="50"
+ height="30"
+ x="1085"
+ y="877.36218" />
+ <path
+ style="color:#000000;fill:url(#linearGradient15234);fill-opacity:1;stroke:none;stroke-width:20;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+ d="M 270 155 C 265.4337 155 261.5722 158.06835 260.375 162.25 L 248 200 L 270 200 L 279.5625 168 L 279.5625 167.9375 C 279.5815 167.8754 279.608 167.81259 279.625 167.75 C 279.8758 166.87399 280 165.95659 280 165 C 280 159.47715 275.5229 155 270 155 z M 310 155 C 304.4772 155 300 159.47715 300 165 C 300 165.95659 300.1242 166.87399 300.375 167.75 L 300.4375 167.9375 C 300.4475 167.9563 300.4275 167.9812 300.4375 168 L 310 200 L 330 200 L 319.625 162.25 C 318.4278 158.06835 314.5663 155 310 155 z "
+ transform="translate(820,742.36218)"
+ id="path13097" />
+ <path
+ style="opacity:0.5;color:#000000;fill:none;stroke:#222222;stroke-width:4;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+ d="m 1142,882.36218 c 0,0 3,4 8,4 5,0 8,-4 8,-4 z"
+ id="path8488-2"
+ inkscape:connector-curvature="0"
+ sodipodi:nodetypes="cscc" />
+ <path
+ style="color:#000000;fill:#ebf2fd;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:20;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+ d="m 1135,877.36218 -20,-10 -10,0 -20,10 z"
+ id="path13169"
+ inkscape:connector-curvature="0"
+ sodipodi:nodetypes="ccccc" />
+ <flowRoot
+ xml:space="preserve"
+ id="flowRoot8523-8"
+ style="font-size:30px;font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;text-indent:0;text-align:start;text-decoration:none;line-height:125%;letter-spacing:0px;word-spacing:0px;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;baseline-shift:baseline;opacity:0.25;color:#000000;fill:url(#linearGradient15375);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:4;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate;font-family:Menlo;-inkscape-font-specification:Menlo Bold"
+ transform="translate(18.999997,1303.3622)"
+ clip-path="url(#clipPath15492)"><flowRegion
+ id="flowRegion8525-1"
+ style="fill:url(#linearGradient9021-0);fill-opacity:1"><rect
+ id="rect8527-5"
+ width="580"
+ height="303"
+ x="1021"
+ y="-529"
+ style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;fill:url(#linearGradient9019-6);fill-opacity:1;stroke:none;font-family:Menlo;-inkscape-font-specification:Menlo Bold" /></flowRegion><flowPara
+ id="flowPara8529-9"
+ style="fill:url(#linearGradient15270-8);fill-opacity:1">101010101010100011</flowPara><flowPara
+ id="flowPara8531-7"
+ style="fill:url(#linearGradient15272-3);fill-opacity:1">100010101010011010</flowPara><flowPara
+ id="flowPara8533-2"
+ style="fill:url(#linearGradient15274-2);fill-opacity:1">101010101001010110</flowPara><flowPara
+ id="flowPara8535-4"
+ style="fill:url(#linearGradient15276-3);fill-opacity:1">010111010101011010</flowPara><flowPara
+ id="flowPara8537-7"
+ style="fill:url(#linearGradient15278-3);fill-opacity:1">000101010000110001</flowPara><flowPara
+ id="flowPara8617-3"
+ style="fill:url(#linearGradient15280-7);fill-opacity:1">101010110010101101</flowPara><flowPara
+ id="flowPara8619-9"
+ style="fill:url(#linearGradient15282-7);fill-opacity:1">101010111010101011</flowPara></flowRoot> </g>
+ <g
+ inkscape:groupmode="layer"
+ id="layer2"
+ inkscape:label="blahh"
+ style="display:none"
+ sodipodi:insensitive="true"
+ transform="translate(-820,110)">
+ <image
+ y="-104.56463"
+ x="967.5"
+ id="image7297"
+ xlink:href="file:///Users/saman/Desktop/Screen%20Shot%202013-07-30%20at%204.21.02%20PM.png"
+ height="361.12924"
+ width="381"
+ style="opacity:0.25" />
+ </g>
+</svg>
--- /dev/null
+<?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"
+ width="580"
+ height="270"
+ id="svg4136"
+ version="1.1"
+ inkscape:version="0.48.2 r9819"
+ sodipodi:docname="sign-up-illustration.svg"
+ inkscape:export-filename="/Users/saman/work_repos/openstreetmap-website/app/assets/images/sign-up-illustration.png"
+ inkscape:export-xdpi="90"
+ inkscape:export-ydpi="90">
+ <defs
+ id="defs4138">
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient9009">
+ <stop
+ style="stop-color:#ffffff;stop-opacity:1;"
+ offset="0"
+ id="stop9011" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0;"
+ offset="1"
+ id="stop9013" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient8284"
+ inkscape:collect="always">
+ <stop
+ id="stop8286"
+ offset="0"
+ style="stop-color:#b2dbea;stop-opacity:1" />
+ <stop
+ id="stop8288"
+ offset="1"
+ style="stop-color:#93b8e0;stop-opacity:0" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient7767">
+ <stop
+ style="stop-color:#b2dbea;stop-opacity:1"
+ offset="0"
+ id="stop7769" />
+ <stop
+ style="stop-color:#7092ff;stop-opacity:1"
+ offset="1"
+ id="stop7771" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient7009">
+ <stop
+ style="stop-color:#f4f4ff;stop-opacity:1"
+ offset="0"
+ id="stop7011" />
+ <stop
+ style="stop-color:#f4f4ff;stop-opacity:0;"
+ offset="1"
+ id="stop7013" />
+ </linearGradient>
+ <clipPath
+ clipPathUnits="userSpaceOnUse"
+ id="clipPath7691">
+ <path
+ sodipodi:open="true"
+ sodipodi:end="6.2831853"
+ sodipodi:start="3.1415927"
+ transform="matrix(1.4545455,0,0,1.4545455,-622.81822,-83.09091)"
+ d="M 1126,118.99999 A 110,110 0 0 1 1346,119"
+ sodipodi:ry="110"
+ sodipodi:rx="110"
+ sodipodi:cy="119"
+ sodipodi:cx="1236"
+ id="path7693"
+ style="color:#000000;fill:#c5c5d7;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:4;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+ sodipodi:type="arc" />
+ </clipPath>
+ <clipPath
+ clipPathUnits="userSpaceOnUse"
+ id="clipPath7755">
+ <path
+ inkscape:connector-curvature="0"
+ style="color:#000000;fill:#adadc6;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:4;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+ d="m 1230.4688,792.26843 c 13.3096,49.6722 -20.4537,112.82556 -47.6876,150.09372 l 152.2188,0 c 0,-68.85715 -43.5157,-127.53233 -104.5312,-150.09372 z"
+ id="path7757"
+ sodipodi:nodetypes="cccc" />
+ </clipPath>
+ <filter
+ inkscape:collect="always"
+ id="filter7759"
+ color-interpolation-filters="sRGB">
+ <feGaussianBlur
+ inkscape:collect="always"
+ stdDeviation="5.8125"
+ id="feGaussianBlur7761" />
+ </filter>
+ <filter
+ inkscape:collect="always"
+ id="filter7763"
+ x="-0.103344"
+ width="1.206688"
+ y="-0.089630529"
+ height="1.1792611"
+ color-interpolation-filters="sRGB">
+ <feGaussianBlur
+ inkscape:collect="always"
+ stdDeviation="5.3825"
+ id="feGaussianBlur7765" />
+ </filter>
+ <clipPath
+ clipPathUnits="userSpaceOnUse"
+ id="clipPath8573">
+ <path
+ sodipodi:type="arc"
+ style="color:#000000;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:4;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+ id="path8575"
+ sodipodi:cx="1236"
+ sodipodi:cy="119"
+ sodipodi:rx="110"
+ sodipodi:ry="110"
+ d="M 1126,118.99999 A 110,110 0 0 1 1346,119"
+ transform="matrix(1.4545455,0,0,1.4545455,-611.81823,-534.09093)"
+ sodipodi:start="3.1415927"
+ sodipodi:end="6.2831853"
+ sodipodi:open="true" />
+ </clipPath>
+ <clipPath
+ clipPathUnits="userSpaceOnUse"
+ id="clipPath8675">
+ <path
+ style="font-size:medium;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-indent:0;text-align:start;text-decoration:none;line-height:normal;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;baseline-shift:baseline;color:#000000;fill:url(#linearGradient8679);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:5.81818199;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate;font-family:Sans;-inkscape-font-specification:Sans"
+ d="m 1190.4062,-388.15627 a 12.0012,12.0012 0 0 0 -10.0312,4.96875 c -23.0888,31.04416 -73.5,61.84375 -73.5,61.84375 a 12.007739,12.007739 0 0 0 -0.8125,0.5625 12.007739,12.007739 0 0 0 -0.1875,0.125 l -13.875,7.90625 a 4.0175701,4.0175701 0 1 0 4,6.96875 l 5.2188,-2.96875 a 12.007739,12.007739 0 0 0 17.9062,8.0625 c 0,0 52.3016,-30.24185 80.5,-68.15625 a 12.0012,12.0012 0 0 0 -9.2188,-19.3125 z"
+ id="path8677"
+ inkscape:connector-curvature="0" />
+ </clipPath>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient8284"
+ id="linearGradient8679"
+ gradientUnits="userSpaceOnUse"
+ x1="1086"
+ y1="139"
+ x2="1125.7982"
+ y2="99.201767"
+ gradientTransform="translate(11.000003,-451.00002)" />
+ <clipPath
+ clipPathUnits="userSpaceOnUse"
+ id="clipPath8987">
+ <flowRoot
+ xml:space="preserve"
+ id="flowRoot8989"
+ style="font-size:30px;font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;text-indent:0;text-align:start;text-decoration:none;line-height:125%;letter-spacing:0px;word-spacing:0px;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;baseline-shift:baseline;opacity:0.25;color:#000000;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:4;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate;font-family:Menlo;-inkscape-font-specification:Menlo Bold"
+ transform="translate(-173.25,451.00002)"
+ clip-path="none"><flowRegion
+ id="flowRegion8991"><rect
+ id="rect8993"
+ width="580"
+ height="303"
+ x="1021"
+ y="-529"
+ style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;fill:#ffffff;stroke:none;font-family:Menlo;-inkscape-font-specification:Menlo Bold" /></flowRegion><flowPara
+ id="flowPara8995">101010101010100011</flowPara><flowPara
+ id="flowPara8997">100010101010011010</flowPara><flowPara
+ id="flowPara8999">101010101001010110</flowPara><flowPara
+ id="flowPara9001">010111010000011010</flowPara><flowPara
+ id="flowPara9003">000101010000110001</flowPara><flowPara
+ id="flowPara9005">101010110010101101</flowPara><flowPara
+ id="flowPara9007">101010111010101011</flowPara></flowRoot> </clipPath>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient9009"
+ id="linearGradient9015"
+ x1="1184"
+ y1="-405.00003"
+ x2="1184"
+ y2="-533.03516"
+ gradientUnits="userSpaceOnUse" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient9009"
+ id="linearGradient9023"
+ gradientUnits="userSpaceOnUse"
+ x1="1184"
+ y1="-405.00003"
+ x2="1184"
+ y2="-533.03516" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient9009"
+ id="linearGradient9025"
+ gradientUnits="userSpaceOnUse"
+ x1="1184"
+ y1="-405.00003"
+ x2="1184"
+ y2="-533.03516" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient9009"
+ id="linearGradient9027"
+ gradientUnits="userSpaceOnUse"
+ x1="1184"
+ y1="-405.00003"
+ x2="1184"
+ y2="-533.03516" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient9009"
+ id="linearGradient9029"
+ gradientUnits="userSpaceOnUse"
+ x1="1184"
+ y1="-405.00003"
+ x2="1184"
+ y2="-533.03516" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient9009"
+ id="linearGradient9031"
+ gradientUnits="userSpaceOnUse"
+ x1="1184"
+ y1="-405.00003"
+ x2="1184"
+ y2="-533.03516" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient9009"
+ id="linearGradient9033"
+ gradientUnits="userSpaceOnUse"
+ x1="1184"
+ y1="-405.00003"
+ x2="1184"
+ y2="-533.03516" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient9009"
+ id="linearGradient9035"
+ gradientUnits="userSpaceOnUse"
+ x1="1184"
+ y1="-405.00003"
+ x2="1184"
+ y2="-533.03516" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient7872-8"
+ id="linearGradient7878-9"
+ x1="1097"
+ y1="942.36218"
+ x2="1097"
+ y2="802.62952"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="translate(-50,0)" />
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient7872-8">
+ <stop
+ style="stop-color:#cbeea7;stop-opacity:1;"
+ offset="0"
+ id="stop7874-3" />
+ <stop
+ style="stop-color:#cee8c1;stop-opacity:1"
+ offset="1"
+ id="stop7876-8" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient7872-80"
+ id="linearGradient7878-1"
+ x1="1097"
+ y1="942.36218"
+ x2="1097"
+ y2="802.62952"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="translate(-870,-742.36218)" />
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient7872-80">
+ <stop
+ style="stop-color:#cbeea7;stop-opacity:1;"
+ offset="0"
+ id="stop7874-6" />
+ <stop
+ style="stop-color:#cee8c1;stop-opacity:1"
+ offset="1"
+ id="stop7876-6" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient7872-8-5"
+ id="linearGradient7878-9-6"
+ x1="1097"
+ y1="942.36218"
+ x2="1097"
+ y2="802.62952"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="translate(-870,-742.36218)" />
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient7872-8-5">
+ <stop
+ style="stop-color:#cbeea7;stop-opacity:1;"
+ offset="0"
+ id="stop7874-3-7" />
+ <stop
+ style="stop-color:#cee8c1;stop-opacity:1"
+ offset="1"
+ id="stop7876-8-7" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient7009"
+ id="linearGradient9564"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="translate(-50,852.36218)"
+ x1="1177.2046"
+ y1="110.20067"
+ x2="1151.0864"
+ y2="155.43863" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient7767"
+ id="linearGradient9566"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="translate(-50,852.36218)"
+ x1="1200"
+ y1="-30"
+ x2="1200"
+ y2="90" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient8284"
+ id="linearGradient9568"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="translate(-50,852.36218)"
+ x1="1086"
+ y1="139"
+ x2="1125.7982"
+ y2="99.201767" />
+ <filter
+ inkscape:collect="always"
+ id="filter13004"
+ x="-0.15676734"
+ width="1.3135347"
+ y="-0.31353469"
+ height="1.6270694">
+ <feGaussianBlur
+ inkscape:collect="always"
+ stdDeviation="1.3063945"
+ id="feGaussianBlur13006" />
+ </filter>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient7872-8-9"
+ id="linearGradient7878-9-9"
+ x1="1097"
+ y1="942.36218"
+ x2="1097"
+ y2="802.62952"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="translate(-870,-742.36218)" />
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient7872-8-9">
+ <stop
+ style="stop-color:#cbeea7;stop-opacity:1;"
+ offset="0"
+ id="stop7874-3-4" />
+ <stop
+ style="stop-color:#cee8c1;stop-opacity:1"
+ offset="1"
+ id="stop7876-8-3" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient7872-8-2">
+ <stop
+ style="stop-color:#cbeea7;stop-opacity:1;"
+ offset="0"
+ id="stop7874-3-3" />
+ <stop
+ style="stop-color:#cee8c1;stop-opacity:1"
+ offset="1"
+ id="stop7876-8-6" />
+ </linearGradient>
+ <linearGradient
+ y2="802.62952"
+ x2="1097"
+ y1="942.36218"
+ x1="1097"
+ gradientTransform="translate(-1205,-787.20593)"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient13058"
+ xlink:href="#linearGradient7872-8-2"
+ inkscape:collect="always" />
+ <clipPath
+ clipPathUnits="userSpaceOnUse"
+ id="clipPath7755-6">
+ <path
+ inkscape:connector-curvature="0"
+ style="color:#000000;fill:#adadc6;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:4;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+ d="m 1230.4688,792.26843 c 13.3096,49.6722 -20.4537,112.82556 -47.6876,150.09372 l 152.2188,0 c 0,-68.85715 -43.5157,-127.53233 -104.5312,-150.09372 z"
+ id="path7757-0"
+ sodipodi:nodetypes="cccc" />
+ </clipPath>
+ <filter
+ inkscape:collect="always"
+ id="filter7763-9"
+ x="-0.103344"
+ width="1.206688"
+ y="-0.089630529"
+ height="1.1792611"
+ color-interpolation-filters="sRGB">
+ <feGaussianBlur
+ inkscape:collect="always"
+ stdDeviation="5.3825"
+ id="feGaussianBlur7765-8" />
+ </filter>
+ <clipPath
+ clipPathUnits="userSpaceOnUse"
+ id="clipPath7691-1">
+ <path
+ sodipodi:open="true"
+ sodipodi:end="6.2831853"
+ sodipodi:start="3.1415927"
+ transform="matrix(1.4545455,0,0,1.4545455,-622.81822,-83.09091)"
+ d="M 1126,118.99999 A 110,110 0 0 1 1346,119"
+ sodipodi:ry="110"
+ sodipodi:rx="110"
+ sodipodi:cy="119"
+ sodipodi:cx="1236"
+ id="path7693-7"
+ style="color:#000000;fill:#c5c5d7;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:4;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+ sodipodi:type="arc" />
+ </clipPath>
+ <filter
+ inkscape:collect="always"
+ id="filter7759-4"
+ color-interpolation-filters="sRGB">
+ <feGaussianBlur
+ inkscape:collect="always"
+ stdDeviation="5.8125"
+ id="feGaussianBlur7761-1" />
+ </filter>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient9009-1"
+ id="linearGradient9015-1"
+ x1="1184"
+ y1="-405.00003"
+ x2="1184"
+ y2="-533.03516"
+ gradientUnits="userSpaceOnUse" />
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient9009-1">
+ <stop
+ style="stop-color:#ffffff;stop-opacity:1;"
+ offset="0"
+ id="stop9011-6" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0;"
+ offset="1"
+ id="stop9013-9" />
+ </linearGradient>
+ <clipPath
+ clipPathUnits="userSpaceOnUse"
+ id="clipPath8573-0">
+ <path
+ sodipodi:type="arc"
+ style="color:#000000;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:4;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+ id="path8575-7"
+ sodipodi:cx="1236"
+ sodipodi:cy="119"
+ sodipodi:rx="110"
+ sodipodi:ry="110"
+ d="M 1126,118.99999 A 110,110 0 0 1 1346,119"
+ transform="matrix(1.4545455,0,0,1.4545455,-611.81823,-534.09093)"
+ sodipodi:start="3.1415927"
+ sodipodi:end="6.2831853"
+ sodipodi:open="true" />
+ </clipPath>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient9009-1"
+ id="linearGradient9023-5"
+ gradientUnits="userSpaceOnUse"
+ x1="1184"
+ y1="-405.00003"
+ x2="1184"
+ y2="-533.03516" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient9009-1"
+ id="linearGradient9025-9"
+ gradientUnits="userSpaceOnUse"
+ x1="1184"
+ y1="-405.00003"
+ x2="1184"
+ y2="-533.03516" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient9009-1"
+ id="linearGradient9027-7"
+ gradientUnits="userSpaceOnUse"
+ x1="1184"
+ y1="-405.00003"
+ x2="1184"
+ y2="-533.03516" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient9009-1"
+ id="linearGradient9029-0"
+ gradientUnits="userSpaceOnUse"
+ x1="1184"
+ y1="-405.00003"
+ x2="1184"
+ y2="-533.03516" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient9009-1"
+ id="linearGradient9031-3"
+ gradientUnits="userSpaceOnUse"
+ x1="1184"
+ y1="-405.00003"
+ x2="1184"
+ y2="-533.03516" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient9009-1"
+ id="linearGradient9033-7"
+ gradientUnits="userSpaceOnUse"
+ x1="1184"
+ y1="-405.00003"
+ x2="1184"
+ y2="-533.03516" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient9009-1"
+ id="linearGradient9035-5"
+ gradientUnits="userSpaceOnUse"
+ x1="1184"
+ y1="-405.00003"
+ x2="1184"
+ y2="-533.03516" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient7767-4"
+ id="linearGradient7773-2"
+ x1="1225.6875"
+ y1="36.5"
+ x2="1225.6875"
+ y2="119"
+ gradientUnits="userSpaceOnUse" />
+ <linearGradient
+ id="linearGradient7767-4">
+ <stop
+ style="stop-color:#b2dbea;stop-opacity:1"
+ offset="0"
+ id="stop7769-5" />
+ <stop
+ style="stop-color:#7092ff;stop-opacity:1"
+ offset="1"
+ id="stop7771-9" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient7767-4-1">
+ <stop
+ style="stop-color:#b2dbea;stop-opacity:1"
+ offset="0"
+ id="stop7769-5-1" />
+ <stop
+ style="stop-color:#7092ff;stop-opacity:1"
+ offset="1"
+ id="stop7771-9-8" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient9009-1-9"
+ id="linearGradient9015-1-5"
+ x1="1184"
+ y1="-405.00003"
+ x2="1184"
+ y2="-533.03516"
+ gradientUnits="userSpaceOnUse" />
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient9009-1-9">
+ <stop
+ style="stop-color:#ffffff;stop-opacity:1;"
+ offset="0"
+ id="stop9011-6-0" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0;"
+ offset="1"
+ id="stop9013-9-3" />
+ </linearGradient>
+ <clipPath
+ clipPathUnits="userSpaceOnUse"
+ id="clipPath8573-0-1">
+ <path
+ sodipodi:type="arc"
+ style="color:#000000;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:4;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+ id="path8575-7-3"
+ sodipodi:cx="1236"
+ sodipodi:cy="119"
+ sodipodi:rx="110"
+ sodipodi:ry="110"
+ d="M 1126,118.99999 A 110,110 0 0 1 1346,119"
+ transform="matrix(1.4545455,0,0,1.4545455,-611.81823,-534.09093)"
+ sodipodi:start="3.1415927"
+ sodipodi:end="6.2831853"
+ sodipodi:open="true" />
+ </clipPath>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient9009-1-9"
+ id="linearGradient9023-5-2"
+ gradientUnits="userSpaceOnUse"
+ x1="1184"
+ y1="-405.00003"
+ x2="1184"
+ y2="-533.03516" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient9009-1-9"
+ id="linearGradient9025-9-4"
+ gradientUnits="userSpaceOnUse"
+ x1="1184"
+ y1="-405.00003"
+ x2="1184"
+ y2="-533.03516" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient9009-1-9"
+ id="linearGradient9027-7-3"
+ gradientUnits="userSpaceOnUse"
+ x1="1184"
+ y1="-405.00003"
+ x2="1184"
+ y2="-533.03516" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient9009-1-9"
+ id="linearGradient9029-0-0"
+ gradientUnits="userSpaceOnUse"
+ x1="1184"
+ y1="-405.00003"
+ x2="1184"
+ y2="-533.03516" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient9009-1-9"
+ id="linearGradient9031-3-0"
+ gradientUnits="userSpaceOnUse"
+ x1="1184"
+ y1="-405.00003"
+ x2="1184"
+ y2="-533.03516" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient9009-1-9"
+ id="linearGradient9033-7-0"
+ gradientUnits="userSpaceOnUse"
+ x1="1184"
+ y1="-405.00003"
+ x2="1184"
+ y2="-533.03516" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient9009-1-9"
+ id="linearGradient9035-5-1"
+ gradientUnits="userSpaceOnUse"
+ x1="1184"
+ y1="-405.00003"
+ x2="1184"
+ y2="-533.03516" />
+ <clipPath
+ clipPathUnits="userSpaceOnUse"
+ id="clipPath7691-1-5">
+ <path
+ sodipodi:open="true"
+ sodipodi:end="6.2831853"
+ sodipodi:start="3.1415927"
+ transform="matrix(1.4545455,0,0,1.4545455,-622.81822,-83.09091)"
+ d="M 1126,118.99999 A 110,110 0 0 1 1346,119"
+ sodipodi:ry="110"
+ sodipodi:rx="110"
+ sodipodi:cy="119"
+ sodipodi:cx="1236"
+ id="path7693-7-8"
+ style="color:#000000;fill:#c5c5d7;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:4;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+ sodipodi:type="arc" />
+ </clipPath>
+ <filter
+ inkscape:collect="always"
+ id="filter7759-4-0"
+ color-interpolation-filters="sRGB">
+ <feGaussianBlur
+ inkscape:collect="always"
+ stdDeviation="5.8125"
+ id="feGaussianBlur7761-1-2" />
+ </filter>
+ <clipPath
+ clipPathUnits="userSpaceOnUse"
+ id="clipPath7755-6-7">
+ <path
+ inkscape:connector-curvature="0"
+ style="color:#000000;fill:#adadc6;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:4;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+ d="m 1230.4688,792.26843 c 13.3096,49.6722 -20.4537,112.82556 -47.6876,150.09372 l 152.2188,0 c 0,-68.85715 -43.5157,-127.53233 -104.5312,-150.09372 z"
+ id="path7757-0-7"
+ sodipodi:nodetypes="cccc" />
+ </clipPath>
+ <filter
+ inkscape:collect="always"
+ id="filter7763-9-4"
+ x="-0.103344"
+ width="1.206688"
+ y="-0.089630529"
+ height="1.1792611"
+ color-interpolation-filters="sRGB">
+ <feGaussianBlur
+ inkscape:collect="always"
+ stdDeviation="5.3825"
+ id="feGaussianBlur7765-8-0" />
+ </filter>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient7767-2"
+ id="linearGradient7773-0"
+ x1="1225.6875"
+ y1="36.5"
+ x2="1225.6875"
+ y2="119"
+ gradientUnits="userSpaceOnUse" />
+ <linearGradient
+ id="linearGradient7767-2">
+ <stop
+ style="stop-color:#b2dbea;stop-opacity:1"
+ offset="0"
+ id="stop7769-1" />
+ <stop
+ style="stop-color:#7092ff;stop-opacity:1"
+ offset="1"
+ id="stop7771-5" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient9009-4"
+ id="linearGradient9015-4"
+ x1="1184"
+ y1="-405.00003"
+ x2="1184"
+ y2="-533.03516"
+ gradientUnits="userSpaceOnUse" />
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient9009-4">
+ <stop
+ style="stop-color:#ffffff;stop-opacity:1;"
+ offset="0"
+ id="stop9011-5" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0;"
+ offset="1"
+ id="stop9013-7" />
+ </linearGradient>
+ <clipPath
+ clipPathUnits="userSpaceOnUse"
+ id="clipPath8573-8">
+ <path
+ sodipodi:type="arc"
+ style="color:#000000;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:4;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+ id="path8575-5"
+ sodipodi:cx="1236"
+ sodipodi:cy="119"
+ sodipodi:rx="110"
+ sodipodi:ry="110"
+ d="M 1126,118.99999 A 110,110 0 0 1 1346,119"
+ transform="matrix(1.4545455,0,0,1.4545455,-611.81823,-534.09093)"
+ sodipodi:start="3.1415927"
+ sodipodi:end="6.2831853"
+ sodipodi:open="true" />
+ </clipPath>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient9009-4"
+ id="linearGradient9021"
+ gradientUnits="userSpaceOnUse"
+ x1="1184"
+ y1="-405.00003"
+ x2="1184"
+ y2="-533.03516" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient9009-4"
+ id="linearGradient9019"
+ gradientUnits="userSpaceOnUse"
+ x1="1184"
+ y1="-405.00003"
+ x2="1184"
+ y2="-533.03516" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient9009-4"
+ id="linearGradient9023-3"
+ gradientUnits="userSpaceOnUse"
+ x1="1184"
+ y1="-405.00003"
+ x2="1184"
+ y2="-533.03516" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient9009-4"
+ id="linearGradient9025-5"
+ gradientUnits="userSpaceOnUse"
+ x1="1184"
+ y1="-405.00003"
+ x2="1184"
+ y2="-533.03516" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient9009-4"
+ id="linearGradient9027-5"
+ gradientUnits="userSpaceOnUse"
+ x1="1184"
+ y1="-405.00003"
+ x2="1184"
+ y2="-533.03516" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient9009-4"
+ id="linearGradient9029-7"
+ gradientUnits="userSpaceOnUse"
+ x1="1184"
+ y1="-405.00003"
+ x2="1184"
+ y2="-533.03516" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient9009-4"
+ id="linearGradient9031-7"
+ gradientUnits="userSpaceOnUse"
+ x1="1184"
+ y1="-405.00003"
+ x2="1184"
+ y2="-533.03516" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient9009-4"
+ id="linearGradient9033-0"
+ gradientUnits="userSpaceOnUse"
+ x1="1184"
+ y1="-405.00003"
+ x2="1184"
+ y2="-533.03516" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient9009-4"
+ id="linearGradient9035-1"
+ gradientUnits="userSpaceOnUse"
+ x1="1184"
+ y1="-405.00003"
+ x2="1184"
+ y2="-533.03516" />
+ <clipPath
+ clipPathUnits="userSpaceOnUse"
+ id="clipPath7691-3">
+ <path
+ sodipodi:open="true"
+ sodipodi:end="6.2831853"
+ sodipodi:start="3.1415927"
+ transform="matrix(1.4545455,0,0,1.4545455,-622.81822,-83.09091)"
+ d="M 1126,118.99999 A 110,110 0 0 1 1346,119"
+ sodipodi:ry="110"
+ sodipodi:rx="110"
+ sodipodi:cy="119"
+ sodipodi:cx="1236"
+ id="path7693-5"
+ style="color:#000000;fill:#c5c5d7;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:4;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+ sodipodi:type="arc" />
+ </clipPath>
+ <filter
+ inkscape:collect="always"
+ id="filter7759-1"
+ color-interpolation-filters="sRGB">
+ <feGaussianBlur
+ inkscape:collect="always"
+ stdDeviation="5.8125"
+ id="feGaussianBlur7761-6" />
+ </filter>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient7872-3"
+ id="linearGradient7878-19"
+ x1="1097"
+ y1="942.36218"
+ x2="1097"
+ y2="802.62952"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="translate(-790,-742.36218)" />
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient7872-3">
+ <stop
+ style="stop-color:#cbeea7;stop-opacity:1;"
+ offset="0"
+ id="stop7874-9" />
+ <stop
+ style="stop-color:#cee8c1;stop-opacity:1"
+ offset="1"
+ id="stop7876-7" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient7872-09"
+ id="linearGradient7878-93"
+ x1="1097"
+ y1="942.36218"
+ x2="1097"
+ y2="802.62952"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="translate(30,0)" />
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient7872-09">
+ <stop
+ style="stop-color:#cbeea7;stop-opacity:1;"
+ offset="0"
+ id="stop7874-8" />
+ <stop
+ style="stop-color:#cee8c1;stop-opacity:1"
+ offset="1"
+ id="stop7876-9" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient7872-10-4"
+ id="linearGradient7878-5-6"
+ x1="1097"
+ y1="942.36218"
+ x2="1097"
+ y2="802.62952"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="translate(30,0)" />
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient7872-10-4">
+ <stop
+ style="stop-color:#cbeea7;stop-opacity:1;"
+ offset="0"
+ id="stop7874-2-4" />
+ <stop
+ style="stop-color:#cee8c1;stop-opacity:1"
+ offset="1"
+ id="stop7876-5-1" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient7775-9"
+ id="linearGradient7781-5"
+ x1="1224.2188"
+ y1="789.35889"
+ x2="1224.2188"
+ y2="942.36212"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="translate(30,0)" />
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient7775-9">
+ <stop
+ style="stop-color:#222222;stop-opacity:1"
+ offset="0"
+ id="stop7777-8" />
+ <stop
+ style="stop-color:#adadc6;stop-opacity:0;"
+ offset="1"
+ id="stop7779-49" />
+ </linearGradient>
+ <linearGradient
+ y2="942.36212"
+ x2="1224.2188"
+ y1="789.35889"
+ x1="1224.2188"
+ gradientTransform="translate(30,0)"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient14425"
+ xlink:href="#linearGradient7775-9"
+ inkscape:collect="always" />
+ <radialGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient14931"
+ id="radialGradient14929"
+ cx="1218.1995"
+ cy="124.60332"
+ fx="1218.1995"
+ fy="124.60332"
+ r="110"
+ gradientTransform="matrix(8.9292362e-8,-1.09375,1.0937499,1.4609618e-6,1099.715,1451.4055)"
+ gradientUnits="userSpaceOnUse" />
+ <linearGradient
+ id="linearGradient14931">
+ <stop
+ id="stop14933"
+ offset="0"
+ style="stop-color:#ccf1ff;stop-opacity:0;" />
+ <stop
+ style="stop-color:#ccf1ff;stop-opacity:0;"
+ offset="0.85714281"
+ id="stop14937" />
+ <stop
+ id="stop14935"
+ offset="1"
+ style="stop-color:#789afb;stop-opacity:1" />
+ </linearGradient>
+ <radialGradient
+ r="110"
+ fy="124.60332"
+ fx="1218.1995"
+ cy="124.60332"
+ cx="1218.1995"
+ gradientTransform="matrix(8.9292362e-8,-1.09375,1.0937499,1.4609618e-6,1099.715,1451.4055)"
+ gradientUnits="userSpaceOnUse"
+ id="radialGradient14955"
+ xlink:href="#linearGradient14931"
+ inkscape:collect="always" />
+ </defs>
+ <sodipodi:namedview
+ id="base"
+ pagecolor="#ffffff"
+ bordercolor="#666666"
+ borderopacity="1.0"
+ inkscape:pageopacity="0.0"
+ inkscape:pageshadow="2"
+ inkscape:zoom="1"
+ inkscape:cx="410.53143"
+ inkscape:cy="3.6619607"
+ inkscape:document-units="px"
+ inkscape:current-layer="layer1"
+ showgrid="false"
+ inkscape:window-width="1524"
+ inkscape:window-height="817"
+ inkscape:window-x="100"
+ inkscape:window-y="109"
+ inkscape:window-maximized="0"
+ borderlayer="false"
+ inkscape:showpageshadow="false"
+ inkscape:snap-bbox="true"
+ showguides="true"
+ inkscape:guide-bbox="true"
+ inkscape:object-paths="false"
+ inkscape:object-nodes="false"
+ inkscape:snap-nodes="true"
+ fit-margin-top="0"
+ fit-margin-left="0"
+ fit-margin-right="0"
+ fit-margin-bottom="0">
+ <inkscape:grid
+ type="xygrid"
+ id="grid4228"
+ empspacing="5"
+ visible="true"
+ enabled="true"
+ snapvisiblegridlinesonly="true" />
+ <sodipodi:guide
+ orientation="0,1"
+ position="523,479"
+ id="guide6331" />
+ </sodipodi:namedview>
+ <metadata
+ id="metadata4141">
+ <rdf:RDF>
+ <cc:Work
+ rdf:about="">
+ <dc:format>image/svg+xml</dc:format>
+ <dc:type
+ rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+ <dc:title></dc:title>
+ </cc:Work>
+ </rdf:RDF>
+ </metadata>
+ <g
+ inkscape:label="Layer 1"
+ inkscape:groupmode="layer"
+ id="layer1"
+ transform="translate(-820,-742.36218)">
+ <g
+ id="g14683">
+ <path
+ inkscape:connector-curvature="0"
+ id="path8245"
+ d="m 964.625,854.79968 a 4.0004,4.0004 0 0 0 -3.84375,3.5625 4.0004,4.0004 0 0 0 -2.15625,-0.5625 4.0004,4.0004 0 0 0 -3.78125,4.90625 c 0,0 0.5454,2.1828 2.1875,5.1875 1.6421,3.0047 4.45773,7.22288 9.28125,12.4375 a 4.0025627,4.0025627 0 0 0 6.9375,-2.25 4.0025627,4.0025627 0 0 0 3.75,0.125 c 0.0733,0.22356 0.14387,0.47118 0.21875,0.6875 a 4.0025627,4.0025627 0 1 0 7.5625,-2.625 c -1.9723,-5.69775 -3.8125,-17.53125 -3.8125,-17.53125 a 4.0004,4.0004 0 0 0 -3.84375,-3.46875 4.0004,4.0004 0 0 0 -4.09375,4.65625 c 0,0 0.49861,3.30382 1.3125,7.46875 -2.08696,-2.64336 -3.45886,-4.78178 -4.3125,-6.34375 -1.2954,-2.3703 -1.375,-3.0625 -1.375,-3.0625 a 4.0004,4.0004 0 0 0 -4.03125,-3.1875 z"
+ style="font-size:medium;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-indent:0;text-align:start;text-decoration:none;line-height:normal;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;baseline-shift:baseline;color:#000000;fill:#5e74ac;fill-opacity:1;stroke:none;stroke-width:8;marker:none;visibility:visible;display:inline;overflow:visible;filter:url(#filter7542-4-8-0);enable-background:accumulate;font-family:Sans;-inkscape-font-specification:Sans" />
+ <g
+ style="fill:#7693dc;fill-opacity:1"
+ transform="translate(31,2)"
+ id="g8240">
+ <path
+ inkscape:connector-curvature="0"
+ id="path8234"
+ transform="translate(-1,850.36218)"
+ d="m 922.625,10.4375 a 4.0004,4.0004 0 0 0 -3.78125,4.90625 c 0,0 0.5454,2.1828 2.1875,5.1875 1.40985,2.579729 3.70701,6.049888 7.375,10.28125 0.11178,0.128944 0.19812,0.275904 0.3125,0.40625 0.11345,0.137051 0.22397,0.284764 0.34375,0.40625 0.15485,0.157057 0.25496,0.252929 0.40625,0.40625 0.28133,0.31274 0.54746,0.61719 0.84375,0.9375 a 4.0025627,4.0025627 0 0 0 0.59375,0.53125 4.0025627,4.0025627 0 0 0 0.0625,0.03125 c 5.98699,6.043061 9.08242,9.018781 11.6875,10.90625 5.06802,3.671953 10.79446,9.23077 29.46875,15.59375 18.67429,6.36298 46.9429,9.60422 85.4688,-0.71875 2.5788,-0.63185 4.8672,-2.33956 6.2187,-4.625 1.3516,-2.28544 1.7513,-8.09198 1.0625,-10.65625 -0.6888,-2.56427 -2.4352,-4.82439 -4.75,-6.125 -2.3148,-1.30061 -5.1703,-1.65166 -7.7188,-0.90625 -35.1951,9.43054 -57.91701,6.16915 -72.81245,1.09375 C 964.69831,33.01835 961.4304,31.785386 957.34375,26.875 951.9003,20.33433 948.89393,16 942.5625,16 l -8.125,0 c -2.53697,0 -4.35949,0.782327 -5.625,2 -0.27387,-0.453136 -0.57102,-0.927833 -0.78125,-1.3125 -1.2954,-2.3703 -1.375,-3.0625 -1.375,-3.0625 A 4.0004,4.0004 0 0 0 922.625,10.4375 z"
+ style="font-size:medium;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-indent:0;text-align:start;text-decoration:none;line-height:normal;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;baseline-shift:baseline;color:#000000;fill:#7693dc;fill-opacity:1;stroke:none;stroke-width:8;marker:none;visibility:visible;display:inline;overflow:visible;filter:url(#filter7542-4-8-0);enable-background:accumulate;font-family:Sans;-inkscape-font-specification:Sans" />
+ </g>
+ <path
+ inkscape:connector-curvature="0"
+ clip-path="url(#clipPath8987)"
+ id="path8245-3"
+ d="M 934.625,2.4375 A 4.0004,4.0004 0 0 0 930.78125,6 4.0004,4.0004 0 0 0 928.625,5.4375 a 4.0004,4.0004 0 0 0 -3.78125,4.90625 c 0,0 0.1099,0.36161 0.28125,0.875 a 4.0004,4.0004 0 0 0 -2.5,-0.78125 4.0004,4.0004 0 0 0 -3.78125,4.90625 c 0,0 0.5454,2.1828 2.1875,5.1875 1.40985,2.57973 3.70701,6.04989 7.375,10.28125 0.11178,0.12894 0.19812,0.2759 0.3125,0.40625 0.11345,0.13705 0.22397,0.28476 0.34375,0.40625 0.15485,0.15706 0.25496,0.25293 0.40625,0.40625 0.28133,0.31274 0.54746,0.61719 0.84375,0.9375 a 4.0025627,4.0025627 0 0 0 0.59375,0.53125 4.0025627,4.0025627 0 0 0 0.0625,0.03125 c 5.98699,6.04306 9.08242,9.01878 11.6875,10.90625 5.06802,3.67195 10.79446,9.23077 29.46875,15.59375 18.67429,6.36298 46.9429,9.60422 85.4688,-0.71875 2.5788,-0.63185 4.8672,-2.33956 6.2187,-4.625 1.3516,-2.28544 1.7513,-8.09198 1.0625,-10.65625 -0.6888,-2.56427 -2.4352,-4.82439 -4.75,-6.125 -2.3148,-1.30061 -5.1702,-1.65166 -7.7188,-0.90625 -35.1951,9.43054 -57.91701,6.16915 -72.81245,1.09375 -14.89544,-5.0754 -18.16335,-6.30836 -22.25,-11.21875 -0.96094,-1.154633 -1.78426,-2.150837 -2.625,-3.15625 -1.9499,-5.760197 -3.75,-17.34375 -3.75,-17.34375 A 4.0004,4.0004 0 0 0 947.125,2.90625 4.0004,4.0004 0 0 0 943.03125,7.5625 c 0,0 0.49861,3.30383 1.3125,7.46875 -2.08696,-2.64336 -3.45886,-4.78178 -4.3125,-6.34375 -1.2954,-2.3703 -1.375,-3.0625 -1.375,-3.0625 A 4.0004,4.0004 0 0 0 934.625,2.4375 z"
+ style="font-size:medium;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-indent:0;text-align:start;text-decoration:none;line-height:normal;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;baseline-shift:baseline;opacity:0.1;color:#000000;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:8;marker:none;visibility:visible;display:inline;overflow:visible;filter:url(#filter7542-4-8-0);enable-background:accumulate;font-family:Sans;-inkscape-font-specification:Sans"
+ transform="translate(30.000004,852.36218)" />
+ <path
+ style="color:#000000;fill:#222222;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+ id="path8139-4-6-3-6"
+ d="m 975.26569,833.36219 c -4.1421,0 -7.5,3.35787 -7.5,7.5 0,4.14215 7.5,10.5 7.5,10.5 0,0 7.5,-6.35785 7.5,-10.5 0,-4.14213 -3.3579,-7.5 -7.5,-7.5 z m 0.2343,4.5 c 1.6569,0 3,1.34315 3,3 0,1.65686 -1.3431,3 -3,3 -1.65675,0 -3,-1.34314 -3,-3 0,-1.65685 1.34325,-3 3,-3 z"
+ inkscape:connector-curvature="0" />
+ <path
+ transform="matrix(0.75,0,0,0.5,258.75,862.36218)"
+ d="m 955,25 a 10,5 0 1 1 -20,0 10,5 0 1 1 20,0 z"
+ sodipodi:ry="5"
+ sodipodi:rx="10"
+ sodipodi:cy="25"
+ sodipodi:cx="945"
+ id="path8216"
+ style="color:#000000;fill:#3f4767;fill-opacity:0.39215686;fill-rule:nonzero;stroke:none;stroke-width:8;marker:none;visibility:visible;display:inline;overflow:visible;filter:url(#filter13004);enable-background:accumulate"
+ sodipodi:type="arc" />
+ <path
+ style="color:#000000;fill:#222222;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+ id="path5387-6-5-6"
+ d="m 983.24999,851.86219 c -2.07107,0 -3.75,1.67891 -3.75,3.75001 0,0.37775 0.0679,0.73424 0.17187,1.07809 l -9.34375,9.34376 c -0.34388,-0.1039 -0.70033,-0.17186 -1.07812,-0.17186 -2.07107,0 -3.74999,1.6789 -3.74999,3.75 0,2.07104 1.67892,3.75 3.74999,3.75 2.07107,0 3.75,-1.67896 3.75,-3.75 0,-0.3778 -0.068,-0.73425 -0.17188,-1.07815 l 9.34375,-9.34375 c 0.34388,0.10395 0.70034,0.1719 1.07813,0.1719 2.07106,0 3.75,-1.67895 3.75,-3.74999 0,-2.0711 -1.67894,-3.75001 -3.75,-3.75001 z m 0,2.25001 c 0.82842,0 1.5,0.67155 1.5,1.5 0,0.8284 -0.67158,1.5 -1.5,1.5 -0.82843,0 -1.5,-0.6716 -1.5,-1.5 0,-0.82845 0.67157,-1.5 1.5,-1.5 z m -14,13.99999 c 0.82843,0 1.5,0.67155 1.5,1.5 0,0.8284 -0.67157,1.5 -1.5,1.5 -0.82842,0 -1.5,-0.6716 -1.5,-1.5 0,-0.82845 0.67158,-1.5 1.5,-1.5 z"
+ inkscape:connector-curvature="0" />
+ <path
+ style="color:#000000;fill:#222222;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+ id="path5288-4-8-0-3"
+ d="m 945.40433,849.14391 c -1.7936,1.03555 -2.40813,3.32901 -1.3726,5.12261 0.71815,1.24387 2.04645,1.91607 3.3883,1.8687 l 3.43751,5.95394 c -0.71196,1.13839 -0.79395,2.62483 -0.0758,3.8687 1.03552,1.79358 3.32899,2.40813 5.12259,1.37259 1.24386,-0.71814 1.91607,-2.04646 1.86871,-3.3883 l 5.95391,-3.43749 c 1.1384,0.71193 2.62484,0.79394 3.86871,0.0758 1.7936,-1.03553 2.40812,-3.329 1.37259,-5.12259 -0.71815,-1.24387 -2.04643,-1.91608 -3.38828,-1.86871 l -3.4375,-5.95392 c 0.71195,-1.1384 0.79393,-2.62484 0.0758,-3.86871 -1.03554,-1.7936 -3.32899,-2.40813 -5.12259,-1.3726 -1.25899,0.72688 -1.92459,2.07817 -1.85879,3.43672 l -0.10461,0.006 -5.8592,3.38282 c -1.13839,-0.71195 -2.62484,-0.79395 -3.8687,-0.0758 z m 1.125,1.94857 c 0.71744,-0.41421 1.63482,-0.1684 2.04904,0.54904 0.4142,0.71743 0.1684,1.63482 -0.54904,2.04904 -0.71744,0.41421 -1.63482,0.16839 -2.04904,-0.54905 -0.41422,-0.71744 -0.16841,-1.63482 0.54904,-2.04903 z m 11.69133,-6.75 c 0.71745,-0.41422 1.63483,-0.16841 2.04904,0.54904 0.41421,0.71744 0.1684,1.63482 -0.54904,2.04904 -0.71743,0.4142 -1.63482,0.16839 -2.04904,-0.54904 -0.41421,-0.71744 -0.16839,-1.63483 0.54904,-2.04904 z m -7.19762,7.90833 5.95392,-3.4375 c 0.63528,0.3973 1.38559,0.59835 2.13442,0.57191 l 3.4375,5.95393 c -0.39733,0.63527 -0.59837,1.38558 -0.57192,2.13442 l -5.95392,3.43749 c -0.6353,-0.39733 -1.3856,-0.59836 -2.13441,-0.57191 l -3.43751,-5.95393 c 0.39731,-0.63529 0.59835,-1.38559 0.57192,-2.13441 z m 2.25629,10.53301 c 0.71744,-0.41421 1.63481,-0.16842 2.04904,0.54904 0.4142,0.71741 0.16839,1.63481 -0.54904,2.04902 -0.71744,0.41422 -1.63484,0.16839 -2.04904,-0.54903 -0.41423,-0.71745 -0.1684,-1.63482 0.54904,-2.04903 z m 11.69133,-6.75 c 0.71744,-0.41421 1.63482,-0.16842 2.04904,0.54904 0.4142,0.71741 0.1684,1.63482 -0.54904,2.04903 -0.71744,0.41421 -1.63483,0.16838 -2.04904,-0.54903 -0.41422,-0.71746 -0.16839,-1.63483 0.54904,-2.04904 z"
+ inkscape:connector-curvature="0" />
+ </g>
+ <g
+ transform="translate(-3.0000006e-6,5.0000006e-7)"
+ id="g14241">
+ <path
+ sodipodi:open="true"
+ sodipodi:end="6.2831853"
+ sodipodi:start="3.1415927"
+ transform="matrix(1.4545455,0,0,1.4545455,-592.81822,769.27127)"
+ d="M 1126,118.99999 C 1126,58.248672 1175.2487,8.9999972 1236,9 c 60.7513,2.8e-6 110,49.248679 110,110"
+ sodipodi:ry="110"
+ sodipodi:rx="110"
+ sodipodi:cy="119"
+ sodipodi:cx="1236"
+ id="path7176"
+ style="color:#000000;fill:url(#linearGradient7773-0);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:4;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+ sodipodi:type="arc" />
+ <flowRoot
+ clip-path="url(#clipPath8573-8)"
+ transform="translate(19,1303.3622)"
+ style="font-size:30px;font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;text-indent:0;text-align:start;text-decoration:none;line-height:125%;letter-spacing:0px;word-spacing:0px;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;baseline-shift:baseline;opacity:0.25;color:#000000;fill:url(#linearGradient9015-4);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:4;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate;font-family:Menlo;-inkscape-font-specification:Menlo Bold"
+ id="flowRoot8523"
+ xml:space="preserve"><flowRegion
+ style="fill:url(#linearGradient9021);fill-opacity:1"
+ id="flowRegion8525"><rect
+ style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;fill:url(#linearGradient9019);fill-opacity:1;stroke:none;font-family:Menlo;-inkscape-font-specification:Menlo Bold"
+ y="-529"
+ x="1021"
+ height="303"
+ width="580"
+ id="rect8527" /></flowRegion><flowPara
+ style="fill:url(#linearGradient9023-3);fill-opacity:1"
+ id="flowPara8529">101010101010100011</flowPara><flowPara
+ style="fill:url(#linearGradient9025-5);fill-opacity:1"
+ id="flowPara8531">100010101010011010</flowPara><flowPara
+ style="fill:url(#linearGradient9027-5);fill-opacity:1"
+ id="flowPara8533">101010101001010110</flowPara><flowPara
+ style="fill:url(#linearGradient9029-7);fill-opacity:1"
+ id="flowPara8535">010111010101011010</flowPara><flowPara
+ style="fill:url(#linearGradient9031-7);fill-opacity:1"
+ id="flowPara8537">000101010000110001</flowPara><flowPara
+ style="fill:url(#linearGradient9033-0);fill-opacity:1"
+ id="flowPara8617">101010110010101101</flowPara><flowPara
+ style="fill:url(#linearGradient9035-1);fill-opacity:1"
+ id="flowPara8619">101010111010101011</flowPara></flowRoot> <path
+ sodipodi:nodetypes="cccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccscccccccccccccccccccccccccccccccccsccccccc"
+ inkscape:connector-curvature="0"
+ clip-path="url(#clipPath7691-3)"
+ id="path7591"
+ transform="translate(30,852.36218)"
+ d="m 1174,-70 c -6.4317,0.0395 -12.7696,0.4728 -19,1.25 l 0,8.75 5,5 10,0 z m 40.25,4.84375 -0.031,0.15625 7.7812,9 5,0 3,-4 0,-0.28125 c -1.2872,-0.4713 -2.5726,-0.93607 -3.875,-1.375 -0.041,-0.0138 -0.084,-0.01755 -0.125,-0.03125 -1.2576,-0.42471 -2.5104,-0.82436 -3.7812,-1.21875 -1.1271,-0.34978 -2.2683,-0.70623 -3.4063,-1.03125 -0.1871,-0.0531 -0.3752,-0.10379 -0.5625,-0.15625 -1.079,-0.30374 -2.1607,-0.59432 -3.25,-0.875 -0.2478,-0.0638 -0.5017,-0.1249 -0.75,-0.1875 z m -95,5.15625 c -39.4401,14.6674 -71.5429,44.43079 -89.25,82.28125 L 1030,35 l 15,15 0,10 5,0 5,5 0,5 -5,5 0,15 105,0 -10,-10 -20,0 -5,-5 0,-5 -40,-25 -10,0 -10,10 -10,0 0,-15 -5,-5 5,-5 0,-5 -5,0 -10,0 10,-20 15,-5 0,15 5,0 5,-5 0,-10 25,-30 5,0 40,-15 0,-10 -5,-5 z m 91.75,5 6,8 7,0 -8,-8 z m 33.5,0.84375 -2.375,4.15625 -12.125,0 -5.7812,10 5.7812,10 -10,0.3125 -4.4375,4.6875 0,5 8.6563,5 10.7812,0 8.6562,-15 6.3438,0 10,8 1.3438,5 3.6562,0 0,-8 5,3 5,2 5,0 6,-6 -9,-10 -2.125,1 c -0.029,-0.0234 -0.064,-0.0392 -0.094,-0.0625 -0.3359,-0.26835 -0.6619,-0.54681 -1,-0.8125 -0.8033,-0.63134 -1.6219,-1.25882 -2.4374,-1.875 -0.2074,-0.1566 -0.417,-0.31314 -0.625,-0.46875 -0.9966,-0.74524 -1.9858,-1.46514 -3,-2.1875 -0.031,-0.0218 -0.063,-0.0408 -0.094,-0.0625 -0.1103,-0.0784 -0.2332,-0.14058 -0.3438,-0.21875 -0.9382,-0.66399 -1.8596,-1.35587 -2.8124,-2 -0.1442,-0.0974 -0.2931,-0.18434 -0.4376,-0.28125 -0.9169,-0.61558 -1.8508,-1.21555 -2.7812,-1.8125 -0.3292,-0.21107 -0.6691,-0.41628 -1,-0.625 -1.2672,-0.79993 -2.5216,-1.57877 -3.8125,-2.34375 -1.0622,-0.62947 -2.1409,-1.23835 -3.2187,-1.84375 -0.538,-0.302 -1.0834,-0.6103 -1.625,-0.90625 -0.1142,-0.0623 -0.2296,-0.12545 -0.3438,-0.1875 -0.9035,-0.49081 -1.8049,-0.9637 -2.7188,-1.4375 -1.3366,-0.69309 -2.6725,-1.3751 -4.0312,-2.03125 z M 1283,-30 l -3,10 5,5 10,0 0,10 -15,0 0,5 -10,0 -10,-10 -20,0 -5,0 -10,0 -5,5 0,10 -5,0 -10,20 0,5 5,5 0,15 20,20 20,0 5,-5 10,0 10,10 0,10 3.3438,5 56.6562,0 c 0,-44.18275 -17.9207,-84.17069 -46.875,-113.125 -0.6292,-0.62919 -1.2668,-1.25631 -1.9062,-1.875 z m -78,-20 3,5 5,0 -3,-5 z"
+ style="opacity:0.25;color:#000000;fill:#222222;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:4;marker:none;visibility:visible;display:inline;overflow:visible;filter:url(#filter7759-1);enable-background:accumulate" />
+ <path
+ inkscape:connector-curvature="0"
+ id="path7176-41"
+ transform="translate(820,742.36218)"
+ d="M 424.25,44.84375 424.21875,45 432,54 l 5,0 3,-4 0,-0.28125 c -1.2873,-0.4713 -2.5726,-0.93607 -3.875,-1.375 -0.041,-0.0138 -0.084,-0.01755 -0.125,-0.03125 -1.2576,-0.42471 -2.51045,-0.82436 -3.78125,-1.21875 -1.1271,-0.34978 -2.26825,-0.70623 -3.40625,-1.03125 -0.1871,-0.0531 -0.3752,-0.10379 -0.5625,-0.15625 -1.079,-0.30374 -2.1607,-0.59432 -3.25,-0.875 -0.2478,-0.0638 -0.5018,-0.1249 -0.75,-0.1875 z M 421,55 l 6,8 7,0 -8,-8 -5,0 z M 454.5,55.875 452.125,60 442.53125,60 440,60 434.21875,70 440,80 430,80.3125 425.5625,85 l 0,5 8.65625,5 7.34375,0 3.4375,0 8.65625,-15 6.34375,0 10,8 1.34375,5 3.65625,0 0,-8 5,3 5,2 5,0 5,5 10,0 0,10 -15,0 0,5 -10,0 -10,-10 -20,0 -5,0 -4.375,0 -5.625,0 -5,5 0,10 -5,0 -10,20 0,5 5,5 0,10.9375 0,4.0625 20,20 20,0 5,-5 10,0 10,10 0,10 3.34375,5 51.65625,0 5,0 c 0,-51.43766 -24.2837,-97.1986 -62,-126.46875 -0.1548,-0.11296 -0.32195,-0.23072 -0.46875,-0.34375 -0.018,-0.014 -0.0445,-0.01725 -0.0625,-0.03125 -0.7174,-0.55233 -1.42915,-1.11612 -2.15625,-1.65625 -0.053,-0.0397 -0.10255,-0.0854 -0.15625,-0.125 -0.06,-0.0444 -0.13,-0.0771 -0.1875,-0.125 -0.023,-0.0187 -0.0425,-0.0403 -0.0625,-0.0625 -0.023,-0.0174 -0.0395,-0.0451 -0.0625,-0.0625 -0.7324,-0.5397 -1.47745,-1.07211 -2.21875,-1.59375 -0.019,-0.0133 -0.0445,-0.01795 -0.0625,-0.03125 -0.7603,-0.5345 -1.51065,-1.06633 -2.28125,-1.59375 -0.8253,-0.56504 -1.6633,-1.10637 -2.5,-1.65625 -1.673,-1.09976 -3.37775,-2.18082 -5.09375,-3.21875 -0.858,-0.51897 -1.72545,-1.02804 -2.59375,-1.53125 -0.8686,-0.50321 -1.744,-1.0092 -2.625,-1.5 -0.8811,-0.49079 -1.76755,-0.96639 -2.65625,-1.4375 -0.8887,-0.47111 -1.75755,-0.92024 -2.65625,-1.375 C 456.27855,56.74322 455.387,56.3035 454.5,55.875 z M 415,60 l 3,5 5,0 -3,-5 -5,0 z"
+ style="color:#000000;fill:url(#linearGradient7878-19);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:4;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
+ <path
+ id="path7176-3-8-6"
+ d="m 1285,897.36218 -15,15 -20,0 10,10 20,0 5,-5 10,0 10,10 0,10 5,0 10,-10 15.9688,0 0,-15 -25.9688,-15 -25,0 z"
+ style="opacity:0.15;color:#000000;fill:#9ed184;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:4;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+ inkscape:connector-curvature="0" />
+ <path
+ sodipodi:nodetypes="ccccccccccccccccccccccccccccccccccccc"
+ id="path7176-4"
+ d="m 1149.25,792.36218 c -39.4401,14.6674 -71.5429,44.43079 -89.25,82.28125 l 0,12.71875 15,15 0,10 5,0 5,5 0,5 -5,5 0,15.00002 105,0 -10,-10.00002 -20,0 -5,-5 0,-5 -40,-25 -10,0 -10,10 -10,0 0,-15 -5,-5 5,-5 0,-5 -5,0 -10,0 10,-20 15,-5 0,15 5,0 5,-5 0,-10 25,-30 5,0 40,-15 0,-10 -5,-5 z"
+ style="color:#000000;fill:url(#linearGradient7878-93);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:4;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+ inkscape:connector-curvature="0" />
+ <path
+ id="path7176-9"
+ d="m 1204,782.36218 c -6.4317,0.0395 -12.7696,0.4728 -19,1.25 l 0,8.75 5,5 10,0 4,-15 z"
+ style="color:#000000;fill:url(#linearGradient7878-5-6);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:4;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+ inkscape:connector-curvature="0" />
+ <path
+ sodipodi:nodetypes="cccccc"
+ inkscape:connector-curvature="0"
+ id="path9199"
+ d="m 1100,927.36218 5,0 15,5 0,10 -30,0 z"
+ style="opacity:0.15;color:#000000;fill:#9ed184;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:4;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
+ <path
+ id="path7176-4-2"
+ d="m 1130,909.86218 0,7.5 10,5 0,10 -10,10 55,0 -10,-10 -20,0 -5,-5 0,-5 -20,-12.5 z"
+ style="opacity:0.15;color:#000000;fill:#9ed184;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:4;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+ inkscape:connector-curvature="0" />
+ <path
+ id="path7176-4-7"
+ d="m 1149.25,792.36218 c -5.8774,2.18576 -11.5968,4.72945 -17.125,7.5625 l 12.875,7.4375 0,9.375 25,-9.375 0,-10 -5,-5 -15.75,0 z"
+ style="opacity:0.15;color:#000000;fill:#9ed184;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:4;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+ inkscape:connector-curvature="0" />
+ <path
+ id="path7176-4-76"
+ d="m 1115,810.08093 c -13.1826,8.9817 -24.9493,19.86488 -34.9063,32.28125 l 14.9063,0 20,-20 0,-12.28125 z"
+ style="opacity:0.15;color:#000000;fill:#9ed184;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:4;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+ inkscape:connector-curvature="0" />
+ <path
+ sodipodi:nodetypes="cccc"
+ id="path7176-2"
+ d="m 1260.4688,792.26843 c 13.3096,49.6722 -0.4537,112.82556 -27.6876,150.09372 l 132.2188,0 c 0,-68.85715 -43.5157,-127.53233 -104.5312,-150.09372 z"
+ style="opacity:0.25;color:#000000;fill:url(#linearGradient14425);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:4;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+ inkscape:connector-curvature="0" />
+ </g>
+ <path
+ inkscape:connector-curvature="0"
+ style="color:#000000;fill:#9ed184;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:4;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate;opacity:0.14999999999999999"
+ d="m 1205,897.36218 -15,15 -20,0 10,10 20,0 5,-5 10,0 10,10 0,10 5,0 10,-10 15.9688,0 0,-15 -25.9688,-15 -25,0 z"
+ id="path7176-3-8" />
+ <g
+ id="g9572"
+ inkscape:export-filename="/Users/saman/work_repos/openstreetmap-website/app/assets/images/sign-up-illustration-arm.png"
+ inkscape:export-xdpi="90"
+ inkscape:export-ydpi="90"
+ transform="translate(80,170)">
+ <g
+ id="g9543">
+ <path
+ style="color:#000000;fill:url(#linearGradient9564);fill-opacity:1;stroke:none;stroke-width:4;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+ d="m 1135,942.36218 c -5,40 -35,70.00002 -35,70.00002 l -25,-25.00002 50,-45 z"
+ id="path7007"
+ inkscape:connector-curvature="0"
+ sodipodi:nodetypes="ccccc" />
+ <path
+ style="font-size:medium;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-indent:0;text-align:start;text-decoration:none;line-height:normal;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;baseline-shift:baseline;color:#000000;fill:url(#linearGradient9566);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:5.81818199;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate;font-family:Sans;-inkscape-font-specification:Sans"
+ d="m 1129.4062,915.20593 a 12.0012,12.0012 0 0 0 -10.0312,4.96875 c -23.0888,31.04416 -73.5,61.84375 -73.5,61.84375 a 12.007739,12.007739 0 0 0 -0.8125,0.5625 12.007739,12.007739 0 0 0 -0.1875,0.125 L 1031,990.61218 a 4.0175701,4.0175701 0 1 0 4,6.96875 l 5.2188,-2.96875 a 12.007739,12.007739 0 0 0 17.9062,8.06252 c 0,0 52.3016,-30.24187 80.5,-68.15627 a 12.0012,12.0012 0 0 0 -9.2188,-19.3125 z"
+ id="path6371"
+ inkscape:connector-curvature="0" />
+ <path
+ id="path8280"
+ d="m 1129.4062,915.20593 a 12.0012,12.0012 0 0 0 -10.0312,4.96875 c -23.0888,31.04416 -73.5,61.84375 -73.5,61.84375 a 12.007739,12.007739 0 0 0 -0.8125,0.5625 12.007739,12.007739 0 0 0 -0.1875,0.125 L 1031,990.61218 a 4.0175701,4.0175701 0 1 0 4,6.96875 l 5.2188,-2.96875 a 12.007739,12.007739 0 0 0 17.9062,8.06252 c 0,0 52.3016,-30.24187 80.5,-68.15627 a 12.0012,12.0012 0 0 0 -9.2188,-19.3125 z"
+ style="font-size:medium;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-indent:0;text-align:start;text-decoration:none;line-height:normal;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;baseline-shift:baseline;color:#000000;fill:url(#linearGradient9568);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:5.81818199;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate;font-family:Sans;-inkscape-font-specification:Sans"
+ inkscape:connector-curvature="0" />
+ <flowRoot
+ xml:space="preserve"
+ id="flowRoot8523-6"
+ style="font-size:30px;font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;text-indent:0;text-align:start;text-decoration:none;line-height:125%;letter-spacing:0px;word-spacing:0px;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;baseline-shift:baseline;opacity:0.25;color:#000000;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:4;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate;font-family:Menlo;-inkscape-font-specification:Menlo Bold"
+ transform="translate(-61.000003,1303.3622)"
+ clip-path="url(#clipPath8675)"><flowRegion
+ id="flowRegion8525-6"><rect
+ id="rect8527-8"
+ width="580"
+ height="303"
+ x="1021"
+ y="-529"
+ style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;fill:#ffffff;stroke:none;font-family:Menlo;-inkscape-font-specification:Menlo Bold" /></flowRegion><flowPara
+ id="flowPara8529-8">101010101010100011</flowPara><flowPara
+ id="flowPara8531-5">100010101010011010</flowPara><flowPara
+ id="flowPara8533-5">101010101001010110</flowPara><flowPara
+ id="flowPara8535-9">010111010101011010</flowPara><flowPara
+ id="flowPara8537-3">000101010000110001</flowPara><flowPara
+ id="flowPara8617-9">101010110010101101</flowPara><flowPara
+ id="flowPara8619-0">101010111010101011</flowPara></flowRoot> </g>
+ <rect
+ y="902.36218"
+ x="1020"
+ height="110"
+ width="130"
+ id="rect9570"
+ style="opacity:0.15;color:#000000;fill:none;stroke:none;stroke-width:4;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
+ </g>
+ <path
+ style="color:#000000;fill:none;stroke:#222222;stroke-width:4;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate;opacity:0.50000000000000000;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0"
+ d="m 1142,882.36218 c 0,0 3,2 8,2 5,0 8,-2 8,-2"
+ id="path8488"
+ inkscape:connector-curvature="0"
+ sodipodi:nodetypes="csc" />
+ <path
+ transform="matrix(2,0,0,2,-1441,832.36218)"
+ d="m 1305,17.5 a 2.5,2.5 0 1 1 -5,0 2.5,2.5 0 1 1 5,0 z"
+ sodipodi:ry="2.5"
+ sodipodi:rx="2.5"
+ sodipodi:cy="17.5"
+ sodipodi:cx="1302.5"
+ id="path8131-0"
+ style="opacity:0.5;color:#000000;fill:#222222;fill-opacity:1;stroke:none;stroke-width:8;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+ sodipodi:type="arc" />
+ <path
+ transform="matrix(2,0,0,2,-1467,832.36218)"
+ d="m 1305,17.5 a 2.5,2.5 0 1 1 -5,0 2.5,2.5 0 1 1 5,0 z"
+ sodipodi:ry="2.5"
+ sodipodi:rx="2.5"
+ sodipodi:cy="17.5"
+ sodipodi:cx="1302.5"
+ id="path8157-4"
+ style="opacity:0.5;color:#000000;fill:#222222;fill-opacity:1;stroke:none;stroke-width:8;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+ sodipodi:type="arc" />
+ <path
+ sodipodi:open="true"
+ sodipodi:end="6.2831853"
+ sodipodi:start="3.1415927"
+ transform="matrix(1.5000002,0,0,1.5,-649.00018,763.86218)"
+ d="M 1126,118.99999 A 110,110 0 0 1 1346,119"
+ sodipodi:ry="110"
+ sodipodi:rx="110"
+ sodipodi:cy="119"
+ sodipodi:cx="1236"
+ id="path7176-1"
+ style="color:#000000;fill:url(#radialGradient14955);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:4;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+ sodipodi:type="arc" />
+ </g>
+ <g
+ inkscape:groupmode="layer"
+ id="layer2"
+ inkscape:label="blahh"
+ style="display:none"
+ sodipodi:insensitive="true"
+ transform="translate(-820,110)">
+ <image
+ y="-104.56463"
+ x="967.5"
+ id="image7297"
+ xlink:href="file:///Users/saman/Desktop/Screen%20Shot%202013-07-30%20at%204.21.02%20PM.png"
+ height="361.12924"
+ width="381"
+ style="opacity:0.25" />
+ </g>
+</svg>
--- /dev/null
+<?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"
+ width="580"
+ height="270"
+ id="svg4136"
+ version="1.1"
+ inkscape:version="0.48.2 r9819"
+ sodipodi:docname="terms-illustration.svg"
+ inkscape:export-filename="/Users/saman/work_repos/openstreetmap-website/app/assets/images/terms-illustration.png"
+ inkscape:export-xdpi="90"
+ inkscape:export-ydpi="90">
+ <defs
+ id="defs4138">
+ <linearGradient
+ id="linearGradient12085">
+ <stop
+ style="stop-color:#c4c4c4;stop-opacity:1;"
+ offset="0"
+ id="stop12087" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:1;"
+ offset="1"
+ id="stop12089" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient12079"
+ inkscape:collect="always">
+ <stop
+ id="stop12081"
+ offset="0"
+ style="stop-color:#222222;stop-opacity:1;" />
+ <stop
+ id="stop12083"
+ offset="1"
+ style="stop-color:#ffffff;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient12001">
+ <stop
+ style="stop-color:#222222;stop-opacity:1;"
+ offset="0"
+ id="stop12003" />
+ <stop
+ style="stop-color:#222222;stop-opacity:0;"
+ offset="1"
+ id="stop12005" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient11338">
+ <stop
+ style="stop-color:#ffffff;stop-opacity:1;"
+ offset="0"
+ id="stop11340" />
+ <stop
+ style="stop-color:#dfe9fc;stop-opacity:1"
+ offset="1"
+ id="stop11342" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient14931">
+ <stop
+ id="stop14933"
+ offset="0"
+ style="stop-color:#ccf1ff;stop-opacity:0;" />
+ <stop
+ style="stop-color:#ccf1ff;stop-opacity:0;"
+ offset="0.85714281"
+ id="stop14937" />
+ <stop
+ id="stop14935"
+ offset="1"
+ style="stop-color:#789afb;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient14233"
+ inkscape:collect="always">
+ <stop
+ id="stop14235"
+ offset="0"
+ style="stop-color:#a2c9ed;stop-opacity:1;" />
+ <stop
+ id="stop14237"
+ offset="1"
+ style="stop-color:#7a9dfc;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient14223">
+ <stop
+ style="stop-color:#a2c9ed;stop-opacity:1;"
+ offset="0"
+ id="stop14225" />
+ <stop
+ style="stop-color:#7a9dfc;stop-opacity:1"
+ offset="1"
+ id="stop14227" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient13250">
+ <stop
+ style="stop-color:#8eb3f5;stop-opacity:1"
+ offset="0"
+ id="stop13252" />
+ <stop
+ style="stop-color:#b2dbea;stop-opacity:0;"
+ offset="1"
+ id="stop13254" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient13240">
+ <stop
+ style="stop-color:#ffffff;stop-opacity:1;"
+ offset="0"
+ id="stop13242" />
+ <stop
+ style="stop-color:#ebf2fd;stop-opacity:1"
+ offset="1"
+ id="stop13244" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient13198">
+ <stop
+ style="stop-color:#000000;stop-opacity:1;"
+ offset="0"
+ id="stop13200" />
+ <stop
+ style="stop-color:#000000;stop-opacity:0;"
+ offset="1"
+ id="stop13202" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient9009">
+ <stop
+ style="stop-color:#ffffff;stop-opacity:1;"
+ offset="0"
+ id="stop9011" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0;"
+ offset="1"
+ id="stop9013" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient8284"
+ inkscape:collect="always">
+ <stop
+ id="stop8286"
+ offset="0"
+ style="stop-color:#b2dbea;stop-opacity:1" />
+ <stop
+ id="stop8288"
+ offset="1"
+ style="stop-color:#93b8e0;stop-opacity:0" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient7872">
+ <stop
+ style="stop-color:#cbeea7;stop-opacity:1;"
+ offset="0"
+ id="stop7874" />
+ <stop
+ style="stop-color:#cee8c1;stop-opacity:1"
+ offset="1"
+ id="stop7876" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient7775">
+ <stop
+ style="stop-color:#222222;stop-opacity:1"
+ offset="0"
+ id="stop7777" />
+ <stop
+ style="stop-color:#adadc6;stop-opacity:0;"
+ offset="1"
+ id="stop7779" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient7767">
+ <stop
+ style="stop-color:#b2dbea;stop-opacity:1"
+ offset="0"
+ id="stop7769" />
+ <stop
+ style="stop-color:#7092ff;stop-opacity:1"
+ offset="1"
+ id="stop7771" />
+ </linearGradient>
+ <clipPath
+ clipPathUnits="userSpaceOnUse"
+ id="clipPath7691">
+ <path
+ sodipodi:open="true"
+ sodipodi:end="6.2831853"
+ sodipodi:start="3.1415927"
+ transform="matrix(1.4545455,0,0,1.4545455,-622.81822,-83.09091)"
+ d="M 1126,118.99999 A 110,110 0 0 1 1346,119"
+ sodipodi:ry="110"
+ sodipodi:rx="110"
+ sodipodi:cy="119"
+ sodipodi:cx="1236"
+ id="path7693"
+ style="color:#000000;fill:#c5c5d7;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:4;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+ sodipodi:type="arc" />
+ </clipPath>
+ <clipPath
+ clipPathUnits="userSpaceOnUse"
+ id="clipPath7755">
+ <path
+ inkscape:connector-curvature="0"
+ style="color:#000000;fill:#adadc6;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:4;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+ d="m 1230.4688,792.26843 c 13.3096,49.6722 -20.4537,112.82556 -47.6876,150.09372 l 152.2188,0 c 0,-68.85715 -43.5157,-127.53233 -104.5312,-150.09372 z"
+ id="path7757"
+ sodipodi:nodetypes="cccc" />
+ </clipPath>
+ <filter
+ inkscape:collect="always"
+ id="filter7759"
+ color-interpolation-filters="sRGB">
+ <feGaussianBlur
+ inkscape:collect="always"
+ stdDeviation="5.8125"
+ id="feGaussianBlur7761" />
+ </filter>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient7767"
+ id="linearGradient7773"
+ x1="1225.6875"
+ y1="36.5"
+ x2="1225.6875"
+ y2="119"
+ gradientUnits="userSpaceOnUse" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient7775"
+ id="linearGradient7781"
+ x1="1224.2188"
+ y1="789.35889"
+ x2="1224.2188"
+ y2="942.36212"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="translate(30,0)" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient7872"
+ id="linearGradient7878"
+ x1="1097"
+ y1="942.36218"
+ x2="1097"
+ y2="802.62952"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="translate(30,0)" />
+ <clipPath
+ clipPathUnits="userSpaceOnUse"
+ id="clipPath8573">
+ <path
+ sodipodi:type="arc"
+ style="color:#000000;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:4;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+ id="path8575"
+ sodipodi:cx="1236"
+ sodipodi:cy="119"
+ sodipodi:rx="110"
+ sodipodi:ry="110"
+ d="M 1126,118.99999 A 110,110 0 0 1 1346,119"
+ transform="matrix(1.4545455,0,0,1.4545455,-611.81823,-534.09093)"
+ sodipodi:start="3.1415927"
+ sodipodi:end="6.2831853"
+ sodipodi:open="true" />
+ </clipPath>
+ <clipPath
+ clipPathUnits="userSpaceOnUse"
+ id="clipPath8675">
+ <path
+ style="font-size:medium;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-indent:0;text-align:start;text-decoration:none;line-height:normal;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;baseline-shift:baseline;color:#000000;fill:url(#linearGradient8679);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:5.81818199;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate;font-family:Sans;-inkscape-font-specification:Sans"
+ d="m 1190.4062,-388.15627 a 12.0012,12.0012 0 0 0 -10.0312,4.96875 c -23.0888,31.04416 -73.5,61.84375 -73.5,61.84375 a 12.007739,12.007739 0 0 0 -0.8125,0.5625 12.007739,12.007739 0 0 0 -0.1875,0.125 l -13.875,7.90625 a 4.0175701,4.0175701 0 1 0 4,6.96875 l 5.2188,-2.96875 a 12.007739,12.007739 0 0 0 17.9062,8.0625 c 0,0 52.3016,-30.24185 80.5,-68.15625 a 12.0012,12.0012 0 0 0 -9.2188,-19.3125 z"
+ id="path8677"
+ inkscape:connector-curvature="0" />
+ </clipPath>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient8284"
+ id="linearGradient8679"
+ gradientUnits="userSpaceOnUse"
+ x1="1086"
+ y1="139"
+ x2="1125.7982"
+ y2="99.201767"
+ gradientTransform="translate(11.000003,-451.00002)" />
+ <clipPath
+ clipPathUnits="userSpaceOnUse"
+ id="clipPath8987">
+ <flowRoot
+ xml:space="preserve"
+ id="flowRoot8989"
+ style="font-size:30px;font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;text-indent:0;text-align:start;text-decoration:none;line-height:125%;letter-spacing:0px;word-spacing:0px;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;baseline-shift:baseline;opacity:0.25;color:#000000;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:4;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate;font-family:Menlo;-inkscape-font-specification:Menlo Bold"
+ transform="translate(-173.25,451.00002)"
+ clip-path="none"><flowRegion
+ id="flowRegion8991"><rect
+ id="rect8993"
+ width="580"
+ height="303"
+ x="1021"
+ y="-529"
+ style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;fill:#ffffff;stroke:none;font-family:Menlo;-inkscape-font-specification:Menlo Bold" /></flowRegion><flowPara
+ id="flowPara8995">101010101010100011</flowPara><flowPara
+ id="flowPara8997">100010101010011010</flowPara><flowPara
+ id="flowPara8999">101010101001010110</flowPara><flowPara
+ id="flowPara9001">010111010000011010</flowPara><flowPara
+ id="flowPara9003">000101010000110001</flowPara><flowPara
+ id="flowPara9005">101010110010101101</flowPara><flowPara
+ id="flowPara9007">101010111010101011</flowPara></flowRoot> </clipPath>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient9009"
+ id="linearGradient9015"
+ x1="1184"
+ y1="-405.00003"
+ x2="1184"
+ y2="-533.03516"
+ gradientUnits="userSpaceOnUse" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient9009"
+ id="linearGradient9019"
+ gradientUnits="userSpaceOnUse"
+ x1="1184"
+ y1="-405.00003"
+ x2="1184"
+ y2="-533.03516" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient9009"
+ id="linearGradient9021"
+ gradientUnits="userSpaceOnUse"
+ x1="1184"
+ y1="-405.00003"
+ x2="1184"
+ y2="-533.03516" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient9009"
+ id="linearGradient9023"
+ gradientUnits="userSpaceOnUse"
+ x1="1184"
+ y1="-405.00003"
+ x2="1184"
+ y2="-533.03516" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient9009"
+ id="linearGradient9025"
+ gradientUnits="userSpaceOnUse"
+ x1="1184"
+ y1="-405.00003"
+ x2="1184"
+ y2="-533.03516" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient9009"
+ id="linearGradient9027"
+ gradientUnits="userSpaceOnUse"
+ x1="1184"
+ y1="-405.00003"
+ x2="1184"
+ y2="-533.03516" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient9009"
+ id="linearGradient9029"
+ gradientUnits="userSpaceOnUse"
+ x1="1184"
+ y1="-405.00003"
+ x2="1184"
+ y2="-533.03516" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient9009"
+ id="linearGradient9031"
+ gradientUnits="userSpaceOnUse"
+ x1="1184"
+ y1="-405.00003"
+ x2="1184"
+ y2="-533.03516" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient9009"
+ id="linearGradient9033"
+ gradientUnits="userSpaceOnUse"
+ x1="1184"
+ y1="-405.00003"
+ x2="1184"
+ y2="-533.03516" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient9009"
+ id="linearGradient9035"
+ gradientUnits="userSpaceOnUse"
+ x1="1184"
+ y1="-405.00003"
+ x2="1184"
+ y2="-533.03516" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient7872-10"
+ id="linearGradient7878-5"
+ x1="1097"
+ y1="942.36218"
+ x2="1097"
+ y2="802.62952"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="translate(30,0)" />
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient7872-10">
+ <stop
+ style="stop-color:#cbeea7;stop-opacity:1;"
+ offset="0"
+ id="stop7874-2" />
+ <stop
+ style="stop-color:#cee8c1;stop-opacity:1"
+ offset="1"
+ id="stop7876-5" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient7872-80"
+ id="linearGradient7878-1"
+ x1="1097"
+ y1="942.36218"
+ x2="1097"
+ y2="802.62952"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="translate(-870,-742.36218)" />
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient7872-80">
+ <stop
+ style="stop-color:#cbeea7;stop-opacity:1;"
+ offset="0"
+ id="stop7874-6" />
+ <stop
+ style="stop-color:#cee8c1;stop-opacity:1"
+ offset="1"
+ id="stop7876-6" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient7872-8-5"
+ id="linearGradient7878-9-6"
+ x1="1097"
+ y1="942.36218"
+ x2="1097"
+ y2="802.62952"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="translate(-870,-742.36218)" />
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient7872-8-5">
+ <stop
+ style="stop-color:#cbeea7;stop-opacity:1;"
+ offset="0"
+ id="stop7874-3-7" />
+ <stop
+ style="stop-color:#cee8c1;stop-opacity:1"
+ offset="1"
+ id="stop7876-8-7" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient7872-8-9"
+ id="linearGradient7878-9-9"
+ x1="1097"
+ y1="942.36218"
+ x2="1097"
+ y2="802.62952"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="translate(-870,-742.36218)" />
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient7872-8-9">
+ <stop
+ style="stop-color:#cbeea7;stop-opacity:1;"
+ offset="0"
+ id="stop7874-3-4" />
+ <stop
+ style="stop-color:#cee8c1;stop-opacity:1"
+ offset="1"
+ id="stop7876-8-3" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient7872-8-2"
+ id="linearGradient7878-9-8"
+ x1="1097"
+ y1="942.36218"
+ x2="1097"
+ y2="802.62952"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="translate(30,0)" />
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient7872-8-2">
+ <stop
+ style="stop-color:#cbeea7;stop-opacity:1;"
+ offset="0"
+ id="stop7874-3-3" />
+ <stop
+ style="stop-color:#cee8c1;stop-opacity:1"
+ offset="1"
+ id="stop7876-8-6" />
+ </linearGradient>
+ <linearGradient
+ y2="802.62952"
+ x2="1097"
+ y1="942.36218"
+ x1="1097"
+ gradientTransform="translate(-1205,-787.20593)"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient13058"
+ xlink:href="#linearGradient7872-8-2"
+ inkscape:collect="always" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient13198"
+ id="linearGradient13220"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1,0,0.26794919,1,-171.4763,0)"
+ x1="1075"
+ y1="942.61218"
+ x2="1075"
+ y2="897.61151" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient13240"
+ id="linearGradient13246"
+ x1="1023.75"
+ y1="883.11218"
+ x2="1023.75"
+ y2="905.88416"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="translate(80,0)" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient13250"
+ id="linearGradient13256"
+ x1="210"
+ y1="135"
+ x2="210"
+ y2="145"
+ gradientUnits="userSpaceOnUse" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient7872-3"
+ id="linearGradient7878-19"
+ x1="1097"
+ y1="942.36218"
+ x2="1097"
+ y2="802.62952"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="translate(-790,-742.36218)" />
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient7872-3">
+ <stop
+ style="stop-color:#cbeea7;stop-opacity:1;"
+ offset="0"
+ id="stop7874-9" />
+ <stop
+ style="stop-color:#cee8c1;stop-opacity:1"
+ offset="1"
+ id="stop7876-7" />
+ </linearGradient>
+ <linearGradient
+ y2="802.62952"
+ x2="1097"
+ y1="942.36218"
+ x1="1097"
+ gradientTransform="translate(-1030,-792.36218)"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient14202"
+ xlink:href="#linearGradient7872-3"
+ inkscape:collect="always" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient14223"
+ id="linearGradient14229"
+ x1="1104"
+ y1="908.36218"
+ x2="1104"
+ y2="944.48694"
+ gradientUnits="userSpaceOnUse" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient14233"
+ id="linearGradient14231"
+ x1="1104"
+ y1="908.36218"
+ x2="1104"
+ y2="944.48694"
+ gradientUnits="userSpaceOnUse" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient7767-8"
+ id="linearGradient7773-6"
+ x1="1225.6875"
+ y1="36.5"
+ x2="1225.6875"
+ y2="119"
+ gradientUnits="userSpaceOnUse" />
+ <linearGradient
+ id="linearGradient7767-8">
+ <stop
+ style="stop-color:#b2dbea;stop-opacity:1"
+ offset="0"
+ id="stop7769-3" />
+ <stop
+ style="stop-color:#7092ff;stop-opacity:1"
+ offset="1"
+ id="stop7771-2" />
+ </linearGradient>
+ <radialGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient14931"
+ id="radialGradient14929"
+ cx="1218.1995"
+ cy="124.60332"
+ fx="1218.1995"
+ fy="124.60332"
+ r="110"
+ gradientTransform="matrix(8.9292362e-8,-1.09375,1.0937499,1.4609618e-6,1099.715,1451.4055)"
+ gradientUnits="userSpaceOnUse" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient9009"
+ id="linearGradient15209"
+ gradientUnits="userSpaceOnUse"
+ x1="1184"
+ y1="-405.00003"
+ x2="1184"
+ y2="-533.03516" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient9009"
+ id="linearGradient15211"
+ gradientUnits="userSpaceOnUse"
+ x1="1184"
+ y1="-405.00003"
+ x2="1184"
+ y2="-533.03516" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient9009"
+ id="linearGradient15213"
+ gradientUnits="userSpaceOnUse"
+ x1="1184"
+ y1="-405.00003"
+ x2="1184"
+ y2="-533.03516" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient9009"
+ id="linearGradient15215"
+ gradientUnits="userSpaceOnUse"
+ x1="1184"
+ y1="-405.00003"
+ x2="1184"
+ y2="-533.03516" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient9009"
+ id="linearGradient15217"
+ gradientUnits="userSpaceOnUse"
+ x1="1184"
+ y1="-405.00003"
+ x2="1184"
+ y2="-533.03516" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient9009"
+ id="linearGradient15219"
+ gradientUnits="userSpaceOnUse"
+ x1="1184"
+ y1="-405.00003"
+ x2="1184"
+ y2="-533.03516" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient9009"
+ id="linearGradient15221"
+ gradientUnits="userSpaceOnUse"
+ x1="1184"
+ y1="-405.00003"
+ x2="1184"
+ y2="-533.03516" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient9009"
+ id="linearGradient15223"
+ gradientUnits="userSpaceOnUse"
+ x1="1184"
+ y1="-405.00003"
+ x2="1184"
+ y2="-533.03516" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient7775"
+ id="linearGradient15226"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="translate(30,0)"
+ x1="1224.2188"
+ y1="789.35889"
+ x2="1224.2188"
+ y2="942.36212" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient14223"
+ id="linearGradient15231"
+ gradientUnits="userSpaceOnUse"
+ x1="1104"
+ y1="908.36218"
+ x2="1104"
+ y2="944.48694" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient7872-10"
+ id="linearGradient15249"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="translate(30,0)"
+ x1="1097"
+ y1="942.36218"
+ x2="1097"
+ y2="802.62952" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient7872"
+ id="linearGradient15252"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="translate(30,0)"
+ x1="1097"
+ y1="942.36218"
+ x2="1097"
+ y2="802.62952" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient7872-3"
+ id="linearGradient15256"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="translate(30,0)"
+ x1="1097"
+ y1="942.36218"
+ x2="1097"
+ y2="802.62952" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient9009"
+ id="linearGradient15270"
+ gradientUnits="userSpaceOnUse"
+ x1="1184"
+ y1="-405.00003"
+ x2="1184"
+ y2="-533.03516" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient9009"
+ id="linearGradient15272"
+ gradientUnits="userSpaceOnUse"
+ x1="1184"
+ y1="-405.00003"
+ x2="1184"
+ y2="-533.03516" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient9009"
+ id="linearGradient15274"
+ gradientUnits="userSpaceOnUse"
+ x1="1184"
+ y1="-405.00003"
+ x2="1184"
+ y2="-533.03516" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient9009"
+ id="linearGradient15276"
+ gradientUnits="userSpaceOnUse"
+ x1="1184"
+ y1="-405.00003"
+ x2="1184"
+ y2="-533.03516" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient9009"
+ id="linearGradient15278"
+ gradientUnits="userSpaceOnUse"
+ x1="1184"
+ y1="-405.00003"
+ x2="1184"
+ y2="-533.03516" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient9009"
+ id="linearGradient15280"
+ gradientUnits="userSpaceOnUse"
+ x1="1184"
+ y1="-405.00003"
+ x2="1184"
+ y2="-533.03516" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient9009"
+ id="linearGradient15282"
+ gradientUnits="userSpaceOnUse"
+ x1="1184"
+ y1="-405.00003"
+ x2="1184"
+ y2="-533.03516" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient9009"
+ id="linearGradient15284"
+ gradientUnits="userSpaceOnUse"
+ x1="1184"
+ y1="-405.00003"
+ x2="1184"
+ y2="-533.03516" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient9009-6"
+ id="linearGradient15284-1"
+ gradientUnits="userSpaceOnUse"
+ x1="1184"
+ y1="-405.00003"
+ x2="1184"
+ y2="-533.03516" />
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient9009-6">
+ <stop
+ style="stop-color:#ffffff;stop-opacity:1;"
+ offset="0"
+ id="stop9011-6" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0;"
+ offset="1"
+ id="stop9013-1" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient9009-6"
+ id="linearGradient15270-8"
+ gradientUnits="userSpaceOnUse"
+ x1="1184"
+ y1="-405.00003"
+ x2="1184"
+ y2="-533.03516" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient9009-6"
+ id="linearGradient15272-3"
+ gradientUnits="userSpaceOnUse"
+ x1="1184"
+ y1="-405.00003"
+ x2="1184"
+ y2="-533.03516" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient9009-6"
+ id="linearGradient15274-2"
+ gradientUnits="userSpaceOnUse"
+ x1="1184"
+ y1="-405.00003"
+ x2="1184"
+ y2="-533.03516" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient9009-6"
+ id="linearGradient15276-3"
+ gradientUnits="userSpaceOnUse"
+ x1="1184"
+ y1="-405.00003"
+ x2="1184"
+ y2="-533.03516" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient9009-6"
+ id="linearGradient15278-3"
+ gradientUnits="userSpaceOnUse"
+ x1="1184"
+ y1="-405.00003"
+ x2="1184"
+ y2="-533.03516" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient9009-6"
+ id="linearGradient15280-7"
+ gradientUnits="userSpaceOnUse"
+ x1="1184"
+ y1="-405.00003"
+ x2="1184"
+ y2="-533.03516" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient9009-6"
+ id="linearGradient15282-7"
+ gradientUnits="userSpaceOnUse"
+ x1="1184"
+ y1="-405.00003"
+ x2="1184"
+ y2="-533.03516" />
+ <linearGradient
+ y2="-533.03516"
+ x2="1184"
+ y1="-405.00003"
+ x1="1184"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient15375"
+ xlink:href="#linearGradient9009-6"
+ inkscape:collect="always" />
+ <clipPath
+ clipPathUnits="userSpaceOnUse"
+ id="clipPath15492">
+ <path
+ id="path15494"
+ d="m 1071,-406.00002 c -4.5663,0 -8.4278,3.06835 -9.625,7.25 l -12.375,37.75 22,0 9.5625,-32 0,-0.0625 c 0.019,-0.0621 0.045,-0.12491 0.062,-0.1875 0.2508,-0.87601 0.375,-1.79341 0.375,-2.75 0,-5.52285 -4.4771,-10 -10,-10 z m 40,0 c -5.5228,0 -10,4.47715 -10,10 0,0.95659 0.1242,1.87399 0.375,2.75 l 0.062,0.1875 c 0.01,0.0188 -0.01,0.0437 0,0.0625 l 9.5625,32 20,0 -10.375,-37.75 c -1.1972,-4.18165 -5.0587,-7.25 -9.625,-7.25 z"
+ style="color:#000000;fill:url(#linearGradient15496);fill-opacity:1;stroke:none;stroke-width:20;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+ clip-path="none"
+ inkscape:connector-curvature="0" />
+ </clipPath>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient14233"
+ id="linearGradient15496"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="translate(-18.999997,-1303.3622)"
+ x1="1104"
+ y1="908.36218"
+ x2="1104"
+ y2="944.48694" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient13198-1"
+ id="linearGradient15240-1"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1,0,0.26794919,1,-171.4763,0)"
+ x1="1075"
+ y1="942.61218"
+ x2="1075"
+ y2="897.61151" />
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient13198-1">
+ <stop
+ style="stop-color:#000000;stop-opacity:1;"
+ offset="0"
+ id="stop13200-1" />
+ <stop
+ style="stop-color:#000000;stop-opacity:0;"
+ offset="1"
+ id="stop13202-6" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient11338"
+ id="linearGradient11385"
+ gradientUnits="userSpaceOnUse"
+ x1="1115"
+ y1="912.36218"
+ x2="1115"
+ y2="947.36218"
+ gradientTransform="matrix(1,0,0,0.74,0,245.01417)" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient9009-1"
+ id="linearGradient15284-0"
+ gradientUnits="userSpaceOnUse"
+ x1="1184"
+ y1="-405.00003"
+ x2="1184"
+ y2="-533.03516" />
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient9009-1">
+ <stop
+ style="stop-color:#ffffff;stop-opacity:1;"
+ offset="0"
+ id="stop9011-4" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0;"
+ offset="1"
+ id="stop9013-3" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient9009-1"
+ id="linearGradient15270-4"
+ gradientUnits="userSpaceOnUse"
+ x1="1184"
+ y1="-405.00003"
+ x2="1184"
+ y2="-533.03516" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient9009-1"
+ id="linearGradient15272-34"
+ gradientUnits="userSpaceOnUse"
+ x1="1184"
+ y1="-405.00003"
+ x2="1184"
+ y2="-533.03516" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient9009-1"
+ id="linearGradient15274-5"
+ gradientUnits="userSpaceOnUse"
+ x1="1184"
+ y1="-405.00003"
+ x2="1184"
+ y2="-533.03516" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient9009-1"
+ id="linearGradient15276-6"
+ gradientUnits="userSpaceOnUse"
+ x1="1184"
+ y1="-405.00003"
+ x2="1184"
+ y2="-533.03516" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient9009-1"
+ id="linearGradient15278-6"
+ gradientUnits="userSpaceOnUse"
+ x1="1184"
+ y1="-405.00003"
+ x2="1184"
+ y2="-533.03516" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient9009-1"
+ id="linearGradient15280-8"
+ gradientUnits="userSpaceOnUse"
+ x1="1184"
+ y1="-405.00003"
+ x2="1184"
+ y2="-533.03516" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient9009-1"
+ id="linearGradient15282-2"
+ gradientUnits="userSpaceOnUse"
+ x1="1184"
+ y1="-405.00003"
+ x2="1184"
+ y2="-533.03516" />
+ <linearGradient
+ y2="-533.03516"
+ x2="1184"
+ y1="-405.00003"
+ x1="1184"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient11524"
+ xlink:href="#linearGradient9009-1"
+ inkscape:collect="always" />
+ <clipPath
+ clipPathUnits="userSpaceOnUse"
+ id="clipPath11645">
+ <flowRoot
+ xml:space="preserve"
+ id="flowRoot11647"
+ style="font-size:30px;font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;text-indent:0;text-align:start;text-decoration:none;line-height:125%;letter-spacing:0px;word-spacing:0px;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;baseline-shift:baseline;opacity:0.25;color:#000000;fill:url(#linearGradient11685);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:4;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate;font-family:Menlo;-inkscape-font-specification:Menlo Bold"
+ transform="translate(-801,561.00002)"
+ clip-path="none"><flowRegion
+ id="flowRegion11649"
+ style="fill:url(#linearGradient11669);fill-opacity:1"><rect
+ id="rect11651"
+ width="580"
+ height="303"
+ x="1021"
+ y="-529"
+ style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;fill:url(#linearGradient11667);fill-opacity:1;stroke:none;font-family:Menlo;-inkscape-font-specification:Menlo Bold" /></flowRegion><flowPara
+ id="flowPara11653"
+ style="fill:url(#linearGradient11671);fill-opacity:1">101010101010100011</flowPara><flowPara
+ id="flowPara11655"
+ style="fill:url(#linearGradient11673);fill-opacity:1">100010101010011010</flowPara><flowPara
+ id="flowPara11657"
+ style="fill:url(#linearGradient11675);fill-opacity:1">101010101001010110</flowPara><flowPara
+ id="flowPara11659"
+ style="fill:url(#linearGradient11677);fill-opacity:1">010111010101011010</flowPara><flowPara
+ id="flowPara11661"
+ style="fill:url(#linearGradient11679);fill-opacity:1">000101010000110001</flowPara><flowPara
+ id="flowPara11663"
+ style="fill:url(#linearGradient11681);fill-opacity:1">101010110010101101</flowPara><flowPara
+ id="flowPara11665"
+ style="fill:url(#linearGradient11683);fill-opacity:1">101010111010101011</flowPara></flowRoot> </clipPath>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient9009-1"
+ id="linearGradient11667"
+ gradientUnits="userSpaceOnUse"
+ x1="1184"
+ y1="-405.00003"
+ x2="1184"
+ y2="-533.03516" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient9009-1"
+ id="linearGradient11669"
+ gradientUnits="userSpaceOnUse"
+ x1="1184"
+ y1="-405.00003"
+ x2="1184"
+ y2="-533.03516" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient9009-1"
+ id="linearGradient11671"
+ gradientUnits="userSpaceOnUse"
+ x1="1184"
+ y1="-405.00003"
+ x2="1184"
+ y2="-533.03516" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient9009-1"
+ id="linearGradient11673"
+ gradientUnits="userSpaceOnUse"
+ x1="1184"
+ y1="-405.00003"
+ x2="1184"
+ y2="-533.03516" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient9009-1"
+ id="linearGradient11675"
+ gradientUnits="userSpaceOnUse"
+ x1="1184"
+ y1="-405.00003"
+ x2="1184"
+ y2="-533.03516" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient9009-1"
+ id="linearGradient11677"
+ gradientUnits="userSpaceOnUse"
+ x1="1184"
+ y1="-405.00003"
+ x2="1184"
+ y2="-533.03516" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient9009-1"
+ id="linearGradient11679"
+ gradientUnits="userSpaceOnUse"
+ x1="1184"
+ y1="-405.00003"
+ x2="1184"
+ y2="-533.03516" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient9009-1"
+ id="linearGradient11681"
+ gradientUnits="userSpaceOnUse"
+ x1="1184"
+ y1="-405.00003"
+ x2="1184"
+ y2="-533.03516" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient9009-1"
+ id="linearGradient11683"
+ gradientUnits="userSpaceOnUse"
+ x1="1184"
+ y1="-405.00003"
+ x2="1184"
+ y2="-533.03516" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient9009-1"
+ id="linearGradient11685"
+ gradientUnits="userSpaceOnUse"
+ x1="1184"
+ y1="-405.00003"
+ x2="1184"
+ y2="-533.03516" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient14233-1"
+ id="linearGradient15234"
+ gradientUnits="userSpaceOnUse"
+ x1="1104"
+ y1="908.36218"
+ x2="1104"
+ y2="944.48694"
+ gradientTransform="translate(-820,-742.36218)" />
+ <linearGradient
+ id="linearGradient14233-1"
+ inkscape:collect="always">
+ <stop
+ id="stop14235-3"
+ offset="0"
+ style="stop-color:#a2c9ed;stop-opacity:1;" />
+ <stop
+ id="stop14237-4"
+ offset="1"
+ style="stop-color:#7a9dfc;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ y2="200"
+ x2="429.99951"
+ y1="163.87524"
+ x1="429.99951"
+ gradientTransform="translate(-69.9995,0)"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient11903-7"
+ xlink:href="#linearGradient14233-1-1"
+ inkscape:collect="always" />
+ <linearGradient
+ id="linearGradient14233-1-1"
+ inkscape:collect="always">
+ <stop
+ id="stop14235-3-7"
+ offset="0"
+ style="stop-color:#a2c9ed;stop-opacity:1;" />
+ <stop
+ id="stop14237-4-3"
+ offset="1"
+ style="stop-color:#7a9dfc;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ y2="944.48694"
+ x2="1104"
+ y1="908.36218"
+ x1="1104"
+ gradientTransform="translate(-1068,-897.36218)"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient11955"
+ xlink:href="#linearGradient14233-1-1"
+ inkscape:collect="always" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient12001"
+ id="linearGradient12007"
+ x1="1170"
+ y1="936.11218"
+ x2="1158.2526"
+ y2="892.27014"
+ gradientUnits="userSpaceOnUse" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient12001-4"
+ id="linearGradient12007-4"
+ x1="315"
+ y1="200"
+ x2="303.25256"
+ y2="156.15796"
+ gradientUnits="userSpaceOnUse" />
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient12001-4">
+ <stop
+ style="stop-color:#222222;stop-opacity:1;"
+ offset="0"
+ id="stop12003-3" />
+ <stop
+ style="stop-color:#222222;stop-opacity:0;"
+ offset="1"
+ id="stop12005-1" />
+ </linearGradient>
+ <linearGradient
+ gradientTransform="translate(-1115,-892.36218)"
+ y2="892.27014"
+ x2="1158.2526"
+ y1="936.11218"
+ x1="1170"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient12057"
+ xlink:href="#linearGradient12001-4"
+ inkscape:collect="always" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient12079"
+ id="linearGradient12076"
+ gradientUnits="userSpaceOnUse"
+ x1="315"
+ y1="200"
+ x2="303.25256"
+ y2="156.15796" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient12085"
+ id="linearGradient12091"
+ gradientUnits="userSpaceOnUse"
+ x1="315"
+ y1="200"
+ x2="299.06372"
+ y2="140.52496" />
+ </defs>
+ <sodipodi:namedview
+ id="base"
+ pagecolor="#ffffff"
+ bordercolor="#666666"
+ borderopacity="1.0"
+ inkscape:pageopacity="0.0"
+ inkscape:pageshadow="2"
+ inkscape:zoom="1"
+ inkscape:cx="390.88798"
+ inkscape:cy="21.690494"
+ inkscape:document-units="px"
+ inkscape:current-layer="layer1"
+ showgrid="false"
+ inkscape:window-width="1280"
+ inkscape:window-height="756"
+ inkscape:window-x="88"
+ inkscape:window-y="0"
+ inkscape:window-maximized="0"
+ borderlayer="false"
+ inkscape:showpageshadow="false"
+ inkscape:snap-bbox="true"
+ showguides="true"
+ inkscape:guide-bbox="true"
+ inkscape:object-paths="false"
+ inkscape:object-nodes="false"
+ inkscape:snap-nodes="true"
+ fit-margin-top="0"
+ fit-margin-left="0"
+ fit-margin-right="0"
+ fit-margin-bottom="0">
+ <inkscape:grid
+ type="xygrid"
+ id="grid4228"
+ empspacing="5"
+ visible="true"
+ enabled="true"
+ snapvisiblegridlinesonly="true" />
+ <sodipodi:guide
+ orientation="0,1"
+ position="523,479"
+ id="guide6331" />
+ </sodipodi:namedview>
+ <metadata
+ id="metadata4141">
+ <rdf:RDF>
+ <cc:Work
+ rdf:about="">
+ <dc:format>image/svg+xml</dc:format>
+ <dc:type
+ rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+ <dc:title></dc:title>
+ </cc:Work>
+ </rdf:RDF>
+ </metadata>
+ <g
+ inkscape:label="Layer 1"
+ inkscape:groupmode="layer"
+ id="layer1"
+ transform="translate(-820,-742.36218)">
+ <g
+ id="g8240"
+ transform="translate(-49,2)"
+ style="fill:#7693dc;fill-opacity:1" />
+ <rect
+ style="opacity:0.15;color:#000000;fill:none;stroke:none;stroke-width:4;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+ id="rect9589"
+ width="230"
+ height="60"
+ x="-1050"
+ y="-962.36218"
+ transform="scale(-1,-1)" />
+ <g
+ id="g13213"
+ transform="translate(10,0)" />
+ <path
+ sodipodi:type="arc"
+ style="color:#000000;fill:url(#linearGradient7773);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:4;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+ id="path7176"
+ sodipodi:cx="1236"
+ sodipodi:cy="119"
+ sodipodi:rx="110"
+ sodipodi:ry="110"
+ d="M 1126,118.99999 C 1126,58.248672 1175.2487,8.9999972 1236,9 c 60.7513,2.8e-6 110,49.248679 110,110"
+ transform="matrix(1.4545455,0,0,1.4545455,-592.81822,769.27127)"
+ sodipodi:start="3.1415927"
+ sodipodi:end="6.2831853"
+ sodipodi:open="true" />
+ <flowRoot
+ xml:space="preserve"
+ id="flowRoot8523"
+ style="font-size:30px;font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;text-indent:0;text-align:start;text-decoration:none;line-height:125%;letter-spacing:0px;word-spacing:0px;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;baseline-shift:baseline;opacity:0.25;color:#000000;fill:url(#linearGradient15284);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:4;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate;font-family:Menlo;-inkscape-font-specification:Menlo Bold"
+ transform="translate(19,1303.3622)"
+ clip-path="url(#clipPath8573)"><flowRegion
+ id="flowRegion8525"
+ style="fill:url(#linearGradient9021);fill-opacity:1"><rect
+ id="rect8527"
+ width="580"
+ height="303"
+ x="1021"
+ y="-529"
+ style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;fill:url(#linearGradient9019);fill-opacity:1;stroke:none;font-family:Menlo;-inkscape-font-specification:Menlo Bold" /></flowRegion><flowPara
+ id="flowPara8529"
+ style="fill:url(#linearGradient15270);fill-opacity:1">101010101010100011</flowPara><flowPara
+ id="flowPara8531"
+ style="fill:url(#linearGradient15272);fill-opacity:1">100010101010011010</flowPara><flowPara
+ id="flowPara8533"
+ style="fill:url(#linearGradient15274);fill-opacity:1">101010101001010110</flowPara><flowPara
+ id="flowPara8535"
+ style="fill:url(#linearGradient15276);fill-opacity:1">010111010101011010</flowPara><flowPara
+ id="flowPara8537"
+ style="fill:url(#linearGradient15278);fill-opacity:1">000101010000110001</flowPara><flowPara
+ id="flowPara8617"
+ style="fill:url(#linearGradient15280);fill-opacity:1">101010110010101101</flowPara><flowPara
+ id="flowPara8619"
+ style="fill:url(#linearGradient15282);fill-opacity:1">101010111010101011</flowPara></flowRoot> <path
+ transform="matrix(1.2,0,0,1.2,-425,849.36218)"
+ d="m 1305,17.5 a 2.5,2.5 0 1 1 -5,0 2.5,2.5 0 1 1 5,0 z"
+ sodipodi:ry="2.5"
+ sodipodi:rx="2.5"
+ sodipodi:cy="17.5"
+ sodipodi:cx="1302.5"
+ id="path11322"
+ style="opacity:0.5;color:#000000;fill:#222222;fill-opacity:1;stroke:none;stroke-width:8;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+ sodipodi:type="arc" />
+ <path
+ style="opacity:0.25;color:#000000;fill:#222222;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:4;marker:none;visibility:visible;display:inline;overflow:visible;filter:url(#filter7759);enable-background:accumulate"
+ d="m 1174,-70 c -6.4317,0.0395 -12.7696,0.4728 -19,1.25 l 0,8.75 5,5 10,0 z m 40.25,4.84375 -0.031,0.15625 7.7812,9 5,0 3,-4 0,-0.28125 c -1.2872,-0.4713 -2.5726,-0.93607 -3.875,-1.375 -0.041,-0.0138 -0.084,-0.01755 -0.125,-0.03125 -1.2576,-0.42471 -2.5104,-0.82436 -3.7812,-1.21875 -1.1271,-0.34978 -2.2683,-0.70623 -3.4063,-1.03125 -0.1871,-0.0531 -0.3752,-0.10379 -0.5625,-0.15625 -1.079,-0.30374 -2.1607,-0.59432 -3.25,-0.875 -0.2478,-0.0638 -0.5017,-0.1249 -0.75,-0.1875 z m -95,5.15625 c -39.4401,14.6674 -71.5429,44.43079 -89.25,82.28125 L 1030,35 l 15,15 0,10 5,0 5,5 0,5 -5,5 0,15 105,0 -10,-10 -20,0 -5,-5 0,-5 -40,-25 -10,0 -10,10 -10,0 0,-15 -5,-5 5,-5 0,-5 -5,0 -10,0 10,-20 15,-5 0,15 5,0 5,-5 0,-10 25,-30 5,0 40,-15 0,-10 -5,-5 z m 91.75,5 6,8 7,0 -8,-8 z m 33.5,0.84375 -2.375,4.15625 -12.125,0 -5.7812,10 5.7812,10 -10,0.3125 -4.4375,4.6875 0,5 8.6563,5 10.7812,0 8.6562,-15 6.3438,0 10,8 1.3438,5 3.6562,0 0,-8 5,3 5,2 5,0 6,-6 -9,-10 -2.125,1 c -0.029,-0.0234 -0.064,-0.0392 -0.094,-0.0625 -0.3359,-0.26835 -0.6619,-0.54681 -1,-0.8125 -0.8033,-0.63134 -1.6219,-1.25882 -2.4374,-1.875 -0.2074,-0.1566 -0.417,-0.31314 -0.625,-0.46875 -0.9966,-0.74524 -1.9858,-1.46514 -3,-2.1875 -0.031,-0.0218 -0.063,-0.0408 -0.094,-0.0625 -0.1103,-0.0784 -0.2332,-0.14058 -0.3438,-0.21875 -0.9382,-0.66399 -1.8596,-1.35587 -2.8124,-2 -0.1442,-0.0974 -0.2931,-0.18434 -0.4376,-0.28125 -0.9169,-0.61558 -1.8508,-1.21555 -2.7812,-1.8125 -0.3292,-0.21107 -0.6691,-0.41628 -1,-0.625 -1.2672,-0.79993 -2.5216,-1.57877 -3.8125,-2.34375 -1.0622,-0.62947 -2.1409,-1.23835 -3.2187,-1.84375 -0.538,-0.302 -1.0834,-0.6103 -1.625,-0.90625 -0.1142,-0.0623 -0.2296,-0.12545 -0.3438,-0.1875 -0.9035,-0.49081 -1.8049,-0.9637 -2.7188,-1.4375 -1.3366,-0.69309 -2.6725,-1.3751 -4.0312,-2.03125 z M 1283,-30 l -3,10 5,5 10,0 0,10 -15,0 0,5 -10,0 -10,-10 -20,0 -5,0 -10,0 -5,5 0,10 -5,0 -10,20 0,5 5,5 0,15 20,20 20,0 5,-5 10,0 10,10 0,10 3.3438,5 56.6562,0 c 0,-44.18275 -17.9207,-84.17069 -46.875,-113.125 -0.6292,-0.62919 -1.2668,-1.25631 -1.9062,-1.875 z m -78,-20 3,5 5,0 -3,-5 z"
+ transform="translate(30,852.36218)"
+ id="path7591"
+ clip-path="url(#clipPath7691)"
+ inkscape:connector-curvature="0"
+ sodipodi:nodetypes="cccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccscccccccccccccccccccccccccccccccccsccccccc" />
+ <path
+ inkscape:connector-curvature="0"
+ style="color:#000000;fill:url(#linearGradient15256);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:4;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+ d="m 1244.25,787.20593 -0.031,0.15625 7.7812,9 5,0 3,-4 0,-0.28125 c -1.2873,-0.4713 -2.5726,-0.93607 -3.875,-1.375 -0.041,-0.0138 -0.084,-0.0175 -0.125,-0.0312 -1.2576,-0.42471 -2.5104,-0.82436 -3.7812,-1.21875 -1.1271,-0.34978 -2.2683,-0.70623 -3.4063,-1.03125 -0.1871,-0.0531 -0.3752,-0.10379 -0.5625,-0.15625 -1.079,-0.30374 -2.1607,-0.59432 -3.25,-0.875 -0.2478,-0.0638 -0.5018,-0.1249 -0.75,-0.1875 z m -3.25,10.15625 6,8 7,0 -8,-8 -5,0 z m 33.5,0.875 -2.375,4.125 -9.5937,0 -2.5313,0 -5.7812,10 5.7812,10 -10,0.3125 -4.4375,4.6875 0,5 8.6563,5 7.3437,0 3.4375,0 8.6563,-15 6.3437,0 10,8 1.3438,5 3.6562,0 0,-8 5,3 5,2 5,0 5,5 10,0 0,10 -15,0 0,5 -10,0 -10,-10 -20,0 -5,0 -4.375,0 -5.625,0 -5,5 0,10 -5,0 -10,20 0,5 5,5 0,10.9375 0,4.0625 20,20 20,0 5,-5 10,0 10,10 0,10 3.3438,5 51.6562,0 5,0 c 0,-51.43766 -24.2837,-97.1986 -62,-126.46875 -0.1548,-0.11296 -0.3219,-0.23072 -0.4687,-0.34375 -0.018,-0.014 -0.045,-0.0172 -0.062,-0.0312 -0.7174,-0.55233 -1.4292,-1.11612 -2.1563,-1.65625 -0.053,-0.0397 -0.1025,-0.0854 -0.1562,-0.125 -0.06,-0.0444 -0.1301,-0.0771 -0.1875,-0.125 -0.023,-0.0187 -0.043,-0.0403 -0.062,-0.0625 -0.023,-0.0174 -0.04,-0.0451 -0.062,-0.0625 -0.7324,-0.5397 -1.4775,-1.07211 -2.2188,-1.59375 -0.019,-0.0133 -0.044,-0.0179 -0.062,-0.0312 -0.7603,-0.5345 -1.5106,-1.06633 -2.2812,-1.59375 -0.8253,-0.56504 -1.6633,-1.10637 -2.5,-1.65625 -1.673,-1.09976 -3.3778,-2.18082 -5.0938,-3.21875 -0.858,-0.51897 -1.7254,-1.02804 -2.5937,-1.53125 -0.8686,-0.50321 -1.7441,-1.0092 -2.625,-1.5 -0.8811,-0.49079 -1.7676,-0.96639 -2.6563,-1.4375 -0.8887,-0.47111 -1.7575,-0.92024 -2.6562,-1.375 -0.8777,-0.44428 -1.7693,-0.884 -2.6563,-1.3125 z m -39.5,4.125 3,5 5,0 -3,-5 -5,0 z"
+ id="path7176-41" />
+ <path
+ inkscape:connector-curvature="0"
+ style="opacity:0.15;color:#000000;fill:#9ed184;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:4;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+ d="m 1285,897.36218 -15,15 -20,0 10,10 20,0 5,-5 10,0 10,10 0,10 5,0 10,-10 15.9688,0 0,-15 -25.9688,-15 -25,0 z"
+ id="path7176-3-8" />
+ <path
+ inkscape:connector-curvature="0"
+ style="color:#000000;fill:url(#linearGradient15252);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:4;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+ d="m 1149.25,792.36218 c -39.4401,14.6674 -71.5429,44.43079 -89.25,82.28125 l 0,12.71875 15,15 0,10 5,0 5,5 0,5 -5,5 0,15.00002 105,0 -10,-10.00002 -20,0 -5,-5 0,-5 -40,-25 -10,0 -10,10 -10,0 0,-15 -5,-5 5,-5 0,-5 -5,0 -10,0 10,-20 15,-5 0,15 5,0 5,-5 0,-10 25,-30 5,0 40,-15 0,-10 -5,-5 z"
+ id="path7176-4"
+ sodipodi:nodetypes="ccccccccccccccccccccccccccccccccccccc" />
+ <path
+ style="color:#000000;fill:url(#linearGradient12007);fill-opacity:1;stroke:none;stroke-width:9.60000038000000089;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate;opacity:0.25000000000000000;fill-rule:nonzero"
+ d="m 1157,892.36218 c -6.1485,0 -11.3033,4.26474 -12.6562,10 l -29.3438,0 0,10 1.9063,0 8.0937,30.00002 55,0 -10,-37.00002 c -1.8732,-6.93102 -5.8203,-13 -13,-13 z"
+ id="path11973"
+ inkscape:connector-curvature="0"
+ sodipodi:nodetypes="sccccccss" />
+ <path
+ inkscape:connector-curvature="0"
+ style="color:#000000;fill:url(#linearGradient15249);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:4;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+ d="m 1204,782.36218 c -6.4317,0.0395 -12.7696,0.4728 -19,1.25 l 0,8.75 5,5 10,0 4,-15 z"
+ id="path7176-9" />
+ <path
+ inkscape:connector-curvature="0"
+ style="opacity:0.15;color:#000000;fill:#9ed184;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:4;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+ d="m 1149.25,792.36218 c -5.8774,2.18576 -11.5968,4.72945 -17.125,7.5625 l 12.875,7.4375 0,9.375 25,-9.375 0,-10 -5,-5 -15.75,0 z"
+ id="path7176-4-7" />
+ <path
+ inkscape:connector-curvature="0"
+ style="opacity:0.15;color:#000000;fill:#9ed184;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:4;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+ d="m 1115,810.08093 c -13.1826,8.9817 -24.9493,19.86488 -34.9063,32.28125 l 14.9063,0 20,-20 0,-12.28125 z"
+ id="path7176-4-76" />
+ <path
+ inkscape:connector-curvature="0"
+ style="opacity:0.25;color:#000000;fill:url(#linearGradient15226);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:4;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+ d="m 1260.4688,792.26843 c 13.3096,49.6722 -0.4537,112.82556 -27.6876,150.09372 l 132.2188,0 c 0,-68.85715 -43.5157,-127.53233 -104.5312,-150.09372 z"
+ id="path7176-2"
+ sodipodi:nodetypes="cccc" />
+ <path
+ sodipodi:open="true"
+ sodipodi:end="6.2831853"
+ sodipodi:start="3.1415927"
+ transform="matrix(1.5000002,0,0,1.5,-649.00018,763.86218)"
+ d="M 1126,118.99999 C 1126,58.248672 1175.2487,8.9999972 1236,9 c 60.7513,2.8e-6 110,49.248679 110,110"
+ sodipodi:ry="110"
+ sodipodi:rx="110"
+ sodipodi:cy="119"
+ sodipodi:cx="1236"
+ id="path7176-1"
+ style="color:#000000;fill:url(#radialGradient14929);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:4;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+ sodipodi:type="arc" />
+ <path
+ sodipodi:type="arc"
+ style="opacity:0.5;color:#000000;fill:#222222;fill-opacity:1;stroke:none;stroke-width:8;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+ id="path8131"
+ sodipodi:cx="1302.5"
+ sodipodi:cy="17.5"
+ sodipodi:rx="2.5"
+ sodipodi:ry="2.5"
+ d="m 1305,17.5 a 2.5,2.5 0 1 1 -5,0 2.5,2.5 0 1 1 5,0 z"
+ transform="matrix(1.2,0,0,1.2,-399,849.36218)" />
+ <path
+ style="opacity:0.15;color:#000000;fill:#9ed184;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:4;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+ d="m 1100,927.36218 5,0 15,5 0,10 -30,0 z"
+ id="path9199"
+ inkscape:connector-curvature="0"
+ sodipodi:nodetypes="cccccc" />
+ <path
+ inkscape:connector-curvature="0"
+ style="opacity:0.15;color:#000000;fill:#9ed184;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:4;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+ d="m 1130,909.86218 0,7.5 10,5 0,10 -10,10 55,0 -10,-10 -20,0 -5,-5 0,-5 -20,-12.5 z"
+ id="path7176-4-2" />
+ <path
+ style="opacity:0.5;color:#000000;fill:none;stroke:#222222;stroke-width:4;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+ d="m 1142,883.36218 c 0,0 3,1 8,1 5,0 8,-1 8,-1"
+ id="path8488-2"
+ inkscape:connector-curvature="0"
+ sodipodi:nodetypes="csc" />
+ <rect
+ style="color:#000000;fill:#ffffff;fill-opacity:0.47058824;fill-rule:nonzero;stroke:#ffffff;stroke-width:2;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+ id="rect10762"
+ width="18"
+ height="9"
+ x="1155"
+ y="864.36218"
+ rx="2"
+ ry="2" />
+ <rect
+ y="864.36218"
+ x="1126"
+ height="9"
+ width="18"
+ id="rect11289"
+ style="color:#000000;fill:#ffffff;fill-opacity:0.47058824;fill-rule:nonzero;stroke:#ffffff;stroke-width:2;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+ rx="2"
+ ry="2" />
+ <rect
+ 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"
+ id="rect11291"
+ width="11"
+ height="2"
+ x="1144"
+ y="866.36218" />
+ <path
+ style="color:#000000;fill:none;stroke:#ffffff;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+ d="m 1174,867.36218 c 0,0 7.6667,0 9,0 2,0 2,2 2,2"
+ id="path11293"
+ inkscape:connector-curvature="0"
+ sodipodi:nodetypes="csc" />
+ <path
+ style="color:#000000;fill:url(#linearGradient11385);fill-opacity:1;stroke:none;stroke-width:2;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+ d="m 1095,905.36218 55,0 10,37 -55,0 z"
+ id="rect11324"
+ inkscape:connector-curvature="0"
+ sodipodi:nodetypes="ccccc" />
+ <rect
+ 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"
+ id="rect11389"
+ width="42"
+ height="13.000003"
+ x="1095"
+ y="892.36218" />
+ <path
+ style="color:#000000;fill:url(#linearGradient12091);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:9.60000038;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+ d="m 317,150 c -6.14848,0 -11.98544,4.14562 -12.65625,10 L 304,163 l -29,0 0,2 0,5 1.4375,0 8.5625,30 9.375,0 -8.03125,-30 38.65625,0 0,-7 5,0 c 0,-7.1797 -5.8203,-13 -13,-13 z"
+ transform="translate(820,742.36218)"
+ id="path11396"
+ inkscape:connector-curvature="0"
+ sodipodi:nodetypes="sscccccccccccs" />
+ <path
+ style="color:#000000;fill:url(#linearGradient11903-7);fill-opacity:1;stroke:none;stroke-width:20;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate;fill-rule:nonzero"
+ d="M 273 155 C 268.4337 155 264.5722 158.06835 263.375 162.25 L 251 200 L 273 200 L 282.5625 168 L 282.5625 167.9375 C 282.5815 167.8754 282.608 167.81259 282.625 167.75 C 282.8758 166.87399 283 165.95659 283 165 C 283 159.47715 278.5229 155 273 155 z M 326 155 C 320.4771 155 316 159.47715 316 165 C 316 165.95659 316.1242 166.87399 316.375 167.75 C 316.392 167.81259 316.4185 167.8754 316.4375 167.9375 L 316.4375 168 L 326 200 L 348 200 L 335.625 162.25 C 334.4278 158.06835 330.5663 155 326 155 z "
+ transform="translate(820,742.36218)"
+ id="path10760" />
+ <path
+ transform="matrix(1.7333333,0,0,-1.7333333,538.00001,1178.3622)"
+ d="m 330,157.5 a 7.5,7.5 0 1 1 -15,0 l 7.5,0 z"
+ sodipodi:ry="7.5"
+ sodipodi:rx="7.5"
+ sodipodi:cy="157.5"
+ sodipodi:cx="322.5"
+ id="path11387"
+ 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"
+ sodipodi:type="arc"
+ sodipodi:start="0"
+ sodipodi:end="3.1415927" />
+ <path
+ style="color:#000000;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:20;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate;opacity:0.25"
+ d="M 273 155 C 268.4337 155 264.5722 158.06835 263.375 162.25 L 251 200 L 273 200 L 282.5625 168 L 282.5625 167.9375 C 282.5815 167.8754 282.608 167.81259 282.625 167.75 C 282.8758 166.87399 283 165.95659 283 165 C 283 159.47715 278.5229 155 273 155 z M 326 155 C 320.4771 155 316 159.47715 316 165 C 316 165.95659 316.1242 166.87399 316.375 167.75 C 316.392 167.81259 316.4185 167.8754 316.4375 167.9375 L 316.4375 168 L 326 200 L 348 200 L 335.625 162.25 C 334.4278 158.06835 330.5663 155 326 155 z "
+ transform="translate(820,742.36218)"
+ id="path11526"
+ clip-path="url(#clipPath11645)" />
+ </g>
+ <g
+ inkscape:groupmode="layer"
+ id="layer2"
+ inkscape:label="blahh"
+ style="display:none"
+ sodipodi:insensitive="true"
+ transform="translate(-820,110)">
+ <image
+ y="-104.56463"
+ x="967.5"
+ id="image7297"
+ xlink:href="file:///Users/saman/Desktop/Screen%20Shot%202013-07-30%20at%204.21.02%20PM.png"
+ height="361.12924"
+ width="381"
+ style="opacity:0.25" />
+ </g>
+</svg>
sotmeu_2024:
id: sotmeu_2024
alt: State of the Map Europe 2024
- link: https://stateofthemap.eu/
+ link: https://openstreetmap.org.pl/2024/sotm-eu-2024-community-tickets-70/
img: banners/StateoftheMapEurope_2024.png
enddate: 2024-jul-18
sotmasia_2023:
oauth1_settings: OAuth 1 instellings
oauth2_applications: OAuth 2 programme
auth_providers:
- openid_logo_alt: Meld aan met 'n OpenID
openid:
title: Meld aan met OpenID
alt: Meld aan met 'n OpenID-URL
wikipedia:
title: Meld aan met Wikipedia
alt: Meld aan met ’n Wikipedia-rekening
- wordpress:
- title: Meld aan met Wordpress
- alt: Meld aan met ’n Wordpress-OpenID
- aol:
- title: Meld aan met AOL
- alt: Meld aan met ’n AOL-OpenID
oauth:
authorize:
allow_to: 'Sta die kliëntprogram toe om:'
settings_menu:
account_settings: إعدادات الحساب
auth_providers:
- openid_logo_alt: تسجيل الدخول بOpenID
openid:
title: تسجيل الدخول بOpenID
alt: تسجيل الدخول باستخدام مسار OpenID
wikipedia:
title: تسجيل الدخول عبر ويكيبيديا
alt: سجل الدخول باستخدام حساب ويكيبيديا
- wordpress:
- title: تسجيل الدخول بووردبريس
- alt: تسجيل الدخول بـWordpress OpenID
- aol:
- title: تسجيل الدخول بإيه أو إل
- alt: تسجيل الدخول بـAOL OpenID
oauth:
authorize:
title: السماح بالوصول إلى حسابك
coneuta pela interfaz web pa ver los Términos de Collaboración. Nun fai falta
aceutalos, pero debes conocelos.
auth_providers:
- openid_logo_alt: Coneutar con una OpenID
openid:
title: Aniciar sesión con OpenID
alt: Aniciar sesión con una URL d'OpenID
wikipedia:
title: Aniciar sesión con Wikipedia
alt: Aniciar sesión con una cuenta de Wikipedia
- wordpress:
- title: Aniciar sesión con Wordpress
- alt: Aniciar sesión con una OpenID de Wordpress
- aol:
- title: Aniciar sesión con AOL
- alt: Aniciar sesión con una OpenID de AOL
oauth:
authorize:
title: Autorizar l'accesu a la to cuenta
prompt: Fayl seçin
submit:
diary_comment:
- create: Qeyd et
+ create: Göndər
diary_entry:
create: Yayımla
update: Yenilə
details: Çətinlik haqqında daha ətraflı danışın (vacib)
user:
email: E-poçt
- new_email: 'Yeni E-Poçt Ünvanı:'
+ new_email: Yeni E-Poçt Ünvanı
active: Aktivdir
display_name: 'Gorüntülənən ad:'
- description: İzah
- home_lat: 'En dairəsi:'
- home_lon: 'Uzunluq dairəsi:'
- languages: Dillər
+ description: Profil Açıqlaması
+ home_lat: En dairəsi
+ home_lon: Uzunluq dairəsi
+ languages: Üstünlük Verilən Dillər
pass_crypt: Parol
pass_crypt_confirmation: Parolu təsdiqlə
help:
tagstring: Vergül ilə ayrılmış
datetime:
distance_in_words_ago:
+ about_x_hours:
+ one: təxminən %{count} saat əvvəl
+ other: təxminən %{count} saat əvvəl
half_a_minute: yarım dəqiqə əvvəl
editor:
default: Susmaya görə (hal-hazırda %{name})
description: iD (brauzerdaxili redaktə)
remote:
name: Uzaqdan idarəetmə
- description: Uzaqdan idarəetmə (JOSM və ya Merkaartor)
+ description: Uzaqdan idarəetmə (JOSM, Potlatch, Merkaartor)
auth:
providers:
none: Heç biri
full: Tam qeydlər
accounts:
edit:
- current email address: 'Hazırki E-Poçt Ünvanı:'
+ current email address: Hazırki E-Poçt Ünvanı
openid:
link text: bu nədir?
public editing:
entry_html: Əlaqəsi %{relation_name}
entry_role_html: Əlaqəsi %{relation_name} (%{relation_role} kimi)
not_found:
- sorry: Təəsüf ki, %{id} identifikatorlu %{type} tapılmadı.
+ sorry: Təəsüf ki, %{id} %{type} tapılmadı.
type:
node: nöqtə
way: xətt
load_data: Məlumatları yüklənməsi
loading: Yüklənir…
tag_details:
- tags: 'Teqlər:'
+ tags: Teqlər
wiki_link:
key: '%{key} teqini təsvir edən viki səhifəsi'
tag: '%{key}=%{value} teqini təsvir edən viki səhifəsi'
view_changeset_details: Dəyişikliklər dəstinin ətraflı görüntüsü
changesets:
id: ID
- saved_at: Başa çatdı
+ saved_at: Saxlanıldı
user: İstifadəçi
comment: Şərh
area: Ərazi
paging_nav:
nodes: (%{count}) nöqtə
timeout:
- sorry: Bağışlayın, tələb etdiyiniz dəyişikliklər dəstinin siyahısı, çıxarıla
- bilmək üçün cox böyükdür.
+ sorry: Üzr istəyirik, sorğu etdiyiniz dəyişikliklərin siyahısını əldə etmək
+ çox uzun çəkdi.
dashboards:
contact:
- latest_edit_html: 'Son redaktə %{ago}:'
+ latest_edit_html: 'Son redaktə (%{ago}):'
popup:
your location: Yerləşdiyin yer
friend: Dost
new:
title: Yeni Gündəlik Yazısı
form:
- location: 'Yerləşdiyi yer:'
- use_map_link: xəritə üzərində göstər
+ location: Məkan
+ use_map_link: Xəritədən istifadə et
index:
title: İstifadəçi gündəlikləri
title_friends: Dostların gündəlikləri
new: Yeni Gündəlik Yazısı
new_title: İstifadəçi gündəliyinizə yeni yazı əlavə etmək
no_entries: Gundəlikdə yazı yoxdur
- recent_entries: Yaxın müddətdəki gündəlik yazıları
+ recent_entries: Ən son gündəlik qeydləri
older_entries: Köhnə yazılar
newer_entries: Yeni yazılar
edit:
- title: Gündəlik yazısıni redaktə etmək
+ title: Gündəlik yazısıni redaktə et
marker_text: Gundəlik yazısının yazıldığı yer
show:
- title: İstifadəçi %{user} gündəliyi | %{title}
- user_title: İstifadəçi %{user} gündəliyi
+ title: '%{user} istifadəçisinin gündəliyi | %{title}'
+ user_title: '%{user} istifadəçisinin gündəliyi'
leave_a_comment: Şərh yaz
login_to_leave_a_comment_html: Şərh yazmaq üçün %{login_link}
login: Daxil ol
no_such_entry:
title: Belə bir gündəlik yazısı mövcud deyil
- heading: 'Yazı mövcud deyil id: %{id}'
+ heading: 'Bu nömrəyə sahib yazı mövcud deyil: %{id}'
diary_entry:
posted_by_html: '%{link_user} tərəfindən %{created} yazılıb, %{language_link}
dilində.'
private: MƏXFİ
application:
auth_providers:
- openid_logo_alt: OpenID ilə hesabınıza daxil olun
microsoft:
title: Microsoft ilə daxil olun
github:
- alt: GitHub Hesabı ilə daxil olun
+ alt: GitHub loqosu
wikipedia:
alt: Vikipediya hesabı ilə daxil olun
oauth_clients:
need_to_see_terms: Ваш доступ да API часова прыпынены. Калі ласка, увайдзіце
ў ўэб-інтэрфэйс, каб каб паглядзець умовы супрацоўніцтва. Вам не абавязкова
пагаджацца зь імі, але неабходна зь імі азнаёміцца.
- auth_providers:
- openid_logo_alt: Увайсьці ў сыстэму з дапамогай OpenID
oauth:
authorize:
request_access_html: Дастасаваньне %{app_name} патрабуе доступ да Вашага рахунку,
terms:
title: Умовы
heading: Умовы
- consider_pd: У пÑ\80агÑ\80амÑ\83 да пÑ\80Ñ\8bведзенага вÑ\8bÑ\88Ñ\8dй, Ñ\8f паÑ\86вярджаю, што мой унёсак
- знаходзіцца ў грамадскім набытку
+ consider_pd: У дадаÑ\82ак да пÑ\80Ñ\8bведзенага вÑ\8bÑ\88Ñ\8dй, Ñ\8f паÑ\86Ñ\8cвярджаю, што мой унёсак
+ знаходзіцца ў грамадзкім набытку
consider_pd_why: што гэта?
decline: Адхіліць
you need to accept or decline: Калі ласка, прачытайце, а потым згадзіцеся ці
ў вэб-інтэрфейс для прагляду ўмоў удзелу. Вы не абавязаны пагаджацца, але
вам варта праглядзець іх.
auth_providers:
- openid_logo_alt: Увайсці з дапамогай OpenID
openid:
title: Уваход праз OpenID
alt: Уваход праз OpenID URL
wikipedia:
title: Увайсці праз Вікіпедыю
alt: Уваход з выкарыстаннем уліковага запісу Вікіпедыі
- wordpress:
- title: Уваход праз Wordpress
- alt: Уваход праз Wordpress OpenID
- aol:
- title: Уваход праз AOL
- alt: Уваход праз AOL OpenID
oauth:
authorize:
title: Дазваленне на доступ да вашага ўліковага запісу
tou: Условия за ползване
osm_offline: Базата на данни на OpenStreetMap в момента е изключена докато се
извършва необходима поддръжка.
+ osm_read_only: В момента базата данни на OpenStreetMap е в режим "само за четене",
+ тъй като се извършва техническа поддръжка на базата данни.
help: Помощ
about: За проекта
copyright: Авторски права
require_admin:
not_an_admin: Трябва да сте админ за да извършите това действие
auth_providers:
- openid_logo_alt: Влизане с OpenID
openid:
title: Влизане с OpenID
alt: Влизане с адрес на OpenID
wikipedia:
title: Влизане с Уикипедия
alt: Влизане със сметка от Уикипедия
- wordpress:
- title: Влизане с Wordpress
- alt: Влизане с OpenID от Wordpress
- aol:
- title: Влизане с AOL
- alt: Влизане с OpenID от AOL
oauth:
authorize:
allow_to: 'Позволи приложението на клиента да:'
settings_menu:
account_settings: অ্যাকাউন্ট সেটিংস
auth_providers:
+ openid:
+ alt: ওপেনআইডি লোগো
google:
title: গুগল দিয়ে প্রবেশ
+ alt: গুগল লোগো
facebook:
title: ফেসবুক দিয়ে প্রবেশ
- alt: ফà§\87সবà§\81à¦\95 à¦\85à§\8dযাà¦\95াà¦\89নà§\8dà¦\9f দিয়à§\87 পà§\8dরবà§\87শ à¦\95রà§\81ন
+ alt: ফà§\87সবà§\81à¦\95 লà§\8bà¦\97à§\8b
microsoft:
title: মাইক্রোসফট দিয়ে লগইন করুন
- alt: à¦\8fà¦\95à¦\9fি মাà¦\87à¦\95à§\8dরà§\8bসফà¦\9f à¦\85à§\8dযাà¦\95াà¦\89নà§\8dà¦\9f দিয়à§\87 লà¦\97à¦\87ন à¦\95রà§\81ন
+ alt: মাà¦\87à¦\95à§\8dরà§\8bসফà¦\9f লà§\8bà¦\97à§\8b
github:
title: গিটহাব দিয়ে প্রবেশ করুন
- alt: à¦\8fà¦\95à¦\9fি à¦\97িà¦\9fহাব à¦\85à§\8dযাà¦\95াà¦\89নà§\8dà¦\9f দিয়à§\87 পà§\8dরবà§\87শ à¦\95রà§\81ন
+ alt: à¦\97িà¦\9fহাব লà§\8bà¦\97à§\8b
wikipedia:
title: উইকিপিডিয়া দিয়ে প্রবেশ করুন
- alt: উইকিপিডিয়া অ্যাকাউন্ট দিয়ে প্রবেশ করুন
- wordpress:
- title: ওয়ার্ডপ্রেস দিয়ে প্রবেশ
+ alt: উইকিপিডিয়া লোগো
oauth:
authorize:
allow_write_api: মানচিত্রটি পরিবর্তন করুন
title: নিবন্ধন করুন
about:
header: মুক্ত ও সম্পাদনাযোগ্য
+ by_signing_up:
+ privacy_policy: গোপনীয়তার নীতি
tou: ব্যবহারের শর্তাবলী
continue: নিবন্ধন করুন
terms accepted: নতুন অবদানকারী শর্তাবলী গ্রহণ করার জন্য ধন্যবাদ!
- privacy_policy: গোপনীয়তার নীতি
+ email_help:
+ privacy_policy: গোপনীয়তার নীতি
or: বা
terms:
title: শর্তাবলী
oauth2_authorizations: Aotreoù OAuth 2
muted_users: Implijerien kuzhet
auth_providers:
- openid_logo_alt: Kevreañ gant un OpenID
openid_login_button: Kenderc'hel
openid:
title: Kevreañ gant OpenID
wikipedia:
title: Kevreañ gant Wikipedia
alt: Kevreañ gant ur gont Wikipedia
- wordpress:
- title: Kevreañ gant Wordpress
- alt: Kevreañ gant un OpenID Wordpress
- aol:
- title: Kevreañ gant AOL
- alt: Kevreañ gant un OpenID AOL
oauth:
authorize:
title: Aotren mont d'ho kont
welcome: Degemer mat en OpenStreetMap
display name description: Emañ hoc'h anv implijer a-wel d'an holl. Se a c'hallit
cheñch diwezhatoc'h en ho penndibaboù.
+ by_signing_up:
+ privacy_policy: reolennoù prevezded
+ contributor_terms: reolennoù ar genlabourerien
tou: Termenoù implijout
- contributor_terms: reolennoù ar genlabourerien
external auth: 'Dilesadur trede :'
continue: En em enskrivañ
terms accepted: Trugarez deoc'h evit bezañ asantet da ziferadennoù nevez ar
c'henlabourer !
- email_help_html: Ho chomlec'h ne vo ket hewel d'an holl, sellit ouzh %{privacy_policy_link}
- evit gouzout hiroc'h.
- privacy_policy: reolennoù prevezded
+ email_help:
+ html: Ho chomlec'h ne vo ket hewel d'an holl, sellit ouzh %{privacy_policy_link}
+ evit gouzout hiroc'h.
consider_pd: domani foran
or: pe
use external auth: 'pe kevreit gant un tredeour:'
need_to_see_terms: Vaš pristup API-ju je privremeno suspendovan. Molimo da se
prijavite na web upravljačku ploču da pogledate Uslove za doprinosioce. Ne
morate se složiti, ali ih morate pogledati.
- auth_providers:
- openid_logo_alt: Prijavite se sa OtvorenimID
- wordpress:
- title: Prijavite se sa Wordpress nalogom
- alt: Prijavite se sa Wordpress OpenID
oauth:
authorize:
request_access_html: 'Aplikacija %{app_name} zahtjeva pristup Vašem korisničkom
oauth2_authorizations: Autoritzacions OAuth 2
muted_users: Usuaris silenciats
auth_providers:
- openid_logo_alt: Inicia sessió amb un compte OpenID
openid:
title: Inicia sessió amb un compte OpenID
alt: Inicia sessió amb un URL d'OpenID
wikipedia:
title: Inicieu la sessió amb Viquipèdia
alt: Inicieu la sessió amb un compte de Viquipèdia
- wordpress:
- title: Inicieu la sessió amb Wordpress
- alt: Inicieu la sessió amb un compte OpenID de Wordpress
- aol:
- title: Inicieu la sessió amb AOL
- alt: Inicieu la sessió amb un compte OpenID d'AOL
oauth:
authorize:
title: Autoritzeu l'accés al vostre compte
electrònic per confirmar el vostre compte.
display name description: El nom d'usuari que es mostrarà públicament. El podeu
canviar més endavant a les preferències.
+ by_signing_up:
+ privacy_policy: política de privadesa
+ privacy_policy_title: Política de privadesa de l'OSMF incloent la secció sobre
+ adreces de correu electrònic
external auth: 'Autenticació mitjançant tercers:'
continue: Registreu-vos-hi
terms accepted: Gràcies per acceptar els nous termes de col·laboració.
- email_help_html: La vostra adreça no es mostrarà públicament, consulteu la nostra
- %{privacy_policy_link} per obtenir més informació.
- privacy_policy: política de privadesa
- privacy_policy_title: Política de privadesa de l'OSMF incloent la secció sobre
- adreces de correu electrònic
+ email_help:
+ html: La vostra adreça no es mostrarà públicament, consulteu la nostra %{privacy_policy_link}
+ per obtenir més informació.
use external auth: 'Alternativament, inicieu la sessió mitjançant un tercer:'
terms:
title: Termes
# Author: McDutchie
# Author: Sasan700
# Author: Исмаил Садуев
+# Author: Робин
# Author: Умар
---
ce:
formats:
friendly: '%e %B %Y %H:%M'
helpers:
+ file:
+ prompt: Харжа файл
submit:
diary_comment:
- create: Ӏалашдан
+ create: Коммент
diary_entry:
create: Ӏалашйан
update: Карлайаккха
create: ДӀадахьийта
client_application:
create: ДӀайаздала
- update: Хийца
+ update: Карлайаккха
+ oauth2_application:
+ create: Регистраци йан
+ update: Карлайаккха
redaction:
create: Нисдар кхоллар
update: Хийцам Ӏалашбе
messages:
invalid_email_address: электронан поштан адресе тера дац
email_address_not_routable: неъбиллина бац
+ display_name_is_user_n: user_n хила йиш йац, наггахь n хьан лелоша ID йацахь
+ models:
+ user_mute:
+ is_already_muted: хӀинцале а дӀайаккхина
models:
acl: ТӀецакхачаран бахьанин могӀа
changeset: Нисдарш
diary_comment: Коммент
diary_entry: Къамелан дӀайаздар
friend: ДоттагӀ
+ issue: Хаттар
language: Мотт
message: Хаам
node: ТӀадам
relation: Хилар
relation_member: Хиларан декъашхо
relation_tag: Хиларан тег
+ report: хаам
session: Сесси
trace: Трек
tracepoint: Трекан тӀадам
way_node: Сизан тӀадам
way_tag: Сизан тег
attributes:
+ client_application:
+ name: ЦIе (схьадоьхург)
+ url: Приложенена URL (схьадоьхург)
+ callback_url: URL йухакхайкха
+ support_url: URL гӀо дар
+ allow_read_prefs: йеша лелорчера лаамаш
+ allow_write_prefs: хийца лелорчера лаамаш
+ allow_write_diary: |-
+ тептар тIехь йаздарш кхолла а, комментареш йа а,
+ доттагӀий лаха
+ allow_write_api: карта нисдар
+ allow_read_gpx: долахь йолу GPS-трекаш йеша
+ allow_write_gpx: GPS-трекаш чуйаха
+ allow_write_notes: заметкаш нисайар
diary_comment:
body: Текст
diary_entry:
user: Декъашхо
title: Тема
+ body: Текст
latitude: Шоралла
longitude: Дохалла
language_code: Мотт
+ doorkeeper/application:
+ name: ЦӀе
+ redirect_uri: URI-ш хийца
+ confidential: Къайле приложени?
+ scopes: Магор
friend:
user: Декъашхо
friend: ДоттагӀ
trace:
user: Декъашхо
visible: Гуш хилар
- name: ЦӀе
+ name: Файлан Ñ\86Ӏе
size: Барам
latitude: Шоралла
longitude: Дохалла
public: Массарна
description: Цуьнах лаьцна
- visibility: 'Гуш хилар:'
+ gpx_file: GPX файл чуяккха
+ visibility: Гуш хилар
+ tagstring: Тегаш
message:
sender: Баийтинарг
title: Тема
body: Текст
recipient: Кхаьчнарг
+ redaction:
+ title: Корта
+ description: Цуьнах лаьцна
+ report:
+ category: Хьай хаамина бахьан гайта
+ details: Дехар ду, кхин а цхьацца дерг дийца проблемех лаьцна (оьшуш ду).
user:
+ auth_provider: Аутентификацин провайдер
+ auth_uid: Аутентификаци
email: Электронан пошт
- new_email: 'Электронан поштан керла адрес:'
+ new_email: Электронан поштан керла адрес
active: Жигара
display_name: Гуш йолу цӀе
description: Цуьнах лаьцна
- home_lat: 'Шоралла:'
- home_lon: 'Дохалла:'
- languages: Меттанаш
+ home_lat: Шоралла
+ home_lon: Дохалла
+ languages: ГӀоле хета меттанаш
+ preferred_editor: ГӀоле хеташ волу редактор
pass_crypt: Пароль
+ pass_crypt_confirmation: Бакъйе пароль
+ help:
+ doorkeeper/application:
+ confidential: |-
+ Приложени лелор йу клиентан къайле ларъян йиш йолчохь
+ (долахь йолу мобилан программаш а, цхьана агӀонан программаш а къайлаха йац)
+ redirect_uri: Цхьа могӀа лелабе URI тIехь
+ trace:
+ tagstring: цӀоьмалгца хадийна
+ user_block:
+ reason: Юзер дӀакъовларан бахьана. Дехар ду, хьайн ницкъ ма-кхоччу тийна а,
+ хьекъале а хила. Хьайн ницкъ ма-кхоччу пайдаэцархочун алсам хаам ло и дIа
+ хунда ваьккхан аьла и хIума нахана гуш хир дуйла дагахь а долуш. Диц ма
+ де, массо а пайдаэцархо кхеташ вац йукъараллин жаргонех, цундела дилитантан
+ терминаш лело хьажа.
+ needs_view: Бакъо йал оьший юзерин система чу вала, блок дӀаяккхале хьалха?
+ user:
+ new_email: (гайтан хир йац)
datetime:
distance_in_words_ago:
about_x_hours:
- one: герг сахьт хьалха
- other: '%{count} герг сахьт хьалха'
+ one: герг сахьт хьалха %{count} масех сахьт хьалха}}
+ other: '%{count} герг сахьт хьалха %{count} масех сахьт хьалха}}'
about_x_months:
- one: герг бутт хьалха
- other: '%{count} герг бутт хьалха'
+ one: герг бутт хьалха%{count} бутт хьалха}}
+ other: '%{count} герг бутт хьалха%{count} бутт хьалха}}'
about_x_years:
- one: геÑ\80г Ñ\88о Ñ\85Ñ\8cалÑ\85а
- other: '%{count} геÑ\80г Ñ\88о Ñ\85Ñ\8cалÑ\85а'
+ one: геÑ\80г Ñ\81аÑ\85Ñ\8cÑ\82 Ñ\85Ñ\8cалÑ\85а %{count} маÑ\81еÑ\85 Ñ\81аÑ\85Ñ\8cÑ\82 Ñ\85Ñ\8cалÑ\85а}}
+ other: '%{count} геÑ\80г Ñ\81аÑ\85Ñ\8cÑ\82 Ñ\85Ñ\8cалÑ\85а %{count} маÑ\81еÑ\85 Ñ\81аÑ\85Ñ\8cÑ\82 Ñ\85Ñ\8cалÑ\85а}}'
almost_x_years:
- one: геÑ\80г Ñ\88о Ñ\85Ñ\8cалÑ\85а
- other: '%{count} геÑ\80г Ñ\88о Ñ\85Ñ\8cалÑ\85а'
+ one: геÑ\80г Ñ\81аÑ\85Ñ\8cÑ\82 Ñ\85Ñ\8cалÑ\85а %{count} маÑ\81еÑ\85 Ñ\81аÑ\85Ñ\8cÑ\82 Ñ\85Ñ\8cалÑ\85а}}
+ other: '%{count} геÑ\80г Ñ\81аÑ\85Ñ\8cÑ\82 Ñ\85Ñ\8cалÑ\85а %{count} маÑ\81еÑ\85 Ñ\81аÑ\85Ñ\8cÑ\82 Ñ\85Ñ\8cалÑ\85а}}'
half_a_minute: ахминот хьалхьа
less_than_x_seconds:
one: секундал кӀезга хьалха
x_seconds:
one: 1 секунд хьалха
other: '%{count} секунд хьалха'
- x_minutes:
- one: 1 минот хьалха
- few: '%{count} минот хьалха'
- other: '%{count} минот хьалха'
+ x_minutes: '{{PLURAL|one=%{count}1 минот хьалха|few=%{count} минот хьалха|many=%{count}'
x_days:
- one: 1 де хьалха
- few: '%{count} де хьалха'
- other: '%{count} де хьалха'
+ one: '%{count} де хьалха'
+ other: '%{count} масех де хьалха'
x_months:
- one: 1 бутт хьалха
- few: '%{count} бутт хьалха'
- other: '%{count} бутт хьалха'
+ one: '%{count} бутт хьалха'
+ other: '%{count} масех бутт хьалха'
x_years:
- one: 1 шо хьалха
- few: '%{count} шо хьалха'
- other: '%{count} шо хьалха'
+ one: '%{count} шо хьалха'
+ other: '%{count} масех шо хьалха'
editor:
default: Ӏадйитаран кеп (хӀоттина %{name})
id:
remote:
name: Генара лелор
description: Генара лелор (JOSM йа Merkaartor)
+ auth:
+ providers:
+ none: Йаьсса
+ google: Google
+ facebook: Facebook
+ github: GitHub
+ wikipedia: Википеди
api:
notes:
comment:
opened_at_html: Кхоьллина %{when}
- opened_at_by_html: Кхоьллина %{when} хьалха %{user}
- commented_at_html: Карлаяьккхина %{when} хьалха
- commented_at_by_html: Карлаяьккхина %{when} хьалха %{user}
- closed_at_html: Кичйина %{when} хьалха
- closed_at_by_html: Кечйина %{when} хьалха %{user}
- reopened_at_html: Ð\99Ñ\83Ñ\85а йеллина %{when} Ñ\85Ñ\8cалÑ\85а
- reopened_at_by_html: Йуха йиллина %{when} хьалха %{user}
+ opened_at_by_html: Кхоьллина %{when} пайдаэцархочо %{user}
+ commented_at_html: Карлаяьккхина %{when}
+ commented_at_by_html: Карлаяьккхина %{when} пайдаэцархочо %{user}
+ closed_at_html: Кичйина %{when}
+ closed_at_by_html: Кечйина %{when} пайдаэцархочо %{user}
+ reopened_at_html: Ð\99Ñ\83Ñ\85а йиллина %{when}
+ reopened_at_by_html: Йуха йиллина %{when} пайдаэцархочо %{user}
rss:
title: OpenStreetMap билгалонаш
+ description_all: Къепйоза кхоьллина а, комментареш йина йа дӀакъевлина тептарш
+ description_area: Тептари къепйоза, кхоьллина а, комментареш йина йа дӀакъевлина
+ шуна меттигера [(%{min_lat}|%{min_lon}) -- (%{max_lat}|%{max_lon})]
+ description_item: RSS-Ӏовраш билгалонаш %{id}
+ opened: керла билгалдаккхар (герга %{place})
+ commented: керла комментари (герга %{place})
+ closed: къоьвлина билгалдаккхар (герга %{place})
+ reopened: йуха хьайилин билгалдаккхар (герга %{place})
entry:
comment: Коммент
full: Йуьззина текст
+ account:
+ deletions:
+ show:
+ title: Са аккаунт дӀайаккхар
+ warning: Терго йе! Аккаунт дӀаяккхаран процесс тӀаьххьара йу, йухаерзо йиш
+ яц.
+ delete_account: Аккаунт дӀайаккхар
+ delete_introduction: 'Хьай OpenStreetMap аккаунт дӀадаккха йиш йу лахахь йолчу
+ нуьйдица. Дехар ду, тидам бе лахахь долчу детальшна:'
+ delete_profile: Хьан профилан информаци, аватар а, йаздар а, цӀахь волу меттиг
+ а йолуш, дӀайаккхина хир ю.
+ delete_display_name: Хьан гойтуш йолу цӀе дӀаяьккхина хир ю, кхечу аккаунташа
+ юха лело йиш ю.
+ retain_caveats: 'Делахь а, хьох лаьцна цхьаболу хаамаш латтор бу OpenStreetMap-ехь,
+ хьан аккаунт дӀаяьккхинчул тӀаьхьа а:'
+ retain_edits: Картан базехь ахь дина хийцамаш, нагахь санна уьш белахь, ларбийр
+ бу.
+ retain_traces: Ахь чуйиллина лараш, нагахь санна уьш елахь, ларйийр йу.
+ retain_diary_entries: Хьан дневникан йаззамаш а, дневникан комментареш а,
+ нагахь санна уьш елахь, ларйийр ю, амма гуш ца хилийта къайлаяьхна хир йу.
+ retain_notes: Хьан картан тептарш а, цун тIе комментареш а, нагахь санна уьш
+ елахь, ларйийр ю, амма гуш ца хилийта къайлайахна хир ю.
+ retain_changeset_discussions: Хьан хийцамийн дискуссеш, нагахь санна уьш елахь,
+ ларйийр ю.
+ retain_email: Хьан почтан адрес лардийр ду.
+ recent_editing_html: Ахь дукха хан йоццуш хийцамаш бина хила дер, хьан аккаунт
+ карарчу хенахь дӀайаккха йиш яц. ДӀайаккха йиш хир йу цхьана %{time}.
+ confirm_delete: Бакъалла лаьий хӀуна?
+ cancel: Цаоьшу
accounts:
edit:
- current email address: 'Карара электронан поштан адрес:'
+ title: Аккаунт хийца
+ my settings: Сан нисдаран гӀирс
+ current email address: Карара электронан поштан адрес
+ external auth: Арахьара аутентификаци
openid:
link text: хӀун йу хӀара?
+ public editing:
+ heading: Йукъара нисайар
+ enabled: ДӀахӀоттийна. Аноним йац, нисайа йиш ю.
+ enabled link text: хӀун йу хӀара?
+ disabled: ДӀасакъаьстина а, нисайа йиш йоцуш а, хьалха дина массо а хийцамаш
+ анониман ду.
+ disabled link text: Соьга хьунда ца йало нийсарш?
contributor terms:
+ heading: Дакъалацарна хьоьлаш
+ agreed: Хьо реза хила керлачу дакъалацаран низаман.
+ not yet agreed: Хьо хинца а, реза ца хила керлачу дакъалацаран низаман.
+ review link text: Дехар ду хьайна аттачу хенахь хӀокху ссылки тӀе хьажа, керла
+ дакъалацаран Низам талла а, тӀеэца а.
+ agreed_with_pd: Иштта ахь дӀакхайкхийна, хьайн хийцамаш Къоман Кхиам лоруш
+ йу аьлла.
link text: хӀун йу хӀара?
save changes button: Хийцамаш дӀаӀалашбан
+ delete_account: Аккаунт дӀайаккхар...
+ go_public:
+ heading: Йукъара нисайар
+ currently_not_public: Карарчу хенахь хьан хийцамаш анониман бу, наха хьуна хаамаш
+ дӀакхачо а, хьан меттиг ган а йиш яц. Ахь хийцинарг гайта а, сайтехула хьайца
+ зӀене бовла а, лахахь йолчу нуьйда тӀе Ӏоттало.
+ only_public_can_edit: 0.6 API хийцаелчахьана, йукъараллин пайдаэцархойн бен
+ йиш яц картан хаамаш хийца.
+ find_out_why: хӀунда ду хаа
+ email_not_revealed: Хьан электронан почтан адрес гучудер дац, иза публични гIоттадахь.
+ not_reversible: И гӀуллакх йухадерзо йиш яц, массо а керла пайдаэцархой хӀинца
+ публични лоруш бу.
+ make_edits_public_button: Сан массо а хийцамаш нахана гойтуш дӀахӀиттабе
+ update:
+ success_confirm_needed: Декъашхочун информаци кхиамца карлаяьккхина. Хьайн электронан
+ почтан чу хьажа, хьай керла адрес тӀечӀагӀда.
+ success: Декъашхочунахь лаьцна информаци кхиамца карлайаькхна.
+ destroy:
+ success: Аккаунт дӀайаккхина.
browse:
+ deleted_ago_by_html: ДӀадаьккхина %{time_ago} декъашхочо %{user}
+ edited_ago_by_html: Нисайина %{time_ago} декъашхочо %{user}
version: Верси
+ redacted_version: Нисайина верси
in_changeset: Нисдарш
anonymous: аноним
no_comment: (коммент йац)
part_of: Дакъалоцу цу
+ part_of_relations:
+ one: '%{count} йукъаметтиг '
+ other: '%{count} йукъаметтигаш'
+ part_of_ways:
+ one: '%{count} сиза'
+ other: '%{count} сизнаш'
download_xml: Схьаэца XML
view_history: Хьажа истори
+ view_unredacted_history: Хьажа нисайаза историга
view_details: Мадарра
+ view_redacted_data: Хьажа нисайина историга
+ view_redaction_message: Хьажа нийсабина хаамига
location: 'Географин йолу меттиг:'
node:
title_html: 'ТӀадам: %{name}'
title_html: 'Сиз: %{name}'
history_title_html: 'Сизан истори: %{name}'
nodes: ТӀадам
+ nodes_count:
+ one: '%{count} шад'
+ other: '%{count} шаднаш'
also_part_of_html:
one: сиза чохь йу %{related_ways}
other: сизийн чохь йу %{related_ways}
title_html: 'Хилар: %{name}'
history_title_html: 'Хиларан истори: %{name}'
members: Декъашхой
+ members_count:
+ one: '%{count} декъашхо '
+ other: '%{count} декъашхоша'
relation_member:
entry_role_html: '%{type} %{name} ролехь %{role}'
type:
entry_html: Хилар %{relation_name}
entry_role_html: Хилар %{relation_name} (ролехь %{relation_role})
not_found:
+ title: Цакарийна
sorry: 'Халахетарх, %{type} #%{id} цакарий.'
type:
node: тӀадам
changeset: нисдарш
note: билгалдаккхар
timeout:
+ title: Тайм-аут гIалат
sorry: Бехк ба билла, цу %{type} хаамаш %{id} чуьра чубаха тӀех беха бу.
type:
node: тӀадамаш
tag: Вики агӀонгахь гойту, тег %{key}=%{value}
wikidata_link: Элемент %{page} Викихаамашкахь
wikipedia_link: АгӀо %{page} Википедин чохь
+ wikimedia_commons_link: Викиларми тIера элемент %{page}
telephone_link: Телпо тоха %{phone_number}
+ colour_preview: Басе %{colour_value} хьажа
+ email_link: Электронан почта %{email}
query:
title: ХӀун йу кхузахь?
introduction: Уллера объекташ карайан, картин тӀетаӀайe
nearby: Уллера объекташ
enclosing: Йолу меттиг
+ old_nodes:
+ not_found:
+ sorry: 'Бехк ма билла, шад #%{id} версин %{version} карийна бац.'
+ old_ways:
+ not_found:
+ sorry: 'Бехк ма била, некъ #%{id} версин %{version} карийна бац.'
+ old_relations:
+ not_found:
+ sorry: 'Бехк ма билла, йукъаметтиг #%{id} версин %{version} карийна йац.'
changesets:
changeset_paging_nav:
showing_page: АгӀо %{page}
index:
title: Нисдарш
title_user: Декъашхочун %{user} нисдарш
+ title_user_link_html: Декъашхочун %{user_link} нисдарш
title_friend: Хьан доттагӀийн нисдарш
title_nearby: Уллера декъашхойн нисдарш
- empty: Нисдарш цакарий
+ empty: Нисдарш цакарий.
empty_area: Кхузахь нисдарш дина дац.
- empty_user: Ð\9aÑ\85Ñ\83заÑ\85Ñ\8c Ñ\85Ó\80окÑ\85Ñ\83 декÑ\8aаÑ\88Ñ\85оÑ\87о ниÑ\81даÑ\80Ñ\88 дийна даÑ\86.
+ empty_user: Кхузахь хӀокху декъашхочо нисдарш дина дац.
no_more: Кхи цхьа нисдарш цакарий.
- no_more_area: Кхузахь нисдарш дина дац.
- no_more_user: Кхузахь хӀокху декъашхочо нисдарш дина дац.
+ no_more_area: Кхи кхузахь нисдарш дина дац.
+ no_more_user: Кхи кхузахь хӀокху декъашхочо нисдарш дина дац.
load_more: Чуйаха кхин а
feed:
title: 'Нисдарш: %{id}'
created: Кхоьллина
closed: ДӀачӀагӀа
belongs_to: Автор
+ subscribe:
+ heading: ТIевазалур вуй хийцамийн дийцар тIе?
+ button: ТIевазало дийцар тIе
+ unsubscribe:
+ heading: ХӀокху хийцамийн дийцар тIера дӀакъаста?
+ button: ДӀакъаста дийцар тIера
+ heading:
+ title: 'Нисдарш: %{id}'
+ created_by_html: Кхоьлина %{link_user} on %{created}.
+ no_such_entry:
+ title: Иштта хийцама пакет бац
+ heading: 'ДӀайазайина йац id: %{id}'
+ body: Бехк ма билла, id %{id} хийцамаш бац. Дехар ду, нийса йазийни хьажа, хьо
+ чоьха ваьла ссылка нийса ца хила а тарло.
show:
title: 'Нисдарш: %{id}'
+ created: Кхоьллина %{when}
+ closed: 'ДӀакъевлина: %{when}'
+ created_ago_html: Кхоьллина %{time_ago}
+ closed_ago_html: ДӀакъевлина %{time_ago}
+ created_ago_by_html: Кхоьллина %{time_ago} декъашхочо %{user}
+ closed_ago_by_html: ДӀакъевлина %{time_ago} декъашхочо %{user}
discussion: Дийцар
join_discussion: Дийцарехь дакъалаца системин чугӀо
+ still_open: Хийцамийн пакет хӀинца а йиллина йу - дискусси схьайоьллур йу хийцамийн
+ пакет дӀакъевлича.
+ subscribe: Йаздала
+ unsubscribe: Йаздалар дӀадаккха
+ comment_by_html: Комментари йина %{user} %{time_ago}
+ hidden_comment_by_html: Къайлаха комментари йина %{user} %{time_ago}
hide_comment: къайлайаккха
unhide_comment: гайта
comment: Коммент
relations: Хилар (%{count})
relations_paginated: Хилар (%{x}-%{y} чуьра %{count})
timeout:
- sorry: Ахьа бихина нисдарийн могӀа, арабаккха тӀехь беха бу.
+ sorry: Бехк ма билла, ахьа бихина нисдарийн могӀа, арабаккха тӀехь сов хьан
+ оьшу.
changeset_comments:
comment:
- comment: '#%{changeset_id} %{author} керла коммент'
- commented_at_by_html: Карлаяьккхина %{when} хьалха %{user}
+ comment: '#%{changeset_id} %{author} керла коммент нисдаран пакет тIе'
+ commented_at_by_html: Карлайаккхина %{when} декъашхочо %{user}
+ comments:
+ comment: 'Керла комментари нисдаран пакет тIе #%{changeset_id} декъашхочо %{author}'
index:
title_all: OpenStreetMap тӀехь дина нисдарийн дийцар
title_particular: 'OpenStreetMap #%{changeset_id} тӀехь дина нисдарийн дийцар'
+ timeout:
+ sorry: Бехк ма билла, ахьа бихина нисдарийн могӀанаш, арабаха тӀехь сов хьан
+ оьшу.
dashboards:
contact:
+ km away: Хьун тIера %{count} км
+ m away: Хьун тIера %{count} м
latest_edit_html: 'ТӀаьххьара нисдар %{ago}:'
popup:
+ your location: Хьо волу/йолу меттиг
+ nearby mapper: Уллера картадилархо
friend: ДоттагӀ
show:
+ title: Сан панель
+ no_home_location_html: '%{edit_profile_link} а, хьо волу меттиг а хӀоттае, уллера
+ декъашхо гарахьам.'
+ edit_your_profile: Хьайн профиль нисайе
my friends: ДоттагӀий
+ no friends: Цкъачунна цхьа а доттагӀ тӀетоьхна вац ахь.
+ nearby users: Кхибола уллера декъашхой
+ no nearby users: Кхин цхьа а декъашхо вац цкъачунна уллех карта хӀоттош болх
+ беш.
+ friends_changesets: доттагӀийн хийцамаш
+ friends_diaries: доттагӀийн тептарш
+ nearby_changesets: лулара хийцамаш
+ nearby_diaries: лулара тептаран йаздарш
diary_entries:
new:
title: Керла дӀайаздар дневник чохь
form:
- location: 'Меттиг:'
- use_map_link: Ð\93айÑ\82а каÑ\80Ñ\82ан Ñ\82Ó\80еÑ\85Ñ\8c
+ location: Меттиг
+ use_map_link: Ð\9aаÑ\80Ñ\82а лела де
index:
- title: Ð\94невникаш
- title_friends: ДоттагӀийн дневникаш
- title_nearby: Уллера декъашхойн дневникаш
- user_title: Декъашхочун дневник %{user}
+ title: ТепÑ\82аÑ\80ш
+ title_friends: ДоттагӀийн тептарш
+ title_nearby: Уллера декъашхойн тептарш
+ user_title: Декъашхочун тептар %{user}
in_language_title: '%{language} маттахь дневникан дӀайаздарш'
new: Дневник чуьра керла дӀайаздар
new_title: Кхолла хьайн дневник чохь керла дӀайаздар
+ my_diary: Сан тептар
no_entries: Дневник чохь дӀайаздарш дац
recent_entries: Дукха хан йоцу дӀайаздарш
older_entries: Шира дӀайаздарш
title: ДӀайаздарш тадар
marker_text: Билгало йазйаран меттиг
show:
- title: Декъашхочун дневник %{user} | %{title}
- user_title: Декъашхочун дневник %{user}
+ title: Декъашхочун тептар %{user} | %{title}
+ user_title: Декъашхочун тептар %{user}
+ discussion: Дийцар
+ subscribe: Йаздала
+ unsubscribe: Йаздалар дӀадаккха
leave_a_comment: Йитта коммент
login_to_leave_a_comment_html: '%{login_link}, коммент йитарна'
login: ЧугӀо
body: id %{id} чуьра дӀайаздарш цакарий. хьажа нийса йаздиний. Хьажорг гӀалате
хила мега.
diary_entry:
- posted_by_html: 'ДӀабахийтина %{link_user} %{created}, мотт: %{language_link}'
- comment_link: Йитта коммент
- reply_link: Жоп ло
+ posted_by_html: 'Арахецна %{link_user} %{created}, мотт: %{language_link}'
+ updated_at_html: ТӀаьххьара карладаккхар %{updated}.
+ comment_link: Комментари е хӀокху йаззамна
+ reply_link: Авторе йаза де
comment_count:
- few: '%{count} коммент яц'
- other: '%{count} коммент яц'
+ one: '%{count} коммент'
+ other: '%{count} комментареш'
+ no_comments: Комментари йац
edit_link: Хийца дӀайаздар
hide_link: Къайладаккха дӀайаздар
unhide_link: Гучудаккха хӀара дӀайаздар
report: Хаамбе хӀокху дӀайаздарх дневник тӀехь
diary_comment:
comment_from_html: Коммент %{link_user} %{comment_created_at}
- hide_link: Ð\9aÑ\8aайладаккха хӀара коммент
+ hide_link: Ð\9aÑ\8aайлайаккха хӀара коммент
unhide_link: Гучуйаккха хӀара коммент
confirm: Бакъдан
report: ХӀокху комментах хаамбе
location:
location: 'Меттиг:'
- view: Ð\93аÑ\80
+ view: Ð¥Ñ\8cажа
edit: Нисдар
feed:
user:
all:
title: Дневникан дӀайаздарш OpenStreetMap
description: OpenStreetMap декъашхойн тӀаьххьарлера дӀайаздарш
+ subscribe:
+ heading: РoгӀepa йаззам йазъечу дискуссина тIе вазлой?
+ button: ТIевазало дийцар тIе
+ unsubscribe:
+ heading: РoгӀepa йаззам йазъечу дискуссина тIера дӀакъастий?
+ button: ДӀакъаста дийцар тIера
diary_comments:
index:
+ title: Декъашхочо тӀетоьхначу дневникан йаздаршна комментареш %{user}
+ heading: '%{user} тептар тIе комментареш'
+ subheading_html: тдекъашхочо тептар тIе комментареш тоьхна %{user}
+ no_comments: цхьа комментари йац тептартех
post: Хаам
when: Маца
comment: Коммент
newer_comments: Керла комменташ
older_comments: Шира комменташ
+ doorkeeper:
+ errors:
+ messages:
+ account_selection_required: Авторизацин серверо декъашхочуна тептар къасто
+ деза доьху
+ consent_required: Авторизацин серверо декъашхочуна резахилар доьху
+ interaction_required: Авторизацин серверна оьшу декъашхочуна йукъаметтигаш
+ лелайар
+ login_required: Авторизацин серверна оьшу чаккхенан декъашхочуна аутентификаци
+ flash:
+ applications:
+ create:
+ notice: Приложенин регистраци йина.
+ scopes:
+ address: Хьо волу адрес хьажа
+ email: Хьайн электронан почтан адрес хьажа
+ openid: Хьайн аккаунте аутинфикаци
+ phone: Хьайн телефон номере хьажа
+ profile: Хьайн профилан хаамашка хьажа
+ errors:
+ contact:
+ contact_url_title: Тайп-тайпанчу контактийн каналаша гайтан
+ contact: Контакт
+ contact_the_community_html: Маьрша хила %{contact_link} OpenStreetMap йукъаралле,
+ нагахь санна хьуна йоьхна ссылка / гIалат карийнехь. Нийса URL дӀаязъе хьайн
+ дехаран йуккхех.
+ bad_request:
+ title: Нийса доцу дехар
+ description: OpenStreetMap сервер тӀехь ахь йехна операци нийса йац (HTTP 400)
+ forbidden:
+ title: Магийна дац
+ description: OpenStreetMap сервер тӀехь ахь йехна операци администраторшна бен
+ магина йац (HTTP 403)
+ internal_server_error:
+ title: Приложенин гIалат
+ description: OpenStreetMap серверна дагахь доцу хьал нисделира, цо новкъарло
+ йира дехар кхочушдан (HTTP 500)
+ not_found:
+ title: Файл цакарий
+ description: Цу цӀарца йолу файл/каталог/API операци ца карийра OpenStreetMap
+ сервер тӀехь (HTTP 404)
+ friendships:
+ make_friend:
+ heading: '%{user} доттагӀ санна тӀетохий?'
+ button: ТӀетоха доттагӀ сана
+ success: '%{name} хIинца хьа доттагI ву!'
+ failed: Бехк ма билла, %{name} доттагӀ санна тӀе цатохавела.
+ already_a_friend: Хьо хӀинца %{name} доттагӀ ву .
+ limit_exceeded: Дукха юзершца доттагӀалла лелийна ахь тӀаьхьарчу хенахь. Кхин
+ доттагӀалла лело гӀертале жимма собар дехьа.
+ remove_friend:
+ heading: ДоттагӀ %{user} дӀаваккхий?
+ button: ДоттагӀ дӀаваккха
+ success: '%{name} хьан доттагIшна йукъара дӀаваьккхина.'
+ not_a_friend: '%{name} хIинца хьа доттагI вац.'
geocoder:
+ search:
+ title:
+ results_from_html: '%{results_link} тӀера жамӀаш'
+ latlon: Чоьхьара
search_osm_nominatim:
prefix:
aerialway:
cable_car: Муьшан некъ
+ chair_lift: Муш тесна хьалаойург
+ drag_lift: Якорь тесна хьалаойург
+ gondola: Канатан некъ
+ magic_carpet: Инзаре кузан хьалаойург
+ platter: Бугелан хьалаойург
+ pylon: БӀогӀам
+ station: Канатан хьалаойургачун станци
+ t-bar: Т-сан хьалаойург
+ "yes": ХӀаваан некъ
aeroway:
aerodrome: Аэродром
- apron: Перрон
+ airstrip: Кеман хьалагIоту-охьахуа некъ
+ apron: Аэропортан перрон
+ gate: Аэропортан гэйт
hangar: Ангар
helipad: Беркеманийн майда
- terminal: Терминал
+ holding_position: Собар до меттиг
+ navigationaid: Авиацин навигацина систем
+ parking_position: Машен дӀахӀотто меттиг
+ runway: Кема хьалагIоту некъ
+ taxilane: Таксин некъ
+ taxiway: Кема нийсадо некъ
+ terminal: Аэропортер терминал
+ windsock: Мох гойтуш йерг
amenity:
+ animal_boarding: Дийнатан интернат
+ animal_shelter: Дийнаташан тховкӀело
+ arts_centre: Исбаьхьаллин центр
atm: Банкомат
bank: Банк
bar: Бар
bench: ГӀант
bicycle_parking: Велопарковка
bicycle_rental: Вилспетийн прокат
+ bicycle_repair_station: вилспеташ та йо меттиг
+ biergarten: Йий духку меттиг
+ blood_bank: ЦIина доккху банк
+ boat_rental: Лодкан прокат
brothel: Бордель
+ bureau_de_change: Валюта хуьйцу меттиг
+ bus_station: Автобусан станци
cafe: Кафе
car_rental: Автомобилийн аренда
car_sharing: Каршаринг
car_wash: Авто йуьлу меттиг
casino: Казино
+ charging_station: Электромашенан ток ло станци
+ childcare: Берига хьожу Iедал
cinema: Кинотеатр
clinic: Поликлиника
clock: Сахьташ
college: Колледж
community_centre: Йукъараллин центр
+ conference_centre: Конференц-центр
courthouse: Суд
crematorium: Крематоорий
dentist: Стоматологи
drinking_water: Молу хи
driving_school: Автошкола
embassy: Векалалла
+ events_venue: Вовшахкхеттар дӀахьуш йолу меттиг
fast_food: Фаст-фуд
ferry_terminal: Пароман станци
fire_station: ЦӀеяйаран станци
fuel: Йагорг йоттар
gambling: Ловза цӀа
grave_yard: ДӀабухку меттиг
+ grit_bin: ГIум чохь йол контейнер
hospital: Госпиталь
+ hunting_stand: Талларан стенд
+ ice_cream: Морожени
+ internet_cafe: Интернет кафе
+ kindergarten: Берийн беш
+ language_school: Мотт Iамо ишкол
library: Библиотека
+ loading_dock: ТIедуту док
+ love_hotel: Безаман отель
marketplace: Базар
+ mobile_money_agent: Мобилан ахчанан агент
monastery: Монастырь
+ money_transfer: Ахч дехьадокху меттиг
+ motorcycle_parking: Маццикл дӀахӀотто меттиг
+ music_school: Музыкийн ишкол
nightclub: Буьйсанан клуб
nursing_home: Къанойн цӀа
parking: ДӀахӀуттийла
+ parking_entrance: Парковкан чуволийла
parking_space: Парковка
+ payment_terminal: Ахча дӀадаларан терминал
pharmacy: Аптека
+ place_of_worship: Ӏибадат до меттиг
police: Полици
post_box: Поштан йаьшка
post_office: Поштан дакъа
prison: Набахте
pub: Паб
+ public_bath: Йукъара бани
+ public_bookcase: Йукъара книжкан шкаф
public_building: Йукъараллин гӀишло
+ ranger_station: Рейнджерин станци
recycling: Утилизацин меттиг
restaurant: Ресторан
+ sanitary_dump_station: Санитарийн кхели
school: Ишкол
shelter: ДӀахьуллойла
shower: Душ
theatre: Театр
toilets: ХьаштагӀа
townhall: ГӀалин администраци
+ training: Ӏаморан меттиг
university: Университет
+ vehicle_inspection: Машенаг хьожу меттиг
vending_machine: Махбаран автомат
veterinary: Ветеринаран клиника
village_hall: Керт
waste_basket: Урна
waste_disposal: Нехийн бак
+ waste_dump_site: Нехаш дӀакхуссу меттиг
+ watering_place: Хи доккху меттиг
water_point: Хи гулдар
+ weighbridge: ТӀайан терза
+ "yes": ПаргIатто
boundary:
+ aboriginal_lands: Аборигенан латташ
administrative: Административан дакъа
+ census: Бахархойн дӀаязбаран доза
national_park: Къоман парк
+ political: Хьаржаман доза
protected_area: ГӀорала деш йолу меттиг
+ "yes": Доза
bridge:
aqueduct: Акведук
boardwalk: Тротуар
viaduct: Виадук
"yes": ТӀай
building:
+ apartment: Петар
+ apartments: Петарш
+ barn: Амбар
+ bungalow: Бунгало
+ cabin: ЛаппагӀа
+ chapel: Килс
+ church: Килс
+ civic: Граждански гӀишло
+ college: Колледжан гIишло
+ commercial: Коммерцин гӀишло
+ construction: Йаш йолу гIишло
+ cowshed: Божал
+ detached: Ша лаьтта цIа
+ dormitory: Общежити
+ duplex: Шина агIор цIа
+ farm: Ферма
+ farm_auxiliary: Фермера цIа
+ garage: Гараж
+ garages: Гаражаш
+ hangar: Ангар
+ hospital: Лазартне гIишло
+ hotel: ХьешацӀа
+ house: ЦӀа
+ houseboat: ЦӀийнан хинкема
+ hut: ЛаппагӀа
+ industrial: Промышленни гӀишло
+ kindergarten: Берийн беш
+ manufacture: Промышленни гӀишло
+ office: Офисан гIишло
+ public: Йукъараллин гӀишло
+ residential: Нах беха цIа
+ retail: Йохк-эцаран гIишло
+ roof: Тхов
+ ruins: Доьхна цIа
+ school: Ишколан гIишло
+ semidetached_house: Ши петар йол цIа
+ service: Сервисан гIишло
+ shed: Божал
+ stable: Кхай
+ static_caravan: ДIайсалело цIа
+ sty: Хьакхин божал
+ temple: Килсан гIишло
+ terrace: МогIара цIенош
+ train_station: Аьчка некъан вокзал
+ university: Университет
+ warehouse: Дуо
"yes": ГӀишло
+ club:
+ scout: Скаутан база
+ sport: Спортан клуб
+ "yes": Клуб
craft:
+ beekeeper: Накхаршлелорхо
+ blacksmith: Пхьар
brewery: Йий доккху
carpenter: Дечиг-пхьар
+ caterer: Юург латтош верг
+ confectionery: Кондитерски
+ dressmaker: ХIумаша тоьгург
electrician: Электрик
+ electronics_repair: Электроник тайо меттиг
gardener: Бешахо
+ glaziery: Аьнглилелархо
+ handicraft: Пхьола
+ hvac: HVAC Пхьола
+ metal_construction: Эчкан пхьар
painter: Исбаьхьалча
photographer: Суртдоккхург
plumber: Сантехник
+ roofer: Тхован пхьар
+ sawmill: Дечкан хьер
shoemaker: Эткийн пхьар
+ stonemason: ТӀулгбуттург
tailor: Тегархо
+ window_construction: Кораш до меттиг
+ winery: Вино до меттиг
"yes": ПхьалгӀа
emergency:
+ access_point: Интернет тIекхочу меттиг
+ ambulance_station: Сиха гIо до станци
assembly_point: Гулдо меттиг
defibrillator: Дефибриллятор
+ fire_extinguisher: ЦӀейойург
+ fire_water_pond: ЦӀейойурган Iам
+ landing_site: Аварийна охьааран меттиг
+ life_ring: Аварийн хинтIехь латто хӀоз
+ phone: Аварийн телефон
+ siren: Аварийн хаамийн сирен
+ suction_point: Аварийн хи чуузу меттиг
+ water_tank: ЦӀейойургучер Iам
highway:
+ abandoned: Тесна некъ
+ bridleway: Говр хьохку некъ
+ bus_guideway: Автобусан моха
bus_stop: Автобус соцу меттиг
+ construction: Некъ тобар
+ corridor: Йуккъахула чекхвала
+ crossing: Биъ-некъ
+ cycleway: Вилиспетан некъ
+ elevator: Лифт
+ emergency_access_point: Дуьххьара гIо до меттиг
+ emergency_bay: Аварийн лоттийла
+ footway: Тротуар
ford: Гечо
+ give_way: Знак "Некъ битта"
+ living_street: Нах беха урам
+ milestone: Километаран бIогIам
+ motorway: Бокх некъ
+ motorway_junction: Бокх биъ-некъ
+ motorway_link: Некъан къастар
+ passing_place: Некъ къастаран моха
path: 'Некъ:'
+ pedestrian: ГIаш лела урам
platform: Платформа
primary: Коьрта некъ
primary_link: Коьрта некъ
proposed: Проектехь болу некъ
+ raceway: Машен къовсу некъ
residential: Урам
rest_area: СадоӀу зона
road: Некъ
+ secondary: Къезга лелабо некъ
+ secondary_link: Къезга лелабо некъ
+ service: ДӀасалелар
+ services: Некъаца йолу сервис
+ speed_camera: Сихаллин камера
steps: ТӀегӀанаш
+ stop: Соцу знак
street_lamp: Урамера фонарь
+ tertiary: КхозлолгIа классан некъ
+ tertiary_link: КхозлолгIа классан некъ
+ track: Ворданан некъ
+ traffic_mirror: Некъан куьзга
+ traffic_signals: Светофор
+ trailhead: Тача
trunk: Некъ
+ trunk_link: Бокх некъ
+ turning_circle: Чувоьрзу гуо
+ turning_loop: Чувоьрзу некъ
"yes": Некъ
historic:
archaeological_site: Эхкарш
oauth2_authorizations: Autorizace OAuth 2
muted_users: Ztlumení uživatelé
auth_providers:
- openid_logo_alt: Přihlášení pomocí OpenID
openid_login_button: Pokračovat
openid:
title: Přihlásit se pomocí OpenID
wikipedia:
title: Přihlásit se účtem na Wikipedii
alt: Přihlásit se účtem na Wikipedii
- wordpress:
- title: Přihlásit se prostřednictvím Wordpress
- alt: Přihlásit se pomocí Wordpress OpenID
- aol:
- title: Přihlásit se prostřednictvím AOL
- alt: Přihlásit se pomocí AOL OpenID
oauth:
authorize:
title: Autorizovat přístup k vašemu účtu
nastavení svého účtu.
display name description: Vaše veřejně zobrazované uživatelské jméno. Můžete
si ho později změnit ve svém nastavení.
- by_signing_up_html: Registrací souhlasíte s našimi %{tou_link}, %{privacy_policy_link}
- a %{contributor_terms_link}.
+ by_signing_up:
+ html: Registrací souhlasíte s našimi %{tou_link}, %{privacy_policy_link} a
+ %{contributor_terms_link}.
+ privacy_policy: pravidly ochrany osobních údajů
+ privacy_policy_title: Pravidla ochrany osobních údajů OSMF, včetně části o
+ e-mailových adresách
+ contributor_terms: podmínkami pro přispěvatele
tou: podmínkami užití
- contributor_terms: podmínkami pro přispěvatele
external auth: 'Autentizace třetí stranou:'
continue: Zaregistrovat se
terms accepted: Děkujeme za odsouhlasení nových podmínek pro přispěvatele!
- email_help_html: Vaše adresa se nezobrazuje veřejně, více informací získáte
- na stránce s našimi %{privacy_policy_link}.
- privacy_policy: pravidly ochrany osobních údajů
- privacy_policy_title: Pravidla ochrany osobních údajů OSMF, včetně části o e-mailových
- adresách
+ email_help:
+ html: Vaše adresa se nezobrazuje veřejně, více informací získáte na stránce
+ s našimi %{privacy_policy_link}.
consider_pd_html: Své příspěvky považuji za %{consider_pd_link}.
consider_pd: volné dílo
or: nebo
introduction: Cliciwch ar y map i ddarganfod nodweddion gerllaw.
nearby: Nodweddion gerllaw
enclosing: Nodweddion amgáu
+ old_ways:
+ not_found:
+ sorry: 'Sori, ni ellir canfod fersiwn %{version} o lwybr #%{id}.'
changesets:
changeset_paging_nav:
showing_page: Tudalen %{page}
college: Adeilad Coleg
commercial: Adeilad Masnachol
construction: Adeilad yn cael ei Adeiladu
+ cowshed: Beudy
detached: Tŷ Datgysylltiedig
dormitory: Dorm
duplex: Tŷ Deublyg
des Impôts.'
contributors_fr_france: Ffrainc
contributors_hr_croatia: Croatia
+ contributors_hr_open_data_portal: Porth Data Agored Cenedlaethol
contributors_nl_credit_html: '%{netherlands}: Cynhwysir data © AND, 2007
(%{and_link})'
contributors_nl_netherlands: Iseldiroedd
title: Sut i Helpu
join_the_community:
title: Ymunwch â'r gymuned
+ explanation_html: Os ydych chi wedi sylwi ar broblem gyda'n data, efallai
+ mae heol ar goll neu eich cyfeiriad chi, gallwch chi ymuno â chymuned
+ OpenStreetMap ac ychwanegu neu atgyweirio'r data eich hun.
other_concerns:
title: Gofidion eraill
copyright: tudalen hawlfraint
oauth2_authorizations: Awdurdodiadau OAuth 2
muted_users: Defnyddwyr ag Anwybyddwyd
auth_providers:
- openid_logo_alt: Mewngofnodi gydag OpenID
openid_login_button: Parhau
openid:
title: Mewngofnodi ag OpenID
- alt: Mewngofnodi ag URL OpenID
+ alt: Logo OpenID
google:
title: Mewngofnodi â Google
- alt: Mewngofnodi â Google OpenID
+ alt: Logo Google
facebook:
title: Mewngofnodi â Facebook
- alt: Mewngofnodi â Chyfrif Facebook
+ alt: Logo Facebook
microsoft:
title: Mewngofnodi â Microsoft
- alt: Mewngofnodi â Chyfrif Microsoft
+ alt: Logo Microsoft
github:
title: Mewngofnodi â GitHub
- alt: Mewngofnodi â Chyfrif GitHub
+ alt: Logo GitHub
wikipedia:
title: Mewngofnodi ag Wicipedia
- alt: Mewngofnodi â Chyfrif Wicipedia
- wordpress:
- title: Mewngofnodi ag Wordpress
- alt: Mewngofnodi ag Wordpress OpenID
- aol:
- title: Mewngofnodi ag AOL
- alt: Mewngofnodi ag AOL OpenID
+ alt: Logo Wicipedia
oauth:
authorize:
title: Awdurdodi mynediad i'ch cyfrif
welcome: Croeso i OpenStreetMap
display name description: Eich enw defnyddiwr cyhoeddus. Gallwch newid hyn yn
nes ymlaen yn eich dewisiadau.
+ by_signing_up:
+ privacy_policy: polisi preifatrwydd
+ contributor_terms: thelerau cyfranwyr
tou: telerau defnydd
- contributor_terms: thelerau cyfranwyr
external auth: 'Dilysu Trydydd Parti:'
continue: Cofrestru
terms accepted: Diolch am dderbyn telerau newydd cyfranwyr!
- privacy_policy: polisi preifatrwydd
+ email_help:
+ privacy_policy: polisi preifatrwydd
+ consider_pd_html: Rwy'n ystyried fy nghyfraniadau i fod yn y %{consider_pd_link}.
consider_pd: parth cyhoeddus
or: neu
use external auth: neu gofrestru gyda thrydydd parti
add as friend: Ychwanegu ffrind
mapper since: 'Yn mapio ers:'
last map edit: 'Golygiad map diwethaf:'
+ no activity yet: Dim gweithgaredd eto
uid: 'ID Defnyddiwr:'
ct status: 'Telerau cyfrannwr:'
ct undecided: Heb Benderfynu
create_block: Rhwystro'r Defnyddiwr hwn
activate_user: Gwneud y cyfri'n fyw
confirm_user: Cadarnhau'r Defnyddiwr
+ unconfirm_user: Dad-gadarnhau'r defnyddiwr hwn
+ unsuspend_user: Dad-atal y defnyddiwr hwn
hide_user: Cuddio'r Defnyddiwr
unhide_user: Datguddio'r Defnyddiwr
delete_user: Dileu'r Defnyddiwr
index:
title: Defnyddwyr
heading: Defnyddwyr
+ older: Defnyddwyr Hŷn
+ newer: Defnyddwyr Newydd
summary_html: Crëwyd %{name} o %{ip_address} ar %{date}
summary_no_ip_html: '%{name} wedi''i greu ar %{date}'
confirm: Cadarnhau Defnyddwyr Dewisiedig
heading_html: Wrthi'n golygu bloc ar %{name}
show: Gweld y bloc hwn
back: Gweld pob bloc
+ create:
+ flash: Wedi creu bloc ar ddefnyddiwr %{name}.
update:
+ only_creator_can_edit: Dim ond y cymedrolwr a grëodd y bloc hwn all ei olygu.
success: Bloc wedi'i ddiweddaru.
index:
title: Blociau defnyddiwr
heading: Rhestr o flociau defnyddwyr
empty: Dim blociau eto.
revoke:
+ title: Yn dadflocio %{block_on}
revoke: Dad-flocio!
+ flash: Tynnwyd y bloc hwn.
revoke_all:
empty: Nid oes gan %{name} flociau gweithredol.
active_blocks:
deleted_ago_by_html: Slettet %{time_ago} af %{user}
edited_ago_by_html: Redigeret %{time_ago} af %{user}
version: Version
+ redacted_version: Redigeret version
in_changeset: Ændringssæt
anonymous: anonym
no_comment: (ingen kommentar)
other: '%{count} veje'
download_xml: Hent XML
view_history: Se historik
+ view_unredacted_history: Vis uredigeret historik
view_details: Se detaljer
+ view_redacted_data: Vis redigeret data
+ view_redaction_message: Vis redigeringsbesked
location: 'Sted:'
node:
title_html: 'Punkt: %{name}'
created: Oprettet
closed: Lukket
belongs_to: Forfatter
+ subscribe:
+ heading: Abonner på den følgende ændringssæt-diskussion?
+ button: Abonner på diskussion
+ unsubscribe:
+ heading: Vil du afmelde følgende diskussion om ændringssæt?
+ button: Afmeld diskussion
+ heading:
+ title: Ændringssæt %{id}
+ created_by_html: Oprettet af %{link_user} %{created}.
+ no_such_entry:
+ title: Intet sådant ændringssæt
+ heading: 'Intet indlæg med id: %{id}'
+ body: Der findes desværre intet ændringssæt med id %{id}. Tjek stavningen, eller
+ måske er linket du trykkede på forkert.
show:
title: 'Ændringssæt: %{id}'
+ created: 'Oprettet: %{when}'
+ closed: 'Lukket: %{when}'
created_ago_html: Oprettet %{time_ago}
closed_ago_html: Lukket %{time_ago}
created_ago_by_html: Oprettet %{time_ago} af %{user}
show:
title: Blog for %{user} | %{title}
user_title: Blog for %{user}
+ discussion: Diskussion
+ subscribe: Abonnér
+ unsubscribe: Afmeld
leave_a_comment: Tilføj en kommentar
login_to_leave_a_comment_html: '%{login_link} for at kommentere'
login: Log ind
title: OpenStreetMap-blogindlæg
description: Seneste blogindlæg fra brugere af OpenStreetMap
subscribe:
+ heading: Abonner på følgende dagbogsindlægsdiskussion?
button: Abonner på diskussion
unsubscribe:
heading: Vil du afmelde følgende dagbogsindlægsdiskussion?
+ button: Afmeld diskussion
diary_comments:
index:
title: Kommentarer til blogindlæg tilføjet af %{user}
contact_the_community_html: Vær velkommen til at %{contact_link} OpenStreetMap-fællesskabet
hvis du finder et dødt link eller en fejl. Noter venligst den eksakte URL
hvorpå fejlen opstod.
+ bad_request:
+ title: Dårlig anmodning
+ description: Den handling, du anmodede om på OpenStreetMap-serveren, er ikke
+ gyldig (HTTP 400)
forbidden:
title: Adgang forbudt
description: Den handling du anmodede om på OpenStreetMap-serveren er kun tilgængelig
college: Universitetsbygning
commercial: Erhvervsbygning
construction: Bygning under opførsel
+ cowshed: Kostald
detached: Parcelhus
dormitory: Kollegium
duplex: Dobbelthus
shed: Skur
stable: Hestestald
static_caravan: Husvogn
+ sty: Svinesti
temple: Tempelbygning
terrace: Rækkehus
train_station: Jernbanestation
more: Mere
user_mailer:
diary_comment_notification:
+ description: 'OpenStreetMap dagbogindlæg #%{id}'
subject: '[OpenStreetMap] %{user} kommenterede på et blogindlæg'
hi: Hej %{to_user},
header: '%{from_user} har kommenteret på OpenStreetMap-blogindlægget med emnet
%{commenturl} eller sende en besked til forfatteren på %{replyurl}
footer_html: Du kan også læse kommentaren på %{readurl}, og du kan kommentere
på %{commenturl} eller sende en besked til forfatteren på %{replyurl}
+ footer_unsubscribe: Du kan afmelde diskussionen på %{unsubscribeurl}
+ footer_unsubscribe_html: Du kan afmelde diskussionen på %{unsubscribeurl}
message_notification:
subject: '[OpenStreetMap] %{message_title}'
hi: Hej %{to_user},
click_the_link: Hvis dette er dig, så klik på linket nedenfor for at nulstille
din adgangskode.
note_comment_notification:
+ description: 'OpenStreetMap-note #%{id}'
anonymous: En anonym bruger
greeting: Hej,
commented:
Bemærkningen er i nærheden af %{place}.'
commented_note_html: '%{commenter} har genaktiveret en kortbemærkning du har
kommenteret. Bemærkningen er i nærheden af %{place}.'
- details: Flere oplysninger om bemærkningen kan findes på %{url}.
- details_html: Flere oplysninger om kortbemærkningen kan findes på %{url}.
+ details: Besvar eller få mere at vide om bemærkningen på %{url}.
+ details_html: Besvar eller få mere at vide om bemærkningen på %{url}.
changeset_comment_notification:
description: 'OpenStreetMap-ændringssæt #%{id}'
hi: Hej %{to_user},
partial_changeset_with_comment: med kommentaren '%{changeset_comment}'
partial_changeset_with_comment_html: med kommentaren '%{changeset_comment}'
partial_changeset_without_comment: uden kommentar
- details: Flere oplysninger om ændringssættet kan findes på %{url}.
- details_html: Flere oplysninger om ændringssættet kan findes på %{url}.
+ details: Besvar eller få mere at vide om ændringssættet på %{url}.
+ details_html: Besvar eller få mere at vide om ændringssættet på %{url}.
unsubscribe: Du kan afmelde opdateringer om dette ændringssæt på %{url}.
unsubscribe_html: Du kan afmelde opdateringer om dette ændringssæt på %{url}.
confirmations:
new:
title: Log ind
tab_title: Log ind
+ login_to_authorize_html: Log ind på OpenStreetMap for at få adgang til %{client_app_name}.
email or username: E-mailadresse eller brugernavn
password: Adgangskode
remember: Husk mig
lost password link: Glemt din adgangskode?
login_button: Log ind
register now: Registrér nu
- with external: 'Alternativt kan du bruge en tredjepart for at logge ind:'
+ with external: eller log ind med en tredjepart
+ or: eller
auth failure: Kunne ikke logge på med disse oplysninger.
destroy:
title: Log af
contributors_fr_credit_html: '%{france}: Indeholder data fra Direction Générale
des Impôts.'
contributors_fr_france: Frankrig
+ contributors_hr_credit_html: |-
+ %{croatia}: Indeholder data fra %{dgu_link} og %{open_data_portal}
+ (offentlig information om Kroatien).
+ contributors_hr_croatia: Kroatien
+ contributors_hr_dgu: Kroatiens statsgeodætiske administration
+ contributors_hr_open_data_portal: Den nationale portal for åbne data
contributors_nl_credit_html: '%{netherlands}: Indeholder © AND data,
2007 (%{and_link}).'
contributors_nl_netherlands: Holland
title: Hjælp for nybegyndere
description: Hjælp for nybegyndere, som vedligeholdes af fællesskabet.
community:
- title: Fællesskabs-forum
- description: Et sted for fælles diskussioner om OpenStreetMap.
+ title: Hjælp og fællesskabsforum
+ description: Et fælles sted til at søge hjælp og have samtaler om OpenStreetMap.
mailing_lists:
title: Mailinglister
description: Stil et spørgsmål eller diskuter interessante spørgsmål på en
identifiable: IDENTIFICERBAR
private: PRIVAT
trackable: SPORBAR
+ details_with_tags_html: '%{time_ago} af %{user} i %{tags}'
+ details_without_tags_html: '%{time_ago} af %{user}'
index:
public_traces: Offentlige GPS-spor
my_gps_traces: Mine GPS-spor
other: GPX fil med %{count} punkter fra %{user}
description_without_count: GPX fil fra %{user}
application:
+ basic_auth_disabled: 'Grundlæggende HTTP-godkendelse er deaktiveret: %{link}'
+ oauth_10a_disabled: 'OAuth 1.0 og 1.0a er deaktiveret: %{link}'
permission_denied: Du har ikke rettigheder til at udføre den handling
require_cookies:
cookies_needed: Du har tilsyneladende deaktiveret cookies i din browser. Aktivér
oauth2_authorizations: OAuth 2-autorisationer
muted_users: Stillegjorte Brugere
auth_providers:
- openid_logo_alt: Log på med et OpenID
+ openid_login_button: Fortsæt
openid:
- title: Log på med OpenID
- alt: Log på med en OpenID-URL
+ title: Log ind med OpenID
+ alt: OpenID-logo
google:
- title: Log på med Google
- alt: Log på med et Google OpenID
+ title: Log ind med Google
+ alt: Google-logo
facebook:
- title: Log på med Facebook
- alt: Log på med en Facebook-konto
+ title: Log ind med Facebook
+ alt: Facebook-logo
microsoft:
title: Log ind med Microsoft
- alt: Log ind med en Microsoft-konto
+ alt: Microsoft-logo
github:
title: Log ind med GitHub
- alt: Log ind med en GitHub-konto
+ alt: GitHub-logo
wikipedia:
title: Log ind med Wikipedia
- alt: Log ind med en Wikipedia-konto
- wordpress:
- title: Log på med Wordpress
- alt: Log på med et Wordpress OpenID
- aol:
- title: Log på med AOL
- alt: Log på med et AOL OpenID
+ alt: Wikipedia-logo
oauth:
authorize:
title: Tillad adgang til din konto
write_redactions: Rediger kortdata
read_email: Læse brugerens e-mailadresse
skip_authorization: Godkend applikation automatisk
+ for_roles:
+ moderator: Denne tilladelse er til handlinger, der kun er tilgængelige for moderatorer
oauth_clients:
new:
title: Registrere en ny applikation
+ disabled: Registrering af OAuth 1-applikationer er blevet deaktiveret
edit:
title: Redigere din applikation
show:
title: Mine autoriserede applikationer
application: Applikation
permissions: Tilladelser
+ last_authorized: Sidst autoriseret
no_applications_html: Du har endnu ikke autoriseret nogle %{oauth2}-applikationer.
application:
revoke: Fjern adgang
users:
new:
title: Opret konto
+ tab_title: Opret en konto
+ signup_to_authorize_html: Tilmeld dig OpenStreetMap for at få adgang til %{client_app_name}.
no_auto_account_create: Vi kan desværre ikke oprette en konto automatisk for
dig pt.
please_contact_support_html: Kontakt venligst %{support_link} for at få oprettet
header: Fri og redigerbar
paragraph_1: Til forskel fra andre kort, er OpenStreetMap skabt af folk som
dig, og er gratis for enhver både at rette, opdatere, downloade og anvende.
- paragraph_2: Opret en konto for at kunne bidrage. Vi sender dig en e-mail
- for at bekræfte kontoen.
+ paragraph_2: Opret en konto for at bidrage.
+ welcome: Velkommen til OpenStreetMap
+ duplicate_social_email: Hvis du allerede har en OpenStreetMap-konto og ønsker
+ at bruge en tredjeparts identitetsudbyder, skal du logge ind med din adgangskode
+ og ændre indstillingerne for din konto.
display name description: Dit offentligt synlige brugernavn. Du kan ændre dette
senere i indstillingerne.
+ by_signing_up:
+ html: Ved at tilmelde dig accepterer du vores %{tou_link}, %{privacy_policy_link}
+ og %{contributor_terms_link}.
+ privacy_policy: privatlivs-politik
+ privacy_policy_title: OSMF privatlivs-politik inklusiv afsnit om e-mailadresser
+ contributor_terms: vilkår for bidragsydere
+ tou: brugsbetingelser
external auth: 'Tredjeparts-godkendelse:'
continue: Opret konto
terms accepted: Tak for at du accepterede de nye vilkår for bidragsydere!
- email_help_html: Din adresse vises ikke offentligt. Se vores %{privacy_policy_link}
- for flere oplysninger.
- privacy_policy: privatlivs-politik
- privacy_policy_title: OSMF privatlivs-politik inklusiv afsnit om e-mailadresser
- use external auth: Alternativt kan du bruge en tredjepart for at logge på
+ email_help:
+ privacy_policy: privatlivspolitik
+ privacy_policy_title: OSMF privatlivspolitik inklusiv afsnit om e-mailadresser
+ html: Din adresse vises ikke offentligt. Se vores %{privacy_policy_link} for
+ flere oplysninger.
+ consider_pd_html: Jeg anser mine bidrag for at være i %{consider_pd_link}.
+ consider_pd: offentligt domæne
+ or: eller
+ use external auth: eller tilmeld dig med en tredjepart
terms:
title: Vilkår
heading: Vilkår
remove as friend: Fjern som ven
add as friend: Tilføj som ven
mapper since: 'Kortlægger siden:'
+ last map edit: 'Sidste kortredigering:'
+ no activity yet: Ingen aktivitet endnu
uid: 'Bruger-ID:'
ct status: 'Vilkår for bidragsydere:'
ct undecided: Uafklaret
index:
title: Brugere
heading: Brugere
+ older: Ældre brugere
+ newer: Nyere brugere
+ found_users:
+ one: '%{count} bruger fundet'
+ other: '%{count} brugere fundet'
summary_html: '%{name} oprettet fra %{ip_address} på %{date}'
summary_no_ip_html: '%{name} oprettet på %{date}'
confirm: Bekræft valgte brugere
reason: Årsag til blokering
status: Status
revoker_name: Tilbagekaldt af
+ older: Ældre blokeringer
+ newer: Nyere blokeringer
+ navigation:
+ all_blocks: Alle blokeringer
+ blocks_on_me: Blokeringer af mig
+ blocks_on_user: Blokeringer af %{user}
+ blocks_by_me: Blokeringer udført af mig
+ blocks_by_user: Blokeringer af %{user}
+ block: 'Blokering #%{id}'
user_mutes:
index:
title: Stillegjorte Brugere
intro: Opdaget en fejl eller noget der mangler? Lad andre kortlæggere vide det,
så vi kan ordne det. Flyt markøren til den korrekte position, og skriv en
bemærkning for at forklare problemet.
+ anonymous_warning_html: Du er ikke logget ind. %{log_in} eller %{sign_up}, hvis
+ du vil modtage opdateringer til din note.
+ anonymous_warning_log_in: Log ind
+ anonymous_warning_sign_up: tilmeld dig
advice: Dine oplysninger er offentlige og vil måske blive brugt til at opdatere
kortet, så indtast ikke personlige oplysninger eller oplysninger fra kort
beskyttet af ophavsret eller mappeoversigter.
# Author: Str4nd
# Author: Suriyaa Kudo
# Author: Sushi
+# Author: TMg
# Author: Tehabe
# Author: The Evil IP address
# Author: ThePiscin
college: Hochschulgebäude
commercial: Gewerbegebäude
construction: Gebäude im Bau
+ cowshed: Kuhstall
detached: Freistehendes Einfamilienhaus
dormitory: Wohnheim
duplex: Doppelhaus
shed: Schuppen
stable: Pferdestall
static_caravan: Wohnwagen
+ sty: Schweinestall
temple: Tempelgebäude
terrace: Reihenhaus
train_station: Bahnhofsgebäude
contributors_2_html: Weitere Einzelheiten zu diesen und anderen Quellen, die
zur Verbesserung von OpenStreetMap verwendet wurden, findest du unter %{contributors_page_link}
im OpenStreetMap-Wiki.
- contributors_2_contributors_page: Seite der Benutzers
+ contributors_2_contributors_page: Quellenhinweise
contributors_footer_2_html: Die Einbeziehung von Daten bei OpenStreetMap bedeutet
nicht, dass der ursprüngliche Datenlieferant OpenStreetMap unterstützt,
Gewährleistung dafür gibt oder die Haftung dafür übernimmt.
oauth2_authorizations: OAuth 2-Berechtigungen
muted_users: Stummgeschaltete Benutzer
auth_providers:
- openid_logo_alt: Mit einer OpenID anmelden
+ openid_url: OpenID-URL
openid_login_button: Fortfahren
openid:
title: Mit OpenID anmelden
- alt: Mit einer OpenID-URL anmelden
+ alt: OpenID Logo
google:
title: Mit Google anmelden
- alt: Mit einer Google-OpenID anmelden
+ alt: Google Logo
facebook:
title: Mit Facebook anmelden
- alt: Mit einem Facebook-Konto anmelden
+ alt: Facebook Logo
microsoft:
title: Mit Microsoft anmelden
- alt: Mit einem Microsoft-Konto anmelden
+ alt: Microsoft Logo
github:
title: Mit GitHub anmelden
- alt: Mit einem GitHub-Konto anmelden
+ alt: GitHub Logo
wikipedia:
title: Mit Wikipedia anmelden
- alt: Mit einem Wikipedia-Benutzerkonto anmelden
- wordpress:
- title: Mit Wordpress anmelden
- alt: Mit einer Wordpress-OpenID anmelden
- aol:
- title: Mit AOL anmelden
- alt: Mit einer AOL-OpenID anmelden
+ alt: Wikipedia Logo
oauth:
authorize:
title: Zugriff auf dein Benutzerkonto autorisieren
mit deinem Passwort an und ändere die Einstellungen deines Kontos.
display name description: Dein öffentlich angezeigter Benutzername. Er kann
später in den Einstellungen geändert werden.
- by_signing_up_html: Mit Ihrer Anmeldung stimmen Sie unseren %{tou_link}, %{privacy_policy_link}
- und %{contributor_terms_link} zu.
+ by_signing_up:
+ html: Mit Ihrer Anmeldung stimmen Sie unseren %{tou_link}, %{privacy_policy_link}
+ und %{contributor_terms_link} zu.
+ privacy_policy: Datenschutzrichtlinie
+ privacy_policy_title: OSMF-Datenschutzrichtlinie einschließlich Abschnitt
+ zu E-Mail-Adressen
+ contributor_terms: Bedingungen für Mitwirkende
tou: Nutzungsbedingungen
- contributor_terms: Bedingungen für Mitwirkende
external auth: 'Drittparteiauthentifikation:'
continue: Registrieren
terms accepted: Vielen Dank, dass du den neuen Bedingungen für Mitwirkende zugestimmt
hast!
- email_help_html: Deine Adresse wird nicht öffentlich angezeigt. Weitere Informationen
- findest du in unserer %{privacy_policy_link}.
- privacy_policy: Datenschutzrichtlinie
- privacy_policy_title: OSMF-Datenschutzrichtlinie einschließlich Abschnitt zu
- E-Mail-Adressen
+ email_help:
+ privacy_policy: Datenschutzrichtlinie
+ privacy_policy_title: OSMF-Datenschutzrichtlinie mit Abschnitt über E-Mail-Adressen
+ html: Deine Adresse wird nicht öffentlich angezeigt. Weitere Informationen
+ findest du in unserer %{privacy_policy_link}.
consider_pd_html: Ich betrachte meine Beiträge als %{consider_pd_link}.
consider_pd: gemeinfrei
or: oder
public_traces: Pêron rê akerde rêçê GPS
public_traces_from: '%{user} ra pêron rê akerde rêçê GPS'
tagged_with: '%{tags} ya etiketyayo'
- application:
- auth_providers:
- openid_logo_alt: OpenID ya dekewê de
oauth_clients:
show:
edit: Teferuatan bıvurne
need_to_see_terms: Twój pśistup na API jo nachylu wusajźony. Pšosym pśizjaw
se k webpówjerchoju, aby se wužywarske wuměnjenja woglědał. Njetrjebaš zwóliś
do nich, musyš se je jano woglědaś.
- auth_providers:
- openid_logo_alt: Z OpenID se pśizjawiś
oauth:
authorize:
title: Pśistup na twójo konto awtorizěrowaś
# Author: KATRINE1992
# Author: KATRINE1993
# Author: Kiriakos
+# Author: KonVog
# Author: Kongr43gpen
# Author: Logictheo
# Author: Macofe
issue_comment:
create: Προσθήκη σχολίου
message:
- create: ΣÏ\84είλε
+ create: Î\91Ï\80οÏ\83Ï\84ολή
client_application:
create: Εγγραφή
update: Ενημέρωση
hidden_comment_by_html: Κρυφό σχόλιο από %{user} %{time_ago}
hide_comment: απόκρυψη
unhide_comment: επανεμφάνιση
- comment: Σχολιάζω
+ comment: Σχολιάστε
changesetxml: Ομάδας αλλαγών XML
osmchangexml: osmChange XML
paging_nav:
oauth2_authorizations: Εξουσιοδοτήσεις OAuth 2
muted_users: Χρήστες σε Σίγαση
auth_providers:
- openid_logo_alt: Σύνδεση με ένα OpenID
openid_login_button: Συνέχεια
openid:
title: Σύνδεση με OpenID
wikipedia:
title: Σύνδεση με Wikipedia
alt: Συνδεθείτε με λογαριασμό Wikipedia
- wordpress:
- title: Σύνδεση με Wordpress
- alt: Σύνδεση με ένα Wordpress OpenID
- aol:
- title: Σύνδεση με AOL
- alt: Σύνδεση με ένα AOL OpenID
oauth:
authorize:
title: Επιτρέψτε την πρόσβαση στο λογαριασμό σας
welcome: Καλώς ήλθατε στο OpenStreetMap
display name description: Το δημόσια εμφανιζόμενο όνομα χρήστη. Μπορείτε να
το αλλάξετε αργότερα από τις προτιμήσεις.
+ by_signing_up:
+ privacy_policy: πολιτική απορρήτου
+ privacy_policy_title: Πολιτική απορρήτου OSMF, συμπεριλαμβανομένης της ενότητας
+ για τις διευθύνσεις ηλεκτρονικού ταχυδρομείου
+ contributor_terms: όρους συνεισφοράς
tou: όροι χρήσης
- contributor_terms: όρους συνεισφοράς
external auth: 'Έλεγχος ταυτότητας από τρίτο μέρος:'
continue: Εγγραφή
terms accepted: Ευχαριστούμε για την αποδοχή των νέων όρων συνεισφοράς!
- email_help_html: Η διεύθυνσή σας δεν εμφανίζεται δημόσια, ανατρέξτε στην %{privacy_policy_link}
- για περισσότερες πληροφορίες.
- privacy_policy: πολιτική απορρήτου
- privacy_policy_title: Πολιτική απορρήτου OSMF, συμπεριλαμβανομένης της ενότητας
- για τις διευθύνσεις ηλεκτρονικού ταχυδρομείου
+ email_help:
+ html: Η διεύθυνσή σας δεν εμφανίζεται δημόσια, ανατρέξτε στην %{privacy_policy_link}
+ για περισσότερες πληροφορίες.
consider_pd_html: Θεωρώ τις συνεισφορές μου να είναι στο %{consider_pd_link}.
consider_pd: κοινό κτήμα
or: ή
to the web interface to view the Contributor Terms. You do not need to agree,
but you must view them.
auth_providers:
- openid_logo_alt: Log in with an OpenID
openid:
title: Login with OpenID
alt: Login with an OpenID URL
wikipedia:
title: Login with Wikipedia
alt: Login with a Wikipedia Account
- wordpress:
- title: Login with Wordpress
- alt: Login with a Wordpress OpenID
- aol:
- title: Login with AOL
- alt: Login with an AOL OpenID
oauth:
authorize:
title: Authorise access to your account
way: "way"
relation: "relation"
start_rjs:
- feature_warning: "Loading %{num_features} features, which may make your browser slow or unresponsive. Are sure you want to display this data?"
+ feature_warning: "Loading %{num_features} features, which may make your browser slow or unresponsive. Are you sure you want to display this data?"
load_data: "Load Data"
loading: "Loading..."
tag_details:
comment: Comment
newer_comments: "Newer Comments"
older_comments: "Older Comments"
+ new:
+ heading: Add a comment to the following diary entry discussion?
doorkeeper:
errors:
messages:
oauth2_authorizations: OAuth 2 authorizations
muted_users: Muted Users
auth_providers:
- openid_logo_alt: "Log in with an OpenID"
- openid_html: "%{logo} OpenID"
+ openid_url: "OpenID URL"
openid_login_button: "Continue"
openid:
title: Log in with OpenID
- alt: Log in with an OpenID URL
+ alt: OpenID logo
google:
title: Log in with Google
- alt: Log in with a Google OpenID
+ alt: Google logo
facebook:
title: Log in with Facebook
- alt: Log in with a Facebook Account
+ alt: Facebook logo
microsoft:
title: Log in with Microsoft
- alt: Log in with a Microsoft Account
+ alt: Microsoft logo
github:
title: Log in with GitHub
- alt: Log in with a GitHub Account
+ alt: GitHub logo
wikipedia:
title: Log in with Wikipedia
- alt: Log in with a Wikipedia Account
- wordpress:
- title: Log in with Wordpress
- alt: Log in with a Wordpress OpenID
- aol:
- title: Log in with AOL
- alt: Log in with an AOL OpenID
+ alt: Wikipedia logo
oauth:
authorize:
title: "Authorize access to your account"
welcome: "Welcome to OpenStreetMap"
duplicate_social_email: "If you already have an OpenStreetMap account and wish to use a 3rd party identity provider, please log in using your password and modify the settings of your account."
display name description: "Your publicly displayed username. You can change this later in the preferences."
- by_signing_up_html: "By signing up, you agree to our %{tou_link}, %{privacy_policy_link} and %{contributor_terms_link}."
+ by_signing_up:
+ html: "By signing up, you agree to our %{tou_link}, %{privacy_policy_link} and %{contributor_terms_link}."
+ privacy_policy: privacy policy
+ privacy_policy_url: https://wiki.osmfoundation.org/wiki/Privacy_Policy
+ privacy_policy_title: OSMF privacy policy including section on email addresses
+ contributor_terms_url: "https://wiki.osmfoundation.org/wiki/Licence/Contributor_Terms"
+ contributor_terms: "contributor terms"
tou: "terms of use"
- contributor_terms_url: "https://wiki.osmfoundation.org/wiki/Licence/Contributor_Terms"
- contributor_terms: "contributor terms"
external auth: "Third Party Authentication:"
continue: Sign Up
terms accepted: "Thanks for accepting the new contributor terms!"
- email_help_html: 'Your address is not displayed publicly, see our %{privacy_policy_link} for more information.'
- privacy_policy: privacy policy
- privacy_policy_url: https://wiki.osmfoundation.org/wiki/Privacy_Policy
- privacy_policy_title: OSMF privacy policy including section on email addresses
+ email_help:
+ privacy_policy: privacy policy
+ privacy_policy_url: https://wiki.osmfoundation.org/wiki/Privacy_Policy
+ privacy_policy_title: OSMF privacy policy including section on email addresses
+ html: 'Your address is not displayed publicly, see our %{privacy_policy_link} for more information.'
consider_pd_html: "I consider my contributions to be in the %{consider_pd_link}."
consider_pd: "public domain"
consider_pd_url: https://wiki.osmfoundation.org/wiki/Licence_and_Legal_FAQ/Why_would_I_want_my_contributions_to_be_public_domain
college: Postmezgrada lernejo (konstruaĵo)
commercial: Oficeja/komerca konstruaĵo
construction: Konstruaĵo dum konstruado
+ cowshed: Bov-stalo
detached: Liberstaranta domo
dormitory: Studenthejmo
duplex: Ĝemela domo
shed: Budo
stable: Ĉeval-stalo
static_caravan: Movdomo (nemovata)
+ sty: Pork-stalo
temple: Templo (konstruaĵo)
terrace: Envicaj domoj
train_station: Fervoj-stacio (konstruaĵo)
oauth2_authorizations: Rajtigoj OAuth 2
muted_users: Silentigitaj uzantoj
auth_providers:
- openid_logo_alt: Ensaluti per OpenID
+ openid_url: retadreso de OpenID
openid_login_button: Daŭrigi
openid:
title: Ensaluti per OpenID
- alt: Ensaluti per ligilo OpenID
+ alt: markemblemo de OpenID
google:
title: Ensaluti per Google
- alt: Ensaluti per Google OpenID
+ alt: markemblemo de Google
facebook:
title: Ensaluti per Facebook
- alt: Ensaluti per konto Facebook
+ alt: markemblemo de Facebook
microsoft:
title: Ensaluti per Microsoft
- alt: Ensaluti per konto Microsoft
+ alt: markemblemo de Microsoft
github:
title: Ensaluti per GitHub
- alt: Ensaluti per konto GitHub
+ alt: markemblemo de GitHub
wikipedia:
title: Ensaluti per Vikipedio
- alt: Ensaluti per Vikipedia konto
- wordpress:
- title: Ensaluti per Wordpress
- alt: Ensaluti per Wordpress OpenID
- aol:
- title: Ensaluti per AOL
- alt: Ensaluti per AOL OpenID
+ alt: markemblemo de Vikipedio
oauth:
authorize:
title: Rajtigi aliron al via konto
via konto.
display name description: Via publike montrata uzantnomo. Vi povas ŝanĝi ĝin
poste per la agordoj.
- by_signing_up_html: 'Registriĝante vi konsentas kun niaj regularoj: %{tou_link},
- %{privacy_policy_link} kaj %{contributor_terms_link}.'
+ by_signing_up:
+ html: 'Registriĝante vi konsentas kun niaj regularoj: %{tou_link}, %{privacy_policy_link}
+ kaj %{contributor_terms_link}.'
+ privacy_policy: Privateca politiko
+ privacy_policy_title: privateca politiko de OSMF enhavanta sekcion pri uzo
+ de retpoŝta adreso
+ contributor_terms: Interkonsento pri kontribuado
tou: Kondiĉoj de uzado
- contributor_terms: Interkonsento pri kontribuado
external auth: 'Ensaluti per ekstera servo:'
continue: Registriĝi
terms accepted: Dankon por akcepto de nova interkonsento pri kontribuado!
- email_help_html: Via retpoŝta adreso ne estas publike montrata, legu la dokumenton
- %{privacy_policy_link} por pli da informoj.
- privacy_policy: Privateca politiko
- privacy_policy_title: privateca politiko de OSMF enhavanta sekcion pri uzo de
- retpoŝta adreso
+ email_help:
+ privacy_policy: privatecan politikon
+ privacy_policy_title: privateca politiko de OSMF enhavanta sekcion pri uzo
+ de retpoŝta adreso
+ html: Via retpoŝta adreso ne estas publike montrata, legu nian %{privacy_policy_link}
+ por pli da informoj.
consider_pd_html: Mi konsideras ke miaj kontribuoj estu eldonitaj en la %{consider_pd_link}.
consider_pd: publika havaĵo
or: aŭ
# Author: Hufkratzer
# Author: Idontknow
# Author: Ignaciolep
+# Author: Ignatgg
# Author: Indiralena
# Author: Invadinado
# Author: JDíaz32
index:
title: Comentarios de diario añadidos por %{user}
heading: Comentarios del diario de %{user}
- subheading_html: Comentarios del diario añadidos por %{user}
+ subheading_html: Comentarios de diario añadidos por %{user}
no_comments: Ningún comentario de diario
post: Publicación
when: Cuando
college: Edificio de institución educativa
commercial: Edificio de comercios
construction: Edificio en construcción
+ cowshed: Establo
detached: Casa independiente
dormitory: Residencia de estudiantes
duplex: Casa dúplex
shed: Cobertizo
stable: Establo
static_caravan: Caravana
+ sty: Pocilga
temple: Edificio de templo
terrace: Edificio terraza
train_station: Edificio de estación de tren
oauth2_authorizations: Autorizaciones de OAuth 2
muted_users: Usuarios silenciados
auth_providers:
- openid_logo_alt: Inicia sesión con una OpenID
openid_login_button: Continuar
openid:
title: Inicia sesión con OpenID
- alt: Inicia sesión con una URL OpenID
+ alt: Logotipo de OpenID
google:
title: Inicia sesión con Google
- alt: Inicia sesión con una OpenID de Google
+ alt: Logotipo de Google
facebook:
title: Inicia sesión con Facebook
- alt: Inicia sesión con una cuenta de Facebook
+ alt: Logotipo de Facebook
microsoft:
title: Inicia sesión con Microsoft
- alt: Inicia sesión con una cuenta Microsoft
+ alt: Logotipo de Microsoft
github:
title: Inicia sesión con GitHub
- alt: Inicia sesión con una cuenta de GitHub
+ alt: Logotipo de GitHub
wikipedia:
title: Inicia sesión con Wikipedia
- alt: Inicia sesión con una cuenta de Wikipedia
- wordpress:
- title: Inicia sesión con Wordpress
- alt: Inicia sesión con una OpenID de Wordpress
- aol:
- title: Inicia sesión con AOL
- alt: Inicia sesión con una OpenID de AOL
+ alt: Logotipo de Wikipedia
oauth:
authorize:
title: Autorizar el acceso a tu cuenta
la configuración de tu cuenta.
display name description: Tu nombre de usuario público. Puedes cambiarlo más
tarde en las preferencias.
- by_signing_up_html: Al inscribirse, estás de acuerdo con nuestro %{tou_link},
- %{privacy_policy_link} y %{contributor_terms_link}.
+ by_signing_up:
+ html: Al inscribirse, estás de acuerdo con nuestro %{tou_link}, %{privacy_policy_link}
+ y %{contributor_terms_link}.
+ privacy_policy: política de privacidad
+ privacy_policy_title: Política de privacidad de la OSMF, incluida la sección
+ sobre direcciones de correo electrónico
+ contributor_terms: términos de colaborador
tou: términos de uso
- contributor_terms: términos de colaborador
external auth: 'Autentificación de terceros:'
continue: Registrarse
terms accepted: ¡Gracias por aceptar los nuevos Términos de Colaborador!
- email_help_html: Tu dirección no se mostrará públicamente, consulta nuestra
- %{privacy_policy_link} para obtener más información.
- privacy_policy: normativa de privacidad
- privacy_policy_title: Política de privacidad de la OSMF, incluida la sección
- sobre direcciones de correo electrónico
+ email_help:
+ privacy_policy: política de privacidad
+ privacy_policy_title: Política de privacidad de la OSMF, incluida la sección
+ sobre direcciones de correo electrónico
+ html: Tu dirección no se mostrará públicamente, consulta nuestra %{privacy_policy_link}
+ para obtener más información.
consider_pd_html: Considero que mis contribuciones estén en el %{consider_pd_link}.
consider_pd: dominio público
consider_pd_url: https://www.osmfoundation.org/wiki/License/Why_would_I_want_my_contributions_to_be_public_domain
changeset: Muudatuskogum
changeset_tag: Muudatuskogumi silt
country: Riik
- diary_comment: Päeviku kommentaar
- diary_entry: Päeviku sissekanne
+ diary_comment: Päevikukommentaar
+ diary_entry: Päevikusissekanne
friend: Sõber
language: Keel
message: Sõnum
support_url: Toe URL
allow_read_prefs: lugeda tema kasutajaeelistusi
allow_write_prefs: muuta tema kasutajaeelistusi
- allow_write_diary: luua päeviku sissekandeid, kommenteerida ja lisada sõpru
+ allow_write_diary: luua päevikusissekandeid, kommenteerida ja lisada sõpru
allow_write_api: muuta kaarti
allow_read_gpx: lugeda tema isiklikke GPS-radu
allow_write_gpx: laadida üles GPS-radu
pärast konto kustutamist.
retain_edits: Sinu muudatused kaardiandmebaasis säilivad, kui oled neid teinud.
retain_traces: Sinu rajad säilivad, kui oled neid üles laadinud.
- retain_diary_entries: Sinu päeviku sissekanded ja päeviku kommentaarid säilivad,
+ retain_diary_entries: Sinu päevikusissekanded ja päevikukommentaarid säilivad,
kui oled neid kirjutanud, kuid need peidetakse.
retain_notes: Sinu märkused kaardil ja märkuste kommentaarid säilivad, kui
oled neid kirjutanud, kuid need peidetakse.
nearby_diaries: lähedalasuvate kasutajate päevikusissekanded
diary_entries:
new:
- title: Uus päeviku sissekanne
+ title: Uus päevikusissekanne
form:
location: Asukoht
use_map_link: Kasuta kaarti
title_friends: Sõprade päevikud
title_nearby: Lähedalasuvate kasutajate päevikud
user_title: Kasutaja %{user} päevik
- in_language_title: Päeviku sissekanded (%{language})
- new: Uus päeviku sissekanne
+ in_language_title: Päevikusissekanded (%{language})
+ new: Uus päevikusissekanne
new_title: Lisa päevikusse uus sissekanne
my_diary: Minu päevik
no_entries: Päevikus pole sissekandeid.
- recent_entries: Hiljutised päeviku sissekanded
+ recent_entries: Hiljutised päevikusissekanded
older_entries: Vanemad...
newer_entries: Uuemad...
edit:
- title: Muuda päeviku sissekannet
- marker_text: Päeviku sissekande tegemise asukoht
+ title: Muuda päevikusissekannet
+ marker_text: Päevikusissekande tegemise asukoht
show:
title: Kasutaja %{user} päevik | %{title}
user_title: Kasutaja %{user} päevik
discussion: Arutelu
+ subscribe: Telli
+ unsubscribe: Lõpeta tellimus
leave_a_comment: Kommenteeri
login_to_leave_a_comment_html: kommenteerimiseks %{login_link}
login: logi sisse
no_such_entry:
- title: Sellist päeviku sissekannet pole olemas
+ title: Sellist päevikusissekannet pole olemas
heading: Sissekannet ID-ga %{id} pole olemas
- body: Kahjuks ei leidu päeviku sissekannet või kommentaari id-ga %{id}. Kontrolli
+ body: Kahjuks ei leidu päevikusissekannet või -kommentaari ID-ga %{id}. Kontrolli
sisestatud lingi õigekirja. Võimalik, et link, millele klõpsasid, on vigane.
diary_entry:
posted_by_html: Postitas %{link_user} kuupäeval %{created} – %{language_link}.
edit: muuda
feed:
user:
- title: Kasutaja %{user} OpenStreetMapi päeviku sissekanded
- description: Kasutaja %{user} hiljutised OpenStreetMapi päeviku sissekanded
+ title: Kasutaja %{user} OpenStreetMapi päevikusissekanded
+ description: Kasutaja %{user} hiljutised OpenStreetMapi päevikusissekanded
language:
title: OpenStreetMapi päevikusissekanded keeles %{language_name}
description: Hiljutised OpenStreetMapi kasutajate päevikusissekanded keeles
title: OpenStreetMapi päevikusissekanded
description: Hiljutised OpenStreetMapi kasutajate päevikusissekanded
subscribe:
- heading: Kas soovid selle päeviku sissekande arutelu tellida?
+ heading: Kas soovid selle päevikusissekande arutelu tellida?
button: Telli arutelu
unsubscribe:
- heading: Kas soovid selle päeviku sissekande arutelu tellimusest loobuda?
+ heading: Kas soovid selle päevikusissekande arutelu tellimusest loobuda?
button: Loobu arutelu jälgimisest
diary_comments:
index:
- title: Kasutaja %{user} lisatud päeviku kommentaarid
- heading: Kasutaja %{user} päeviku kommentaarid
- subheading_html: Päeviku kommentaarid, mille on lisanud kasutaja %{user}
- no_comments: Päeviku kommentaarid puuduvad.
+ title: Kasutaja %{user} lisatud päevikukommentaarid
+ heading: Kasutaja %{user} päevikukommentaarid
+ subheading_html: Päevikukommentaarid, mille on lisanud kasutaja %{user}
+ no_comments: Päevikukommentaarid puuduvad.
post: Postitus
when: Millal
comment: Kommentaar
abiga.
categories:
diary_entry:
- spam_label: See päeviku sissekanne sisaldab rämpspostitust
- offensive_label: See päeviku sissekanne on kohatu või solvav
- threat_label: See päeviku sissekanne sisaldab ähvardust
+ spam_label: See päevikusissekanne sisaldab rämpspostitust
+ offensive_label: See päevikusissekanne on kohatu või solvav
+ threat_label: See päevikusissekanne sisaldab ähvardust
other_label: Muu
diary_comment:
- spam_label: See päeviku kommentaar sisaldab rämpspostitust
- offensive_label: See päeviku kommentaar on kohatu või solvav
- threat_label: See päeviku kommentaar sisaldab ähvardust
+ spam_label: See päevikukommentaar sisaldab rämpspostitust
+ offensive_label: See päevikukommentaar on kohatu või solvav
+ threat_label: See päevikukommentaar sisaldab ähvardust
other_label: Muu
user:
spam_label: See kasutajaprofiil sisaldab rämpspostitust
more: Veel
user_mailer:
diary_comment_notification:
- description: 'OpenStreetMapi päeviku sissekanne #%{id}'
- subject: '[OpenStreetMap] %{user} kommenteeris päeviku sissekannet'
+ description: 'OpenStreetMapi päevikusissekanne #%{id}'
+ subject: '[OpenStreetMap] %{user} kommenteeris päevikusissekannet'
hi: Tere, %{to_user}!
header: '%{from_user} kommenteeris hiljutist OpenStreetMapi päevikusissekannet
pealkirjaga %{subject}:'
oauth2_authorizations: OAuth 2 volitused
muted_users: Vaigistatud kasutajad
auth_providers:
- openid_logo_alt: Logi sisse OpenID-ga
openid:
title: Logi sisse OpenID-ga
alt: Logi sisse OpenID URL-iga
wikipedia:
title: Logi sisse Vikipeedia kaudu
alt: Logi sisse Vikipeedia kontoga
- wordpress:
- title: Logi sisse Wordpressi kaudu
- alt: Logi sisse Wordpressi OpenID-ga
- aol:
- title: Logi sisse AOL-i kaudu
- alt: Logi sisse AOL-i OpenID-ga
oauth:
authorize:
title: Lubada juurdepääs sinu kontole
allow_to: 'Klientrakendusel lubatakse:'
allow_read_prefs: lugeda sinu kasutajaeelistusi.
allow_write_prefs: muuta sinu kasutajaeelistusi.
- allow_write_diary: luua päeviku sissekandeid, kommentaare ja saada sõbraks.
+ allow_write_diary: luua päevikusissekandeid, kommentaare ja saada sõbraks.
allow_write_api: muuta kaarti.
allow_read_gpx: lugeda sinu isiklikke GPS-radu.
allow_write_gpx: laadida üles GPS-radu.
openid: Sisse logida kasutades OpenStreetMapi
read_prefs: Lugeda kasutajaeelistusi
write_prefs: Muuta kasutajaeelistusi
- write_diary: Luua päeviku sissekandeid, kommenteerida ja lisada sõpru
+ write_diary: Luua päevikusissekandeid, kommenteerida ja lisada sõpru
write_api: Muuta kaarti
read_gpx: Lugeda isiklikke GPS-radu
write_gpx: Laadida üles GPS-radu
paragraph_2: Registreeru, et alustada kaardi täiendamist.
display name description: Avalikult kuvatud kasutajanimi. Seda saate muuta hiljem
eelistustes.
- by_signing_up_html: Registreerudes nõustud meie %{tou_link}, %{privacy_policy_link}
- ja %{contributor_terms_link}.
+ by_signing_up:
+ html: Registreerudes nõustud meie %{tou_link}, %{privacy_policy_link} ja %{contributor_terms_link}.
+ privacy_policy: andmekaitsereeglitega
+ privacy_policy_title: OSMF-i andmekaitsereeglid, milles on alaosa e-posti
+ aadresside kohta
+ contributor_terms: kaastöötingimustega
tou: kasutustingimustega
- contributor_terms: kaastöötingimustega
external auth: 'Kolmanda osapoole autentimine:'
continue: Registreeru
terms accepted: Täname, et nõustusid uute kaastöötingimustega!
- email_help_html: Sinu aadressi ei kuvata avalikult, tutvu meie %{privacy_policy_link}.
- privacy_policy: andmekaitsereeglitega
- privacy_policy_title: OSMF-i andmekaitsereeglid, milles on alaosa e-posti aadresside
- kohta
+ email_help:
+ html: Sinu aadressi ei kuvata avalikult, tutvu meie %{privacy_policy_link}.
consider_pd_html: Pean enda kaastööd %{consider_pd_link} kuuluvaks.
consider_pd: avalikku omandisse
use external auth: või registreeru kolmanda osapoole kaudu
remove as friend: Eemalda sõprade hulgast
add as friend: Lisa sõbraks
mapper since: 'Kaardistaja alates:'
+ last map edit: 'Viimane muudatus kaardil:'
uid: 'Kasutaja ID:'
ct status: 'Kaastöötingimused:'
ct undecided: Otsustamata
oauth2_applications: OAuth 2 aplikazioak
oauth2_authorizations: OAuth 2 baimenak
auth_providers:
- openid_logo_alt: ID irekiarekin saioa hasi
openid:
title: ID irekiarekin saioa hasi
alt: Hasi saioa ID irekia duen URL batekin
wikipedia:
title: Saioa hasi Wikipediarekin
alt: Wikipedia kontuarekin saioa hasi
- wordpress:
- title: Wordpress bidez saioa hasi
- alt: Wordpress ID irekiarekin saioa hasi
- aol:
- title: AOL erabiliz saioa hasi
- alt: AOL ID irekiarekin saioa hasi
oauth:
authorize:
title: Zure kontuan sartzeko baimena eman
dizugu zure kontua berresteko.
display name description: Zuk publikoki erakutsitako erabiltzaile izena. Hau
geroago alda dezakezu hobespenetan.
+ by_signing_up:
+ privacy_policy: pribatutasun politika
+ privacy_policy_title: OSMF pribatutasun-politika helbide elektronikoei buruzko
+ atala barne
external auth: 'Hirugarrenen Autentifikazioa:'
continue: Eman izena
terms accepted: Eskerrik asko laguntzaileen termino berriak onartzeagatik!
- email_help_html: Zure helbidea ez da publikoki bistaratzen, ikusi gure %{privacy_policy_link}
- informazio gehiago lortzeko.
- privacy_policy: pribatutasun politika
- privacy_policy_title: OSMF pribatutasun-politika helbide elektronikoei buruzko
- atala barne
+ email_help:
+ html: Zure helbidea ez da publikoki bistaratzen, ikusi gure %{privacy_policy_link}
+ informazio gehiago lortzeko.
use external auth: Bestela, erabili hirugarrenen bat saioa hasteko
terms:
title: Baldintzak
oauth2_applications: برنامههای OAuth 2
oauth2_authorizations: مجوزهای OAuth 2
auth_providers:
- openid_logo_alt: ورود با OpenID
openid:
title: ورود با OpenID
alt: ورود با نشانی OpenID
wikipedia:
title: ورود با ویکیپدیا
alt: ورود با حساب ویکیپدیا
- wordpress:
- title: ورود با وردپرس
- alt: ورود با OpenID وردپرس
- aol:
- title: ورود با AOL
- alt: ورود با AOL OpenID
oauth:
authorize:
title: اجازهٔ دسترسی به حسابتان را صادر کنید
header: آزاد و قابلویرایش
display name description: نام کاربری شما که دیگران آن را میبینند. میتوانید
بعداً آن را در تنظیمات تغییر دهید.
+ by_signing_up:
+ privacy_policy: سیاست محرمانگی
external auth: 'احراز هویت شخص ثالث:'
continue: ثبت نام
terms accepted: از اینکه شرایط جدید مشارکتکننده را پذیرفتید، سپاسگزاریم!
- privacy_policy: سیاست محرمانگی
use external auth: بهجای ثبت نام، از روش شخص ثالث استفاده کنید
terms:
title: شرایط
oauth2_authorizations: OAuth 2 -käyttöoikeudet
muted_users: Hiljennetyt käyttäjät
auth_providers:
- openid_logo_alt: Kirjaudu sisään OpenID-tunnuksella
openid:
title: Kirjaudu sisään OpenID:llä
alt: Kirjaudu sisään OpenID-osoitteella
wikipedia:
title: Kirjaudu sisään Wikipedialla
alt: Kirjaudu sisään Wikipedia-tunnuksella
- wordpress:
- title: Kirjaudu WordPressin avulla
- alt: Kirjaudu käyttämällä Wordpress OpenID -tunnustasi
- aol:
- title: Kirjaudu AOL:n avulla
- alt: Kirjaudu käyttämällä AOL OpenID -tunnustasi
oauth:
authorize:
title: Salli tilisi käyttö
paragraph_2: Osallistu projektiin luomalla käyttäjätunnus.
display name description: Julkisesti näkyvä käyttäjänimi. Tätä voi myöhemmin
muuttaa asetuksista.
- by_signing_up_html: Rekisteröitymällä hyväksyt %{tou_link}, %{privacy_policy_link}
- ja %{contributor_terms_link}.
+ by_signing_up:
+ html: Rekisteröitymällä hyväksyt %{tou_link}, %{privacy_policy_link} ja %{contributor_terms_link}.
+ privacy_policy: tietosuojakäytäntö
external auth: 'Kolmannen osapuolen todennus:'
continue: Rekisteröidy
terms accepted: Kiitos uusien osallistujaehtojen hyväksymisestä!
- email_help_html: Osoitetta ei näytetä julkisesti, lisätietoja on sivulla %{privacy_policy_link}.
- privacy_policy: tietosuojakäytäntö
+ email_help:
+ html: Osoitetta ei näytetä julkisesti, lisätietoja on sivulla %{privacy_policy_link}.
consider_pd_html: Pidän tuotoksiani %{consider_pd_link}.
use external auth: Kirjaudu toisen palvelun tunnuksilla
terms:
my_traces: Minun GPS-jäljet
application:
auth_providers:
- openid_logo_alt: Lokkaa sisäle OpenID-konttulla
openid:
title: Lokkaa sisäle OpenID:llä
alt: Lokkaa sisäle OpenID-atressilla
# Author: Hashar
# Author: Hecatonchire
# Author: IAlex
+# Author: Ignatgg
# Author: Iketsi
# Author: JB
# Author: Jean-Frédéric
# Author: Olasd
# Author: Orikrin1998
# Author: Otourly
+# Author: Oujon
# Author: Oupsa
# Author: Overflorian
# Author: Peter17
college: Bâtiment d’enseignement supérieur
commercial: Bâtiment de bureaux
construction: Bâtiment en construction
+ cowshed: Étable
detached: Maison isolée
dormitory: Dortoir
duplex: Maison en duplex
shed: Cabanon
stable: Écurie
static_caravan: Caravane
+ sty: Porcherie
temple: Bâtiment de temple
terrace: Rangée de bâtiments
train_station: Bâtiment de gare ferroviaire
oauth2_authorizations: Droits OAuth 2
muted_users: Utilisateurs silencieux
auth_providers:
- openid_logo_alt: Se connecter avec OpenID
openid_login_button: Continuer
openid:
title: Connexion avec OpenID
wikipedia:
title: Se connecter avec Wikipédia
alt: Se connecter avec un compte Wikipédia
- wordpress:
- title: Se connecter avec Wordpress
- alt: Se connecter avec un OpenID de Wordpress
- aol:
- title: Se connecter avec AOL
- alt: Se connecter avec un OpenID AOL
oauth:
authorize:
title: Autoriser l’accès à votre compte
votre mot de passe et modifier les paramètres de votre compte.
display name description: Votre nom d’utilisateur affiché publiquement. Vous
pouvez changer ceci ultérieurement dans les préférences.
- by_signing_up_html: En vous inscrivant, vous acceptez nos %{tou_link}, %{privacy_policy_link}
- et %{contributor_terms_link}.
+ by_signing_up:
+ html: En vous inscrivant, vous acceptez nos %{tou_link}, %{privacy_policy_link}
+ et %{contributor_terms_link}.
+ privacy_policy: politique de confidentialité
+ privacy_policy_title: Politique de confidentialité de l’OSMF, qui comprend
+ une section sur les adresses de courriel
+ contributor_terms_url: https://wiki.osmfoundation.org/wiki/Licence/Contributor_Terms/FR
+ contributor_terms: Conditions de contribution
tou: conditions d'utilisation
- contributor_terms: Conditions de contribution
external auth: 'Authentification tierce :'
continue: S’inscrire
terms accepted: Merci d’avoir accepté les nouveaux termes du contributeur !
- email_help_html: Votre adresse n’est pas affichée publiquement, consultez notre
- %{privacy_policy_link} pour plus d’informations.
- privacy_policy: politique de confidentialité
- privacy_policy_title: Politique de confidentialité de l’OSMF, qui comprend une
- section sur les adresses de courriel
+ email_help:
+ privacy_policy: politique de confidentialité
+ privacy_policy_title: Politique de confidentialité d'OSMF, y compris une section
+ sur les adresses e-mail
+ html: Votre adresse n’est pas affichée publiquement, consultez notre %{privacy_policy_link}
+ pour plus d’informations.
consider_pd_html: Je considère que mes contributions se situent dans le %{consider_pd_link}.
consider_pd: domaine public
or: ou
les nouvelles Conditions de contribution. Pour plus d’informations, veuillez
consulter %{terms_declined_link}.
terms_declined_link: cette page du wiki
- terms_declined_url: https://wiki.openstreetmap.org/wiki/Contributor_Terms_Declined
no_such_user:
title: Utilisateur inexistant
heading: L’utilisateur ou l’utilisatrice « %{user} » n’existe pas
oauth2_applications: Aplicazions OAuth 2
oauth2_authorizations: Autorizazions OAuth 2
auth_providers:
- openid_logo_alt: Jentre cuntun OpenID
openid:
title: Jentre cun OpenID
alt: Jentre cuntun URL OpenID
wikipedia:
title: Jentre cun Vichipedie
alt: Jentre cuntun cont de Vichipedie
- wordpress:
- title: Jentre cun Wordpress
- alt: Jentre cuntun OpenID Wordpress
- aol:
- title: Jentre cun AOL
- alt: Jentre cuntun OpenID AOL
oauth:
authorize:
title: Permèt l'accès al to cont
oauth2_applications: Applikaasjes OAuth 2
oauth2_authorizations: Autorisaasjes OAuth 2
auth_providers:
- openid_logo_alt: Meld jo oan mei in openID
openid:
title: Oanmelde mei OpenID
alt: Meld jo oan mei in OpenID-URL
wikipedia:
title: Oanmelde mei de Wikipedy
alt: Meld jo oan mei in Wikipedy-akkount
- wordpress:
- title: Oanmelde mei Wordpress
- alt: Meld jo oan mei in Wordpress-openID
- aol:
- title: Oanmelde mei AOL
- alt: Meld jo oan mei in AOL-openID
oauth:
authorize:
title: Tagong ta jo akkount autorisearje
isteach ar an gcomhéadan gréasáin le hamharc ar Théarmaí na Rannchuiditheoirí.
Ní gá duit aontú, ach ní mór duit amharc orthu.
auth_providers:
- openid_logo_alt: Logáil isteach le OpenID
openid:
title: Logáil isteach le OpenID
alt: Logáil isteach le URL OpenID
wikipedia:
title: Logáil isteach le Vicipéid
alt: Logáil isteach le Cuntas Vicipéid
- wordpress:
- title: Logáil isteach le Wordpress
- alt: Logáil isteach le OpenID Wordpress
- aol:
- title: Logáil isteach le AOL
- alt: Logáil isteach le OpenID AOL
oauth:
authorize:
title: Rochtain ar do chuntas a údarú
chom-pàirtiche a shealltainn. Cha leig thu leas aontachadh riutha, ach feumaidh
tu an leughadh.
auth_providers:
- openid_logo_alt: Clàraich a-steach le OpenID
openid:
title: Clàraich a-steach le OpenID
alt: Clàraich a-steach le URL OpenID
wikipedia:
title: Clàraich a-steach leis an Uicipeid
alt: Clàraich a-steach le cunntas na h-Uicipeid
- wordpress:
- title: Clàraich a-steach le Wordpress
- alt: Clàraich a-steach le OpenID Wordpress
- aol:
- title: Clàraich a-steach le AOL
- alt: Clàraich a-steach le OpenID AOL
oauth:
authorize:
title: Ceadaich inntrigeadh dhan chunntas agad
college: Edificio de educación superior
commercial: Edificio comercial
construction: Edificio en construción
+ cowshed: Corte de vacas
detached: Casa independente
dormitory: Residencia universitaria
duplex: Casa dúplex
shed: Cabana
stable: Corte
static_caravan: Caravana
+ sty: Porqueira
temple: Edificio de templo
terrace: Edificio de terraza
train_station: Edificio de estación de trens
oauth2_authorizations: Autorizacións OAuth 2
muted_users: Usuarios silenciados
auth_providers:
- openid_logo_alt: Acceder ó sistema cun OpenID
openid_login_button: Continuar
openid:
title: Acceder ó sistema co OpenID
- alt: Acceder ó sistema cun URL do OpenID
+ alt: Logo do OpenID
google:
title: Acceder ó sistema con Google
- alt: Acceder ó sistema cun OpenID de Google
+ alt: Logo de Google
facebook:
title: Acceder ó sistema co Facebook
- alt: Acceder ó sistema cunha conta do Facebook
+ alt: Logo do Facebook
microsoft:
title: Acceder ó sistema con Microsoft
- alt: Acceder ó sistema cunha conta de Microsoft
+ alt: Logo de Microsoft
github:
title: Acceder ó sistema co GitHub
- alt: Acceder ó sistema cunha conta do GitHub
+ alt: Logo do GitHub
wikipedia:
title: Acceder ó sistema coa Wikipedia
- alt: Acceder ó sistema cunha conta da Wikipedia
- wordpress:
- title: Acceder ó sistema co Wordpress
- alt: Acceder ó sistema cun OpenID do Wordpress
- aol:
- title: Acceder ó sistema co AOL
- alt: Acceder ó sistema cun OpenID do AOL
+ alt: Logo da Wikipedia
oauth:
authorize:
title: Autorizar o acceso á túa conta
e modifica a configuración da túa conta.
display name description: O teu nome de usuario amosado publicamente. Podes
mudalo máis tarde nos axustes.
- by_signing_up_html: Ao te rexistrares, aceptas os nosos %{tou_link}, a nosa
- %{privacy_policy_link} e os nosos %{contributor_terms_link}.
+ by_signing_up:
+ html: Ao te rexistrares, aceptas os nosos %{tou_link}, a nosa %{privacy_policy_link}
+ e os nosos %{contributor_terms_link}.
+ privacy_policy: política de protección de datos
+ privacy_policy_title: Política de protección de datos da OSMF, que contén
+ unha sección sobre os enderezos de correo electrónico
+ contributor_terms: termos do colaborador
tou: termos de uso
- contributor_terms: termos do colaborador
external auth: 'Autenticación de terceiros:'
continue: Rexistrarse
terms accepted: Grazas por aceptar os novos termos do colaborador!
- email_help_html: O teu enderezo non se mostra publicamente; consulta a nosa
- %{privacy_policy_link} para obter máis información.
- privacy_policy: política de protección de datos
- privacy_policy_title: Política de protección de datos da OSMF, que contén unha
- sección sobre os enderezos de correo electrónico
+ email_help:
+ privacy_policy: política de protección de datos
+ privacy_policy_title: Política de protección de datos da OSMF, que contén
+ unha sección sobre os enderezos de correo electrónico
+ html: O teu enderezo non se mostra publicamente; consulta a nosa %{privacy_policy_link}
+ para obter máis información.
consider_pd_html: Acepto que as miñas contribucións estean no %{consider_pd_link}.
consider_pd: dominio publico
or: ou
college: בניין מכללה
commercial: בניין מסחרי
construction: בניין בבנייה
+ cowshed: רפת
detached: בית פרטי
dormitory: מעונות
duplex: בית דופלקס
shed: צריף
stable: אורווה
static_caravan: קרוואן
+ sty: דיר חזירים
temple: מקדש
terrace: בניין מדורג
train_station: בניין תחנת רכבת
oauth2_authorizations: אישורי OAuth 2
muted_users: משתמשים מושתקים
auth_providers:
- openid_logo_alt: כניסה עם OpenID
openid_login_button: המשך
openid:
title: כניסה עם OpenID
- alt: ×\9b× ×\99ס×\94 ×¢×\9d URL של OpenID
+ alt: ס×\9eל OpenID
google:
title: כניסה עם גוגל
- alt: ×\9b× ×\99ס×\94 ×¢×\9d OpenID של גוגל
+ alt: ס×\9eל גוגל
facebook:
title: כניסה עם פייסבוק
- alt: ×\9b× ×\99ס×\94 ×¢×\9d ×\97ש×\91×\95×\9f פייסבוק
+ alt: ס×\9e×\9c פייסבוק
microsoft:
title: כניסה עם מיקרוסופט
- alt: ×\9b× ×\99ס×\94 ×¢×\9d ×\97ש×\91×\95×\9f מיקרוסופט
+ alt: ס×\9e×\9c מיקרוסופט
github:
title: כניסה עם גיטהאב
- alt: ×\9b× ×\99ס×\94 ×¢×\9d ×\97ש×\91×\95×\9f גיטהאב
+ alt: ס×\9e×\9c גיטהאב
wikipedia:
title: כניסה עם ויקיפדיה
- alt: כניסה עם חשבון ויקיפדיה
- wordpress:
- title: כניסה עם וורדפרס
- alt: כניסה עם OpenID של וורדפרס
- aol:
- title: כניסה עם AOL
- alt: כניסה עם OpenID של AOL
+ alt: סמל ויקיפדיה
oauth:
authorize:
title: אישור הגישה לחשבון שלך
זהות של צד שלישי, נא להתחבר באמצעות הסיסמה שלך ולשנות את הגדרות החשבון שלך.
display name description: שם המשתמש שלך, שמוצג בפומבי. אפשר לשנות את זה בהעדפות
שלך.
- by_signing_up_html: הרשמה מהווה את הסכמתך ל%{tou_link}, ל%{privacy_policy_link}
- ול%{contributor_terms_link} שלנו.
+ by_signing_up:
+ html: הרשמה מהווה את הסכמתך ל%{tou_link}, ל%{privacy_policy_link} ול%{contributor_terms_link}
+ שלנו.
+ privacy_policy: מדיניות הפרטיות
+ privacy_policy_title: מדיניות הפרטיות של OSMF כוללת סעיף על כתובות דוא״ל
+ contributor_terms: תנאי התרומה
tou: תנאי השימוש
- contributor_terms: תנאי התרומה
external auth: 'אימות עם צד שלישי:'
continue: הרשמה
terms accepted: תודה על קבלת תנאי התרומה החדשים!
- email_help_html: הכתובת שלך אינה מוצגת בפומבי, ר' את %{privacy_policy_link}
- שלנו למידע נוסף.
- privacy_policy: מדיניות הפרטיות
- privacy_policy_title: מדיניות הפרטיות של OSMF כוללת סעיף על כתובות דוא״ל
+ email_help:
+ privacy_policy: מדיניות פרטיות
+ html: הכתובת שלך אינה מוצגת בפומבי, ר' את %{privacy_policy_link} שלנו למידע
+ נוסף.
consider_pd_html: מבחינתי, התרומות שלי נמצאות ב%{consider_pd_link}.
consider_pd: נחלת הכלל
or: או
blocked: Tvoj pristup API-u je blokiran. Prijavite se na web sučelje da saznate
više.
auth_providers:
- openid_logo_alt: Prijavi se sa OpenID-om
openid:
title: Prijavi se sa OpenID-om
alt: Prijavi se sa URL-om OpenID-a
wikipedia:
title: Prijavi se preko Wikipedije
alt: Prijavi se s Wikipedijinim računom
- wordpress:
- title: Prijavi se sa Wordpressom
- alt: Prijavi se sa Wordpressovim OpenID-om
- aol:
- title: Prijavi se sa AOL-om
- alt: Prijavi se sa AOL-ovim OpenID-om
oauth:
authorize:
request_access_html: Aplikacija %{app_name} zahtjeva pristup vašem korisničkom
oauth2_authorizations: Prawa OAUTH 2
muted_users: Zněmjeni wužiwarjo
auth_providers:
- openid_logo_alt: Z OpenID přizjewić
openid:
title: Přizjewjenje z OpenID
alt: Přizjewjenje z OpenID-URL
wikipedia:
title: Z Wikipediju přizjewić
alt: Z kontom Wikipedije přizjewić
- wordpress:
- title: Přizjewjenje z Wordpress
- alt: Přizjewjenje z Wordpress OpenID
- aol:
- title: Přizjewjenje z AOL
- alt: Přizjewjenje z AOL OpenID
oauth:
authorize:
title: Přistup na twoje konto awtorizować
header: Swobodny a wobdźěłujomny
display name description: Sy wužiwarske mjeno zjawnje pokazał. Móžeš to pozdźišo
w nastajenjach změnić.
+ by_signing_up:
+ privacy_policy: prawidła priwatnosće
external auth: Awtentifikacija přez třeću stronu
continue: Registrować
terms accepted: Dźakujemy so, zo sy nowe wuměnjenja za sobuskutkowarjow akceptował!
- privacy_policy: prawidła priwatnosće
use external auth: Jako alternatiwa wužij třeću stronu za přizjewjenje
terms:
title: Wuměnjenja
oauth2_authorizations: OAuth 2 engedélyek
muted_users: Elnémított felhasználók
auth_providers:
- openid_logo_alt: Bejelentkezés egy OpenID-vel
openid:
title: Bejelentkezés OpenID-vel
alt: Bejelentkezés OpenID-URL-lel
wikipedia:
title: Bejelentkezés Wikipédiával
alt: Wikipédia fiókkal való bejelentkezés
- wordpress:
- title: Bejelentkezés Wordpress-szel
- alt: Bejelentkezés Wordpress OpenID-vel
- aol:
- title: Bejelentkezés AOL-lal
- alt: Bejelentkezés AOL OpenID-vel
oauth:
authorize:
title: A fiókodhoz való hozzáférés engedélyezése
küldeni fogunk egy e-mailt.
display name description: A nyilvánosan megjelenített felhasználóneved. A beállításaidban
később megváltoztathatod.
+ by_signing_up:
+ privacy_policy: adatvédelmi irányelvek
+ privacy_policy_title: Az OSMF adatvédelmi szabályzata, beleértve az e-mail
+ címekről szóló részt
external auth: 'Harmadik fél általi hitelesítés:'
continue: Regisztráció
terms accepted: Köszönjük, hogy elfogadtad az új közreműködési feltételeket!
- privacy_policy: adatvédelmi irányelvek
- privacy_policy_title: Az OSMF adatvédelmi szabályzata, beleértve az e-mail címekről
- szóló részt
use external auth: Alternatívaként használhatsz külső fiókokat a bejelentkezéshez
terms:
title: Feltételek
college: Edificio de academia
commercial: Edificio commercial
construction: Edificio in construction
+ cowshed: Vaccheria
detached: Casa individual
dormitory: Dormitorio
duplex: Casa duple
shed: Remissa
stable: Stabulo
static_caravan: Caravana
+ sty: Porcheria
temple: Edificio de templo
terrace: Casas in serie
train_station: Edificio de station ferroviari
oauth2_authorizations: Autorisationes OAuth 2
muted_users: Usatores silentiate
auth_providers:
- openid_logo_alt: Aperir session con OpenID
openid_login_button: Continuar
openid:
title: Aperir session con OpenID
- alt: Aperir session con un URL de OpenID
+ alt: Logotypo de OpenID
google:
title: Aperir session con Google
- alt: Aperir session con un OpenID de Google
+ alt: Logotypo de Google
facebook:
title: Aperir session con Facebook
- alt: Aperir session con un conto de Facebook
+ alt: Logotypo de Facebook
microsoft:
title: Aperir session con Microsoft
- alt: Aperir session con un conto Microsoft
+ alt: Logotypo de Microsoft
github:
title: Aperir session con GitHub
- alt: Aperir session con un conto de GitHub
+ alt: Logotypo de GitHub
wikipedia:
title: Aperir session con Wikipedia
- alt: Aperir session con un conto de Wikipedia
- wordpress:
- title: Aperir session con WordPress
- alt: Aperir session con un OpenID de WordPress
- aol:
- title: Aperir session con AOL
- alt: Aperir session con un OpenID de AOL
+ alt: Logotypo de Wikipedia
oauth:
authorize:
title: Autorisar accesso a tu conto
e modifica le parametros de tu conto.
display name description: Tu nomine de usator monstrate publicamente. Tu pote
cambiar lo plus tarde in le preferentias.
- by_signing_up_html: Creante un conto, tu accepta nostre %{tou_link}, %{privacy_policy_link}
- e %{contributor_terms_link}.
+ by_signing_up:
+ html: Creante un conto, tu accepta nostre %{tou_link}, %{privacy_policy_link}
+ e %{contributor_terms_link}.
+ privacy_policy: politica de confidentialitate
+ privacy_policy_title: Politica de confidentialitate del OSMF con un section
+ sur adresses de e-mail
+ contributor_terms: conditiones de contributor
tou: conditiones de uso
- contributor_terms: conditiones de contributor
external auth: 'Authentication per tertios:'
continue: Crear conto
terms accepted: Gratias pro acceptar le nove conditiones de contributor!
- email_help_html: Tu adresse non es monstrate publicamente. Consulta nostre %{privacy_policy_link}
- pro plus information.
- privacy_policy: politica de confidentialitate
- privacy_policy_title: Politica de confidentialitate del OSMF con un section
- sur adresses de e-mail
+ email_help:
+ privacy_policy: politica de confidentialitate
+ privacy_policy_title: Politica de confidentialitate del OSMF con un section
+ sur adresses de e-mail
+ html: Tu adresse non es monstrate publicamente. Consulta nostre %{privacy_policy_link}
+ pro plus information.
consider_pd_html: Io considera que mi contributiones es in le %{consider_pd_link}.
consider_pd: dominio public
or: o
oauth2_authorizations: Otorisasi OAuth 2
muted_users: Pengguna yang Dibisukan
auth_providers:
- openid_logo_alt: Login dengan OpenID
openid:
title: Masuk log dengan OpenID
alt: Masuk log dengan URL OpenID
wikipedia:
title: Masuk log dengan Wikipedia
alt: Masuk log dengan Akun Wikipedia
- wordpress:
- title: Masuk log dengan Wordpress
- alt: Masuk log dengan Wordpress OpenID
- aol:
- title: Masuk log dengan AOL
- alt: Masuk log dengan AOL OpenID
oauth:
authorize:
title: Otorisasi akses ke akun Anda
elektronik untuk konfirmasi akun Anda.
display name description: Username Anda yang ditampilkan pada publik. Anda dapat
mengubahnya dalam pengaturan.
+ by_signing_up:
+ privacy_policy: kebijakan privasi
+ privacy_policy_title: Kebijakan privasi OSMF meliputi aturan soal alamat surat
+ elektronik
external auth: 'Autentikasi Pihak Ketiga:'
continue: Mendaftar
terms accepted: Terima kasih telah menerima persyaratan kontributor yang baru!
- email_help_html: Alamat Anda tidak dapat dilihat publik. Lihat %{privacy_policy_link}
- kami untuk info lebih lanjut.
- privacy_policy: kebijakan privasi
- privacy_policy_title: Kebijakan privasi OSMF meliputi aturan soal alamat surat
- elektronik
+ email_help:
+ html: Alamat Anda tidak dapat dilihat publik. Lihat %{privacy_policy_link}
+ kami untuk info lebih lanjut.
use external auth: Atau, gunakan pihak ketiga untuk masuk
terms:
title: Persyaratan
oauth2_authorizations: OAuth 2 auðkenningar
muted_users: Þaggaðir notendur
auth_providers:
- openid_logo_alt: Skrá inn með OpenID-aðgangi
openid:
title: Skrá inn með OpenID
alt: Skrá inn með OpenID-slóð
wikipedia:
title: Skrá inn með Wikipedia
alt: Skrá inn með Wikipedia-aðgangi
- wordpress:
- title: Skrá inn með Wordpress
- alt: Skrá inn með Wordpress OpenID-aðgangi
- aol:
- title: Skrá inn með AOL
- alt: Skrá inn með AOL OpenID-aðgangi
oauth:
authorize:
title: Auðkenndu aðgang að notandaaðganginum þínum
þér tölvupóst til staðfestingar á aðgangnum.
display name description: Nafn þitt sem aðrir notendur sjá, þú getur breytt
því síðar í stillingunum þínum.
+ by_signing_up:
+ privacy_policy: meðferð persónuupplýsinga
+ privacy_policy_title: persónuverndarstefnu OSMF, þar með talinn hlutann um
+ tölvupóstföng
external auth: 'Auðkenning með þriðja aðila:'
continue: Nýskrá
terms accepted: Bestu þakkir fyrir að samþykkja nýju skilmálana vegna framlags
þíns!
- email_help_html: Netfangið þitt er ekki birt opinberlega, skoðaðu síðuna um
- %{privacy_policy_link} til að sjá nánari upplýsingar.
- privacy_policy: meðferð persónuupplýsinga
- privacy_policy_url: https://wiki.osmfoundation.org/wiki/Privacy_Policy
- privacy_policy_title: persónuverndarstefnu OSMF, þar með talinn hlutann um tölvupóstföng
+ email_help:
+ html: Netfangið þitt er ekki birt opinberlega, skoðaðu síðuna um %{privacy_policy_link}
+ til að sjá nánari upplýsingar.
use external auth: Þú getur líka notað utanaðkomandi þjónustur til innskráningar
terms:
title: Skilmálar
nýja skilmála vegna framlags (contributor terms). Til að sjá ítarlegri upplýsingar,
geturðu skoðað %{terms_declined_link}.
terms_declined_link: þessari wiki síðu
- terms_declined_url: https://wiki.openstreetmap.org/wiki/Contributor_Terms_Declined
no_such_user:
title: Notandi ekki til
heading: Notandinn %{user} er ekki til
oauth2_authorizations: Autorizzazioni OAuth 2
muted_users: Utenti silenziati
auth_providers:
- openid_logo_alt: Accedi con un OpenID
openid_login_button: Continua
openid:
title: Accedi con OpenID
- alt: Accedi con un URL OpenID
+ alt: Logo di OpenID
google:
title: Accedi con Google
- alt: Accedi con un OpenID di Google
+ alt: Logo di Google
facebook:
title: Accedi con Facebook
- alt: Accedi con un'utenza Facebook
+ alt: Logo di Facebook
microsoft:
title: Accedi con Microsoft
- alt: Accedi con un'utenza Microsoft
+ alt: Logo di Microsoft
github:
title: Accedi con GitHub
- alt: Effettua l'acceso con un'utenza GitHub
+ alt: Logo di GitHub
wikipedia:
title: Accedi con Wikipedia
- alt: Accedi con un'utenza Wikipedia
- wordpress:
- title: Accedi con Wordpress
- alt: Accedi con un OpenID di Wordpress
- aol:
- title: Accedi con AOL
- alt: Accedi con un OpenID di AOL
+ alt: Logo di Wikipedia
oauth:
authorize:
title: Autorizzare l'accesso al tuo account
e modifica le impostazioni del tuo account.
display name description: Il proprio nome utente visualizzato pubblicamente.
Può essere modificato più tardi nelle preferenze.
- by_signing_up_html: Registrandoti, accetti i nostri %{tou_link}, %{privacy_policy_link}
- e %{contributor_terms_link}.
+ by_signing_up:
+ html: Registrandoti, accetti i nostri %{tou_link}, %{privacy_policy_link}
+ e %{contributor_terms_link}.
+ privacy_policy: normativa sulla privacy
+ privacy_policy_title: Informativa sulla privacy di OSM Foundation compresa
+ la sezione sugli indirizzi e-mail
+ contributor_terms: regole per contribuire
tou: condizioni d'uso
- contributor_terms: regole per contribuire
external auth: 'Autenticazione tramite terze parti:'
continue: Registrati
terms accepted: Grazie di aver accettato le nuove regole per contribuire!
- email_help_html: Il tuo indirizzo non viene visualizzato pubblicamente, consulta
- la nostra %{privacy_policy_link} per ulteriori informazioni.
- privacy_policy: normativa sulla privacy
- privacy_policy_title: Informativa sulla privacy di OSM Foundation compresa la
- sezione sugli indirizzi e-mail
+ email_help:
+ html: Il tuo indirizzo non viene visualizzato pubblicamente, consulta la nostra
+ %{privacy_policy_link} per ulteriori informazioni.
consider_pd_html: Considero i miei contributi in %{consider_pd_link}.
consider_pd: pubblico dominio
or: o
# Export driver: phpyaml
# Author: A2y4
# Author: Aefgh39622
+# Author: Afaz
# Author: Ajeje Brazorf
# Author: Amire80
# Author: Aphaia
messages:
invalid_email_address: 有効なメールアドレスではないようです
email_address_not_routable: ルート作成できません
+ display_name_is_user_n: n がユーザIDでない限り、 user_n にすることはできません。
models:
user_mute:
is_already_muted: さんはすでにミュートされています
wiki_link:
key: タグ %{key} のウィキでの説明ページ
tag: タグ %{key}=%{value} のウィキでの説明ページ
- wikidata_link: Wikidataの%{page}項目目
- wikipedia_link: ウィキペディアの %{page} 記事
- wikimedia_commons_link: ウィキメディアコモンズの項目 %{page}件
+ wikidata_link: ウィキデータの項目 %{page}
+ wikipedia_link: ウィキペディアの記事 %{page}
+ wikimedia_commons_link: ウィキメディアコモンズの項目 %{page}
telephone_link: '%{phone_number}に電話'
colour_preview: 色彩%{colour_value}プレビュー
email_link: メール %{email}
no_such_entry:
title: 対象の変更セットがありません
heading: 'ID番号: %{id} のエントリはありません'
+ body: 申し訳ありませんが、ID %{id} という変更セットはありません。入力した文字列が誤っているか、クリックしたリンクが間違っている可能性があります。
show:
title: '変更セット: %{id}'
+ created: '作成日: %{when}'
+ closed: '終了日: %{when}'
created_ago_html: '%{time_ago} に作成'
closed_ago_html: '%{time_ago}に閉じられました'
created_ago_by_html: '%{user}が%{time_ago}に作成'
still_open: 変更セットが開いたままです - 議論を行うには変更セットを閉じる必要があります。
subscribe: 購読
unsubscribe: 購読停止
+ comment_by_html: '%{time_ago}, %{user} からのコメント'
+ hidden_comment_by_html: '%{time_ago}, %{user} からの非公開コメント'
hide_comment: 非表示
unhide_comment: 非表示を解除
comment: コメント
newer_comments: 新しいコメント
older_comments: 古いコメント
doorkeeper:
+ errors:
+ messages:
+ account_selection_required: 認可サーバはエンドユーザのアカウントを選択する必要があります。
+ consent_required: 認可サーバにはエンドユーザの同意が必要です。
+ interaction_required: 認可サーバはエンドユーザのインタラクションを必要とします。
+ login_required: 認可サーバはエンドユーザの認証を必要とします。
flash:
applications:
create:
notice: アプリケーションが登録されています。
+ openid_connect:
+ errors:
+ messages:
+ auth_time_from_resource_owner_not_configured: 処理が失敗しました。Doorkeeper::OpenidConnect.configure.auth_time_from_resource_owner
+ の設定が欠落しています。
+ reauthenticate_resource_owner_not_configured: 処理が失敗しました。 Doorkeeper::OpenidConnect.configure.reauthenticate_resource_owner
+ の設定が欠落しています。
+ resource_owner_from_access_token_not_configured: 処理が失敗しました。 Doorkeeper::OpenidConnect.configure.resource_owner_from_access_token
+ の設定が欠落しています。
+ select_account_for_resource_owner_not_configured: 処理が失敗しました。 Doorkeeper::OpenidConnect.configure.select_account_for_resource_owner
+ の設定が欠落しています。
+ subject_not_configured: IDトークンの生成に失敗しました。 Doorkeeper::OpenidConnect.configure.subject
+ の設定が欠落しています。
scopes:
address: 物理アドレスを表示
email: メールアドレスを表示
profile: プロフィール情報の表示
errors:
contact:
+ contact_url_title: 複数の連絡チャンネルが存在します
contact: 連絡
contact_the_community_html: リンク切れ / バグを見つけたら、遠慮なくOpenStreetMapコミュニティに%{contact_link}してください。リクエストの正確なURLを書き留めてください。
bad_request:
success: '%{name} を友達から解除しました。'
not_a_friend: '%{name} は友達ではありません。'
geocoder:
+ search:
+ title:
+ results_from_html: '結果: %{results_link}'
+ latlon: 内部
search_osm_nominatim:
prefix:
aerialway:
college: 校舎
commercial: 商業ビル
construction: 建設中の建物
+ cowshed: 牛舎
detached: 戸建て住宅
dormitory: 寮
duplex: 2世帯住宅
status: 状態
reports: 報告
last_updated: 最近の更新
+ last_updated_time_ago_user_html: '%{time_ago}, 実施ユーザ %{user}'
link_to_reports: レポートを表示
reports_count:
other: '%{count}件のレポート'
issue_comments:
create:
comment_created: コメントは無事作成されました
+ issue_reassigned: コメントが作成され、課題が再アサインされました
reports:
new:
title_html: '%{link} を報告'
intro_header: OpenStreetMap へようこそ!
intro_text: OpenStreetMap は、あなたのような人々が作成した世界地図であり、オープン ライセンスの下で自由に利用できます。
intro_2_create_account: 新しい利用者アカウントを作成
+ hosting_partners_2024_html: ホスティングは %{fastly} 、 %{corpmembers} 、そしてその他の %{partners}
+ による支援をいただいています。
partners_fastly: Fastly
+ partners_corpmembers: OSMF法人会員
partners_partners: パートナー
tou: 利用規約
osm_offline: OpenStreetMap のデータベースはメンテナンスのため一時的に停止しています。
more: その他
user_mailer:
diary_comment_notification:
+ description: 'OpenStreetMap日記エントリ #%{id}'
subject: '[OpenStreetMap]の%{user}さんが日記エントリにコメントしました'
hi: こんにちは、%{to_user} さん。
header: 'OpenStreetMap 日記エントリ (タイトル: %{subject}) に、%{from_user} がコメントしました。'
header_html: 'OpenStreetMap 日記エントリ (タイトル: %{subject}) に、%{from_user} がコメントしました。'
footer: '%{readurl}でコメントを読み、%{commenturl} でコメントし、%{replyurl} で筆者へメッセージを送信することができます。'
footer_html: '%{readurl}でコメントを読み、%{commenturl} でコメントし、%{replyurl} で筆者へメッセージを送信することができます。'
+ footer_unsubscribe: 議論の通知停止は %{unsubscribeurl} から実施してください。
+ footer_unsubscribe_html: 議論の通知停止は %{unsubscribeurl} から実施してください。
message_notification:
subject: '[OpenStreetMap] %{message_title}'
hi: こんにちは、%{to_user} さん。
subject: '[OpenStreetMap] GPX のインポートが失敗'
gpx_success:
hi: こんにちは、%{to_user} さん。
+ all_your_traces_html: アップロードが完了したGPXトレースログは %{url} から参照できます。
subject: '[OpenStreetMap] GPX のインポートが成功'
signup_confirm:
subject: '[OpenStreetMap] OpenStreetMapへようこそ'
hopefully_you: 誰か (おそらくあなた) が、このメール アドレスの openstreetmap.org アカウントに対するパスワードをリセットするように依頼しました。
click_the_link: これがあなたであれば、以下のリンクをクリックしてパスワードをリセットしてください。
note_comment_notification:
+ description: 'OpenStreetMap地図メモ #%{id}'
anonymous: IP利用者
greeting: こんにちは。
commented:
flash token bad: キーワードが見つかりません。URL を確認してください。
update:
flash changed: あなたのパスワードは変更されました。
+ flash token bad: トークンが見つかりませんでした。URLを確認してください。
preferences:
show:
title: 個人設定
new:
title: ログイン
tab_title: ログイン
+ login_to_authorize_html: '%{client_app_name} へのアクセスにはOpenStreetMapでのログインが必要です。'
email or username: 'メールアドレスまたは利用者名:'
password: 'パスワード:'
remember: ログイン状態を保持
contributors_at_cc_by_at_with_amendments: CC BY AT with amendments
contributors_au_australia: オーストラリア
contributors_ca_canada: カナダ
+ contributors_cz_czechia: チェコ
+ contributors_cz_cc_licence: Creative Commons Attribution 4.0 International
+ licence (CC BY 4.0)
+ contributors_fi_credit_html: |-
+ %{finland}: Contains data from the
+ National Land Survey of Finland's Topographic Database
+ and other datasets, under the %{nlsfi_license_link}.
contributors_fi_finland: フィンランド
contributors_fi_nlsfi_license: NLSFIライセンス
+ contributors_fr_credit_html: |-
+ %{france}: Contains data sourced from
+ Direction Générale des Impôts.
contributors_fr_france: フランス
+ contributors_hr_credit_html: |-
+ %{croatia}: Contains data from the %{dgu_link} and %{open_data_portal}
+ (public information of Croatia).
+ contributors_hr_croatia: クロアチア
+ contributors_hr_dgu: クロアチア共和国測地部
+ contributors_hr_open_data_portal: 国立オープンデータポータル
+ contributors_nl_credit_html: '%{netherlands}: Contains © AND data, 2007
+ (%{and_link})'
contributors_nl_netherlands: オランダ
+ contributors_nz_credit_html: |-
+ %{new_zealand}: Contains data sourced from the %{linz_data_service_link}
+ and licensed for reuse under %{cc_by_link}.
contributors_nz_new_zealand: ニュージーランド
+ contributors_nz_linz_data_service: LINZデータサービス
contributors_nz_cc_by: CC BY 4.0
+ contributors_rs_credit_html: |-
+ %{serbia}: Contains data from the %{rgz_link} and %{open_data_portal}
+ (public information of Serbia), 2018.
contributors_rs_serbia: セルビア
contributors_si_slovenia: スロベニア
contributors_es_spain: スペイン
infringement_1_html: 'OpenStreetMapの協力者は、著作権者から明確な許諾を得ずに、著作権のある情報源 (例: Google
マップや印刷された地図) から決してデータを持ち込まないよう注意するものとします。'
infringement_2_1_html: 著作権で保護された素材が、OpenStreetMapあるいは本サイトに対して不適切な形で追加されていると思われる場合は、
- %{takedown_procedure_link} を参照するか、あるいは%{online_filing_page_link}%{online_filing_page_link}
- に直接申請ください。
+ %{takedown_procedure_link} を参照するか、あるいは%{online_filing_page_link} に直接申請ください。
infringement_2_1_takedown_procedure: データ削除手続き
infringement_2_1_online_filing_page: オンライン申請ページ
trademarks_title: 商標
potlatch:
removed: お使いの OpenStreetMap エディタは既定では Potlatch が選択されています。 Adobe Flash Player
の撤退により、 Potlatch はウェブブラウザ上で利用できなくなりました。
+ desktop_application_html: 以下のリンクから引き続きPotlatchを利用することが可能です %{download_link}
+ 。
download: MacOS および Windows 用のデスクトップ アプリケーションのダウンロード
id_editor_html: 代わりに、デフォルトのエディターを iD に設定することもできます。iD は、以前の Potlatchのように、Web
ブラウザーで実行されます。 %{change_preferences_link}。
+ change_preferences: 設定変更
any_questions:
title: 何か質問はありますか?
get_help_here: ヘルプを取得
+ welcome_mat: ウェルカムマットを表示
sidebar:
search_results: 検索結果
close: 閉じる
primary: 主要地方道
secondary: 一般県道
unclassified: 一般道
+ pedestrian: 歩行者専用道路
track: 農道・林道
bridleway: 乗馬道
cycleway: 自転車道
cycleway_national: 国立自転車道路
cycleway_regional: 地方管轄の自転車道路
cycleway_local: 地域の自転車道路
+ cycleway_mtb: 山岳自転車コース
footway: 歩道
rail: 鉄道
+ train: 電車
subway: 地下鉄
+ ferry: フェリー
+ light_rail: ライトレール
+ tram: トラム
+ trolleybus: トロリーバス
bus: バス
cable_car: 交走式ロープウェイ
chair_lift: チェアリフト
vineyard: ブドウ園
forest: 森
wood: 森林
+ farmland: 農地
+ grass: 草地
+ meadow: 草原
+ bare_rock: 露岩
+ sand: 砂地
golf: ゴルフ場
park: 公園
common: 共有地
+ built_up: 市街地
resident: 住宅地
retail: 小売業地域
industrial: 工業地域
commercial: オフィス地域
heathland: 荒地
+ scrubland: 低木地帯
lake: 湖
reservoir: 貯水池
+ intermittent_water: 間欠性水路
+ glacier: 氷河
+ wetland: 湿地帯
farm: 農牧場
brownfield: 褐色地
cemetery: 墓地
construction: 建設中の道路
bus_stop: バス停
bicycle_shop: 自転車販売店
+ bicycle_rental: 自転車レンタル
bicycle_parking: 駐輪場
+ bicycle_parking_small: 小規模駐輪場
toilets: トイレ
welcome:
title: ようこそ!
title: マッピングのための基本的な用語
paragraph_1: OpenStreetMap には独自の用語がいくつかあります。ここでは手早く、いくつかのキーワードを紹介しましょう。
an_editor_html: '%{editor}は、地図を編集できるプログラムやウェブサイトです。'
+ a_node_html: '%{node}は地図上の一点であり、単一のレストランや樹木などを意味します。'
+ a_way_html: '%{way}は線形あるいは領域です。道路、水路、湖沼、建物などが該当します。'
+ a_tag_html: '%{tag}はノードやウェイについて補足するデータです。レストランの名称や、道路の速度制限などを意味します。'
editor: 編集者
node: ノード
way: ウェイ
tag: タグ
rules:
title: ルール
+ para_1_html: OpenStreetMapに公式なルールはほとんどありませんが、参加者がコミュニティと協力し、コミュニケーションを取ることを期待していいます。手作業ではない編集活動を検討している場合は%{imports_link}および%{automated_edits_link}のガイドラインを読み、それらに従ってください。
imports: インポート
automated_edits: 自動編集
start_mapping: マッピングを開始
+ continue_authorization: 認可を続行
add_a_note:
title: 編集する時間がないためメモを残します
para_1: |-
ファイル}}'
description_without_count: '%{user} による GPX ファイル'
application:
+ basic_auth_disabled: 'HTTP Basic認証は無効化されています: %{link}'
+ oauth_10a_disabled: 'OAuth 1.0 および 1.0a は無効化されています: %{link}'
permission_denied: その処理をする権限がありません
require_cookies:
cookies_needed: ブラウザーの Cookie が無効になっているようです。続行する前にブラウザーの Cookie を有効にしてください。
oauth2_authorizations: OAuth 2 認証
muted_users: ミュートした利用者
auth_providers:
- openid_logo_alt: OpenID でログイン
+ openid_url: OpenID URL
+ openid_login_button: 次へ
openid:
title: OpenID でログイン
- alt: OpenID URLでログイン
+ alt: OpenID ロゴ
google:
title: Googleでログイン
- alt: Google OpenIDでログイン
+ alt: Google ロゴ
facebook:
title: Facebookでログイン
- alt: Facebook ã\82¢ã\82«ã\82¦ã\83³ã\83\88ã\82\92使ç\94¨ã\81\97ã\81¦ã\83ã\82°ã\82¤ã\83³
+ alt: Facebook ã\83ã\82´
microsoft:
title: Microsoftでログイン
- alt: Microsoftアカウントでログイン
+ alt: Microsoft ロゴ
github:
title: GitHubでログイン
- alt: GitHubのアカウントでログイン
+ alt: GitHub ロゴ
wikipedia:
title: ウィキペディアでログイン
- alt: ウィキペディアのアカウントでログイン
- wordpress:
- title: Wordpressでログイン
- alt: Wordpress OpenIDでログイン
- aol:
- title: AOLでログイン
- alt: AOL OpenIDでログイン
+ alt: ウィキペディアロゴ
oauth:
authorize:
title: あなたのアカウントへのアクセスの認証
permissions:
missing: この機能についてアプリケーションにアクセスを許可していません。
scopes:
+ openid: OpenStreetMapを使用してログイン
read_prefs: 利用者設定の読み込み
write_prefs: 利用者設定の変更
write_diary: 日記エントリを作成する・コメントする・友達を作る
write_notes: メモを変更する
read_email: 利用者のメールアドレスを読む
skip_authorization: 自動的に申請を承認する
+ for_roles:
+ moderator: モデレータ専用アクション用の権限
oauth_clients:
new:
title: アプリケーションの新規登録
+ disabled: OAuth 1アプリケーションの登録が無効化されました
edit:
title: アプリケーションの編集
show:
title: 認証を許可したアプリケーション
application: アプリケーション
permissions: 権限
+ last_authorized: 直近の認可
no_applications_html: %{oauth2}アプリケーションをまだ承認していません。
application:
revoke: アクセスを取り消す
users:
new:
title: 利用者登録
+ tab_title: 利用者登録
no_auto_account_create: 残念ながら、現在、自動ではアカウントを作成できません。
support: サポート
about:
- header: ã\83\95ã\83ªã\83¼ã\80\81編集可能
+ header: ã\83\95ã\83ªã\83¼ã\81§編集可能
paragraph_1: 他の地図とは異なり、OpenStreetMapは完全に皆さんのような人によって作成されおり、誰でも自由に修正・更新・ダウンロード・利用ができます。
paragraph_2: 投稿を通じて貢献するには、登録が必要です。
welcome: OpenStreetMap へようこそ。
duplicate_social_email: すでに OpenStreetMap アカウントをお持ちで第三者認証プロバイダーを使用したい場合は、パスワードを使用してログインしたうえでアカウントの設定を変更してください。
display name description: あなたの公開利用者名です。あとで個人設定で変更できます。
- by_signing_up_html: 登録することで %{tou_link}、 %{privacy_policy_link}と %{contributor_terms_link}に同意したことになります。
+ by_signing_up:
+ html: 登録することで %{tou_link}、 %{privacy_policy_link}と %{contributor_terms_link}に同意したことになります。
+ privacy_policy: プライバシー・ポリシー
+ privacy_policy_title: OSMFのプライバシーポリシー(電子メールアドレスに関するセクションを含む)
+ contributor_terms: 協力者規約
tou: 利用規約
- contributor_terms: 協力者規約
external auth: 'サードパーティ認証:'
continue: 利用者登録
terms accepted: 新しい協力者規約を承諾していただき、ありがとうございます!
- email_help_html: あなたのアドレスは公開されません。詳細については、%{privacy_policy_link} をご覧ください。
- privacy_policy: プライバシー・ポリシー
- privacy_policy_title: OSMFのプライバシーポリシー(電子メールアドレスに関するセクションを含む)
+ email_help:
+ privacy_policy: プライバシー・ポリシー
+ privacy_policy_title: OSMFのプライバシーポリシー(メールアドレスに関するセクションを含む)
+ html: あなたのアドレスは公開されません。詳細については、%{privacy_policy_link} をご覧ください。
consider_pd_html: 私の貢献は %{consider_pd_link} にあるとみなします。
consider_pd: パブリックドメイン
or: または
openstreetmap_contributors: OpenStreetMapの貢献者
make_a_donation: 寄付をする
osm_france: OpenStreetMap France
+ andy_allan: Andy Allan
hotosm_name: Humanitarian OpenStreetMap Team
site:
edit_tooltip: 地図を編集
identifiable: იდენტიფიცირებადი
private: პირადი
trackable: კონტროლირებადი
- application:
- auth_providers:
- openid_logo_alt: შესვლა OpenID-ის საშუალებით
oauth:
authorize:
allow_write_api: რუკის შეცვლა.
send ad tizmireḍ ad teskelseḍ asnifel-ik.
blocked: Anekcum-ik API yewḥel. Qqen ar ugrudem Web i ugar n isallen.
auth_providers:
- openid_logo_alt: Qqen s OpenID
openid:
title: Qqen s OpenID
alt: Qqen s tensa URL OpenID
wikipedia:
title: Qqen s Wikipedia
alt: qqes s umiḍan Wikipedia
- wordpress:
- title: Qqen s Wordpress
- alt: Qqen s OpenID
- aol:
- title: Qqen s AOL
- alt: Qqen s AOL OpenID
oauth:
authorize:
title: Sireg anekcum ar umiḍan-ik
title: GitHub арқылы кіру
wikipedia:
title: Уикипедия арқылы кіру
- wordpress:
- title: Wordpress арқылы кіру
- aol:
- title: AOL арқылы кіру
oauth_clients:
show:
confirm: Сенімдісіз бе?
title: កត់ឈ្មោះចូលដោយប្រើ GitHub
wikipedia:
title: កត់ឈ្មោះចូលដោយប្រើវិគីភីឌា
- wordpress:
- title: កត់ឈ្មោះចូលដោយប្រើ Wordpress
- aol:
- title: កត់ឈ្មោះចូលដោយប្រើ AOL
oauth_clients:
edit:
title: កែប្រែទំរង់បែបបទរបស់អ្នក
# Export driver: phpyaml
# Author: A Retired User
# Author: Adreamy
+# Author: Alatta
# Author: Alattalatta
# Author: Alex00728
# Author: Apzp79
messages:
invalid_email_address: 유효한 이메일 주소로 보이지 않음
email_address_not_routable: 라우팅할 수 없음
+ display_name_is_user_n: n이 사용자 ID가 아니라면 user_n이 될 수 없음
models:
user_mute:
is_already_muted: 님은 이미 음소거되어 있습니다
auth:
providers:
none: 없음
- google: 구글
- facebook: 페이스북
+ google: Google
+ facebook: Facebook
microsoft: 마이크로소프트
- github: 깃허브
- wikipedia: 위키백과
+ github: GitHub
+ wikipedia: Wikipedia
api:
notes:
comment:
title: '%{user}의 일기 | %{title}'
user_title: '%{user}의 일기'
discussion: 토론
+ subscribe: 구독
+ unsubscribe: 구독 해지
leave_a_comment: 의견 남기기
- login_to_leave_a_comment_html: ë\8d§ê¸\80ì\9d\84 ë\82¨ê¸°ë ¤ë©´ %{login_link}í\95´ì\95¼ í\95©ë\8b\88ë\8b¤.
+ login_to_leave_a_comment_html: ë\8c\93ê¸\80ì\9d\84 ë\82¨ê¸°ë ¤ë©´ %{login_link}í\95\98ì\84¸ì\9a\94
login: 로그인
no_such_entry:
title: 해당 일기 항목이 없음
- heading: 'id에 항목 없음: %{id}'
- body: 안타깝게도, %{id} id로 된 일기 항목이나 덧글이 없습니다. 맞춤법이나 클릭한 링크가 잘못됐는지를 확인해보세요.
+ heading: '%{id} ID 항목 없음'
+ body: 안타깝게도, ID가 %{id}인 일기 항목이나 댓글이 없습니다. 맞춤법이나 클릭한 링크의 유효성을 확인해 주세요.
diary_entry:
posted_by_html: '%{link_user}님이 %{language_link}로 %{created}에 게시함.'
updated_at_html: 최근 %{updated}에 업데이트됨.
note: '참고 #%{note_id}'
issue_comments:
create:
- comment_created: ë\8d§ê¸\80ì\9d´ ì\84±ê³µì \81ì\9c¼ë¡\9c ì\83\9dì\84±ë\90\98ì\97\88ì\8aµë\8b\88ë\8b¤
+ comment_created: ë\8c\93ê¸\80ì\9d\84 ì\84±ê³µì \81ì\9c¼ë¡\9c ì\83\9dì\84±í\96\88ì\8aµë\8b\88ë\8b¤
issue_reassigned: 당신의 댓글이 작성되었으며 해당 문제가 다시 제기되었습니다
reports:
new:
threat_label: 이 일기 항목은 위협을 포함합니다
other_label: 기타
diary_comment:
- spam_label: ì\9d´ ì\9d¼ê¸° ë\8d§ê¸\80ì\9d\80 ì\8a¤í\8c¸ì\9d\84 í\8f¬í\95¨í\95©ë\8b\88ë\8b¤.
- offensive_label: ì\9d´ ì\9d¼ê¸° ë\8d§ê¸\80ì\9d\80 í\83\80ë\8b¹ì¹\98 ì\95\8aê±°ë\82\98 공격적입니다
- threat_label: ì\9d´ ì\9d¼ê¸° ë\8d§ê¸\80ì\9d\80 ì\9c\84í\98\91ì\9d\84 í\8f¬í\95¨í\95©니다
+ spam_label: ì\9d´ ì\9d¼ê¸° ë\8c\93ê¸\80ì\9d\80 ì\8a¤í\8c¸ì\9d\84 í\8f¬í\95¨í\95©ë\8b\88ë\8b¤
+ offensive_label: ì\9d´ ì\9d¼ê¸° ë\8c\93ê¸\80ì\9d\80 ì\9d\8cë\9e\80물ì\9d´ê±°ë\82\98 모ì\9a\95적입니다
+ threat_label: ì\9d´ ì\9d¼ê¸° ë\8c\93ê¸\80ì\9d\80 ì\9c\84í\98\91ì \81ì\9e\85니다
other_label: 기타
user:
spam_label: 이 사용자 프로필은 스팸이거나 스팸을 포함합니다
intro_text: 오픈스트리트맵 (OpenStreetMap)은 여러분과 같은 사람들이 만들어, 개방형 라이선스에 따라 자유롭게 사용할 수
있는 세계 지도입니다.
intro_2_create_account: 사용자 계정을 만드세요
- partners_fastly: 빠르게
+ hosting_partners_2024_html: 호스팅은 %{fastly}, %{corpmembers}, 기타 %{partners}에서 지원합니다.
+ partners_fastly: Fastly
+ partners_corpmembers: OSMF 기업 회원
partners_partners: 협력단체
tou: 이용 약관
osm_offline: 데이터베이스 점검을 위해 현재 오픈스트리트맵의 데이터가 오프라인 상태에 있습니다.
more: 더 보기
user_mailer:
diary_comment_notification:
- subject: '[오픈스트리트맵] %{user}님이 일기 항목에 덧글을 남겼습니다'
+ subject: '[OpenStreetMap] %{user}님이 일기 항목에 댓글을 남겼습니다'
hi: 안녕하세요 %{to_user}님,
- header: '%{from_user}ë\8b\98ì\9d´ ì\98¤í\94\88ì\8a¤í\8a¸ë¦¬í\8a¸ë§µ ì\9d¼ê¸° í\95목 ë\82´ %{subject} 주ì \9cì\97\90 ë\8d§글을 남겼습니다:'
- header_html: '%{from_user}ë\8b\98ì\9d´ ì\98¤í\94\88ì\8a¤í\8a¸ë¦¬í\8a¸ë§µ ì\9d¼ê¸° í\95목 ë\82´ %{subject} 주ì \9cì\97\90 ë\8d§글을 남겼습니다:'
+ header: '%{from_user}ë\8b\98ì\9d´ ì\98¤í\94\88ì\8a¤í\8a¸ë¦¬í\8a¸ë§µ ì\9d¼ê¸° í\95목 ë\82´ %{subject} 주ì \9cì\97\90 ë\8c\93글을 남겼습니다:'
+ header_html: '%{from_user}ë\8b\98ì\9d´ ì\98¤í\94\88ì\8a¤í\8a¸ë¦¬í\8a¸ë§µ ì\9d¼ê¸° í\95목 ë\82´ %{subject} 주ì \9cì\97\90 ë\8c\93글을 남겼습니다:'
footer: '%{readurl}에서 댓글을 읽을 수가 있으며, %{commenturl}에서 댓글을 남기거나 %{replyurl}에서
저자에게 메시지를 보낼 수 있습니다.'
footer_html: '%{readurl}에서 댓글을 읽을 수가 있으며, %{commenturl}에서 댓글을 남기거나 %{replyurl}에서
hopefully_you: 누군가가 아마 자신이 이 이메일 계정의 openstreetmap.org 계정에서 재설정할 비밀번호를 요청했습니다.
click_the_link: 만약 당신이라면 비밀번호를 재설정하기 위해 아래 링크를 클릭하세요.
note_comment_notification:
+ description: 'OpenStreetMap 참고 #%{id}'
anonymous: 익명 사용자
greeting: 안녕하세요,
commented:
- subject_own: '[오픈스트리트맵] %{commenter}님이 내 참고에 덧글을 남겼습니다'
- subject_other: '[오픈스트리트맵] %{commenter}님이 내가 관심을 가진 참고에 덧글을 남겼습니다'
- your_note: '%{commenter}ë\8b\98ì\9d´ %{place} ê·¼ì²\98ì\9d\98 ë\82´ ì§\80ë\8f\84 ì°¸ê³ ì\97\90 ë\8d§글을 남겼습니다.'
- your_note_html: '%{commenter}ë\8b\98ì\9d´ %{place} ê·¼ì²\98ì\9d\98 ë\82´ ì§\80ë\8f\84 ì°¸ê³ ì\97\90 ë\8d§글을 남겼습니다.'
- commented_note: '%{commenter}ë\8b\98ì\9d´ ë\82´ê°\80 ë\8d§ê¸\80ì\9d\84 ë\82¨ê¸´ ì§\80ë\8f\84 ì°¸ê³ ì\97\90 ë\8d§글을 남겼습니다. 참고는 %{place} 근처에
+ subject_own: '[OpenStreetMap] %{commenter}님이 내 참고에 댓글을 남겼습니다'
+ subject_other: '[OpenStreetMap] %{commenter}님이 내가 관심을 가진 참고에 댓글을 남겼습니다'
+ your_note: '%{commenter}ë\8b\98ì\9d´ %{place} ê·¼ì²\98ì\9d\98 ë\82´ ì§\80ë\8f\84 ì°¸ê³ ì\97\90 ë\8c\93글을 남겼습니다.'
+ your_note_html: '%{commenter}ë\8b\98ì\9d´ %{place} ê·¼ì²\98ì\9d\98 ë\82´ ì§\80ë\8f\84 ì°¸ê³ ì\97\90 ë\8c\93글을 남겼습니다.'
+ commented_note: '%{commenter}ë\8b\98ì\9d´ ë\82´ê°\80 ë\8c\93ê¸\80ì\9d\84 ë\82¨ê¸´ ì§\80ë\8f\84 ì°¸ê³ ì\97\90 ë\8c\93글을 남겼습니다. 참고는 %{place} 근처에
있습니다.'
- commented_note_html: '%{commenter}ë\8b\98ì\9d´ ë\82´ê°\80 ë\8d§ê¸\80ì\9d\84 ë\82¨ê¸´ ì§\80ë\8f\84 ì°¸ê³ ì\97\90 ë\8d§글을 남겼습니다. 참고는 %{place}
+ commented_note_html: '%{commenter}ë\8b\98ì\9d´ ë\82´ê°\80 ë\8c\93ê¸\80ì\9d\84 ë\82¨ê¸´ ì§\80ë\8f\84 ì°¸ê³ ì\97\90 ë\8c\93글을 남겼습니다. 참고는 %{place}
근처에 있습니다.'
closed:
subject_own: '[OpenStreetMap] %{commenter}님이 당신의 참고 중 하나를 해결했습니다'
subject_other: '[OpenStreetMap] %{commenter}님이 당신이 관심 있는 참고를 해결했습니다'
your_note: '%{commenter}님이 %{place} 근처의 당신의 지도 참고 중 하나를 해결했습니다.'
your_note_html: '%{commenter}님이 %{place} 근처의 당신의 지도 참고 중 하나를 해결 처리했습니다.'
- commented_note: '%{commenter}ë\8b\98ì\9d´ ë\82´ê°\80 ë\8d§글을 남긴 지도 참고를 해결했습니다. 참고는 %{place} 근처에
+ commented_note: '%{commenter}ë\8b\98ì\9d´ ë\82´ê°\80 ë\8c\93글을 남긴 지도 참고를 해결했습니다. 참고는 %{place} 근처에
있습니다.'
- commented_note_html: '%{commenter}ë\8b\98ì\9d´ ë\82´ê°\80 ë\8d§ê¸\80ì\9d\84 ë\82¨ê¸´ ì§\80ë\8f\84 ì°¸ê³ ë¥¼ í\95´ê²° ì²\98리했습니다. 참고는 %{place}
+ commented_note_html: '%{commenter}ë\8b\98ì\9d´ ë\82´ê°\80 ë\8c\93ê¸\80ì\9d\84 ë\82¨ê¸´ ì§\80ë\8f\84 ì°¸ê³ ë¥¼ í\95´ê²°했습니다. 참고는 %{place}
근처에 있습니다.'
reopened:
subject_own: '[OpenStreetMap] %{commenter}님이 당신의 참고 중 하나를 다시 활성했습니다'
subject_other: '[OpenStreetMap] %{commenter}님이 당신이 관심 있는 참고를 다시 활성했습니다'
your_note: '%{commenter}님이 %{place} 근처의 당신의 지도 참고 중 하나를 다시 활성했습니다.'
your_note_html: '%{commenter}님이 %{place} 근처의 당신의 지도 참고 중 하나를 다시 활성화했습니다.'
- commented_note: '%{commenter}ë\8b\98ì\9d´ ë\82´ê°\80 ë\8d§ê¸\80ì\9d\84 ë\82¨ê¸´ ì§\80ë\8f\84 ì°¸ê³ ë¥¼ ë\8b¤ì\8b\9c í\99\9cì\84±í\96\88ì\8aµë\8b\88ë\8b¤. ì°¸ê³ ë\8a\94 %{place} ê·¼ì²\98ì\97\90
- 있습니다.'
+ commented_note: '%{commenter}ë\8b\98ì\9d´ ë\82´ê°\80 ë\8c\93ê¸\80ì\9d\84 ë\82¨ê¸´ ì§\80ë\8f\84 ì°¸ê³ ë¥¼ ë\8b¤ì\8b\9c í\99\9cì\84±í\99\94í\96\88ì\8aµë\8b\88ë\8b¤. ì°¸ê³ ë\8a\94 %{place}
+ 근처에 있습니다.'
commented_note_html: '%{commenter}님이 내가 덧글을 남긴 지도 참고를 다시 활성화했습니다. 참고는 %{place}
근처에 있습니다.'
- details: 참고에 대한 자세한 사항은 %{url}에서 찾을 수 있습니다.
- details_html: 참고에 대한 자세한 사항은 %{url}에서 볼 수 있습니다.
+ details: '%{url}에서 참고에 답변하거나 자세한 내용을 볼 수 있습니다.'
+ details_html: '%{url}에서 참고에 답변하거나 자세한 내용을 볼 수 있습니다.'
changeset_comment_notification:
+ description: 'OpenStreetMap 바뀜집합 #%{id}'
hi: 안녕하세요 %{to_user}님,
greeting: 안녕하세요,
commented:
- subject_own: '[오픈스트리트맵] %{commenter}님이 내 바뀜집합에 덧글을 남겼습니다'
+ subject_own: '[OpenStreetMap] %{commenter}님이 바뀜집합에 댓글을 남겼습니다'
subject_other: '[오픈스트리트맵] %{commenter}님이 내가 관심을 가진 바뀜집합에 뎟글을 남겼습니다'
your_changeset: '%{commenter}님이 %{time}에 내가 바뀜집합에 댓글을 달았습니다'
your_changeset_html: '%{commenter}님이 %{time}에 내 바뀜집합에 댓글을 달았습니다'
주시중인 바뀜집합에 댓글을 남겼습니다'
commented_changeset_html: '%{commenter}님이 %{time}에 내가 주시하고 있는 %{changeset_author}님이
만든 바뀜집합에 댓글을 남겼습니다'
- partial_changeset_with_comment: â\80\98%{changeset_comment}â\80\99 ë\8d§글로
+ partial_changeset_with_comment: â\80\98%{changeset_comment}â\80\99 ë\8c\93글로
partial_changeset_with_comment_html: ‘%{changeset_comment}’ 댓글로
partial_changeset_without_comment: 의견 없이
details: 바뀜집합에 대한 자세한 사항은 %{url}에서 찾을 수 있습니다.
next: 다음
heading_html: '%{copyright}OpenStreetMap %{br} 기여자'
used_by_html: '%{name}은 수많은 웹사이트와 모바일 앱, 하드웨어 장치를 위해 지도 자료를 제공합니다'
- lede_text: 오픈스트리트맵은 전 세계의 도로나 오솔길, 카페, 기차역을 비롯한 다양한 정보를 관리하고 기여하는 지도 편집자 공동체가
- 만들어 나갑니다.
+ lede_text: OpenStreetMap은 전 세계의 도로나 오솔길, 카페, 기차역을 비롯한 다양한 정보를 관리하고 기여하는 지도 편집자
+ 공동체가 만들어 나갑니다.
local_knowledge_title: 지역 지식
- local_knowledge_html: 오픈스트리트맵은 지역 지식을 강조합니다. 기여자는 OSM이 정확하고 최신 상태라는 것이 확인되는
- 항공 사진이나 GPS 장치, 저차원 기술분야 지도를 사용합니다.
+ local_knowledge_html: OpenStreetMap은 지역 지식을 강조합니다. 기여자들은 항공 사진과 GPS 장치, 현장 지도를
+ 사용해 OSM이 정확하고 최신 상태인지 확인합니다.
community_driven_title: 공동체 주도
community_driven_1_html: |-
- 오픈스트리트맵 커뮤니티는 다채롭고 열정적이며 매일 성장하고 있습니다.
- 열정적인 지도 제작자, GIS 전문가, OSM 서버를 운영하는 기술자, 재난 피해 지역을 매핑하는 인도주의자, 그리고 더 많은 사람들이 모여 오픈스트리트맵의 기여자로 나섭니다.
+ OpenStreetMap 커뮤니티는 다채롭고 열정적이며 매일 성장하고 있습니다.
+ 열정적인 지도 제작자, GIS 전문가, OSM 서버를 운영하는 기술자, 재난 피해 지역을 매핑하는 인도주의자, 그리고 더 많은 사람들이 모두 OpenStreetMap의 기여자입니다.
커뮤니티에 관한 자세한 사항은 %{osm_blog_link}, %{user_diaries_link}, %{community_blogs_link},
- %{osm_foundation_link} 홈페이지를 참조하세요.
+ %{osm_foundation_link} 웹사이트를 참조하세요.
community_driven_osm_blog: OpenStreetMap 블로그
community_driven_user_diaries: 사용자 일기
- community_driven_community_blogs: 공동체 블로그
+ community_driven_community_blogs: 커뮤니티 블로그
community_driven_osm_foundation: OSM 재단
open_data_title: 개방형 자료
open_data_1_html: |-
- 오픈스트리트맵은 %{open_data}입니다. 오픈스트리트맵과 기여자를 저작자로 명시하는 한 어떤 목적으로든 자유롭게 사용할 수 있습니다.
+ OpenStreetMap은 %{open_data}입니다. OpenStreetMap과 기여자들을 저작자로 명시하는 한 어떤 목적으로든 자유롭게 사용할 수 있습니다.
특정 방식으로 데이터를 변경하거나 2차 제작의 기반으로 삼는 경우, 동일한 라이선스에 한하여 그 결과물을 배포할 수 있습니다
자세한 내용은 %{copyright_license_link}를 참조하세요.
open_data_open_data: 개방형 데이터
open_data_copyright_license: 저작권 및 라이선스 페이지
- legal_title: 법률
+ legal_title: 법적 고지
legal_1_1_html: |-
본 사이트와 기타 관련 서비스의 운영은 커뮤니티의 위탁으로
%{openstreetmap_foundation_link}(OSMF)가 공식적으로 맡고 있습니다. OSMF가 운영하는 모든 서비스의 이용 시 %{terms_of_use_link}, %{aup_link}, %{privacy_policy_link}이 적용됩니다.
- legal_1_1_openstreetmap_foundation: 오픈스트리트맵 재단
+ legal_1_1_openstreetmap_foundation: OpenStreetMap Foundation
legal_1_1_terms_of_use: 이용 약관
legal_1_1_aup: 사용 범위 정책
legal_1_1_privacy_policy: 개인정보처리방침
- legal_2_1_html: ë\9d¼ì\9d´ì\84 ì\8a¤, ì \80ì\9e\91ê¶\8c ë\98\90ë\8a\94 ê·¸ ë°\96ì\9d\98 ë²\95무 ê´\80ë ¨ ì§\88문ì\9d´ ì\9e\88ë\8a\94 ê²½ì\9a° %{contact_the_osmf_link}.
- legal_2_1_contact_the_osmf: OSMF에 문의하세요
- legal_2_2_html: 오픈스트리트맵 (OpenStreetMap)과 지도 위 돋보기 로고는 %{registered_trademarks_link}입니다.
+ legal_2_1_html: ë\9d¼ì\9d´ì\84 ì\8a¤, ì \80ì\9e\91ê¶\8c ë\98\90ë\8a\94 기í\83\80 ë²\95무 ê´\80ë ¨ 문ì\9d\98ë\8a\94 %{contact_the_osmf_link}.
+ legal_2_1_contact_the_osmf: OSMF로 연락해 주세요
+ legal_2_2_html: OpenStreetMap, 돋보기 로고, State of the Map은 %{registered_trademarks_link}입니다.
legal_2_2_registered_trademarks: OSMF의 등록 상표
partners_title: 파트너
copyright:
책임을 진다는 것을 의미하지 않습니다.
infringement_title_html: 저작권 침해
infringement_1_html: |-
- OSM 기여자는 저작권 소유자로부터 명시적 허가 없이
+ OSM 기여자는 저작권 소유자의 명시적 허가 없이
저작권이 있는 자료(예를 들어 Google 지도 또는 인쇄된 지도)에서
데이터를 반입하지 않도록 주의하여야 합니다.
infringement_2_1_html: |-
licence_details_html: OpenStreetMap 데이터의 라이선스는 %{odbl_link} (ODbL)를 따릅니다.
odbl: 오픈 데이터 커먼즈 오픈 데이터베이스 라이선스
too_large:
- advice: '위의 내보내기가 실패하면, 아래에 나열된 원본 중 하나를 사용하는 것을 고려해주세요:'
- body: 이 지역은 오픈스트리트맵 XML 데이터로 내보내기엔 너무 넓습니다. 확대를 하거나, 범위를 좁히거나, 대량 데이터 다운로드에
- 대한 아래에 나열된 자료 중 하나를 사용하세요.
+ advice: 위의 내보내기가 실패하면, 아래에 나열된 소스 중 하나를 사용해 주세요.
+ body: 이 지역은 OpenStreetMap XML 데이터로 내보내기엔 너무 넓습니다. 화면을 확대하거나, 더 좁은 지역을 선택해
+ 주세요. 대량 다운로드는 아래 나열된 소스들을 사용해 주세요.
planet:
- title: 플래닛 OSM
- description: ì\99\84ì \84í\95\9c ì\98¤í\94\88ì\8a¤í\8a¸ë¦¬í\8a¸ë§µ ë\8d°ì\9d´í\84°ë² ì\9d´ì\8a¤ê°\80 ì \95기ì \81ì\9c¼ë¡\9c ì\97\85ë\8d°ì\9d´í\8a¸ë\90\98ë\8a\94 복사본
+ title: Planet OSM
+ description: ì \95기ì \81ì\9c¼ë¡\9c ì\97\85ë\8d°ì\9d´í\8a¸ë\90\98ë\8a\94 ì \84ì²´ OpenStreetMap ë\8d°ì\9d´í\84°ë² ì\9d´ì\8a¤ 복사본
overpass:
title: Overpass API
- description: 오픈스트리트맵 데이터베이스의 미러에서 이 테두리 상자를 다운로드
+ description: OpenStreetMap 데이터베이스의 미러에서 영역 다운로드
geofabrik:
title: Geofabrik 다운로드
- description: 대륙, 국가 및 선택한 도시가 정기적으로 업데이트되는 추출본
+ description: 정기적으로 업데이트되는 대륙, 국가, 도시 단위 추출본
other:
- title: ë\8b¤ë¥¸ ì\9b\90본
- description: OpenStreetMap 위키에 나와있는 추가 원본
+ title: ë\8b¤ë¥¸ ì\86\8cì\8a¤
+ description: OpenStreetMap Wiki에서 찾아보기
export_button: 내보내기
fixthemap:
title: 문제 보고 / 지도 수정
oauth2_applications: OAuth 2 애플리케이션
oauth2_authorizations: OAuth 2 인가
auth_providers:
- openid_logo_alt: OpenID로 로그인
+ openid_login_button: 계속
openid:
title: OpenID로 로그인하기
alt: OpenID URL로 로그인
google:
- title: 구글로 로그인하기
+ title: Google로 로그인하기
alt: Google OpenID로 로그인하기
facebook:
- title: 페이스북으로 로그인
- alt: 페이스북 계정으로 로그인하기
+ title: Facebook으로 로그인
+ alt: Facebook 계정으로 로그인하기
microsoft:
- title: 마이크로소프트로 로그인하기
- alt: 마이크로소프트 계정으로 로그인하기
+ title: Microsoft로 로그인하기
+ alt: Microsoft 계정으로 로그인하기
github:
- title: GitHub로 로그인
+ title: GitHub으로 로그인
alt: GitHub 계정으로 로그인
wikipedia:
- title: 위키백과로 로그인하기
- alt: 위키백과 계정으로 로그인
- wordpress:
- title: 워드프레스로 로그인하기
- alt: Wordpress OpenID로 로그인하기
- aol:
- title: AOL로 로그인하기
- alt: AOL OpenID로 로그인하기
+ title: Wikipedia로 로그인하기
+ alt: Wikipedia 계정으로 로그인
oauth:
authorize:
title: 내 계정에 접근 인증
allow_to: '다음 클라이언트 애플리케이션을 허용합니다:'
allow_read_prefs: 사용자 환경 설정을 읽습니다.
allow_write_prefs: 사용자 환경 설정을 수정합니다.
- allow_write_diary: 일기 항목을 생성하고 덧글을 남기며 친구를 만듭니다.
+ allow_write_diary: 일기 항목과 댓글을 생성하고 친구를 추가합니다.
allow_write_api: 지도를 수정합니다.
allow_read_gpx: 비공개 GPS 궤적을 읽습니다.
allow_write_gpx: GPS 궤적을 업로드합니다.
openid: 오픈스트리트맵으로 로그인
read_prefs: 사용자 환경 설정 읽기
write_prefs: 사용자 환경 설정 수정
- write_diary: 일기 항목을 생성하고 덧글을 남기며 친구를 만듭니다.
+ write_diary: 일기 항목과 댓글을 생성하고 친구를 추가합니다.
write_api: 지도 수정
read_gpx: 비공개 GPS 궤적 읽기
write_gpx: GPS 궤적 업로드
delete: 삭제
confirm_delete: 이 애플리케이션을 삭제하시겠습니까?
client_id: 클라이언트 ID
+ client_secret: 클라이언트 비밀번호
+ client_secret_warning: 이 비밀번호는 다시 볼 수 없으므로 안전한 곳에 저장하세요
permissions: 권한
redirect_uris: URI 리다이렉트
not_found:
최대한 빨리 이뤄질 수 있도록 노력하겠습니다.
support: 지원
about:
- header: 자유롭게 편집 가능
- paragraph_1: 다른 지도와 달리 오픈스트리트맵은 전부 여러분과 같은 사람들이 제작했으며 누구나 자유롭게 수정, 업데이트, 다운로드,
- 사용을 할 수 있습니다.
- paragraph_2: 회원 가입으로 기여를 시작해 봅시다.
- welcome: 오픈스트리트맵에 오신 것을 환영합니다
+ header: 자유롭게 편집할 수 있습니다.
+ paragraph_1: 다른 지도와 달리 OpenStreetMap은 전부 여러분과 같은 사람들이 제작합니다. 누구나 자유롭게 고치고,
+ 갱신하고, 다운로드하고, 사용할 수 있습니다.
+ paragraph_2: 회원으로 가입해서 기여를 시작하세요.
+ welcome: OpenStreetMap에 오신 것을 환영합니다
display name description: 공개적으로 표시되는 사용자 이름입니다. 나중에 환경 설정에서 바꿀 수 있습니다.
- tou: 이용 약관
- contributor_terms: 기여자 약관
+ by_signing_up:
+ html: 가입하시면 저희의 %{tou_link}, %{privacy_policy_link}, %{contributor_terms_link}에
+ 동의하는 것입니다.
+ privacy_policy: 개인정보처리방침
+ privacy_policy_title: 이메일 주소 섹션을 포함한 OSMF 개인 정보 보호 정책
+ contributor_terms: 기여자 약관
+ tou: 이용약관
external auth: '제3자 인증:'
continue: 가입하기
terms accepted: 새 기여자 약관에 동의해 주셔서 감사합니다!
- email_help_html: 당신의 주소는 공개적으로 노출되지 않습니다. 자세한 내용은 %{privacy_policy_link}를 참조하세요.
- privacy_policy: 개인정보처리방침
- privacy_policy_title: 이메일 주소 섹션을 포함한 OSMF 개인 정보 보호 정책
+ email_help:
+ html: 당신의 주소는 공개적으로 노출되지 않습니다. 자세한 내용은 %{privacy_policy_link}를 참조하세요.
+ consider_pd_html: 내 기여가 %{consider_pd_link}에 속함을 선언합니다.
consider_pd: 퍼블릭 도메인
or: 혹은
use external auth: 다른 제3자 로그인 방식 사용하기
terms_declined_html: 새 기여자 약관에 동의하지 않기로 결정하셨습니다. 자세한 내용은 %{terms_declined_link}를
참조하세요.
terms_declined_link: 이 위키 문서
- terms_declined_url: https://wiki.openstreetmap.org/wiki/Contributor_Terms_Declined
no_such_user:
title: 이러한 사용자는 없습니다
heading: '%{user} 사용자는 존재하지 않습니다'
error: 유저의 음소거를 해제할 수 없습니다. 다시 시도해 주세요.
notes:
index:
- title: '%{user} ë\8b\98ì\9d´ ì \9cì¶\9cí\96\88ê±°ë\82\98 ë\8d§글을 남긴 참고'
+ title: '%{user} ë\8b\98ì\9d´ ì \9cì¶\9cí\96\88ê±°ë\82\98 ë\8c\93글을 남긴 참고'
heading: '%{user}의 참고'
subheading_html: '%{user}님이 %{submitted}하거나 %{commented}한 참고'
subheading_submitted: 제출
event_reopened_by_anonymous_html: '%{time_ago} 익명 사용자가 재활성화함'
event_hidden_by_html: '%{time_ago} %{user}님이 숨김 처리함'
report: 이 참고 신고
- anonymous_warning: 이 참고에는 익명 사용자의 덧글도 있으므로 별도로 확인해야 합니다.
+ anonymous_warning: 이 참고는 익명 사용자의 댓글을 포함하므로 별도로 확인해야 합니다.
hide: 숨기기
resolve: 해결
reactivate: 다시 활성화
github:
title: Övver GitHub ennlogge
alt: Donn övver ene Zohjang bei GitHub ennlogge
- wordpress:
- title: Övver Wordpress ennlogge
- aol:
- title: Övver AOL enlogge
oauth:
authorize:
allow_write_api: donn de Landkaat änndere
oauth2_applications: Aplîkasyonên OAuth 2
oauth2_authorizations: Destûrdarkirinên OAuth 2
auth_providers:
- openid_logo_alt: Têketina bi OpenID'yê
openid:
title: Bi OpenID'yê têkeve
alt: Têketina bi URL'yek OpenID'yê
wikipedia:
title: Bi Wîkîpediyayê têkeve
alt: Bi hesabekî Wîkîpediyayê têkeve
- wordpress:
- title: Bi Wordpressê têkeve
- alt: Bi OpenID ya Wordpressê têbikeve
- aol:
- title: Bi AOL'ê têkeve
- alt: Bi OpenID ya AOLê têkeve
oauth:
authorize:
title: Ji bo gihîna hesabê xwe selahiyetê bide
oauth2_applications: OAuth 2 Applikatiounen
oauth2_authorizations: OAuth 2 Autorisatiounen
auth_providers:
- openid_logo_alt: Alogge mat enger OpenID
openid_login_button: Virufueren
openid:
title: Mat OpenID aloggen
- alt: Mat enger OpenID-URL aloggen
+ alt: OpenID-Logo
google:
title: Mat Google aloggen
- alt: Mat enger Google-OpenID aloggen
+ alt: Google-Logo
facebook:
title: Mat Facebook aloggen
- alt: Mat engem Facebook-Kont aloggen
+ alt: Facebook-Logo
microsoft:
title: Mat Microsoft aloggen
- alt: Mat engem Microsoft-Kont aloggen
+ alt: Microsoft-Logo
github:
title: Mat GitHub aloggen
- alt: Mat engem GitHub-Kont aloggen
+ alt: GitHub-Logo
wikipedia:
title: Mat Wikipedia aloggen
- alt: Mat engem Wikipedia-Benotzerkont aloggen
- wordpress:
- title: Mat Wordpress aloggen
- alt: Mat enger Wordpress-OpenID aloggen
- aol:
- title: Mat AOL aloggen
- alt: Mat enger AOL-OpenID aloggen
+ alt: Wikipedia-Logo
oauth:
authorize:
title: Zougrëff op Äre Benotzerkont autoriséieren
welcome: Wëllkomm bei OpenStreetMap
display name description: Däin ëffentlech ugewisene Benotzernumm. E ka spéider
an den Astellunge geännert ginn.
+ by_signing_up:
+ privacy_policy: Dateschutzrichtlinnen
continue: Mellt Iech un
- privacy_policy: Dateschutzrichtlinnen
or: oder
terms:
heading: Bedingungen
oauth2_applications: „OAuth 2“ programos
oauth2_authorizations: „OAuth 2“ prieigos teisės
auth_providers:
- openid_logo_alt: Prisijunkite su OpenID
openid:
title: Prisijunkite su OpenID
alt: Prisijunkite su OpenID URL
wikipedia:
title: Prisijungti su Vikipedija
alt: Prisijungti su Vikipedija Paskyra
- wordpress:
- title: Prisijunkite su Wordpress
- alt: Prisijunkite su Wordpress OpenID
- aol:
- title: Prisijunkite su AOL
- alt: Prisijunkite su AOL OpenID
oauth:
authorize:
title: Autorizuoti priėjimą prie jūsų paskyros
patvirtintume tavo paskyrą.
display name description: Jūsų viešai rodomas naudotojo vardas. Jei norėsite,
galėsite jį vėliau pakeisti savo nustatymuose.
+ by_signing_up:
+ privacy_policy: privatumo politika
external auth: 'Trečios šalies autentikacija:'
continue: Užsiregistruoti
terms accepted: Ačiū, kad patvirtinote naująsias talkininkų sąlygas!
- privacy_policy: privatumo politika
use external auth: Alternatyviai, naudokite trečią šalį prisijungimui
terms:
title: Sąlygos
mājaslapas interfeisā, lai apskatītu Veidotāju Noteikumus. Tev nevajag piekrist,
bet tev tie ir jāapskata.
auth_providers:
- openid_logo_alt: Pieteikties ar OpenID
openid:
title: Pieslēgties ar OpenID
alt: Pieslēgties ar OpenID saiti
wikipedia:
title: Ieiet ar Vikipēdiju
alt: Ieiet ar Vikipēdijas kontu
- wordpress:
- title: Pieslēgties ar WordPress
- alt: Pieslēgties ar WordPress OpenID
- aol:
- title: Pieslēgties ar AOL
- alt: Pieslēgties ar AOL OpenID
oauth:
authorize:
title: Atļaut piekļuvi savam kontam
college: Средно училиште
commercial: Комерцијална зграда
construction: Градилиште
+ cowshed: Краварник
detached: Самостојна куќа
dormitory: Студентски дом
duplex: Двојна куќа
shed: Шупа
stable: Штала
static_caravan: Приколка
+ sty: Кочина
temple: Храм
terrace: Лепенка
train_station: Железничка станица
oauth2_authorizations: Овластувања за OAuth 2
muted_users: Замолкнати корисници
auth_providers:
- openid_logo_alt: Најава со OpenID
+ openid_url: URL на OpenID
openid_login_button: Продолжи
openid:
title: Најава со OpenID
- alt: Ð\9dаÑ\98ава Ñ\81о URL за OpenID
+ alt: Ð\9bого на OpenID
google:
title: Најава со Google
- alt: Ð\9dаÑ\98ава Ñ\81о OpenID од Google
+ alt: Ð\9bого на Ð\93Ñ\83гл
facebook:
title: Најава со Фејсбук
- alt: Ð\9dаÑ\98ава Ñ\81о пÑ\80оÑ\84ил на Фејсбук
+ alt: Ð\9bого на Фејсбук
microsoft:
title: Најава со Microsoft
- alt: Ð\9dаÑ\98ава Ñ\81о Ñ\81меÑ\82ка на Microsoft
+ alt: Ð\9bого на Microsoft
github:
title: Најава со GitHub
- alt: Ð\9dаÑ\98ава Ñ\81о Ñ\81меÑ\82ка на GitHub
+ alt: Ð\9bого на GitHub
wikipedia:
title: Најава со Википедија
- alt: Најава со сметка на Википедија
- wordpress:
- title: Најава со Wordpress
- alt: Најава со OpenID од Wordpress
- aol:
- title: Најава со AOL
- alt: Најава со OpenID од AOL
+ alt: Лого на Википедија
oauth:
authorize:
title: Овластете пристап до вашата сметка
нагодувањата на сметката.
display name description: Вашето јавно прикажано име. Можете да го смените подоцна
во прилагодувањата.
- by_signing_up_html: Зачленувајќи се, се согласувате со нашите %{tou_link}, %{privacy_policy_link}
- и %{contributor_terms_link}.
+ by_signing_up:
+ html: Зачленувајќи се, се согласувате со нашите %{tou_link}, %{privacy_policy_link}
+ и %{contributor_terms_link}.
+ privacy_policy: правила за личните податоци
+ privacy_policy_title: Правилата за лични податоци на OSMF, со одделот за е-поштенски
+ адреси
+ contributor_terms_url: https://wiki.osmfoundation.org/wiki/Licence/Contributor_Terms
+ contributor_terms: услови на учество
tou: услови на употреба
- contributor_terms: услови на учество
external auth: 'Заверка за надворешното место:'
continue: Зачленување
terms accepted: Ви благодариме што ги прифативте новите услови за учество!
- email_help_html: Вашата адреса не се прикажува јавно. Повеќе ќе дознаете на
- %{privacy_policy_link}.
- privacy_policy: правила за личните податоци
- privacy_policy_title: Правилата за лични податоци на OSMF, со одделот за е-поштенски
- адреси
+ email_help:
+ privacy_policy: правила за личните податоци
+ privacy_policy_title: Правилата за лични податоци на OSMF, со одделот за е-поштенски
+ адреси
+ html: Вашата адреса не се прикажува јавно. Повеќе ќе дознаете на %{privacy_policy_link}.
consider_pd_html: Моите придонеси ги сметам за %{consider_pd_link}.
consider_pd: јавна сопственост
or: или
title: Експортаре
application:
auth_providers:
- openid_logo_alt: Ынтраря ку ажуторул OpenID
openid:
title: Ынтраря ку ажуторул OpenID
alt: Ынтраря ку ажуторул OpenID URL
wikipedia:
title: Ынтраря ку ажуторул Википедией
alt: Ынтраря ку ажуторул контулуй де Википедия
- wordpress:
- title: Ынтраря ку ажуторул Wordpress
- alt: Ынтраря ку ажуторул Wordpress OpenID
- aol:
- title: Ынтраря ку ажуторул AOL
- alt: Ынтраря ку ажуторул AOL OpenID
users:
show:
my diary: Журналул меу
account_settings: Tetapan Akaun
muted_users: Pengguna yang Diredamkan
auth_providers:
- openid_logo_alt: Log masuk dengan OpenID
openid:
title: Log masuk dengan OpenID
alt: Log masuk dengan OpenID URL
wikipedia:
title: Log masuk dengan Wikipedia
alt: Log masuk dengan akaun Wikipedia
- wordpress:
- title: Log masuk dengan Wordpress
- alt: Log masuk dengan OpenID Wordpress
- aol:
- title: Log masuk dengan AOL
- alt: Log masuk dengan OpenID Yahoo
oauth:
authorize:
title: Benarkan akses kepada akaun anda
nettsiden for å lese bidragsytervilkårene. Du trenger ikke godta vilkårene,
men du må lese dem.
auth_providers:
- openid_logo_alt: Logg inn med en OpenID
openid:
title: Logg inn med OpenID
alt: Logg inn med en OpenID-URL
wikipedia:
title: Logg inn med Wikipedia
alt: Logg inn med en Wikipedia-konto
- wordpress:
- title: Logg inn med Wordpress
- alt: Logg inn med en Wordpress OpenID
- aol:
- title: Logg inn med AOL
- alt: Logg inn med en AOL OpenID
oauth:
authorize:
title: Autoriser tilgang til din konto
open_data_open_data: खुल्ला डेटा
open_data_copyright_license: प्रतिलिपी अधिकार र इजाजतपत्र पृष्ठ
legal_title: कानूनी
+ legal_1_1_privacy_policy: गोपनीयता नीति
partners_title: समर्थकहरू
copyright:
title: प्रतिलिपी अधिकार र इजाजतपत्र
wikipedia:
title: विकिपिडियाकाे प्रयाेग गरि प्रवेश गर्नुहाेस्
alt: विकिपिडिया खाताद्वारा प्रवेश गर्नुहोस्
- wordpress:
- title: वर्डप्रेस खाताबाट प्रवेश गर्नुहोस्
oauth_clients:
show:
confirm: निश्चित हुनुहुन्छ ?
title: खाता खाेल्नुहाेस्
about:
header: खुल्ला र सम्पादन गर्न मिल्ने
+ by_signing_up:
+ privacy_policy: गोपनीयता नीति
continue: खाता खाेल्नुहाेस्
- privacy_policy: गोपनीयता नीति
+ email_help:
+ privacy_policy: गोपनीयता नीति
terms:
title: सर्तहरू
heading: सर्तहरू
college: Schoolgebouw
commercial: Commercieel gebouw
construction: Gebouw in aanbouw
+ cowshed: Koeienstal
detached: Alleenstaande woning
dormitory: Studentenhuis
duplex: Koppelwoning
shed: Schuurtje
stable: Stal
static_caravan: Stacaravan
+ sty: Varkensstal
temple: Tempelgebouw
terrace: Rijhuizen
train_station: Spoorwegstationsgebouw
lost_password:
subject: '[OpenStreetMap] Verzoek wachtwoord opnieuw instellen'
greeting: Hallo,
- hopefully_you: Iemand (mogelijk u) heeft aangevraagd om het wachtwoord opnieuw
+ hopefully_you: Iemand (mogelijk u) heeft gevraagd om het wachtwoord opnieuw
in te laten stellen voor het account met dit e-mailadres op openstreetmap.org.
click_the_link: Als u dit bent, klik dan op de onderstaande koppeling om uw
wachtwoord opnieuw in te stellen.
oauth2_authorizations: OAuth 2 autorisaties
muted_users: Gedempte gebruikers
auth_providers:
- openid_logo_alt: Aanmelden met een OpenID
+ openid_url: OpenID-URL
openid_login_button: Doorgaan
openid:
title: Aanmelden met OpenID
- alt: Aanmelden met een OpenID URL
+ alt: OpenID-logo
google:
title: Aanmelden met Google
- alt: Aanmelden met een Google OpenID
+ alt: Google-logo
facebook:
title: Aanmelden met Facebook
- alt: Aanmelden met een Facebookaccount
+ alt: Facebook-logo
microsoft:
title: Aanmelden met Microsoft
- alt: Aanmelden met een Microsoft-account
+ alt: Microsoft-logo
github:
title: Aanmelden met GitHub
- alt: Aanmelden met een GitHub-account
+ alt: GitHub-logo
wikipedia:
title: Aanmelden met Wikipedia
- alt: Aanmelden met een Wikipedia-account
- wordpress:
- title: Aanmelden met Wordpress
- alt: Aanmelden met een Wordpress OpenID
- aol:
- title: Aanmelden met AOL
- alt: Aanmelden met een AOL OpenID
+ alt: Wikipedia-logo
oauth:
authorize:
title: Geef toegang tot uw account
van uw account.
display name description: Uw openbare gebruikersnaam. U kunt deze later in uw
voorkeuren wijzigen.
- by_signing_up_html: Door u aan te melden, gaat u akkoord met onze %{tou_link},
- %{privacy_policy_link} en %{contributor_terms_link}.
+ by_signing_up:
+ html: Door u aan te melden, gaat u akkoord met onze %{tou_link}, %{privacy_policy_link}
+ en %{contributor_terms_link}.
+ privacy_policy: privacybeleid
+ privacy_policy_title: OSMF-privacybeleid, met een kopje over e-mailadressen
+ contributor_terms: bijdragevoorwaarden
tou: gebruiksvoorwaarden
- contributor_terms: bijdragevoorwaarden
external auth: 'Authenticatie van derden:'
continue: Registreren
terms accepted: Dank u wel voor het aanvaarden van de nieuwe bijdragersovereenkomst!
- email_help_html: Uw adres wordt niet openbaar gemaakt, zie ons %{privacy_policy_link}
- voor meer informatie.
- privacy_policy: privacybeleid
- privacy_policy_title: OSMF-privacybeleid, met een kopje over e-mailadressen
+ email_help:
+ privacy_policy: privacybeleid
+ privacy_policy_title: OSMF-privacybeleid, met een sectie over e-mailadressen
+ html: Uw adres wordt niet openbaar gemaakt, zie ons %{privacy_policy_link}
+ voor meer informatie.
consider_pd_html: Ik beschouw mijn bijdragen als onderdeel van het %{consider_pd_link}.
consider_pd: publiek domein
or: of
på nettsiden for å lese bidragsytervilkårene. Du treng ikkje godta vilkåra,
men du må lese dei.
auth_providers:
- openid_logo_alt: Logg inn med ein OpenID
openid:
title: Logg inn med OpenID
alt: Logg inn med ein OpenID-URL
wikipedia:
title: Logg inn med Wikipedia
alt: Logg inn med ein Wikipedia-konto
- wordpress:
- title: Logg inn med Wordpress
- alt: Logg inn med ein Wordpress OpenID
- aol:
- title: Logg inn med AOL
- alt: Logg inn med ein AOL OpenID
oauth:
authorize:
title: Autoriser tilgang til kontoen din
oauth2_applications: 0Auth 2 ߟߥߊ߬ߟߌ߬ߟߌ ߟߎ߬
oauth2_authorizations: 0Auth 2 ߖߡߊ߬ߙߌ߬ߦߊ߬ߟߌ
auth_providers:
- openid_logo_alt: ߌ ߜߊ߲߬ߞߎ߲߬ ߏߔߌ߲ ID ߟߊ߫
openid:
title: ߌ ߜߊ߲߬ߞߎ߲߫ ߏߔߌ߲ ID ߘߌ߫
alt: ߌ ߜߊ߲߬ߞߎ߲߫ ߏߔߌ߲ ID URL ߟߊ߫
wikipedia:
title: ߌ ߜߊ߲߬ߞߎ߲߫ ߥߞߌߔߋߘߌߦߊ ߟߊ߫
alt: ߌ ߜߊ߲߬ߞߎ߲߫ ߥߞߌߔߋߘߌߦߊ ߖߊ߬ߕߋ߬ߘߊ ߟߊ߫
- wordpress:
- title: ߌ ߜߊ߲߬ߞߎ߲߫ ߥߐߘߑߔߙߍߛ ߟߊ߫
- alt: ߌ ߜߊ߲߬ߞߎ߲߫ ߥߐߘߑߔߙߍߛ ߏߔߌ߲ ID ߟߊ߫
- aol:
- title: ߌ ߜߊ߲߬ߞߎ߲߫ ߊߏߍߟ ߟߊ߫
- alt: ߌ ߜߊ߲߬ߞߎ߲߫ ߊߏߍߟ ߏߔߌ߲ ID ߟߊ߫
oauth:
authorize:
title: ߌ ߟߊ߫ ߖߊ߬ߕߋ߬ߘߊ ߟߊߛߐ߬ߘߐ߲ ߠߊߘߌ߬ߢߍ߬
settings_menu:
account_settings: Configuracion
auth_providers:
- openid_logo_alt: Se connectar amb un OpenID
openid:
title: Se connectar amb OpenID
alt: Se connectar amb una URL OpenID
wikipedia:
title: Se connectar amb Wikipèdia
alt: Se connectar amb un compte de Wikipèdia
- wordpress:
- title: Se connectar amb Wordpress
- alt: Se connectar amb l'OpenID de Wordpress
- aol:
- title: Se connectar amb AOL
- alt: Se connectar amb l'OpenID d'AOL
oauth:
authorize:
title: Autorizar l’accès a vòstre compte
# Author: Maro21
# Author: Mateon1
# Author: Mikini
+# Author: Mkot
# Author: Nemo bis
# Author: Odie2
# Author: OrlPL
created: Utworzone
closed: Zamknięte
belongs_to: Autor
+ subscribe:
+ heading: Zasubskrybować następującą dyskusję dotyczącą zmian ?
+ button: Zasubskrybuj dyskusję
+ unsubscribe:
+ heading: Wypisać się z poniższej dyskusji na temat zestawu zmian?
+ button: Wypisz się z dyskusji
heading:
title: Zestaw zmian %{id}
+ created_by_html: Utworzony przez %{link_user} w %{created}.
+ no_such_entry:
+ title: Brak takiego zestawu zmian
+ body: Niestety nie odnaleziono zestawu zmian o identyfikatorze %{id}. Sprawdź
+ pisownię. Być może skorzystano z nieprawidłowego odnośnika.
show:
title: 'Zestaw zmian: %{id}'
created: 'Utworzony: %{when}'
title: Dziennik użytkownika %{user} | %{title}
user_title: Dziennik użytkownika %{user}
discussion: Dyskusja
+ subscribe: Obserwuj
+ unsubscribe: Anuluj subskrypcję
leave_a_comment: Zostaw komentarz
login_to_leave_a_comment_html: '%{login_link}, aby dodać komentarz'
login: Zaloguj się
all:
title: Wpisy dzienników OpenStreetMap
description: Ostatnie wpisy dzienników od użytkowników OpenStreetMap
+ subscribe:
+ heading: Zasubskrybować następującą dyskusję dotyczącą wpisu do pamiętnika?
+ unsubscribe:
+ heading: Wypisać się z poniższej dyskusji na temat wpisu dziennika?
+ button: Wypisz się z dyskusji
diary_comments:
index:
title: Komentarze do dzienników dodane przez %{user}
oauth2_applications: Aplikacje OAuth 2
oauth2_authorizations: Autoryzacje OAuth 2
auth_providers:
- openid_logo_alt: Zaloguj się przez OpenID
openid_login_button: Kontynuuj
openid:
title: Zaloguj się przez OpenID
wikipedia:
title: Zaloguj się przez Wikipedię
alt: Zaloguj się przez konto Wikipedii
- wordpress:
- title: Zaloguj się przez Wordpress
- alt: Zaloguj się przez OpenID Wordpress
- aol:
- title: Zaloguj się przez AOL
- alt: Zaloguj się przez AOL OpenID
oauth:
authorize:
title: Uwierzytelnij dostęp do konta
aby potwierdzić Twoje konto.
display name description: Twoja publiczna nazwa użytkownika. Można ją później
zmienić w ustawieniach.
+ by_signing_up:
+ privacy_policy: Polityka prywatności
+ privacy_policy_title: Polityka prywatności OSMF, w tym sekcja dotycząca adresów
+ e-mail
external auth: 'Logowanie przez:'
continue: Zarejestruj się
terms accepted: Dziękujemy za przyjęcie nowych Warunków uczestnictwa!
- email_help_html: Twój adres nie jest wyświetlany publicznie, zobacz naszą %{privacy_policy_link},
- aby uzyskać więcej informacji.
- privacy_policy: Polityka prywatności
- privacy_policy_title: Polityka prywatności OSMF, w tym sekcja dotycząca adresów
- e-mail
+ email_help:
+ html: Twój adres nie jest wyświetlany publicznie, zobacz naszą %{privacy_policy_link},
+ aby uzyskać więcej informacji.
or: lub
use external auth: 'Alternatywnie, zarejestruj się przez:'
terms:
oauth2_applications: آوتھ ورژن 2 اَیپ
oauth2_authorizations: آوتھ ورژن 2 ورتݨ
auth_providers:
- openid_logo_alt: اوپن آئی ڈی ورتو
openid:
title: اوپن آئیڈی نال لوگاین کرو
alt: اوپن آئی ڈی یو آر ایل ورتو
wikipedia:
title: وِکیپیڈیا نال لوگاین کرو
alt: وِکیپیڈیا ورتو
- wordpress:
- title: ورڈپریس نال لوگاین کرو
- alt: ورڈ پریس ورتو
- aol:
- title: اے او ایل نال لوگاین کرو
- alt: اے او ایل ورتو
oauth:
authorize:
allow_write_diary: روزنامچے وچ لیکھ بݨا سکدیو، ٹپݨی کریو تے دوست جوڑیو
# Messages for Portuguese (português)
# Exported from translatewiki.net
# Export driver: phpyaml
+# Author: Andrekowacs
# Author: AntMadeira
# Author: Athena in Wonderland
# Author: B3rnas
oauth2_authorizations: Autorizações OAuth 2
muted_users: Utilizadores Silenciados
auth_providers:
- openid_logo_alt: Iniciar sessão com um OpenID
openid_login_button: Continuar
openid:
title: Iniciar sessão com OpenID
wikipedia:
title: Iniciar sessão com a Wikipédia
alt: Iniciar sessão com uma conta Wikipédia
- wordpress:
- title: Iniciar sessão com Wordpress
- alt: Iniciar sessão com um OpenID do Wordpress
- aol:
- title: Iniciar sessão com AOL
- alt: Iniciar sessão com um OpenID da AOL
oauth:
authorize:
title: Autorizar Acesso À Tua Conta
modifica as definições da tua conta.
display name description: O nome de utilizador ficará visível publicamente.
Poderás alterar o nome posteriormente nas configurações do teu perfil.
- by_signing_up_html: Ao registares-te, aceitas os nossos %{tou_link}, %{privacy_policy_link}
- e %{contributor_terms_link}.
+ by_signing_up:
+ html: Ao registares-te, aceitas os nossos %{tou_link}, %{privacy_policy_link}
+ e %{contributor_terms_link}.
+ privacy_policy: política de privacidade
+ privacy_policy_title: Política de privacidade da OSMF incluindo secção sobre
+ endereços de correio eletrónico
+ contributor_terms: Termos de Contribuidor
tou: Termos de Utilização
- contributor_terms: Termos de Contribuidor
external auth: 'Autenticação por terceiros:'
continue: Criar conta
terms accepted: Obrigado por aceitares os novos termos de contribuidor!
- email_help_html: O seu endereço não é mostrado publicamente. Consulte a nossa
- %{privacy_policy_link} para mais informações.
- privacy_policy: política de privacidade
- privacy_policy_title: Política de privacidade da OSMF incluindo secção sobre
- endereços de correio eletrónico
+ email_help:
+ privacy_policy: política de privacidade
+ privacy_policy_title: Política de privacidade da OSMF incluindo seção sobre
+ endereços de email
+ html: O seu endereço não é mostrado publicamente. Consulte a nossa %{privacy_policy_link}
+ para mais informações.
consider_pd_html: Considero que as minhas contribuições estão no %{consider_pd_link}.
consider_pd: domínio público
or: ou
# Export driver: phpyaml
# Author: Adrianojbr
# Author: Alvarenga
+# Author: Andrekowacs
# Author: Athena in Wonderland
# Author: BraulioBezerra
# Author: Brunomelnic
title: Diário de %{user} | %{title}
user_title: Diário de %{user}
discussion: Discussão
+ subscribe: Inscrever
+ unsubscribe: Cancelar inscrição
leave_a_comment: Deixe um comentário
login_to_leave_a_comment_html: '%{login_link} para deixar um comentário'
login: Entrar
all:
title: Publicações no diário do OpenStreetMap
description: Publicações no diário recentes de usuários do OpenStreetMap
+ subscribe:
+ button: Inscreva-se na discussão
+ unsubscribe:
+ heading: Cancelar a in=inscrição da seguinte discussão de entrada de diário?
+ button: Cancelar a inscrição na discussão
diary_comments:
index:
title: Comentários no diário feitos por %{user}
contact_the_community_html: Sinta-se à vontade para %{contact_link} a comunidade
OpenStreetMap se você encontrou um link quebrado ou um erro. Anote a URL exata
da sua solicitação.
+ bad_request:
+ title: Pedido inválido
+ description: A operação solicitada no servidor OpenStreetMap não é válida (HTTP
+ 400)
forbidden:
title: Proibido
description: A operação solicitada no servidor do OpenStreetMap está disponível
click_the_link: Se esta pessoa é você, por favor clique no link abaixo para
receber uma nova senha.
note_comment_notification:
+ description: 'Nota OpenStreetMap #%{id}'
anonymous: Um usuário anônimo
greeting: Olá,
commented:
new:
title: Entrar
tab_title: Entrar
+ login_to_authorize_html: Entre no OpenStreetMap para acederes a %{client_app_name}.
email or username: E-mail ou nome de usuário
password: Senha
remember: Lembrar neste computador
lost password link: Esqueceu sua senha?
login_button: Entrar
register now: Registre agora
- with external: 'Ou identifique-se através de terceiros:'
+ with external: ou entre com uma aplicativo de terceiros
or: ou
auth failure: Impossível entrar com estas informações.
destroy:
contributors_fr_credit_html: '%{france}: contém dados provenientes da Direção
Geral de Impostos.'
contributors_fr_france: França
+ contributors_hr_credit_html: |-
+ %{croatia}: Contém dados de %{dgu_link} e %{open_data_portal}
+ (informação pública da Croácia).
contributors_hr_croatia: Croata
contributors_hr_dgu: Administração Geodésica Estatal da Croácia
contributors_hr_open_data_portal: Portal Nacional de Dados Abertos
other: Arquivo GPX com %{count} pontos de %{user}
description_without_count: Arquivo GPX de %{user}
application:
+ basic_auth_disabled: 'A autenticação básica HTTP está desativada: %{link}'
+ oauth_10a_disabled: 'OAuth 1.0 e 1.0a estão desativados: %{link}'
permission_denied: Você não tem permissão para acessar essa ação
require_cookies:
cookies_needed: Parece que você está com os cookies desabilitados - habilite-os
oauth2_authorizations: Autorizações do OAuth 2
muted_users: Usuários silenciados
auth_providers:
- openid_logo_alt: Entrar com um OpenID
openid_login_button: Continuar
openid:
title: Entrar com o OpenID
- alt: Entrar com uma URL do OpenID
+ alt: Logotipo do OpenID
google:
title: Entrar com o Google
- alt: Entrar com um OpenID da Google
+ alt: Logotipo do Google
facebook:
title: Entrar com o Facebook
- alt: Entrar com uma conta do Facebook
+ alt: Logotipo do Facebook
microsoft:
title: Entrar com o Microsoft
- alt: Entrar com uma conta do Microsoft
+ alt: Logotipo do Microsoft
github:
title: Entrar com o GitHub
- alt: Entrar com conta do GitHub
+ alt: Logotipo do GitHub
wikipedia:
title: Entrar com Wikipédia
- alt: Entrar com uma conta da Wikipédia
- wordpress:
- title: Entrar com o Wordpress
- alt: Entrar com um OpenID da Wordpress
- aol:
- title: Entrar com a AOL
- alt: Entrar com um OpenID da AOL
+ alt: Logotipo da Wikipédia
oauth:
authorize:
title: Autorizar acesso à sua conta
as configurações de sua conta.
display name description: Seu nome de usuário disponível publicamente. Você
pode mudá-lo depois nas preferências.
- by_signing_up_html: Ao se inscrever, você concorda com nossos %{tou_link}, %{privacy_policy_link}
- e %{contributor_terms_link}.
+ by_signing_up:
+ html: Ao se inscrever, você concorda com nossos %{tou_link}, %{privacy_policy_link}
+ e %{contributor_terms_link}.
+ privacy_policy: politica de privacidade
+ privacy_policy_title: Política de privacidade da OSMF incluindo seção sobre
+ endereços de e-mail
+ contributor_terms_url: https://wiki.osmfoundation.org/wiki/Licence/Contributor_Terms
+ contributor_terms: termos do contribuidor
tou: termos de uso
- contributor_terms: termos do contribuidor
external auth: 'Autenticação de Terceiros:'
continue: Registrar-se
terms accepted: Obrigado por aceitar os novos termos de contribuição!
- email_help_html: Seu endereço não é exibido publicamente, consulte nossa %{privacy_policy_link}
- para obter mais informações.
- privacy_policy: politica de privacidade
- privacy_policy_title: Política de privacidade da OSMF incluindo seção sobre
- endereços de e-mail
+ email_help:
+ privacy_policy: política de privacidade
+ privacy_policy_title: Política de privacidade da OSMF incluindo seção sobre
+ endereços de e-mail
+ html: Seu endereço não é exibido publicamente, consulte nossa %{privacy_policy_link}
+ para obter mais informações.
consider_pd_html: Considero que minhas contribuições estão no %{consider_pd_link}.
consider_pd: domínio público
or: ou
remove as friend: Desfazer amizade
add as friend: Adicionar como amigo
mapper since: 'Mapeador desde:'
+ last map edit: 'Última edição do mapa:'
+ no activity yet: Ainda sem atividade
uid: 'ID do usário:'
ct status: 'Termos do contribuidor:'
ct undecided: Não decidido
blocks_on_user: Bloqueios em %{user}
blocks_by_me: Bloqueios por mim
blocks_by_user: Bloqueios por %{user}
+ block: 'Bloqueio #%{id}'
user_mutes:
index:
title: Usuários silenciados
+ my_muted_users: Meus usuários silenciados
table:
thead:
muted_user: Usuários silenciados
oauth2_applications: Aplicații OAuth 2
oauth2_authorizations: Autorizări OAuth 2
auth_providers:
- openid_logo_alt: Conectați-vă cu un OpenID
openid:
title: Login with OpenID
alt: Conectați-vă cu un URL OpenID
wikipedia:
title: Autentificare la Wikipedia
alt: Conectați-vă cu un cont Wikipedia
- wordpress:
- title: Conectați-vă cu Wordpress
- alt: Conectați-vă cu un cont Wordpress OpenID
- aol:
- title: Conectați-vă cu AOL
- alt: Conectare cu un AOL OpenID
oauth:
authorize:
title: Autorizați accesul la contul dvs.
pentru a vă confirma contul.
display name description: Numele dvs. de utilizator afișat public. Puteți schimba
acest lucru mai târziu în preferințe.
+ by_signing_up:
+ privacy_policy: Politica de confidențialitate
+ privacy_policy_title: Politica de confidențialitate OSMF, inclusiv secțiunea
+ privind adresele de e-mail
external auth: 'Verificarea terță parte:'
continue: Înregistrare
terms accepted: Vă mulțumim pentru acceptarea noilor termeni de contribuire!
- email_help_html: Adresa dvs. nu este afișată public, consultați %{privacy_policy_link}
- pentru mai multe informații.
- privacy_policy: Politica de confidențialitate
- privacy_policy_title: Politica de confidențialitate OSMF, inclusiv secțiunea
- privind adresele de e-mail
+ email_help:
+ html: Adresa dvs. nu este afișată public, consultați %{privacy_policy_link}
+ pentru mai multe informații.
use external auth: 'Alternativ, utilizați o terță parte pentru a vă conecta:'
terms:
title: Termeni
login_button: Представиться
register now: Зарегистрируйтесь
with external: 'Или воспользуйтесь аккаунтом с другого сайта:'
+ or: или
auth failure: Извините, вход с этими именем или паролем невозможен.
destroy:
title: Выйти
taxiway: рулёжная дорожка
apron: Перрон аэродрома
admin: Административная граница
+ city: Город
orchard: Фруктовый сад
vineyard: Виноградник
forest: Лес
farmland: Сельхозугодья
grass: Трава
meadow: Луг
+ bare_rock: Голая скала
golf: Площадка для гольфа
park: Парк
common: Общественная земля
lake: Озеро
reservoir: Водохранилище
glacier: Ледник
+ reef: Риф
+ wetland: Заболоченная территория
farm: Ферма
brownfield: Расчистка под застройку
cemetery: Кладбище
bicycle_shop: Магазин велосипедов
bicycle_rental: Прокат велосипедов
bicycle_parking: Парковка для велосипедов
+ bicycle_parking_small: Небольшая велопарковка
toilets: Туалет
welcome:
title: Добро пожаловать!
imports: Импорты
automated_edits: Автоматические правки
start_mapping: Начать картографировать
+ continue_authorization: Продолжить авторизацию
add_a_note:
title: Нет времени отредактировать карту? Добавьте заметку!
para_1: Если нужно сделать небольшое уточнение, ради которого слишком долго
oauth2_applications: OAuth 2 приложения
oauth2_authorizations: OAuth 2 авторизации
auth_providers:
- openid_logo_alt: Войти с помощью OpenID
+ openid_login_button: Продолжить
openid:
title: Войти с помощью OpenID
- alt: Ð\92ойÑ\82и Ñ\81 помоÑ\89Ñ\8cÑ\8e OpenID URL
+ alt: Ð\9bогоÑ\82ип OpenID
google:
title: Войти с помощью Google
- alt: Ð\92ойÑ\82и Ñ\81 помоÑ\89Ñ\8cÑ\8e Google OpenID
+ alt: Ð\9bогоÑ\82ип Google
facebook:
title: Войти с помощью Facebook
- alt: Ð\92ойÑ\82и Ñ\81 помоÑ\89Ñ\8cÑ\8e Ñ\83Ñ\87Ñ\91Ñ\82ной запиÑ\81и в Facebook
+ alt: Ð\9bогоÑ\82ип Facebook
microsoft:
title: Войти с помощью Microsoft
alt: Войти с помощью учётной записи Microsoft
github:
title: Войти с GitHub
- alt: Ð\92ойÑ\82и Ñ\81 Ñ\83Ñ\87Ñ\91Ñ\82ной запиÑ\81и на GitHub
+ alt: Ð\9bогоÑ\82ип GitHub
wikipedia:
title: Войти с помощью Википедии
- alt: Вход с использованием учётной записи в Википедии
- wordpress:
- title: Войти с помощью Wordpress
- alt: Войти с помощью Wordpress OpenI
- aol:
- title: Войти с помощью AOL
- alt: Войти с помощью AOL OpenID
+ alt: Логотип Википедии
oauth:
authorize:
title: Разрешить доступ к вашей учётной записи
read_gpx: Читать частные GPS-треки
write_gpx: Загрузить GPS-треки
write_notes: Изменить заметки
+ write_redactions: Редактировать данные карты
read_email: Читать адрес электронной почты пользователя
oauth_clients:
new:
электронное письмо для подтверждения вашей учетной записи.
display name description: Ваше имя, как оно будет видно другим пользователям.
Вы сможете изменить его позже в настройках.
+ by_signing_up:
+ privacy_policy: политику конфиденциальности
+ privacy_policy_title: Политика конфиденциальности OSMF, включая раздел об
+ адресах электронной почты
external auth: 'Внешний сайт с учётной записью:'
continue: Зарегистрироваться
terms accepted: Спасибо за принятие новых условий участия!
- email_help_html: Ваш адрес не отображается публично, см. нашу %{privacy_policy_link}
- для получения дополнительной информации.
- privacy_policy: политику конфиденциальности
- privacy_policy_title: Политика конфиденциальности OSMF, включая раздел об адресах
- электронной почты
- use external auth: Либо воспользуйтесь аккаунтом с другого сайта
+ email_help:
+ html: Ваш адрес не отображается публично, см. нашу %{privacy_policy_link}
+ для получения дополнительной информации.
+ or: или
+ use external auth: либо воспользуйтесь аккаунтом с другого сайта
terms:
title: Условия
heading: Условия сотрудничества
oauth2_applications: Aplicatziones OAuth 2
oauth2_authorizations: Autorizatziones OAuth 2
auth_providers:
- openid_logo_alt: Intra cun un'OpenID
openid:
title: Intra cun OpenID
alt: Intra cun un'URL de OpenID
wikipedia:
title: Intra cun Wikipedia
alt: Intra cun unu contu de Wikipedia
- wordpress:
- title: Intra cun Wordpress
- alt: Intra cun un'OpenID de Wordpress
- aol:
- title: Intra cun AOL
- alt: Intra cun un'OpenID de AOL
oauth:
authorize:
title: Autoriza s'atzessu a su contu tuo
una lìtera eletrònica pro cunfirmare su contu tuo.
display name description: Su nùmene de utente chi s'at a mustrare in manera
pùblica. Lu podes cambiare prus a tardu in sas preferèntzias.
+ by_signing_up:
+ privacy_policy: polìtica de riservadesa
+ privacy_policy_title: Informativa subra de sa riservadesa de sa Fundatzione
+ OSM chi incluet sa setzione subra de sos indiritzos de posta eletrònica
external auth: 'Autenticatzione pro mèdiu de unu servìtziu esternu:'
continue: Iscrie·ti
terms accepted: Ti torramus gràtzias pro àere atzetadu sas cunditziones noas
de collaboratzione.
- email_help_html: S'indiritzu tuo no est ammustradu in manera pùblica, consulta
- sa %{privacy_policy_link} pro àteras informatziones.
- privacy_policy: polìtica de riservadesa
- privacy_policy_title: Informativa subra de sa riservadesa de sa Fundatzione
- OSM chi incluet sa setzione subra de sos indiritzos de posta eletrònica
+ email_help:
+ html: S'indiritzu tuo no est ammustradu in manera pùblica, consulta sa %{privacy_policy_link}
+ pro àteras informatziones.
use external auth: 'In alternativa, intra impreende unu servìtziu esternu:'
terms:
title: Tèrmines
account_settings: Mpustazzioni cuntu
oauth1_settings: Mpustazzioni OAuth
auth_providers:
- openid_logo_alt: Trasi cu n'OpenID
openid:
title: Trasi cu n'OpenID
alt: Trasi cu n'URL OpenID
wikipedia:
title: Trasi cu Wikipedia
alt: Trasi c'un cuntu Wikipedia
- wordpress:
- title: Trasi cu Wordpress
- alt: Trasi cu n'OpenID di Wordpress
- aol:
- title: Trasi cu AOL
- alt: Trasi cu n'OpenID d'AOL
oauth:
authorize:
title: Auturizzari l'accessu ô tò cuntu
wikipedia:
title: Login wi Wikipedia
alt: Login wi a Wikipedia Accoont
- wordpress:
- title: Login wi Wordpress
- alt: Login wi a Wordpress OpenID
- aol:
- title: Login wi AOL
- alt: Login wi an AOL OpenID
users:
show:
edits: Eedits
oauth2_applications: OAuth 2 prilozi
oauth2_authorizations: OAuth 2 ovlaštenja
auth_providers:
- openid_logo_alt: Prijavi se sa OpenID-om
openid:
title: Prijavi se sa OpenID-om
alt: Prijavi se sa URL-om OpenID-a
# Author: Mikulas1
# Author: Mimarik
# Author: Nemo bis
+# Author: Oujon
# Author: Rudko
# Author: Ruila
# Author: Spider 001757
all:
title: Záznamy denníka OpenStreetMap
description: Nedávne položky denníkov používateľov OpenStreetMap
+ subscribe:
+ heading: Prihlásiť sa na odber nasledujúcej diskusie o zmenách?
+ button: Odoberať diskusiu
diary_comments:
index:
title: Komentáre k denníkom pridané používateľom %{user}
halt: Zastávka vlaku
junction: Železničný uzol
level_crossing: Železničný prejazd
- light_rail: Ľahká železnica
+ light_rail: Ľahké metro
miniature: Záhradná železnica
monorail: Jednokoľajka
narrow_gauge: Úzkokoľajná železnica
intro_text: OpenStreetMap je mapa sveta, vytvorené ľuďmi ako vy, voľne využiteľná
pod slobodnou licenciou.
intro_2_create_account: Založte si konto
+ hosting_partners_2024_html: Prevádzku serverov podporujú %{fastly}, %{corpmembers},
+ a ďalší %{partners}.
partners_fastly: Fastly
+ partners_corpmembers: firemní členovia OSMF
partners_partners: partneri
tou: Podmienky používania
osm_offline: OpenStreetMap databáza je teraz offline, zatiaľ čo potrebná údržba
alebo odpovedať na %{replyurl}
footer_html: Komentár si môžete tiež prečítať na %{readurl} a okomentovať ho
na %{commenturl}, alebo odpovedať autorovi na %{replyurl}
+ footer_unsubscribe: Z diskusie sa môžete odhlásiť na %{unsubscribeurl}
+ footer_unsubscribe_html: Z diskusie sa môžete odhlásiť na %{unsubscribeurl}
message_notification:
subject: '[OpenStreetMap] %{message_title}'
hi: Ahoj %{to_user},
Poznámka je blízko %{place}.'
commented_note_html: '%{commenter} znovu aktivoval poznámku, ktorú ste komentovali.
Poznámka je blízko %{place}.'
- details: Viac podrobností o poznámke môžete nájsť nájsť na %{url}.
- details_html: Viac podrobností o poznámke môžete nájsť na adrese %{url}.
+ details: Odpovedať alebo dozvedieť sa viac o poznámke môžete na %{url}.
+ details_html: Odpovedať alebo dozvedieť sa viac o poznámke môžete na adrese
+ %{url}.
changeset_comment_notification:
description: Sada zmien OpenStreetMap č. %{id}
hi: Ahoj %{to_user},
partial_changeset_with_comment: s popisom '%{changeset_comment}'
partial_changeset_with_comment_html: s popisom '%{changeset_comment}'
partial_changeset_without_comment: bez popisu
- details: Viac podrobností o sade zmien môžete nájsť na adrese %{url}.
- details_html: Viac podrobností o sade zmien môžete nájsť na adrese %{url}.
+ details: Odpovedať alebo dozvedieť sa viac o sade zmien môžete na adrese %{url}.
+ details_html: Odpovedať alebo dozvedieť sa viac o sade zmien môžete na adrese
+ %{url}.
unsubscribe: Môžete zrušiť odber aktualizácií tejto sady zmien na %{url}.
unsubscribe_html: Môžete zrušiť odber aktualizácií tejto sady zmien na %{url}.
confirmations:
success: Váš účet je založený, ďakujeme, že ste sa zapísali!
already active: Toto používateľské konto už bolo potvrdené.
unknown token: Zadaný potvrdzovací kód vypršal alebo neexistuje.
+ resend_html: Ak potrebujete znovu zaslať potvrdzujúcu správu, %{reconfirm_link}.
+ click_here: kliknite sem
confirm_resend:
failure: Používateľ %{name} neexistuje.
confirm_email:
success: Potvrdená vaša e-mailová adresa, ďakujeme za registráciu!
failure: E-mailová adresa bola už potvrdená s týmto znakom.
unknown_token: Zadaný potvrdzovací kód vypršal alebo neexistuje.
+ resend_success_flash:
+ confirmation_sent: Zaslali sme novú potvrdzujúcu správu na %{email} a hneď ako
+ potvrdíte váš účet môžete začať mapovať.
+ whitelist: Ak používate systém proti nevyžiadanej pošte (antispam), pridajte
+ odosielateľa %{sender} do výnimiek, pretože my nemôžeme odpovedať na emailové
+ požiadavky na potvrdenie.
messages:
inbox:
title: Doručená pošta
read_button: Označiť ako prečítané
reply_button: Odpovedať
destroy_button: Zmazať
+ unmute_button: Presunúť do doručenej pošty
new:
title: Odoslať správu
send_message_to_html: Poslať novú správu používateľovi %{name}
mark:
as_read: Správa označená ako prečítaná
as_unread: Správa označená ako neprečítaná
+ unmute:
+ notice: Správa bola presunutá do doručenej pošty
+ error: Správa nemohla byť presunutá do doručenej pošty.
destroy:
destroyed: Správa vymazaná
passwords:
new password button: Resetnúť heslo
help_text: Vložte emailovú adresu, ktorú ste uviedli pri registrácii, pošleme
vám odkaz, pomocou ktorého si budete môcť nastaviť nové heslo.
+ create:
+ send_paranoid_instructions: Ak vaša emailová adresa je v našej databáze, obdržíte
+ odkaz na obnovenie hesla na vašu emailovú adresu do niekoľkých minút.
edit:
title: Resetnúť heslo
heading: Resetnúť heslo pre %{user}
footway: Chodník pre peších
rail: Železnica
subway: Metro
+ light_rail: Ľahké metro
cable_car: Lanovka
chair_lift: Sedačková lanovka
runway: Letisková dráha
admin: Administratívne hranice
forest: Les (udržiavaný)
wood: Les
+ bare_rock: Holá skala
golf: Golfové ihrisko
park: Park
common: Pastvina
heathland: Vresovisko
lake: Jazero
reservoir: Nádrž
+ intermittent_water: Občasná vodná plocha
farm: Farma
brownfield: Zborenisko
cemetery: Cintorín
summit: Vrchol
peak: Vrchol
tunnel: Čiarkovaný obrys = tunel
- bridge: Čireny obrys = most
+ bridge: Čierny obrys = most
private: Súkromný prístup
destination: Prejazd zakázaný
construction: Cesta vo výstavbe
description:
description_without_count: GPX súbor od používateľa %{user}
application:
+ basic_auth_disabled: 'HTTP Základná autentifikácia je vypnutá: %{link}'
+ oauth_10a_disabled: 'OAuth 1.0 a 1.0a sú vypnuté: %{link}'
permission_denied: Nemáte oprávnenie na prístup k tejto akcii
require_cookies:
cookies_needed: Zdá sa, že máte zakázané cookies – povoľte prosím cookies vo
oauth2_authorizations: Autorizácie OAuth 2
muted_users: Stlmení používatelia
auth_providers:
- openid_logo_alt: Prihlásenie pomocou OpenID
+ openid_login_button: Pokračovať
openid:
title: Prihlásenie sa pomocou OpenID
alt: Prihlásenie sa pomocou OpenID URL
wikipedia:
title: Prihlásiť sa pomocou Wikipédie
alt: Prihláste sa pomocou účtu Wikipedia
- wordpress:
- title: Prihlásenie sa pomocou Wordpress
- alt: Prihlásenie sa pomocou Wordpress OpenID
- aol:
- title: Prihlásenie sa pomocou AOL
- alt: Prihlásenie sa pomocou AOL OpenID
oauth:
authorize:
title: Povoľte prístup k vášmu účtu
permissions:
missing: Aplikácii ste nepovolili prístup k tejto funkcii
scopes:
+ openid: Prihlásenie sa pomocou OpenStreetMap
+ read_prefs: Čítať nastavenia používateľa
write_prefs: Meniť osobné nastavenia
+ write_diary: Vytvárať záznamy v denníku, komentáre a nastavovať priateľov
write_api: Upravovať mapu
+ read_gpx: Čítať súkromné stopy GPS
+ write_gpx: Nahrávať stopy GPS
write_notes: Meniť poznámky
+ write_redactions: Upravovať údaje mapy
+ read_email: Čítať používateľovu emailovú adresu
skip_authorization: Automaticky schváliť aplikáciu
for_roles:
moderator: Toto oprávnenie je pre akcie dostupné iba moderátorom
oauth_clients:
new:
title: Registrácia novej aplikácie
+ disabled: Registrácia aplikácií cez OAuth 1 bola vypnutá
edit:
title: Upraviť aplikáciu
show:
revoke: Odobrať prístup
users:
new:
- title: Zaregistrovať sa
- tab_title: Zaregistrovať sa
+ title: Zaregistrujte sa
+ tab_title: Zaregistrujte sa
signup_to_authorize_html: Zaregistrujte sa v OpenStreetMap a získajte prístup
do %{client_app_name}.
no_auto_account_create: Bohužiaľ teraz nie sme schopný vytvoriť pre vás účet
automaticky.
about:
- header: Slobodné a upravovateľné
+ header: Slobodné a upravovateľné.
paragraph_1: Na rozdiel od iných máp OpenStreetMap tvoria výhradne dobrovoľníci
ako ste vy a každý si ju môže bezplatne opraviť, aktualizovať, stiahnuť
a použiť.
paragraph_2: Ak chcete začať prispievať, zaregistrujte sa.
display name description: Vaše verejne zobrazené meno užívateľa. Môžete ho potom
zmeniť v nastaveniach.
- by_signing_up_html: Registráciou súhlasíte s našimi %{tou_link}, %{privacy_policy_link}
- a %{contributor_terms_link}.
+ by_signing_up:
+ html: Registráciou súhlasíte s našimi %{tou_link}, %{privacy_policy_link}
+ a %{contributor_terms_link}.
+ privacy_policy_title: Pravidlá ochrany osobných údajov OSMF vrátane sekcie
+ o e-mailových adresách
external auth: 'Autentifikácia treťou stranou:'
- continue: Zaregistrovať sa
+ continue: Zaregistrujte sa
terms accepted: Ďakujeme za odsúhlasenie nových podmienok prispievania!
- email_help_html: Vaša adresa sa nezobrazuje verejne, pre ďalšie informácie venujte
- pozornosť našim %{privacy_policy_link}.
- privacy_policy_title: Pravidlá ochrany osobných údajov OSMF vrátane sekcie o
- e-mailových adresách
+ email_help:
+ html: Vaša adresa sa nezobrazuje verejne, pre ďalšie informácie venujte pozornosť
+ našim %{privacy_policy_link}.
consider_pd_html: Moje príspevky považujem za %{consider_pd_link}.
use external auth: prípadne využite na registráciu služby tretích strán
terms:
settings_menu:
account_settings: کھاتہ ترتیباں
auth_providers:
- openid_logo_alt: اوپن آئی ڈی نال لاگ ان تھیوو
openid_login_button: جاری رکھو
openid:
title: اوپن آئی ڈی نال لاگ ان تھیوو
- alt: اوپن آئی ڈی یوآرایل نال لاگ ان تھیوو
+ alt: اوپن آئی ڈی لوگو
google:
title: گوگل نال لاگ ان تھیوو
- alt: گوگل اوپن آئی ڈی نال لاگ ان تھیوو
+ alt: گوگل لوگو
facebook:
title: فیس بک نال لاگ ان تھیوو
+ alt: فیس بک لوگو
microsoft:
title: مائیکروسافٹ نال لاگ ان تھیوو
- alt: مائیکروسافٹ کھاتے نال لاگ ان تھیوو
+ alt: مائیکروسافٹ لوگو
github:
title: گٹ ہب نال لاگ ان تھیوو
- alt: گٹ ہب کھاتے نال لاگ ان تھیوو
+ alt: گٹ ہب لوگو
wikipedia:
title: وکی پیڈیا نال لاگ ان تھیوو
- alt: وکی پیڈیا کھاتے نال لاگ ان تھیوو
- wordpress:
- title: ورڈپریس نال لاگ ان تھیوو
+ alt: وکی پیڈیا لوگو
oauth2_applications:
index:
name: ناں
title: سائن اپ
tab_title: سائن اپ
support: سہارا
+ by_signing_up:
+ privacy_policy: رازداری پالیسی
tou: ورتݨ شرطاں
continue: سائن اپ
- privacy_policy: رازداری پالیسی
+ email_help:
+ privacy_policy: رازداری پالیسی
or: یا
terms:
title: شرطاں
region: Regija
sea: Morje
square: Trg
- state: 'Zvezna država (ZDA):'
+ state: Zvezna država
subdivision: Pododdelek
suburb: Predmestje
town: Mesto
commented_note_html: '%{commenter} je spet aktiviral_a opombo na zemljevidu,
ki ste jo dodali. Opomba je v bližini %{place}.'
details: Več podatkov o opombi lahko najdete na %{url}.
- details_html: Več podatkov o opombi lahko najdete na %{url}.
+ details_html: Na opombo lahko odgovorite ali izveste več o njej na %{url}.
changeset_comment_notification:
description: Nabor sprememb OpenStreetMap št. %{id}
hi: Pozdravljeni, %{to_user},
partial_changeset_with_comment: s komentarjem »%{changeset_comment}«
partial_changeset_with_comment_html: s komentarjem »%{changeset_comment}«
partial_changeset_without_comment: brez komentarja
- details: Več podrobnosti o tem naboru sprememb lahko najdete na %{url}.
- details_html: Več podrobnosti o tem naboru sprememb lahko najdete na %{url}.
+ details: Na nabor sprememb lahko odgovorite ali izveste več o njem na %{url}.
+ details_html: Na nabor sprememb lahko odgovorite ali izveste več o njej na %{url}.
unsubscribe: Od obveščanja o tem naboru sprememb se lahko odnaročite na %{url}.
unsubscribe_html: Od obveščanja o tem naboru sprememb se lahko odnaročite na
%{url}.
title: Vodnik za začetnike
description: Vodnik za začetnike, ki ga vzdržuje skupnost.
community:
- title: Forum skupnosti
+ title: Pomoč in forum skupnosti
description: Skupno mesto za pogovore o OpenStreetMap.
mailing_lists:
title: Dopisni seznami
oauth2_authorizations: Pooblastila OAuth 2
muted_users: Utišani uporabniki
auth_providers:
- openid_logo_alt: Prijavite se z OpenID
+ openid_url: URL OpenID
openid_login_button: Nadaljuj
openid:
title: Prijava z OpenID
- alt: Prijava s povezavo OpenID
+ alt: Logotip OpenID
google:
title: Prijava z Googlom
- alt: Prijava z Google OpenID-jem
+ alt: Logotip Google
facebook:
title: Prijavi se s Facebookom
- alt: Prijavi se z računom Facebook
+ alt: Logotip Facebook
microsoft:
title: Prijava z Microsoftom
- alt: Prijava z računom Microsoft
+ alt: Logotip Microsoft
github:
- title: Vpis z GitHub-om
- alt: Vpis z računom pri GitHub-u
+ title: Prijava z GitHubom
+ alt: Logotip GitHub
wikipedia:
title: Prijavi se z Wikipedijo
- alt: Prijavi se z računom Wikipedije
- wordpress:
- title: Prijava z Wordpressom
- alt: Prijava z Wordpress OpenID-jem
- aol:
- title: Prijavi se z AOL-om
- alt: Prijavi se z z OpenID-jem AOL
+ alt: Logotip Wikipedije
oauth:
authorize:
title: Dovoljenje za dostop do vašega računa
nastavitve svojega računa.
display name description: Vaše javno prikazano uporabniško ime. To lahko spremenite
pozneje v prilagoditvah.
- by_signing_up_html: S prijavo privoljujete v naše %{tou_link}, %{privacy_policy_link}
- in %{contributor_terms_link}.
+ by_signing_up:
+ html: S prijavo privoljujete v naše %{tou_link}, %{privacy_policy_link} in
+ %{contributor_terms_link}.
+ privacy_policy: pravilnik o zasebnosti
+ privacy_policy_title: Pravilnik o zasebnosti OSMF, vključno z razdelkom o
+ e-poštnih naslovih
+ contributor_terms: pogoji sodelovanja
tou: pogoji uporabe
- contributor_terms: pogoji sodelovanja
external auth: Avtentikacija prek tretje osebe
continue: Registracija
terms accepted: Hvala za sprejem novih pogojev prispevanja!
- email_help_html: Vaš naslov ni javno prikazan, za več informacij glejte naš
- %{privacy_policy_link}.
- privacy_policy: pravilnik o zasebnosti
- privacy_policy_title: Pravilnik o zasebnosti OSMF, vključno z razdelkom o e-poštnih
- naslovih
+ email_help:
+ privacy_policy: pravilnik o zasebnosti
+ privacy_policy_title: Pravilnik o zasebnosti OSMF, vključno z razdelkom o
+ e-poštnih naslovih
+ html: Vaš naslov ni javno prikazan, za več informacij glejte naš %{privacy_policy_link}.
consider_pd_html: Svoje prispevke štejem za %{consider_pd_link}.
consider_pd: javna domena
or: ali
terms_declined_html: Žal nam je, da ste se odločili, da ne sprejmete novih pogojev
za sodelavce. Za več informacij glejte %{terms_declined_link}.
terms_declined_link: ta vikistran
- terms_declined_url: https://wiki.openstreetmap.org/wiki/Contributor_Terms_Declined
no_such_user:
title: Ni tega uporabnika
heading: Uporabnik %{user} ne obstaja
option_1: Če ste novi v OpenStreetMapu, prosimo, ustvarite nov račun z uporabo
spodnjega obrazca.
option_2: Če že imate račun, se lahko prijavite s svojim uporabniškim imenom
- in geslom in račun v nastavitvah povežete s svojim ID-jem.
+ in geslom ter račun v nastavitvah povežete s svojim ID-jem.
user_role:
filter:
not_a_role: Besedilo `%{role}' ni pravilna vloga.
require_admin:
not_an_admin: Ju duhet të jeni administrator për të kryer atë veprim.
auth_providers:
- openid_logo_alt: Identifikohu me ndonjë ID të hapur
openid:
title: Identifikohu me OpenID
github:
need_to_see_terms: Vaš pristup API-ju je privremeno ukinut. Prijavite se da
biste pogledali uslove uređivanja. Ne morate da ih prihvatite, već samo da
ih vidite.
- auth_providers:
- openid_logo_alt: Prijavite se s OpenID-jem
oauth:
authorize:
request_access_html: Program %{app_name} zahteva pristup vašem nalogu, %{user}.
account_settings: Подешавња налога
muted_users: Пригушени корисници
auth_providers:
- openid_logo_alt: Пријавите се с OpenID-јем
openid_login_button: Настави
openid:
title: Пријавити се са OpenID
- alt: Ð\9fÑ\80иÑ\98ава пÑ\80еко OpenID URL-а
+ alt: Ð\9bогоÑ\82ип OpenID-а
google:
title: Пријава преко Google-а
- alt: Ð\9fÑ\80иÑ\98ава пÑ\80еко Google OpenID-а
+ alt: Ð\9bогоÑ\82ип Ð\93Ñ\83гла
facebook:
title: Пријавити се са Facebook-ом
- alt: Ð\9fÑ\80иÑ\98ава пÑ\80еко Facebook налога
+ alt: Ð\9bогоÑ\82ип ФеÑ\98Ñ\81бÑ\83ка
microsoft:
title: Пријава преко Microsoft-а
- alt: Ð\9fÑ\80иÑ\98ава пÑ\80еко Microsoft налога
+ alt: Ð\9bогоÑ\82ип Microsoft-а
github:
title: Пријава коришћењем GitHub-а
- alt: Ð\9fÑ\80иÑ\98ава пÑ\80еко GitHub налога
+ alt: Ð\9bогоÑ\82ип GitHub-а
wikipedia:
title: Пријава преко Википедије
- alt: Пријава преко Википедијиног налога
- wordpress:
- title: Пријава преко Wordpress-а
- alt: Пријава преко Wordpress OpenID-а
- aol:
- title: Пријава преко AOL-а
- alt: Пријава преко AOL OpenID-а
+ alt: Логотип Википедије
oauth:
authorize:
title: Ауторизујте приступ свом налогу
welcome: Добро дошли на OpenStreetMap
display name description: Јавно приказано корисничко име. Касније га можете
променити у поставкама.
+ by_signing_up:
+ privacy_policy: политика приватности
tou: услови коришћења
external auth: 'Аутентификација треће стране:'
continue: Отвори налог
terms accepted: Хвала вам што прихватате нове услове уређивања.
- privacy_policy: политика приватности
+ email_help:
+ privacy_policy: политика приватности
consider_pd: јавно власништво
or: или
use external auth: или се региструјте путем треће стране
oauth2_authorizations: OAuth 2-auktoriseringar
muted_users: Tystade användare
auth_providers:
- openid_logo_alt: Logga in med ett OpenID
openid_login_button: Fortsätt
openid:
title: Logga in med OpenID
wikipedia:
title: Logga in med Wikipedia
alt: Logga in med ett Wikipedia-konto
- wordpress:
- title: Logga in med Wordpress
- alt: Logga in med ett Wordpress OpenID
- aol:
- title: Logga in med AOL
- alt: Logga in med ett AOL OpenID
oauth:
authorize:
title: Auktorisera tillgång till ditt konto
welcome: Välkommen till OpenStreetMap
display name description: Ditt offentligt visade användarnamn. Du kan ändra
detta senare i alternativ.
+ by_signing_up:
+ privacy_policy: integritetspolicy
+ privacy_policy_title: OSMFs integritetspolicy inklusive avsnitt om e-postadresser
+ contributor_terms: bidragsvillkor
tou: användarvillkor
- contributor_terms: bidragsvillkor
external auth: 'Tredjepartsautentisering:'
continue: Registrera
terms accepted: Tack för att du accepterat de nya villkoren för bidrag till
kartan!
- email_help_html: Din adress visas inte offentligt, se vår %{privacy_policy_link}
- för mer information.
- privacy_policy: integritetspolicy
- privacy_policy_title: OSMFs integritetspolicy inklusive avsnitt om e-postadresser
+ email_help:
+ html: Din adress visas inte offentligt, se vår %{privacy_policy_link} för
+ mer information.
consider_pd_html: Jag anser mina bidrag vara i %{consider_pd_link}.
consider_pd: public domain
or: eller
oauth2_applications: OAuth 2 అనువర్తనాలు
oauth2_authorizations: OAuth 2 ఆథరైజేషన్లు
auth_providers:
- openid_logo_alt: ఏదైనా OpenID తో లాగినవండి
openid:
title: OpenID తో లాగినవండి
alt: ఏదైనా OpenID URL తో లాగినవండి
wikipedia:
title: వికీపీడియాతో లాగినవండి
alt: వికీపీడియా ఖాతాతో లాగినవండి
- wordpress:
- title: వర్డ్ప్రెస్తో లాగినవండి
- alt: వర్డ్ప్రెస్ OpenID తో లాగినవండి
- aol:
- title: AOL తో లాగినవండి
- alt: AOL OpenID తో లాగినవండి
oauth:
authorize:
title: మీ ఖాతాను అందుకునేందుకు ఆథరైజు చెయ్యండి
# Author: Just Sayori
# Author: Karit
# Author: Korrawit
+# Author: Kri ttt
# Author: Patsagorn Y.
# Author: Pon44695
# Author: Ppnplus
prompt: เลือกไฟล์
submit:
diary_comment:
- create: à¸\9aัà¸\99à¸\97ึà¸\81
+ create: à¹\81สà¸\94à¸\87à¸\84วามà¸\84ิà¸\94à¹\80หà¹\87à¸\99
diary_entry:
create: เผยแพร่
update: อัปเดต
messages:
invalid_email_address: ดูเหมือนจะไม่ใช่ที่อยู่อีเมลที่ถูกต้อง
email_address_not_routable: ไม่สามารถกำหนดที่มาที่ไปได้
+ display_name_is_user_n: ไม่สามารถเป็น user_n ได้ เว้นแต่ว่า n จะเป็นรหัสผู้ใช้ของคุณ
+ models:
+ user_mute:
+ is_already_muted: ถูกปิดเสียงอยู่แล้ว
models:
acl: รายการควบคุมการเข้าถึง
changeset: ชุดการเปลี่ยนแปลง
- changeset_tag: à¸\9bà¹\89ายà¸\81ำà¸\81ัà¸\9aชุดการเปลี่ยนแปลง
+ changeset_tag: à¹\81à¸\97à¹\87à¸\81ชุดการเปลี่ยนแปลง
country: ประเทศ
diary_comment: ความคิดเห็นสำหรับบันทึก
diary_entry: รายการบันทึก
issue: ปัญหา
language: ภาษา
message: ข้อความ
- node: หมุด
- node_tag: à¸\9bà¹\89ายà¸\81ำà¸\81ัà¸\9aหมุด
- old_node: หมุดเก่า
- old_node_tag: à¸\9bà¹\89ายà¸\81ำà¸\81ัà¸\9aหมุดเก่า
+ node: à¹\82หà¸\99ด
+ node_tag: à¸\9bà¹\89ายà¸\81ำà¸\81ัà¸\9aà¹\82หà¸\99ด
+ old_node: à¹\82หà¸\99ดเก่า
+ old_node_tag: à¹\81à¸\97à¹\87à¸\81à¸\81ำà¸\81ัà¸\9aà¹\82หà¸\99ดเก่า
old_relation: ความสัมพันธ์เดิม
old_relation_member: สมาชิกของความสัมพันธ์เดิม
- old_relation_tag: à¸\9bà¹\89ายà¸\81ำà¸\81ัà¸\9aของความสัมพันธ์เดิม
+ old_relation_tag: à¹\81à¸\97à¹\87à¸\81ของความสัมพันธ์เดิม
old_way: เส้นทางเดิม
old_way_node: จุดของเส้นทางเดิม
- old_way_tag: à¸\9bà¹\89ายà¸\81ำà¸\81ัà¸\9aของเส้นทางเดิม
+ old_way_tag: à¹\81à¸\97à¹\87à¸\81ของเส้นทางเดิม
relation: ความสัมพันธ์
relation_member: สมาชิกของความสัมพันธ์
- relation_tag: à¸\9bà¹\89ายà¸\81ำà¸\81ัà¸\9aของความสัมพันธ์
+ relation_tag: à¹\81à¸\97à¹\87à¸\81ของความสัมพันธ์
report: รายงาน
session: การเข้าใช้งาน
trace: รอยทาง
tracepoint: จุดรอยทาง
- tracetag: à¸\9bà¹\89ายกำกับรอยทาง
+ tracetag: à¹\81à¸\97à¹\87à¸\81กำกับรอยทาง
user: ผู้ใช้งาน
user_preference: การตั้งค่าผู้ใช้
user_token: รหัสคำขอผู้ใช้
way: เส้นทาง
- way_node: หมุดเส้นทาง
- way_tag: à¸\9bà¹\89ายกำกับเส้นทาง
+ way_node: à¹\82หà¸\99ดเส้นทาง
+ way_tag: à¹\81à¸\97à¹\87à¸\81กำกับเส้นทาง
attributes:
client_application:
- name: à¸\8aืà¹\88ภ(à¸\88ำà¹\80à¸\9bà¹\87à¸\99à¸\95à¹\89à¸à¸\87à¹\83สà¹\88)
- url: ที่อยู่ยูอาร์แอลแอปพลิเคชันหลัก (จำเป็นต้องใส่)
- callback_url: ที่อยู่เว็บเรียกกลับ
- support_url: ที่อยู่เว็บสำหรับสนับสนุน
- allow_read_prefs: อ่านการตั้งค่าผู้ใช้
- allow_write_prefs: แก้ไขการตั้งค่าผู้ใช้
+ name: à¸\8aืà¹\88ภ(à¸\95à¹\89à¸à¸\87มี)
+ url: ที่อยู่ URL แอปพลิเคชันหลัก (ต้องมี)
+ callback_url: ที่อยู่ URL เรียกกลับ
+ support_url: ที่อยู่ URL สนับสนุน
+ allow_read_prefs: à¸à¹\88าà¸\99à¸\81ารà¸\95ัà¹\89à¸\87à¸\84à¹\88าà¸\82à¸à¸\87à¸\9cูà¹\89à¹\83à¸\8aà¹\89
+ allow_write_prefs: à¹\81à¸\81à¹\89à¹\84à¸\82à¸\81ารà¸\95ัà¹\89à¸\87à¸\84à¹\88าà¸\82à¸à¸\87à¸\9cูà¹\89à¹\83à¸\8aà¹\89
allow_write_diary: สร้างรายการบันทึก ข้อคิดเห็น และพบเพื่อนใหม่
allow_write_api: แก้ไขแผนที่
allow_read_gpx: อ่านรอยทาง GPS ส่วนบุคคล
allow_write_gpx: อัปโหลดรอยทาง GPS
- allow_write_notes: à¹\81à¸\81à¹\89à¹\84à¸\82หมายà¹\80หà¸\95ุ
+ allow_write_notes: à¹\81à¸\81à¹\89à¹\84à¸\82à¹\82à¸\99à¹\89à¸\95
diary_comment:
body: เนื้อหา
diary_entry:
language_code: ภาษา
doorkeeper/application:
name: ชื่อ
+ redirect_uri: URI เปลี่ยนทาง
confidential: แอปพลิเคชันลับ?
scopes: การอนุญาต
friend:
trace:
user: ผู้ใช้งาน
visible: เปิดเผย
- name: à¸\8aืà¹\88à¸à¹\81à¸\9fà¹\89ม
+ name: à¸\8aืà¹\88à¸à¹\84à¸\9fลà¹\8c
size: ขนาด
latitude: ละติจูด
longitude: ลองติจูด
public: สาธารณะ
description: คำอธิบาย
- gpx_file: 'à¸à¸±à¸\9bà¹\82หลà¸\94à¹\81à¸\9fà¹\89ม GPX:'
+ gpx_file: 'à¸à¸±à¸\9bà¹\82หลà¸\94à¹\84à¸\9fลà¹\8c GPX:'
visibility: 'สถานะการแสดง:'
- tagstring: à¸\9bà¹\89ายระà¸\9aุ
+ tagstring: à¹\81à¸\97à¹\87à¸\81
message:
sender: ผู้ส่ง
title: หัวเรื่อง
title: ชื่อเรื่อง
description: คำอธิบาย
report:
- category: à¹\80ลืà¸à¸\81à¹\80หà¸\95ุà¸\9cลà¸\82à¸à¸\87à¸\9bัà¸\8dหาà¸\97ีà¹\88à¸\97à¹\88าà¸\99à¹\81à¸\88à¹\89à¸\87
+ category: เลือกเหตุผลของปัญหาที่แจ้ง
details: โปรดให้คำอธิบายเพิ่มเติมเกี่ยวกับปัญหา (จำเป็นต้องใส่)
user:
auth_provider: ผู้ให้การยืนยัน
pass_crypt: รหัสผ่าน
pass_crypt_confirmation: ยืนยันรหัสผ่าน
help:
+ doorkeeper/application:
+ confidential: แอปพลิเคชันจะถูกใช้โดยสามารถเก็บความลับของผู้ใช้ไว้เป็นความลับ
+ (แอปมือถือแบบเนทีฟ และแอปหน้าเดียวจะไม่เป็นความลับ)
+ redirect_uri: ใช้บรรทัดเดียวต่อหนึ่ง URI
trace:
tagstring: คั่นด้วยจุลภาค
user_block:
- reason: เหตุผลที่ผู้ใช้กำลังถูกระงับ โปรดอย่าเขียนด้วยอารมณ์รุนแรงและระบุรายละเอียดเกี่ยวกับสถานการณ์ที่พบให้ละเอียดชัดเจน
+ reason: เหตุผลที่ผู้ใช้กำลังถูกระงับ โปรดอย่าเขียนด้วยอารมณ์รุนแรงและระบุรายละเอียดเกี่ยวกับสถานการณ์ที่พบให้ละเอียดชัดเจนที่สุด
ควรใช้คำอธิบายที่เข้าใจง่ายเป็นหลัก เพราะไม่ใช่ว่าผู้ใช้ทุกคนจะเข้าใจศัพท์เฉพาะ
และต้องอย่าลืมว่าสิ่งที่คุณเขียนนี้จะแสดงต่อสาธารณะด้วย
- needs_view: ต้องการให้ผู้ใช้คนนี้เข้าระบบก่อนเพิกถอนการระงับหรือไม่?
+ needs_view: à¸\95à¹\89à¸à¸\87à¸\81ารà¹\83หà¹\89à¸\9cูà¹\89à¹\83à¸\8aà¹\89à¸\84à¸\99à¸\99ีà¹\89à¹\80à¸\82à¹\89าสูà¹\88ระà¸\9aà¸\9aà¸\81à¹\88à¸à¸\99à¹\80à¸\9eิà¸\81à¸\96à¸à¸\99à¸\81ารระà¸\87ัà¸\9aหรืà¸à¹\84มà¹\88?
user:
new_email: (จะไม่แสดงต่อสาธารณะ)
datetime:
distance_in_words_ago:
about_x_hours:
- one: เมื่อประมาณ 1 ชั่วโมงที่แล้ว
- other: ประมาณ %{count} ชั่วโมงที่แล้ว
+ other: เมื่อ %{count} ชั่วโมงที่แล้ว
about_x_months:
- one: เมื่อประมาณ 1 เดือนที่แล้ว
- other: ประมาณ %{count} เดือนที่แล้ว
- about_x_years: ประมาณ %{count} ปีก่อน
- almost_x_years: เกือบ %{count} ปีก่อน
+ other: เมื่อ %{count} เดือนที่แล้ว
+ about_x_years:
+ other: เมื่อ %{count} ปีที่แล้ว
+ almost_x_years:
+ other: เกือบ %{count} ปีที่แล้ว
half_a_minute: ครึ่งนาทีที่แล้ว
less_than_x_seconds:
- one: น้อยกว่า 1 วินาทีที่แล้ว
other: น้อยกว่า %{count} วินาทีที่แล้ว
less_than_x_minutes:
- one: น้อยกว่า 1 นาทีที่แล้ว
other: น้อยกว่า %{count} นาทีที่แล้ว
- over_x_years: มากกว่า %{count} ปีก่อน
+ over_x_years:
+ other: กว่า %{count} ปีที่แล้ว
x_seconds:
- one: 1 วินาทีที่แล้ว
other: '%{count} วินาทีที่แล้ว'
x_minutes:
- one: 1 นาทีที่แล้ว
other: '%{count} นาทีที่แล้ว'
x_days:
- one: 1 วันที่แล้ว
other: '%{count} วันที่แล้ว'
x_months:
- one: 1 เดือนที่แล้ว
other: '%{count} เดือนที่แล้ว'
- x_years: '%{count} ปีก่อน'
+ x_years:
+ other: '%{count} ปีที่แล้ว'
editor:
default: ค่าปกติ (ขณะนี้ %{name})
id:
commented_at_by_html: ปรับปรุงเมื่อ %{when} โดย %{user}
closed_at_html: ปิดเรื่องเมื่อ %{when}
closed_at_by_html: แก้ไขเมื่อ %{when} โดย %{user}
- reopened_at_html: รืà¹\89à¸à¸\9fืà¹\89à¸\99เมื่อ %{when}
- reopened_at_by_html: à¹\80à¸\9bิà¸\94à¹\83à¸\8aà¹\89à¸\87าà¸\99à¸\8bà¹\89ำเมื่อ %{when} โดย %{user}
+ reopened_at_html: à¹\80à¸\9bิà¸\94à¹\83หมà¹\88เมื่อ %{when}
+ reopened_at_by_html: à¹\80à¸\9bิà¸\94à¹\83หมà¹\88เมื่อ %{when} โดย %{user}
rss:
- title: หมายเหตุ OpenStreetMap
- description_area: รายชื่อหมายเหตุที่มีการรายงาน แสดงความคิดเห็น หรือถูกปิดในพื้นที่ของคุณ
+ title: โน้ต OpenStreetMap
+ description_all: รายการของการรายงาน หรือความคิดเห็นบนโน้ตที่ปิดเรื่องไปแล้ว
+ description_area: รายชื่อโน้ตที่มีการรายงาน แสดงความคิดเห็น ที่เปิดอยู่หรือถูกปิดเรื่องไปแล้วในพื้นที่ของคุณ
[(%{min_lat}|%{min_lon}) -- (%{max_lat}|%{max_lon})]
- description_item: à¸\9fีà¸\94 rss สำหรัà¸\9aหมายà¹\80หà¸\95ุ %{id}
- opened: หมายà¹\80หà¸\95ุà¹\83หมà¹\88 (à¸\9eิà¸\81ัà¸\94ใกล้กับ %{place})
- commented: à¸\84วามà¸\84ิà¸\94à¹\80หà¹\87à¸\99à¹\83หมà¹\88 (à¹\83à¸\81ลà¹\89à¹\80à¸\84ียà¸\87 %{place})
- closed: หมายà¹\80หà¸\95ุà¸\97ีà¹\88à¸\96ูà¸\81à¸\9bิà¸\94 (à¹\83à¸\81ลà¹\89à¹\80à¸\84ียà¸\87 %{place})
- reopened: หมายà¹\80หà¸\95ุà¸\97ีà¹\88à¸\96ูà¸\81à¹\80à¸\9bิà¸\94à¹\83à¸\8aà¹\89à¸\87าà¸\99à¹\83หมà¹\88 (à¹\83à¸\81ลà¹\89à¹\80à¸\84ียà¸\87 %{place})
+ description_item: à¸\9fีà¸\94 rss สำหรัà¸\9aà¹\82à¸\99à¹\89à¸\95 %{id}
+ opened: หมายà¹\80หà¸\95ุà¹\82à¸\99à¹\89à¸\95 (ใกล้กับ %{place})
+ commented: à¸\84วามà¸\84ิà¸\94à¹\80หà¹\87à¸\99à¹\83หมà¹\88 (à¹\83à¸\81ลà¹\89à¸\81ัà¸\9a %{place})
+ closed: à¹\82à¸\99à¹\89à¸\95à¸\97ีà¹\88à¸\96ูà¸\81à¸\9bิà¸\94 (à¹\83à¸\81ลà¹\89à¸\81ัà¸\9a %{place})
+ reopened: à¹\82à¸\99à¹\89à¸\95à¸\97ีà¹\88à¸\96ูà¸\81à¹\80à¸\9bิà¸\94à¹\83หมà¹\88 (à¹\83à¸\81ลà¹\89à¸\81ัà¸\9a %{place})
entry:
comment: ความคิดเห็น
- full: à¹\80à¸\99ืà¹\89à¸à¸\84วามà¹\80à¸\95à¹\87มà¹\83à¸\99หมายà¹\80หà¸\95ุ
+ full: à¹\80à¸\99ืà¹\89à¸à¸\84วามà¹\80à¸\95à¹\87มà¹\83à¸\99à¹\82à¸\99à¹\89à¸\95
account:
deletions:
show:
delete_account: ลบบัญชี
delete_introduction: 'คุณสามารถลบบัญชี OpenStreetMap ของคุณโดยใช้ปุ่มด้านล่าง
โปรดทราบรายละเอียดต่อไปนี้:'
+ delete_profile: ข้อมูลโปรไฟล์ของคุณ รวมถึงภาพอวาตาร์ คำอธิบาย และตำแหน่งบ้านจะถูกลบออก
+ delete_display_name: ชื่อที่แสดงของคุณจะถูกลบออก และบัญชีอื่นสามารถนำชื่อนั้นไปใช้ได้
+ retain_caveats: 'อย่างไรก็ตาม ข้อมูลเกี่ยวกับคุณบางอย่างจะยังคงอยู่บน OpenStreetMap
+ แม้ว่าบัญชีของคุณจะถูกลบไปแล้วก็ตาม:'
+ retain_edits: การแก้ไขของคุณในฐานข้อมูลแผนที่ ถ้ามีจะยังคงถูกเก็บไว้
+ retain_traces: รอยทางที่อัพโหลดไป ถ้ามีจะยังคงถูกเก็บไว้
+ retain_diary_entries: รายการบันทึกของผู้ใช้และความคิดเห็นในนั้นของคุณ ถ้ามีจะยังถูกเก็บไว้แต่จะถูกซ่อนไว้
+ retain_notes: โน้ตแผนที่และความคิดเห็นในนั้น ถ้ามีจะยังคงถูกเก็บไว้ แต่จะถูกซ่อนไว้
+ retain_changeset_discussions: การอภิปรายชุดการเปลี่ยนแปลงของคุณ ถ้ามีจะยังคงถูกเก็บไว้
+ retain_email: ที่อยู่อีเมลของคุณจะยังคงถูกเก็บไว้
+ recent_editing_html: เนื่องจากที่คุณพึ่งได้แก้ไขบัญชีของคุณไม่นานมานี้ บัญชีของคุณจะยังไม่สามารถลบได้ในขณะนี้
+ การลบจะสามารถทําได้ใน %{time}
confirm_delete: คุณแน่ใจหรือไม่?
cancel: ยกเลิก
accounts:
current email address: ที่อยู่อีเมลปัจจุบัน
external auth: การยืนยันตัวตนด้วยบริการภายนอก
openid:
- link text: à¸\99ีà¹\89คืออะไร?
+ link text: à¸\99ีà¹\88คืออะไร?
public editing:
- heading: à¹\81à¸\81à¹\89à¹\84à¸\82à¹\82à¸\94ยà¹\80à¸\9bิà¸\94à¹\80à¸\9cย
- enabled: 'เปิดใช้: สามารถแก้ไขแผนที่ได้ แต่ทำโดยเปิดเผยนาม'
- enabled link text: à¸\99ีà¹\89คืออะไร?
- disabled: 'ปิดใช้: ไม่สามารถแก้ไขแผนที่ได้อีก, โดยการแก้ไขในอดีตจะยังคงความนิรนามไว้'
- disabled link text: à¸\97ำà¹\84มà¸\89ัà¸\99à¸\96ึà¸\87à¹\81à¸\81à¹\89à¹\84à¸\82à¹\84มà¹\88à¹\84à¸\94à¹\89?
+ heading: à¸\81ารà¹\81à¸\81à¹\89à¹\84à¸\82สาà¸\98ารà¸\93ะ
+ enabled: 'เปิดใช้: สามารถแก้ไขแผนที่ได้โดยเปิดเผยนาม'
+ enabled link text: à¸\99ีà¹\88คืออะไร?
+ disabled: ปิดใช้ และไม่สามารถแก้ไขแผนที่ได้อีก โดยการแก้ไขในอดีตทั้งหมดจะยังคงความนิรนามไว้
+ disabled link text: ทำไมถึงแก้ไขไม่ได้?
contributor terms:
heading: ข้อกำหนดผู้มีส่วนร่วม
- link text: นี้คืออะไร?
+ agreed: คุณได้ยอมรับข้อกำหนดผู้มีส่วนร่วมใหม่แล้ว
+ not yet agreed: คุณยังไม่ได้ยอมรับข้อกำหนดผู้มีส่วนร่วมใหม่
+ review link text: โปรดเข้าลิงก์นี้ตามความสะดวกของคุณเพื่อตรวจสอบและยอมรับข้อกำหนดของผู้ร่วมให้ข้อมูลใหม่
+ agreed_with_pd: คุณยังได้ประกาศด้วยว่า คุณถือว่าการแก้ไขของคุณเป็นสาธารณสมบัติ
+ link text: นี่คืออะไร?
save changes button: บันทึกการเปลี่ยนแปลง
delete_account: ลบบัญชี...
go_public:
- heading: แก้ไขโดยเปิดเผย
- make_edits_public_button: ทำให้การแก้ไขของข้าพเจ้าเป็นสาธารณะเห็นได้ทั่วไป
+ heading: การแก้ไขสาธารณะ
+ currently_not_public: ขณะนี้การแก้ไขของคุณยังเป็นนิรนาม และผู้อื่นยังไม่สามารถส่งข้อความถึงคุณหรือดูตำแหน่งของคุณได้
+ เพื่อแสดงสิ่งที่คุณแก้ไขและอนุญาตให้ผู้อื่นติดต่อคุณผ่านทางเว็บไซต์ได้ ให้คลิกปุ่มด้านล่าง
+ only_public_can_edit: ตั้งแต่การเปลี่ยนแปลง API 0.6 เฉพาะผู้ใช้สาธารณะจะสามารถแก้ไขแผนที่ได้
+ find_out_why: ดูว่าทำไม
+ email_not_revealed: ที่อยู่อีเมลของคุณจะไม่ถูกเปิดเผยต่อสาธารณะ
+ not_reversible: การดำเนินการนี้ไม่สามารถย้อนกลับได้ และผู้ใช้ใหม่ทั้งหมดจะเป็นสาธารณะโดยพื้นฐาน
+ make_edits_public_button: ทำให้การแก้ไขของฉันทั้งหมดเป็นสาธารณะ
update:
- success_confirm_needed: à¸\81ารà¸\9bรัà¸\9aà¸\9bรุà¸\87à¸\82à¹\89à¸à¸¡à¸¹à¸¥à¸\9cูà¹\89à¹\83à¸\8aà¹\89à¸\87าà¸\99สำà¹\80รà¹\87à¸\88à¹\80รียà¸\9aรà¹\89à¸à¸¢ à¹\82à¸\9bรà¸\94à¸\95รวà¸\88สà¸à¸\9aà¸à¸µà¹\80มลà¸\82à¸à¸\87à¸\97à¹\88าà¸\99เพื่อยืนยันที่อยู่อีเมลใหม่
+ success_confirm_needed: à¸\81ารà¸\9bรัà¸\9aà¸\9bรุà¸\87à¸\82à¹\89à¸à¸¡à¸¹à¸¥à¸\9cูà¹\89à¹\83à¸\8aà¹\89à¸\87าà¸\99สำà¹\80รà¹\87à¸\88à¹\80รียà¸\9aรà¹\89à¸à¸¢ à¹\82à¸\9bรà¸\94à¸\95รวà¸\88สà¸à¸\9aà¸à¸µà¹\80มลà¸\82à¸à¸\87à¸\84ุà¸\93เพื่อยืนยันที่อยู่อีเมลใหม่
success: การปรับปรุงข้อมูลผู้ใช้งานสำเร็จเรียบร้อย
destroy:
success: ลบบัญชีแล้ว
browse:
deleted_ago_by_html: ลบเมื่อ %{time_ago} โดย %{user}
edited_ago_by_html: แก้ไขเมื่อ %{time_ago} โดย %{user}
- version: รุ่นที่
+ version: รุ่น
+ redacted_version: รุ่นที่แก้ไขแล้ว
in_changeset: ชุดการเปลี่ยนแปลง
anonymous: ไม่ระบุตัวตน
no_comment: (ไม่มีความคิดเห็น)
part_of: เป็นส่วนหนึ่งของ
part_of_relations:
- other: '%{count} à¸\84วามà¹\80à¸\81ีà¹\88ยวà¸\82à¹\89à¸à¸\87'
+ other: '%{count} à¸\84วามสัมà¸\9eัà¸\99à¸\98à¹\8c'
part_of_ways:
other: '%{count} ทาง'
download_xml: ดาวน์โหลด XML
view_history: ดูประวัติ
+ view_unredacted_history: ดูประวัติที่ยังไม่ได้ถูกแก้ไข
view_details: ดูรายละเอียด
+ view_redacted_data: ดูข้อมูลที่ยังไม่ได้ถูกแก้ไข
+ view_redaction_message: ดูข้อมูลที่ยังไม่ได้ถูกแก้ไข
location: 'ที่ตั้ง:'
node:
- title_html: 'หมุด: %{name}'
- history_title_html: 'à¸\9bระวัà¸\95ิหมุด: %{name}'
+ title_html: 'à¹\82หà¸\99ด: %{name}'
+ history_title_html: 'à¸\9bระวัà¸\95ิà¹\82หà¸\99ด: %{name}'
way:
title_html: 'เส้นทาง: %{name}'
history_title_html: 'ประวัติเส้นทาง: %{name}'
- nodes: หมุด
+ nodes: à¹\82หà¸\99ด
nodes_count:
- other: '%{count} หมุด'
+ other: '%{count} à¹\82หà¸\99ด'
also_part_of_html:
- one: ส่วนของเส้นทาง %{related_ways}
- other: ส่วนของเส้นทาง %{related_ways}
+ other: ส่วนของเส้นทาง%{related_ways}
relation:
title_html: 'ความสัมพันธ์: %{name}'
history_title_html: 'ประวัติความสัมพันธ์: %{name}'
members: สมาชิก
+ members_count:
+ other: '%{count} สมาชิก'
relation_member:
- entry_role_html: '%{type} %{name} ในฐานะ %{role}'
+ entry_role_html: '%{type}%{name} ในฐานะ%{role}'
type:
- node: หมุด
+ node: à¹\82หà¸\99ด
way: เส้นทาง
relation: ความสัมพันธ์
containing_relation:
- entry_html: ความสัมพันธ์ %{relation_name}
- entry_role_html: ความสัมพันธ์ %{relation_name} (ในฐานะ %{relation_role})
+ entry_html: ความสัมพันธ์%{relation_name}
+ entry_role_html: ความสัมพันธ์%{relation_name} (ในฐานะ%{relation_role})
not_found:
title: ไม่พบข้อมูล
- sorry: 'ขออภัย ไม่พบ %{type} #%{id}'
+ sorry: 'ขออภัย ไม่พบ%{type} #%{id}'
type:
- node: หมุด
+ node: à¹\82หà¸\99ด
way: เส้นทาง
relation: ความสัมพันธ์
changeset: ชุดการเปลี่ยนแปลง
- note: หมายà¹\80หà¸\95ุ
+ note: à¹\82à¸\99à¹\89à¸\95
timeout:
title: หมดเวลาค้น
- sorry: à¸\82à¸à¸à¸ ัย à¸\82à¹\89à¸à¸¡à¸¹à¸¥à¸ªà¸³à¸«à¸£à¸±à¸\9aà¸\8aà¸\99ิà¸\94 %{type} ที่กำกับด้วยรหัส %{id} ใช้เวลานานเกินสมควรในการเรียกดู
+ sorry: à¸\82à¸à¸à¸ ัย à¸\82à¹\89à¸à¸¡à¸¹à¸¥à¸ªà¸³à¸«à¸£à¸±à¸\9aà¸\9bระà¹\80ภà¸\97%{type} ที่กำกับด้วยรหัส %{id} ใช้เวลานานเกินสมควรในการเรียกดู
type:
- node: หมุด
+ node: à¹\82หà¸\99ด
way: เส้นทาง
relation: ความสัมพันธ์
changeset: ชุดการเปลี่ยนแปลง
- note: หมายà¹\80หà¸\95ุ
+ note: à¹\82à¸\99à¹\89à¸\95
redacted:
redaction: การตรวจทาน %{id}
- message_html: รุà¹\88à¸\99à¸\97ีà¹\88 %{version} à¸\8aà¸\99ิà¸\94 %{type} ไม่สามารถแสดงว่าถูกตรวจทานมาแล้ว
- โปรดไปที่ %{redaction_link} เพื่อดูรายละเอียด
+ message_html: รุà¹\88à¸\99à¸\97ีà¹\88 %{version} à¸\82à¸à¸\87à¸\8aà¸\99ิà¸\94 %{type} à¸\99ีà¹\89ไม่สามารถแสดงว่าถูกตรวจทานมาแล้ว
+ โปรดไปที่ %{redaction_link} เพื่อดูรายละเอียดเพิ่มเติม
type:
- node: หมุด
+ node: à¹\82หà¸\99ด
way: เส้นทาง
relation: ความสัมพันธ์
start_rjs:
- feature_warning: à¸\81ำลัà¸\87à¹\82หลà¸\94สà¹\88วà¸\99à¸\9bระà¸\81à¸à¸\9aà¸\88ำà¸\99วà¸\99 %{num_features} สà¹\88วà¸\99 à¸\81ารà¸\99ีà¹\89à¸\97ำà¹\83หà¹\89à¹\80à¸\9aราวà¹\8cà¹\80à¸\8bà¸à¸£à¹\8cà¸\82à¸à¸\87à¸\97à¹\88าà¸\99à¸\97ำà¸\87าà¸\99à¸\8aà¹\89าหรืà¸à¹\84มà¹\88à¸\95à¸à¸\9aสà¸\99à¸ง
- à¸\97à¹\88าà¸\99à¹\81à¸\99à¹\88à¹\83à¸\88หรืà¸à¹\84มà¹\88à¸\97ีà¹\88à¸\88ะà¹\81สà¸\94à¸\87à¸\82à¹\89à¸à¸¡à¸¹à¸¥à¸\99ีà¹\89?
- load_data: à¸\81ำลัà¸\87à¹\82หลà¸\94à¸\82à¹\89à¸à¸¡à¸¹à¸¥
+ feature_warning: à¸\81ำลัà¸\87à¹\82หลà¸\94สà¹\88วà¸\99à¸\84ุà¸\93ลัà¸\81ษà¸\93ะ %{num_features} à¸\84ุà¸\93ลัà¸\81ษà¸\93ะ à¸\81ารà¸\99ีà¹\89à¸à¸²à¸\88à¸\97ำà¹\83หà¹\89à¹\80à¸\9aราวà¹\8cà¹\80à¸\8bà¸à¸£à¹\8cà¸\97ำà¸\87าà¸\99à¸\8aà¹\89าลง
+ หรืà¸à¹\84มà¹\88à¸\95à¸à¸\9aสà¸\99à¸à¸\87 à¸\84ุà¸\93à¹\81à¸\99à¹\88à¹\83à¸\88หรืà¸à¹\84มà¹\88à¸\97ีà¹\88à¸\88ะà¹\81สà¸\94à¸\87à¸\82à¹\89à¸à¸¡à¸¹à¸¥à¸\99ีà¹\89à¸\95à¹\88à¸à¹\84à¸\9b?
+ load_data: โหลดข้อมูล
loading: กำลังโหลด...
tag_details:
- tags: à¸\9bà¹\89ายระà¸\9aุ
+ tags: à¹\81à¸\97à¹\87à¸\81
wiki_link:
- key: หà¸\99à¹\89าà¸\84ำà¸à¸\98ิà¸\9aายวิà¸\81ิาสำหรัà¸\9aà¸\9bà¹\89ายระà¸\9aุ %{key}
- tag: หà¸\99à¹\89าà¸\84ำà¸à¸\98ิà¸\9aายวิà¸\81ิาสำหรัà¸\9aà¸\9bà¹\89ายระà¸\9aุ %{key}=%{value}
+ key: หà¸\99à¹\89าà¸\84ำà¸à¸\98ิà¸\9aายวิà¸\81ิสำหรัà¸\9aà¹\81à¸\97à¹\87à¸\81 %{key}
+ tag: หà¸\99à¹\89าà¸\84ำà¸à¸\98ิà¸\9aายวิà¸\81ิสำหรัà¸\9aà¹\81à¸\97à¹\87à¸\81 %{key}=%{value}
wikidata_link: รายการ %{page} บนวิกิสนเทศ
wikipedia_link: บทความ %{page} บนวิกิพีเดีย
wikimedia_commons_link: รายการ %{page} บนวิกิมีเดียคอมมอนส์
telephone_link: โทรไปที่หมายเลข %{phone_number}
colour_preview: แสดงตัวอย่างสี %{colour_value}
+ email_link: ที่อยู่อีเมล %{email}
query:
- title: ส่วนประกอบในพื้นที่
- introduction: คลิกบนแผนที่เพื่อค้นหาส่วนประกอบต่างๆ ที่อยู่ใกล้เคียง
- nearby: ส่วนประกอบที่อยู่ใกล้เคียง
- enclosing: ส่วนประกอบที่ปิดล้อม
+ title: เรียกดูคุณลักษณะในพื้นที่
+ introduction: คลิกบนแผนที่เพื่อค้นหาคุณลักษณะต่าง ๆ ที่อยู่ใกล้เคียง
+ nearby: คุณลักษณะที่อยู่ใกล้เคียง
+ enclosing: คุณลักษณะปิดล้อม
+ old_nodes:
+ not_found:
+ sorry: 'ขออภัย ไม่พบโหนดที่ #%{id} รุ่น %{version}'
+ old_ways:
+ not_found:
+ sorry: 'ขออภัย ไม่พบเส้นที่ #%{id} เวอร์ชัน %{version}'
+ old_relations:
+ not_found:
+ sorry: 'ขออภัย ไม่พบความสัมพันธ์ที่ #%{id} รุ่น %{version}'
changesets:
changeset_paging_nav:
showing_page: หน้า %{page}
index:
title: ชุดการเปลี่ยนแปลง
title_user: ชุดการเปลี่ยนแปลงที่ทำโดย %{user}
+ title_user_link_html: ชุดการเปลี่ยนแปลงที่ทำโดย %{user_link}
title_friend: ชุดการเปลี่ยนแปลงที่ทำโดยเพื่อนของฉัน
title_nearby: ชุดการเปลี่ยนแปลงที่ทำโดยผู้ใช้ที่อยู่ใกล้เคียง
empty: ไม่พบชุดการเปลี่ยนแปลง
title_comment: ชุดการเปลี่ยนแปลง %{id} - %{comment}
created: สร้างเมื่อ
closed: ปิดเมื่อ
- belongs_to: ผู้สร้างสรรค์
+ belongs_to: ผู้สร้าง
+ subscribe:
+ heading: สมัครสมาชิกการอภิปรายเซ็ตการแก้ไขต่อไปนี้หรือไม่
+ button: สมัครสมาชิกการอภิปราย
+ unsubscribe:
+ heading: ยกเลิกการสมัครสมาชิกการอภิปรายต่อไปนี้หรือไม่
+ button: ยกเลิกการสมัครสมาชิกการอภิปราย
+ heading:
+ title: ชุดการเปลี่ยนแปลง %{id}
+ created_by_html: สร้างโดย %{link_user} บน %{created}
+ no_such_entry:
+ title: ไม่มีชุดการเปลี่ยนแปลงดังกล่าว
+ heading: 'ไม่มีรายการที่มีรหัส: %{id}'
+ body: ขออภัย ไม่มีชุดการเปลี่ยนแปลงที่มีรหัส %{id} โปรดตรวจสอขความถูกต้องของการสะกด
+ หรือลิงก์ที่กดมานั้นมีข้อผิดพลาด
show:
title: 'ชุดการเปลี่ยนแปลง: %{id}'
+ created: 'สร้างเมื่อ: %{when}'
+ closed: 'ปิดเมื่อ: %{when}'
created_ago_html: สร้างเมื่อ %{time_ago}
closed_ago_html: ปิดเมื่อ %{time_ago}
created_ago_by_html: สร้างเมื่อ %{time_ago} โดย %{user}
closed_ago_by_html: ปิดเมื่อ %{time_ago} โดย %{user}
discussion: การอภิปราย
join_discussion: เข้าสู่ระบบเพื่อเข้าร่วมการอภิปราย
- still_open: à¸\8aุà¸\94à¸\81ารà¹\80à¸\9bลีà¹\88ยà¸\99à¹\81à¸\9bลà¸\87à¸\81ำลังเปิดอยู่ การอภิปรายจะเริ่มได้หลังจากปิดชุดการเปลี่ยนแปลงแล้ว
+ still_open: à¸\8aุà¸\94à¸\81ารà¹\80à¸\9bลีà¹\88ยà¸\99à¹\81à¸\9bลà¸\87ยัà¸\87à¸\84งเปิดอยู่ การอภิปรายจะเริ่มได้หลังจากปิดชุดการเปลี่ยนแปลงแล้ว
subscribe: บอกรับข้อมูล
unsubscribe: เลิกรับข้อมูล
comment_by_html: ความคิดเห็นจาก %{user} %{time_ago}
changesetxml: ชุดการเปลี่ยนแปลง XML
osmchangexml: เอ็กซ์เอ็มแอลของ osmChange
paging_nav:
- nodes: หมุด (%{count})
- nodes_paginated: หมุดที่ (%{x}-%{y} จากทั้งหมด %{count})
+ nodes: à¹\82หà¸\99ด (%{count})
+ nodes_paginated: à¹\82หà¸\99ดที่ (%{x}-%{y} จากทั้งหมด %{count})
ways: เส้นทาง (%{count})
ways_paginated: เส้นทางที่ (%{x}-%{y} จาก %{count})
relations: ความสัมพันธ์ (%{count})
relations_paginated: ความสัมพันธ์ (%{x}-%{y} จาก %{count})
timeout:
- sorry: à¸\82à¸à¸à¸ ัย รายà¸\81ารà¸\8aุà¸\94à¸\81ารà¹\80à¸\9bลีà¹\88ยà¸\99à¹\81à¸\9bลà¸\87à¸\97ีà¹\88à¸\97à¹\88าà¸\99รà¹\89à¸à¸\87à¸\82à¸à¹\83à¸\8aà¹\89à¹\80วลาà¸\99าà¸\99à¹\80à¸\81ิà¸\99สมà¸\84วรà¹\83à¸\99à¸\81ารสืà¸\9aà¸\84à¹\89à¸\99
+ sorry: ขออภัย รายการชุดการเปลี่ยนแปลงที่ร้องขอใช้เวลานานเกินสมควรในการสืบค้น
changeset_comments:
comment:
comment: 'ความคิดเห็นใหม่ที่มีต่อชุดการเปลี่ยนแปลง #%{changeset_id} โดย %{author}'
title_all: การอภิปรายชุดการเปลี่ยนแปลงของ OpenStreetMap
title_particular: 'การอภิปรายชุดการเปลี่ยนแปลง OpenStreetMap #%{changeset_id}'
timeout:
- sorry: à¸\82à¸à¸à¸ ัย รายà¸\81ารà¸\8aุà¸\94à¸\81ารà¹\80à¸\9bลีà¹\88ยà¸\99à¹\81à¸\9bลà¸\87à¸\97ีà¹\88à¸\97à¹\88าà¸\99รà¹\89à¸à¸\87à¸\82à¸à¹\83à¸\8aà¹\89à¹\80วลาà¸\99าà¸\99à¹\80à¸\81ิà¸\99สมà¸\84วรà¹\83à¸\99à¸\81ารสืà¸\9aà¸\84à¹\89à¸\99
+ sorry: ขออภัย รายการชุดการเปลี่ยนแปลงที่ร้องขอใช้เวลานานเกินสมควรในการสืบค้น
dashboards:
contact:
- km away: ห่างออกไป %{count}km
- m away: ห่างออกไป %{count}m
+ km away: ห่างออกไป %{count} กม.
+ m away: ห่างออกไป %{count} ม.
latest_edit_html: 'การแก้ไขล่าสุด (%{ago}):'
popup:
your location: ตำแหน่งของคุณ
nearby mapper: คนทำแผนที่ ที่อยู่ใกล้เคียง
friend: เพื่อน
show:
+ title: แผงควบคุมของฉัน
+ no_home_location_html: '%{edit_profile_link} และตั้งตำแหน่งบ้านของให้ผู้ใช้ไกล้เคียงเห็น'
+ edit_your_profile: แก้ไขโปรไฟล์ของคุณ
my friends: รายการเพื่อน
no friends: ท่านยังไม่ได้เพิ่มเพื่อนใด ๆ
- nearby users: à¸\9cูà¹\89à¹\83à¸\8aà¹\89à¸\97à¹\88าà¸\99à¸à¸·à¹\88à¸\99à¸\97ีà¹\88à¹\83à¸\81ลà¹\89à¹\80à¸\84ียà¸\87
+ nearby users: ผู้ใช้อื่นที่ใกล้เคียง
no nearby users: ไม่ได้มีผู้ใดแสดงตัวว่าทำแผนที่อยู่ใกล้เคียง
+ friends_changesets: ชุดการเปลี่ยนแปลงของเพื่อน
friends_diaries: บันทึกของเพื่อน
- nearby_diaries: บันทึกของผู้ใช้ข้างเคียง
+ nearby_changesets: ชุดการเปลี่ยนแปลงของผู้ใช้ใกล้เคียง
+ nearby_diaries: บันทึกของผู้ใช้ใกล้เคียง
diary_entries:
new:
title: สร้างรายการบันทึกใหม่
user_title: บันทึกของ %{user}
in_language_title: รายการบันทึกทั้งหมดในภาษา %{language}
new: สร้างรายการบันทึกใหม่
- new_title: สร้างรายการบันทึกใหม่ในสมุดบันทึกประจำตัวของฉัน
+ new_title: สร้างรายการบันทึกใหม่
my_diary: บันทึกของฉัน
no_entries: ไม่มีรายการบันทึก
recent_entries: รายการบันทึกล่าสุด
show:
title: บันทึกของ %{user} | %{title}
user_title: บันทึกของ %{user}
+ discussion: การอภิปราย
+ subscribe: สมัครรับ
+ unsubscribe: เลิกสมัครรับ
leave_a_comment: แสดงความคิดเห็น
- login_to_leave_a_comment_html: '%{login_link} เพื่อแสดงความคิดเห็น'
+ login_to_leave_a_comment_html: '%{login_link}เพื่อแสดงความคิดเห็น'
login: เข้าสู่ระบบ
no_such_entry:
title: ไม่มีรายการบันทึกที่ระบุ
comment_link: แสดงความคิดเห็นต่อรายการนี้
reply_link: ตอบกลับข้อความถึงผู้เขียนนี้
comment_count:
- zero: ไม่มีข้อคิดเห็น
- one: '%{count} ข้อคิดเห็น'
- other: '%{count} ข้อคิดเห็น'
+ other: '%{count} ความคิดเห็น'
+ no_comments: ไม่มีความคิดเห็น
edit_link: แก้ไขรายการนี้
hide_link: ซ่อนรายการนี้
unhide_link: เลิกซ่อนรายการนี้
all:
title: รายการบันทึก OpenStreetMap
description: รายการบันทึกล่าสุดจากผู้ใช้ OpenStreetMap
+ subscribe:
+ heading: ติดตามการอภิปรายเซ็ตการแก้ไขต่อไปนี้หรือไม่
+ button: ติดตามการอภิปราย
+ unsubscribe:
+ heading: เลิกติดตามการอภิปรายต่อไปนี้หรือไม่
+ button: เลิกติดตามการอภิปราย
diary_comments:
index:
+ title: ความคิดเห็นในรายการบันทึกที่เพิ่มโดย %{user}
+ heading: ความคิดเห็นในรายการบันทึกของ %{user}
+ subheading_html: ความคิดเห็นในรายการบันทึกที่เพิ่มโดย %{user}
+ no_comments: ไม่มีความคิดเห็นในรายการบึกทึก
post: เผยแพร่
when: เมื่อ
comment: แสดงความเห็น
newer_comments: ความคิดเห็นใหม่กว่า
older_comments: ความคิดเห็นเก่ากว่า
+ doorkeeper:
+ errors:
+ messages:
+ account_selection_required: เซิร์ฟเวอร์การยืนยันตัวตนต้องมีการเลือกบัญชีผู้ใช้ปลายทาง
+ consent_required: เซิร์ฟเวอร์การยืนยันตัวตนต้องได้รับความยินยอมจากผู้ใช้ปลายทาง
+ interaction_required: เซิร์ฟเวอร์การยืนยันตัวตนต้องมีการโต้ตอบกับผู้ใช้ปลายทาง
+ login_required: เซิร์ฟเวอร์การยืนยันตัวตนต้องมีการตรวจสอบสิทธิ์ผู้ใช้ปลายทาง
+ flash:
+ applications:
+ create:
+ notice: แอปพลิเคชันที่สมัคร
+ openid_connect:
+ errors:
+ messages:
+ auth_time_from_resource_owner_not_configured: ความล้มเหลวเนื่องจาก Doorkeeper::OpenidConnect.configure.auth_time_from_resource_owner
+ ไม่มีการกำหนดค่า
+ reauthenticate_resource_owner_not_configured: ความล้มเหลวเนื่องจาก Doorkeeper::OpenidConnect.configure.reauthenticate_resource_owner
+ ไม่มีการกำหนดค่า
+ resource_owner_from_access_token_not_configured: ความล้มเหลวเนื่องจาก Doorkeeper::OpenidConnect.configure.resource_owner_from_access_token
+ ไม่มีการกำหนดค่า
+ select_account_for_resource_owner_not_configured: ความล้มเหลวเนื่องจาก Doorkeeper::OpenidConnect.configure.auth_time_from_resource_owner
+ ไม่มีการกำหนดค่า
+ subject_not_configured: การสร้างโทเค็น ID ล้มเหลวเนื่องจาก Doorkeeper::OpenidConnect.configure.subject
+ ไม่มีการกำหนดค่า
+ scopes:
+ address: ดูที่อยู่ทางกายภาพของคุณ
+ email: ดูที่อยู่อีเมลของคุณ
+ openid: รับรองบัญชีของคุณ
+ phone: ดูหมายเลขโทรศัพท์ของคุณ
+ profile: ดูข้อมูลโปรไฟล์ของคุณ
+ errors:
+ contact:
+ contact_url_title: อธิบายช่องทางการติดต่อต่าง ๆ
+ contact: ช่องทางติดต่อ
+ contact_the_community_html: อย่าลังเลที่จะ%{contact_link}ชุมชน OpenStreetMap
+ หากคุณพบลิงก์ที่เสียหาย หรือข้อบกพร่อง จดโน้ตไปยัง URL ที่แน่นอนของคำขอของคุณ
+ bad_request:
+ title: คำขอไม่ถูกต้อง
+ description: การดำเนินการที่คุณร้องขอบนเซิร์ฟเวอร์ OpenStreetMap ไม่ถูกต้อง
+ (HTTP 400)
+ forbidden:
+ title: ถูกต้องห้าม
+ description: การดำเนินการที่คุณร้องขอบนเซิร์ฟเวอร์ OpenStreetMap นั้นใช้ได้เฉพาะผู้ดูแลระบบเท่านั้น
+ (HTTP 403)
+ internal_server_error:
+ title: แอพพลิเคชันเกิดข้อผิดพลาด
+ description: เซิร์ฟเวอร์ OpenStreetMap พบเงื่อนไขที่ไม่คาดคิดซึ่งทำให้ไม่สามารถดำเนินการตามคำขอได้
+ (HTTP 500)
+ not_found:
+ title: ไม่พบไฟล์
+ description: ไม่พบการดำเนินการของไฟล์/ไดเรกทอรี/API ตามชื่อนั้นบนเซิร์ฟเวอร์
+ OpenStreetMap (HTTP 404)
friendships:
make_friend:
heading: เพิ่มผู้ใช้ %{user} ในรายการเพื่อนหรือไม่?
button: เพิ่มในรายการเพื่อน
- success: à¸\9cูà¹\89à¹\83à¸\8aà¹\89 %{name} à¸à¸¢à¸¹à¹\88à¹\83à¸\99รายà¸\81ารà¹\80à¸\9eืà¹\88à¸à¸\99à¸\82à¸à¸\87à¸\97à¹\88าà¸\99à¹\80รียà¸\9aรà¹\89à¸à¸¢!
+ success: ผู้ใช้ %{name} อยู่ในรายการเพื่อนเรียบร้อย!
failed: ขออภัย ไม่สามารถเพิ่มผู้ใช้ %{name} ในรายการเพื่อน
- already_a_friend: ท่านมีผู้ใช้ %{name}ในรายการเพื่อนอยู่แล้ว
+ already_a_friend: มีผู้ใช้ %{name}ในรายการเพื่อนอยู่แล้ว
+ limit_exceeded: คุณได้เป็นเพื่อนกับผู้ใช้จำนวนมากเมื่อไม่นานมานี้ โปรดรอสักครู่ก่อนที่จะพยายามเป็นเพื่อนต่อไป
remove_friend:
heading: ต้องการลบผู้ใช้ %{user} ออกจากรายการเพื่อนหรือไม่?
button: ลบจากรายการเพื่อน
success: ท่านได้ลบผู้ใช้ %{name} ออกจากรายการเพื่อน
- not_a_friend: ผู้ใช้ %{name} ไม่ได้อยู่ในรายการเพื่อนของท่าน
+ not_a_friend: ผู้ใช้ %{name} ไม่ได้อยู่ในรายการเพื่อน
geocoder:
+ search:
+ title:
+ results_from_html: ผลลัพธ์จาก %{results_link}
+ latlon: ภายใน
search_osm_nominatim:
prefix:
aerialway:
cable_car: รถกระเช้า
chair_lift: รถกระเช้าเปลือย
drag_lift: ลิฟต์ลากสกี
- gondola: รถกระเช้า
+ gondola: รถกระเช้าลอยฟ้า
+ magic_carpet: สายพานเลื่อนสกี
platter: กระเช้าลาก
pylon: เสากระเช้า
station: สถานีรถกระเช้า
t-bar: กระเช้าลากพื้นหิมะ
+ "yes": ทางอากาศ
aeroway:
aerodrome: ลานบิน
airstrip: ลานบินขนาดเล็ก
hangar: โรงเก็บเครื่องบิน
helipad: ลานจอดเฮลิคอปเตอร์
holding_position: ตำแหน่งยึด
+ navigationaid: ระบบเครื่องช่วยการเดินอากาศ
parking_position: ตำแหน่งจอด
runway: ทางวิ่งเครื่องบิน
+ taxilane: เลนขับเครื่องบิน
taxiway: ทางขับเครื่องบิน
- terminal: อาคารผู้โดยสาร
+ terminal: อาคารผู้โดยสารสนามบิน
+ windsock: ถุงวัดทิศทางลมด้วยสายตา
amenity:
+ animal_boarding: สถานสงเคราะห์สัตว์
animal_shelter: สถานสงเคราะห์สัตว์
arts_centre: ศูนย์ศิลปะ
atm: เครื่องถอนเงินอัตโนมัติ
bank: ธนาคาร
- bar: รà¹\89าà¸\99สุรา
- bbq: à¹\80à¸\95าà¸\9bิà¹\89à¸\87ยà¹\88าà¸\87
+ bar: à¸\9aารà¹\8c
+ bbq: à¸\9aารà¹\8cà¸\9aีà¸\84ิว
bench: ม้านั่ง
bicycle_parking: ที่จอดจักรยาน
bicycle_rental: บริการเช่าจักรยาน
+ bicycle_repair_station: สถานีซ่อมจักรยาน
biergarten: ลานเบียร์
+ blood_bank: ธนาคารเลือด
boat_rental: บริการเช่าเรือ
brothel: สถานบริการทางเพศ
bureau_de_change: ร้านรับแลกเงินตรา
- bus_station: สà¸\96าà¸\99ีà¸\82à¸\99สà¹\88ง
- cafe: รà¹\89าà¸\99à¸\81าà¹\81à¸\9f
+ bus_station: สà¸\96าà¸\99ีรà¸\96à¸\9bระà¸\88ำà¸\97าง
+ cafe: à¸\84าà¹\80à¸\9fà¹\88
car_rental: บริการเช่ารถยนต์
car_sharing: บริการร่วมเดินทาง
car_wash: บริการล้างรถ
casino: บ่อนการพนัน
- charging_station: สà¸\96าà¸\99ีà¸\9bระà¸\88ุà¹\84à¸\9fà¸\9fà¹\89า
+ charging_station: สà¸\96าà¸\99ีà¸\8aารà¹\8cà¸\88
childcare: สถานรับเลี้ยงเด็ก
cinema: โรงภาพยนตร์
clinic: คลินิก
clock: นาฬิกา
college: วิทยาลัย
- community_centre: ศูนย์รวมชุมชน
+ community_centre: ศูนย์ชุมชน
+ conference_centre: ศูนย์การประชุม
courthouse: ศาล
crematorium: ฌาปนสถาน
dentist: ทันตแพทย์
doctors: แพทย์
- drinking_water: à¸\81à¹\8aà¸à¸\81à¸\99à¹\89ำà¸\94ืà¹\88ม
+ drinking_water: น้ำดื่ม
driving_school: โรงเรียนสอนขับรถ
embassy: สถานทูต
+ events_venue: สถานที่จัดงาน
fast_food: อาหารจานด่วน
- ferry_terminal: สà¸\96าà¸\99ีà¹\80รืà¸à¸\82à¹\89ามà¸\9fาà¸\81
+ ferry_terminal: สà¸\96าà¸\99ีà¹\80รืà¸à¹\82à¸\94ยสาร
fire_station: สถานีดับเพลิง
food_court: ศูนย์อาหาร
fountain: น้ำพุ
- fuel: สถานีบริการเชื้อเพลิง
+ fuel: สà¸\96าà¸\99ีà¸\9aริà¸\81ารà¹\80à¸\95ิมà¹\80à¸\8aืà¹\89à¸à¹\80à¸\9eลิà¸\87
gambling: การพนัน
grave_yard: สุสาน
grit_bin: ถังเกลือโรยถนน
hospital: โรงพยาบาล
- hunting_stand: à¸\9aัà¸\87à¹\84à¸\9eรล่าสัตว์
+ hunting_stand: หà¸à¸\9eราà¸\99ล่าสัตว์
ice_cream: ร้านไอศกรีม
+ internet_cafe: ร้านอินเตอร์เน็ต
kindergarten: โรงเรียนอนุบาล
- language_school: à¹\82รà¸\87à¹\80รียà¸\99à¸\94à¹\89านภาษา
+ language_school: à¹\82รà¸\87à¹\80รียà¸\99สà¸นภาษา
library: ห้องสมุด
+ loading_dock: ท่าเรือขนถ่าย
+ love_hotel: ม่านรูด
marketplace: ตลาด
- monastery: สำนักสงฆ์
+ mobile_money_agent: ตัวแทนเติมเงินเข้าบัตรเงินสด
+ monastery: อาราม
+ money_transfer: บริการโอนเงิน
motorcycle_parking: ที่จอดรถจักรยานยนต์
+ music_school: โรงเรียนสอนดนตรี
nightclub: สถานบันเทิง
- nursing_home: สà¸\96าà¸\99สà¸\87à¹\80à¸\84ราะหà¹\8cหรืà¸à¸\9aà¹\89าà¸\99à¸\9eัà¸\81à¸\84à¸\99à¸\8aรา
+ nursing_home: บ้านพักคนชรา
parking: ที่จอดรถ
parking_entrance: ทางเข้าที่จอดรถ
parking_space: ซองจอดรถ
+ payment_terminal: เครื่องชำระเงิน
pharmacy: ร้านขายยา
place_of_worship: ศาสนสถาน
police: สถานีตำรวจ
post_box: ตู้ไปรษณีย์
post_office: ที่ทำการไปรษณีย์
prison: ทัณฑสถาน
- pub: ร้านเหล้า
+ pub: ผับ
+ public_bath: โรงอาบน้ำสาธารณะ
+ public_bookcase: ตู้หนังสือสาธารณะ
public_building: อาคารสาธารณะ
+ ranger_station: สถานีเจ้าหน้าที่
recycling: จุดรีไซเคิล
restaurant: ร้านอาหาร
+ sanitary_dump_station: สถานีถ่ายโอนบ่อเกรอะ
school: โรงเรียน
shelter: ศาลาที่พัก
- shower: สà¸\96าà¸\99à¸\97ีà¹\88à¸à¸²à¸\9aà¸\99à¹\89ำ
+ shower: à¸\97ีà¹\88à¸à¸²à¸\9aà¸\99à¹\89ำà¸\9dัà¸\81à¸\9aัว
social_centre: ศูนย์พบปะสมาคม
- social_facility: สà¹\82มสรà¸\9eà¸\9aà¸\9bะ
- studio: สà¸\96าà¸\99à¸\97ีà¹\88à¸\9aัà¸\99à¸\97ึà¸\81ภาà¸\9eà¹\81ละà¹\80สียà¸\87
+ social_facility: สิà¹\88à¸\87à¸à¸³à¸\99วยà¸\84วามสะà¸\94วà¸\81à¸\97าà¸\87สัà¸\87à¸\84ม
+ studio: สà¸\95ูà¸\94ิà¹\82à¸
swimming_pool: สระว่ายน้ำ
taxi: จุดจอดแท็กซี่
telephone: โทรศัพท์สาธารณะ
theatre: โรงละคร
- toilets: ห้องน้ำสาธารณะ
+ toilets: ห้องน้ำ
townhall: ศาลาว่าการเมือง
+ training: สิ่งอำนวยความสะดวกการฝึกอบรม
university: มหาวิทยาลัย
- vending_machine: เครื่องขายสินค้า
- veterinary: คลินิกสัตวแพทย์
+ vehicle_inspection: ตรวจสอบยานพาหนะ
+ vending_machine: ตู้จำหน่ายอัตโนมัติ
+ veterinary: ศัลยกรรมสัตวแพทย์
village_hall: ศาลากลางหมู่บ้าน
waste_basket: ถังขยะ
waste_disposal: ที่ทิ้งขยะ
+ waste_dump_site: บ่อฝังกลบ
+ watering_place: ที่ให้น้ำสัตว์
water_point: จุดเติมน้ำดื่ม
+ weighbridge: ด่านชั่งน้ำหนัก
+ "yes": สิ่งอำนวยความสะดวก
boundary:
+ aboriginal_lands: ดินแดนชาวพื้นเมือง
administrative: ขอบเขตการปกครอง
census: ขอบเขตการสำรวจประชากร
national_park: อุทยานแห่งชาติ
+ political: ขอบเขตการเลือกตั้ง
protected_area: พื้นที่ปกป้อง
bridge:
aqueduct: สะพานส่งน้ำ
- boardwalk: à¸\97าà¸\87à¹\80à¸\94ิà¸\99à¹\84มà¹\89à¸\81ระà¸\94าà¸\99
+ boardwalk: สะà¸\9eาà¸\99ยาว
suspension: สะพานแขวน
- swing: สะà¸\9eาà¸\99หัà¸\99à¸\82à¹\89าà¸\87
- viaduct: สะà¸\9eาà¸\99à¸\9aà¸\81
+ swing: สะà¸\9eาà¸\99หมุà¸\99
+ viaduct: สะà¸\9eาà¸\99หà¸à¸ªà¸¹à¸\87
"yes": สะพาน
building:
apartment: อพาร์ทเมนต์
apartments: อพาร์ทเมนต์
+ barn: โรงนา
bungalow: บังกะโล
+ cabin: กระท่อม
+ chapel: โบสถ์เล็ก
+ church: อาคารโบสถ์
+ civic: อาคารราชการ
+ commercial: อาคารพาณิชย์
+ cowshed: คอกวัว
+ detached: บ้านเดี่ยว
dormitory: หอพัก
+ duplex: บ้านแฝด
+ farm: บ้านไร่
+ farm_auxiliary: บ่้านไร่เสริม
garage: โรงรถ
garages: โรงรถ
+ greenhouse: เรือนกระจก
+ hangar: โรงเก็บเครื่องบิน
hospital: อาคารโรงพยาบาล
hotel: อาคารโรงแรม
house: บ้าน
+ houseboat: เรือนแพ
+ hut: กระท่อม
industrial: อาคารอุตสาหกรรม
+ kindergarten: อาคารโรงเรียนอนุบาล
+ manufacture: อาคารโรงงานผลิต
office: อาคารสำนักงาน
public: อาคารสาธารณะ
residential: อาคารที่อยู่อาศัย
- retail: อาคารให้เช่า
+ retail: อาคารค้าปลีก
+ roof: หลังคา
+ ruins: อาคารที่พังทลาย
school: อาคารโรงเรียน
+ semidetached_house: บ้านแฝด
+ service: อาคารบริการ
+ shed: เพิง
+ stable: โรงม้า
+ static_caravan: รถบ้าน
+ sty: เล้า
+ temple: อาคารวัด
+ terrace: ตึกแถว
+ train_station: อาคารสถานีรถไฟ
university: อาคารมหาวิทยาลัย
+ warehouse: คลังสินค้า
"yes": อาคาร
+ club:
+ scout: ฐานกลุ่มลูกเสือ
+ sport: สโมสรกีฬา
+ "yes": สโมสร
craft:
- brewery: โรงทำสุรา
+ beekeeper: คนเลี้ยงผึ้ง
+ blacksmith: ช่างตีเหล็ก
+ brewery: โรงเบียร์
carpenter: ช่างไม้
+ caterer: ผู้ให้บริการจัดเลี้ยง
+ confectionery: ร้านของหวาน
+ dressmaker: ช่างตัดเสื้อ
electrician: ช่างไฟฟ้า
+ electronics_repair: ร้านซ่อมอุปกรณ์อิเล็กทรอนิกส์
gardener: คนสวน
+ glaziery: งานติดตั้งกระจก
+ handicraft: หัตถกรรม
+ hvac: ระบบปรับอากาศ
+ metal_construction: ช่างก่อสร้างโลหะ
painter: ช่างทาสี
photographer: ช่างภาพ
plumber: ช่างประปา
+ roofer: ช่างมุงหลังคา
+ sawmill: โรงเลื่อย
shoemaker: ช่างทำรองเท้า
- tailor: ช่างตัดเสื้อผ้า
- "yes": ร้านงานฝีมือ
+ stonemason: ช่างหิน
+ tailor: ช่างตัดเสื้อ
+ window_construction: การติดตั้งหน้าต่าง
+ winery: โรงกลั่นไวน์
+ "yes": ร้านงานหัตถกรรม
emergency:
+ access_point: จุดเข้าถึง
ambulance_station: สถานีรถพยาบาล
assembly_point: จุดรวมพล
defibrillator: เครื่องช่วยกระตุ้นหัวใจ
+ fire_extinguisher: ถังดับเพลิง
+ fire_water_pond: บ่อน้ำดับเพลิง
landing_site: พื้นที่ลงจอดฉุกเฉิน
+ life_ring: ห่วงชูชีพฉุกเฉิน
phone: โทรศัพท์ฉุกเฉิน
+ siren: ไซเรนฉุกเฉิน
+ suction_point: จุดดูดน้ำฉุกเฉิน
water_tank: ถังน้ำฉุกเฉิน
highway:
abandoned: ทางหลวงที่เลิกใช้แล้ว
bridleway: ทางเกวียน
- bus_guideway: à¸\97าà¸\87รà¸\96สาà¸\98ารà¸\93ะà¸\8aà¸\99ิà¸\94à¸\9aัà¸\87à¸\84ัà¸\9aลà¹\89à¸à¹\84à¸\94à¹\89
- bus_stop: à¸\97ีà¹\88หยุà¸\94รà¸\96สาà¸\98ารà¸\93ะ
+ bus_guideway: à¸\97าà¸\87รà¸\96à¸\9bระà¸\88ำà¸\97าà¸\87à¸\8aà¸\99ิà¸\94à¸\9aัà¸\87à¸\84ัà¸\9aลà¹\89à¸
+ bus_stop: à¸\9bà¹\89ายหยุà¸\94รà¸\96à¸\9bระà¸\88ำà¸\97าà¸\87
construction: ทางหลวงกำลังสร้าง
- corridor: ระเบียงทางเดิน
+ corridor: โถงทางเดิน
+ crossing: ทางตัดข้าม
cycleway: ทางจักรยาน
elevator: ลิฟต์
emergency_access_point: จุดเข้าถึงฉุกเฉิน
- footway: ทางเดินเท้า
- ford: ถนนตัดทางน้ำ
+ emergency_bay: จุดจอดไหล่่ทางฉุกเฉิน
+ footway: ทางเท้า
+ ford: ฝายน้ำล้น
give_way: ป้ายให้ทาง
living_street: ถนนใช้ร่วมรถและคน
- milestone: หลัà¸\81à¹\84มลà¹\8c
+ milestone: หลัà¸\81à¸\81ิà¹\82ล
motorway: ทางหลวงพิเศษ
motorway_junction: แยกทางหลวงพิเศษ
motorway_link: ถนนทางหลวงพิเศษ
passing_place: ที่หลีกรถ
- path: à¹\80สà¹\89à¸\99à¸\97าà¸\87
+ path: ทาง
pedestrian: ถนนคนเดิน
platform: ชานชาลา
primary: ถนนสายหลัก
primary_link: ถนนสายหลัก
proposed: ถนนที่เสนอให้สร้าง
raceway: ลานแข่งรถ
- residential: à¸\96à¸\99à¸\99à¹\83à¸\99à¹\80à¸\82à¸\95à¸\97ีà¹\88à¸\9eัà¸\81à¸à¸²à¸¨à¸±à¸¢
- rest_area: à¸\88ุà¸\94à¹\81วะà¸\9eัà¸\81
+ residential: à¸\96à¸\99à¸\99à¸\8aุมà¸\8aà¸\99
+ rest_area: à¸\88ุà¸\94à¸\9eัà¸\81รà¸\96
road: ถนน
secondary: ถนนสายรอง
secondary_link: ถนนสายรอง
- service: à¸\8bà¸à¸¢
- services: บริการทางหลวงพิเศษ
- speed_camera: กล้องจับความเร็ว
+ service: à¸\96à¸\99à¸\99à¸\9aริà¸\81าร
+ services: à¸\97าà¸\87à¸\9aริà¸\81ารà¸\97าà¸\87หลวà¸\87à¸\9eิà¹\80ศษ
+ speed_camera: à¸\81ลà¹\89à¸à¸\87à¸\95รวà¸\88à¸\88ัà¸\9aà¸\84วามà¹\80รà¹\87ว
steps: ขั้นบันใด
stop: ป้ายหยุด
street_lamp: ไฟถนน
- tertiary: ถนนสายย่อย
- tertiary_link: ถนนสายย่อย
+ tertiary: ถนนสายย่อย/ทางหลวงชนบท
+ tertiary_link: ถนนสายย่อย/ทางหลวงชนบท
track: ราง
+ traffic_mirror: กระจกโค้งจราจร
traffic_signals: สัญญาณจราจร
- trunk: ถนนสายประธาน
- trunk_link: ถนนสายประธาน
- turning_loop: ทางโค้งสำหรับกลับรถ
- unclassified: ถนนที่มิได้จำแนก
+ trailhead: จุดเริ่มต้นเส้นทางเดินป่า
+ trunk: ทางหลวงสายประธาน
+ trunk_link: ทางหลวงสายประธาน
+ turning_circle: วงเวียนกลับรถ
+ turning_loop: ทางโค้งกลับรถ
+ unclassified: ถนนพื้นฐาน
"yes": ถนน
historic:
- archaeological_site: สถานที่ทางโบราณคดี
+ aircraft: อากาศยานประวัติศาสตร์
+ archaeological_site: แหล่งโบราณคดี
+ bomb_crater: หลุมระเบิดประวัติศาสตร์
battlefield: สนามรบ
boundary_stone: หินแสดงขอบเขต
building: อาคารประวัติศาสตร์
- bunker: บังเกอร์
+ bunker: หลุมหลบภัย
+ cannon: ปืนใหญ่ประวัติศาสตร์
castle: ปราสาท
+ charcoal_pile: กองถ่านหินประวัติศาสตร์
church: โบสถ์
city_gate: ประตูเมือง
citywalls: กำแพงเมือง
fort: ป้อม
heritage: สถานที่มรดก
+ hollow_way: ทางลาดต่ำ
house: บ้าน
- manor: บ้านสวน
- memorial: อนุสรณ์
+ manor: คฤหาสน์
+ memorial: อนุสรณ์อนุสรณ์สถาน
+ milestone: หลักกิโลประวัติศาสตร์
mine: เหมือง
- mine_shaft: ปล่องเหมืองเก่า
+ mine_shaft: ปล่องเหมือง
monument: อนุสาวรีย์
+ railway: รางรถไฟประวัติศาสตร์
roman_road: ถนนโรมัน
ruins: ซากโบราณสถาน
+ rune_stone: หินรูน
stone: หลักหิน
tomb: สุสาน
tower: หอคอย
- wayside_cross: กางเขนข้างทาง
- wayside_shrine: ศาลเจ้าข้างทาง
+ wayside_chapel: โบสถ์เล็กริมทาง
+ wayside_cross: ไม้กางเขนริมทาง
+ wayside_shrine: ศาลเจ้าริมทาง
wreck: ซากปรักหักพัง
"yes": สถานที่ประวัติศาสตร์
junction:
"yes": ทางแยก
landuse:
- allotments: ที่ดินแบ่งใช้
- basin: แอ่ง
- brownfield: พื้นที่อุตสาหกรรมเดิม
+ allotments: สวนจัดสรร
+ aquaculture: เพาะเลี้ยงสัตว์น้ำ
+ basin: อ่าง
+ brownfield: ที่ดินถม
cemetery: สุสาน
commercial: พื้นที่พาณิชยกรรม
conservation: พื้นที่อนุรักษ์
construction: พื้นที่ก่อสร้าง
farmland: ไร่นา
- farmyard: ลาà¸\99à¹\84รà¹\88à¸\99า
- forest: ป่า
+ farmyard: à¸\9eืà¹\89à¸\99à¸\97ีà¹\88à¸\9fารà¹\8cม
+ forest: ป่าไม้
garages: โรงรถ
grass: หญ้า
- greenfield: à¸\9eืà¹\89à¸\99à¸\97ีà¹\88สีà¹\80à¸\82ียว
+ greenfield: à¸\97ีà¹\88à¸\94ิà¸\99à¸\96มรà¸\81รà¹\89าà¸\87
industrial: พื้นที่อุตสาหกรรม
landfill: บ่อขยะ
- meadow: ทุ่งหญ้า
+ meadow: ทุ่ง
military: เขตทหาร
mine: เหมือง
orchard: สวนผลไม้
+ plant_nursery: สถานเพาะชำพืช
quarry: เหมืองเปิด
railway: ทางรถไฟ
recreation_ground: พื้นที่สันทนาการ
+ religious: พื้นที่ศาสนสถาน
reservoir: อ่างเก็บน้ำ
reservoir_watershed: สันปันน้ำ
- residential: à¹\80à¸\82à¸\95à¸\97ีà¹\88à¸\9eัà¸\81อาศัย
- retail: à¸\9eืà¹\89à¸\99à¸\97ีà¹\88รà¹\89าà¸\99à¸\84à¹\89า
- village_green: ลาà¸\99หà¸\8dà¹\89าà¹\83à¸\99à¹\80à¸\82à¸\95หมู่บ้าน
+ residential: à¸\9eืà¹\89à¸\99à¸\97ีà¹\88à¸à¸¢à¸¹à¹\88อาศัย
+ retail: à¸\9eืà¹\89à¸\99à¸\97ีà¹\88à¸\84à¹\89าà¸\9bลีà¸\81
+ village_green: ลาà¸\99หà¸\8dà¹\89าà¸\81ลาà¸\87หมู่บ้าน
vineyard: ไร่องุ่น
- "yes": à¸\81ารà¹\83à¸\8aà¹\89à¸\9bระà¹\82ยà¸\8aà¸\99à¹\8cà¸\97ีà¹\88à¸\94ิà¸\99
+ "yes": การใช้ที่ดิน
leisure:
- beach_resort: สถานตากอากาศชายหาด
+ adult_gaming_centre: ศูนย์การพนันสำหรับผู้ใหญ่
+ amusement_arcade: อาร์เคด
+ bandstand: เวทีศาลา
+ beach_resort: รีสอร์ทริมชายหาด
bird_hide: บังไพรดูนก
+ bleachers: อัฒจันทร์กลางแจ้ง
+ bowling_alley: ลานโบว์ลิ่ง
common: พื้นที่สาธารณประโยชน์
+ dance: ลานเต้นรำ
dog_park: สวนสุนัข
- firepit: à¸\88ุà¸\94à¸\81à¹\88à¸à¸\81à¸à¸\87ไฟ
+ firepit: หลุมไฟ
fishing: พื้นที่ตกปลา
- fitness_centre: ศูà¸\99ยà¹\8cà¸à¸à¸\81à¸\81ำลัà¸\87à¸\81าย
- fitness_station: ศูà¸\99ยà¹\8cออกกำลังกาย
+ fitness_centre: ยิม/à¸\9fิà¸\95à¹\80à¸\99ส
+ fitness_station: สà¸\96าà¸\99à¸\97ีà¹\88ออกกำลังกาย
garden: สวน
golf_course: สนามกอล์ฟ
- horse_riding: สนามม้า
+ horse_riding: สà¸\99ามà¸\82ีà¹\88มà¹\89า
ice_rink: ลานสเก็ตน้ำแข็ง
- marina: à¸\97ีà¹\88จอดเรือ
- miniature_golf: สà¸\99ามà¸\81à¸à¸¥à¹\8cà¸\9fà¹\80ลà¹\87à¸\81
+ marina: ลาà¸\99จอดเรือ
+ miniature_golf: สà¸\99ามมิà¸\99ิà¸\81à¸à¸¥à¹\8cà¸\9f
nature_reserve: พื้นที่สงวนธรรมชาติ
+ outdoor_seating: ที่นั่งกลางแจ้ง
park: สวนสาธารณะ
+ picnic_table: โตีะปิกนิก
pitch: ลานกีฬา
playground: สนามเด็กเล่น
- recreation_ground: สà¸\99ามสำหรัà¸\9aà¹\80ลà¹\88à¸\99
- resort: สà¸\96าà¸\99à¸\97ีà¹\88à¸\9eัà¸\81à¸\9cà¹\88à¸à¸\99
- sauna: สà¸\96าà¸\99à¸\97ีà¹\88à¸à¸\9aà¸\95ัว
+ recreation_ground: à¸\9eืà¹\89à¸\99à¸\97ีà¹\88สัà¸\99à¸\97à¸\99าà¸\81าร
+ resort: รีสà¸à¸£à¹\8cà¸\97
+ sauna: à¸\8bาวà¸\99à¹\88า
slipway: ทางลาดสำหรับเรือ
sports_centre: ศูนย์กีฬา
stadium: สนามกีฬา
swimming_pool: สระว่ายน้ำ
- track: à¸\97าà¸\87วิ่ง
+ track: ลูà¹\88วิ่ง
water_park: สวนน้ำ
"yes": สถานที่เพื่อนันทนาการ
man_made:
adit: ทางระบายน้ำในเหมือง
+ advertising: การโฆษณา
+ antenna: เสาอากาศ
+ avalanche_protection: การป้องกันหิมะถล่ม
beacon: เสาไฟสัญญาณ
- beehive: คอนเลี้ยงผึ้ง
+ beam: คาน
+ beehive: รังผึ้ง
breakwater: เขื่อนกันคลื่น
bridge: สะพาน
bunker_silo: หลุมหลบภัย
+ cairn: กองหินสัญลักษณ์
chimney: ปล่องไฟ
+ clearcut: ป่าเตียน
+ communications_tower: เสาสื่อสาร
crane: ปั้นจั่น
+ cross: ไม้กางเขน
dolphin: หลักผูกเรือ
dyke: กำแพงกันฝั่ง
embankment: คันดิน
flagpole: เสาธง
- gasometer: à¸\96ุงเก็บแก๊ส
+ gasometer: à¸\96ังเก็บแก๊ส
groyne: รอดักทราย
kiln: เตาเผา
- lighthouse: ประภาคาร/กระโจมไฟ
+ lighthouse: ประภาคาร
+ manhole: หลุมท่อ
mast: เสา
mine: เหมือง
mineshaft: ปล่องเหมือง
monitoring_station: สถานีตรวจอากาศ
petroleum_well: บ่อน้ำมัน
pier: ท่าเรือ
- pipeline: ท่อส่งน้ำมัน
- silo: ยุ้งฉาง
+ pipeline: ท่อ
+ pumping_station: สถานีสูบ
+ reservoir_covered: อ่างเก็บน้ำคลุมปิด
+ silo: ไซโล
+ snow_cannon: ปืนใหญ่หิมะ
+ snow_fence: รั้วหิมะ
storage_tank: ถังกักเก็บ
- surveillance: กล้องวงจรปิด
+ street_cabinet: ตู้ริมถนน
+ surveillance: การสอดส่องความปลอดภัย
+ telescope: กล้องโทรทรรศน์
tower: หอคอย
+ utility_pole: เสาไฟฟ้า
wastewater_plant: โรงบำบัดน้ำเสีย
watermill: กังหันน้ำ
- water_tower: หอเก็บน้ำ
+ water_tap: ก๊อกน้ำ
+ water_tower: หอแทงค์เก็บน้ำ
water_well: บ่อน้ำ
water_works: โรงประปา
windmill: กังหันลม
airfield: สนามบินทหาร
barracks: โรงทหาร
bunker: หลุมหลบภัย
+ checkpoint: ด่านตรวจทหาร
+ trench: คูหลุมทหาร
"yes": เขตทหาร
mountain_pass:
- "yes": à¸\8aà¹\88à¸à¸\87เขา
+ "yes": à¸\88ุà¸\94ยà¸à¸\94เขา
natural:
+ atoll: อะทอลล์
+ bare_rock: หินเปลือย
bay: อ่าว
- beach: หาด
- cape: à¸\96à¹\89ำ
- cave_entrance: à¸\97าà¸\87à¹\80à¸\82à¹\89าถ้ำ
+ beach: à¸\8aายหาà¸\94
+ cape: à¹\81หลม
+ cave_entrance: à¸\9bาà¸\81ถ้ำ
cliff: หน้าผา
- crater: หลุมอุกกาบาต
+ coastline: ชายฝั่ง
+ crater: หลุม
dune: เนินทราย
- fell: ทุ่งหญ้า
+ fell: ทุ่งหญ้าขั่วโลก
fjord: ฟยอร์ด
- forest: à¸\9bà¹\88าà¸\94ิà¸\9a
- geyser: น้ำพุร้อน
+ forest: à¸\9bà¹\88าà¹\84มà¹\89
+ geyser: น้ำพุร้อนไกเซอร์
glacier: ธารน้ำแข็ง
grassland: ทุ่งหญ้า
heath: ทุ่งไม้พุ่ม
hill: เนินเขา
+ hot_spring: บ่อน้ำร้อน
island: เกาะ
+ isthmus: คอคอด
land: ที่ดิน
- marsh: à¸\97ีà¹\88ลุà¹\88มà¸\99à¹\89ำà¸\82ัà¸\87
- moor: à¸\97ุà¹\88à¸\87หà¸\8dà¹\89าà¸\97ีà¹\88สูà¸\87
+ marsh: à¸\97ุà¹\88à¸\87ลุà¹\88มà¸\8aืà¹\89à¸\99à¹\81à¸\89ะ
+ moor: à¸\97ุà¹\88à¸\87หà¸\8dà¹\89าà¸\99à¸\97ีà¹\88ราà¸\9aสูà¸\87à¹\80à¸\82à¸\95à¸à¸\9aà¸à¸¸à¹\88à¸\99
mud: โคลน
peak: ยอดเขา
peninsula: คาบสมุทร
point: จุด
- reef: à¹\81à¸\99วà¸\9bะà¸\81ารัà¸\87
+ reef: à¸\9eืà¸\94หิà¸\99à¹\83à¸\95à¹\89à¸\99à¹\89ำ
ridge: สันเขา
- rock: หลัà¸\81หิน
+ rock: à¸\81à¹\89à¸à¸\99หิน
saddle: หุบโค้ง
sand: ทราย
scree: ลาดหินร่วง
- scrub: ป่าไม้พุ่ม
+ scrub: ป่าละเมาะ
+ shingle: กรวดชายฝั่ง
spring: น้ำพุธรรมชาติ
- stone: หลัà¸\81หิà¸\99
+ stone: หิน
strait: ช่องแคบ
tree: ต้นไม้
+ tree_row: แถวต้นไม้
+ tundra: ทันดรา
valley: หุบเขา
volcano: ภูเขาไฟ
water: น้ำ
wetland: พื้นที่ชุ่มน้ำ
- wood: ไม้
+ wood: ป่าไม้
+ "yes": คุณลักษณะธรรมชาติ
office:
- accountant: à¸\99ัà¸\81บัญชี
+ accountant: สำà¸\99ัà¸\81à¸\87าà¸\99บัญชี
administrative: การปกครอง
- architect: สถาปนิก
+ advertising_agency: ตัวแทนโฆษณา
+ architect: สำนักงานสถาปนิก
association: สมาคม
company: บริษัท
+ diplomatic: สำนักงานการทูต
educational_institution: สถาบันการศึกษา
- employment_agency: บริษัทจัดหางาน
- estate_agent: บริษัทอสังหาริมทรัพย์
- government: สำนักงานของรัฐบาล
+ employment_agency: ตัวแทนจัดหางาน
+ energy_supplier: สำนักงานผู้จำหน่ายพลังงาน
+ estate_agent: ตัวแทนอสังหาริมทรัพย์
+ financial: สำนักงานการเงิน
+ government: สำนักงานข้าราชการ
insurance: สำนักงานประกันภัย
- it: สำนักงานสารสนเทศ
+ it: สำà¸\99ัà¸\81à¸\87าà¸\99à¹\80à¸\97à¸\84à¹\82à¸\99à¹\82ลยีสารสà¸\99à¹\80à¸\97ศ
lawyer: ทนายความ
- ngo: สำนักงานองค์กรเอกชน
- telecommunication: ที่ทำการโทรคมนาคม
- travel_agent: ตัวแทนการเดินทาง
+ logistics: สำนักงานโลจิสติกส์
+ newspaper: บริษัทหนังสือพิมพ์
+ ngo: สำนักงานองค์การนอกภาครัฐ
+ notary: สำนักงานรับรองเอกสาร
+ religion: สำนักงานศาสนา
+ research: สำนักงานวิจัย
+ tax_advisor: สำนักงานปรึกษาภาษี
+ telecommunication: สำนักงานโทรคมนาคม
+ travel_agent: ตัวแทนท่องเที่ยว
"yes": สำนักงาน
place:
- allotments: ที่ดินแบ่งใช้
+ allotments: สวนจัดสรร
+ archipelago: กลุ่มเกาะ
city: เมือง
- city_block: à¸\95ึà¸\81สำà¸\99ัà¸\81à¸\87าà¸\99
+ city_block: à¸\9aลà¹\87à¸à¸\81à¹\80มืà¸à¸\87
country: ประเทศ
county: จังหวัด
farm: ไร่นา
- hamlet: à¸\8aุมà¸\8aนขนาดเล็ก
+ hamlet: หมูà¹\88à¸\9aà¹\89านขนาดเล็ก
house: บ้าน
- houses: บ้าน
+ houses: à¸\81ลุà¹\88มà¸\9aà¹\89าà¸\99
island: เกาะ
islet: เกาะขนาดเล็ก
- isolated_dwelling: à¸\97ีà¹\88à¸à¸¢à¸¹à¹\88à¸à¸²à¸¨à¸±à¸¢à¹\82à¸\94à¸\94
- locality: à¸\8aุมà¸\8aà¸\99
+ isolated_dwelling: หมูà¹\88à¸\9aà¹\89าà¸\99à¹\82à¸\94à¸\94à¹\80à¸\94ีà¹\88ยว
+ locality: ละà¹\81วà¸\81
municipality: เทศบาล
neighbourhood: ชุมชน
+ plot: แปลง
postcode: รหัสไปรษณีย์
quarter: ย่าน
region: ภูมิภาค
village: หมู่บ้าน
"yes": สถานที่
railway:
- abandoned: ทางรถไฟที่เลิกใช้แล้ว
+ abandoned: ทางรถไฟร้าง
+ buffer_stop: แป้นปะทะ
construction: ทางรถไฟกำลังสร้าง
disused: ทางรถไฟเลิกใช้แล้ว
- funicular: รà¸\96à¹\84à¸\9fà¸\82ึà¹\89à¸\99ลà¸\87à¹\80à¸\99ิà¸\99
+ funicular: à¸\97าà¸\87รà¸\96à¹\84à¸\9fà¹\84à¸\95à¹\88à¹\80à¸\82า
halt: ที่หยุดรถไฟ
junction: ชุมทางรถไฟ
level_crossing: ทางผ่านเสมอระดับ
light_rail: รถไฟเบา
miniature: รถไฟเล็ก
- monorail: รà¸\96ราวหรืà¸à¹\82มà¹\82à¸\99à¹\80รล
- narrow_gauge: รถไฟรางแคบ
+ monorail: รà¸\96à¹\84à¸\9fราà¸\87à¹\80à¸\94ีà¹\88ยว
+ narrow_gauge: à¸\97าà¸\87รà¸\96à¹\84à¸\9fราà¸\87à¹\81à¸\84à¸\9a
platform: ชานชาลารถไฟ
preserved: ทางรถไฟที่อนุรักษ์ไว้
proposed: ทางรถไฟที่เสนอให้สร้าง
- spur: ทางรถไฟสายย่อย
+ rail: ราง
+ spur: ทางรถไฟสายแยก
station: สถานีรถไฟ
stop: ที่หยุดรถไฟ
- subway: รà¸\96à¹\84à¸\9fà¹\83à¸\95à¹\89à¸\94ิà¸\99
- subway_entrance: à¸\97าà¸\87à¹\80à¸\82à¹\89ารà¸\96à¹\84à¸\9fà¹\83à¸\95à¹\89à¸\94ิà¸\99
+ subway: รà¸\96à¹\84à¸\9fà¸\9fà¹\89า
+ subway_entrance: à¸\97าà¸\87à¹\80à¸\82à¹\89ารà¸\96à¹\84à¸\9fà¸\9fà¹\89า
switch: ประแจรถไฟ
tram: ทางรถราง
tram_stop: ที่หยุดรถราง
+ turntable: วงเวียนกลับรถจักร
+ yard: ลานรถไฟ
shop:
+ agrarian: ร้านเกษตร
alcohol: ร้านขายสุรา
antiques: ร้านขายของเก่า
+ appliance: ร้านเครื่องใช้ไฟฟ้า
art: ร้านขายงานศิลปะ
- bakery: ร้านขายขนมอบ
+ baby_goods: ร้านสินค้าเด็ก
+ bag: ร้านกระเป๋า
+ bakery: เบเกอรี่
+ bathroom_furnishing: ร้านอุปกรณ์ห้องน้ำ
beauty: ร้านเสริมสวย
+ bed: ร้านเครื่องนอน
beverages: ร้านขายเครื่องดื่ม
bicycle: ร้านจักรยาน
bookmaker: ร้านทำหนังสือ
butcher: ร้านขายเนื้อ
car: ร้านรถยนต์
car_parts: ร้านอะไหล่รถยนต์
- car_repair: รà¹\89าà¸\99รัà¸\9aà¸\8bà¹\88à¸à¸¡à¸£à¸\96ยà¸\99à¸\95à¹\8c
+ car_repair: ร้านซ่อมรถยนต์
carpet: ร้านขายพรม
charity: ร้านการกุศล
+ cheese: ร้านชีส
chemist: ร้านขายยา
+ chocolate: ร้านช็อคโกแลต
clothes: ร้านขายเสื้อผ้า
+ coffee: ร้านกาแฟ
computer: ร้านคอมพิวเตอร์
confectionery: ร้านขายขนมหวาน
convenience: ร้านสะดวกซื้อ
copyshop: ร้านถ่ายเอกสาร
- cosmetics: ร้านขายเครื่องสำอาง
- deli: ร้านขายอาหารพิเศษ
+ cosmetics: ร้านเครื่องสำอาง
+ craft: ร้านขายอุปกรณ์งานศิลปะและงานฝีมือ
+ curtain: ร้านผ้าม่าน
+ dairy: ร้านขายผลิตภัณฑ์นม
+ deli: ร้านขายอาหารคัดสรร
department_store: ห้างสรรพสินค้า
- discount: รà¹\89าà¸\99สิà¸\99à¸\84à¹\89าลà¸\94ราà¸\84า
- doityourself: รà¹\89าà¸\99à¸à¸¸à¸\9bà¸\81รà¸\93à¹\8cà¸\8aà¹\88าà¸\87à¸\9bระà¸\88ำà¸\9aà¹\89าà¸\99
+ discount: รà¹\89าà¸\99à¸\82ายสิà¸\99à¸\84à¹\89าราà¸\84าà¸\96ูà¸\81
+ doityourself: รà¹\89าà¸\99à¸\82ายà¸\82à¸à¸\87à¸\97ำมืà¸
dry_cleaning: ร้านซักแห้ง
+ e-cigarette: ร้านบุหรี่ไฟฟ้า
electronics: ร้านเครื่องไฟฟ้า
- estate_agent: บริษัทอสังหาริมทรัพย์
- farm: ร้านในไร่นา
- fashion: ร้านแฟชั่น
+ erotic: ร้านขายของเล่นผู้ใหญ่
+ estate_agent: ตัวแทนอสังหาริมทรัพย์
+ fabric: ร้านขายผ้า
+ farm: ร้านเกษตร
+ fashion: ร้านเสื้อผ้าแฟชั่น
+ fishing: ร้านอุปกรณ์ตกปลา
florist: ร้านขายดอกไม้
food: ร้านขายอาหาร
- funeral_directors: บริการจัดการศพ
- furniture: เครื่องเรือน
- garden_centre: ศูนย์การจัดสวน
+ frame: ร้านทำกรอบรูป
+ funeral_directors: บริการจัดงานศพ
+ furniture: ร้านเฟอร์นิเจอร์
+ garden_centre: ตลาดต้นไม้
+ gas: ร้านแก๊ส
general: ร้านค้าทั่วไป
gift: ร้านของฝาก
greengrocer: ร้านขายผักผลไม้
- grocery: ร้านชำ
+ grocery: รà¹\89าà¸\99à¸\82ายà¸\82à¸à¸\87à¸\8aำ
hairdresser: ร้านทำผม
- hardware: ร้านวัสดุก่อสร้าง
- hifi: เครื่องเสียง
- houseware: ร้านขายเครื่องใช้ในบ้าน
- interior_decoration: ร้านขายเครื่องตกแต่งภายใน
+ hardware: ร้านวัสดุภัณฑ์
+ health_food: ร้านอาหารเพื่อสุขภาพ
+ hearing_aids: เครื่องช่วยฟัง
+ herbalist: นักสมุนไพร
+ hifi: ร้านเครื่องเสียง
+ houseware: ร้านขายของใช้ในบ้าน
+ ice_cream: ร้านไอศครีม
+ interior_decoration: ร้านตกแต่งภายใน
jewelry: ร้านเครื่องประดับ
kiosk: ร้านแผงลอย
kitchen: ร้านเครื่องครัว
laundry: ร้านซักรีด
+ locksmith: ช่างทำกุญแจ
lottery: ร้านขายสลาก
mall: ศูนย์การค้า
massage: ร้านนวด
+ medical_supply: ร้านเวชภัณฑ์
mobile_phone: ร้านโทรศัพท์มือถือ
- motorcycle: ร้านรถจักรยานยนต์
- music: ร้านดนตรี
+ money_lender: ผู้ให้กู้ยืมเงิน
+ motorcycle: ร้านขายจักรยานยนต์
+ motorcycle_repair: ร้านซ่อมจักรยานยนต์
+ music: ร้านขายเพลง
+ musical_instrument: ร้านเครื่องดนตรี
newsagent: ร้านขายหนังสือพิมพ์
+ nutrition_supplements: ร้านอาหารเสริม
optician: ร้านแว่นตา
- organic: รà¹\89าà¸\99à¸\82ายà¸à¸²à¸«à¸²à¸£à¸à¸´à¸\99à¸\97รียà¹\8c
- outdoor: รà¹\89าà¸\99à¸\82ายà¸à¸¸à¸\9bà¸\81รà¸\93à¹\8cà¸\9cà¸\88à¸\8dภัย
+ organic: รà¹\89าà¸\99à¸\82ายà¸à¸²à¸«à¸²à¸£à¸à¸à¸£à¹\8cà¹\81à¸\81à¸\99ิà¸\84
+ outdoor: รà¹\89าà¸\99à¸\84à¹\89าà¸à¸¸à¸\9bà¸\81รà¸\93à¹\8cà¸\81ลาà¸\87à¹\81à¸\88à¹\89à¸\87
paint: ร้านขายสี
+ pastry: ร้านขนมอบ
pawnbroker: โรงรับจำนำ
+ perfumery: ร้านน้ำหอม
pet: ร้านขายสัตว์เลี้ยงและอุปกรณ์
+ pet_grooming: การดูแลสัตว์เลี้ยง
photo: ร้านถ่ายภาพ
seafood: ร้านขายอาหารทะเล
second_hand: ร้านขายของมือสอง
+ sewing: ร้านเย็บผ้า
shoes: ร้านขายรองเท้า
- sports: ร้านขายอุปกรณ์กีฬา
- stationery: ร้านขายเครื่องเขียน
- supermarket: ซุปเปอร์มาร์เก็ต
- tailor: ช่างตัดเสื้อผ้า
- ticket: ร้านขายตั๋ว
- tobacco: ร้านขายยาสูบ
- toys: ร้านขายของเล่น
- travel_agency: ตัวแทนบริษัทนำเที่ยว
+ sports: ร้านอุปกรณ์กีฬา
+ stationery: ร้านเครื่องเขียน
+ storage_rental: ห้องเช่าสำหรับเก็บของ
+ supermarket: ซูเปอร์มาร์เก็ต
+ tailor: ช่างตัดเสื้อ
+ tattoo: ร้านสักลาย
+ tea: ร้านชา
+ ticket: จำหน่ายตั๋ว
+ tobacco: ร้านยาสูบ
+ toys: ร้านของเล่น
+ travel_agency: ตัวแทนท่องเที่ยว
tyres: ร้านขายยางรถ
- vacant: รà¹\89าà¸\99à¸\97ิà¹\89à¸\87รà¹\89าง
+ vacant: รà¹\89าà¸\99วà¹\88าง
variety_store: ร้านขายของจุกจิก
- video: ร้านขายภาพยนตร์
- wine: ร้านขายสุรา
+ video: ร้านภาพยนตร์
+ video_games: ร้านวิดีโอเกมส์
+ wholesale: ร้านขายส่ง
+ wine: ร้านไวน์
"yes": ร้านค้า
tourism:
alpine_hut: กระท่อมป่าสน
- apartment: หà¹\89à¸à¸\87à¸à¸¢à¸¹à¹\88à¸à¸²à¸¨à¸±à¸¢à¸§à¸±à¸\99หยุà¸\94
+ apartment: à¸\9aà¹\89าà¸\99à¸\9eัà¸\81à¸\95าà¸\81à¸à¸²à¸\81าศ
artwork: งานศิลปะ
attraction: แหล่งท่องเที่ยว
bed_and_breakfast: เรือนพักพร้อมอาหาร
- cabin: กระท่อม
+ cabin: กระท่อมนักท่องเที่ยว
+ camp_pitch: ลานกางเต็นท์
camp_site: ลานตั้งค่าย
caravan_site: ลานจอดรถบ้าน
- chalet: à¸\81ระà¸\97à¹\88à¸à¸¡à¸\9eัà¸\81à¸\9cà¹\88à¸à¸\99/à¸\8aาà¹\80ลà¸\95à¹\8c
+ chalet: à¸\81ระà¸\97à¹\88à¸à¸¡à¸ ูà¹\80à¸\82า
gallery: หอศิลป์
- guest_house: à¹\80รืà¸à¸\99à¸\9eัà¸\81
- hostel: à¹\82รà¸\87à¹\81รมà¸\99à¸à¸\99รวม
+ guest_house: à¹\80à¸\81สà¸\95à¹\8cà¹\80ฮาสà¹\8c
+ hostel: à¹\82ฮสà¹\80à¸\97ล
hotel: โรงแรม
information: ประชาสัมพันธ์
- motel: à¹\82รà¸\87à¹\81รมสำหรัà¸\9aà¸\9cูà¹\89à¹\80à¸\94ิà¸\99à¸\97าà¸\87
+ motel: à¹\82มà¹\80à¸\95à¹\87ล
museum: พิพิธภัณฑ์
- picnic_site: สà¸\96านที่ปิกนิก
+ picnic_site: à¸\9eืà¹\89นที่ปิกนิก
theme_park: สวนสนุก
viewpoint: จุดชมวิว
+ wilderness_hut: กระท่อมกลางป่า
zoo: สวนสัตว์
tunnel:
- building_passage: à¸\97าà¸\87ลà¸à¸\94à¸\95ึà¸\81
+ building_passage: à¸\97าà¸\87ลà¸à¸\94à¹\83à¸\95à¹\89à¸à¸²à¸\84าร
culvert: ท่อระบายน้ำ
"yes": อุโมงค์
waterway:
derelict_canal: คลองเลิกใช้แล้ว
ditch: คู
dock: แอ่งจอดเรือ
- drain: à¸\97าà¸\87ระà¸\9aายà¸\99à¹\89à¹\88ำ
- lock: à¹\81à¸à¹\88à¸\87ยà¸\81à¹\80รืà¸
+ drain: ทางระบายน้ำ
+ lock: ลà¹\87à¸à¸\84
lock_gate: ประตูแอ่งยกเรือ
mooring: หลักผูกเรือ
rapids: แก่ง
"yes": ทางน้ำ
admin_levels:
level2: แนวเขตประเทศ
+ level3: แนวเขตภูมิภาค
level4: แนวเขตรัฐ
level5: แนวเขตภูมิภาค
level6: แนวเขตจังหวัด
+ level7: แนวเขตเทศบาล
level8: แนวเขตเมือง/อำเภอ
level9: แนวเขตหมู่บ้าน
level10: แนวเขตชานเมือง
+ level11: แนวเขตชุมชน
types:
cities: เมือง
towns: เมือง
status: สถานะ
reports: รายการปัญหาที่รับแจ้งจากผู้ใช้
last_updated: ปรับปรุงล่าสุดเมื่อ
+ last_updated_time_ago_user_html: '%{time_ago}โดย%{user}'
link_to_reports: ดูรายงาน
reports_count:
- one: 1 รายงาน
- other: '%{count} รายงาน'
+ other: '%{count} การรายงาน'
reported_item: รายการที่รายงาน
states:
ignored: ละเว้น
show:
title: 'ปัญหา %{status} #%{issue_id}'
reports:
- zero: ไม่มีรายงาน
- one: 1 รายงาน
- other: '%{count} รายงาน'
+ other: '%{count} การรายงาน'
+ no_reports: ไม่มีรายงาน
report_created_at_html: รายงานครั้งแรกเมื่อ %{datetime}
last_resolved_at_html: ปิดเรื่องล่าสุดเมื่อ %{datetime}
last_updated_at_html: ปรับปรุงล่าสุดเมื่อ %{datetime} โดย %{displayname}
issue_comments:
create:
comment_created: สร้างความคิดเห็นของคุณสำเร็จแล้ว
+ issue_reassigned: ความคิดเห็นของคุณถูกสร้างขึ้นและปัญหาได้รับการมอบหมายใหม่
reports:
new:
title_html: แจ้งปัญหาเกี่ยวกับ %{link}
intro_header: ยินดีต้อนรับสู่ OpenStreetMap!
intro_text: OpenStreetMap เป็นแผนที่โลกที่สร้างโดยผู้คนเช่นท่าน และใช้งานได้ไม่เสียค่าใช้จ่ายภายใต้สัญญาอนุญาตแบบเปิด
intro_2_create_account: สร้างบัญชีผู้ใช้ใหม่
+ hosting_partners_2024_html: โฮสติ้งได้รับการสนับสนุนโดย %{fastly}, %{corpmembers}
+ และ %{partners}
+ partners_fastly: Fastly
+ partners_corpmembers: สมาชิกองค์กร OSMF
partners_partners: องค์กรพันธมิตร
tou: ข้อกำหนดการใช้งาน
osm_offline: ฐานข้อมูลของ OpenStreetMap กำลังออฟไลน์เพื่อให้สามารถดำเนินการบำรุงรักษาตามปกติได้
help: วิธีใช้
about: เกี่ยวกับ
copyright: ลิขสิทธิ์
+ communities: ชุมชน
community: ชุมชน
community_blogs: บทความชุมชน
community_blogs_title: บทความเพื่อชุมชนจากสมาชิก OpenStreetMap
more: เพิ่มเติม
user_mailer:
diary_comment_notification:
+ description: 'รายการบันทึก OpenStreetMap #%{id}'
subject: '[OpenStreetMap] ผู้ใช้ %{user} แสดงความคิดเห็นต่อรายการบันทึก'
hi: เรียนคุณ %{to_user},
header: 'ผู้ใช้ %{from_user} ได้แสดงความคิดเห็นต่อบันทึก OpenStreetMap หัวเรื่อง
%{subject}:'
- footer: ท่านสามารถอ่านความคิดเห็นได้ที่ลิงก์ %{readurl} และแสดงความคิดเห็นตอบได้ที่
+ header_html: 'ผู้ใช้ %{from_user} ได้แสดงความคิดเห็นต่อบันทึก OpenStreetMap
+ หัวเรื่อง %{subject}:'
+ footer: คุณสามารถอ่านความคิดเห็นได้ที่ลิงก์ %{readurl} และแสดงความคิดเห็นตอบได้ที่
%{commenturl} หรือตอบกลับได้ที่ %{replyurl}
+ footer_html: คุณสามารถอ่านความคิดเห็นได้ที่ลิงก์ %{readurl} และแสดงความคิดเห็นตอบได้ที่
+ %{commenturl} หรือตอบกลับหาผู้แสดงความคิดเห็นได้ที่ %{replyurl}
+ footer_unsubscribe: คุณสามารถยกเลิกการสมัครรับการอภิปรายได้ที่ %{unsubscribeurl}
+ footer_unsubscribe_html: คุณสามารถยกเลิกการสมัครรับการอภิปรายได้ที่ %{unsubscribeurl}
message_notification:
subject: '[OpenStreetMap] %{message_title}'
hi: เรียนคุณ %{to_user},
%{subject}:'
header_html: 'ผู้ใช้ %{from_user} ส่งข้อความหาท่านผ่านทาง OpenStreetMap โดยมีหัวเรื่อง
%{subject}:'
- footer_html: ท่านสามารถอ่านข้อความที่ลิงก์ %{readurl} และถ้าต้องการสามารถตอบกลับที่ลิงก์
+ footer: คุณยังสามารถอ่านข้อความที่ลิงก์ %{readurl} และสามารถตอบกลับที่ลิงก์
+ %{replyurl} หากต้องการ
+ footer_html: คุณสามารถอ่านข้อความที่ลิงก์ %{readurl} และถ้าต้องการสามารถตอบกลับที่ลิงก์
%{replyurl}
friendship_notification:
hi: เรียนคุณ %{to_user},
- subject: '[OpenStreetMap] %{user} เพิ่มท่านในรายการเพื่อน'
- had_added_you: ผู้ใช้ %{user} เพิ่มท่านในรายการเพื่อนบน OpenStreetMap
- see_their_profile: ท่านสามารถดูหน้าประวัติส่วนตัวของเขาได้ที่ %{userurl}.
- befriend_them: นอกจากนี้ท่านสามารถเพิ่มเขาในรายการเพื่อนได้ที่ %{befriendurl}.
+ subject: '[OpenStreetMap] %{user} เพิ่มคุณในรายการเพื่อน'
+ had_added_you: ผู้ใช้ %{user} เพิ่มคุณในรายการเพื่อนบน OpenStreetMap
+ see_their_profile: สามารถดูหน้าโปรไฟล์ของผู้ใช้นี้ได้ที่ %{userurl}
+ see_their_profile_html: สามารถดูหน้าโปรไฟล์ของผู้ใช้นี้ได้ที่ %{userurl}
+ befriend_them: นอกจากนี้ คุณสามารถเพิ่มผู้ใช้นี้ในรายการเพื่อนได้ที่ %{befriendurl}.
+ befriend_them_html: คุณยังสามารถเพิ่มผู้ใช้นี้ไปในรายการเพื่อนได้ที่ %{befriendurl}
+ gpx_description:
+ description_with_tags_html: 'ดูเหมือนว่าไฟล์ GPX %{trace_name}ของคุณมีคำอธิบาย
+ %{trace_description} และมีแท็กต่อไปนี้: %{tags}'
+ description_with_no_tags_html: ดูเหมือนว่าไฟล์ GPX %{trace_name}ของคุณมีคำอธิบาย
+ %{trace_description} แต่ไม่มีแท็กแท็ก
gpx_failure:
- hi: สวัสà¸\94ี %{to_user}
+ hi: à¹\80รียà¸\99à¸\84ุà¸\93 %{to_user},
failed_to_import: 'การนำเข้าล้มเหลว เนื่องจาก:'
subject: '[OpenStreetMap] การนำเข้า GPX ล้มเหลว'
gpx_success:
next: ถัดไป
used_by_html: '%{name} ให้ข้อมูลแผนที่แก่เว็บไซต์ แอปพลิเคชั่นมือถือ และอุปกรณ์นับพัน'
lede_text: OpenStreetMap เป็นโครงการซึ่งสร้างสรรค์ขึ้นจากชุมชนของผู้ใช้และผู้สนใจ
- à¸\97ีà¹\88à¹\84à¸\94à¹\89à¸\97ำà¸\81ารสำรวà¸\88 à¸\9bรัà¸\9aà¸\9bรุà¸\87 à¹\81à¸\9aà¹\88à¸\87à¸\9bัà¸\99à¸\82à¹\89à¸à¸¡à¸¹à¸¥à¹\81à¸\9cà¸\99à¸\97ีà¹\88à¸\96à¸\99à¸\99 à¸\97าà¸\87หลวà¸\87 à¸\97าà¸\87à¹\80à¸\94ิà¸\99à¸\9bà¹\88า, รวมà¸\96ึà¸\87สà¸\96าà¸\99à¸\97ีà¹\88à¸\97ีà¹\88à¸\99à¹\88าสà¸\99à¹\83à¸\88à¸à¸¢à¹\88าà¸\87
- รà¹\89าà¸\99à¸\81าà¹\81à¸\9f สà¸\96าà¸\99ีรà¸\96à¹\84à¸\9f à¹\81ละà¸à¸·à¹\88à¸\99à¹\86 à¸à¸µà¸\81มาà¸\81มาย จากทั่วทุกมุมโลก
+ à¸\97ีà¹\88à¹\84à¸\94à¹\89à¸\97ำà¸\81ารสำรวà¸\88 à¸\9bรัà¸\9aà¸\9bรุà¸\87 à¹\81à¸\9aà¹\88à¸\87à¸\9bัà¸\99à¸\82à¹\89à¸à¸¡à¸¹à¸¥à¹\81à¸\9cà¸\99à¸\97ีà¹\88à¸\96à¸\99à¸\99 à¸\97าà¸\87หลวà¸\87 à¸\97าà¸\87à¹\80à¸\94ิà¸\99à¸\9bà¹\88า, รà¹\89าà¸\99à¸\81าà¹\81à¸\9f,
+ สà¸\96าà¸\99ีรà¸\96à¹\84à¸\9f, à¹\81ละà¸à¸·à¹\88à¸\99à¹\86 à¸à¸µà¸\81มาà¸\81มายจากทั่วทุกมุมโลก
local_knowledge_title: ความรู้จากท้องถิ่น
local_knowledge_html: OpenStreetMap มุ่งเน้นส่งเสริมการใช้และเผยแพร่ความรู้จากคนท้องถิ่น
โดยนักทำแผนที่ในท้องถิ่นสามารถใช้ทั้งภาพถ่ายดาวเทียม อุปกรณ์ระบุตำแหน่งจีพีเอส
construction: ถนนกำลังก่อสร้าง
bicycle_shop: ร้านขายและเช่าจักรยาน
bicycle_parking: ที่จอดจักรยาน
- toilets: ห้องน้ำสาธารณะ
+ toilets: ห้องน้ำ
welcome:
title: ยินดีต้อนรับ!
introduction: 'ยินดิต้อนรับสู่ OpenStreetMap, แผนที่โลกแบบเสรีที่ทุกคนสามารถแก้ไขได้
setup_user_auth:
blocked: คุณถูกระงับการเข้าถึง API, กรุณาเข้าระบบทางหน้าเว็บหลักหากต้องการทราบสาเหตุที่ถูกระงับในครั้งนี้
auth_providers:
- openid_logo_alt: เข้าใช้งานด้วย OpenID
openid:
title: เข้าใช้งานด้วย OpenID
alt: เข้าใช้งานด้วยลิงก์ OpenID
wikipedia:
title: เข้าใช้งานด้วยวิกิพีเดีย
alt: เข้าสู่ระบบด้วยบัญชีวิกิพีเดีย
- wordpress:
- title: เข้าใช้งานด้วย Wordpress
- alt: เข้าสู่ระบบด้วย Wordpress OpenID
- aol:
- title: เข้าใช้งานด้วย AOL
- alt: เข้าใช้งานด้วย AOL OpenID
oauth:
authorize:
title: อนุญาตการเข้าถึงบัญชีของคุณ
edit_tooltip: แก้ไขแผนที่
edit_disabled_tooltip: ขยายเพื่อแก้ไขแผนที่
createnote_tooltip: ใส่หมายเหตุลงในแผนที่
- queryfeature_tooltip: à¹\81สà¸\94à¸\87สà¹\88วà¸\99à¸\9bระà¸\81à¸à¸\9a
- queryfeature_disabled_tooltip: à¸\95à¹\89à¸à¸\87à¸\8bูมà¹\80à¸\82à¹\89ามาà¸\81à¸\81วà¹\88าà¸\99ีà¹\89 à¸\88ึà¸\87à¸\88ะà¸\95รวà¸\88สà¸à¸\9aสà¹\88วà¸\99à¸\9bระà¸\81à¸à¸\9aà¹\84à¸\94à¹\89
+ queryfeature_tooltip: à¹\80รียà¸\81à¸\94ูà¸\84ุà¸\93ลัà¸\81ษà¸\93ะ
+ queryfeature_disabled_tooltip: à¸\8bูมà¹\80à¸\82à¹\89าà¹\80à¸\9eืà¹\88à¸à¹\80รียà¸\81à¸\94ูà¸\84ุà¸\93ลัà¸\81ษà¸\93ะ
directions:
ascend: ลาดขึ้น
engines:
node: หมุด
way: เส้นทาง
relation: ความสัมพันธ์
- nothing_found: à¹\84มà¹\88à¸\9eà¸\9aสà¹\88วà¸\99à¸\9bระà¸\81à¸à¸\9a
+ nothing_found: à¹\84มà¹\88à¸\9eà¸\9aà¸\84ุà¸\93ลัà¸\81ษà¸\93ะ
error: 'มีความผิดพลาดขณะติดต่อ %{server}: %{error}'
timeout: หมดเวลาขณะพยายามติดต่อ %{server}
context:
directions_to: เส้นทางมาที่นี่
add_note: เพิ่มหมายเหตุตรงนี้
show_address: แสดงที่อยู่
- query_features: à¹\81สà¸\94à¸\87สà¹\88วà¸\99à¸\9bระà¸\81à¸à¸\9a
+ query_features: à¹\80รียà¸\81à¸\94ูà¸\84ุà¸\93ลัà¸\81ษà¸\93ะ
centre_map: วางแผนที่ตรงกลางที่นี่
redactions:
edit:
account_settings: Mga Katakdaan ng Akawnt
oauth2_authorizations: Mga pahintulot para sa OAuth 2
auth_providers:
- openid_logo_alt: Lumagda sa pamamagitan ng isang OpenID
openid:
title: Lumagda gamit ang OpenID
alt: Lumagda gamit ang isang OpenID URL
wikipedia:
title: Lumagda gamit ang Wikipedia
alt: Lumagda gamit ang isang akawnt sa Wikipedia
- wordpress:
- title: Lumagda gamit ang Wordpress
- alt: Lumagda gamit ang isang Wordpress OpenID
- aol:
- title: Lumagda gamit ang AOL
- alt: Lumagda gamit ang isang AOL OpenID
oauth:
authorize:
request_access_html: Ang aplikasyong %{app_name} ay humihiling na mapuntahan
title: '%{user} Kullanıcısının Günlüğü | %{title}'
user_title: '%{user} Kullanıcısının Günlüğü'
discussion: Tartışma
+ subscribe: Abone ol
+ unsubscribe: Abonelikten çık
leave_a_comment: Yorum yap
login_to_leave_a_comment_html: Yorum yazmak için %{login_link}
login: Oturum Aç
college: Üniversite Binası
commercial: Ticari Binası
construction: Yapım Aşamasındaki Bina
+ cowshed: Ahır
detached: Müstakil Ev
dormitory: Yurt
duplex: İki Katlı Ev
shed: Kulübe
stable: Ahır
static_caravan: Karavan
+ sty: Domuz ağılı
temple: Tapınak Binası
terrace: Sıra Ev
train_station: Tren İstasyon Binası
oauth2_authorizations: OAuth 2 yetkilendirmeleri
muted_users: Sessize Alınan Kullanıcılar
auth_providers:
- openid_logo_alt: OpenID ile giriş
openid_login_button: Devam et
openid:
title: OpenID ile giriş
wikipedia:
title: Vikipedi ile giriş
alt: Vikipedi Hesabı ile giriş
- wordpress:
- title: Wordpress ile oturum aç
- alt: Wordpress OpenID ile giriş
- aol:
- title: AOL ile giriş
- alt: AOL OpenID ile giriş
oauth:
authorize:
title: Hesabınıza erişimi yetkilendirin
yapın ve hesabınızın ayarlarını değiştirin.
display name description: Herkes tarafından görünecek bir kullanıcı adı. Bu
adı istediğiniz zaman ayarlar bölümünde değiştirebilirsiniz.
- by_signing_up_html: Kaydolarak %{tou_link}, %{privacy_policy_link} ve %{contributor_terms_link}
- şartlarımızı kabul etmiş sayılırsınız.
+ by_signing_up:
+ html: Kaydolarak %{tou_link}, %{privacy_policy_link} ve %{contributor_terms_link}
+ şartlarımızı kabul etmiş sayılırsınız.
+ privacy_policy: gizlilik politikası
+ privacy_policy_title: E-posta adresleriyle ilgili bölümü içeren OSMF gizlilik
+ politikası
+ contributor_terms: katılımcı şartları
tou: kullanım şartları
- contributor_terms: katılımcı şartları
external auth: 'Üçüncü Taraf Kimlik Doğrulaması:'
continue: Kaydol
terms accepted: Yeni katılımcı şartları kabul ettiğin için teşekkür ederiz!
- email_help_html: Adresiniz herkese açık olarak görüntülenmiyor, daha fazla bilgi
- için %{privacy_policy_link} sayfasına bakın.
- privacy_policy: gizlilik politikası
- privacy_policy_title: E-posta adresleriyle ilgili bölümü içeren OSMF gizlilik
- politikası
+ email_help:
+ html: Adresiniz herkese açık olarak görüntülenmiyor, daha fazla bilgi için
+ %{privacy_policy_link} sayfasına bakın.
consider_pd_html: Katkılarımın %{consider_pd_link} içinde olduğunu düşünüyorum.
consider_pd: kamu malı
or: veya
remove as friend: Arkadaşlıktan Çıkar
add as friend: Arkadaş Olarak Ekle
mapper since: 'Haritacılığa başlama tarihi:'
+ last map edit: 'Son harita düzenlemesi:'
+ no activity yet: Henüz herhangi bir etkinlik yok
uid: 'Kullanıcı kimliği:'
ct status: 'Katılımcının şartları:'
ct undecided: Kararsız
# Author: Green Zero
# Author: Gzhegozh
# Author: Ice bulldog
+# Author: Ignatgg
# Author: KEL
# Author: Kareyac
# Author: Lxlalexlxl
title: Щоденник %{user} | %{title}
user_title: Щоденник %{user}
discussion: Обговорення
+ subscribe: Підписатися
+ unsubscribe: Відписатися
leave_a_comment: Лишити коментар
login_to_leave_a_comment_html: '%{login_link}, аби залишити коментар'
login: Увійти
college: Будівля коледжу
commercial: Комерційна нерухомість
construction: Будівля що будується
+ cowshed: Корівник
detached: Будинок на одну родину
dormitory: Гуртожиток
duplex: Будинок поділений на два домогосподарства
shed: Сарай
stable: Стайня
static_caravan: Будинок на колесах
+ sty: Залишитись
temple: Будівля храму
terrace: Таунхаус
train_station: Будівля залізничної станції
oauth2_authorizations: авторизації OAuth 2
muted_users: Стишені учасники
auth_providers:
- openid_logo_alt: Увійти з OpenID
openid_login_button: Продовжити
openid:
title: Увійти за OpenID
wikipedia:
title: Увійти через Вікіпедію
alt: Вхід через обліковий запис у Вікіпедії
- wordpress:
- title: Увійти через Wordpress
- alt: Увійти через Wordpress OpenID
- aol:
- title: Увійти через AOL
- alt: Увійти через AOL OpenID
oauth:
authorize:
title: Авторизувати доступ до облікового запису
облікового запису.
display name description: Ваше ім’я учасника, доступне всім. Ви можете змінити
його потім у ваших налаштуваннях.
- by_signing_up_html: Реєструючись, ви приймаєте наші %{tou_link}, %{privacy_policy_link}
- і %{contributor_terms_link}.
+ by_signing_up:
+ html: Реєструючись, ви приймаєте наші %{tou_link}, %{privacy_policy_link}
+ і %{contributor_terms_link}.
+ privacy_policy: Політикою конфіденційності
+ privacy_policy_title: Політика конфіденційності OSMF, включаючи розділ про
+ адреси електронної пошти
+ contributor_terms: умови співпраці
tou: умови використання
- contributor_terms: умови співпраці
external auth: 'Автентифікація через:'
continue: Зареєструватись
terms accepted: Дякуємо за прийняття нових умов співпраці!
- email_help_html: Ваша адреса ніколи не показуватиметься публічно. Ознайомтесь
- з нашою %{privacy_policy_link} для отримання докладної інформації.
- privacy_policy: Політикою конфіденційності
- privacy_policy_title: Політика конфіденційності OSMF, включаючи розділ про адреси
- електронної пошти
+ email_help:
+ html: Ваша адреса ніколи не показуватиметься публічно. Ознайомтесь з нашою
+ %{privacy_policy_link} для отримання докладної інформації.
consider_pd_html: Я вважаю, що мій внесок належать до %{consider_pd_link}.
consider_pd: суспільного надбання
or: або
remove as friend: Вилучити зі списку друзів
add as friend: Додати до списку друзів
mapper since: 'Обліковий запис створено:'
+ last map edit: 'Останнє редагування карти:'
+ no activity yet: Активності ще немає
uid: 'id учасника:'
ct status: 'Умови співпраці:'
ct undecided: Не визначились
# Author: Phjtieudoc
# Author: Ruila
# Author: Trần Nguyễn Minh Huy
+# Author: Trọng Đặng
# Author: Vinhtantran
# Author: 予弦
# Author: 神樂坂秀吉
messages:
invalid_email_address: hình như không phải là địa chỉ thư điện tử hợp lệ
email_address_not_routable: không thể gửi đến
+ display_name_is_user_n: không thể là user_n trừ khi n là số người dùng của
+ bạn
models:
user_mute:
is_already_muted: đã bị tắt tiếng
title: Nhật ký của %{user} | %{title}
user_title: Nhật ký của %{user}
discussion: Thảo luận
+ subscribe: Theo dõi
+ unsubscribe: Ngừng theo dõi
leave_a_comment: Để lại nhận xét
login_to_leave_a_comment_html: '%{login_link} để nhận xét'
login: Đăng nhập
contact_the_community_html: Xin vui lòng %{contact_link} cộng đồng OpenStreetMap
nếu bạn gặp liên kết hỏng hoặc lỗi phần mềm. Hãy ghi nhớ địa chỉ URL chính
xác của yêu cầu máy chủ.
+ bad_request:
+ title: Yêu cầu hỏng
+ description: Bạn đã yêu cầu tác vụ không hợp lệ trên máy chủ OpenStreetMap (HTTP
+ 400)
forbidden:
title: Cấm
description: Tác vụ đuợc yêu cầu trên máy chủ OpenStreetMap chỉ khả dụng đối
chú gần %{place}.'
commented_note_html: '%{commenter} đã mở lại một ghi chú mà bạn đã bình luận,
ghi chú gần %{place}.'
- details: Xem chi tiết về ghi chú tại %{url}.
- details_html: Xem chi tiết về ghi chú tại %{url}.
+ details: Trả lời hoặc tìm hiểu thêm về ghi chú tại %{url}.
+ details_html: Trả lời hoặc tìm hiểu thêm về ghi chú tại %{url}.
changeset_comment_notification:
description: 'Bộ thay đổi OpenStreetMap #%{id}'
hi: Chào %{to_user},
partial_changeset_with_comment: với lời bình luận “%{changeset_comment}”
partial_changeset_with_comment_html: với lời bình luận “%{changeset_comment}”
partial_changeset_without_comment: không có lời bình luận
- details: Xem chi tiết về bộ thay đổi tại %{url}.
- details_html: Xem chi tiết về bộ thay đổi tại %{url}.
+ details: Trả lời hoặc tìm hiểu thêm về bộ thay đổi tại %{url}.
+ details_html: Trả lời hoặc tìm hiểu thêm về bộ thay đổi tại %{url}.
unsubscribe: Bạn có thể ngừng nhận các thông báo về bộ thay đổi này tại %{url}.
unsubscribe_html: Bạn có thể ngừng nhận các thông báo về bộ thay đổi này tại
%{url}.
new:
title: Đăng nhập
tab_title: Đăng nhập
+ login_to_authorize_html: Đăng nhập vào OpenStreetMap để truy cập %{client_app_name}.
email or username: Địa chỉ Thư điện tử hoặc Tên người dùng
password: Mật khẩu
remember: Nhớ tôi
lost password link: Quên mất Mật khẩu?
login_button: Đăng nhập
register now: Mở tài khoản ngay
- with external: 'Hoặc đăng nhập qua dịch vụ bên thứ ba:'
+ with external: hoặc đăng nhập qua dịch vụ bên thứ ba
+ or: hoặc
auth failure: Rất tiếc, không thể đăng nhập với những chi tiết đó.
destroy:
title: Đăng xuất
contributors_fi_finland: Phần Lan
contributors_fi_nlsfi_license: Giấy phép NLSFI
contributors_fr_france: Pháp
+ contributors_hr_croatia: Croatia
+ contributors_hr_dgu: Cơ quan Quản lý Trắc địa Nhà nước Croatia
+ contributors_hr_open_data_portal: Cổng Dữ liệu Mở Quốc gia
contributors_nl_credit_html: '%{netherlands}: Chứa dữ liệu © AND, 2007
(%{and_link})'
contributors_nl_netherlands: Hà Lan
contributors_nz_linz_data_service: Dịch vụ Dữ liệu LINZ
contributors_nz_cc_by: CC BY 4.0
contributors_rs_serbia: Serbia
+ contributors_rs_rgz: Cơ quan Trắc địa Serbia
contributors_rs_open_data_portal: Cổng Dữ liệu Mở Quốc gia
contributors_si_slovenia: Slovenia
contributors_es_spain: Tây Ban Nha
tag: Thẻ
rules:
title: Quy định!
+ para_1_html: OpenStreetMap có ít quy tắc chính thức nhưng yêu cầu mọi người
+ muốn tham gia phải cộng tác và liên lạc với cộng đồng. Nếu bạn đang tính
+ thực hiện tác vụ nào không phải sửa đổi thủ công, xin vui lòng đọc và tuân
+ theo các hướng dẫn tại %{imports_link} và %{automated_edits_link}.
imports: Nhập Dữ liệu
automated_edits: Sửa đổi Tự động
start_mapping: Bắt đầu Đóng góp
other: Tập tin GPX của %{user} có %{count} địa điểm
description_without_count: Tập tin GPX của %{user}
application:
+ basic_auth_disabled: 'Xác thực Cơ bản HTTP đã bị tắt: %{link}'
+ oauth_10a_disabled: 'OAuth 1.0 và 1.0a đã bị tắt: %{link}'
permission_denied: Bạn không có quyền thực hiện tác vụ này
require_cookies:
cookies_needed: Hình như đã tắt cookie. Xin hãy bật lên chức năng cookie trong
oauth2_authorizations: Ủy quyền OAuth 2
muted_users: Người dùng bị Tắt tiếng
auth_providers:
- openid_logo_alt: Đăng nhập dùng OpenID
+ openid_login_button: Tiếp tục
openid:
title: Đăng nhập qua OpenID
- alt: Đăng nhập dùng URL OpenID
+ alt: Biểu trưng OpenID
google:
title: Đăng nhập qua Google
- alt: Đăng nhập dùng OpenID của Google
+ alt: Biểu trưng Google
facebook:
title: Đăng nhập qua Facebook
- alt: Đăng nhập dùng tài khoản Facebook
+ alt: Biểu trưng Facebook
microsoft:
title: Đăng nhập qua Microsoft
- alt: Đăng nhập dùng Tài khoản Microsoft
+ alt: Biểu trưng Microsoft
github:
title: Đăng nhập qua GitHub
- alt: Đăng nhập dùng tài khoản GitHub
+ alt: Biểu trưng GitHub
wikipedia:
title: Đăng nhập qua Wikipedia
- alt: Đăng nhập qua Tài khoản Wikipedia
- wordpress:
- title: Đăng nhập qua WordPress
- alt: Đăng nhập dùng OpenID của WordPress
- aol:
- title: Đăng nhập qua AOL
- alt: Đăng nhập dùng OpenID của AOL
+ alt: Biểu trưng Wikipedia
oauth:
authorize:
title: Cho phép truy cập tài khoản của bạn
write_redactions: Ẩn dữ liệu bản đồ
read_email: Đọc địa chỉ thư điện tử của người dùng
skip_authorization: Tự động chấp nhận đơn xin
+ for_roles:
+ moderator: Chỉ có điều hành viên có quyền thực hiện tác vụ này
oauth_clients:
new:
title: Đăng ký chương trình mới
users:
new:
title: Mở tài khoản
+ tab_title: Mở tài khoản
+ signup_to_authorize_html: Mở tài khoản OpenStreetMap để truy cập %{client_app_name}.
no_auto_account_create: Rất tiếc, chúng ta hiện không có khả năng tạo ra tài
khoản tự động cho bạn.
please_contact_support_html: Vui lòng liên hệ với %{support_link} để yêu cầu
tạo tài khoản – chúng tôi sẽ cố gắng giải quyết yêu cầu nhanh nhất có thể.
support: hỗ trợ
about:
- header: Tự do sử dụng và sửa đổi
+ header: Tự do sử dụng và sửa đổi.
paragraph_1: Không giống như với các bản đồ kia, OpenStreetMap được xây dựng
hoàn toàn nhờ những người như bạn, và mọi người có thể tự do sửa chữa, cập
nhật, tải về, và sử dụng miễn phí.
- paragraph_2: Hãy mở tài khoản để bắt đầu đóng góp. Chúng tôi sẽ gửi thư điện
- tử cho bạn để xác nhận tài khoản của bạn.
+ paragraph_2: Hãy mở tài khoản để bắt đầu đóng góp.
+ welcome: Chào mừng đến OpenStreetMap
+ duplicate_social_email: Nếu bạn đã có tài khoản OpenStreetMap và muốn sử dụng
+ nhà cung cấp danh tính bên thứ ba, xin vui lòng đăng nhập dùng mật khẩu của
+ bạn và thay đổi tùy chọn tài khoản.
display name description: Tên người dùng của bạn được hiển thị công khai. Bạn
có thể thay đổi tên này về sau trong tùy chọn.
+ by_signing_up:
+ html: Bằng cách mở tài khoản, bạn chấp nhận %{tou_link}, %{privacy_policy_link},
+ và %{contributor_terms_link} của chúng tôi.
+ privacy_policy: quy định về quyền riêng tư
+ privacy_policy_title: Quy định về quyền riêng tư của OSMF, bao gồm phần về
+ địa chỉ thư điện tử
+ contributor_terms: các điều kiện đóng góp
+ tou: các điều khoản sử dụng
external auth: 'Xác minh qua Dịch vụ Bên thứ ba:'
continue: Mở tài khoản
terms accepted: Cám ơn bạn đã chấp nhận các điều khoản đóng góp mới!
- email_help_html: Địa chỉ thư điện tử không được hiển thị công khai, xem thêm
- thông tin trong %{privacy_policy_link} của chúng tôi.
- privacy_policy: quy định về quyền riêng tư
- privacy_policy_title: Quy định về quyền riêng tư của OSMF, bao gồm phần về địa
- chỉ thư điện tử
- use external auth: Hoặc đăng nhập qua dịch vụ bên thứ ba
+ email_help:
+ privacy_policy: quy định về quyền riêng tư
+ privacy_policy_title: Quy định về quyền riêng tư của OSMF, bao gồm phần về
+ địa chỉ thư điện tử
+ html: Địa chỉ thư điện tử không được hiển thị công khai, xem thêm thông tin
+ trong %{privacy_policy_link} của chúng tôi.
+ consider_pd_html: Tôi coi những đóng góp của mình thuộc về %{consider_pd_link}.
+ consider_pd: phạm vi công cộng
+ or: hoặc
+ use external auth: hoặc mở tài khoản qua dịch vụ bên thứ ba
terms:
title: Điều khoản
heading: Điều khoản
remove as friend: Hủy Kết Bạn
add as friend: Kết Bạn
mapper since: 'Tham gia:'
+ last map edit: 'Sửa đổi bản đồ cuối cùng:'
+ no activity yet: Chưa có hoạt động nào
uid: 'Số người dùng:'
ct status: 'Điều khoản đóng góp:'
ct undecided: Chưa quyết định
blocks_on_user: Tác vụ Cấm %{user}
blocks_by_me: Tác vụ Cấm bởi Tôi
blocks_by_user: Tác vụ Cấm bởi %{user}
+ block: Tác vụ cấm số %{id}
user_mutes:
index:
title: Người dùng bị Tắt tiếng
intro: Bản đồ có thiếu gì hay sai lầm không? Hãy báo cho chúng tôi để chúng
tôi sửa chữa bản đồ. Chỉ việc kéo ghim vào vị trí đúng và viết lời giải thích
vấn đề.
+ anonymous_warning_html: Bạn chưa đăng nhập. Để nhận được các thông báo về lời
+ ghi chú của bạn, xin vui lòng %{log_in} hoặc %{sign_up}.
+ anonymous_warning_log_in: đăng nhập
+ anonymous_warning_sign_up: mở tài khoản
advice: Ghi chú của bạn được hiển thị công khai và có thể được sử dụng để cập
nhật bản đồ. Xin đừng ghi thông tin cá nhân hoặc thông tin lấy từ bản đồ hay
danh bạ có bản quyền.
# Author: Hudafu
# Author: Hydra
# Author: Hzy980512
+# Author: Ignatgg
# Author: Impersonator 1
# Author: Irati
# Author: Jienus
college: 学院建筑
commercial: 商业建筑物
construction: 在建建筑
+ cowshed: 牛棚
detached: 独立式住宅
dormitory: 宿舍
duplex: 双拼住宅
shed: 棚
stable: 马厩
static_caravan: 大篷车
+ sty: 麦粒肿
temple: 庙宇建筑
terrace: 排屋
train_station: 火车站建筑
oauth2_authorizations: OAuth 2授权
muted_users: 已忽视用户
auth_providers:
- openid_logo_alt: 使用 OpenID 登录
openid_login_button: 继续
openid:
title: 使用OpenID登录
wikipedia:
title: 使用维基百科登录
alt: 使用维基百科账户登录
- wordpress:
- title: 使用Wordpress登录
- alt: 使用 Wordpress OpenID 登录
- aol:
- title: 使用AOL登录
- alt: 使用AOL OpenID登录
oauth:
authorize:
title: 授权访问您的账户
welcome: 欢迎来到OpenStreetMap
duplicate_social_email: 如果您已经拥有OpenStreetMap账户并希望使用第三方提供的身份标识,请使用密码登录并修改您的账户设置。
display name description: 你的公开展示的用户名。你可以稍后在设置中进行修改。
- by_signing_up_html: 注册意味着您同意我们的%{tou_link}、%{privacy_policy_link}和%{contributor_terms_link}。
+ by_signing_up:
+ html: 注册意味着您同意我们的%{tou_link}、%{privacy_policy_link}和%{contributor_terms_link}。
+ privacy_policy: 隐私政策
+ privacy_policy_title: OSM基金会隐私政策包括电子邮件地址部分
+ contributor_terms: 贡献者条款
tou: 使用条款
- contributor_terms: 贡献者条款
external auth: 第三方身份验证:
continue: 注册
terms accepted: 感谢您接受新的贡献条款!
- email_help_html: 您的地址不会公开显示,请参阅我们的%{privacy_policy_link}了解更多信息。
- privacy_policy: 隐私政策
- privacy_policy_title: OSM基金会隐私政策包括电子邮件地址部分
+ email_help:
+ html: 您的地址不会公开显示,请参阅我们的%{privacy_policy_link}了解更多信息。
consider_pd_html: 我认为我的贡献应在 %{consider_pd_link} 中。
consider_pd: 公有领域
consider_pd_url: https://wiki.osmfoundation.org/wiki/Licence_and_Legal_FAQ/Why_would_I_want_my_contributions_to_be_public_domain
blocks on me: 我的封禁
blocks by me: 被我封禁
create_mute: 忽视此用户
- destroy_mute: å\8f\96æ¶\88å¼±å\8c\96此用户
+ destroy_mute: å\8f\96æ¶\88忽è§\86此用户
edit_profile: 编辑个人资料
send message: 发送消息
diary: 日记
muted_user: 已忽视用户
actions: 操作
tbody:
- unmute: å\8f\96æ¶\88å¼±å\8c\96
+ unmute: å\8f\96æ¶\88忽è§\86
send_message: 发送消息
create:
notice: 您已忽视 %{name}。
error: 无法忽视 %{name}。%{full_message}。
destroy:
- notice: æ\82¨å\8f\96æ¶\88å¼±å\8c\96了%{name}。
- error: æ\97 æ³\95å\8f\96æ¶\88å¼±å\8c\96用户。请再试一次。
+ notice: æ\82¨å\8f\96æ¶\88忽è§\86了%{name}。
+ error: æ\97 æ³\95å\8f\96æ¶\88忽è§\86用户。请再试一次。
notes:
index:
title: '%{user} 提交或评论的注记'
college: 學院建物
commercial: 商業建築
construction: 在建建築
+ cowshed: 牛棚
detached: 獨立式住宅
dormitory: 宿舍
duplex: 複式住宅
shed: 舍
stable: 馬廄
static_caravan: 旅行拖車
+ sty: 豬圈
temple: 廟宇建築
terrace: 排屋
train_station: 車站建物
oauth2_authorizations: OAuth 2 授權
muted_users: 已忽視使用者
auth_providers:
- openid_logo_alt: 使用 OpenID 登入
+ openid_url: OpenID URL
openid_login_button: 繼續
openid:
title: 使用 OpenID 登入
- alt: 使用 OpenID 網址登入
+ alt: OpenID 標誌
google:
title: 使用 Google 登入
- alt: 使用 Google OpenID 登入
+ alt: Google 標誌
facebook:
title: 使用臉書登入
- alt: 使用臉書帳號登入
+ alt: 臉書標誌
microsoft:
title: 使用 Microsoft 登入
- alt: 使用 Microsoft 帳號登入
+ alt: 微軟標誌
github:
title: 使用 GitHub 登入
- alt: 使用 GitHub 帳號登入
+ alt: GitHub 標誌
wikipedia:
title: 使用維基百科登入
- alt: 使用維基百科帳號登入
- wordpress:
- title: 使用 Wordpress 登入
- alt: 使用 Wordpress OpenID 登入
- aol:
- title: 使用 AOL 登入
- alt: 使用 AOL OpenID 登入
+ alt: 維基百科標誌
oauth:
authorize:
title: 授權使用您的帳號
welcome: 歡迎來到 OpenStreetMap
duplicate_social_email: 若您已有 OpenStreetMap 帳號,並希望使用第三方身份提供者,請使用您的密碼登入並修改您帳號的設定。
display name description: 您公開顯示的使用者名稱。您可以稍後在偏好設定中改變它。
- by_signing_up_html: 註冊即表示您同意我們的 %{tou_link}、%{privacy_policy_link} 與 %{contributor_terms_link}。
+ by_signing_up:
+ html: 註冊即表示您同意我們的 %{tou_link}、%{privacy_policy_link} 與 %{contributor_terms_link}。
+ privacy_policy: 隱私權政策
+ privacy_policy_title: OSMF 隱私權政策包含電子郵件地址部份
+ contributor_terms_url: https://wiki.osmfoundation.org/wiki/Licence/Contributor_Terms
+ contributor_terms: 貢獻者條款
tou: 使用條款
- contributor_terms: 貢獻者條款
external auth: 第三方身份認證
continue: 註冊
terms accepted: 感謝您接受新的貢獻條款!
- email_help_html: 您的地址不會公開顯示,請參閱我們的%{privacy_policy_link}來了解更多資訊。
- privacy_policy: 隱私權政策
- privacy_policy_title: OSMF 隱私權政策包含電子郵件地址部份
+ email_help:
+ privacy_policy: 隱私權政策
+ privacy_policy_title: OSMF 隱私權政策包含電子郵件地址部份
+ html: 您的地址不會公開顯示,請參閱我們的%{privacy_policy_link}來了解更多資訊。
consider_pd_html: 我認為我的貢獻屬於 %{consider_pd_link}。
consider_pd: 公有領域
consider_pd_url: https://wiki.osmfoundation.org/wiki/Licence_and_Legal_FAQ/Why_would_I_want_my_contributions_to_be_public_domain
scope "/user/:display_name" do
resources :diary_entries, :path => "diary", :only => [:edit, :update, :show], :id => /\d+/
end
- post "/user/:display_name/diary/:id/newcomment" => "diary_entries#comment", :id => /\d+/, :as => :comment_diary_entry
+ post "/user/:display_name/diary/:id/newcomment" => "diary_comments#create", :id => /\d+/, :as => :comment_diary_entry
post "/user/:display_name/diary/:id/hide" => "diary_entries#hide", :id => /\d+/, :as => :hide_diary_entry
post "/user/:display_name/diary/:id/unhide" => "diary_entries#unhide", :id => /\d+/, :as => :unhide_diary_entry
post "/user/:display_name/diary/:id/hidecomment/:comment" => "diary_comments#hide", :id => /\d+/, :comment => /\d+/, :as => :hide_diary_comment
url = "#{Settings.nominatim_url}reverse?lat=#{lat}&lon=#{lon}&zoom=#{zoom}&accept-language=#{language}"
begin
- response = Timeout.timeout(4) do
- REXML::Document.new(Net::HTTP.get(URI.parse(url)))
+ response = OSM.http_client.get(URI.parse(url)) do |request|
+ request.options.timeout = 4
end
+
+ results = REXML::Document.new(response.body) if response.success?
rescue StandardError
- response = nil
+ results = nil
end
- if response && result = response.get_text("reversegeocode/result")
+ if results && result = results.get_text("reversegeocode/result")
result.value
else
"#{number_with_precision(lat, :precision => 3)}, #{number_with_precision(lon, :precision => 3)}"
# Return the HTTP client to use
def self.http_client
- @http_client ||= Faraday.new(:request => { :timeout => 15 })
+ @http_client ||= Faraday.new(:request => { :timeout => 15 },
+ :headers => { :user_agent => Settings.server_url })
end
# Return the MaxMindDB database handle
assert ability.can?(action, DiaryComment), "should be able to #{action} DiaryComments"
end
- [:create, :edit, :comment, :subscribe, :unsubscribe, :hide, :unhide].each do |action|
+ [:create, :edit, :subscribe, :unsubscribe, :hide, :unhide].each do |action|
assert ability.cannot?(action, DiaryEntry), "should not be able to #{action} DiaryEntries"
end
- [:hide, :unhide].each do |action|
+ [:create, :hide, :unhide].each do |action|
assert ability.cannot?(action, DiaryComment), "should not be able to #{action} DiaryComments"
end
end
test "Diary permissions" do
ability = Ability.new create(:user)
- [:index, :rss, :show, :create, :edit, :comment, :subscribe, :unsubscribe].each do |action|
+ [:index, :rss, :show, :create, :edit, :subscribe, :unsubscribe].each do |action|
assert ability.can?(action, DiaryEntry), "should be able to #{action} DiaryEntries"
end
- [:index].each do |action|
+ [:index, :create].each do |action|
assert ability.can?(action, DiaryComment), "should be able to #{action} DiaryComments"
end
class AdministratorAbilityTest < AbilityTest
test "Diary for an administrator" do
ability = Ability.new create(:administrator_user)
- [:index, :rss, :show, :create, :edit, :comment, :subscribe, :unsubscribe, :hide, :unhide].each do |action|
+ [:index, :rss, :show, :create, :edit, :subscribe, :unsubscribe, :hide, :unhide].each do |action|
assert ability.can?(action, DiaryEntry), "should be able to #{action} DiaryEntries"
end
- [:index, :hide, :unhide].each do |action|
+ [:index, :create, :hide, :unhide].each do |action|
assert ability.can?(action, DiaryComment), "should be able to #{action} DiaryComments"
end
end
assert_select "item", :count => 3
end
end
+ # Rails::Dom::Testing.html_document_fragment.parse(icons)
+ # Gets comment Ids from HTML and checks that they are in descending order
+
+ last_comment_id = -1
+ assert_select "rss", :count => 1 do
+ assert_select "description", :count => 3 do |descriptions|
+ descriptions.children.each do |description|
+ changeset_dom = Rails::Dom::Testing.html_document_fragment.parse(description.content)
+ comment = changeset_dom.at_css(".changeset-comment-text")
+ next unless comment
+
+ id = comment.content.split[-1].to_i
+ assert_operator id, "<", last_comment_id if last_comment_id != -1
+ last_comment_id = id
+ end
+ end
+ end
end
##
{ :path => "/user/username/diary/comments", :method => :get },
{ :controller => "diary_comments", :action => "index", :display_name => "username" }
)
+ assert_routing(
+ { :path => "/user/username/diary/1/newcomment", :method => :post },
+ { :controller => "diary_comments", :action => "create", :display_name => "username", :id => "1" }
+ )
assert_routing(
{ :path => "/user/username/diary/1/hidecomment/2", :method => :post },
{ :controller => "diary_comments", :action => "hide", :display_name => "username", :id => "1", :comment => "2" }
end
end
+ def test_create
+ user = create(:user)
+ other_user = create(:user)
+ entry = create(:diary_entry, :user => user)
+ create(:diary_entry_subscription, :diary_entry => entry, :user => user)
+
+ # Make sure that you are denied when you are not logged in
+ post comment_diary_entry_path(entry.user, entry)
+ assert_response :forbidden
+
+ session_for(other_user)
+
+ # Verify that you get a not found error, when you pass a bogus id
+ post comment_diary_entry_path(entry.user, :id => 9999)
+ assert_response :not_found
+ assert_select "div.content-heading", :count => 1 do
+ assert_select "h1", :text => "No entry with the id: 9999", :count => 1
+ end
+
+ # Now try an invalid comment with an empty body
+ assert_no_difference "ActionMailer::Base.deliveries.size" do
+ assert_no_difference "DiaryComment.count" do
+ assert_no_difference "entry.subscribers.count" do
+ perform_enqueued_jobs do
+ post comment_diary_entry_path(entry.user, entry, :diary_comment => { :body => "" })
+ end
+ end
+ end
+ end
+ assert_response :success
+ assert_template :new
+
+ # Now try again with the right id
+ assert_difference "ActionMailer::Base.deliveries.size", entry.subscribers.count do
+ assert_difference "DiaryComment.count", 1 do
+ assert_difference "entry.subscribers.count", 1 do
+ perform_enqueued_jobs do
+ post comment_diary_entry_path(entry.user, entry, :diary_comment => { :body => "New comment" })
+ end
+ end
+ end
+ end
+ assert_redirected_to diary_entry_path(entry.user, entry)
+ email = ActionMailer::Base.deliveries.first
+ assert_equal [user.email], email.to
+ assert_equal "[OpenStreetMap] #{other_user.display_name} commented on a diary entry", email.subject
+ assert_match(/New comment/, email.text_part.decoded)
+ assert_match(/New comment/, email.html_part.decoded)
+ ActionMailer::Base.deliveries.clear
+ comment = DiaryComment.order(:id).last
+ assert_equal entry.id, comment.diary_entry_id
+ assert_equal other_user.id, comment.user_id
+ assert_equal "New comment", comment.body
+
+ # Now show the diary entry, and check the new comment is present
+ get diary_entry_path(entry.user, entry)
+ assert_response :success
+ assert_select ".diary-comment", :count => 1 do
+ assert_select "#comment#{comment.id}", :count => 1 do
+ assert_select "a[href='/user/#{ERB::Util.u(other_user.display_name)}']", :text => other_user.display_name, :count => 1
+ end
+ assert_select ".richtext", :text => /New comment/, :count => 1
+ end
+ end
+
+ def test_create_spammy
+ user = create(:user)
+ other_user = create(:user)
+ entry = create(:diary_entry, :user => user)
+ create(:diary_entry_subscription, :diary_entry => entry, :user => user)
+
+ session_for(other_user)
+
+ # Generate some spammy content
+ spammy_text = 1.upto(50).map { |n| "http://example.com/spam#{n}" }.join(" ")
+
+ # Try creating a spammy comment
+ assert_difference "ActionMailer::Base.deliveries.size", 1 do
+ assert_difference "DiaryComment.count", 1 do
+ perform_enqueued_jobs do
+ post comment_diary_entry_path(entry.user, entry, :diary_comment => { :body => spammy_text })
+ end
+ end
+ end
+ assert_redirected_to diary_entry_path(entry.user, entry)
+ email = ActionMailer::Base.deliveries.first
+ assert_equal [user.email], email.to
+ assert_equal "[OpenStreetMap] #{other_user.display_name} commented on a diary entry", email.subject
+ assert_match %r{http://example.com/spam}, email.text_part.decoded
+ assert_match %r{http://example.com/spam}, email.html_part.decoded
+ ActionMailer::Base.deliveries.clear
+ comment = DiaryComment.order(:id).last
+ assert_equal entry.id, comment.diary_entry_id
+ assert_equal other_user.id, comment.user_id
+ assert_equal spammy_text, comment.body
+ assert_equal "suspended", User.find(other_user.id).status
+
+ # Follow the redirect
+ get diary_entries_path(:display_name => user.display_name)
+ assert_redirected_to :controller => :users, :action => :suspended
+
+ # Now show the diary entry, and check the new comment is not present
+ get diary_entry_path(entry.user, entry)
+ assert_response :success
+ assert_select ".diary-comment", :count => 0
+ end
+
def test_hide
user = create(:user)
diary_entry = create(:diary_entry, :user => user)
{ :path => "/user/username/diary/1", :method => :put },
{ :controller => "diary_entries", :action => "update", :display_name => "username", :id => "1" }
)
- assert_routing(
- { :path => "/user/username/diary/1/newcomment", :method => :post },
- { :controller => "diary_entries", :action => "comment", :display_name => "username", :id => "1" }
- )
assert_routing(
{ :path => "/user/username/diary/1/hide", :method => :post },
{ :controller => "diary_entries", :action => "hide", :display_name => "username", :id => "1" }
assert_select "span[class=translation_missing]", false, "Missing translation in edit diary entry"
end
- def test_comment
- user = create(:user)
- other_user = create(:user)
- entry = create(:diary_entry, :user => user)
- create(:diary_entry_subscription, :diary_entry => entry, :user => user)
-
- # Make sure that you are denied when you are not logged in
- post comment_diary_entry_path(entry.user, entry)
- assert_response :forbidden
-
- session_for(other_user)
-
- # Verify that you get a not found error, when you pass a bogus id
- post comment_diary_entry_path(entry.user, :id => 9999)
- assert_response :not_found
- assert_select "div.content-heading", :count => 1 do
- assert_select "h1", :text => "No entry with the id: 9999", :count => 1
- end
-
- # Now try an invalid comment with an empty body
- assert_no_difference "ActionMailer::Base.deliveries.size" do
- assert_no_difference "DiaryComment.count" do
- assert_no_difference "entry.subscribers.count" do
- perform_enqueued_jobs do
- post comment_diary_entry_path(entry.user, entry, :diary_comment => { :body => "" })
- end
- end
- end
- end
- assert_response :success
- assert_template :show
-
- # Now try again with the right id
- assert_difference "ActionMailer::Base.deliveries.size", entry.subscribers.count do
- assert_difference "DiaryComment.count", 1 do
- assert_difference "entry.subscribers.count", 1 do
- perform_enqueued_jobs do
- post comment_diary_entry_path(entry.user, entry, :diary_comment => { :body => "New comment" })
- end
- end
- end
- end
- assert_redirected_to :action => :show, :display_name => entry.user.display_name, :id => entry.id
- email = ActionMailer::Base.deliveries.first
- assert_equal [user.email], email.to
- assert_equal "[OpenStreetMap] #{other_user.display_name} commented on a diary entry", email.subject
- assert_match(/New comment/, email.text_part.decoded)
- assert_match(/New comment/, email.html_part.decoded)
- ActionMailer::Base.deliveries.clear
- comment = DiaryComment.order(:id).last
- assert_equal entry.id, comment.diary_entry_id
- assert_equal other_user.id, comment.user_id
- assert_equal "New comment", comment.body
-
- # Now show the diary entry, and check the new comment is present
- get diary_entry_path(entry.user, entry)
- assert_response :success
- assert_select ".diary-comment", :count => 1 do
- assert_select "#comment#{comment.id}", :count => 1 do
- assert_select "a[href='/user/#{ERB::Util.u(other_user.display_name)}']", :text => other_user.display_name, :count => 1
- end
- assert_select ".richtext", :text => /New comment/, :count => 1
- end
- end
-
- def test_comment_spammy
- user = create(:user)
- other_user = create(:user)
- entry = create(:diary_entry, :user => user)
- create(:diary_entry_subscription, :diary_entry => entry, :user => user)
-
- session_for(other_user)
-
- # Generate some spammy content
- spammy_text = 1.upto(50).map { |n| "http://example.com/spam#{n}" }.join(" ")
-
- # Try creating a spammy comment
- assert_difference "ActionMailer::Base.deliveries.size", 1 do
- assert_difference "DiaryComment.count", 1 do
- perform_enqueued_jobs do
- post comment_diary_entry_path(entry.user, entry, :diary_comment => { :body => spammy_text })
- end
- end
- end
- assert_redirected_to :action => :show, :display_name => entry.user.display_name, :id => entry.id
- email = ActionMailer::Base.deliveries.first
- assert_equal [user.email], email.to
- assert_equal "[OpenStreetMap] #{other_user.display_name} commented on a diary entry", email.subject
- assert_match %r{http://example.com/spam}, email.text_part.decoded
- assert_match %r{http://example.com/spam}, email.html_part.decoded
- ActionMailer::Base.deliveries.clear
- comment = DiaryComment.order(:id).last
- assert_equal entry.id, comment.diary_entry_id
- assert_equal other_user.id, comment.user_id
- assert_equal spammy_text, comment.body
- assert_equal "suspended", User.find(other_user.id).status
-
- # Follow the redirect
- get diary_entries_path(:display_name => user.display_name)
- assert_redirected_to :controller => :users, :action => :suspended
-
- # Now show the diary entry, and check the new comment is not present
- get diary_entry_path(entry.user, entry)
- assert_response :success
- assert_select ".diary-comment", :count => 0
- end
-
def test_index_all
diary_entry = create(:diary_entry)
geo_entry = create(:diary_entry, :latitude => 51.50763, :longitude => -0.10781)
def test_identify_latlon_basic
[
"50.06773 14.37742",
+ "50.06773/14.37742",
"50.06773, 14.37742",
"+50.06773 +14.37742",
- "+50.06773, +14.37742"
+ "+50.06773, +14.37742",
+ "+50.06773/+14.37742"
].each do |code|
latlon_check code, 50.06773, 14.37742
end
end
end
+ ##
+ # Test identification of integer lat/lon pairs using N/E with degrees
+ def test_identify_latlon_ne_d_int_deg
+ [
+ "N50 E14",
+ "N50° E14°",
+ "50N 14E",
+ "50°N 14°E"
+ ].each do |code|
+ latlon_check code, 50, 14
+ end
+ end
+
##
# Test identification of lat/lon pairs using N/W with degrees
def test_identify_latlon_nw_d
end
end
+ ##
+ # Test identification of lat/lon pairs with missing fractions
+ def test_no_identify_latlon_ne_missing_fraction_part
+ [
+ "N50. E14.",
+ "N50.° E14.°",
+ "50.N 14.E",
+ "50.°N 14.°E",
+ "N50 1.' E14 2.'",
+ "N50° 1.' E14° 2.'",
+ "50N 1.' 14 2.'E",
+ "50° 1.'N 14° 2.'E",
+ "N50 1' 3,\" E14 2' 4.\"",
+ "N50° 1' 3.\" E14° 2' 4.\"",
+ "50N 1' 3.\" 14 2' 4.\"E",
+ "50° 1' 3.\"N 14° 2' 4.\"E"
+ ].each do |code|
+ get search_path(:query => code)
+ assert_response :success
+ assert_template :search
+ assert_template :layout => "map"
+ assert_equal %w[osm_nominatim], assigns(:sources).pluck(:name)
+ end
+ end
+
+ #
+ # Test identification of lat/lon pairs with mixed precision
+ def test_identify_latlon_ne_mixed_precision
+ latlon_check "N1 5 E15", 1.083333, 15
+ latlon_check "N1 5 9 E15", 1.085833, 15
+ latlon_check "N1 5 9 E1 5", 1.085833, 1.083333
+ latlon_check "N15 E1 5", 15, 1.083333
+ latlon_check "N15 E1 5 9", 15, 1.085833
+ latlon_check "N1 5 E1 5 9", 1.083333, 1.085833
+ end
+
+ #
+ # Test identification of lat/lon pairs with values close to zero
+ def test_identify_latlon_close_to_zero
+ [
+ "0.0000123 -0.0000456",
+ "+0.0000123 -0.0000456",
+ "N 0° 0' 0.4428\", W 0° 0' 1.6416\""
+ ].each do |code|
+ latlon_check code, 0.0000123, -0.0000456
+ end
+ end
+
##
# Test identification of US zipcodes
def test_identify_us_postcode
assert_template :layout => "map"
assert_equal %w[latlon osm_nominatim_reverse], assigns(:sources).pluck(:name)
assert_nil @controller.params[:query]
- assert_in_delta lat, @controller.params[:lat]
- assert_in_delta lon, @controller.params[:lon]
+ assert_match(/^[+-]?\d+(?:\.\d+)?$/, @controller.params[:lat])
+ assert_match(/^[+-]?\d+(?:\.\d+)?$/, @controller.params[:lon])
+ assert_in_delta lat, @controller.params[:lat].to_f
+ assert_in_delta lon, @controller.params[:lon].to_f
get search_path(:query => query), :xhr => true
assert_response :success
assert_template :layout => "xhr"
assert_equal %w[latlon osm_nominatim_reverse], assigns(:sources).pluck(:name)
assert_nil @controller.params[:query]
- assert_in_delta lat, @controller.params[:lat]
- assert_in_delta lon, @controller.params[:lon]
+ assert_match(/^[+-]?\d+(?:\.\d+)?$/, @controller.params[:lat])
+ assert_match(/^[+-]?\d+(?:\.\d+)?$/, @controller.params[:lon])
+ assert_in_delta lat, @controller.params[:lat].to_f
+ assert_in_delta lon, @controller.params[:lon].to_f
end
def search_check(query, sources)
##
# test the mark action
def test_mark
- user = create(:user)
+ sender_user = create(:user)
recipient_user = create(:user)
other_user = create(:user)
- message = create(:message, :unread, :sender => user, :recipient => recipient_user)
+ message = create(:message, :unread, :sender => sender_user, :recipient => recipient_user)
# Check that the marking a message requires us to login
post message_mark_path(message)
assert_response :not_found
assert_template "no_such_message"
+ # Login as the message sender_user
+ session_for(sender_user)
+
+ # Check that marking a message we sent fails
+ post message_mark_path(message)
+ assert_response :not_found
+ assert_template "no_such_message"
+
# Login as the message recipient_user
session_for(recipient_user)
assert_match %r{^<img .* width="50" height="50" .* />$}, thumbnail
end
- def test_openid_logo
- logo = openid_logo
- assert_match %r{^<img .* src="/images/openid.svg" .* />$}, logo
- end
-
def test_auth_button
button = auth_button("google", "google")
- img_tag = "<img alt=\"Log in with a Google OpenID\" class=\"rounded-1\" src=\"/images/google.svg\" width=\"36\" height=\"36\" />"
- assert_equal("<a class=\"auth_button btn btn-light mx-1 p-2 d-block\" title=\"Log in with Google\" rel=\"nofollow\" data-method=\"post\" href=\"/auth/google\">#{img_tag}</a>", button)
+ img_tag = "<img alt=\"Google logo\" class=\"rounded-1\" src=\"/images/google.svg\" width=\"36\" height=\"36\" />"
+ assert_equal("<a class=\"auth_button btn btn-light p-2\" title=\"Log in with Google\" rel=\"nofollow\" data-method=\"post\" href=\"/auth/google\">#{img_tag}</a>", button)
end
private
--- /dev/null
+require "test_helper"
+
+class NominatimTest < ActiveSupport::TestCase
+ def test_describe_location
+ stub_request(:get, %r{^https://nominatim\.example\.com/reverse\?})
+ .to_return(:body => "<reversegeocode><result>Target location</result></reversegeocode>")
+
+ with_settings(:nominatim_url => "https://nominatim.example.com/") do
+ location = Nominatim.describe_location(60, 30, 10, "en")
+ assert_equal "Target location", location
+ end
+
+ assert_requested :get, "https://nominatim.example.com/reverse?lat=60&lon=30&zoom=10&accept-language=en",
+ :headers => { "User-Agent" => Settings.server_url }
+ end
+
+ def test_describe_location_no_result
+ stub_request(:get, %r{^https://nominatim\.example\.com/reverse\?})
+ .to_return(:body => "<reversegeocode><error>Unable to geocode</error></reversegeocode>")
+
+ with_settings(:nominatim_url => "https://nominatim.example.com/") do
+ location = Nominatim.describe_location(1, 2, 14, "en")
+ assert_equal "1.000, 2.000", location
+ end
+
+ assert_requested :get, "https://nominatim.example.com/reverse?lat=1&lon=2&zoom=14&accept-language=en",
+ :headers => { "User-Agent" => Settings.server_url }
+ end
+end
--- /dev/null
+require "application_system_test_case"
+
+class EmbedTest < ApplicationSystemTestCase
+ test "shows localized report link" do
+ visit export_embed_path
+ assert_link "Report a problem"
+ end
+end
+
+class GermanEmbedTest < ApplicationSystemTestCase
+ driven_by :selenium, :using => :headless_firefox, :options => { :name => :selenium_de } do |options|
+ options.add_preference("intl.accept_languages", "de")
+ end
+
+ test "shows localized report link" do
+ visit export_embed_path
+ assert_link "Ein Problem melden"
+ end
+end
require "application_system_test_case"
class IndexTest < ApplicationSystemTestCase
+ test "should remove and add an overlay on share button click" do
+ node = create(:node)
+ visit node_path(node)
+ assert_selector "#content.overlay-right-sidebar"
+ find(".icon.share").click
+ assert_no_selector "#content.overlay-right-sidebar"
+ find(".icon.share").click
+ assert_selector "#content.overlay-right-sidebar"
+ end
+
+ test "should add an overlay on close" do
+ node = create(:node)
+ visit node_path(node)
+ find(".icon.share").click
+ assert_no_selector "#content.overlay-right-sidebar"
+ find(".share-ui .btn-close").click
+ assert_selector "#content.overlay-right-sidebar"
+ end
+
+ test "should not add overlay when not closing right menu popup" do
+ node = create(:node)
+ visit node_path(node)
+ find(".icon.share").click
+
+ find(".icon.key").click
+ assert_no_selector "#content.overlay-right-sidebar"
+ find(".icon.layers").click
+ assert_no_selector "#content.overlay-right-sidebar"
+ find(".icon.key").click
+ assert_no_selector "#content.overlay-right-sidebar"
+
+ find(".icon.key").click
+ assert_selector "#content.overlay-right-sidebar"
+ end
+
test "node included in edit link" do
node = create(:node)
visit node_path(node)
assert_content "Confirm Password"
end
+
+ test "Show OpenID form when OpenID provider button is clicked" do
+ visit login_path
+
+ assert_no_field "OpenID URL"
+ assert_no_button "Continue"
+
+ click_on "Log in with OpenID"
+
+ assert_field "OpenID URL"
+ assert_button "Continue"
+ end
end
dependencies:
eslint-visitor-keys "^3.3.0"
-"@eslint-community/regexpp@^4.6.1":
- version "4.6.2"
- resolved "https://registry.yarnpkg.com/@eslint-community/regexpp/-/regexpp-4.6.2.tgz#1816b5f6948029c5eaacb0703b850ee0cb37d8f8"
- integrity sha512-pPTNuaAG3QMH+buKyBIGJs3g/S5y0caxw0ygM3YyE6yJFySwiGGSzA+mM3KJ8QQvzeLh3blwgSonkFjgQdxzMw==
+"@eslint-community/regexpp@^4.11.0":
+ version "4.11.0"
+ resolved "https://registry.yarnpkg.com/@eslint-community/regexpp/-/regexpp-4.11.0.tgz#b0ffd0312b4a3fd2d6f77237e7248a5ad3a680ae"
+ integrity sha512-G/M/tIiMrTAxEWRfLfQJMmGNX28IxBg4PBz8XqQhqUHLFI6TL2htpIB1iQCj144V5ee/JaKyT9/WZ0MGZWfA7A==
-"@eslint/config-array@^0.16.0":
- version "0.16.0"
- resolved "https://registry.yarnpkg.com/@eslint/config-array/-/config-array-0.16.0.tgz#bb3364fc39ee84ec3a62abdc4b8d988d99dfd706"
- integrity sha512-/jmuSd74i4Czf1XXn7wGRWZCuyaUZ330NH1Bek0Pplatt4Sy1S5haN21SCLLdbeKslQ+S0wEJ+++v5YibSi+Lg==
+"@eslint/config-array@^0.17.0":
+ version "0.17.0"
+ resolved "https://registry.yarnpkg.com/@eslint/config-array/-/config-array-0.17.0.tgz#ff305e1ee618a00e6e5d0485454c8d92d94a860d"
+ integrity sha512-A68TBu6/1mHHuc5YJL0U0VVeGNiklLAL6rRmhTCP2B5XjWLMnrX+HkO+IAXyHvks5cyyY1jjK5ITPQ1HGS2EVA==
dependencies:
"@eslint/object-schema" "^2.1.4"
debug "^4.3.1"
- minimatch "^3.0.5"
+ minimatch "^3.1.2"
"@eslint/eslintrc@^3.1.0":
version "3.1.0"
minimatch "^3.1.2"
strip-json-comments "^3.1.1"
-"@eslint/js@9.5.0":
- version "9.5.0"
- resolved "https://registry.yarnpkg.com/@eslint/js/-/js-9.5.0.tgz#0e9c24a670b8a5c86bff97b40be13d8d8f238045"
- integrity sha512-A7+AOT2ICkodvtsWnxZP4Xxk3NbZ3VMHd8oihydLRGrJgqqdEz1qSeEgXYyT/Cu8h1TWWsQRejIx48mtjZ5y1w==
+"@eslint/js@9.7.0":
+ version "9.7.0"
+ resolved "https://registry.yarnpkg.com/@eslint/js/-/js-9.7.0.tgz#b712d802582f02b11cfdf83a85040a296afec3f0"
+ integrity sha512-ChuWDQenef8OSFnvuxv0TCVxEwmu3+hPNKvM9B34qpM0rDRbjL8t5QkQeHHeAfsKQjuH9wS82WeCi1J/owatng==
"@eslint/object-schema@^2.1.4":
version "2.1.4"
resolved "https://registry.yarnpkg.com/acorn-jsx/-/acorn-jsx-5.3.2.tgz#7ed5bb55908b3b2f1bc55c6af1653bada7f07937"
integrity sha512-rq9s+JNhf0IChjtDXxllJ7g41oZk5SlXtp0LHwyA5cejwn7vKmKp4pPri6YEePv2PU65sAsegbXtIinmDFDXgQ==
-acorn@^8.11.3:
- version "8.11.3"
- resolved "https://registry.yarnpkg.com/acorn/-/acorn-8.11.3.tgz#71e0b14e13a4ec160724b38fb7b0f233b1b81d7a"
- integrity sha512-Y9rRfJG5jcKOE0CLisYbojUjIrIEE7AGMzA/Sm4BslANhbS+cDMpgBdcPT91oJ7OuJ9hYJBx59RjbhxVnrF8Xg==
+acorn@^8.12.0:
+ version "8.12.0"
+ resolved "https://registry.yarnpkg.com/acorn/-/acorn-8.12.0.tgz#1627bfa2e058148036133b8d9b51a700663c294c"
+ integrity sha512-RTvkC4w+KNXrM39/lWCUaG0IbRkWdCv7W/IOW9oU6SawyxulvkQy5HQPVTKxEjczcUvapcrw3cFx/60VN/NRNw==
ajv@^6.12.4:
version "6.12.6"
resolved "https://registry.yarnpkg.com/escape-string-regexp/-/escape-string-regexp-4.0.0.tgz#14ba83a5d373e3d311e5afca29cf5bfad965bf34"
integrity sha512-TtpcNJ3XAzx3Gq8sWRzJaVajRs0uVxA2YAkdb1jm2YkPz4G6egUFAyA3n5vtEIZefPk5Wa4UXbKuS5fKkJWdgA==
-eslint-scope@^8.0.1:
- version "8.0.1"
- resolved "https://registry.yarnpkg.com/eslint-scope/-/eslint-scope-8.0.1.tgz#a9601e4b81a0b9171657c343fb13111688963cfc"
- integrity sha512-pL8XjgP4ZOmmwfFE8mEhSxA7ZY4C+LWyqjQ3o4yWkkmD0qcMT9kkW3zWHOczhWcjTSgqycYAgwSlXvZltv65og==
+eslint-scope@^8.0.2:
+ version "8.0.2"
+ resolved "https://registry.yarnpkg.com/eslint-scope/-/eslint-scope-8.0.2.tgz#5cbb33d4384c9136083a71190d548158fe128f94"
+ integrity sha512-6E4xmrTw5wtxnLA5wYL3WDfhZ/1bUBGOXV0zQvVRDOtrR8D0p6W7fs3JweNYhwRYeGvd/1CKX2se0/2s7Q/nJA==
dependencies:
esrecurse "^4.3.0"
estraverse "^5.2.0"
integrity sha512-OtIRv/2GyiF6o/d8K7MYKKbXrOUBIK6SfkIRM4Z0dY3w+LiQ0vy3F57m0Z71bjbyeiWFiHJ8brqnmE6H6/jEuw==
eslint@^9.0.0:
- version "9.5.0"
- resolved "https://registry.yarnpkg.com/eslint/-/eslint-9.5.0.tgz#11856034b94a9e1a02cfcc7e96a9f0956963cd2f"
- integrity sha512-+NAOZFrW/jFTS3dASCGBxX1pkFD0/fsO+hfAkJ4TyYKwgsXZbqzrw+seCYFCcPCYXvnD67tAnglU7GQTz6kcVw==
+ version "9.7.0"
+ resolved "https://registry.yarnpkg.com/eslint/-/eslint-9.7.0.tgz#bedb48e1cdc2362a0caaa106a4c6ed943e8b09e4"
+ integrity sha512-FzJ9D/0nGiCGBf8UXO/IGLTgLVzIxze1zpfA8Ton2mjLovXdAPlYDv+MQDcqj3TmrhAGYfOpz9RfR+ent0AgAw==
dependencies:
"@eslint-community/eslint-utils" "^4.2.0"
- "@eslint-community/regexpp" "^4.6.1"
- "@eslint/config-array" "^0.16.0"
+ "@eslint-community/regexpp" "^4.11.0"
+ "@eslint/config-array" "^0.17.0"
"@eslint/eslintrc" "^3.1.0"
- "@eslint/js" "9.5.0"
+ "@eslint/js" "9.7.0"
"@humanwhocodes/module-importer" "^1.0.1"
"@humanwhocodes/retry" "^0.3.0"
"@nodelib/fs.walk" "^1.2.8"
cross-spawn "^7.0.2"
debug "^4.3.2"
escape-string-regexp "^4.0.0"
- eslint-scope "^8.0.1"
+ eslint-scope "^8.0.2"
eslint-visitor-keys "^4.0.0"
- espree "^10.0.1"
+ espree "^10.1.0"
esquery "^1.5.0"
esutils "^2.0.2"
fast-deep-equal "^3.1.3"
strip-ansi "^6.0.1"
text-table "^0.2.0"
-espree@^10.0.1:
- version "10.0.1"
- resolved "https://registry.yarnpkg.com/espree/-/espree-10.0.1.tgz#600e60404157412751ba4a6f3a2ee1a42433139f"
- integrity sha512-MWkrWZbJsL2UwnjxTX3gG8FneachS/Mwg7tdGXce011sJd5b0JG54vat5KHnfSBODZ3Wvzd2WnjxyzsRoVv+ww==
+espree@^10.0.1, espree@^10.1.0:
+ version "10.1.0"
+ resolved "https://registry.yarnpkg.com/espree/-/espree-10.1.0.tgz#8788dae611574c0f070691f522e4116c5a11fc56"
+ integrity sha512-M1M6CpiE6ffoigIOWYO9UDP8TMUw9kqb21tf+08IgDYjCsOvCuDt4jQcZmoYxx+w7zlKw9/N0KXfto+I8/FrXA==
dependencies:
- acorn "^8.11.3"
+ acorn "^8.12.0"
acorn-jsx "^5.3.2"
eslint-visitor-keys "^4.0.0"
resolved "https://registry.yarnpkg.com/lodash.merge/-/lodash.merge-4.6.2.tgz#558aa53b43b661e1925a0afdfa36a9a1085fe57a"
integrity sha512-0KpjqXRVvrYyCsX1swR/XTK0va6VQkQM6MNo7PqW77ByjAhoARA8EfrP1N4+KlKj8YS0ZUCtRT/YUuhyYDujIQ==
-minimatch@^3.0.5, minimatch@^3.1.2:
+minimatch@^3.1.2:
version "3.1.2"
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-3.1.2.tgz#19cd194bfd3e428f049a70817c038d89ab4be35b"
integrity sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==
integrity sha512-XRsRjdf+j5ml+y/6GKHPZbrF/8p2Yga0JPtdqTIY2Xe5ohJPD9saDJJLPvp9+NSBprVvevdXZybnj2cv8OEd0A==
qs@^6.9.4:
- version "6.12.1"
- resolved "https://registry.yarnpkg.com/qs/-/qs-6.12.1.tgz#39422111ca7cbdb70425541cba20c7d7b216599a"
- integrity sha512-zWmv4RSuB9r2mYQw3zxQuHWeU+42aKi1wWig/j4ele4ygELZ7PEO6MM7rim9oAQH2A5MWfsAVf/jPvTPgCbvUQ==
+ version "6.12.3"
+ resolved "https://registry.yarnpkg.com/qs/-/qs-6.12.3.tgz#e43ce03c8521b9c7fd7f1f13e514e5ca37727754"
+ integrity sha512-AWJm14H1vVaO/iNZ4/hO+HyaTehuy9nRqVdkTqlJt0HWvBiBIEXFmb4C0DGeYo3Xes9rrEW+TxHsaigCbN5ICQ==
dependencies:
side-channel "^1.0.6"