dump_fi.php 1.2 KB

12345678910111213141516171819202122232425262728
  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/dump?lang_cible=fi
  4. // ** ne pas modifier le fichier **
  5. if (!defined('_ECRIRE_INC_VERSION')) return;
  6. $GLOBALS[$GLOBALS['idx_lang']] = array(
  7. // B
  8. 'bouton_restaurer_base' => 'Palauta tietokanta',
  9. // I
  10. 'info_restauration_sauvegarde' => 'varmistuskopion @archive@ palautus', # MODIF
  11. 'info_sauvegarde' => 'Varmistuskopio',
  12. 'info_sauvegarde_reussi_02' => 'Tietokanta on tallennettu osoitteseen @archive@. Voit', # MODIF
  13. 'info_sauvegarde_reussi_03' => 'palata sivustosi',
  14. 'info_sauvegarde_reussi_04' => 'hallintaan.',
  15. // T
  16. 'texte_admin_tech_02' => 'Warning: this backup can ONLY be restored in a site installed under the same version of SPIP. You should certainly not "empty the database" and expect to re-install the backup after the upgrade... For more information refer to <a href="@spipnet@">SPIP documentation</a>.', # MODIF
  17. 'texte_restaurer_base' => 'Palauta tietokanta-varmistuksen sisältö',
  18. 'texte_sauvegarde' => 'Varmistuskopioi tietokannan sisältö',
  19. 'texte_sauvegarde_base' => 'Varmistuskopioi tietokanta'
  20. );
  21. ?>