From e8a29cedaf271a69ca1175ff6788108ae94692da Mon Sep 17 00:00:00 2001 From: Eric Bollengier Date: Thu, 26 Oct 2006 20:06:31 +0000 Subject: [PATCH] ebl add french translation git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@3576 91ce42f0-d328-0410-95d8-f526ca767f89 --- gui/bweb/lang/fr/tpl/about.tpl | 29 +++ gui/bweb/lang/fr/tpl/ach_add.tpl | 70 +++++++ gui/bweb/lang/fr/tpl/ach_content.tpl | 161 ++++++++++++++++ gui/bweb/lang/fr/tpl/begin.tpl | 66 +++++++ gui/bweb/lang/fr/tpl/change_location.tpl | 37 ++++ gui/bweb/lang/fr/tpl/client_job_status.tpl | 39 ++++ gui/bweb/lang/fr/tpl/client_list.tpl | 70 +++++++ gui/bweb/lang/fr/tpl/command.tpl | 9 + gui/bweb/lang/fr/tpl/config_edit.tpl | 47 +++++ gui/bweb/lang/fr/tpl/config_view.tpl | 60 ++++++ gui/bweb/lang/fr/tpl/display_client_job.tpl | 65 +++++++ gui/bweb/lang/fr/tpl/display_client_stats.tpl | 59 ++++++ gui/bweb/lang/fr/tpl/display_form_job.tpl | 111 +++++++++++ gui/bweb/lang/fr/tpl/display_job.tpl | 81 +++++++++ gui/bweb/lang/fr/tpl/display_job_zoom.tpl | 115 ++++++++++++ gui/bweb/lang/fr/tpl/display_location.tpl | 66 +++++++ gui/bweb/lang/fr/tpl/display_log.tpl | 9 + gui/bweb/lang/fr/tpl/display_media.tpl | 92 ++++++++++ gui/bweb/lang/fr/tpl/display_media_zoom.tpl | 162 +++++++++++++++++ gui/bweb/lang/fr/tpl/display_pool.tpl | 85 +++++++++ gui/bweb/lang/fr/tpl/end.tpl | 5 + gui/bweb/lang/fr/tpl/error.tpl | 4 + gui/bweb/lang/fr/tpl/fileset_view.tpl | 20 ++ gui/bweb/lang/fr/tpl/general.tpl | 30 +++ gui/bweb/lang/fr/tpl/graph.tpl | 172 ++++++++++++++++++ gui/bweb/lang/fr/tpl/help_extern.tpl | 46 +++++ gui/bweb/lang/fr/tpl/help_extern_compute.tpl | 67 +++++++ gui/bweb/lang/fr/tpl/help_intern.tpl | 53 ++++++ gui/bweb/lang/fr/tpl/help_intern_compute.tpl | 69 +++++++ gui/bweb/lang/fr/tpl/location_add.tpl | 28 +++ gui/bweb/lang/fr/tpl/location_edit.tpl | 26 +++ gui/bweb/lang/fr/tpl/move_media.tpl | 85 +++++++++ gui/bweb/lang/fr/tpl/run_job.tpl | 33 ++++ gui/bweb/lang/fr/tpl/run_job_mod.tpl | 125 +++++++++++++ gui/bweb/lang/fr/tpl/running_job.tpl | 96 ++++++++++ gui/bweb/lang/fr/tpl/scheduled_job.tpl | 71 ++++++++ gui/bweb/lang/fr/tpl/update_location.tpl | 65 +++++++ gui/bweb/lang/fr/tpl/update_media.tpl | 137 ++++++++++++++ 38 files changed, 2565 insertions(+) create mode 100644 gui/bweb/lang/fr/tpl/about.tpl create mode 100644 gui/bweb/lang/fr/tpl/ach_add.tpl create mode 100644 gui/bweb/lang/fr/tpl/ach_content.tpl create mode 100644 gui/bweb/lang/fr/tpl/begin.tpl create mode 100644 gui/bweb/lang/fr/tpl/change_location.tpl create mode 100644 gui/bweb/lang/fr/tpl/client_job_status.tpl create mode 100644 gui/bweb/lang/fr/tpl/client_list.tpl create mode 100644 gui/bweb/lang/fr/tpl/command.tpl create mode 100644 gui/bweb/lang/fr/tpl/config_edit.tpl create mode 100644 gui/bweb/lang/fr/tpl/config_view.tpl create mode 100644 gui/bweb/lang/fr/tpl/display_client_job.tpl create mode 100644 gui/bweb/lang/fr/tpl/display_client_stats.tpl create mode 100644 gui/bweb/lang/fr/tpl/display_form_job.tpl create mode 100644 gui/bweb/lang/fr/tpl/display_job.tpl create mode 100644 gui/bweb/lang/fr/tpl/display_job_zoom.tpl create mode 100644 gui/bweb/lang/fr/tpl/display_location.tpl create mode 100644 gui/bweb/lang/fr/tpl/display_log.tpl create mode 100644 gui/bweb/lang/fr/tpl/display_media.tpl create mode 100644 gui/bweb/lang/fr/tpl/display_media_zoom.tpl create mode 100644 gui/bweb/lang/fr/tpl/display_pool.tpl create mode 100644 gui/bweb/lang/fr/tpl/end.tpl create mode 100644 gui/bweb/lang/fr/tpl/error.tpl create mode 100644 gui/bweb/lang/fr/tpl/fileset_view.tpl create mode 100644 gui/bweb/lang/fr/tpl/general.tpl create mode 100644 gui/bweb/lang/fr/tpl/graph.tpl create mode 100644 gui/bweb/lang/fr/tpl/help_extern.tpl create mode 100644 gui/bweb/lang/fr/tpl/help_extern_compute.tpl create mode 100644 gui/bweb/lang/fr/tpl/help_intern.tpl create mode 100644 gui/bweb/lang/fr/tpl/help_intern_compute.tpl create mode 100644 gui/bweb/lang/fr/tpl/location_add.tpl create mode 100644 gui/bweb/lang/fr/tpl/location_edit.tpl create mode 100644 gui/bweb/lang/fr/tpl/move_media.tpl create mode 100644 gui/bweb/lang/fr/tpl/run_job.tpl create mode 100644 gui/bweb/lang/fr/tpl/run_job_mod.tpl create mode 100644 gui/bweb/lang/fr/tpl/running_job.tpl create mode 100644 gui/bweb/lang/fr/tpl/scheduled_job.tpl create mode 100644 gui/bweb/lang/fr/tpl/update_location.tpl create mode 100644 gui/bweb/lang/fr/tpl/update_media.tpl diff --git a/gui/bweb/lang/fr/tpl/about.tpl b/gui/bweb/lang/fr/tpl/about.tpl new file mode 100644 index 0000000000..4b6f0ef414 --- /dev/null +++ b/gui/bweb/lang/fr/tpl/about.tpl @@ -0,0 +1,29 @@ +
+
+

A propos

+
+
+
+    Bweb Copyright (C) 2006 Eric Bollengier
+        All rights reserved.
+
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU General Public License as published by
+    the Free Software Foundation; either version 2 of the License, or
+    any later version.
+
+    This program is distributed in the hope that it will be useful,
+    but WITHOUT ANY WARRANTY; without even the implied warranty of
+    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+    GNU General Public License for more details.
+
+    You should have received a copy of the GNU General Public License
+    along with this program; if not, write to the Free Software
+    Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
+
+
+    Bacula Copyright 2000-2006 Kern Sibbald (GPL)
+    nrsTable Copyright 2005 New Roads School (GPL)
+    kaiska css Copyright Willy Morin (BWL)
+
+
diff --git a/gui/bweb/lang/fr/tpl/ach_add.tpl b/gui/bweb/lang/fr/tpl/ach_add.tpl new file mode 100644 index 0000000000..f2fc50ba4f --- /dev/null +++ b/gui/bweb/lang/fr/tpl/ach_add.tpl @@ -0,0 +1,70 @@ +
+
+

Nouvelle Robotique (Autochanger)

+
+
+
+ + + + + + + + + + + + + + + + + + + + +
Nom : + +
Pre-commande : +
commande mtx : +
Périphérique : +
Lecteurs
+ index +
+ +
+
+ + diff --git a/gui/bweb/lang/fr/tpl/ach_content.tpl b/gui/bweb/lang/fr/tpl/ach_content.tpl new file mode 100644 index 0000000000..656b9b4c8a --- /dev/null +++ b/gui/bweb/lang/fr/tpl/ach_content.tpl @@ -0,0 +1,161 @@ +
+
+

+Robotique : ( Lecteurs + IMPORT/EXPORT)

+
+
+
+ + + Vous devez lancer la mise à jour des slots, le contenu de la robotique est différent de ce qui est indiqué dans la base de bacula. +
+
+ + + + +
+
+ Tools +
+
+ + + + + + +

+ + + +
+
+ + Lecteurs :
+

+
+ Contenu :
+
+
+
+ + diff --git a/gui/bweb/lang/fr/tpl/begin.tpl b/gui/bweb/lang/fr/tpl/begin.tpl new file mode 100644 index 0000000000..9ccebaae20 --- /dev/null +++ b/gui/bweb/lang/fr/tpl/begin.tpl @@ -0,0 +1,66 @@ + + + +Bweb - Interface Web de Bacula + + + + + + + + + + + + + + +
+ + + +
+ +
+
diff --git a/gui/bweb/lang/fr/tpl/change_location.tpl b/gui/bweb/lang/fr/tpl/change_location.tpl new file mode 100644 index 0000000000..8999081c2c --- /dev/null +++ b/gui/bweb/lang/fr/tpl/change_location.tpl @@ -0,0 +1,37 @@ +
+
+

+ Déplacer des médias +

+
+
+ +
+ + + + + + + +
To:
Subject:
+ +
+ +
+
+update nowMettre à jour maintenant +
diff --git a/gui/bweb/lang/fr/tpl/client_job_status.tpl b/gui/bweb/lang/fr/tpl/client_job_status.tpl new file mode 100644 index 0000000000..1269b4642d --- /dev/null +++ b/gui/bweb/lang/fr/tpl/client_job_status.tpl @@ -0,0 +1,39 @@ +
+
+

+ Job en cours sur +

+
+
+ + + + + + + + + + + + + + + + +
Nom du job : () +
Fichier en cours :
Vitesse : B/s
Fichiers vus :
Taille :
+
+  + + +  +
+
+ + diff --git a/gui/bweb/lang/fr/tpl/client_list.tpl b/gui/bweb/lang/fr/tpl/client_list.tpl new file mode 100644 index 0000000000..a4d919dbac --- /dev/null +++ b/gui/bweb/lang/fr/tpl/client_list.tpl @@ -0,0 +1,70 @@ +
+
+

Clients

+
+
+
+
+
+ Actions   +
+
+ +   +   +   +   + +
+ +
+
+ + diff --git a/gui/bweb/lang/fr/tpl/command.tpl b/gui/bweb/lang/fr/tpl/command.tpl new file mode 100644 index 0000000000..ce9a9065ca --- /dev/null +++ b/gui/bweb/lang/fr/tpl/command.tpl @@ -0,0 +1,9 @@ +
+
+

:

+
+
+
+
+  
+
diff --git a/gui/bweb/lang/fr/tpl/config_edit.tpl b/gui/bweb/lang/fr/tpl/config_edit.tpl new file mode 100644 index 0000000000..38fa956aa3 --- /dev/null +++ b/gui/bweb/lang/fr/tpl/config_edit.tpl @@ -0,0 +1,47 @@ +
+
+

Configuration

+
+
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Connexion SQL
DBI : + +
user : +
password : +
Options Générales
email_media : +
Configuration Bweb
graph_font : +
template_dir : +
bconsole : +
debug : +
+ +
+
diff --git a/gui/bweb/lang/fr/tpl/config_view.tpl b/gui/bweb/lang/fr/tpl/config_view.tpl new file mode 100644 index 0000000000..cd6bab5275 --- /dev/null +++ b/gui/bweb/lang/fr/tpl/config_view.tpl @@ -0,0 +1,60 @@ +
+
+

Configuration

+
+
+ + + + + + + + + + + + + + + + + + + + + +
Connexion SQL
DBI :
user :
password :
Options Générales
email_media :
Configuration Bweb
template_dir :
graph_font :
bconsole :
debug :
Robotique (Autochanger)
+
+ + + + + + +
+ +
+
+ + + + + +

+ +
+ + +
+ + + info :
+
+
diff --git a/gui/bweb/lang/fr/tpl/display_client_job.tpl b/gui/bweb/lang/fr/tpl/display_client_job.tpl new file mode 100644 index 0000000000..0440f5546b --- /dev/null +++ b/gui/bweb/lang/fr/tpl/display_client_job.tpl @@ -0,0 +1,65 @@ +
+
+

Historique de () +

+
+
+ +
+ + + taille des sauvegardes + + + durée des sauvegardes + + + vitesse des sauvegardes + +
+ + + diff --git a/gui/bweb/lang/fr/tpl/display_client_stats.tpl b/gui/bweb/lang/fr/tpl/display_client_stats.tpl new file mode 100644 index 0000000000..2f736d51aa --- /dev/null +++ b/gui/bweb/lang/fr/tpl/display_client_stats.tpl @@ -0,0 +1,59 @@ +
+
+

Client : ()

+
+
+
+ Données insufisantes   + Données insufisantes   + Données insufisantes   + +
+
+ + diff --git a/gui/bweb/lang/fr/tpl/display_form_job.tpl b/gui/bweb/lang/fr/tpl/display_form_job.tpl new file mode 100644 index 0000000000..8d5ce19060 --- /dev/null +++ b/gui/bweb/lang/fr/tpl/display_form_job.tpl @@ -0,0 +1,111 @@ +
+
+ Filtre   +
+
+
+ + + + + + + + + + + + + + + + + + + + +
+

Niveau

+ +
+

Statut

+ +
+

Période

+ +
+

Nombre d'élément

+ +
+

Type

+ +
+

Clients

+ +
+ + +
+
+ + diff --git a/gui/bweb/lang/fr/tpl/display_job.tpl b/gui/bweb/lang/fr/tpl/display_job.tpl new file mode 100644 index 0000000000..68990d86e4 --- /dev/null +++ b/gui/bweb/lang/fr/tpl/display_job.tpl @@ -0,0 +1,81 @@ +
+

Historique des Jobs ()

+
+
+
+
+ + diff --git a/gui/bweb/lang/fr/tpl/display_job_zoom.tpl b/gui/bweb/lang/fr/tpl/display_job_zoom.tpl new file mode 100644 index 0000000000..f636371757 --- /dev/null +++ b/gui/bweb/lang/fr/tpl/display_job_zoom.tpl @@ -0,0 +1,115 @@ +
+

Information sur un job

+
+
+
+ + + + +
+
+ + +
+
+
+ + + + +
+
+
+ + +
+
+
+ + + + +
+
+
+ + +
+
+
+ + \ No newline at end of file diff --git a/gui/bweb/lang/fr/tpl/display_location.tpl b/gui/bweb/lang/fr/tpl/display_location.tpl new file mode 100644 index 0000000000..5637780baf --- /dev/null +++ b/gui/bweb/lang/fr/tpl/display_location.tpl @@ -0,0 +1,66 @@ +
+
+

Localisation

+
+
+
+
+   +   +   + + +
+
+ + diff --git a/gui/bweb/lang/fr/tpl/display_log.tpl b/gui/bweb/lang/fr/tpl/display_log.tpl new file mode 100644 index 0000000000..d093f58a38 --- /dev/null +++ b/gui/bweb/lang/fr/tpl/display_log.tpl @@ -0,0 +1,9 @@ +
+
+

Log : sur ()

+
+
+
+
+  
+
diff --git a/gui/bweb/lang/fr/tpl/display_media.tpl b/gui/bweb/lang/fr/tpl/display_media.tpl new file mode 100644 index 0000000000..234edaea0e --- /dev/null +++ b/gui/bweb/lang/fr/tpl/display_media.tpl @@ -0,0 +1,92 @@ +
+
+

+ Médias +

+
+
+ + +

+Pool : + + +

+
+ +

+Localisation : +

+
+ +
+
+   +   +   +   + + +
+
+ + diff --git a/gui/bweb/lang/fr/tpl/display_media_zoom.tpl b/gui/bweb/lang/fr/tpl/display_media_zoom.tpl new file mode 100644 index 0000000000..aeed1f4f47 --- /dev/null +++ b/gui/bweb/lang/fr/tpl/display_media_zoom.tpl @@ -0,0 +1,162 @@ + + + +
+
+

Media :

+
+
+ Informations
+
+ Statistiques
+
+ Contenu
+
+ Actions
+
+ +  +   + +   + +   +   +   + + + +
+
+
+ diff --git a/gui/bweb/lang/fr/tpl/display_pool.tpl b/gui/bweb/lang/fr/tpl/display_pool.tpl new file mode 100644 index 0000000000..f6811979e4 --- /dev/null +++ b/gui/bweb/lang/fr/tpl/display_pool.tpl @@ -0,0 +1,85 @@ +
+
+

Pools de média

+
+
+
+
+ +
+
+ Tips : Pour modifier les options d'un pool, vous devez éditer la configuration bacula et + la recharger (reload). Après vous devez lancer "update pool=mypool" sur la bconsole. +
+ + diff --git a/gui/bweb/lang/fr/tpl/end.tpl b/gui/bweb/lang/fr/tpl/end.tpl new file mode 100644 index 0000000000..072a52b2bb --- /dev/null +++ b/gui/bweb/lang/fr/tpl/end.tpl @@ -0,0 +1,5 @@ +
+
+
+ + diff --git a/gui/bweb/lang/fr/tpl/error.tpl b/gui/bweb/lang/fr/tpl/error.tpl new file mode 100644 index 0000000000..4c8394ac54 --- /dev/null +++ b/gui/bweb/lang/fr/tpl/error.tpl @@ -0,0 +1,4 @@ +

Une erreur c'est produite :

+
+
+
\ No newline at end of file diff --git a/gui/bweb/lang/fr/tpl/fileset_view.tpl b/gui/bweb/lang/fr/tpl/fileset_view.tpl new file mode 100644 index 0000000000..15b508173a --- /dev/null +++ b/gui/bweb/lang/fr/tpl/fileset_view.tpl @@ -0,0 +1,20 @@ +
+

+ FileSet +

+
+
+ + included Ce qui est inclu : +
+
+
+ + excluded Ce qui est exclu : +
+
+
+ +Tips : Attention, ceci est le FileSet courant, sur une ancienne sauvegarde, il peut avoir changé. + +
diff --git a/gui/bweb/lang/fr/tpl/general.tpl b/gui/bweb/lang/fr/tpl/general.tpl new file mode 100644 index 0000000000..e3d3cc02c2 --- /dev/null +++ b/gui/bweb/lang/fr/tpl/general.tpl @@ -0,0 +1,30 @@ + + +
+

+ Informations +

+
+
+ + + + + + + + + + + + + + + + +
Nombre de client : Total des sauvegardes : Nombre de media:
Taille de la base : Nombre de Pool : Nombre de Job :
Job en erreur (): class='joberr' > + +
+
diff --git a/gui/bweb/lang/fr/tpl/graph.tpl b/gui/bweb/lang/fr/tpl/graph.tpl new file mode 100644 index 0000000000..25e82aa984 --- /dev/null +++ b/gui/bweb/lang/fr/tpl/graph.tpl @@ -0,0 +1,172 @@ +
+
+

Statistiques

+
+
+ + + +
+
+
+ Options   +
+
+ + + + + + + + + + + + + + + + + + + + +
+

Niveau

+ +
+

Statut

+ +
+

Période

+ +
+

Taille

+ Largeur :  
+ Hauteur :
+
+

Clients

+ +
+

Job

+ +

Type

+ +
+

Nombre d'élément

+ +

Type de graphique

+
+ +
+
+ +
+
+ +
+ Graphique   +
+
+ Rien n'a afficher, essayer avec une autre période +
+ +
+
+ + + diff --git a/gui/bweb/lang/fr/tpl/help_extern.tpl b/gui/bweb/lang/fr/tpl/help_extern.tpl new file mode 100644 index 0000000000..df4553af84 --- /dev/null +++ b/gui/bweb/lang/fr/tpl/help_extern.tpl @@ -0,0 +1,46 @@ +
+
+

Assistant d'externalisation de médias (partie 1/2)

+
+
+Cet outil va sélectionner pour vous les meilleurs cartouches à externaliser. +Vous devrez choisir parmi la sélection de l'écran suivant. + +
+ + + + + + + + + + + + + + + + +
Pool : +
Type de média: +
Localisation : +
Nombre de média
à externaliser :
+ +
+
+
diff --git a/gui/bweb/lang/fr/tpl/help_extern_compute.tpl b/gui/bweb/lang/fr/tpl/help_extern_compute.tpl new file mode 100644 index 0000000000..45ade77875 --- /dev/null +++ b/gui/bweb/lang/fr/tpl/help_extern_compute.tpl @@ -0,0 +1,67 @@ +
+
+

Assistant d'externalisation de médias (partie 2/2)

+
+
+ Maintenant, vous devez vérifier la sélection et éjecter les médias. +
+
+ + + + + + diff --git a/gui/bweb/lang/fr/tpl/help_intern.tpl b/gui/bweb/lang/fr/tpl/help_intern.tpl new file mode 100644 index 0000000000..6798f909b7 --- /dev/null +++ b/gui/bweb/lang/fr/tpl/help_intern.tpl @@ -0,0 +1,53 @@ +
+
+

Assistant d'internalisation de médias (partie 1/2)

+
+
+Cet outil va sélectionner pour vous les meilleurs cartouches à internaliser. +Vous devrez choisir parmi la sélection de l'écran suivant. + +
+
+ + + +
+ + + + + + + + + + + + + + + + + + +
Pool : +
Type de média : +
+ Localisation : + +
Expiré :
Nombre de média
à internaliser :
+ +
+ +
diff --git a/gui/bweb/lang/fr/tpl/help_intern_compute.tpl b/gui/bweb/lang/fr/tpl/help_intern_compute.tpl new file mode 100644 index 0000000000..b08a983565 --- /dev/null +++ b/gui/bweb/lang/fr/tpl/help_intern_compute.tpl @@ -0,0 +1,69 @@ +
+
+

Assistant d'internalisation de médias (partie 2/2)

+
+
+ Maintenant vous devez vérifier la sélection et charger les médias. + +
+
+ + + + + + diff --git a/gui/bweb/lang/fr/tpl/location_add.tpl b/gui/bweb/lang/fr/tpl/location_add.tpl new file mode 100644 index 0000000000..f85c0090d1 --- /dev/null +++ b/gui/bweb/lang/fr/tpl/location_add.tpl @@ -0,0 +1,28 @@ +
+
+

Ajouter une localisation

+
+
+
+
+ + + +
+ + + + + + + + + +
Localisation : + +
Coût : +
Enabled : +
+ + + +Tips: Vous devez avoir une localisation par robotique. + +
diff --git a/gui/bweb/lang/fr/tpl/location_edit.tpl b/gui/bweb/lang/fr/tpl/location_edit.tpl new file mode 100644 index 0000000000..ef196866c6 --- /dev/null +++ b/gui/bweb/lang/fr/tpl/location_edit.tpl @@ -0,0 +1,26 @@ +
+
+

Localisation :

+
+
+
+ + + + + + + + + + + +
Localisation : + +
Coût : +
Enabled : checked > +
+ +
+
diff --git a/gui/bweb/lang/fr/tpl/move_media.tpl b/gui/bweb/lang/fr/tpl/move_media.tpl new file mode 100644 index 0000000000..4be8a338d4 --- /dev/null +++ b/gui/bweb/lang/fr/tpl/move_media.tpl @@ -0,0 +1,85 @@ +
+
+

Déplacer un média

+
+
+
+
+ + + +
Nouvelle localisation : + +
Statut : + +
Utilisateur : + +
Commentaire : + +
+ +
+
+ + diff --git a/gui/bweb/lang/fr/tpl/run_job.tpl b/gui/bweb/lang/fr/tpl/run_job.tpl new file mode 100644 index 0000000000..bda7494722 --- /dev/null +++ b/gui/bweb/lang/fr/tpl/run_job.tpl @@ -0,0 +1,33 @@ +
+
+

Jobs définis :

+
+
+
+ + + +
Nom du job : + +
+
+ + + +
+
diff --git a/gui/bweb/lang/fr/tpl/run_job_mod.tpl b/gui/bweb/lang/fr/tpl/run_job_mod.tpl new file mode 100644 index 0000000000..7ee026b1b0 --- /dev/null +++ b/gui/bweb/lang/fr/tpl/run_job_mod.tpl @@ -0,0 +1,125 @@ +
+
+

Lancer le job : sur

+
+
+
+ + + +
Nom du job : + +
Pool : + + +
Client : + + + +
FileSet : + + +
Storage : + + +
Niveau : + + +
Priorité : + + +
+
+ +
+
+ + \ No newline at end of file diff --git a/gui/bweb/lang/fr/tpl/running_job.tpl b/gui/bweb/lang/fr/tpl/running_job.tpl new file mode 100644 index 0000000000..9d9ffac8c3 --- /dev/null +++ b/gui/bweb/lang/fr/tpl/running_job.tpl @@ -0,0 +1,96 @@ +
+
+

Jobs en cours

+
+
+
+
+
+ + +
+ +
+ + diff --git a/gui/bweb/lang/fr/tpl/scheduled_job.tpl b/gui/bweb/lang/fr/tpl/scheduled_job.tpl new file mode 100644 index 0000000000..0aa3e583b6 --- /dev/null +++ b/gui/bweb/lang/fr/tpl/scheduled_job.tpl @@ -0,0 +1,71 @@ +
+
+

Prochains jobs

+
+
+
+
+ + +
+
+ + diff --git a/gui/bweb/lang/fr/tpl/update_location.tpl b/gui/bweb/lang/fr/tpl/update_location.tpl new file mode 100644 index 0000000000..acc484ca38 --- /dev/null +++ b/gui/bweb/lang/fr/tpl/update_location.tpl @@ -0,0 +1,65 @@ +
+
+

Mise à jour de la localisation d'un média

+
+
+
+
+ Nouvelle localisation : + +
+
+ + diff --git a/gui/bweb/lang/fr/tpl/update_media.tpl b/gui/bweb/lang/fr/tpl/update_media.tpl new file mode 100644 index 0000000000..7bf1e1e74f --- /dev/null +++ b/gui/bweb/lang/fr/tpl/update_media.tpl @@ -0,0 +1,137 @@ +
+
+

Modifier le media

+
+
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Nom du volume : +
Pool : +
Statut : +
Slot : + +
En ligne : + checked> +
Localisation : +
Période de rétention : + +
Durée d'utilisation : + +
Nombre de jobs maxi : + +
Nombre de fichiers maxi : + +
Taille maxi : + +
+ + + +
+ + + + +
+ + +
+
+
+ + \ No newline at end of file -- 2.39.5