Changeset 1335


Ignore:
Timestamp:
Jun 2, 2006, 10:04:40 PM (18 years ago)
Author:
plg
Message:

bug 390 fixed: language items missing

improvement: javascript confirmation for tag deletion

Location:
branches/branch-1_6
Files:
5 edited

Legend:

Unmodified
Added
Removed
  • branches/branch-1_6/language/en_UK.iso-8859-1/admin.lang.php

    r1333 r1335  
    160160$lang['Submit'] = 'Submit';
    161161$lang['Sum of rates'] = 'Sum of rates';
     162$lang['Tag "%s" was added'] = 'Tag "%s" was added';
    162163$lang['Tag selection'] = 'Tag selection';
    163164$lang['Take selected elements out of caddie'] = 'Take selected elements out of caddie';
     165$lang['The %d following tags were deleted : %s'] = 'The %d following tags were deleted : %s';
    164166$lang['Unable to check for upgrade since allow_url_fopen is disabled.'] = 'Unable to check for upgrade since allow_url_fopen is disabled.';
    165167$lang['User comments validation'] = 'User comments validation';
  • branches/branch-1_6/language/en_UK.iso-8859-1/common.lang.php

    r1285 r1335  
    4141$lang['%d new users'] = '%d new users';
    4242$lang['%d pictures are also linked to current tags'] = '%d pictures are also linked to current tags';
     43$lang['%d pictures'] = '%d pictures';
    4344$lang['%d waiting elements'] = '%d waiting elements';
    4445$lang['About'] = 'About';
     
    246247$lang['new_password'] = 'New password';
    247248$lang['new_password_hint'] = 'You only have to give a password if you wish to change it.';
     249$lang['new_rate'] = 'Rate this picture';
    248250$lang['next_page'] = 'Next';
    249 $lang['new_rate'] = 'Rate this picture';
    250251$lang['no'] = 'No';
    251252$lang['no_category'] = 'Home';
     
    260261$lang['picture_high'] = 'Click on the picture to see it in high definition';
    261262$lang['picture_show_metadata'] = 'Show file metadata';
     263$lang['pictures'] = 'pictures';
    262264$lang['powered_by'] = 'Powered by';
    263265$lang['preferences'] = 'Preferences';
     
    271273$lang['recent_pics_cat'] = 'Last pictures';
    272274$lang['recent_pics_cat_hint'] = 'displays most recent pictures';
     275$lang['redirect_msg'] = 'Redirection...';
    273276$lang['reg_confirm'] = 'Confirm password';
    274277$lang['reg_err_login1'] = 'Please, enter a login';
     
    343346$lang['w_month'] = 'Month';
    344347$lang['yes'] = 'Yes';
    345 $lang['redirect_msg'] = 'Redirection...';
    346 $lang['pictures'] = 'pictures';
    347348?>
  • branches/branch-1_6/language/fr_FR.iso-8859-1/admin.lang.php

    r1333 r1335  
    162162$lang['Tag "%s" already exist'] = 'Le tag "%s" existe déjà';
    163163$lang['Tag "%s" was added'] = 'Le tag "%s" a été ajouté';
     164$lang['Tag "%s" was added'] = 'Tag "%s" was added';
    164165$lang['Tag selection'] = 'Sélection de tags';
    165166$lang['Take selected elements out of caddie'] = 'Sortir les éléments sélectionnés du panier';
     167$lang['The %d following tags were deleted : %s'] = 'The %d following tags were deleted : %s';
    166168$lang['Unable to check for upgrade since allow_url_fopen is disabled.'] = 'Impossible de connaître la dernière version cat la fonction allow_url_fopen est désactivée.';
    167169$lang['User comments validation'] = 'Validation des commentaires utilisateur';
  • branches/branch-1_6/language/fr_FR.iso-8859-1/common.lang.php

    r1302 r1335  
    4141$lang['%d new users'] = '%d nouveaux utilisateurs';
    4242$lang['%d pictures are also linked to current tags'] = '%d images sont également liées aux tags courants';
     43$lang['%d pictures'] = '%d images';
    4344$lang['About'] = 'À propos';
    4445$lang['All tags must match'] = 'Tous les tags doivent correspondre';
     
    259260$lang['picture_high'] = 'Cliquer sur l\'image pour la visualiser en haute définition';
    260261$lang['picture_show_metadata'] = 'Montrer les méta-données du fichier';
     262$lang['pictures'] = 'images';
    261263$lang['powered_by'] = 'Propulsé par';
    262264$lang['preferences'] = 'Préférences';
     
    270272$lang['recent_pics_cat'] = 'Dernières images';
    271273$lang['recent_pics_cat_hint'] = 'afficher les images les plus récentes';
     274$lang['redirect_msg'] = 'Redirection...';
    272275$lang['reg_confirm'] = 'Confirmer le mot de passe';
    273276$lang['reg_err_login1'] = 'S\'il vous plaît, entrer un nom utilisateur';
     
    343346$lang['w_month'] = 'Mois';
    344347$lang['yes'] = 'Oui';
    345 $lang['redirect_msg'] = 'Redirection...';
    346 $lang['pictures'] = 'images';
    347348?>
  • branches/branch-1_6/template/yoga/admin/tags.tpl

    r1242 r1335  
    4747    <p>
    4848      <input type="submit" name="edit" value="{lang:Edit selected tags}" {TAG_INPUT_ENABLED}/>
    49       <input type="submit" name="delete" value="{lang:Delete selected tags}" {TAG_INPUT_ENABLED}/>
     49      <input type="submit" name="delete" value="{lang:Delete selected tags}" onclick="return confirm('{lang:Are you sure?}');" {TAG_INPUT_ENABLED}/>
    5050    </p>
    5151  </fieldset>
Note: See TracChangeset for help on using the changeset viewer.