File "adminmots_en.php"
Full path: /home/argothem/www/v4_old/plugins-dist/mots/lang/adminmots_en.php
File size: 1.93 KB
MIME-type: text/x-php
Charset: utf-8
<?php
// This is a SPIP language file -- Ceci est un fichier langue de SPIP
// extrait automatiquement de https://trad.spip.net/tradlang_module/adminmots?lang_cible=en
// ** ne pas modifier le fichier **
if (!defined('_ECRIRE_INC_VERSION')) {
return;
}
$GLOBALS[$GLOBALS['idx_lang']] = array(
// B
'bouton_associer' => 'Link',
'bouton_dissocier' => 'Unlink',
'bouton_fusionner' => 'Merge',
// E
'erreur_admin_mot_action_inconnue' => 'What do you want to do?',
'erreur_mot_cle_deja' => 'Impossible: this is the same keyword.',
'erreur_selection_id' => 'Select a keyword or enter it’s ID in input field',
// I
'icone_administrer_mot' => 'Advanced operations',
// L
'label_associer_objets_mot' => '<b>Link</b> this keyword to objects with the keyword',
'label_confirm_fusion' => 'This operation can’t be canceled.<br />
<strong>This keyword #@id_mot@ will be deleted</strong> and following links will be moved on keyword #@id_mot_new@: ',
'label_confirm_fusion_check' => 'Check to confirm merging keyword #@id_mot@ with keyword #@id_mot_new@',
'label_dissocier_objets_mot' => '<b>Unlink</b> this keyword from objects with the keyword',
'label_fusionner_mot' => '<b>Merge</b> with the keyword',
'label_mot_1_enfant' => 'Child:',
'label_mot_nb_enfants' => 'Children:',
'label_mot_parent' => 'Parent:',
// P
'placeholder_id_mot' => 'or #ID_MOT',
'placeholder_select' => 'Select…',
// R
'result_associer_nb' => ' have been linked to this keyword',
'result_associer_ras' => 'Nothing to do: all objects are already linked to this keyword',
'result_cancel_ok' => 'Last operation has been canceled.',
'result_dissocier_nb' => ' have been unlinked from this keyword',
'result_dissocier_ras' => 'Nothing to do: no targeted object is linked to this keyword',
'result_fusionner_ok' => 'You can now delete this keyword: all links have been moved to other keyword @mot@.',
// T
'titre_formulaire_administrer_mot' => 'Manage this keyword'
);