Changeset 2879158
- Timestamp:
- 03/13/2023 02:33:41 PM (3 years ago)
- Location:
- hal/trunk
- Files:
-
- 9 edited
-
lang/wp-hal-en_GB.mo (modified) (previous)
-
lang/wp-hal-en_GB.po (modified) (1 diff)
-
lang/wp-hal-en_US.mo (modified) (previous)
-
lang/wp-hal-en_US.po (modified) (1 diff)
-
lang/wp-hal-es_ES.mo (modified) (previous)
-
lang/wp-hal-es_ES.po (modified) (1 diff)
-
lang/wp-hal-fr_FR.mo (modified) (previous)
-
lang/wp-hal-fr_FR.po (modified) (1 diff)
-
wp-hal.php (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
hal/trunk/lang/wp-hal-en_GB.po
r2878028 r2879158 54 54 msgstr "Authors" 55 55 56 msgid "Auteurs affiliés"56 msgid "Auteurs de la structure" 57 57 msgstr "Affiliated authors" 58 58 -
hal/trunk/lang/wp-hal-en_US.po
r2878028 r2879158 54 54 msgstr "Authors" 55 55 56 msgid "Auteurs affiliés"56 msgid "Auteurs de la structure" 57 57 msgstr "Affiliated authors" 58 58 -
hal/trunk/lang/wp-hal-es_ES.po
r2878028 r2879158 55 55 msgstr "Autores" 56 56 57 msgid "Auteurs affiliés"57 msgid "Auteurs de la structure" 58 58 msgstr "Autoras afiliadas" 59 59 -
hal/trunk/lang/wp-hal-fr_FR.po
r2878028 r2879158 55 55 msgstr "Auteurs" 56 56 57 msgid "Auteurs affiliés"58 msgstr "A ffiliated authors"57 msgid "Auteurs de la structure" 58 msgstr "Auteurs de la structure" 59 59 60 60 #: wp-hal.php:159 wp-hal.php:379 wp-hal.php:1067 -
hal/trunk/wp-hal.php
r2879136 r2879158 230 230 } 231 231 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'); 233 233 $content .= '</a></li>'; 234 234 } … … 475 475 $content .= '</div> 476 476 <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>'; 478 478 $parsed_facetfield = wphal_parse_affiliation_facet($json->facet_counts->facet_fields, $structIDs); 479 479 if (!empty($parsed_facetfield)) { … … 1442 1442 <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/> 1443 1443 <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/> 1445 1445 <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/> 1446 1446 <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.