]> git.openstreetmap.org Git - rails.git/commitdiff
Merge remote-tracking branch 'upstream/pull/4929'
authorTom Hughes <tom@compton.nu>
Sun, 14 Jul 2024 14:56:20 +0000 (15:56 +0100)
committerTom Hughes <tom@compton.nu>
Sun, 14 Jul 2024 14:56:20 +0000 (15:56 +0100)
171 files changed:
.rubocop_todo.yml
Gemfile
Gemfile.lock
app/abilities/ability.rb
app/assets/images/banners/StateoftheMapEurope_2024.png
app/assets/images/closed_note_marker.svg
app/assets/images/confirm-illustration.png [deleted file]
app/assets/images/confirm-illustration.svg
app/assets/images/new.png [deleted file]
app/assets/images/new.svg [deleted file]
app/assets/images/new_note_marker.svg
app/assets/images/open_note_marker.svg
app/assets/images/sign-up-illustration.png [deleted file]
app/assets/images/sign-up-illustration.svg
app/assets/images/terms-illustration.png [deleted file]
app/assets/images/terms-illustration.svg
app/assets/javascripts/auth_providers.js
app/assets/javascripts/embed.js.erb
app/assets/javascripts/index/contextmenu.js
app/assets/javascripts/index/search.js
app/assets/javascripts/leaflet.share.js
app/assets/javascripts/leaflet.sidebar.js
app/assets/stylesheets/common.scss
app/controllers/api_controller.rb
app/controllers/application_controller.rb
app/controllers/changeset_comments_controller.rb
app/controllers/diary_comments_controller.rb
app/controllers/diary_entries_controller.rb
app/controllers/geocoder_controller.rb
app/controllers/messages_controller.rb
app/controllers/users_controller.rb
app/helpers/user_helper.rb
app/models/request_token.rb
app/views/api/map/index.json.jbuilder
app/views/api/nodes/index.json.jbuilder
app/views/api/nodes/show.json.jbuilder
app/views/api/old_nodes/history.json.jbuilder
app/views/api/old_nodes/show.json.jbuilder
app/views/api/old_relations/history.json.jbuilder
app/views/api/old_relations/show.json.jbuilder
app/views/api/old_ways/history.json.jbuilder
app/views/api/old_ways/show.json.jbuilder
app/views/api/relations/full.json.jbuilder
app/views/api/relations/index.json.jbuilder
app/views/api/relations/relations_for_node.json.jbuilder
app/views/api/relations/relations_for_relation.json.jbuilder
app/views/api/relations/relations_for_way.json.jbuilder
app/views/api/relations/show.json.jbuilder
app/views/api/ways/full.json.jbuilder
app/views/api/ways/index.json.jbuilder
app/views/api/ways/show.json.jbuilder
app/views/api/ways/ways_for_node.json.jbuilder
app/views/application/_auth_providers.html.erb
app/views/dashboards/show.html.erb
app/views/diary_comments/new.html.erb [new file with mode: 0644]
app/views/diary_entries/_form.html.erb
app/views/diary_entries/index.html.erb
app/views/diary_entries/show.html.erb
app/views/profiles/edit.html.erb
app/views/sessions/new.html.erb
app/views/shared/_section_divider.html.erb [new file with mode: 0644]
app/views/users/blocked.html.erb
app/views/users/new.html.erb
assets/NoteMarker.svg [moved from app/assets/images/NoteMarker.svg with 100% similarity]
assets/color-palette.svg [moved from app/assets/images/color-palette.svg with 100% similarity]
assets/confirm-illustration.svg [new file with mode: 0644]
assets/sign-up-illustration.svg [new file with mode: 0644]
assets/terms-illustration.svg [new file with mode: 0644]
config/banners.yml
config/locales/af.yml
config/locales/ar.yml
config/locales/ast.yml
config/locales/az.yml
config/locales/be-Tarask.yml
config/locales/be.yml
config/locales/bg.yml
config/locales/bn.yml
config/locales/br.yml
config/locales/bs.yml
config/locales/ca.yml
config/locales/ce.yml
config/locales/cs.yml
config/locales/cy.yml
config/locales/da.yml
config/locales/de.yml
config/locales/diq.yml
config/locales/dsb.yml
config/locales/el.yml
config/locales/en-GB.yml
config/locales/en.yml
config/locales/eo.yml
config/locales/es.yml
config/locales/et.yml
config/locales/eu.yml
config/locales/fa.yml
config/locales/fi.yml
config/locales/fit.yml
config/locales/fr.yml
config/locales/fur.yml
config/locales/fy.yml
config/locales/ga.yml
config/locales/gd.yml
config/locales/gl.yml
config/locales/he.yml
config/locales/hr.yml
config/locales/hsb.yml
config/locales/hu.yml
config/locales/ia.yml
config/locales/id.yml
config/locales/is.yml
config/locales/it.yml
config/locales/ja.yml
config/locales/ka.yml
config/locales/kab.yml
config/locales/kk-cyrl.yml
config/locales/km.yml
config/locales/ko.yml
config/locales/ksh.yml
config/locales/ku-Latn.yml
config/locales/lb.yml
config/locales/lt.yml
config/locales/lv.yml
config/locales/mk.yml
config/locales/mo.yml
config/locales/ms.yml
config/locales/nb.yml
config/locales/ne.yml
config/locales/nl.yml
config/locales/nn.yml
config/locales/nqo.yml
config/locales/oc.yml
config/locales/pl.yml
config/locales/pnb.yml
config/locales/pt-PT.yml
config/locales/pt.yml
config/locales/ro.yml
config/locales/ru.yml
config/locales/sc.yml
config/locales/scn.yml
config/locales/sco.yml
config/locales/sh.yml
config/locales/sk.yml
config/locales/skr-arab.yml
config/locales/sl.yml
config/locales/sq.yml
config/locales/sr-Latn.yml
config/locales/sr.yml
config/locales/sv.yml
config/locales/te.yml
config/locales/th.yml
config/locales/tl.yml
config/locales/tr.yml
config/locales/uk.yml
config/locales/vi.yml
config/locales/zh-CN.yml
config/locales/zh-TW.yml
config/routes.rb
lib/nominatim.rb
lib/osm.rb
test/abilities/abilities_test.rb
test/controllers/changeset_comments_controller_test.rb
test/controllers/diary_comments_controller_test.rb
test/controllers/diary_entries_controller_test.rb
test/controllers/geocoder_controller_test.rb
test/controllers/messages_controller_test.rb
test/helpers/user_helper_test.rb
test/lib/nominatim_test.rb [new file with mode: 0644]
test/system/embed_test.rb [new file with mode: 0644]
test/system/index_test.rb
test/system/user_signup_test.rb
yarn.lock

index fdc7c35a5343242903305b93d5ec5ab9ff4b2ecf..6fe5b2e57a222f91f042f6ee05ded916b027ee11 100644 (file)
@@ -24,7 +24,7 @@ FactoryBot/ExcessiveCreateList:
 # 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).
diff --git a/Gemfile b/Gemfile
index 5a21c7f7ad4ae3a0f1fe79fe716b2a348996ec38..fcf2ceb4d1df6f381344c20479b8aaf45e10b19c 100644 (file)
--- a/Gemfile
+++ b/Gemfile
@@ -65,7 +65,7 @@ gem "rack-cors"
 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
index 21488bc99d8f05ef69cc38305ea0765a2c998309..284e97adc9fa92bf307cada90a90c0e85128a29f 100644 (file)
@@ -95,19 +95,19 @@ GEM
     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)
@@ -186,13 +186,13 @@ GEM
       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)
@@ -234,8 +234,9 @@ GEM
     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)
@@ -245,7 +246,7 @@ GEM
     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)
@@ -288,7 +289,7 @@ GEM
     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)
@@ -326,12 +327,12 @@ GEM
     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)
@@ -402,7 +403,7 @@ GEM
       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)
@@ -490,13 +491,13 @@ GEM
     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)
@@ -513,7 +514,7 @@ GEM
     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)
@@ -568,7 +569,7 @@ GEM
     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)
@@ -588,7 +589,7 @@ GEM
       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)
@@ -693,7 +694,7 @@ DEPENDENCIES
   simplecov
   simplecov-lcov
   sprockets-exporters_pack
-  strong_migrations
+  strong_migrations (< 2.0.0)
   terser
   turbo-rails
   unicode-display_width
index c0b2f398230b6902b825f87e1289afa86955357e..a0eea302f5a95cd39a2f53b2c6addd77864b582a 100644 (file)
@@ -42,7 +42,8 @@ class Ability
         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
index d0d1cee62d757aa636a9070aaccc854077481b45..2f35f7b9871f7fa24d94cc1de5ad68c55cf1910b 100644 (file)
Binary files a/app/assets/images/banners/StateoftheMapEurope_2024.png and b/app/assets/images/banners/StateoftheMapEurope_2024.png differ
index d16b5707ece919291732694b7eee84862943a051..84e1048a4ba1cad17bca37f07a551f5a0e61f549 100644 (file)
@@ -9,32 +9,8 @@
       <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"/>
diff --git a/app/assets/images/confirm-illustration.png b/app/assets/images/confirm-illustration.png
deleted file mode 100644 (file)
index 08a954a..0000000
Binary files a/app/assets/images/confirm-illustration.png and /dev/null differ
index 9bb5715b80ac399fa8fdd4b48737d98ea3c83d1f..999ac6c16f64b17c7dd629463ffd3a7e4e182153 100644 (file)
@@ -1,1255 +1 @@
-<?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>
diff --git a/app/assets/images/new.png b/app/assets/images/new.png
deleted file mode 100644 (file)
index 4a9fa8b..0000000
Binary files a/app/assets/images/new.png and /dev/null differ
diff --git a/app/assets/images/new.svg b/app/assets/images/new.svg
deleted file mode 100644 (file)
index ef65650..0000000
+++ /dev/null
@@ -1,73 +0,0 @@
-<?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>
index efa538b720a8967bb6965300b7c7d4a4d47c44fa..c84444b5b8bbc349fc36e04216eb5eaafd327360 100644 (file)
@@ -1,12 +1,4 @@
 <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"/>
index 8dc07b71ace760a7ee1dbdf037818d5be4fe1c58..a1b4381c6d78a12b0a5a2955004a027c9f42faae 100644 (file)
@@ -9,32 +9,8 @@
       <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"/>
diff --git a/app/assets/images/sign-up-illustration.png b/app/assets/images/sign-up-illustration.png
deleted file mode 100644 (file)
index e785ec6..0000000
Binary files a/app/assets/images/sign-up-illustration.png and /dev/null differ
index 7f3a3338f82718d84ca6f37733d9fad206f855b9..ffa41b9f7dd43f8f6e0cdfa2aec09e7f782212df 100644 (file)
@@ -1,1359 +1 @@
-<?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>
diff --git a/app/assets/images/terms-illustration.png b/app/assets/images/terms-illustration.png
deleted file mode 100644 (file)
index 7c32f4f..0000000
Binary files a/app/assets/images/terms-illustration.png and /dev/null differ
index 2bb1aaf9909f6d45aefa5312f5df3136c436cbe7..762c44b6ba0248ae2112f24f7cd5c654f3386dcf 100644 (file)
@@ -1,1620 +1 @@
-<?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>
index 975c57a9b611a87738dc51d0c2da09bac91d9ff5..38a7287a0281cc1e0c849b3b22a6b69216b0036d 100644 (file)
@@ -9,15 +9,12 @@ $(document).ready(function () {
   });
 
   // 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();
 });
index 4ebb89da93134a422133640e6680119c6ab9e752..9a0ec07d31d85855c06a02d0179d29f7a298d207 100644 (file)
@@ -5,13 +5,13 @@
 //= 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  = {};
 
index cac5e6fbf8c8c145d57f427a599d423c8a3de773..ffc0eadb771d24810ba21c2e1344d20484726f27 100644 (file)
@@ -51,7 +51,7 @@ OSM.initializeContextMenu = function (map) {
           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));
     }
   });
 
index 94bb52a1be485b98cd6c8e87e208884f787d33fd..2f3882e3ae126e9486d7a9fd6929e0b182365102 100644 (file)
@@ -33,10 +33,11 @@ OSM.Search = function (map) {
   $(".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")
index 0b868d2cac6cf31bdd8688c854a0368559031295..b92d7079686d41aea396554a270bf96b91946a25 100644 (file)
@@ -8,6 +8,7 @@ L.OSM.share = function (options) {
 
   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")
index 7e72278e322711e51cd3d538eed0334bbd5ed01f..9573c839d411c4a6eb5be8ebaed9d84a186cf8af 100644 (file)
@@ -31,9 +31,11 @@ L.OSM.sidebar = function (selector) {
         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") {
index 4cc31d611b6d7dd0187ca475e08b298d0636e1c9..a1734682e159e2c3040ca67fee5b828c864331cd 100644 (file)
@@ -395,7 +395,7 @@ body.small-nav {
       overflow-y: scroll;
     }
 
-    .overlay-sidebar {
+    .overlay-sidebar.overlay-right-sidebar {
       #sidebar {
         position: absolute;
         width: 350px;
@@ -403,7 +403,7 @@ body.small-nav {
         overflow: hidden;
       }
 
-      #map, #map-ui {
+      #map {
         height: 100%;
       }
     }
@@ -677,10 +677,16 @@ tr.turn {
   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;
@@ -689,16 +695,16 @@ tr.turn {
   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");
   }
 }
 
@@ -895,10 +901,6 @@ div.secondary-actions {
   }
 }
 
-.auth-container {
-  max-width: 600px;
-}
-
 /* Rules for tabs inside secondary background sections */
 
 .bg-body-secondary .nav-tabs {
index ff7f694c5eb63bac0ac23c7e00ba454630f7ac69..ae1bc87554e0e0b1da81debd07cf7296df80d2d1 100644 (file)
@@ -112,6 +112,7 @@ class ApiController < ApplicationController
         # 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
index 05fa76658d55bedeecf412c4a5d1927cb6ce3899..c6223fb9d6228890ea86c6bc6420a14d58f2f9fe 100644 (file)
@@ -181,7 +181,7 @@ class ApplicationController < ActionController::Base
     # 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]}")
index 0b5f6059a62ea425acf568206aab76d246d0e940..637ac7be635a2bf87f7fed01e12187babffdf0a5 100644 (file)
@@ -18,7 +18,7 @@ class ChangesetCommentsController < ApplicationController
       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)
index 8abf2071b383a4e9842f7b430376b6ce11b47209..a9a7a2641b902bcef70038d186b59eab5b1846d3 100644 (file)
@@ -11,7 +11,7 @@ class DiaryCommentsController < ApplicationController
   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
 
@@ -26,6 +26,29 @@ class DiaryCommentsController < ApplicationController
     @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)
@@ -37,4 +60,12 @@ class DiaryCommentsController < ApplicationController
     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
index bf6e8d0b10fe8390b23f7e71efc7dbf806fbc99a..1a888547db42b53a92de7451072b0cc9c14b6294 100644 (file)
@@ -11,7 +11,7 @@ class DiaryEntriesController < ApplicationController
   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]
 
@@ -136,29 +136,6 @@ class DiaryEntriesController < ApplicationController
     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])
 
@@ -239,12 +216,6 @@ class DiaryEntriesController < ApplicationController
     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
index 4a593f86a76a23250dd294f0141db07ea8399859..43f276efa020a35cfdbb1719155c4a3f5e61c1fe 100644 (file)
@@ -35,15 +35,15 @@ class GeocoderController < ApplicationController
       @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?
@@ -61,9 +61,9 @@ class GeocoderController < ApplicationController
         @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
@@ -206,61 +206,42 @@ class GeocoderController < ApplicationController
     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
index 779174e255ffc915fe14f44c67e2710b8cb87cba..e4d6c70d9afb5809ef87fbf0d92588bfc465fc53 100644 (file)
@@ -117,7 +117,7 @@ class MessagesController < ApplicationController
 
   # 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"
index b7c156bd913e98e11cdad31d496c14ef12fd5891..0830e51d402bb02ca877b5ca7da6523ebf59de51 100644 (file)
@@ -262,40 +262,38 @@ class UsersController < ApplicationController
   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
 
index d767cb887c4730612c991a68f2a86f17d3796150..734a266db0bcaee9e9061f4d0ce2f4454d04a37b 100644 (file)
@@ -52,10 +52,6 @@ module UserHelper
 
   # 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",
@@ -64,7 +60,7 @@ module UserHelper
                 :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
@@ -77,7 +73,7 @@ module UserHelper
                 :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
index adeabb18497ff4fd7e0556df56aecd16579a9be1..ec38f7421f47f70101b5bebc44a30279d11258f6 100644 (file)
@@ -73,7 +73,7 @@ class RequestToken < OauthToken
   end
 
   def oob?
-    callback_url.nil? || callback_url.casecmp("oob").zero?
+    callback_url.nil? || callback_url.casecmp?("oob")
   end
 
   def oauth10?
index 7cc983aef410b9e074ff1eaee05a4e8767a9d341..756884539538390ed33bbb49c6427a041857ff37 100644 (file)
@@ -2,8 +2,8 @@ json.partial! "root_attributes"
 
 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
index 3e3ceb4cc4b3796fb2489d976ce9b4ef264182ae..7708a3498def39f51b4daabc7b72d516515524db 100644 (file)
@@ -1,5 +1,5 @@
 json.partial! "api/root_attributes"
 
-json.elements(@nodes) do |node|
-  json.partial! node
+json.elements do
+  json.array! @nodes, :partial => "node", :as => :node
 end
index 9974da82ffccab5e2785a80b69125a1f7da63c1f..bcbd29b5e82c14e561557ffd5838bb8ec3fb2538 100644 (file)
@@ -1,5 +1,5 @@
 json.partial! "api/root_attributes"
 
-json.elements([@node]) do |node|
-  json.partial! node
+json.elements do
+  json.array! [@node], :partial => "node", :as => :node
 end
index 96e8cca2d30a9f722ac6647e9722f31ad3490c6d..3a800d07d55f670ac575f98ab78882f2fae04eba 100644 (file)
@@ -1,5 +1,5 @@
 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
index f63e07d439105ae17ea0134aeea046fd982f06d8..c6929ea825bfe76fc211c2ac7492ea6eb9948730 100644 (file)
@@ -1,5 +1,5 @@
 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
index 311a80a86f04af717dfc472cdcc5adcbcd5d7879..944bed023512dfd3886120213ccba3e08935fb0d 100644 (file)
@@ -1,5 +1,5 @@
 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
index 5b33e4b85073c3fc2330a641f857bba78609bcb4..bd767b3dfa5421a74271c1c26b09f6304edd8458 100644 (file)
@@ -1,5 +1,5 @@
 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
index b5cf80d095a72e65cd3b8f69e28efa90a596a457..9e98901f50643ca7d8e4a9224278842a8c43f73b 100644 (file)
@@ -1,5 +1,5 @@
 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
index c66488526a01ffdd713f8ab2f6af97c19c222262..ee21d0f4121270f77250647e4166755469386a0d 100644 (file)
@@ -1,5 +1,5 @@
 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
index 98cbbfc402ddac13ca60cfd4e929354a39eac964..16331a89e6fd9aac3226a8b273877cb5fbea78b0 100644 (file)
@@ -1,7 +1,7 @@
 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
index f170cb150d54f1fdd1c80ad6bc45feb03fb731ac..9b0f65bf1eb0fb09e20dee4c8102b6cd9c0da897 100644 (file)
@@ -1,5 +1,5 @@
 json.partial! "api/root_attributes"
 
-json.elements(@relations) do |relation|
-  json.partial! relation
+json.elements do
+  json.array! @relations, :partial => "relation", :as => :relation
 end
index f170cb150d54f1fdd1c80ad6bc45feb03fb731ac..9b0f65bf1eb0fb09e20dee4c8102b6cd9c0da897 100644 (file)
@@ -1,5 +1,5 @@
 json.partial! "api/root_attributes"
 
-json.elements(@relations) do |relation|
-  json.partial! relation
+json.elements do
+  json.array! @relations, :partial => "relation", :as => :relation
 end
index f170cb150d54f1fdd1c80ad6bc45feb03fb731ac..9b0f65bf1eb0fb09e20dee4c8102b6cd9c0da897 100644 (file)
@@ -1,5 +1,5 @@
 json.partial! "api/root_attributes"
 
-json.elements(@relations) do |relation|
-  json.partial! relation
+json.elements do
+  json.array! @relations, :partial => "relation", :as => :relation
 end
index f170cb150d54f1fdd1c80ad6bc45feb03fb731ac..9b0f65bf1eb0fb09e20dee4c8102b6cd9c0da897 100644 (file)
@@ -1,5 +1,5 @@
 json.partial! "api/root_attributes"
 
-json.elements(@relations) do |relation|
-  json.partial! relation
+json.elements do
+  json.array! @relations, :partial => "relation", :as => :relation
 end
index 7f85d0f250e381b310f9e7ced36e09dd28408ef0..e5da7cd3f48fa4553f70a2b2adb6cdf2c2d41214 100644 (file)
@@ -1,5 +1,5 @@
 json.partial! "api/root_attributes"
 
-json.elements([@relation]) do |relation|
-  json.partial! relation
+json.elements do
+  json.array! [@relation], :partial => "relation", :as => :relation
 end
index bebad5e9f9d7bf7787581cab629e1e55764c22d3..1bd127dacf3be00fa05026e04cf378b7da18b87e 100644 (file)
@@ -1,7 +1,6 @@
 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
index 19e59cfb8885d3ff00d9978d0faa9a8489fac154..7b8de5f1c975410e0f7dbc74ef089969bf9eaf01 100644 (file)
@@ -1,5 +1,5 @@
 json.partial! "api/root_attributes"
 
-json.elements(@ways) do |way|
-  json.partial! way
+json.elements do
+  json.array! @ways, :partial => "way", :as => :way
 end
index acb93c1e77adce6bc9b927e551710cb181c46d67..92e570d869f300204bb8d92eb9a20190b242f4de 100644 (file)
@@ -1,5 +1,5 @@
 json.partial! "api/root_attributes"
 
-json.elements([@way]) do |way|
-  json.partial! way
+json.elements do
+  json.array! [@way], :partial => "way", :as => :way
 end
index 19e59cfb8885d3ff00d9978d0faa9a8489fac154..7b8de5f1c975410e0f7dbc74ef089969bf9eaf01 100644 (file)
@@ -1,5 +1,5 @@
 json.partial! "api/root_attributes"
 
-json.elements(@ways) do |way|
-  json.partial! way
+json.elements do
+  json.array! @ways, :partial => "way", :as => :way
 end
index be921ee9cfdf84bf837de36dae9a0d0614b5d973..96a20fd85740f3266a99b16505606747a65ca83f 100644 (file)
@@ -1,17 +1,18 @@
-<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>
index d3e6dbcb3eb1153df59ec35369965f97688cfd62..a65597fefc4b732b7a80e60af4fd0d46ed29228d 100644 (file)
@@ -19,7 +19,7 @@
              :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 %>
diff --git a/app/views/diary_comments/new.html.erb b/app/views/diary_comments/new.html.erb
new file mode 100644 (file)
index 0000000..91e6469
--- /dev/null
@@ -0,0 +1,12 @@
+<% 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 %>
index 291e8e33b647955d0d999f6f39b9c551b667638b..a449b0d39c843d6e11267371b6a4eebf3febf0b8 100644 (file)
@@ -5,7 +5,7 @@
 <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" %>
index a0ab0264a4f7383e73d850779d6c5d0aea2aa136..15be9e96402ce89d098f74c6b9908c5b6db0f4a0 100644 (file)
           <% 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>
index 1830c9ced6a4cbbfef8e1597d008ded6b8bb7bbc..cfed1c46d401ff469015c6c9357bd7e1ac81b58e 100644 (file)
@@ -34,7 +34,7 @@
   <% 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 %>
index fea15eb2fa4913628e0f23d57bf14f945e36ea32..ac76b4d2d532711fc0f39e09e27c35b16ee70b1c 100644 (file)
@@ -56,7 +56,7 @@
       <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") %>
index 70839d1608533e0da9f29eb5f1ef81a7e8cd75d9..9d05d4af80d44b7bf956824ee163dc66d4db225f 100644 (file)
@@ -3,14 +3,14 @@
   <%= 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 %>
diff --git a/app/views/shared/_section_divider.html.erb b/app/views/shared/_section_divider.html.erb
new file mode 100644 (file)
index 0000000..ad6bffd
--- /dev/null
@@ -0,0 +1,5 @@
+<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>
index a97d9ba8d120b6660658a09931c756c8e6f01045..a5fb08a346fb6006d76a267b6ac92f6d610c5e27 100644 (file)
@@ -1,7 +1,7 @@
-<% 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>
@@ -12,7 +12,5 @@
   </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>
index b618f381107260222c9343f3e7db44ef64173654..37493418ab0836814c9e3ea0aa38d7c805a1b5a5 100644 (file)
@@ -3,14 +3,14 @@
   <%= 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 %>
diff --git a/assets/confirm-illustration.svg b/assets/confirm-illustration.svg
new file mode 100644 (file)
index 0000000..9bb5715
--- /dev/null
@@ -0,0 +1,1255 @@
+<?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>
diff --git a/assets/sign-up-illustration.svg b/assets/sign-up-illustration.svg
new file mode 100644 (file)
index 0000000..7f3a333
--- /dev/null
@@ -0,0 +1,1359 @@
+<?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>
diff --git a/assets/terms-illustration.svg b/assets/terms-illustration.svg
new file mode 100644 (file)
index 0000000..2bb1aaf
--- /dev/null
@@ -0,0 +1,1620 @@
+<?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>
index bc5497a4cedc56a694dee94854ba52ab9bcbb337..2c8e1338af32d432ab56a51a6d4b15a7f00dbe90 100644 (file)
@@ -11,7 +11,7 @@ donate_2023:
 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:
index 915d3bf2616e68e7d1d281279ea8da7167dd5215..9e76dbf2b20dcd1bad7a1d3efd24f69404e8991a 100644 (file)
@@ -1786,7 +1786,6 @@ af:
       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
@@ -1805,12 +1804,6 @@ af:
       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:'
index b4a11d5a2382ed786f542830681857c62da32065..d8cc0a6f558e20f48a8dc669da6dba7c488ffc85 100644 (file)
@@ -2359,7 +2359,6 @@ ar:
     settings_menu:
       account_settings: إعدادات الحساب
     auth_providers:
-      openid_logo_alt: تسجيل الدخول بOpenID
       openid:
         title: تسجيل الدخول بOpenID
         alt: تسجيل الدخول باستخدام مسار OpenID
@@ -2378,12 +2377,6 @@ ar:
       wikipedia:
         title: تسجيل الدخول عبر ويكيبيديا
         alt: سجل الدخول باستخدام حساب ويكيبيديا
-      wordpress:
-        title: تسجيل الدخول بووردبريس
-        alt: تسجيل الدخول بـWordpress OpenID
-      aol:
-        title: تسجيل الدخول بإيه أو إل
-        alt: تسجيل الدخول بـAOL OpenID
   oauth:
     authorize:
       title: السماح بالوصول إلى حسابك
index b52e16a732e1c197a0d9fd6f373e3607eb3c4324..1a8715510564b1e74b75b0e5d11fd2e6d8c4d640 100644 (file)
@@ -1822,7 +1822,6 @@ ast:
         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
@@ -1841,12 +1840,6 @@ ast:
       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
index 5928cdae5ab356d705931c5f3628defcf19a4185..7dc5da35f91c0742de2591e289a65fb879599759 100644 (file)
@@ -23,7 +23,7 @@ az:
       prompt: Fayl seçin
     submit:
       diary_comment:
-        create: Qeyd et
+        create: Göndər
       diary_entry:
         create: Yayımla
         update: Yenilə
@@ -115,13 +115,13 @@ az:
         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:
@@ -129,6 +129,9 @@ az:
         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})
@@ -137,7 +140,7 @@ az:
       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
@@ -154,7 +157,7 @@ az:
         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:
@@ -185,7 +188,7 @@ az:
       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
@@ -213,7 +216,7 @@ az:
       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'
@@ -229,7 +232,7 @@ az:
       view_changeset_details: Dəyişikliklər dəstinin ətraflı görüntüsü
     changesets:
       id: ID
-      saved_at: Başa çat
+      saved_at: Saxlanıl
       user: İstifadəçi
       comment: Şərh
       area: Ərazi
@@ -251,11 +254,11 @@ az:
     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
@@ -263,8 +266,8 @@ az:
     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
@@ -274,21 +277,21 @@ az:
       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ə.'
@@ -1009,11 +1012,10 @@ az:
       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:
index 504ab0cfd747f976558aa5f3ae64d30e48b829b5..87af26366df5f60471a04c2771a26646e1def3fd 100644 (file)
@@ -1282,8 +1282,6 @@ be-Tarask:
       need_to_see_terms: Ваш доступ да API часова прыпынены. Калі ласка, увайдзіце
         ў ўэб-інтэрфэйс, каб каб паглядзець умовы супрацоўніцтва. Вам не абавязкова
         пагаджацца зь імі, але неабходна зь імі азнаёміцца.
-    auth_providers:
-      openid_logo_alt: Увайсьці ў сыстэму з дапамогай OpenID
   oauth:
     authorize:
       request_access_html: Дастасаваньне %{app_name} патрабуе доступ да Вашага рахунку,
@@ -1348,8 +1346,8 @@ be-Tarask:
     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: Калі ласка, прачытайце, а потым згадзіцеся ці
index 442f779474c90787072fac8a22f727819add533d..5bf21b9c7958179aa6c249b940e21bc6ac11886f 100644 (file)
@@ -2438,7 +2438,6 @@ be:
         ў вэб-інтэрфейс для прагляду ўмоў удзелу. Вы не абавязаны пагаджацца, але
         вам варта праглядзець іх.
     auth_providers:
-      openid_logo_alt: Увайсці з дапамогай OpenID
       openid:
         title: Уваход праз OpenID
         alt: Уваход праз OpenID URL
@@ -2457,12 +2456,6 @@ be:
       wikipedia:
         title: Увайсці праз Вікіпедыю
         alt: Уваход з выкарыстаннем уліковага запісу Вікіпедыі
-      wordpress:
-        title: Уваход праз Wordpress
-        alt: Уваход праз Wordpress OpenID
-      aol:
-        title: Уваход праз AOL
-        alt: Уваход праз AOL OpenID
   oauth:
     authorize:
       title: Дазваленне на доступ да вашага ўліковага запісу
index 606b049d63cf3bbc991211cb9968843899ebb51e..9141fcb0bcfc03269a28ba21eb67acfb81625b64 100644 (file)
@@ -1265,6 +1265,8 @@ bg:
     tou: Условия за ползване
     osm_offline: Базата на данни на  OpenStreetMap в момента е изключена докато се
       извършва необходима поддръжка.
+    osm_read_only: В момента базата данни на OpenStreetMap е в режим "само за четене",
+      тъй като се извършва техническа поддръжка на базата данни.
     help: Помощ
     about: За проекта
     copyright: Авторски права
@@ -1861,7 +1863,6 @@ bg:
     require_admin:
       not_an_admin: Трябва да сте админ за да извършите това действие
     auth_providers:
-      openid_logo_alt: Влизане с OpenID
       openid:
         title: Влизане с OpenID
         alt: Влизане с адрес на OpenID
@@ -1880,12 +1881,6 @@ bg:
       wikipedia:
         title: Влизане с Уикипедия
         alt: Влизане със сметка от Уикипедия
-      wordpress:
-        title: Влизане с Wordpress
-        alt: Влизане с OpenID от Wordpress
-      aol:
-        title: Влизане с AOL
-        alt: Влизане с OpenID от AOL
   oauth:
     authorize:
       allow_to: 'Позволи приложението на клиента да:'
index 4485b871c9db2a735ae600408f0531de53988bec..d0dd7c67dd6aa3a14bf4495ae67f557ac0e2df62 100644 (file)
@@ -1822,22 +1822,23 @@ bn:
     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: মানচিত্রটি পরিবর্তন করুন
@@ -1880,10 +1881,13 @@ bn:
       title: নিবন্ধন করুন
       about:
         header: মুক্ত ও সম্পাদনাযোগ্য
+      by_signing_up:
+        privacy_policy: গোপনীয়তার নীতি
       tou: ব্যবহারের শর্তাবলী
       continue: নিবন্ধন করুন
       terms accepted: নতুন অবদানকারী শর্তাবলী গ্রহণ করার জন্য ধন্যবাদ!
-      privacy_policy: গোপনীয়তার নীতি
+      email_help:
+        privacy_policy: গোপনীয়তার নীতি
       or: বা
     terms:
       title: শর্তাবলী
index 139cd9aefd8877989010be414a33377e8e340634..96bf2e421a3f11091c58a91db1aa1266818dc7ec 100644 (file)
@@ -2481,7 +2481,6 @@ br:
       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
@@ -2501,12 +2500,6 @@ br:
       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
@@ -2648,15 +2641,17 @@ br:
         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:'
index 8a72a277e2d1d16dc18aa6c6afd75195e65fef45..9eda7a4e87cc68e2842e53dbd1bea8af0cfc90de 100644 (file)
@@ -1294,11 +1294,6 @@ bs:
       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
index ff64cd59b56519a447bea26a8b5b50fea8072ca4..6cd0f05c2983db47f51dfac04d77e2353f16ee95 100644 (file)
@@ -2528,7 +2528,6 @@ ca:
       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
@@ -2547,12 +2546,6 @@ ca:
       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
@@ -2699,14 +2692,16 @@ ca:
           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
index 10092ac1b2fd7da2687b7f9c3118508379593f8e..614862d1338e9808898d5fde9189a0020d7ab901 100644 (file)
@@ -4,6 +4,7 @@
 # Author: McDutchie
 # Author: Sasan700
 # Author: Исмаил Садуев
+# Author: Робин
 # Author: Умар
 ---
 ce:
@@ -11,9 +12,11 @@ ce:
     formats:
       friendly: '%e %B %Y %H:%M'
   helpers:
+    file:
+      prompt: Харжа файл
     submit:
       diary_comment:
-        create: Ӏалашдан
+        create: Коммент
       diary_entry:
         create: Ӏалашйан
         update: Карлайаккха
@@ -23,7 +26,10 @@ ce:
         create: ДӀадахьийта
       client_application:
         create: ДӀайаздала
-        update: Хийца
+        update: Карлайаккха
+      oauth2_application:
+        create: Регистраци йан
+        update: Карлайаккха
       redaction:
         create: Нисдар кхоллар
         update: Хийцам Ӏалашбе
@@ -38,6 +44,10 @@ ce:
       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: Нисдарш
@@ -46,6 +56,7 @@ ce:
       diary_comment: Коммент
       diary_entry: Къамелан дӀайаздар
       friend: ДоттагӀ
+      issue: Хаттар
       language: Мотт
       message: Хаам
       node: ТӀадам
@@ -61,6 +72,7 @@ ce:
       relation: Хилар
       relation_member: Хиларан декъашхо
       relation_tag: Хиларан тег
+      report: хаам
       session: Сесси
       trace: Трек
       tracepoint: Трекан тӀадам
@@ -72,56 +84,105 @@ ce:
       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: секундал кӀезга хьалха
@@ -135,22 +196,16 @@ ce:
       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:
@@ -159,39 +214,131 @@ ce:
     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}'
@@ -200,6 +347,9 @@ ce:
       title_html: 'Сиз: %{name}'
       history_title_html: 'Сизан истори: %{name}'
       nodes: ТӀадам
+      nodes_count:
+        one: '%{count} шад'
+        other: '%{count} шаднаш'
       also_part_of_html:
         one: сиза чохь йу %{related_ways}
         other: сизийн чохь йу %{related_ways}
@@ -207,6 +357,9 @@ ce:
       title_html: 'Хилар: %{name}'
       history_title_html: 'Хиларан истори: %{name}'
       members: Декъашхой
+      members_count:
+        one: '%{count} декъашхо '
+        other: '%{count} декъашхоша'
     relation_member:
       entry_role_html: '%{type} %{name} ролехь %{role}'
       type:
@@ -217,6 +370,7 @@ ce:
       entry_html: Хилар %{relation_name}
       entry_role_html: Хилар %{relation_name} (ролехь %{relation_role})
     not_found:
+      title: Цакарийна
       sorry: 'Халахетарх, %{type} #%{id} цакарий.'
       type:
         node: тӀадам
@@ -225,6 +379,7 @@ ce:
         changeset: нисдарш
         note: билгалдаккхар
     timeout:
+      title: Тайм-аут гIалат
       sorry: Бехк ба билла, цу %{type} хаамаш %{id} чуьра чубаха тӀех беха бу.
       type:
         node: тӀадамаш
@@ -252,12 +407,24 @@ ce:
         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}
@@ -276,14 +443,15 @@ ce:
     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}'
@@ -291,10 +459,36 @@ ce:
         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: Коммент
@@ -308,35 +502,58 @@ ce:
       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: Шира дӀайаздарш
@@ -345,8 +562,11 @@ ce:
       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: ЧугӀо
@@ -356,12 +576,14 @@ ce:
       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: Гучудаккха хӀара дӀайаздар
@@ -369,13 +591,13 @@ ce:
       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:
@@ -388,25 +610,115 @@ ce:
       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: Бар
@@ -414,17 +726,26 @@ ce:
           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: Стоматологи
@@ -432,6 +753,7 @@ ce:
           drinking_water: Молу хи
           driving_school: Автошкола
           embassy: Векалалла
+          events_venue: Вовшахкхеттар дӀахьуш йолу меттиг
           fast_food: Фаст-фуд
           ferry_terminal: Пароман станци
           fire_station: ЦӀеяйаран станци
@@ -440,23 +762,42 @@ ce:
           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: Душ
@@ -469,17 +810,27 @@ ce:
           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: Тротуар
@@ -488,35 +839,145 @@ ce:
           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: Эхкарш
index d7a6501c7678e3df1e247ba5aacf22636dee9b2b..ded9ac4674433a13933b72f976920686f4b5e104 100644 (file)
@@ -2689,7 +2689,6 @@ cs:
       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
@@ -2709,12 +2708,6 @@ cs:
       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
@@ -2871,18 +2864,20 @@ cs:
         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
index 72f3e9bdf0473612de2bd651329201ec2a834454..a09150236ca6f48d5e6a7ed9463c6f60f2af4add 100644 (file)
@@ -458,6 +458,9 @@ cy:
       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}
@@ -875,6 +878,7 @@ cy:
           college: Adeilad Coleg
           commercial: Adeilad Masnachol
           construction: Adeilad yn cael ei Adeiladu
+          cowshed: Beudy
           detached: Tŷ Datgysylltiedig
           dormitory: Dorm
           duplex: Tŷ Deublyg
@@ -1934,6 +1938,7 @@ cy:
           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 &copy; AND, 2007
           (%{and_link})'
         contributors_nl_netherlands: Iseldiroedd
@@ -1990,6 +1995,9 @@ cy:
         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
@@ -2284,32 +2292,25 @@ cy:
       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
@@ -2419,12 +2420,16 @@ cy:
         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
@@ -2474,6 +2479,7 @@ cy:
       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
@@ -2501,6 +2507,8 @@ cy:
       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
@@ -2512,6 +2520,8 @@ cy:
     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
@@ -2547,14 +2557,19 @@ cy:
       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:
index c462c23591b6407e4baea13a5f57be4f70bac7a7..011465b0adfb23c263555a8b1b882f6eceb18858 100644 (file)
@@ -354,6 +354,7 @@ da:
     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)
@@ -366,7 +367,10 @@ da:
       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}'
@@ -488,8 +492,24 @@ da:
         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}
@@ -577,6 +597,9 @@ da:
     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
@@ -620,9 +643,11 @@ da:
         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}
@@ -671,6 +696,10 @@ da:
       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
@@ -867,6 +896,7 @@ da:
           college: Universitetsbygning
           commercial: Erhvervsbygning
           construction: Bygning under opførsel
+          cowshed: Kostald
           detached: Parcelhus
           dormitory: Kollegium
           duplex: Dobbelthus
@@ -896,6 +926,7 @@ da:
           shed: Skur
           stable: Hestestald
           static_caravan: Husvogn
+          sty: Svinesti
           temple: Tempelbygning
           terrace: Rækkehus
           train_station: Jernbanestation
@@ -1628,6 +1659,7 @@ da:
     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
@@ -1638,6 +1670,8 @@ da:
         %{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},
@@ -1700,6 +1734,7 @@ da:
       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:
@@ -1737,8 +1772,8 @@ da:
           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},
@@ -1758,8 +1793,8 @@ da:
         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:
@@ -1934,13 +1969,15 @@ da:
     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
@@ -2118,6 +2155,12 @@ da:
         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 &copy; AND data,
           2007 (%{and_link}).'
         contributors_nl_netherlands: Holland
@@ -2255,8 +2298,8 @@ da:
         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
@@ -2535,6 +2578,8 @@ da:
       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
@@ -2570,6 +2615,8 @@ da:
         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
@@ -2591,31 +2638,25 @@ da:
       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  med OpenID
-        alt: Log på med en OpenID-URL
+        title: Log ind med OpenID
+        alt: OpenID-logo
       google:
-        title: Log  med Google
-        alt: Log på med et Google OpenID
+        title: Log ind med Google
+        alt: Google-logo
       facebook:
-        title: Log  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
@@ -2655,9 +2696,12 @@ da:
       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:
@@ -2741,6 +2785,7 @@ da:
       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
@@ -2748,6 +2793,8 @@ da:
   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
@@ -2757,18 +2804,32 @@ da:
         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
@@ -2833,6 +2894,8 @@ da:
       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
@@ -2873,6 +2936,11 @@ da:
     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
@@ -3029,6 +3097,15 @@ da:
       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
@@ -3101,6 +3178,10 @@ da:
       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.
index d227bc20ca5837620aca0bd7b743e452aa7d560f..789d57ab1f4060251f22e937eb389e397ae2f0d2 100644 (file)
@@ -97,6 +97,7 @@
 # Author: Str4nd
 # Author: Suriyaa Kudo
 # Author: Sushi
+# Author: TMg
 # Author: Tehabe
 # Author: The Evil IP address
 # Author: ThePiscin
@@ -983,6 +984,7 @@ de:
           college: Hochschulgebäude
           commercial: Gewerbegebäude
           construction: Gebäude im Bau
+          cowshed: Kuhstall
           detached: Freistehendes Einfamilienhaus
           dormitory: Wohnheim
           duplex: Doppelhaus
@@ -1012,6 +1014,7 @@ de:
           shed: Schuppen
           stable: Pferdestall
           static_caravan: Wohnwagen
+          sty: Schweinestall
           temple: Tempelgebäude
           terrace: Reihenhaus
           train_station: Bahnhofsgebäude
@@ -2322,7 +2325,7 @@ de:
         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.
@@ -2774,32 +2777,26 @@ de:
       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
@@ -2959,19 +2956,23 @@ de:
         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
index d1f10a6149f9cb9b3d974850dd4516931432bb72..c49f305227f439337afed76e9f0ca83e9336dde4 100644 (file)
@@ -1007,9 +1007,6 @@ diq:
       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
index 8332cd24aa80d3437b39fb4fde81117e21442770..e7a1d3508af6c576eecc4ff12636a5d78bc839ed 100644 (file)
@@ -1432,8 +1432,6 @@ dsb:
       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ś
index 3e35c209fd22e9d413db545d42eb473399dca644..ef3f2c0b2359be5d6c37d23a257ab2405f33c165 100644 (file)
@@ -19,6 +19,7 @@
 # Author: KATRINE1992
 # Author: KATRINE1993
 # Author: Kiriakos
+# Author: KonVog
 # Author: Kongr43gpen
 # Author: Logictheo
 # Author: Macofe
@@ -60,7 +61,7 @@ el:
       issue_comment:
         create: Προσθήκη σχολίου
       message:
-        create: Î£Ï\84είλε
+        create: Î\91Ï\80οÏ\83Ï\84ολή
       client_application:
         create: Εγγραφή
         update: Ενημέρωση
@@ -538,7 +539,7 @@ el:
       hidden_comment_by_html: Κρυφό σχόλιο από %{user} %{time_ago}
       hide_comment: απόκρυψη
       unhide_comment: επανεμφάνιση
-      comment: Σχολιάζω
+      comment: Σχολιάστε
       changesetxml: Ομάδας αλλαγών XML
       osmchangexml: osmChange XML
     paging_nav:
@@ -2653,7 +2654,6 @@ el:
       oauth2_authorizations: Εξουσιοδοτήσεις OAuth 2
       muted_users: Χρήστες σε Σίγαση
     auth_providers:
-      openid_logo_alt: Σύνδεση με ένα OpenID
       openid_login_button: Συνέχεια
       openid:
         title: Σύνδεση με OpenID
@@ -2673,12 +2673,6 @@ el:
       wikipedia:
         title: Σύνδεση με Wikipedia
         alt: Συνδεθείτε με λογαριασμό Wikipedia
-      wordpress:
-        title: Σύνδεση με Wordpress
-        alt: Σύνδεση με ένα Wordpress OpenID
-      aol:
-        title: Σύνδεση με AOL
-        alt: Σύνδεση με ένα AOL OpenID
   oauth:
     authorize:
       title: Επιτρέψτε την πρόσβαση στο λογαριασμό σας
@@ -2833,16 +2827,18 @@ el:
         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: ή
index d2cda9abebc55134b3831ee620c0f4c0e95c2b1b..9850467f2f26cea4250ef0aef13e6814c25df25f 100644 (file)
@@ -1697,7 +1697,6 @@ en-GB:
         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
@@ -1716,12 +1715,6 @@ en-GB:
       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
index 6c90eacc9ea1e603dd5817dd06d710a4f8c7e078..0278bb8f2fc6a2a3ef0a46286ca7de337de51ddc 100644 (file)
@@ -386,7 +386,7 @@ en:
         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:
@@ -609,6 +609,8 @@ en:
       comment: Comment
       newer_comments: "Newer Comments"
       older_comments: "Older Comments"
+    new:
+      heading: Add a comment to the following diary entry discussion?
   doorkeeper:
     errors:
       messages:
@@ -2583,33 +2585,26 @@ en:
       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"
@@ -2752,17 +2747,22 @@ en:
         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
index 3599a7465e0914161b86c91fafe99ad6be9af103..22f2fccdbdc5d243763979e8079c6dfedc565c11 100644 (file)
@@ -883,6 +883,7 @@ eo:
           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
@@ -912,6 +913,7 @@ eo:
           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)
@@ -2598,32 +2600,26 @@ eo:
       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
@@ -2778,18 +2774,23 @@ eo:
         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ŭ
index 1a64edcf5bcb4f338cea69e494e6a0c062ccc1e6..baa10bd0fa40760c6852ab324bd039b47f9dd52a 100644 (file)
@@ -39,6 +39,7 @@
 # Author: Hufkratzer
 # Author: Idontknow
 # Author: Ignaciolep
+# Author: Ignatgg
 # Author: Indiralena
 # Author: Invadinado
 # Author: JDíaz32
@@ -724,7 +725,7 @@ es:
     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
@@ -973,6 +974,7 @@ es:
           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
@@ -1002,6 +1004,7 @@ es:
           shed: Cobertizo
           stable: Establo
           static_caravan: Caravana
+          sty: Pocilga
           temple: Edificio de templo
           terrace: Edificio terraza
           train_station: Edificio de estación de tren
@@ -2745,32 +2748,25 @@ es:
       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
@@ -2925,18 +2921,23 @@ es:
         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
index 3a8656239f2ae70e4abbb7bcd8ac5c227309b754..36bfb88ecfdd7a2205baa9ce7191d3393af30390 100644 (file)
@@ -62,8 +62,8 @@ et:
       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
@@ -98,7 +98,7 @@ et:
         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
@@ -261,7 +261,7 @@ et:
           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.
@@ -539,7 +539,7 @@ et:
       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
@@ -548,28 +548,30 @@ et:
       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}.
@@ -597,8 +599,8 @@ et:
       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
@@ -607,17 +609,17 @@ et:
         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
@@ -1486,14 +1488,14 @@ et:
           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
@@ -1557,8 +1559,8 @@ et:
     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}:'
@@ -2516,7 +2518,6 @@ et:
       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
@@ -2535,12 +2536,6 @@ et:
       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
@@ -2550,7 +2545,7 @@ et:
       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.
@@ -2570,7 +2565,7 @@ et:
       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
@@ -2677,17 +2672,18 @@ et:
         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
@@ -2754,6 +2750,7 @@ et:
       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
index 17e6a9f4af800f84bbb5692a8e5f3bc0c93708d8..cbf41d0e0c9937765601aad2b4e31d05ba3bbef1 100644 (file)
@@ -2465,7 +2465,6 @@ eu:
       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
@@ -2484,12 +2483,6 @@ eu:
       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
@@ -2631,14 +2624,16 @@ eu:
           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
index f5946b2589e407048f08f703170b7ac98d40c2df..cf92d804e5059386ec99a91f26ce95305377f092 100644 (file)
@@ -2230,7 +2230,6 @@ fa:
       oauth2_applications: برنامه‌های OAuth 2
       oauth2_authorizations: مجوزهای OAuth 2
     auth_providers:
-      openid_logo_alt: ورود با OpenID
       openid:
         title: ورود با OpenID
         alt: ورود با نشانی OpenID
@@ -2249,12 +2248,6 @@ fa:
       wikipedia:
         title: ورود با ویکی‌پدیا
         alt: ورود با حساب ویکی‌پدیا
-      wordpress:
-        title: ورود با وردپرس
-        alt: ورود با OpenID وردپرس
-      aol:
-        title: ورود با AOL
-        alt: ورود با AOL OpenID
   oauth:
     authorize:
       title: اجازهٔ دسترسی به حسابتان را صادر کنید
@@ -2390,10 +2383,11 @@ fa:
         header: آزاد و قابل‌ویرایش
       display name description: نام کاربری شما که دیگران آن را می‌بینند. می‌توانید
         بعداً آن را در تنظیمات تغییر دهید.
+      by_signing_up:
+        privacy_policy: سیاست محرمانگی
       external auth: 'احراز هویت شخص ثالث:'
       continue: ثبت نام
       terms accepted: از اینکه شرایط جدید مشارکت‌کننده را پذیرفتید، سپاسگزاریم!
-      privacy_policy: سیاست محرمانگی
       use external auth: به‌جای ثبت نام، از روش شخص ثالث استفاده کنید
     terms:
       title: شرایط
index 091c0220020f35acc20a8a1bda1cdd1944cc7b9e..ee10ca3b7c6535466301f99a599a725abdc50dec 100644 (file)
@@ -2402,7 +2402,6 @@ fi:
       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
@@ -2421,12 +2420,6 @@ fi:
       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ö
@@ -2567,13 +2560,14 @@ fi:
         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:
index 74c5f889a7048c99b7d9b14a8bbd40daa83c912b..ac74c5873037237a4155182a5f89d83ced437a33 100644 (file)
@@ -832,7 +832,6 @@ fit:
       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
index c04e09a5fb85b0b5baf372f62616f8e49fd18746..1fd7c35fb0f21bab3856024f61f6f3a62fd0b199 100644 (file)
@@ -44,6 +44,7 @@
 # Author: Hashar
 # Author: Hecatonchire
 # Author: IAlex
+# Author: Ignatgg
 # Author: Iketsi
 # Author: JB
 # Author: Jean-Frédéric
@@ -75,6 +76,7 @@
 # Author: Olasd
 # Author: Orikrin1998
 # Author: Otourly
+# Author: Oujon
 # Author: Oupsa
 # Author: Overflorian
 # Author: Peter17
@@ -1001,6 +1003,7 @@ fr:
           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
@@ -1030,6 +1033,7 @@ fr:
           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
@@ -2802,7 +2806,6 @@ fr:
       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
@@ -2822,12 +2825,6 @@ fr:
       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
@@ -2990,18 +2987,24 @@ fr:
         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
@@ -3043,7 +3046,6 @@ fr:
         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
index 1bcf85781b1c79e1e76ec0a3aedda1b11e7ee8f7..28822994e212511f466eba3103cad462022a35cd 100644 (file)
@@ -1415,7 +1415,6 @@ fur:
       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
@@ -1434,12 +1433,6 @@ fur:
       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
index b0cb52c0f67080d90e7d37db3bde14149e76e1f9..a8a7d20221136429c49fcf2bee72b93062b2913e 100644 (file)
@@ -2161,7 +2161,6 @@ fy:
       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
@@ -2180,12 +2179,6 @@ fy:
       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
index 2e2308fc723ea0c73c649430787e837da0a5d03e..7accdab5b04614c20aa6fbfed685e440925eb3d8 100644 (file)
@@ -1644,7 +1644,6 @@ ga:
         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
@@ -1663,12 +1662,6 @@ ga:
       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ú
index 47186ea5cf5c427bccc2faebc964a52342c239dd..a60901e37e4a2f29c98a0409751fd2fa293c06f0 100644 (file)
@@ -1505,7 +1505,6 @@ gd:
         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
@@ -1524,12 +1523,6 @@ gd:
       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
index 1b460faaae5c37e92f8e5b981766b0b1e9977a41..6ca88e03e9cde605915320074487f657b9cbe05f 100644 (file)
@@ -893,6 +893,7 @@ gl:
           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
@@ -922,6 +923,7 @@ gl:
           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
@@ -2663,32 +2665,25 @@ gl:
       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
@@ -2845,18 +2840,23 @@ gl:
         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
index 8a8bf6b616a87e7e702d54f99db98bdfce799c65..eb83043cffafdb0ad66025886b2a77fd394959dc 100644 (file)
@@ -919,6 +919,7 @@ he:
           college: בניין מכללה
           commercial: בניין מסחרי
           construction: בניין בבנייה
+          cowshed: רפת
           detached: בית פרטי
           dormitory: מעונות
           duplex: בית דופלקס
@@ -948,6 +949,7 @@ he:
           shed: צריף
           stable: אורווה
           static_caravan: קרוואן
+          sty: דיר חזירים
           temple: מקדש
           terrace: בניין מדורג
           train_station: בניין תחנת רכבת
@@ -2637,32 +2639,25 @@ he:
       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: אישור הגישה לחשבון שלך
@@ -2811,17 +2806,20 @@ he:
         זהות של צד שלישי, נא להתחבר באמצעות הסיסמה שלך ולשנות את הגדרות החשבון שלך.
       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: או
index a15504ccfd0c83a69d7858882e5522f1cca569fa..ef76c43a865dc2219db5562474ab12a4e38d3e61 100644 (file)
@@ -1532,7 +1532,6 @@ hr:
       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
@@ -1551,12 +1550,6 @@ hr:
       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
index 1ee2220c054c4b5398ea3cec07ba76d25b1d472e..9977b0942b4d71d8f1caf69f22e9220568212780 100644 (file)
@@ -2272,7 +2272,6 @@ hsb:
       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
@@ -2291,12 +2290,6 @@ hsb:
       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ć
@@ -2424,10 +2417,11 @@ hsb:
         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
index 4c7c4677e1b453e85eca101e7ddf970444e73530..487a061aec6517c75a2d6ada1a23eed1cc6bbb62 100644 (file)
@@ -2567,7 +2567,6 @@ hu:
       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
@@ -2586,12 +2585,6 @@ hu:
       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
@@ -2742,12 +2735,13 @@ hu:
           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
index 8b0153a762748bf120ec9cb73db26be6f03b9794..2599f2a548949350cde8decb88f89686374cd69c 100644 (file)
@@ -873,6 +873,7 @@ ia:
           college: Edificio de academia
           commercial: Edificio commercial
           construction: Edificio in construction
+          cowshed: Vaccheria
           detached: Casa individual
           dormitory: Dormitorio
           duplex: Casa duple
@@ -902,6 +903,7 @@ ia:
           shed: Remissa
           stable: Stabulo
           static_caravan: Caravana
+          sty: Porcheria
           temple: Edificio de templo
           terrace: Casas in serie
           train_station: Edificio de station ferroviari
@@ -2630,32 +2632,25 @@ ia:
       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
@@ -2812,18 +2807,23 @@ ia:
         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
index f7f8f08374ee6a536b6605521447cfc8904c2e5e..4f8936581c327489a1eceb45bd0444edb46c20ed 100644 (file)
@@ -2576,7 +2576,6 @@ id:
       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
@@ -2595,12 +2594,6 @@ id:
       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
@@ -2747,14 +2740,16 @@ id:
           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
index b3d6fc13f0a8e4893af190b0630ffd7f99db1a61..4a899c9e3c0f7bf5ffd504f601e1fb03cb63547f 100644 (file)
@@ -2584,7 +2584,6 @@ is:
       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óð
@@ -2603,12 +2602,6 @@ is:
       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
@@ -2758,15 +2751,17 @@ is:
           þé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
@@ -2803,7 +2798,6 @@ is:
         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
index 6ed8f6d242d75c2e657fdba31173c4c4ef3c0de5..765a6eadb8e4adfef62efc160f402504f239498e 100644 (file)
@@ -2691,32 +2691,25 @@ it:
       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
@@ -2871,18 +2864,20 @@ it:
         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
index ab27a5db2b0273bfee2e18647d5ff2b71e918409..d29ac234eed6515cd8dfb593f2add7b4c54e481c 100644 (file)
@@ -3,6 +3,7 @@
 # Export driver: phpyaml
 # Author: A2y4
 # Author: Aefgh39622
+# Author: Afaz
 # Author: Ajeje Brazorf
 # Author: Amire80
 # Author: Aphaia
@@ -104,6 +105,7 @@ ja:
       messages:
         invalid_email_address: 有効なメールアドレスではないようです
         email_address_not_routable: ルート作成できません
+        display_name_is_user_n: n がユーザIDでない限り、 user_n にすることはできません。
       models:
         user_mute:
           is_already_muted: さんはすでにミュートされています
@@ -426,9 +428,9 @@ ja:
       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}
@@ -492,8 +494,11 @@ ja:
     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}に作成'
@@ -503,6 +508,8 @@ ja:
       still_open: 変更セットが開いたままです - 議論を行うには変更セットを閉じる必要があります。
       subscribe: 購読
       unsubscribe: 購読停止
+      comment_by_html: '%{time_ago}, %{user} からのコメント'
+      hidden_comment_by_html: '%{time_ago}, %{user} からの非公開コメント'
       hide_comment: 非表示
       unhide_comment: 非表示を解除
       comment: コメント
@@ -635,10 +642,29 @@ ja:
       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: メールアドレスを表示
@@ -647,6 +673,7 @@ ja:
       profile: プロフィール情報の表示
   errors:
     contact:
+      contact_url_title: 複数の連絡チャンネルが存在します
       contact: 連絡
       contact_the_community_html: リンク切れ / バグを見つけたら、遠慮なくOpenStreetMapコミュニティに%{contact_link}してください。リクエストの正確なURLを書き留めてください。
     bad_request:
@@ -675,6 +702,10 @@ ja:
       success: '%{name} を友達から解除しました。'
       not_a_friend: '%{name} は友達ではありません。'
   geocoder:
+    search:
+      title:
+        results_from_html: '結果: %{results_link}'
+        latlon: 内部
     search_osm_nominatim:
       prefix:
         aerialway:
@@ -838,6 +869,7 @@ ja:
           college: 校舎
           commercial: 商業ビル
           construction: 建設中の建物
+          cowshed: 牛舎
           detached: 戸建て住宅
           dormitory: 寮
           duplex: 2世帯住宅
@@ -1467,6 +1499,7 @@ ja:
       status: 状態
       reports: 報告
       last_updated: 最近の更新
+      last_updated_time_ago_user_html: '%{time_ago}, 実施ユーザ %{user}'
       link_to_reports: レポートを表示
       reports_count:
         other: '%{count}件のレポート'
@@ -1510,6 +1543,7 @@ ja:
   issue_comments:
     create:
       comment_created: コメントは無事作成されました
+      issue_reassigned: コメントが作成され、課題が再アサインされました
   reports:
     new:
       title_html: '%{link} を報告'
@@ -1567,7 +1601,10 @@ ja:
     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 のデータベースはメンテナンスのため一時的に停止しています。
@@ -1587,12 +1624,15 @@ ja:
     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} さん。
@@ -1618,6 +1658,7 @@ ja:
       subject: '[OpenStreetMap] GPX のインポートが失敗'
     gpx_success:
       hi: こんにちは、%{to_user} さん。
+      all_your_traces_html: アップロードが完了したGPXトレースログは %{url} から参照できます。
       subject: '[OpenStreetMap] GPX のインポートが成功'
     signup_confirm:
       subject: '[OpenStreetMap] OpenStreetMapへようこそ'
@@ -1636,6 +1677,7 @@ ja:
       hopefully_you: 誰か (おそらくあなた) が、このメール アドレスの openstreetmap.org アカウントに対するパスワードをリセットするように依頼しました。
       click_the_link: これがあなたであれば、以下のリンクをクリックしてパスワードをリセットしてください。
     note_comment_notification:
+      description: 'OpenStreetMap地図メモ #%{id}'
       anonymous: IP利用者
       greeting: こんにちは。
       commented:
@@ -1786,6 +1828,7 @@ ja:
       flash token bad: キーワードが見つかりません。URL を確認してください。
     update:
       flash changed: あなたのパスワードは変更されました。
+      flash token bad: トークンが見つかりませんでした。URLを確認してください。
   preferences:
     show:
       title: 個人設定
@@ -1829,6 +1872,7 @@ ja:
     new:
       title: ログイン
       tab_title: ログイン
+      login_to_authorize_html: '%{client_app_name} へのアクセスにはOpenStreetMapでのログインが必要です。'
       email or username: 'メールアドレスまたは利用者名:'
       password: 'パスワード:'
       remember: ログイン状態を保持
@@ -1948,12 +1992,37 @@ ja:
         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 &copy; 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: スペイン
@@ -1967,8 +2036,7 @@ ja:
         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: 商標
@@ -2055,12 +2123,16 @@ ja:
     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: 閉じる
@@ -2083,15 +2155,22 @@ ja:
           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: チェアリフト
@@ -2105,16 +2184,26 @@ ja:
           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: 墓地
@@ -2138,7 +2227,9 @@ ja:
           construction: 建設中の道路
           bus_stop: バス停
           bicycle_shop: 自転車販売店
+          bicycle_rental: 自転車レンタル
           bicycle_parking: 駐輪場
+          bicycle_parking_small: 小規模駐輪場
           toilets: トイレ
     welcome:
       title: ようこそ!
@@ -2152,15 +2243,20 @@ ja:
         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: |-
@@ -2279,6 +2375,8 @@ ja:
         ファイル}}'
       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 を有効にしてください。
@@ -2295,31 +2393,26 @@ ja:
       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: あなたのアカウントへのアクセスの認証
@@ -2346,6 +2439,7 @@ ja:
     permissions:
       missing: この機能についてアプリケーションにアクセスを許可していません。
     scopes:
+      openid: OpenStreetMapを使用してログイン
       read_prefs: 利用者設定の読み込み
       write_prefs: 利用者設定の変更
       write_diary: 日記エントリを作成する・コメントする・友達を作る
@@ -2355,9 +2449,12 @@ ja:
       write_notes: メモを変更する
       read_email: 利用者のメールアドレスを読む
       skip_authorization: 自動的に申請を承認する
+    for_roles:
+      moderator: モデレータ専用アクション用の権限
   oauth_clients:
     new:
       title: アプリケーションの新規登録
+      disabled: OAuth 1アプリケーションの登録が無効化されました
     edit:
       title: アプリケーションの編集
     show:
@@ -2436,6 +2533,7 @@ ja:
       title: 認証を許可したアプリケーション
       application: アプリケーション
       permissions: 権限
+      last_authorized: 直近の認可
       no_applications_html: %{oauth2}アプリケーションをまだ承認していません。
     application:
       revoke: アクセスを取り消す
@@ -2443,24 +2541,29 @@ ja:
   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: または
@@ -2793,6 +2896,7 @@ ja:
       openstreetmap_contributors: OpenStreetMapの貢献者
       make_a_donation: 寄付をする
       osm_france: OpenStreetMap France
+      andy_allan: Andy Allan
       hotosm_name: Humanitarian OpenStreetMap Team
     site:
       edit_tooltip: 地図を編集
index d9abfa136c7ed1a508814b98fa7a2ad049bba135..1b1e22e13d55a489dc97d432cbcbef38fd2915ba 100644 (file)
@@ -972,9 +972,6 @@ ka:
       identifiable: იდენტიფიცირებადი
       private: პირადი
       trackable: კონტროლირებადი
-  application:
-    auth_providers:
-      openid_logo_alt: შესვლა OpenID-ის საშუალებით
   oauth:
     authorize:
       allow_write_api: რუკის შეცვლა.
index 1dc2d535f9fd87c72d591d9eb92ace64108a81a1..5f50c7112faf48f57bae6fc44c3d7972aa10d5f3 100644 (file)
@@ -1146,7 +1146,6 @@ kab:
         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
@@ -1165,12 +1164,6 @@ kab:
       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
index ca1fd0fc473fcf95d0d5588f242efc237cc8ddae..9e75bd19613be25015ea4f9287a99a8da2d35cf9 100644 (file)
@@ -1182,10 +1182,6 @@ kk-cyrl:
         title: GitHub арқылы кіру
       wikipedia:
         title: Уикипедия арқылы кіру
-      wordpress:
-        title: Wordpress арқылы кіру
-      aol:
-        title: AOL арқылы кіру
   oauth_clients:
     show:
       confirm: Сенімдісіз бе?
index 4f7918a50f7e5c9d300c75f7f7212354b7415705..f113d46e068c109c80fafe55b9e9df0c9e5ad016 100644 (file)
@@ -743,10 +743,6 @@ km:
         title: កត់ឈ្មោះចូលដោយប្រើ GitHub
       wikipedia:
         title: កត់ឈ្មោះចូលដោយប្រើវិគីភីឌា
-      wordpress:
-        title: កត់ឈ្មោះចូលដោយប្រើ Wordpress
-      aol:
-        title: កត់ឈ្មោះចូលដោយប្រើ AOL
   oauth_clients:
     edit:
       title: កែប្រែ​ទំរង់បែបបទរបស់អ្នក​
index 887a934ea0a34a8f0560d5f6d927bb203352a254..703afbbf080a5cd40a4e991093c45217e69650cd 100644 (file)
@@ -3,6 +3,7 @@
 # Export driver: phpyaml
 # Author: A Retired User
 # Author: Adreamy
+# Author: Alatta
 # Author: Alattalatta
 # Author: Alex00728
 # Author: Apzp79
@@ -86,6 +87,7 @@ ko:
       messages:
         invalid_email_address: 유효한 이메일 주소로 보이지 않음
         email_address_not_routable: 라우팅할 수 없음
+        display_name_is_user_n: n이 사용자 ID가 아니라면 user_n이 될 수 없음
       models:
         user_mute:
           is_already_muted: 님은 이미 음소거되어 있습니다
@@ -241,11 +243,11 @@ ko:
   auth:
     providers:
       none: 없음
-      google: 구글
-      facebook: 페이스북
+      google: Google
+      facebook: Facebook
       microsoft: 마이크로소프트
-      github: 깃허브
-      wikipedia: 위키백과
+      github: GitHub
+      wikipedia: Wikipedia
   api:
     notes:
       comment:
@@ -560,13 +562,15 @@ ko:
       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}에 업데이트됨.
@@ -1479,7 +1483,7 @@ ko:
         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:
@@ -1497,9 +1501,9 @@ ko:
           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: 이 사용자 프로필은 스팸이거나 스팸을 포함합니다
@@ -1541,7 +1545,9 @@ ko:
     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: 데이터베이스 점검을 위해 현재 오픈스트리트맵의 데이터가 오프라인 상태에 있습니다.
@@ -1561,10 +1567,10 @@ ko:
     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}에서
@@ -1611,42 +1617,44 @@ ko:
       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}에 내 바뀜집합에 댓글을 달았습니다'
@@ -1654,7 +1662,7 @@ ko:
           주시중인 바뀜집합에 댓글을 남겼습니다'
         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}에서 찾을 수 있습니다.
@@ -1849,39 +1857,39 @@ ko:
       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:
@@ -2001,7 +2009,7 @@ ko:
           책임을 진다는 것을 의미하지 않습니다.
         infringement_title_html: 저작권 침해
         infringement_1_html: |-
-          OSM 기여자는 저작권 소유자로부터 명시적 허가 없이
+          OSM 기여자는 저작권 소유자 명시적 허가 없이
           저작권이 있는 자료(예를 들어 Google 지도 또는 인쇄된 지도)에서
           데이터를 반입하지 않도록 주의하여야 합니다.
         infringement_2_1_html: |-
@@ -2036,21 +2044,21 @@ ko:
       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: 문제 보고 / 지도 수정
@@ -2390,31 +2398,25 @@ ko:
       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: 내 계정에 접근 인증
@@ -2423,7 +2425,7 @@ ko:
       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 궤적을 업로드합니다.
@@ -2445,7 +2447,7 @@ ko:
       openid: 오픈스트리트맵으로 로그인
       read_prefs: 사용자 환경 설정 읽기
       write_prefs: 사용자 환경 설정 수정
-      write_diary: 일기 항목을 생성하고 덧글을 남기며 친구를 만듭니다.
+      write_diary: 일기 항목과 댓글을 생성하고 친구를 추가합니다.
       write_api: 지도 수정
       read_gpx: 비공개 GPS 궤적 읽기
       write_gpx: GPS 궤적 업로드
@@ -2513,6 +2515,8 @@ ko:
       delete: 삭제
       confirm_delete: 이 애플리케이션을 삭제하시겠습니까?
       client_id: 클라이언트 ID
+      client_secret: 클라이언트 비밀번호
+      client_secret_warning: 이 비밀번호는 다시 볼 수 없으므로 안전한 곳에 저장하세요
       permissions: 권한
       redirect_uris: URI 리다이렉트
     not_found:
@@ -2546,20 +2550,25 @@ ko:
         최대한 빨리 이뤄질 수 있도록 노력하겠습니다.
       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자 로그인 방식 사용하기
@@ -2593,7 +2602,6 @@ ko:
       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} 사용자는 존재하지 않습니다'
@@ -2818,7 +2826,7 @@ ko:
       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: 제출
@@ -2845,7 +2853,7 @@ ko:
       event_reopened_by_anonymous_html: '%{time_ago} 익명 사용자가 재활성화함'
       event_hidden_by_html: '%{time_ago} %{user}님이 숨김 처리함'
       report: 이 참고 신고
-      anonymous_warning: 이 참고에는 익명 사용자의 덧글도 있으므로 별도로 확인해야 합니다.
+      anonymous_warning: 이 참고는 익명 사용자의 댓글을 포함하므로 별도로 확인해야 합니다.
       hide: 숨기기
       resolve: 해결
       reactivate: 다시 활성화
index 4989838edbbc53d1ec01ab385cfa718c192ffb8e..b57ee5640df08d4660d2f40440c7346be84b6fb2 100644 (file)
@@ -345,10 +345,6 @@ ksh:
       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
index 52f3bf72b3bd6bca19357b1e946e0698c12b7204..3bfeae8d509861bf9a5a5921e71b59a15cf4278a 100644 (file)
@@ -2257,7 +2257,6 @@ ku-Latn:
       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ê
@@ -2276,12 +2275,6 @@ ku-Latn:
       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
index 9f5a904a9c7dc32b3247b1844bbae7ab57181138..ba4ac69eacb62fb9d7e0f93f04a6f1b3dc468cf1 100644 (file)
@@ -2126,32 +2126,25 @@ lb:
       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
@@ -2229,8 +2222,9 @@ lb:
         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
index 55e4ff98469a3623c01b3bfa2d8d3958ee3f9513..bfbc4ba8b73d230aa93aea160d4ab46486a97965 100644 (file)
@@ -2444,7 +2444,6 @@ lt:
       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
@@ -2463,12 +2462,6 @@ lt:
       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
@@ -2609,10 +2602,11 @@ lt:
           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
index e5c48e40e458022c6f92ffe8d1a96f71cbf0af56..9a24f0e615261b980f38c0f3b9275bb247b7f19e 100644 (file)
@@ -1839,7 +1839,6 @@ lv:
         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
@@ -1858,12 +1857,6 @@ lv:
       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
index 50d7b9d11ebe4818e6f909f2fcb8bf3b941ab248..19677244d48ff6dc767cc1358f402f628ee59526 100644 (file)
@@ -866,6 +866,7 @@ mk:
           college: Средно училиште
           commercial: Комерцијална зграда
           construction: Градилиште
+          cowshed: Краварник
           detached: Самостојна куќа
           dormitory: Студентски дом
           duplex: Двојна куќа
@@ -895,6 +896,7 @@ mk:
           shed: Шупа
           stable: Штала
           static_caravan: Приколка
+          sty: Кочина
           temple: Храм
           terrace: Лепенка
           train_station: Железничка станица
@@ -2613,32 +2615,26 @@ mk:
       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: Овластете пристап до вашата сметка
@@ -2792,18 +2788,23 @@ mk:
         нагодувањата на сметката.
       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: или
index 58e626d6afe1d5cc1ab43a2098eabba05d1531c4..d37a94449b10c62cf161db3e78f673ee0bad78a5 100644 (file)
@@ -578,7 +578,6 @@ mo:
       title: Експортаре
   application:
     auth_providers:
-      openid_logo_alt: Ынтраря ку ажуторул OpenID
       openid:
         title: Ынтраря ку ажуторул OpenID
         alt: Ынтраря ку ажуторул OpenID URL
@@ -597,12 +596,6 @@ mo:
       wikipedia:
         title: Ынтраря ку ажуторул Википедией
         alt: Ынтраря ку ажуторул контулуй де Википедия
-      wordpress:
-        title: Ынтраря ку ажуторул Wordpress
-        alt: Ынтраря ку ажуторул Wordpress OpenID
-      aol:
-        title: Ынтраря ку ажуторул AOL
-        alt: Ынтраря ку ажуторул AOL OpenID
   users:
     show:
       my diary: Журналул меу
index 36fd91e657baaf87c9fe19a2d8445a9074b0d634..aae77d325d7652e0b26236318fe8d6c07e138c39 100644 (file)
@@ -1840,7 +1840,6 @@ ms:
       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
@@ -1859,12 +1858,6 @@ ms:
       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
index 503881c555f4c9f5ad4b89cc595e2f444bf33a83..8af954036782151e88986058f29d55f7076e6c56 100644 (file)
@@ -2037,7 +2037,6 @@ nb:
         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
@@ -2056,12 +2055,6 @@ nb:
       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
index 84d03ebbe87542e2452bf841819fa639cc229fa9..ac6ff5e7640c293069b92f4e67341610025fb9f1 100644 (file)
@@ -1212,6 +1212,7 @@ ne:
       open_data_open_data: खुल्ला डेटा
       open_data_copyright_license: प्रतिलिपी अधिकार र इजाजतपत्र पृष्ठ
       legal_title: कानूनी
+      legal_1_1_privacy_policy: गोपनीयता नीति
       partners_title: समर्थकहरू
     copyright:
       title: प्रतिलिपी अधिकार र इजाजतपत्र
@@ -1440,8 +1441,6 @@ ne:
       wikipedia:
         title: विकिपिडियाकाे प्रयाेग गरि प्रवेश गर्नुहाेस्
         alt: विकिपिडिया खाताद्वारा प्रवेश गर्नुहोस्
-      wordpress:
-        title: वर्डप्रेस खाताबाट प्रवेश गर्नुहोस्
   oauth_clients:
     show:
       confirm: निश्चित हुनुहुन्छ ?
@@ -1465,8 +1464,11 @@ ne:
       title: खाता खाेल्नुहाेस्
       about:
         header: खुल्ला र सम्पादन गर्न मिल्ने
+      by_signing_up:
+        privacy_policy: गोपनीयता नीति
       continue: खाता खाेल्नुहाेस्
-      privacy_policy: गोपनीयता नीति
+      email_help:
+        privacy_policy: गोपनीयता नीति
     terms:
       title: सर्तहरू
       heading: सर्तहरू
index cfc0b543ca6719ca1ec710382ce4ae8ad028eeb5..0f2311ba4ab5a8551a5c5b79368b1e94b4688947 100644 (file)
@@ -933,6 +933,7 @@ nl:
           college: Schoolgebouw
           commercial: Commercieel gebouw
           construction: Gebouw in aanbouw
+          cowshed: Koeienstal
           detached: Alleenstaande woning
           dormitory: Studentenhuis
           duplex: Koppelwoning
@@ -962,6 +963,7 @@ nl:
           shed: Schuurtje
           stable: Stal
           static_caravan: Stacaravan
+          sty: Varkensstal
           temple: Tempelgebouw
           terrace: Rijhuizen
           train_station: Spoorwegstationsgebouw
@@ -1767,7 +1769,7 @@ nl:
     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.
@@ -2706,32 +2708,26 @@ nl:
       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
@@ -2889,17 +2885,21 @@ nl:
         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
index be0bdb0bd568fddac0f74a60d0a5baa56b666b14..ce8463ba0552fd9fdc0fa26e7ca968da5804dd6a 100644 (file)
@@ -2265,7 +2265,6 @@ nn:
         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
@@ -2284,12 +2283,6 @@ nn:
       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
index 06e0ae1dd6cbda928067cd62d533987e5b11c4ce..46655160eb26a08bcdbf303d5caf5ba260b0636b 100644 (file)
@@ -1598,7 +1598,6 @@ nqo:
       oauth2_applications: 0Auth 2 ߟߥߊ߬ߟߌ߬ߟߌ ߟߎ߬
       oauth2_authorizations: 0Auth 2 ߖߡߊ߬ߙߌ߬ߦߊ߬ߟߌ
     auth_providers:
-      openid_logo_alt: ߌ ߜߊ߲߬ߞߎ߲߬ ߏߔߌ߲ ID ߟߊ߫
       openid:
         title: ߌ ߜߊ߲߬ߞߎ߲߫ ߏߔߌ߲ ID ߘߌ߫
         alt: ߌ ߜߊ߲߬ߞߎ߲߫ ߏߔߌ߲ ID URL ߟߊ߫
@@ -1617,12 +1616,6 @@ nqo:
       wikipedia:
         title: ߌ ߜߊ߲߬ߞߎ߲߫ ߥߞߌߔߋߘߌߦߊ ߟߊ߫
         alt: ߌ ߜߊ߲߬ߞߎ߲߫ ߥߞߌߔߋߘߌߦߊ ߖߊ߬ߕߋ߬ߘߊ ߟߊ߫
-      wordpress:
-        title: ߌ ߜߊ߲߬ߞߎ߲߫ ߥߐߘߑߔߙߍߛ ߟߊ߫
-        alt: ߌ ߜߊ߲߬ߞߎ߲߫ ߥߐߘߑߔߙߍߛ ߏߔߌ߲ ID ߟߊ߫
-      aol:
-        title: ߌ ߜߊ߲߬ߞߎ߲߫ ߊߏߍߟ ߟߊ߫
-        alt: ߌ ߜߊ߲߬ߞߎ߲߫ ߊߏߍߟ ߏߔߌ߲ ID ߟߊ߫
   oauth:
     authorize:
       title: ߌ ߟߊ߫ ߖߊ߬ߕߋ߬ߘߊ ߟߊߛߐ߬ߘߐ߲ ߠߊߘߌ߬ߢߍ߬
index de0a5d02199e1ec339aca9aa870b76c7a61e2483..63393cdaf89c3100fa28d01875dbd1154d39e48e 100644 (file)
@@ -2141,7 +2141,6 @@ oc:
     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
@@ -2160,12 +2159,6 @@ oc:
       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
index 6fb63fe3fdb567198ffc894a3778eb2000716b77..35f7be08e74c4d7be55bb970b924a32c7651d0ea 100644 (file)
@@ -37,6 +37,7 @@
 # Author: Maro21
 # Author: Mateon1
 # Author: Mikini
+# Author: Mkot
 # Author: Nemo bis
 # Author: Odie2
 # Author: OrlPL
@@ -555,8 +556,19 @@ pl:
         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}'
@@ -648,6 +660,8 @@ pl:
       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ę
@@ -693,6 +707,11 @@ pl:
       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}
@@ -2585,7 +2604,6 @@ pl:
       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
@@ -2605,12 +2623,6 @@ pl:
       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
@@ -2761,14 +2773,16 @@ pl:
           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:
index 02703fea1125b068da9a6c6b945fc9b425bcf208..840ee6e00bd28acb37218fb531c34d97210df707 100644 (file)
@@ -1738,7 +1738,6 @@ pnb:
       oauth2_applications: آوتھ ورژن 2 اَیپ
       oauth2_authorizations: آوتھ ورژن 2 ورتݨ
     auth_providers:
-      openid_logo_alt: اوپن آئی ڈی ورتو
       openid:
         title: اوپن آئی‌ڈی نال لوگ‌این کرو
         alt: اوپن آئی ڈی یو آر ایل ورتو
@@ -1757,12 +1756,6 @@ pnb:
       wikipedia:
         title: وِکیپیڈیا نال لوگ‌این کرو
         alt: وِکیپیڈیا ورتو
-      wordpress:
-        title: ورڈپریس نال لوگ‌این کرو
-        alt: ورڈ پریس ورتو
-      aol:
-        title: اے او ایل نال لوگ‌این کرو
-        alt: اے او ایل ورتو
   oauth:
     authorize:
       allow_write_diary: روزنامچے وچ لیکھ بݨا سکدیو، ٹپݨی کریو تے دوست جوڑیو
index 7e012ea0201f5a36782c982c08bd098a4f03dbe9..81451108b601296bf270ed6ad82d45f2be6ad158 100644 (file)
@@ -1,6 +1,7 @@
 # Messages for Portuguese (português)
 # Exported from translatewiki.net
 # Export driver: phpyaml
+# Author: Andrekowacs
 # Author: AntMadeira
 # Author: Athena in Wonderland
 # Author: B3rnas
@@ -2655,7 +2656,6 @@ pt-PT:
       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
@@ -2675,12 +2675,6 @@ pt-PT:
       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
@@ -2837,18 +2831,23 @@ pt-PT:
         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
index 191c9e80ed9bd369cfd3d9a0ef6ef57fbb2ba507..11b64b6a893e16082f3b994441bcfb4d19b7ca81 100644 (file)
@@ -3,6 +3,7 @@
 # Export driver: phpyaml
 # Author: Adrianojbr
 # Author: Alvarenga
+# Author: Andrekowacs
 # Author: Athena in Wonderland
 # Author: BraulioBezerra
 # Author: Brunomelnic
@@ -610,6 +611,8 @@ pt:
       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
@@ -653,6 +656,11 @@ pt:
       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}
@@ -706,6 +714,10 @@ pt:
       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
@@ -1737,6 +1749,7 @@ pt:
       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:
@@ -1969,13 +1982,14 @@ pt:
     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:
@@ -2155,6 +2169,9 @@ pt:
         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
@@ -2622,6 +2639,8 @@ pt:
         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
@@ -2642,32 +2661,25 @@ pt:
       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
@@ -2824,18 +2836,24 @@ pt:
         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
@@ -2904,6 +2922,8 @@ pt:
       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
@@ -3110,9 +3130,11 @@ pt:
       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
index 99e27f7e211b84cd85804f688c50beabdae46b2d..7ee0f7fcfea269ab38aa656fdb6f1444cebbd047 100644 (file)
@@ -2577,7 +2577,6 @@ ro:
       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
@@ -2596,12 +2595,6 @@ ro:
       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.
@@ -2750,14 +2743,16 @@ ro:
           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
index f8d3e0a8986800abb8a64a39de2c38f2e4e8264c..b31e04d0e50317d46075e15199b86d06ecc86f60 100644 (file)
@@ -2046,6 +2046,7 @@ ru:
       login_button: Представиться
       register now: Зарегистрируйтесь
       with external: 'Или воспользуйтесь аккаунтом с другого сайта:'
+      or: или
       auth failure: Извините, вход с этими именем или паролем невозможен.
     destroy:
       title: Выйти
@@ -2365,6 +2366,7 @@ ru:
           taxiway: рулёжная дорожка
           apron: Перрон аэродрома
           admin: Административная граница
+          city: Город
           orchard: Фруктовый сад
           vineyard: Виноградник
           forest: Лес
@@ -2372,6 +2374,7 @@ ru:
           farmland: Сельхозугодья
           grass: Трава
           meadow: Луг
+          bare_rock: Голая скала
           golf: Площадка для гольфа
           park: Парк
           common: Общественная земля
@@ -2384,6 +2387,8 @@ ru:
           lake: Озеро
           reservoir: Водохранилище
           glacier: Ледник
+          reef: Риф
+          wetland: Заболоченная территория
           farm: Ферма
           brownfield: Расчистка под застройку
           cemetery: Кладбище
@@ -2409,6 +2414,7 @@ ru:
           bicycle_shop: Магазин велосипедов
           bicycle_rental: Прокат велосипедов
           bicycle_parking: Парковка для велосипедов
+          bicycle_parking_small: Небольшая велопарковка
           toilets: Туалет
     welcome:
       title: Добро пожаловать!
@@ -2452,6 +2458,7 @@ ru:
         imports: Импорты
         automated_edits: Автоматические правки
       start_mapping: Начать картографировать
+      continue_authorization: Продолжить авторизацию
       add_a_note:
         title: Нет времени отредактировать карту? Добавьте заметку!
         para_1: Если нужно сделать небольшое уточнение, ради которого слишком долго
@@ -2614,31 +2621,25 @@ ru:
       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: Разрешить доступ к вашей учётной записи
@@ -2675,6 +2676,7 @@ ru:
       read_gpx: Читать частные GPS-треки
       write_gpx: Загрузить GPS-треки
       write_notes: Изменить заметки
+      write_redactions: Редактировать данные карты
       read_email: Читать адрес электронной почты пользователя
   oauth_clients:
     new:
@@ -2784,15 +2786,18 @@ ru:
           электронное письмо для подтверждения вашей учетной записи.
       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: Условия сотрудничества
index 2826c81e3b2a2145aee181dadbec23a7c749b639..2c21ee07e7eb157e47f3aed1012f5603883dc17f 100644 (file)
@@ -2552,7 +2552,6 @@ sc:
       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
@@ -2571,12 +2570,6 @@ sc:
       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
@@ -2725,15 +2718,17 @@ sc:
           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
index e7acd27e5006f1be11dafe0becfe58e9e5e80586..a3308824b4acf4e06b1cc5bf8671427b59591e50 100644 (file)
@@ -1633,7 +1633,6 @@ scn:
       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
@@ -1652,12 +1651,6 @@ scn:
       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
index 57bb548cca49bb1bf694c9f5771195ab41f4ae1b..486844fc480aa4e430f3a9f95d0a299cdf5e006f 100644 (file)
@@ -917,12 +917,6 @@ sco:
       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
index 5cf8292655bdf57c1d327b47db98c3905bdb7f50..2b8fce1990a1c7f5220ee1243f8481681c294d42 100644 (file)
@@ -766,7 +766,6 @@ sh:
       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
index a410c867f84decca403b05695402827951220d33..5e8369c33ee71524ec8cfd3b8251d578f60ce8ff 100644 (file)
@@ -17,6 +17,7 @@
 # Author: Mikulas1
 # Author: Mimarik
 # Author: Nemo bis
+# Author: Oujon
 # Author: Rudko
 # Author: Ruila
 # Author: Spider 001757
@@ -659,6 +660,9 @@ sk:
       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}
@@ -1262,7 +1266,7 @@ sk:
           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
@@ -1546,7 +1550,10 @@ sk:
     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
@@ -1578,6 +1585,8 @@ sk:
         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},
@@ -1674,8 +1683,9 @@ sk:
           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},
@@ -1695,8 +1705,9 @@ sk:
         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:
@@ -1711,6 +1722,8 @@ sk:
       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:
@@ -1721,6 +1734,12 @@ sk:
       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
@@ -1746,6 +1765,7 @@ sk:
       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}
@@ -1792,6 +1812,9 @@ sk:
     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:
@@ -1802,6 +1825,9 @@ sk:
       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}
@@ -2186,6 +2212,7 @@ sk:
           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
@@ -2194,6 +2221,7 @@ sk:
           admin: Administratívne hranice
           forest: Les (udržiavaný)
           wood: Les
+          bare_rock: Holá skala
           golf: Golfové ihrisko
           park: Park
           common: Pastvina
@@ -2204,6 +2232,7 @@ sk:
           heathland: Vresovisko
           lake: Jazero
           reservoir: Nádrž
+          intermittent_water: Občasná vodná plocha
           farm: Farma
           brownfield: Zborenisko
           cemetery: Cintorín
@@ -2219,7 +2248,7 @@ sk:
           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
@@ -2379,6 +2408,8 @@ sk:
     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
@@ -2400,7 +2431,7 @@ sk:
       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
@@ -2419,12 +2450,6 @@ sk:
       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
@@ -2453,15 +2478,23 @@ sk:
     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:
@@ -2535,29 +2568,31 @@ sk:
       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:
index 862e65a8552f7112c7d63a4f697c737508558474..4cadb8aa2b298649a9df2d9be510201ff905affd 100644 (file)
@@ -1260,27 +1260,25 @@ skr-arab:
     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: ناں
@@ -1304,9 +1302,12 @@ skr-arab:
       title: سائن اپ
       tab_title: سائن اپ
       support: سہارا
+      by_signing_up:
+        privacy_policy: رازداری پالیسی
       tou: ورتݨ شرطاں
       continue: سائن اپ
-      privacy_policy: رازداری پالیسی
+      email_help:
+        privacy_policy: رازداری پالیسی
       or: یا
     terms:
       title: شرطاں
index eba875e881bf65084f8c241b28d96e6bde2a2e5d..1203d9d3f8901ab46fae04c74347793158b6adfd 100644 (file)
@@ -1299,7 +1299,7 @@ sl:
           region: Regija
           sea: Morje
           square: Trg
-          state: 'Zvezna država (ZDA):'
+          state: Zvezna država
           subdivision: Pododdelek
           suburb: Predmestje
           town: Mesto
@@ -1785,7 +1785,7 @@ sl:
         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},
@@ -1806,8 +1806,8 @@ sl:
         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}.
@@ -2328,7 +2328,7 @@ sl:
         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
@@ -2665,32 +2665,26 @@ sl:
       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
@@ -2846,18 +2840,22 @@ sl:
         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
@@ -2896,7 +2894,6 @@ sl:
       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
@@ -2990,7 +2987,7 @@ sl:
       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.
index d8bff3a3cfc00c8ae4f8b56a36d0b00b2f07f958..352e4fed4b893f88acd05f584d0ffe88f5288c59 100644 (file)
@@ -1246,7 +1246,6 @@ sq:
     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:
index 4cccc539101409f1b9e3912f37cd1d7e79af1717..c20241b01a326575bd2046693e9f747ddec1bb31 100644 (file)
@@ -1124,8 +1124,6 @@ sr-Latn:
       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}.
index 512f3f3bb64ac43e5441cf973c0ae20d048c3dd6..623cea7f3784bea67dcf7b3a3c340b051334a044 100644 (file)
@@ -2065,32 +2065,25 @@ sr:
       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: Ауторизујте приступ свом налогу
@@ -2192,11 +2185,14 @@ sr:
         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: или се региструјте путем треће стране
index bd635a307a292eae321c79b121a89ff9ca76bf01..0730a2fabdb3aba568b504e41dcd0956edd64e89 100644 (file)
@@ -2644,7 +2644,6 @@ sv:
       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
@@ -2664,12 +2663,6 @@ sv:
       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
@@ -2826,16 +2819,18 @@ sv:
         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
index 17a5d7d47e49703bc23b5dc8909e36c49ac8432c..cc11d5d456337057a465a2a286d3e695d097b0c1 100644 (file)
@@ -2114,7 +2114,6 @@ te:
       oauth2_applications: OAuth 2 అనువర్తనాలు
       oauth2_authorizations: OAuth 2 ఆథరైజేషన్లు
     auth_providers:
-      openid_logo_alt: ఏదైనా OpenID తో లాగినవండి
       openid:
         title: OpenID తో లాగినవండి
         alt: ఏదైనా OpenID URL తో లాగినవండి
@@ -2133,12 +2132,6 @@ te:
       wikipedia:
         title: వికీపీడియాతో లాగినవండి
         alt: వికీపీడియా ఖాతాతో లాగినవండి
-      wordpress:
-        title: వర్డ్‌ప్రెస్‌తో లాగినవండి
-        alt: వర్డ్‌ప్రెస్ OpenID తో లాగినవండి
-      aol:
-        title: AOL తో లాగినవండి
-        alt: AOL OpenID తో లాగినవండి
   oauth:
     authorize:
       title: మీ ఖాతాను అందుకునేందుకు ఆథరైజు చెయ్యండి
index 1546dfd3f05d9220562844edac1f20eb9cab3df0..7d8a2b485638a08817c392cb932aae0c730822c4 100644 (file)
@@ -9,6 +9,7 @@
 # Author: Just Sayori
 # Author: Karit
 # Author: Korrawit
+# Author: Kri ttt
 # Author: Patsagorn Y.
 # Author: Pon44695
 # Author: Ppnplus
@@ -27,7 +28,7 @@ th:
       prompt: เลือกไฟล์
     submit:
       diary_comment:
-        create: à¸\9aัà¸\99à¸\97ึà¸\81
+        create: à¹\81สà¸\94à¸\87à¸\84วามà¸\84ิà¸\94à¹\80หà¹\87à¸\99
       diary_entry:
         create: เผยแพร่
         update: อัปเดต
@@ -55,10 +56,14 @@ th:
       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: รายการบันทึก
@@ -66,43 +71,43 @@ th:
       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:
@@ -114,6 +119,7 @@ th:
         language_code: ภาษา
       doorkeeper/application:
         name: ชื่อ
+        redirect_uri: URI เปลี่ยนทาง
         confidential: แอปพลิเคชันลับ?
         scopes: การอนุญาต
       friend:
@@ -122,15 +128,15 @@ th:
       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: หัวเรื่อง
@@ -140,7 +146,7 @@ th:
         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: ผู้ให้การยืนยัน
@@ -157,46 +163,46 @@ th:
         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:
@@ -221,20 +227,21 @@ th:
         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:
@@ -243,6 +250,18 @@ th:
         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:
@@ -252,113 +271,138 @@ th:
       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}
@@ -377,6 +421,7 @@ th:
     index:
       title: ชุดการเปลี่ยนแปลง
       title_user: ชุดการเปลี่ยนแปลงที่ทำโดย %{user}
+      title_user_link_html: ชุดการเปลี่ยนแปลงที่ทำโดย %{user_link}
       title_friend: ชุดการเปลี่ยนแปลงที่ทำโดยเพื่อนของฉัน
       title_nearby: ชุดการเปลี่ยนแปลงที่ทำโดยผู้ใช้ที่อยู่ใกล้เคียง
       empty: ไม่พบชุดการเปลี่ยนแปลง
@@ -391,16 +436,32 @@ th:
         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}
@@ -411,14 +472,14 @@ th:
       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}'
@@ -429,23 +490,28 @@ th:
       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: สร้างรายการบันทึกใหม่
@@ -459,7 +525,7 @@ th:
       user_title: บันทึกของ %{user}
       in_language_title: รายการบันทึกทั้งหมดในภาษา %{language}
       new: สร้างรายการบันทึกใหม่
-      new_title: สร้างรายการบันทึกใหม่ในสมุดบันทึกประจำตัวของฉัน
+      new_title: สร้างรายการบันทึกใหม่
       my_diary: บันทึกของฉัน
       no_entries: ไม่มีรายการบันทึก
       recent_entries: รายการบันทึกล่าสุด
@@ -471,8 +537,11 @@ th:
     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: ไม่มีรายการบันทึกที่ระบุ
@@ -485,9 +554,8 @@ th:
       comment_link: แสดงความคิดเห็นต่อรายการนี้
       reply_link: ตอบกลับข้อความถึงผู้เขียนนี้
       comment_count:
-        zero: ไม่มีข้อคิดเห็น
-        one: '%{count} ข้อคิดเห็น'
-        other: '%{count} ข้อคิดเห็น'
+        other: '%{count} ความคิดเห็น'
+      no_comments: ไม่มีความคิดเห็น
       edit_link: แก้ไขรายการนี้
       hide_link: ซ่อนรายการนี้
       unhide_link: เลิกซ่อนรายการนี้
@@ -513,37 +581,106 @@ th:
       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: ลานบินขนาดเล็ก
@@ -552,309 +689,432 @@ th:
           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: กังหันลม
@@ -864,82 +1124,105 @@ th:
           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: ภูมิภาค
@@ -952,34 +1235,44 @@ th:
           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: ร้านทำหนังสือ
@@ -988,97 +1281,130 @@ th:
           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:
@@ -1089,8 +1415,8 @@ th:
           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: แก่ง
@@ -1102,12 +1428,15 @@ th:
           "yes": ทางน้ำ
       admin_levels:
         level2: แนวเขตประเทศ
+        level3: แนวเขตภูมิภาค
         level4: แนวเขตรัฐ
         level5: แนวเขตภูมิภาค
         level6: แนวเขตจังหวัด
+        level7: แนวเขตเทศบาล
         level8: แนวเขตเมือง/อำเภอ
         level9: แนวเขตหมู่บ้าน
         level10: แนวเขตชานเมือง
+        level11: แนวเขตชุมชน
       types:
         cities: เมือง
         towns: เมือง
@@ -1130,10 +1459,10 @@ th:
       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: ละเว้น
@@ -1142,9 +1471,8 @@ th:
     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}
@@ -1175,6 +1503,7 @@ th:
   issue_comments:
     create:
       comment_created: สร้างความคิดเห็นของคุณสำเร็จแล้ว
+      issue_reassigned: ความคิดเห็นของคุณถูกสร้างขึ้นและปัญหาได้รับการมอบหมายใหม่
   reports:
     new:
       title_html: แจ้งปัญหาเกี่ยวกับ %{link}
@@ -1232,6 +1561,10 @@ th:
     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 กำลังออฟไลน์เพื่อให้สามารถดำเนินการบำรุงรักษาตามปกติได้
@@ -1240,6 +1573,7 @@ th:
     help: วิธีใช้
     about: เกี่ยวกับ
     copyright: ลิขสิทธิ์
+    communities: ชุมชน
     community: ชุมชน
     community_blogs: บทความชุมชน
     community_blogs_title: บทความเพื่อชุมชนจากสมาชิก OpenStreetMap
@@ -1250,12 +1584,19 @@ th:
     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},
@@ -1263,16 +1604,25 @@ th:
         %{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:
@@ -1464,8 +1814,8 @@ th:
       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 มุ่งเน้นส่งเสริมการใช้และเผยแพร่ความรู้จากคนท้องถิ่น
         โดยนักทำแผนที่ในท้องถิ่นสามารถใช้ทั้งภาพถ่ายดาวเทียม อุปกรณ์ระบุตำแหน่งจีพีเอส
@@ -1638,7 +1988,7 @@ th:
           construction: ถนนกำลังก่อสร้าง
           bicycle_shop: ร้านขายและเช่าจักรยาน
           bicycle_parking: ที่จอดจักรยาน
-          toilets: ห้องน้ำสาธารณะ
+          toilets: ห้องน้ำ
     welcome:
       title: ยินดีต้อนรับ!
       introduction: 'ยินดิต้อนรับสู่ OpenStreetMap, แผนที่โลกแบบเสรีที่ทุกคนสามารถแก้ไขได้
@@ -1731,7 +2081,6 @@ th:
     setup_user_auth:
       blocked: คุณถูกระงับการเข้าถึง API, กรุณาเข้าระบบทางหน้าเว็บหลักหากต้องการทราบสาเหตุที่ถูกระงับในครั้งนี้
     auth_providers:
-      openid_logo_alt: เข้าใช้งานด้วย OpenID
       openid:
         title: เข้าใช้งานด้วย OpenID
         alt: เข้าใช้งานด้วยลิงก์ OpenID
@@ -1750,12 +2099,6 @@ th:
       wikipedia:
         title: เข้าใช้งานด้วยวิกิพีเดีย
         alt: เข้าสู่ระบบด้วยบัญชีวิกิพีเดีย
-      wordpress:
-        title: เข้าใช้งานด้วย Wordpress
-        alt: เข้าสู่ระบบด้วย Wordpress OpenID
-      aol:
-        title: เข้าใช้งานด้วย AOL
-        alt: เข้าใช้งานด้วย AOL OpenID
   oauth:
     authorize:
       title: อนุญาตการเข้าถึงบัญชีของคุณ
@@ -2074,8 +2417,8 @@ th:
       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:
@@ -2136,7 +2479,7 @@ th:
       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:
@@ -2144,7 +2487,7 @@ th:
       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:
index 4eed4cf1af590d83045ea63ce86bda4553f7065f..65aedc8a719ce43806f395da3fdf5c9473d3cda6 100644 (file)
@@ -1788,7 +1788,6 @@ tl:
       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
@@ -1807,12 +1806,6 @@ tl:
       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
index 2f903493d62b56b0ca6902504f438092357a845d..655bbd08a5872d05b262954dd9dd2771a48f0fbd 100644 (file)
@@ -614,6 +614,8 @@ tr:
       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ç
@@ -915,6 +917,7 @@ tr:
           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
@@ -944,6 +947,7 @@ tr:
           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ı
@@ -2677,7 +2681,6 @@ tr:
       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ş
@@ -2697,12 +2700,6 @@ tr:
       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
@@ -2859,18 +2856,20 @@ tr:
         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
@@ -2941,6 +2940,8 @@ tr:
       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
index 923ae56e9242a347d2d68ba51103634a29f217bb..580c25f90cf311f32f23d412228ab8bf25ab5a0f 100644 (file)
@@ -22,6 +22,7 @@
 # Author: Green Zero
 # Author: Gzhegozh
 # Author: Ice bulldog
+# Author: Ignatgg
 # Author: KEL
 # Author: Kareyac
 # Author: Lxlalexlxl
@@ -649,6 +650,8 @@ uk:
       title: Щоденник %{user} | %{title}
       user_title: Щоденник %{user}
       discussion: Обговорення
+      subscribe: Підписатися
+      unsubscribe: Відписатися
       leave_a_comment: Лишити коментар
       login_to_leave_a_comment_html: '%{login_link}, аби залишити коментар'
       login: Увійти
@@ -948,6 +951,7 @@ uk:
           college: Будівля коледжу
           commercial: Комерційна нерухомість
           construction: Будівля що будується
+          cowshed: Корівник
           detached: Будинок на одну родину
           dormitory: Гуртожиток
           duplex: Будинок поділений на два домогосподарства
@@ -977,6 +981,7 @@ uk:
           shed: Сарай
           stable: Стайня
           static_caravan: Будинок на колесах
+          sty: Залишитись
           temple: Будівля храму
           terrace: Таунхаус
           train_station: Будівля залізничної станції
@@ -2715,7 +2720,6 @@ uk:
       oauth2_authorizations: авторизації OAuth 2
       muted_users: Стишені учасники
     auth_providers:
-      openid_logo_alt: Увійти з OpenID
       openid_login_button: Продовжити
       openid:
         title: Увійти за OpenID
@@ -2735,12 +2739,6 @@ uk:
       wikipedia:
         title: Увійти через Вікіпедію
         alt: Вхід через обліковий запис у Вікіпедії
-      wordpress:
-        title: Увійти через Wordpress
-        alt: Увійти через Wordpress OpenID
-      aol:
-        title: Увійти через AOL
-        alt: Увійти через AOL OpenID
   oauth:
     authorize:
       title: Авторизувати доступ до облікового запису
@@ -2901,18 +2899,20 @@ uk:
         облікового запису.
       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: або
@@ -2982,6 +2982,8 @@ uk:
       remove as friend: Вилучити зі списку друзів
       add as friend: Додати до списку друзів
       mapper since: 'Обліковий запис створено:'
+      last map edit: 'Останнє редагування карти:'
+      no activity yet: Активності ще немає
       uid: 'id учасника:'
       ct status: 'Умови співпраці:'
       ct undecided: Не визначились
index 6c84bcc1cf34fb70e0eb2c604b5b6fd542bd846f..53ffcbdffc243cfc1f0ae2db55016e3e19b559c9 100644 (file)
@@ -21,6 +21,7 @@
 # Author: Phjtieudoc
 # Author: Ruila
 # Author: Trần Nguyễn Minh Huy
+# Author: Trọng Đặng
 # Author: Vinhtantran
 # Author: 予弦
 # Author: 神樂坂秀吉
@@ -63,6 +64,8 @@ vi:
       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
@@ -567,6 +570,8 @@ vi:
       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
@@ -663,6 +668,10 @@ vi:
       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
@@ -1643,8 +1652,8 @@ vi:
           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},
@@ -1665,8 +1674,8 @@ vi:
         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}.
@@ -1834,13 +1843,15 @@ vi:
     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
@@ -2009,6 +2020,9 @@ vi:
         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 &copy; AND, 2007
           (%{and_link})'
         contributors_nl_netherlands: Hà Lan
@@ -2019,6 +2033,7 @@ vi:
         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
@@ -2280,6 +2295,10 @@ vi:
         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
@@ -2417,6 +2436,8 @@ vi:
         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
@@ -2438,31 +2459,25 @@ vi:
       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
@@ -2503,6 +2518,8 @@ vi:
       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
@@ -2598,29 +2615,46 @@ vi:
   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
@@ -2687,6 +2721,8 @@ vi:
       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
@@ -2887,6 +2923,7 @@ vi:
       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
@@ -2959,6 +2996,10 @@ vi:
       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.
index d4a160dbc60a2213d57678712b6967a193c7080a..8a29e32e6bfca1ca1740d124850dbe386c478ff0 100644 (file)
@@ -28,6 +28,7 @@
 # Author: Hudafu
 # Author: Hydra
 # Author: Hzy980512
+# Author: Ignatgg
 # Author: Impersonator 1
 # Author: Irati
 # Author: Jienus
@@ -903,6 +904,7 @@ zh-CN:
           college: 学院建筑
           commercial: 商业建筑物
           construction: 在建建筑
+          cowshed: 牛棚
           detached: 独立式住宅
           dormitory: 宿舍
           duplex: 双拼住宅
@@ -932,6 +934,7 @@ zh-CN:
           shed: 棚
           stable: 马厩
           static_caravan: 大篷车
+          sty: 麦粒肿
           temple: 庙宇建筑
           terrace: 排屋
           train_station: 火车站建筑
@@ -2464,7 +2467,6 @@ zh-CN:
       oauth2_authorizations: OAuth 2授权
       muted_users: 已忽视用户
     auth_providers:
-      openid_logo_alt: 使用 OpenID 登录
       openid_login_button: 继续
       openid:
         title: 使用OpenID登录
@@ -2484,12 +2486,6 @@ zh-CN:
       wikipedia:
         title: 使用维基百科登录
         alt: 使用维基百科账户登录
-      wordpress:
-        title: 使用Wordpress登录
-        alt: 使用 Wordpress OpenID 登录
-      aol:
-        title: 使用AOL登录
-        alt: 使用AOL OpenID登录
   oauth:
     authorize:
       title: 授权访问您的账户
@@ -2630,15 +2626,17 @@ zh-CN:
         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
@@ -2688,7 +2686,7 @@ zh-CN:
       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: 日记
@@ -2908,14 +2906,14 @@ zh-CN:
           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} 提交或评论的注记'
index 0b93da8c53102af546900a33c14e7d602a0c4e9a..8e8cda2256bedb41cf125da46250c0f6ccd25649 100644 (file)
@@ -859,6 +859,7 @@ zh-TW:
           college: 學院建物
           commercial: 商業建築
           construction: 在建建築
+          cowshed: 牛棚
           detached: 獨立式住宅
           dormitory: 宿舍
           duplex: 複式住宅
@@ -888,6 +889,7 @@ zh-TW:
           shed: 舍
           stable: 馬廄
           static_caravan: 旅行拖車
+          sty: 豬圈
           temple: 廟宇建築
           terrace: 排屋
           train_station: 車站建物
@@ -2433,32 +2435,26 @@ zh-TW:
       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: 授權使用您的帳號
@@ -2600,15 +2596,20 @@ zh-TW:
         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
index 98c8ba15e07459a08e4c420d7a4f9289316b1023..0d1df9678de4d64c93351d46aa30858c729cb863 100644 (file)
@@ -237,7 +237,7 @@ OpenStreetMap::Application.routes.draw do
   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
index adb041da43857799d2bdbea0a8a1c018e1d536e6..5e4a18b519733d39e5fc7b770e0d3cfb61729c8d 100644 (file)
@@ -11,14 +11,16 @@ module Nominatim
       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)}"
index dd273418e52cc562c95f94b67ef1bba47218f1c3..46f37036f92d796243960cf1c7c8b63fdd91244e 100644 (file)
@@ -535,7 +535,8 @@ module OSM
 
   # 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
index 58ef2b5143b7373104825aaa69649b213f28203e..cc981b792ceb6767fbe769a1238bf7ce03ab7667 100644 (file)
@@ -25,11 +25,11 @@ class GuestAbilityTest < AbilityTest
       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
@@ -55,11 +55,11 @@ class UserAbilityTest < AbilityTest
   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
 
@@ -100,11 +100,11 @@ 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
index b18698744439afb561c9ebf76af028817099378e..5d0f4b51f61792b9c88d025975fa50b64b712cb9 100644 (file)
@@ -46,6 +46,23 @@ class ChangesetCommentsControllerTest < ActionDispatch::IntegrationTest
         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
 
   ##
index e2ad4c91bcb7dcb4764fc34aba80846fb5ce5258..2ebf52d16d4bfec427eda22530afacac11b551ae 100644 (file)
@@ -12,6 +12,10 @@ class DiaryCommentsControllerTest < ActionDispatch::IntegrationTest
       { :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" }
@@ -69,6 +73,113 @@ class DiaryCommentsControllerTest < ActionDispatch::IntegrationTest
     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)
index d0453bf08c6bd1b0ffe819918521960010968533..9acd72c67b630d1eb41a91813b8dfa31ee2280bc 100644 (file)
@@ -69,10 +69,6 @@ class DiaryEntriesControllerTest < ActionDispatch::IntegrationTest
       { :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" }
@@ -340,113 +336,6 @@ class DiaryEntriesControllerTest < ActionDispatch::IntegrationTest
     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)
index 029ccbbd52e093ddb932a90cf025afc552519b18..ac9905589bd949cf7390ff9cedd140624e92c2dd 100644 (file)
@@ -37,9 +37,11 @@ class GeocoderControllerTest < ActionDispatch::IntegrationTest
   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
@@ -58,6 +60,19 @@ class GeocoderControllerTest < ActionDispatch::IntegrationTest
     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
@@ -221,6 +236,54 @@ class GeocoderControllerTest < ActionDispatch::IntegrationTest
     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
@@ -366,8 +429,10 @@ class GeocoderControllerTest < ActionDispatch::IntegrationTest
     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
@@ -375,8 +440,10 @@ class GeocoderControllerTest < ActionDispatch::IntegrationTest
     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)
index db3a200b644711b40bfd91fbffcb20510c443878..3f19b5819b9f9e10ceb02b0d541830c0da20eec6 100644 (file)
@@ -369,10 +369,10 @@ class MessagesControllerTest < ActionDispatch::IntegrationTest
   ##
   # 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)
@@ -386,6 +386,14 @@ class MessagesControllerTest < ActionDispatch::IntegrationTest
     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)
 
index c7c63d62abebbf9ff8f83a521241f765c431ea52..53b9a823bc6476804b53b2736c39e112d83b3fe7 100644 (file)
@@ -109,15 +109,10 @@ class UserHelperTest < ActionView::TestCase
     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
diff --git a/test/lib/nominatim_test.rb b/test/lib/nominatim_test.rb
new file mode 100644 (file)
index 0000000..1ac775a
--- /dev/null
@@ -0,0 +1,29 @@
+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
diff --git a/test/system/embed_test.rb b/test/system/embed_test.rb
new file mode 100644 (file)
index 0000000..6003c6f
--- /dev/null
@@ -0,0 +1,19 @@
+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
index 1de18c9edadab94d55b41e3d537b649feb9628f0..2944b817edced0d8f4e3590e84ff79ad8895bf2d 100644 (file)
@@ -1,6 +1,41 @@
 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)
index 0835df741779eb05d306ae670639d0ea163d5e1d..0e02b904f7f44a830fa5d2eba043fef1e7c70ba6 100644 (file)
@@ -8,4 +8,16 @@ class UserSignupTest < ApplicationSystemTestCase
 
     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
index 040bf124c8cc992fdcb1490c3a2810648ad7bfe3..a241e9c984b86d868a5dc45cbe77f79c03a4723e 100644 (file)
--- a/yarn.lock
+++ b/yarn.lock
   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"
@@ -89,10 +89,10 @@ acorn-jsx@^5.3.2:
   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"
@@ -227,10 +227,10 @@ escape-string-regexp@^4.0.0:
   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"
@@ -246,15 +246,15 @@ eslint-visitor-keys@^4.0.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"
@@ -263,9 +263,9 @@ eslint@^9.0.0:
     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"
@@ -285,12 +285,12 @@ eslint@^9.0.0:
     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"
 
@@ -541,7 +541,7 @@ lodash.merge@^4.6.2:
   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==
@@ -624,9 +624,9 @@ punycode@^2.1.0:
   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"