1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/spip_ynh.git synced 2024-09-03 20:25:59 +02:00
spip_ynh/sources/plugins-dist/revisions/lang/revisions_en.php
2015-04-28 17:10:23 +02:00

59 lines
1.9 KiB
PHP
Raw Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<?php
// This is a SPIP language file -- Ceci est un fichier langue de SPIP
// extrait automatiquement de http://trad.spip.net/tradlang_module/revisions?lang_cible=en
// ** ne pas modifier le fichier **
if (!defined('_ECRIRE_INC_VERSION')) return;
$GLOBALS[$GLOBALS['idx_lang']] = array(
// B
'bouton_comparer' => 'Show revisions',
// D
'diff_para_ajoute' => 'Added paragraph',
'diff_para_deplace' => 'Moved paragraph',
'diff_para_supprime' => 'Deleted paragraph',
'diff_texte_ajoute' => 'Added text',
'diff_texte_deplace' => 'Moved text',
'diff_texte_supprime' => 'Deleted text',
'differences_versions' => 'Differences between version N<sup>o</sup>@id_version@ and version N<sup>o</sup>@id_diff@',
// I
'icone_restaurer_version' => 'Restore version N<sup>o</sup>@version@',
'icone_suivi_revisions' => 'Tracking of the revisions',
'info_1_revision' => '1 revision',
'info_aucune_revision' => 'No revision',
'info_historique' => 'Revisions:',
'info_historique_lien' => 'Display list of versions',
'info_historique_titre' => 'Revision tracking',
'info_nb_revisions' => '@nb@ revisions',
// L
'label_choisir_id_version' => 'Select the versions to compare',
'label_config_revisions_objets' => 'Which objects enable revisions:',
// M
'message_valider_recuperer_version' => 'Submit the form to return to this version.',
// O
'objet_editorial' => 'object',
// P
'plugin_update' => 'Upgrade of the "Revisions" plugin at @version@ version.',
// T
'titre_form_revisions_objets' => 'Enable revisions',
'titre_restaurer_version' => 'Restore a version',
'titre_revisions' => 'Revisions',
// V
'version_deplace_rubrique' => 'Moved from <b>« @from@ »</b> to <b>« @to@ »</b>.',
'version_initiale' => 'Initial version',
'voir_differences' => 'Show differences',
'voir_mes_revisions' => 'My revisions',
'voir_revisions' => 'Show revisions (@objet@ @id_objet@ : @titre@)',
'voir_toutes_les_revisions' => 'All revisions'
);
?>