Added {Select_a_host} to the lang files.
authorgfk <gfk>
Sat, 13 Mar 2004 20:57:05 +0000 (20:57 +0000)
committergfk <gfk>
Sat, 13 Mar 2004 20:57:05 +0000 (20:57 +0000)
lib/BackupPC/CGI/Lib.pm
lib/BackupPC/Lang/de.pm
lib/BackupPC/Lang/en.pm
lib/BackupPC/Lang/es.pm
lib/BackupPC/Lang/fr.pm
lib/BackupPC/Lang/it.pm

index 6a9ad1b..f689700 100644 (file)
@@ -466,7 +466,7 @@ $content
 <div class="NavMenu" id="NavMenu" style="height:100%">
 EOF
     }
-    my $hostSelectbox = "<option value=\"#\">Select a host...</option>";
+    my $hostSelectbox = "<option value=\"#\">$Lang->{Select_a_host}</option>";
     my @hosts = GetUserHosts($In{host}, $Conf{CgiNavBarAdminAllHosts});
     if ( defined($Hosts) && %$Hosts > 0 && @hosts ) {
        NavSectionTitle($Lang->{Hosts});
index 3ef23b6..7b546a9 100644 (file)
@@ -1015,6 +1015,7 @@ $Lang{Documentation} = "Dokumentation";
 #$Lang{Host_or_User_name} = "<small>Computer oder User Name:</small>";
 $Lang{Go} = "gehe zu";
 $Lang{Hosts} = "Computer";
+$Lang{Select_a_host} = "ENGLISH Select a host...";
 
 $Lang{There_have_been_no_archives} = "<h2> ENG There have been no archives </h2>\n";
 $Lang{This_PC_has_never_been_backed_up} = "<h2> Dieser Computer wurde nie gesichert!! </h2>\n";
index 5ada4fb..78e1e73 100644 (file)
@@ -1012,6 +1012,7 @@ $Lang{Documentation} = "Documentation";
 #$Lang{Host_or_User_name} = "<small>Host or User name:</small>";
 $Lang{Go} = "Go";
 $Lang{Hosts} = "Hosts";
+$Lang{Select_a_host} = "Select a host...";
 
 $Lang{There_have_been_no_archives} = "<h2> There have been no archives </h2>\n";
 $Lang{This_PC_has_never_been_backed_up} = "<h2> This PC has never been backed up!! </h2>\n";
index 9a50688..e96b331 100644 (file)
@@ -1014,6 +1014,7 @@ $Lang{Documentation} = "Documentaci
 #$Lang{Host_or_User_name} = "<small>Host o usuario:</small>";
 $Lang{Go} = "Aceptar";
 $Lang{Hosts} = "Hosts";
+$Lang{Select_a_host} = "ENGLISH Select a host...";
 
 $Lang{There_have_been_no_archives} = "<h2> ENG There have been no archives </h2>\n";
 $Lang{This_PC_has_never_been_backed_up} = "<h2> !Nunca se ha hecho copia de seguridad de este PC! </h2>\n";
index 13559e9..8d32c24 100644 (file)
@@ -68,7 +68,7 @@ $Lang{BackupPC_Server_Status}= <<EOF;
      version \$Info{Version}, démarré le \$serverStartTime.
 <li> Ce rapport à été généré le \$now.
 <li> La configuration a été chargée pour la dernière fois à \$configLoadTime.
-<li> La prochaine file d\'attente sera remplie le \$nextWakeupTime.
+<li> La prochaine file d\'attente sera remplie à \$nextWakeupTime.
 <li> Autres infos:
     <ul>
         <li>\$numBgQueue demandes de sauvegardes en attente depuis le dernier réveil automatique,
@@ -1010,6 +1010,7 @@ $Lang{Documentation} = "Documentation";
 #$Lang{Host_or_User_name} = "<small>Hôte ou Nom d\'utilisateur:</small>";
 $Lang{Go} = "Chercher";
 $Lang{Hosts} = "Hôtes";
+$Lang{Select_a_host} = "Choisissez un hôte...";
 
 $Lang{There_have_been_no_archives} = "<h2> Il n'y a pas d'archives </h2>\n";
 $Lang{This_PC_has_never_been_backed_up} = "<h2> Ce PC n'a jamais été sauvegardé !! </h2>\n";
index a6da40f..76e6e54 100644 (file)
@@ -1,6 +1,6 @@
 #!/usr/bin/perl
 #
-# $Id: it.pm,v 1.1 2004/02/23 07:42:57 cbarratt Exp $
+# $Id: it.pm,v 1.2 2004/03/13 20:57:05 gfk Exp $
 #
 # Italian i18n file
 #
@@ -1022,6 +1022,7 @@ $Lang{Documentation} = "Documentazione";
 #$Lang{Host_or_User_name} = "<small>Host o nome utente:</small>";
 $Lang{Go} = "Vai";
 $Lang{Hosts} = "Host";
+$Lang{Select_a_host} = "ENGLISH Select a host...";
 
 $Lang{There_have_been_no_archives} = "<h2> Non ci sono state archiviazioni </h2>\n";
 $Lang{This_PC_has_never_been_backed_up} = "<h2> Non &egrave; mai stato eseguito un backup per questo PC!!! </h2>\n";