[SPIP] ~maj 3.0.10 --> 3.0.14
[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 http://trad.spip.net/tradlang_module/dump?lang_cible=fi
4 // ** ne pas modifier le fichier **
5
6 if (!defined('_ECRIRE_INC_VERSION')) return;
7
8 $GLOBALS[$GLOBALS['idx_lang']] = array(
9
10 // B
11 'bouton_restaurer_base' => 'Palauta tietokanta',
12
13 // I
14 'info_restauration_sauvegarde' => 'varmistuskopion @archive@ palautus', # MODIF
15 'info_sauvegarde' => 'Varmistuskopio',
16 'info_sauvegarde_reussi_02' => 'Tietokanta on tallennettu osoitteseen @archive@. Voit', # MODIF
17 'info_sauvegarde_reussi_03' => 'palata sivustosi',
18 'info_sauvegarde_reussi_04' => 'hallintaan.',
19
20 // T
21 '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
22 'texte_restaurer_base' => 'Palauta tietokanta-varmistuksen sisältö',
23 'texte_sauvegarde' => 'Varmistuskopioi tietokannan sisältö',
24 'texte_sauvegarde_base' => 'Varmistuskopioi tietokanta'
25 );
26
27 ?>