Ignore:
Timestamp:
May 16, 2006, 12:19:48 AM (18 years ago)
Author:
plg
Message:

bug 373 fixed: if there is no tag defined, an explicit message is displayed
in the administration section. In the public search screen, tag fieldset is
not displayed if no reachable tag.

Location:
branches/branch-1_6/language
Files:
2 edited

Legend:

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

    r1233 r1313  
    111111$lang['New parent category'] = 'New parent category';
    112112$lang['New tag'] = 'New tag';
     113$lang['No tag defined. Use Administration>Pictures>Tags'] = 'No tag defined. Use Administration>Pictures>Tags';
    113114$lang['No'] = 'No';
    114115$lang['Number of comments per page'] = 'Number of comments per page';
     
    255256$lang['name'] = 'name';
    256257$lang['nbm_background_treatment_redirect'] = 'Execution time is out, treatment must be continue [Estmated time: %d secondes].';
    257 $lang['nbm_redirect_msg'] = 'Processing treatment.'."\n\n".'Please wait...';
    258 $lang['nbm_repost_submit'] = 'Continue processing treatment';
    259258$lang['nbm_break_timeout_list_user'] = 'Prepared time for list of users to send mail is limited. Others users are not listed.';
     259$lang['nbm_break_timeout_send_mail'] = 'Time to send mail is limited. Others mails are skipped.';
    260260$lang['nbm_col_check_user_send_mail'] = 'To send ?';
    261261$lang['nbm_col_last_send'] = 'Last send';
     
    281281$lang['nbm_msg_n_mails_sent'] = '%d mails were sent.';
    282282$lang['nbm_msg_no_mail_to_send'] = '%d mails were not sent.';
    283 $lang['nbm_break_timeout_send_mail'] = 'Time to send mail is limited. Others mails are skipped.';
    284283$lang['nbm_no_mail_to_send'] = 'No mail to send.';
    285284$lang['nbm_no_user_available_to_send_L1'] = 'No user are available in order to send mail.';
     
    291290$lang['nbm_object_unsubcribe'] = 'Unsubcribe from notification by mail';
    292291$lang['nbm_param_mode'] = 'Parameter';
     292$lang['nbm_redirect_msg'] = 'Processing treatment.'."\n\n".'Please wait...';
     293$lang['nbm_repost_submit'] = 'Continue processing treatment';
    293294$lang['nbm_send_check_all'] = 'Check All';
    294295$lang['nbm_send_complementary_mail_content'] = 'Complementary mail content';
  • branches/branch-1_6/language/fr_FR.iso-8859-1/admin.lang.php

    r1302 r1313  
    112112$lang['New parent category'] = 'Nouvelle catégorie parente';
    113113$lang['New tag'] = 'Nouveau tag';
     114$lang['No tag defined. Use Administration>Pictures>Tags'] = 'Aucun tag défini. Utiliser l\'écran Adminstration>Images>Tags';
    114115$lang['No'] = 'Non';
    115116$lang['Number of comments per page'] = 'Nombre de commentaires utilisateur par page';
     
    159160$lang['Submit'] = 'Valider';
    160161$lang['Sum of rates'] = 'Somme des notes';
     162$lang['Tag "%s" already exist'] = 'Le tag "%s" existe déjà';
     163$lang['Tag "%s" was added'] = 'Le tag "%s" a été ajouté';
    161164$lang['Tag selection'] = 'Sélection de tags';
    162 $lang['Tag "%s" was added'] = 'Le tag "%s" a été ajouté';
    163 $lang['Tag "%s" already exist'] = 'Le tag "%s" existe déjà';
    164165$lang['Take selected elements out of caddie'] = 'Sortir les éléments sélectionnés du panier';
    165166$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.';
     
    258259$lang['name'] = 'nom';
    259260$lang['nbm_background_treatment_redirect'] = 'Le temps d\'exécution étant dépassé, le traitement doit continuer [Temps estimé: %d secondes].';
    260 $lang['nbm_redirect_msg'] = 'Traitement en cours.'."\n".'Veuillez patienter...';
    261 $lang['nbm_repost_submit'] = 'Continuer le traitement en cours...';
    262261$lang['nbm_break_timeout_list_user'] = 'Le temps de préparation de la liste des utilisateurs pour l\'envoi est limité. Les autres utilisateurs ne sont pas listés.';
     262$lang['nbm_break_timeout_send_mail'] = 'Le temps d\'envoi des mails est limité. Les autres envois de mail ont été ignorés.';
    263263$lang['nbm_col_check_user_send_mail'] = 'A envoyer ?';
    264264$lang['nbm_col_last_send'] = 'Dernier envoi';
     
    284284$lang['nbm_msg_n_mails_sent'] = '%s mails ont été envoyés.';
    285285$lang['nbm_msg_no_mail_to_send'] = '%s mails n\'ont pas été envoyés.';
    286 $lang['nbm_break_timeout_send_mail'] = 'Le temps d\'envoi des mails est limité. Les autres envois de mail ont été ignorés.';
    287286$lang['nbm_no_mail_to_send'] = 'Pas de mail à envoyer.';
    288287$lang['nbm_no_user_available_to_send_L1'] = 'Il n\'y a pas d\'utilisateur à notifier par mail.';
     
    294293$lang['nbm_object_unsubcribe'] = 'Désinscription à la notification par mail';
    295294$lang['nbm_param_mode'] = 'Paramétrage';
     295$lang['nbm_redirect_msg'] = 'Traitement en cours.'."\n".'Veuillez patienter...';
     296$lang['nbm_repost_submit'] = 'Continuer le traitement en cours...';
    296297$lang['nbm_send_check_all'] = 'Tout cocher';
    297298$lang['nbm_send_complementary_mail_content'] = 'Contenu complémentaire du mail';
Note: See TracChangeset for help on using the changeset viewer.