Dotclear

Changeset 1692


Ignore:
Timestamp:
10/25/09 07:15:35 (14 years ago)
Author:
kozlika
Message:

Gallery, step 3: exists -> exist

Location:
plugins/gallery/trunk
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • plugins/gallery/trunk/gals_actions.php

    r1690 r1692  
    126126          { 
    127127               if ($core->getUser($new_user_id)->isEmpty()) { 
    128                     throw new Exception(__('This user does not exists')); 
     128                    throw new Exception(__('This user does not exist')); 
    129129               } 
    130130                
  • plugins/gallery/trunk/locales/_pot/main.pot

    r922 r1692  
    386386 
    387387#: plugins/gallery/gals_actions.php:128 plugins/gallery/items_actions.php:133 
    388 msgid "This user does not exists" 
     388msgid "This user does not exist" 
    389389msgstr "" 
    390390 
  • plugins/gallery/trunk/locales/fr/main.po

    r1691 r1692  
    274274msgstr "Annuler le filtre" 
    275275 
    276 msgid "This user does not exists" 
     276msgid "This user does not exist" 
    277277msgstr "Cet utilisateur n'existe pas" 
    278278 
     
    289289msgstr "Actions" 
    290290 
    291 msgid "This gallery does not exits" 
     291msgid "This gallery does not exist" 
    292292msgstr "Cette galerie n'existe pas" 
    293293 
     
    377377 
    378378#, php-format 
    379 msgid "Theme %s already exist, delete it first." 
     379msgid "Theme %s already exists, delete it first." 
    380380msgstr "Le thème \"%s\" existe déjà. Effacez-le d'abord." 
    381381 
  • plugins/gallery/trunk/maintenance.php

    r1690 r1692  
    4949     if (is_dir($destination)) 
    5050     { 
    51           throw new Exception(sprintf(__('Theme %s already exist, delete it first.'), 
     51          throw new Exception(sprintf(__('Theme %s already exists, delete it first.'), 
    5252               html::escapeHTML(substr($zip_root_dir,4)))); 
    5353     } 
Note: See TracChangeset for help on using the changeset viewer.

Sites map