Changeset 1016:7c5687ddb2e1
- Timestamp:
- 11/17/12 16:15:50 (13 years ago)
- Branch:
- default
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
admin/categories.php
r1015 r1016 35 35 throw new Exception(__('This category does not exist.')); 36 36 } 37 if ($mov_cat == $_POST['del_cat']) { 38 throw new Exception(__('The entries cannot be moved to the category you choose to delete.')); 39 } 37 40 unset($c); 38 41 } … … 185 188 '<p><label for="del_cat">'.__('Choose a category to remove:').' '. 186 189 form::combo('del_cat',$cats).'</label></p> '. 187 '<p><label for="mov_cat">'.__(' Move its content to another category:').' '.190 '<p><label for="mov_cat">'.__('And choose the category which receive its entries:').' '. 188 191 form::combo('mov_cat',$dest).'</label></p> '. 189 192 '<p><input type="submit" value="'.__('Delete').'" class="delete" /></p>'. -
locales/fr/main.po
r1011 r1016 644 644 msgstr "Choisissez une catégorie à supprimer :" 645 645 646 msgid "And choose the category which receive its entries:" 647 msgstr "Et sélectionnez la catégorie qui recevra ses (éventuels) billets :" 648 649 msgid "The entries cannot be moved to the category you choose to delete." 650 msgstr "Vous ne pouvez déplacer les billets vers la catégorie que vous voulez supprimer." 651 646 652 msgid "Delete" 647 653 msgstr "Supprimer"
Note: See TracChangeset
for help on using the changeset viewer.