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/dump/lang/dump_fi.php

28 lines
1.2 KiB
PHP
Raw Normal View History

2015-04-28 17:10:23 +02:00
<?php
// This is a SPIP language file -- Ceci est un fichier langue de SPIP
// extrait automatiquement de http://trad.spip.net/tradlang_module/dump?lang_cible=fi
// ** ne pas modifier le fichier **
if (!defined('_ECRIRE_INC_VERSION')) return;
$GLOBALS[$GLOBALS['idx_lang']] = array(
// B
'bouton_restaurer_base' => 'Palauta tietokanta',
// I
'info_restauration_sauvegarde' => 'varmistuskopion @archive@ palautus', # MODIF
'info_sauvegarde' => 'Varmistuskopio',
'info_sauvegarde_reussi_02' => 'Tietokanta on tallennettu osoitteseen @archive@. Voit', # MODIF
'info_sauvegarde_reussi_03' => 'palata sivustosi',
'info_sauvegarde_reussi_04' => 'hallintaan.',
// T
'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
'texte_restaurer_base' => 'Palauta tietokanta-varmistuksen sisältö',
'texte_sauvegarde' => 'Varmistuskopioi tietokannan sisältö',
'texte_sauvegarde_base' => 'Varmistuskopioi tietokanta'
);
?>