Changeset 889


Ignore:
Timestamp:
Oct 15, 2005, 11:47:19 PM (19 years ago)
Author:
plg
Message:
  • modification: localized labels in Administration>Pictures>Caddie
  • translation: bug fixed on special categories title in French
  • translation: all help pages were translated in french
Location:
trunk
Files:
12 added
10 edited

Legend:

Unmodified
Added
Removed
  • trunk/category.php

    r869 r889  
    305305// about link
    306306$template->assign_block_vars('summary', array(
    307 'TITLE'=>$lang['hint_about'],
    308 'NAME'=>$lang['about'],
     307'TITLE'=>$lang['about_page_title'],
     308'NAME'=>$lang['About'],
    309309'U_SUMMARY'=>add_session_id( 'about.php?'.str_replace( '&', '&', $_SERVER['QUERY_STRING'] ) )
    310310));
  • trunk/comments.php

    r850 r889  
    4343$sort_by = array(
    4444  'date' => 'comment date',
    45   'image_id' => 'image'
     45  'image_id' => 'picture'
    4646  );
    4747
  • trunk/doc/ChangeLog

    r884 r889  
     12005-10-15 Pierrick LE GALL
     2
     3        * modification: localized labels in Administration>Pictures>Caddie
     4
     5        * translation: bug fixed on special categories title in French
     6
     7        * translation: all help pages were translated in french
     8
    192005-10-09 Pierrick LE GALL
    210
  • trunk/language/en_UK.iso-8859-1/admin.lang.php

    r883 r889  
    4747$lang['Association to categories'] = 'Association to categories';
    4848$lang['Batch management'] = 'Batch management';
     49$lang['Caddie management'] = 'Caddie management';
    4950$lang['Caddie'] = 'Caddie';
    5051$lang['Categories authorized thanks to group associations'] = 'Categories authorized thanks to group associations';
     
    6061$lang['Deny selected users'] = 'Deny selected users';
    6162$lang['Description'] = 'Description';
     63$lang['Display options'] = 'Display options';
    6264$lang['Dissociated'] = 'Dissociated';
    6365$lang['Does not represent'] = 'Does not represent';
    6466$lang['Edit all picture informations'] = 'Edit all picture informations';
     67$lang['Elements'] = 'Elements';
    6568$lang['Empty caddie'] = 'Empty caddie';
    6669$lang['Environment'] = 'Environment';
    6770$lang['Expand all categories'] = 'Expand all categories';
     71$lang['Form'] = 'Form';
    6872$lang['Gallery description'] = 'Gallery description';
    6973$lang['Gallery title'] = 'Gallery title';
     
    121125$lang['Represents'] = 'Represents';
    122126$lang['Save order'] = 'Save order';
     127$lang['Select at least one category'] = 'Select at least one category';
    123128$lang['Select at least one picture'] = 'Select at least one picture';
    124129$lang['Select at least one user'] = 'Select at least one user';
     
    144149$lang['You need to confirm deletion'] = 'You need to confirm deletion';
    145150$lang['actions'] = 'actions';
    146 $lang['all'] = 'all';
    147 $lang['ascending'] = 'ascending';
     151$lang['add keywords'] = 'add keywords';
     152$lang['associate to category'] = 'associate to category';
    148153$lang['associate to group'] = 'associate to group';
    149154$lang['author'] = 'author';
     
    172177$lang['config'] = 'Configuration';
    173178$lang['confirm'] = 'confirm';
     179$lang['creation date'] = 'creation date';
    174180$lang['date'] = 'date';
    175181$lang['delete category'] = 'delete category';
    176 $lang['descending'] = 'descending';
    177182$lang['description'] = 'description';
     183$lang['dissociate from category'] = 'dissociate from category';
    178184$lang['dissociate from group'] = 'dissociate from group';
    179185$lang['down'] = 'Move down';
     
    182188$lang['editcat_confirm'] = 'Category informations updated successfully.';
    183189$lang['editcat_uploadable'] = 'Authorize upload';
     190$lang['elements per line'] = 'elements per line';
     191$lang['elements per page'] = 'elements per page';
    184192$lang['elements'] = 'elements';
    185193$lang['file'] = 'file';
     
    188196$lang['forbidden'] = 'Forbidden';
    189197$lang['general'] = 'General';
     198$lang['global mode'] = 'global mode';
    190199$lang['group "%s" added'] = 'group "%s" added';
    191200$lang['group "%s" deleted'] = 'group "%s" deleted';
     
    249258$lang['remote_site_update_hint'] = 'read remote listing.xml and updates database';
    250259$lang['remote_sites'] = 'Remote sites';
     260$lang['remove keyword'] = 'remove keyword';
    251261$lang['selection'] = 'selection';
    252262$lang['set to'] = 'set to';
     
    263273$lang['target'] = 'target';
    264274$lang['thumbnail'] = 'thumbnail';
     275$lang['title'] = 'title';
    265276$lang['title_cat_options'] = 'Categories options';
    266277$lang['title_categories'] = 'Categories management';
     
    298309$lang['tn_thisformat'] = 'for this file format';
    299310$lang['tn_width'] = 'width';
     311$lang['unit mode'] = 'unit mode';
    300312$lang['unlocked'] = 'Unlocked';
    301313$lang['unset'] = 'unset';
  • trunk/language/en_UK.iso-8859-1/common.lang.php

    r866 r889  
    101101$lang['Visits'] = 'Visits';
    102102$lang['Webmaster'] = 'Webmaster';
    103 $lang['about'] = 'about';
    104103$lang['about_page_title'] = 'About PhpWebGallery';
    105104$lang['access_forbiden'] = 'You are not authorized to access this page';
     
    155154$lang['guest'] = 'guest';
    156155$lang['hello'] = 'Hello';
    157 $lang['hint_about'] = 'more informations on PhpWebGallery...';
    158156$lang['hint_admin'] = 'available for administrators only';
    159157$lang['hint_category'] = 'shows images at the root of this categry';
     
    301299$lang['w_month'] = 'Month';
    302300$lang['yes'] = 'Yes';
     301
     302$lang['descending'] = 'descending';
     303$lang['all'] = 'all';
     304$lang['ascending'] = 'ascending';
     305$lang['comment date'] = 'comment date';
     306$lang['picture'] = 'picture';
    303307?>
  • trunk/language/en_UK.iso-8859-1/help.html

    r884 r889  
    100100  file (see video.avi in the example above).</li>
    101101
    102   <li>Warning : the name of directories and files must be composed of
    103   letters, figures, "-", "_" or ".". No blank space, no accentuated
    104   characters</li>
    105 
    106   <li>Advise : a category can contain elements and sub-categories in the
    107   same time. Nerverthless, you are strongly advised for each category to
    108   choose between category containing elements OR category containing
    109   sub-categories.</li>
     102  <li><em>Warning</em> : the name of directories and files must be composed
     103of letters, figures, "-", "_" or ".". No blank space, no accentuated
     104characters</li>
     105
     106  <li><em>Advise</em> : a category can contain elements and sub-categories
     107in the same time. Nerverthless, you are strongly advised for each category
     108to choose between category containing elements <strong>or</strong> category
     109containing sub-categories.</li>
    110110
    111111  <li>Once files, thumbnails and representatives are correctly placed in the
  • trunk/language/en_UK.iso-8859-1/help/maintenance.html

    r858 r889  
    1919
    2020  <li><strong>update images informations</strong>. For each picture,
    21   informations to update are : full path to file, averate
     21  informations to update are : full path to file, average
    2222  rate. <em>Warning</em>: do not get confuse with metadata informations
    2323  which can be synchronized from <span class="pwgScreen">Administration,
  • trunk/language/fr_FR.iso-8859-1/admin.lang.php

    r883 r889  
    4747$lang['Association to categories'] = 'Association aux catégories';
    4848$lang['Batch management'] = 'Gestion par lot';
     49$lang['Caddie management'] = 'Gestion du panier';
    4950$lang['Caddie'] = 'Panier';
    5051$lang['Categories authorized thanks to group associations'] = 'Catégories accessibles grâce à l\'appartenance aux groupes';
     
    6061$lang['Deny selected users'] = 'Interdire l\'accès aux utilisateurs sélectionnés';
    6162$lang['Description'] = 'Description';
     63$lang['Display options'] = 'Options d\'affichage';
    6264$lang['Dissociated'] = 'Dissociée de';
    6365$lang['Does not represent'] = 'Ne représente pas';
    6466$lang['Edit all picture informations'] = 'Modifier toutes les informations liées à cette image';
     67$lang['Elements'] = 'Éléments';
    6568$lang['Empty caddie'] = 'Vider le panier';
    6669$lang['Environment'] = 'Environnement';
    6770$lang['Expand all categories'] = 'Développer toutes les catégories';
     71$lang['Form'] = 'Formulaire';
     72$lang['Gallery description'] = 'Description de la galerie';
    6873$lang['Gallery title'] = 'Titre de la galerie';
    6974$lang['Grant selected groups'] = 'Donner l\'accès aux groupes sélectionnés';
     
    120125$lang['Represents'] = 'Représente';
    121126$lang['Save order'] = 'Sauvegarder l\'ordre';
     127$lang['Select at least one category'] = 'Sélectionner au moins une catégorie';
    122128$lang['Select at least one picture'] = 'Sélectionner au moins une image';
    123129$lang['Select at least one user'] = 'Séléctionner au moins un utilisateur';
     
    143149$lang['You need to confirm deletion'] = 'Vous devez confirmer la suppression';
    144150$lang['actions'] = 'actions';
    145 $lang['all'] = 'tout';
    146 $lang['ascending'] = 'croissant';
     151$lang['add keywords'] = 'ajouter des mots-clef';
     152$lang['associate to category'] = 'associer à la catégorie';
    147153$lang['associate to group'] = 'associer au groupe';
    148154$lang['author'] = 'auteur';
     
    170176$lang['config'] = 'Configuration';
    171177$lang['confirm'] = 'confirmer';
     178$lang['creation date'] = 'date de création';
    172179$lang['date'] = 'date';
    173180$lang['delete category'] = 'supprimer la catégorie';
    174 $lang['descending'] = 'décroissant';
    175181$lang['description'] = 'description';
     182$lang['dissociate from category'] = 'dissocier de la catégorie';
    176183$lang['dissociate from group'] = 'dissocier du groupe';
    177184$lang['edit category permissions'] = 'Modifier les permissions de la catégorie';
     
    179186$lang['editcat_confirm'] = 'Les informations de la catégorie ont été mises à jour avec succès.';
    180187$lang['editcat_uploadable'] = 'Autoriser l\'ajout d\'images';
     188$lang['elements per line'] = 'éléments par ligne';
     189$lang['elements per page'] = 'éléments par page';
    181190$lang['elements'] = 'éléments';
    182191$lang['file'] = 'fichier';
     
    185194$lang['forbidden'] = 'interdit';
    186195$lang['general'] = 'Général';
     196$lang['global mode'] = 'mode global';
    187197$lang['group "%s" added'] = 'groupe "%s" ajouté';
    188198$lang['group "%s" deleted'] = 'groupe "%s" supprimé';
     
    246256$lang['remote_site_update_hint'] = 'lit le fichier listing.xml distant et met à jour la base de données';
    247257$lang['remote_sites'] = 'Sites distant';
     258$lang['remove keyword'] = 'supprimer mot-clef';
    248259$lang['selection'] = 'sélection';
    249260$lang['set to'] = 'changer en';
     
    260271$lang['target'] = 'cible';
    261272$lang['thumbnail'] = 'miniature';
     273$lang['title'] = 'titre';
    262274$lang['title_cat_options'] = 'Options des catégories';
    263275$lang['title_categories'] = 'Gestion des catégorie';
     
    295307$lang['tn_thisformat'] = 'pour ce format de fichier';
    296308$lang['tn_width'] = 'largeur';
     309$lang['unit mode'] = 'mode unitaire';
    297310$lang['unlocked'] = 'dévérouillée';
    298311$lang['unset'] = 'vider';
     
    342355$lang['w_day'] = 'Jour';
    343356$lang['waiting'] = 'En attente';
    344 $lang['Gallery description'] = 'Description de la galerie';
    345357?>
  • trunk/language/fr_FR.iso-8859-1/common.lang.php

    r866 r889  
    4444$lang['Average rate'] = 'Note moyenne';
    4545$lang['Categories'] = 'Catégories';
    46 $lang['Category'] = 'Catégori';
     46$lang['Category'] = 'Catégorie';
    4747$lang['Close this window'] = 'Fermer cette fenêtre';
    4848$lang['Confirm Password'] = 'Confirmer le mot de passe';
     
    5454$lang['Dimensions'] = 'Dimensions';
    5555$lang['Display'] = 'Affichage';
    56 $lang['Email address is missing'] = 'L\'adresse email manque';
    57 $lang['Email address'] = 'Adresse email';
     56$lang['Email address is missing'] = 'L\'adresse e-mail manque';
     57$lang['Email address'] = 'Adresse e-mail';
    5858$lang['Enter your personnal informations'] = 'Entrer vos informations personnelles';
    5959$lang['Error sending email'] = 'Erreur à l\'envoi du mail';
     
    7373$lang['New on %s'] = 'Nouveau le %s';
    7474$lang['New password confirmation does not correspond'] = 'Erreur de confirmation de mot de passe';
    75 $lang['New password sent by email'] = 'Nouveau mot de passe envoyé par mail';
    76 $lang['No email address'] = 'Pas d\'adresse email';
    77 $lang['No user matches this email address'] = 'Cette adresse email ne correspond à aucun utilisateur';
     75$lang['New password sent by email'] = 'Nouveau mot de passe envoyé par e-mail';
     76$lang['No email address'] = 'Pas d\'adresse e-mail';
     77$lang['No user matches this email address'] = 'Cette adresse e-mail ne correspond à aucun utilisateur';
    7878$lang['Notification'] = 'Notification';
    7979$lang['Number of items'] = 'Nombre d\'élément';
     
    9797$lang['Unknown feed identifier'] = 'Identifiant de flux inconnu';
    9898$lang['User comments'] = 'Commentaires utilisateur';
    99 $lang['Username'] = 'Nom utilisateur';
     99$lang['Username'] = 'Nom d\'utilisateur';
    100100$lang['Visits'] = 'Visites';
    101101$lang['Webmaster'] = 'Webmestre';
    102 $lang['about'] = 'à propos';
    103 $lang['about_page_title'] = 'À de PhpWebGallery';
     102$lang['about_page_title'] = 'À propos de PhpWebGallery';
    104103$lang['access_forbiden'] = 'Vous n\'êtes pas autorisé sur cette page';
    105104$lang['add to caddie'] = 'ajouter au panier';
     
    107106$lang['add_favorites_hint'] = 'Ajouter cette image à vos favoris';
    108107$lang['admin'] = 'Administration';
     108$lang['all'] = 'tout';
    109109$lang['all_categories'] = 'toutes les catégories';
    110110$lang['already_rated'] = 'Vous avez déjà voté pour cette image';
     111$lang['ascending'] = 'croissant';
    111112$lang['auto_expand'] = 'Développer toutes les catégories';
    112 $lang['best_rated_cat'] = 'mieux notés';
     113$lang['best_rated_cat'] = 'Mieux notées';
    113114$lang['best_rated_cat_hint'] = 'affiche les images les mieux notées';
    114115$lang['caddie'] = 'panier';
    115 $lang['calendar'] = 'calendrier';
     116$lang['calendar'] = 'Calendrier';
    116117$lang['calendar_hint'] = 'affichage année par année, mois par mois, jour par jour';
    117118$lang['calendar_picture_hint'] = 'affiche les images du ';
    118119$lang['categories'] = 'Catégories';
     120$lang['comment date'] = 'date du commentaire';
    119121$lang['comment'] = 'Commentaire';
    120122$lang['comment_added'] = 'Votre commentaire a été enregistré';
     
    141143$lang['del_favorites_hint'] = 'Supprimer cette image de vos favoris';
    142144$lang['delete'] = 'Supprimer';
     145$lang['descending'] = 'décroissant';
    143146$lang['download'] = 'télécharger';
    144147$lang['download_hint'] = 'télécharger ce fichier';
     
    146149$lang['edit'] = 'éditer';
    147150$lang['err_date'] = 'date erronée';
    148 $lang['favorite_cat'] = 'mes favoris';
    149 $lang['favorite_cat_hint'] = 'afficher mes favoris';
     151$lang['favorite_cat'] = 'Mes favorites';
     152$lang['favorite_cat_hint'] = 'afficher mes images favorites';
    150153$lang['favorites'] = 'Favoris';
    151154$lang['first_page'] = 'Premier';
     
    154157$lang['guest'] = 'visiteur';
    155158$lang['hello'] = 'Bonjour';
    156 $lang['hint_about'] = 'plus d\'information à propos de PhpWebGallery...';
    157159$lang['hint_admin'] = 'disponible uniquement pour les administrateurs';
    158160$lang['hint_category'] = 'montre les images à la racine de cette catégorie';
     
    194196$lang['month'][8] = 'Août';
    195197$lang['month'][9] = 'Septembre';
    196 $lang['most_visited_cat'] = 'plus vues';
     198$lang['most_visited_cat'] = 'Plus vues';
    197199$lang['most_visited_cat_hint'] = 'afficher les images les plus vues';
    198200$lang['nb_image_per_row'] = 'Nombre de miniatures par ligne';
     
    211213$lang['password_hint'] = 'Vous n\'avez à donner votre mot de passe que si vous désirez en changer.';
    212214$lang['periods_error'] = 'La période de nouveauté doit être un entier positif';
     215$lang['picture'] = 'image';
    213216$lang['picture_high'] = 'Cliquer sur l\'image pour la visualiser en haute définition';
    214217$lang['picture_show_metadata'] = 'Monter les méta-données du fichier';
    215218$lang['powered_by'] = 'Propulsé par';
    216 $lang['preferences'] = 'Preéférences';
     219$lang['preferences'] = 'Préférences';
    217220$lang['previous_page'] = 'Précédent';
    218 $lang['random_cat'] = 'images au hasard';
     221$lang['random_cat'] = 'Images au hasard';
    219222$lang['random_cat_hint'] = 'Affiche un ensemble aléatoire d\'images';
    220223$lang['recent_cats_cat'] = 'Dernière catégories';
    221224$lang['recent_cats_cat_hint'] = 'Affiche les catégories récemment mises à jour ou créées';
    222225$lang['recent_image'] = 'Image de moins de';
    223 $lang['recent_period'] = 'Recent period';
     226$lang['recent_period'] = 'Période récente';
    224227$lang['recent_pics_cat'] = 'Dernières images';
    225228$lang['recent_pics_cat_hint'] = 'Affiche les images les plus récentes';
     
    229232$lang['reg_err_login3'] = 'le nom utilisateur ne doit pas commencer par un espace';
    230233$lang['reg_err_login5'] = 'ce nom utilisateur est déjà pris';
    231 $lang['reg_err_mail_address'] = 'l\'adresse email doit être de la forme xxx@yyy.eee (example : jack@altern.org)';
     234$lang['reg_err_mail_address'] = 'l\'adresse e-mail doit être de la forme xxx@yyy.eee (example : jack@altern.org)';
    232235$lang['reg_err_pass'] = 'S\'il vous plaît, entrez à nouveau votre mot de passe';
    233236$lang['register'] = 's\'enregistrer';
     
    261264$lang['send_mail'] = 'Contacter';
    262265$lang['set as category representative'] = 'élire comme représentant de cette catégorie';
    263 $lang['show_nb_comments'] = 'Monter le nombre de commentaires';
     266$lang['show_nb_comments'] = 'Montrer le nombre de commentaires';
    264267$lang['slideshow'] = 'diaporama';
    265268$lang['slideshow_stop'] = 'arrêter le diaporama';
     
    296299$lang['upload_successful'] = 'Image ajoutée avec succès, un administrateur doit valider l\'ajout pour le rendre visible';
    297300$lang['upload_title'] = 'Ajouter une image';
    298 $lang['upload_username'] = 'Nom utilisateur';
     301$lang['upload_username'] = 'Nom d\'utilisateur';
    299302$lang['useful when password forgotten'] = 'utile en cas d\'oubli de mot de passe';
    300303$lang['w_month'] = 'Mois';
  • trunk/template/yoga/admin/element_set_global.tpl

    r859 r889  
    55
    66<p style="text-align:center;">
    7   global mode
    8   | <a href="{U_UNIT_MODE}">unit mode</a>
     7  {lang:global mode}
     8  | <a href="{U_UNIT_MODE}">{lang:unit mode}</a>
    99</p>
    1010
     
    1313<fieldset>
    1414
    15   <legend>Caddie management</legend>
     15  <legend>{lang:Caddie management}</legend>
    1616
    1717  <ul style="list-style-type:none;">
     
    3434<fieldset>
    3535
    36   <legend>Display options</legend>
     36  <legend>{lang:Display options}</legend>
    3737
    38   <p>elements per line :
     38  <p>{lang:elements per line}:
    3939      <a href="{U_COLS}&amp;cols=4">4</a>
    4040    | <a href="{U_COLS}&amp;cols=5">5</a>
     
    4646  </p>
    4747
    48   <p>elements per page :
     48  <p>{lang:elements per page}:
    4949      <a href="{U_DISPLAY}&amp;display=20">20</a>
    5050    | <a href="{U_DISPLAY}&amp;display=50">50</a>
    5151    | <a href="{U_DISPLAY}&amp;display=100">100</a>
    52     | <a href="{U_DISPLAY}&amp;display=all">all</a>
     52    | <a href="{U_DISPLAY}&amp;display=all">{lang:all}</a>
    5353  </p>
    5454
     
    5757<fieldset>
    5858
    59   <legend>Form</legend>
     59  <legend>{lang:Form}</legend>
    6060
    6161  <table>
    6262
    6363    <tr>
    64       <td>associate to category</td>
     64      <td>{lang:associate to category}</td>
    6565      <td>
    6666       <select style="width:400px" name="associate" size="1">
     
    7373
    7474    <tr>
    75       <td>dissociate from category</td>
     75      <td>{lang:dissociate from category}</td>
    7676      <td>
    7777        <select style="width:400px" name="dissociate" size="1">
     
    8484
    8585    <tr>
    86       <td>add keywords</td>
     86      <td>{lang:add keywords}</td>
    8787      <td><input type="text" name="add_keywords" value="" /></td>
    8888    </tr>
    8989
    9090    <tr>
    91       <td>remove keyword</td>
     91      <td>{lang:remove keyword}</td>
    9292      <td>
    9393        <select name="remove_keyword">
     
    100100
    101101    <tr>
    102       <td>author</td>
     102      <td>{lang:author}</td>
    103103      <td>
    104         <input type="radio" name="author_action" value="leave" checked="checked" /> leave unchanged
    105         <input type="radio" name="author_action" value="unset" /> unset
    106         <input type="radio" name="author_action" value="set" id="author_action_set" /> set to
     104        <input type="radio" name="author_action" value="leave" checked="checked" /> {lang:leave}
     105        <input type="radio" name="author_action" value="unset" /> {lang:unset}
     106        <input type="radio" name="author_action" value="set" id="author_action_set" /> {lang:set to}
    107107        <input onmousedown="document.getElementById('author_action_set').checked = true;" type="text" name="author" value="" />
    108108      </td>
     
    110110
    111111    <tr>
    112       <td>title</td>
     112      <td>{lang:title}</td>
    113113      <td>
    114         <input type="radio" name="name_action" value="leave" checked="checked" /> leave unchanged
    115         <input type="radio" name="name_action" value="unset" /> unset
    116         <input type="radio" name="name_action" value="set" id="name_action_set" /> set to
     114        <input type="radio" name="name_action" value="leave" checked="checked" /> {lang:leave}
     115        <input type="radio" name="name_action" value="unset" /> {lang:unset}
     116        <input type="radio" name="name_action" value="set" id="name_action_set" /> {lang:set to}
    117117        <input onmousedown="document.getElementById('name_action_set').checked = true;" type="text" name="name" value="" />
    118118      </td>
     
    120120
    121121    <tr>
    122       <td>creation date</td>
     122      <td>{lang:creation date}</td>
    123123      <td>
    124         <input type="radio" name="date_creation_action" value="leave" checked="checked" /> leave unchanged
    125         <input type="radio" name="date_creation_action" value="unset" /> unset
    126         <input type="radio" name="date_creation_action" value="set" id="date_creation_action_set" /> set to
     124        <input type="radio" name="date_creation_action" value="leave" checked="checked" /> {lang:leave}
     125        <input type="radio" name="date_creation_action" value="unset" /> {lang:unset}
     126        <input type="radio" name="date_creation_action" value="set" id="date_creation_action_set" /> {lang:set to}
    127127        <select onmousedown="document.getElementById('date_creation_action_set').checked = true;" name="date_creation_day">
    128128          <!-- BEGIN date_creation_day -->
     
    147147
    148148  <p style="text-align:center;">
    149     target
    150     <input type="radio" name="target" value="all" /> all
    151     <input type="radio" name="target" value="selection" checked="checked" /> selection
     149    {lang:target}
     150    <input type="radio" name="target" value="all" /> {lang:all}
     151    <input type="radio" name="target" value="selection" checked="checked" /> {lang:selection}
    152152  </p>
    153153
     
    159159<fieldset>
    160160
    161   <legend>Elements</legend>
     161  <legend>{lang:Elements}</legend>
    162162
    163163  <div class="navigationBar">{NAV_BAR}</div>
Note: See TracChangeset for help on using the changeset viewer.