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_it_fem.php
2015-04-28 17:10:23 +02:00

33 lines
1.7 KiB
PHP
Raw Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<?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=it_fem
// ** ne pas modifier le fichier **
if (!defined('_ECRIRE_INC_VERSION')) return;
$GLOBALS[$GLOBALS['idx_lang']] = array(
// B
'bouton_restaurer_base' => 'Ripristina il database',
// I
'info_restauration_sauvegarde' => 'ripristino del salvataggio @archive@',
'info_sauvegarde' => 'Salvataggio',
'info_sauvegarde_reussi_02' => 'Il database è stato salvato in @archive@. Puoi ',
'info_sauvegarde_reussi_03' => 'tornare alla gestione',
'info_sauvegarde_reussi_04' => 'del tuo sito.',
// T
'texte_admin_tech_01' => 'Questa opzione permette di salvare il contenuto del database in un file che sarà conservato nella cartella @dossier@.
Non dimenticare di recuperare integralmente anche la cartella @img@, che contiene le immagini e i documenti utilizzati negli articoli e nelle rubriche.',
'texte_admin_tech_02' => 'Attenzione: questo backup potrà essere ripristinato SOLO in un sito installato con la stessa versione di SPIP.Soprattutto, è sbagliato « svuotare il database » pensando di ripristinare questo backup dopo aver aggiornato la versione di SPIP...
Per maggiori informazioni consulta <a href="@spipnet@">la documentazione di SPIP</a>.', # MODIF
'texte_restaurer_base' => 'Ripristina un backup del database',
'texte_restaurer_sauvegarde' => 'Questopzione permette il ripristino di un backup del database.
Il file di salvataggio deve trovarsi nella cartella @dossier@.
Attenzione: <b>le modifiche o la perdita eventuale di dati sono irreversibili.</b>', # MODIF
'texte_sauvegarde' => 'Salva il contenuto del database',
'texte_sauvegarde_base' => 'Salva il database'
);
?>