Dotclear

Changeset 1572:99aa34c9f934


Ignore:
Timestamp:
08/25/13 09:46:40 (10 years ago)
Author:
Anne Kozlika <kozlika@…>
Branch:
default
Message:

In french, tag is mot-clé. Enhancement for prompt. Fixes #1489

Files:
2 edited

Legend:

Unmodified
Added
Removed
  • locales/fr/plugins.po

    r1568 r1572  
    14611461#, php-format 
    14621462msgid "Are you sure you want to remove this %s?" 
    1463 msgstr "Êtes-vous sûr de vouloir retirer ce %s ?" 
     1463msgstr "Êtes-vous sûr de vouloir supprimer ce %s ?" 
    14641464 
    14651465#, php-format 
     
    17441744 
    17451745msgid "Are you sure you want to reset sidebars?" 
    1746 msgstr "Êtes-vous sûr de vouloir remettre à zéro les volets ?" 
     1746msgstr "Êtes-vous sûr de vouloir réinitialiser les volets ?" 
    17471747 
    17481748msgid "Available widgets" 
     
    19721972"Importer le contenu d'un blog Dotclear 1.2 comme nouveau contenu dans le blog " 
    19731973"courant : %s." 
     1974 
     1975msgid "Are you sure you want to remove tag: “%s”?" 
     1976msgstr "Êtes-vous sûr de vouloir supprimer le mot-clé “%s” ?" 
  • plugins/tags/tag_posts.php

    r1553 r1572  
    9898  <script type="text/javascript"> 
    9999  //<![CDATA[ 
    100   dotclear.msg.confirm_tag_delete = '<?php echo html::escapeJS(sprintf(__('Are you sure you want to remove this %s?'),'tag')) ?>'; 
     100  dotclear.msg.confirm_tag_delete = '<?php echo html::escapeJS(sprintf(__('Are you sure you want to remove tag: “%s”?'),html::escapeHTML($tag))) ?>'; 
    101101  $(function() { 
    102102    $('#tag_delete').submit(function() { 
Note: See TracChangeset for help on using the changeset viewer.

Sites map