Changeset 822:4529d741a680
- Timestamp:
- 05/16/12 06:55:38 (13 years ago)
- Branch:
- default
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
inc/core/class.dc.blog.php
r819 r822 579 579 { 580 580 if (!$this->core->auth->check('categories',$this->id)) { 581 throw new Exception(__('You are not allowed to delete categories'));581 throw new Exception(__('You are not allowed to reset categories order')); 582 582 } 583 583 -
locales/fr/main.po
r821 r822 2405 2405 msgstr "Vous n'êtes pas autorisé à supprimer des catégories" 2406 2406 2407 msgid "You are not allowed to reset categories order" 2408 msgstr "Vous n'êtes pas autorisé à modifier l'ordre des catégories" 2409 2407 2410 msgid "This category is not empty." 2408 2411 msgstr "Cette catégorie n'est pas vide."
Note: See TracChangeset
for help on using the changeset viewer.