Changeset 710:3619e2740635
- Timestamp:
- 09/14/11 10:57:24 (14 years ago)
- Branch:
- default
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
locales/fr/plugins.po
r709 r710 1172 1172 msgstr "Modifier le mot-clé" 1173 1173 1174 msgid "Actions for this tag" 1175 msgstr "Actions pour ce mot-clé" 1176 1174 1177 msgid "Tag has been successfully renamed" 1175 1178 msgstr "Mot-clé renommé avec succès" … … 1178 1181 msgstr "Retour à la liste des mots-clés" 1179 1182 1180 msgid " Rename this tag:"1183 msgid "Edit tag name:" 1181 1184 msgstr "Renommer ce mot-clé :" 1182 1185 … … 1184 1187 msgstr "Renommer" 1185 1188 1186 msgid "Delete this tag "1187 msgstr "Supprimer ce mot-clé "1189 msgid "Delete this tag:" 1190 msgstr "Supprimer ce mot-clé :" 1188 1191 1189 1192 msgid "Tag has been successfully removed" … … 1193 1196 msgstr "Aucun mot-clé sur ce blog" 1194 1197 1198 msgid "List of entries with this tag" 1199 msgstr "Liste des billets avec ce mot-clé" 1200 1195 1201 msgid "Theme Editor" 1196 1202 msgstr "Éditeur de thème" -
plugins/tags/tag_posts.php
r561 r710 126 126 '<form action="'.$this_url.'" method="post">'. 127 127 '<div class="fieldset"><h3>'.__('Actions for this tag').'</h3>'. 128 '<p><label for="new_tag_id">'.__('Edit tag name: 128 '<p><label for="new_tag_id">'.__('Edit tag name:').'</label>'. 129 129 form::field('new_tag_id',20,255,html::escapeHTML($tag)). 130 130 '<input type="submit" value="'.__('Rename').'" />'.
Note: See TracChangeset
for help on using the changeset viewer.