[SPIP][PLUGINS] v3.0-->v3.2
[lhc/web/www.git] / www / plugins-dist / dump / lang / dump_fi.php
1 <?php
2 // This is a SPIP language file -- Ceci est un fichier langue de SPIP
3 // extrait automatiquement de https://trad.spip.net/tradlang_module/dump?lang_cible=fi
4 // ** ne pas modifier le fichier **
5
6 if (!defined('_ECRIRE_INC_VERSION')) {
7 return;
8 }
9
10 $GLOBALS[$GLOBALS['idx_lang']] = array(
11
12 // B
13 'bouton_restaurer_base' => 'Palauta tietokanta',
14
15 // I
16 'info_restauration_sauvegarde' => 'varmistuskopion @archive@ palautus', # MODIF
17 'info_sauvegarde' => 'Varmistuskopio',
18 'info_sauvegarde_reussi_02' => 'Tietokanta on tallennettu osoitteseen @archive@. Voit', # MODIF
19 'info_sauvegarde_reussi_03' => 'palata sivustosi',
20 'info_sauvegarde_reussi_04' => 'hallintaan.',
21
22 // T
23 '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
24 'texte_restaurer_base' => 'Palauta tietokanta-varmistuksen sisältö',
25 'texte_sauvegarde' => 'Varmistuskopioi tietokannan sisältö',
26 'texte_sauvegarde_base' => 'Varmistuskopioi tietokanta'
27 );