Plugin Directory

Changeset 2879158


Ignore:
Timestamp:
03/13/2023 02:33:41 PM (3 years ago)
Author:
ccsd
Message:

fix option menu label

Location:
hal/trunk
Files:
9 edited

Legend:

Unmodified
Added
Removed
  • hal/trunk/lang/wp-hal-en_GB.po

    r2878028 r2879158  
    5454msgstr "Authors"
    5555
    56 msgid "Auteurs affiliés"
     56msgid "Auteurs de la structure"
    5757msgstr "Affiliated authors"
    5858
  • hal/trunk/lang/wp-hal-en_US.po

    r2878028 r2879158  
    5454msgstr "Authors"
    5555
    56 msgid "Auteurs affiliés"
     56msgid "Auteurs de la structure"
    5757msgstr "Affiliated authors"
    5858
  • hal/trunk/lang/wp-hal-es_ES.po

    r2878028 r2879158  
    5555msgstr "Autores"
    5656
    57 msgid "Auteurs affiliés"
     57msgid "Auteurs de la structure"
    5858msgstr "Autoras afiliadas"
    5959
  • hal/trunk/lang/wp-hal-fr_FR.po

    r2878028 r2879158  
    5555msgstr "Auteurs"
    5656
    57 msgid "Auteurs affiliés"
    58 msgstr "Affiliated authors"
     57msgid "Auteurs de la structure"
     58msgstr "Auteurs de la structure"
    5959
    6060#: wp-hal.php:159 wp-hal.php:379 wp-hal.php:1067
  • hal/trunk/wp-hal.php

    r2879136 r2879158  
    230230                    }
    231231                    if ($option == 'affiliated') {
    232                         $content .= '<li><a href="#affiliated" onclick="displayElem(\'wphal-affiliated\'); return false;" style="margin:1px; text-decoration: none;">' . __('Auteurs affiliés', 'wp-hal');
     232                        $content .= '<li><a href="#affiliated" onclick="displayElem(\'wphal-affiliated\'); return false;" style="margin:1px; text-decoration: none;">' . __('Auteurs de la structure', 'wp-hal');
    233233                        $content .= '</a></li>';
    234234                    }
     
    475475            $content .= '</div>
    476476        <div class="display" id="wphal-affiliated" style="display: none;">
    477             <h3 class="wphal-titre">' . __('Auteurs affiliés', 'wp-hal') . '</h3>';
     477            <h3 class="wphal-titre">' . __('Auteurs de la structure', 'wp-hal') . '</h3>';
    478478            $parsed_facetfield = wphal_parse_affiliation_facet($json->facet_counts->facet_fields, $structIDs);
    479479            if (!empty($parsed_facetfield)) {
     
    14421442                                    <input type="checkbox" name="option_choix[3]" id="Mots-clefs" value="mots-clefs" <?php echo esc_attr((isset($option_choix[3]) && $option_choix[3] == "mots-clefs")?'checked':''); ?>><label for="Mots-clefs"><?php echo esc_html(__('Mots-clefs','wp-hal'));?></label><br/>
    14431443                                    <input type="checkbox" name="option_choix[4]" id="Auteurs" value="auteurs" <?php echo esc_attr((isset($option_choix[4]) && $option_choix[4] == "auteurs")?'checked':''); ?>><label for="Auteurs"><?php echo esc_html(__('Auteurs','wp-hal'));?></label><br/>
    1444                                     <input type="checkbox" name="option_choix[5]" id="Affiliated" value="affiliated" <?php echo esc_attr((isset($option_choix[5]) && $option_choix[5] == "affiliated")?'checked':''); ?>><label for="Affiliated"><?php echo esc_html(__('Auteurs affiliés','wp-hal'));?></label><br/>
     1444                                    <input type="checkbox" name="option_choix[5]" id="Affiliated" value="affiliated" <?php echo esc_attr((isset($option_choix[5]) && $option_choix[5] == "affiliated")?'checked':''); ?>><label for="Affiliated"><?php echo esc_html(__('Auteurs de la structure','wp-hal'));?></label><br/>
    14451445                                    <input type="checkbox" name="option_choix[6]" id="Revues" value="revues" <?php echo esc_attr((isset($option_choix[6]) && $option_choix[6] == "revues")?'checked':''); ?>><label for="Revues"><?php echo esc_html(__('Revues','wp-hal'));?></label><br/>
    14461446                                    <input type="checkbox" name="option_choix[7]" id="Annee" value="annee" <?php echo esc_attr((isset($option_choix[7]) && $option_choix[7] == "annee")?'checked':''); ?>><label for="Annee"><?php echo esc_html(__('Année de production','wp-hal'));?></label><br/>
Note: See TracChangeset for help on using the changeset viewer.