Some strings weren't being translated
Thanks to @grandoc and I.D & L (idl-mp.com) for the french translations
This commit is contained in:
parent
66eabbe4a9
commit
44cc4ae949
@ -141,7 +141,7 @@ print $langs->trans("BackupDescY").'<br><br>';
|
||||
</div>
|
||||
<br>
|
||||
<div class="formelementrow"><input type="radio" name="what" value="mysqlnobin" id="radio_dump_mysql_nobin" />
|
||||
<label for="radio_dump_mysql">MySQL Dump (php) <?php print img_warning('Backup can\'t be guaranted with this method. Prefer previous one'); ?></label>
|
||||
<label for="radio_dump_mysql">MySQL Dump (php) <?php print img_warning($langs->trans('BackupPHPWarning')) ?></label>
|
||||
</div>
|
||||
<?php
|
||||
}
|
||||
@ -218,7 +218,7 @@ print $langs->trans("BackupDescY").'<br><br>';
|
||||
<br>
|
||||
<fieldset><legend> <input type="checkbox" name="sql_structure"
|
||||
value="structure" id="checkbox_sql_structure" checked="checked" /> <label
|
||||
for="checkbox_sql_structure"> Structure</label> </legend> <input
|
||||
for="checkbox_sql_structure"> <?php echo $langs->trans('ExportStructure') ?></label> </legend> <input
|
||||
type="checkbox" name="drop" value="1" id="checkbox_dump_drop" /> <label
|
||||
for="checkbox_dump_drop"><?php echo $langs->trans("AddDropTable"); ?></label><br>
|
||||
</fieldset>
|
||||
@ -268,12 +268,12 @@ print $langs->trans("BackupDescY").'<br><br>';
|
||||
|
||||
<div class="formelementrow"><input type="checkbox" name="nobin_disable_fk"
|
||||
value="yes" id="checkbox_disable_fk" checked="checked" /> <label
|
||||
for="checkbox_disable_fk"> <?php echo $langs->trans("CommandsToDisableForeignKeysForImport"); ?> <?php print img_info('Mandatory if you want to be able to restore your sql dump later'); ?></label>
|
||||
for="checkbox_disable_fk"> <?php echo $langs->trans("CommandsToDisableForeignKeysForImport"); ?> <?php print img_info($langs->trans('CommandsToDisableForeignKeysForImportWarning')); ?></label>
|
||||
</div>
|
||||
</fieldset>
|
||||
|
||||
<br>
|
||||
<fieldset><legend>Structure</legend> <input
|
||||
<fieldset><legend><?php echo $langs->trans('ExportStructure') ?></legend> <input
|
||||
type="checkbox" name="nobin_drop" value="1" id="checkbox_dump_drop" /> <label
|
||||
for="checkbox_dump_drop"><?php echo $langs->trans("AddDropTable"); ?></label><br>
|
||||
</fieldset>
|
||||
@ -336,7 +336,7 @@ print $langs->trans("BackupDescY").'<br><br>';
|
||||
<br>
|
||||
<fieldset><legend> <input type="checkbox" name="sql_structure"
|
||||
value="structure" id="checkbox_sql_structure" checked="checked" /> <label
|
||||
for="checkbox_sql_structure"> Structure</label> </legend></fieldset>
|
||||
for="checkbox_sql_structure"> <?php echo $langs->trans('ExportStructure') ?></label> </legend></fieldset>
|
||||
|
||||
<br>
|
||||
<fieldset><legend> <input type="checkbox" name="sql_data" value="data"
|
||||
|
||||
@ -116,7 +116,7 @@ if ($label == 'MySQL')
|
||||
{
|
||||
?>
|
||||
<fieldset id="mysql_options">
|
||||
<legend>Import MySql</legend>
|
||||
<legend><?php echo $langs->trans('RestoreMySQL') ?></legend>
|
||||
<div class="formelementrow">
|
||||
<?php
|
||||
// Parameteres execution
|
||||
|
||||
@ -157,6 +157,7 @@ ImportMySqlCommand=%s %s < mybackupfile.sql
|
||||
ImportPostgreSqlCommand=%s %s mybackupfile.sql
|
||||
FileNameToGenerate=File name to generate
|
||||
CommandsToDisableForeignKeysForImport=Command to disable foreign keys on import
|
||||
CommandsToDisableForeignKeysForImportWarning=Mandatory if you want to be able to restore your sql dump later
|
||||
ExportCompatibility=Compatibility of generated export file
|
||||
MySqlExportParameters=MySQL export parameters
|
||||
PostgreSqlExportParameters= PostgreSQL export parameters
|
||||
@ -166,6 +167,7 @@ FullPathToPostgreSQLdumpCommand=Full path to pg_dump command
|
||||
ExportOptions=Export Options
|
||||
AddDropDatabase=Add DROP DATABASE command
|
||||
AddDropTable=Add DROP TABLE command
|
||||
ExportStructure=Structure
|
||||
Datas=Data
|
||||
NameColumn=Name columns
|
||||
ExtendedInsert=Extended INSERT
|
||||
@ -844,9 +846,11 @@ BackupDesc2=* Save content of documents directory (<b>%s</b>) that contains all
|
||||
BackupDesc3=* Save content of your database into a dump file. for this, you can use following assistant.
|
||||
BackupDescX=Archived directory should be stored in a secure place.
|
||||
BackupDescY=The generated dump file should be stored in a secure place.
|
||||
BackupPHPWarning=Backup can't be guaranted with this method. Prefer previous one
|
||||
RestoreDesc=To restore a Dolibarr backup, you must:
|
||||
RestoreDesc2=* Restore archive file (zip file for example) of documents directory to extract tree of files in documents directory of a new Dolibarr installation or into this current documents directoy (<b>%s</b>).
|
||||
RestoreDesc3=* Restore the data, from a backup dump file, into the database of the new Dolibarr installation or into the database of this current installation. Warning, once restore is finished, you must use a login/password, that existed when backup was made, to connect again. To restore a backup database into this current installation, you can follow this assistant.
|
||||
RestoreMySQL=MySQL import
|
||||
ForcedToByAModule= This rule is forced to <b>%s</b> by an activated module
|
||||
PreviousDumpFiles=Available database backup dump files
|
||||
WeekStartOnDay=First day of week
|
||||
|
||||
@ -162,6 +162,7 @@ ImportPostgreSqlCommand=%s %s miarchivobackup.sql
|
||||
FileNameToGenerate=Nombre del archivo a generar
|
||||
Compression=Compresión
|
||||
CommandsToDisableForeignKeysForImport=Comando para desactivar las claves excluyentes a la importación
|
||||
CommandsToDisableForeignKeysForImportWarning=Obligatorio si quiere poder restaurar más tarde el dump SQL
|
||||
ExportCompatibility=Compatibilidad del archivo de exportación generado
|
||||
MySqlExportParameters=Parámetros de la exportación MySql
|
||||
PostgreSqlExportParameters=Parámetros de la exportación PostgreSQL
|
||||
@ -171,6 +172,7 @@ FullPathToPostgreSQLdumpCommand=ruta completa hacia el comando pg_dump
|
||||
ExportOptions=Opciones de exportación
|
||||
AddDropDatabase=Añadir órdenes DROP DATABASE
|
||||
AddDropTable=Añadir órdenes DROP TABLE
|
||||
ExportStructure=Estructura
|
||||
Datas=Datos
|
||||
NameColumn=Nombre las columnas
|
||||
ExtendedInsert=Instrucciones INSERT extendidas
|
||||
@ -858,9 +860,11 @@ BackupDesc2=* Guardar el contenido del directorio de documentos (<b>%s</b>) que
|
||||
BackupDesc3=* Guardar el contenido de su base de datos en un archivo de volcado. Para ello puede utilizar el asistente a continuación.
|
||||
BackupDescX=El directorio archivado deberá guardarse en un lugar seguro.
|
||||
BackupDescY=El archivo de volcado generado deberá guardarse en un lugar seguro.
|
||||
BackupPHPWarning=La copia de seguridad no puede ser garantizada con este método. Es preferible utilizar el anterior
|
||||
RestoreDesc=Para restaurar una copia de seguridad de Dolibarr, usted debe:
|
||||
RestoreDesc2=* Tomar el archivo (archivo zip, por ejemplo) del directorio de los documentos y descomprimirlo en el directorio de los documentos de una nueva instalación de Dolibarr directorio o en la carpeta de los documentos de esta instalación (<b>%s</b>).
|
||||
RestoreDesc3=* Recargar el archivo de volcado guardado en la base de datos de una nueva instalación de Dolibarr o de esta instalación. Atención, una vez realizada la restauración, deberá utilizar un login/contraseña de administrador existente en el momento de la copia de seguridad para conectarse. Para restaurar la base de datos en la instalación actual, puede utilizar el asistente a continuación.
|
||||
RestoreMySQL=Importación MySQL
|
||||
ForcedToByAModule=Esta regla está forzada a <b>%s</b> por uno de los módulos activados
|
||||
PreviousDumpFiles=Archivos de copia de seguridad de la base de datos disponibles
|
||||
WeekStartOnDay=Primer día de la semana
|
||||
|
||||
@ -157,6 +157,7 @@ ImportMySqlCommand= %s %s < monfichierbackup.sql
|
||||
ImportPostgreSqlCommand=%s %s monfichierbackup.sql
|
||||
FileNameToGenerate= Nom du fichier à générer
|
||||
CommandsToDisableForeignKeysForImport= Commande pour désactiver les clés étrangères à l'import
|
||||
CommandsToDisableForeignKeysForImportWarning=Requis si vous voulez être en mesure de restaurer votre dump SQL plus tard
|
||||
ExportCompatibility= Compatibilité du fichier export généré
|
||||
MySqlExportParameters= Paramètres de l'export MySql
|
||||
PostgreSqlExportParameters= Paramètres de l'export PostgreSQL
|
||||
@ -166,6 +167,7 @@ FullPathToPostgreSQLdumpCommand= Chemin complet vers la commande pg_dump
|
||||
ExportOptions= Options d'exportation
|
||||
AddDropDatabase= Ajouter ordres DROP DATABASE
|
||||
AddDropTable= Ajouter ordres DROP TABLE
|
||||
Structure=Structure
|
||||
Datas= Données
|
||||
NameColumn= Nomme les colonnes
|
||||
ExtendedInsert= Instructions INSERT étendues
|
||||
@ -853,9 +855,11 @@ BackupDesc2= * Sauvegarder le contenu du répertoire document (<b>%s</b>) qui co
|
||||
BackupDesc3= * Sauvegarder le contenu de votre base de données dans un fichier dump. Pour cela vous pouvez utiliser l'assistant ci-dessous.
|
||||
BackupDescX= Le répertoire archivé devra être placé en lieu sûr.
|
||||
BackupDescY= Le fichier dump généré devra être placé en lieu sûr.
|
||||
BackupPHPWarning=La sauvegarde n'est pas garantie avec cette méthode. Préférez la méthode précédente.
|
||||
RestoreDesc= Pour restaurer une sauvegarde de Dolibarr, vous devez:
|
||||
RestoreDesc2= * Reprendre le fichier archive (fichier zip par exemple) du répertoire documents et en extraire l'arborescence dans le répertoire documents d'une nouvelle installation de dolibarr ou dans le répertoire documents de cette installation (<b>%s</b>).
|
||||
RestoreDesc3= * Recharger depuis le fichier dump sauvegardé, la base de données d'une nouvelle installation de Dolibarr ou de cette installation. Attention, une fois la restauration faite, il faudra utiliser un login/mot de passe administrateur existant à l'époque de la sauvegarde pour se connecter. Pour restaurer la base dans l'installation actuelle, vous pouvez utiliser l'assistant suivant.
|
||||
RestoreMySQL=Importation MySQL
|
||||
ForcedToByAModule= Cette règle est forcée à <b>%s</b> par un des modules activés
|
||||
PreviousDumpFiles=Fichiers disponibles de sauvegarde de la base de données
|
||||
WeekStartOnDay=Premier jour de la semaine
|
||||
|
||||
Loading…
Reference in New Issue
Block a user