Update logo

This commit is contained in:
Yohan Boniface 2013-03-12 00:22:14 +01:00
parent 96cf92b1ea
commit c4776a27b3
9 changed files with 14 additions and 14 deletions

View file

@ -90,18 +90,18 @@ msgid "Please choose a provider"
msgstr "Merci de choisir un fournisseur" msgstr "Merci de choisir un fournisseur"
#: templates/umap/about_summary.html:4 #: templates/umap/about_summary.html:4
msgid "What is u{Map}" msgid "What is uMap"
msgstr "u{Map}, c'est quoi" msgstr "uMap, c'est quoi"
#: templates/umap/about_summary.html:5 #: templates/umap/about_summary.html:5
#, python-format #, python-format
msgid "" msgid ""
"u{Map} let you create maps with <a href=\"%(osm_url)s\" />OpenStreetMap</a> " "uMap let you create maps with <a href=\"%(osm_url)s\" />OpenStreetMap</a> "
"layers in a minute and embed them in your site.<br /> This is a demo " "layers in a minute and embed them in your site.<br /> This is a demo "
"instance, you can host your own, it's <a href=\"%(repo_url)s\">open source</" "instance, you can host your own, it's <a href=\"%(repo_url)s\">open source</"
"a>!" "a>!"
msgstr "" msgstr ""
"u{Map} permet de créer des cartes personnalisées sur des fonds <a href=" "uMap permet de créer des cartes personnalisées sur des fonds <a href="
"\"%(osm_url)s\" />OpenStreetMap</a> en un instant et les afficher dans votre " "\"%(osm_url)s\" />OpenStreetMap</a> en un instant et les afficher dans votre "
"site <br /> Ceci est une instance de démonstration, vous pouvez héberger la " "site <br /> Ceci est une instance de démonstration, vous pouvez héberger la "
"vôtre, c'est <a href=\"%(repo_url)s\">open source</a>" "vôtre, c'est <a href=\"%(repo_url)s\">open source</a>"

View file

@ -40,8 +40,8 @@ msgid "Choose your tilelayer"
msgstr "Scegli un livello di sfondo" msgstr "Scegli un livello di sfondo"
#: templates/youmap/home.html:39 #: templates/youmap/home.html:39
msgid "u{Map} let you create maps with OpenStreetMap layers in a minute and embed them in your site.<br /> This is a demo instance, you can host your own, it's <strong>open source</strong>!" msgid "uMap let you create maps with OpenStreetMap layers in a minute and embed them in your site.<br /> This is a demo instance, you can host your own, it's <strong>open source</strong>!"
msgstr "u{Map} ti permette di creare mappe con i livelli OpenStreetMap in un minuto e di integrarle nel tuo sito. <br/> Questa è una istanza di prova, puoi hostare la tua copia, è <strong>open source</strong>!" msgstr "uMap ti permette di creare mappe con i livelli OpenStreetMap in un minuto e di integrarle nel tuo sito. <br/> Questa è una istanza di prova, puoi hostare la tua copia, è <strong>open source</strong>!"
#: templates/youmap/home.html:43 #: templates/youmap/home.html:43
msgid "What you can do?" msgid "What you can do?"

View file

@ -90,18 +90,18 @@ msgid "Please choose a provider"
msgstr "Por favor escolha um provedor" msgstr "Por favor escolha um provedor"
#: templates/umap/about_summary.html:4 #: templates/umap/about_summary.html:4
msgid "What is u{Map}" msgid "What is uMap"
msgstr "O que é u{Map}" msgstr "O que é uMap"
#: templates/umap/about_summary.html:5 #: templates/umap/about_summary.html:5
#, python-format #, python-format
msgid "" msgid ""
"u{Map} let you create maps with <a href=\"%(osm_url)s\" />OpenStreetMap</a> " "uMap let you create maps with <a href=\"%(osm_url)s\" />OpenStreetMap</a> "
"layers in a minute and embed them in your site.<br /> This is a demo " "layers in a minute and embed them in your site.<br /> This is a demo "
"instance, you can host your own, it's <a href=\"%(repo_url)s\">open source</" "instance, you can host your own, it's <a href=\"%(repo_url)s\">open source</"
"a>!" "a>!"
msgstr "" msgstr ""
"u{Map} permita criar num instante mapas personalizados com " "uMap permita criar num instante mapas personalizados com "
"<a href=\"%(osm_url)s\" />OpenStreetMap</a> e mostrar-los no seu site." "<a href=\"%(osm_url)s\" />OpenStreetMap</a> e mostrar-los no seu site."
"<br /> Aqui é uma demonstração, podes instalar este software no teu " "<br /> Aqui é uma demonstração, podes instalar este software no teu "
"próprio site, é <a href=\"%(repo_url)s\">software livre</a>!" "próprio site, é <a href=\"%(repo_url)s\">software livre</a>!"

BIN
umap/static/favicon.ico Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.9 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 676 B

After

Width:  |  Height:  |  Size: 2.9 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.6 KiB

After

Width:  |  Height:  |  Size: 4.2 KiB

View file

@ -2,7 +2,7 @@
<!DOCTYPE html> <!DOCTYPE html>
<html> <html>
<head> <head>
<title>{% block head_title %}u{Map}{% endblock %}</title> <title>{% block head_title %}uMap{% endblock %}</title>
<meta charset="utf-8"> <meta charset="utf-8">
{% compress css %} {% compress css %}
<!-- Included CSS Files (Compressed) --> <!-- Included CSS Files (Compressed) -->

View file

@ -1,8 +1,8 @@
{% load leaflet_storage_tags i18n %} {% load leaflet_storage_tags i18n %}
<div class="col _35"> <div class="col _35">
<div class="col _11 c20_20 tintbox"> <div class="col _11 c20_20 tintbox">
<h5>{% trans "What is u{Map}" %}</h5> <h5>{% trans "What is uMap" %}</h5>
<p>{% blocktrans with osm_url="http://osm.org" repo_url="https://bitbucket.org/yohanboniface/umap" %}u{Map} let you create maps with <a href="{{ osm_url }}" />OpenStreetMap</a> layers in a minute and embed them in your site.<br /> This is a demo instance, you can host your own, it's <a href="{{ repo_url }}">open source</a>!{% endblocktrans %} <p>{% blocktrans with osm_url="http://osm.org" repo_url="https://bitbucket.org/yohanboniface/umap" %}uMap let you create maps with <a href="{{ osm_url }}" />OpenStreetMap</a> layers in a minute and embed them in your site.<br /> This is a demo instance, you can host your own, it's <a href="{{ repo_url }}">open source</a>!{% endblocktrans %}
</p> </p>
</div> </div>
<div class="col umap-features-list _11 c20_20 c30_18 c25_13"> <div class="col umap-features-list _11 c20_20 c30_18 c25_13">

View file

@ -2,7 +2,7 @@
<nav> <nav>
<section class="part _5 c30_wide branding"> <section class="part _5 c30_wide branding">
<ul> <ul>
<li class="name"><h1><a href="/">u{Map} <em>alpha</em></a></h1></li> <li class="name"><h1><a href="/">uMap <em>alpha</em></a></h1></li>
</ul> </ul>
</section> </section>