revisions_co.php 878 B

1234567891011121314151617181920212223242526272829
  1. <?php
  2. // This is a SPIP language file -- Ceci est un fichier langue de SPIP
  3. // extrait automatiquement de http://trad.spip.net/tradlang_module/revisions?lang_cible=co
  4. // ** ne pas modifier le fichier **
  5. if (!defined('_ECRIRE_INC_VERSION')) return;
  6. $GLOBALS[$GLOBALS['idx_lang']] = array(
  7. // D
  8. 'diff_para_ajoute' => 'paragrafu aghjuntu',
  9. 'diff_para_deplace' => 'Paragrafu spiazzatu',
  10. 'diff_para_supprime' => 'Paragrafu sguassatu',
  11. 'diff_texte_ajoute' => 'Testu aghjuntu',
  12. 'diff_texte_deplace' => 'Testu spiazzatu',
  13. 'diff_texte_supprime' => 'Testu sguassatu',
  14. // I
  15. 'info_historique' => 'Revisioni :',
  16. 'info_historique_lien' => 'Vede a storia di e mudìfiche',
  17. 'info_historique_titre' => 'Veghja di e revisioni',
  18. // V
  19. 'version_deplace_rubrique' => 'Spiazzatu da <b>« @from@ »</b> à <b>« @to@ »</b>.',
  20. 'version_initiale' => 'Versione iniziale'
  21. );
  22. ?>