Changeset 1692
- Timestamp:
- 10/25/09 07:15:35 (14 years ago)
- Location:
- plugins/gallery/trunk
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
plugins/gallery/trunk/gals_actions.php
r1690 r1692 126 126 { 127 127 if ($core->getUser($new_user_id)->isEmpty()) { 128 throw new Exception(__('This user does not exist s'));128 throw new Exception(__('This user does not exist')); 129 129 } 130 130 -
plugins/gallery/trunk/locales/_pot/main.pot
r922 r1692 386 386 387 387 #: plugins/gallery/gals_actions.php:128 plugins/gallery/items_actions.php:133 388 msgid "This user does not exist s"388 msgid "This user does not exist" 389 389 msgstr "" 390 390 -
plugins/gallery/trunk/locales/fr/main.po
r1691 r1692 274 274 msgstr "Annuler le filtre" 275 275 276 msgid "This user does not exist s"276 msgid "This user does not exist" 277 277 msgstr "Cet utilisateur n'existe pas" 278 278 … … 289 289 msgstr "Actions" 290 290 291 msgid "This gallery does not exi ts"291 msgid "This gallery does not exist" 292 292 msgstr "Cette galerie n'existe pas" 293 293 … … 377 377 378 378 #, php-format 379 msgid "Theme %s already exist , delete it first."379 msgid "Theme %s already exists, delete it first." 380 380 msgstr "Le thème \"%s\" existe déjà. Effacez-le d'abord." 381 381 -
plugins/gallery/trunk/maintenance.php
r1690 r1692 49 49 if (is_dir($destination)) 50 50 { 51 throw new Exception(sprintf(__('Theme %s already exist , delete it first.'),51 throw new Exception(sprintf(__('Theme %s already exists, delete it first.'), 52 52 html::escapeHTML(substr($zip_root_dir,4)))); 53 53 }
Note: See TracChangeset
for help on using the changeset viewer.