]> git.parisson.com Git - telemeta.git/commitdiff
fix some translations
authoryomguy <yomguy@parisson.com>
Wed, 13 Apr 2011 15:42:19 +0000 (17:42 +0200)
committeryomguy <yomguy@parisson.com>
Wed, 13 Apr 2011 15:42:19 +0000 (17:42 +0200)
telemeta/locale/fr/LC_MESSAGES/django.mo
telemeta/locale/fr/LC_MESSAGES/django.po
telemeta/templates/telemeta_default/home.html
telemeta/templates/telemeta_default/profile_detail.html

index 681924701bd89e7cf364026afd0efb8961795f76..fb689fe2c7e068f654477cb8e782b10233205799 100644 (file)
Binary files a/telemeta/locale/fr/LC_MESSAGES/django.mo and b/telemeta/locale/fr/LC_MESSAGES/django.mo differ
index 7e55d36c89a9caf0d20f63ba06bc39d87822cefb..be5918fa1add44ee9d730c77d0d08d44d0d4563e 100644 (file)
@@ -816,6 +816,10 @@ msgstr "Listes de lecture"
 msgid "Sound"
 msgstr "Son"
 
+#: templates/telemeta_default/home.html:107
+msgid "deleted"
+msgstr "supprimé"
+
 #: templates/telemeta_default/base.html:50
 msgid "Account"
 msgstr "Compte"
@@ -889,7 +893,7 @@ msgid "Last login"
 msgstr "Dernière connexion"
 
 #: templates/telemeta_default/profile_detail.html:60
-msgid "Set"
+msgid "Apply"
 msgstr "Appliquer"
 
 #: templates/telemeta_default/profile_detail.html:50
index 1efd9c7cb18d1d6f180c7e7eb2d2d3d253a80c1b..6a5c1d4b7758568a892b4736989470bb3b767e08 100644 (file)
             {% if resource.type == "marker" and not resource.element == None  %}
              <a href="{% url telemeta-item-detail-marker resource.element.public_id %}">{{ resource.element }}</a>
             {% endif %}
-            {% if resource.element == None %}<b>deleted</b>{% endif %}
+            {% if resource.element == None %}{% trans "deleted" %}{% endif %}
             </td>
             <td>{{ resource.type }}</td>
             <td>
index 68927d341669183d5b16a69f34ce53b1782ab781..87a8e2d40a9cb57acd7013ef6f18da8a68905e1b 100644 (file)
@@ -50,7 +50,7 @@
             {% endfor %}
           </select>
           <a href="#" class="component_icon button icon_ok" 
-            onclick="document.getElementById('setlang').submit(); return false;">{% trans "Set" %}</a>
+            onclick="document.getElementById('setlang').submit(); return false;">{% trans "Apply" %}</a>
          </form>
         </dd>
       {%  endif %}