Changeset 1895

Show
Ignore:
Timestamp:
08/26/07 21:50:34 (1 year ago)
Author:
benjamin
Message:

correcting fuzzy po entries and adding french/us date in browser.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • alternc/trunk/bureau/admin/bro_main.php

    r1877 r1895  
    151151  for ($i=0;$i<count($d);$i++) { 
    152152    $d[$i]=ssla($d[$i]); 
    153     echo "<p>"._("Old Name:")." <input type=\"hidden\" name=\"o[$i]\" value=\"".$d[$i]."\" />".$d[$i]."<br />"; 
    154     echo _("New Name:")." <input type=\"text\" class=\"int\" style=\"width: 350px\" name=\"d[$i]\" value=\"".$d[$i]."\" /></p>"; 
     153    echo "<table>"; 
     154    echo "<tr><td>"._("Old Name:")."</td><td><input type=\"hidden\" name=\"o[$i]\" value=\"".$d[$i]."\" />".$d[$i]."</td></tr>"; 
     155    echo "<tr><td>"._("New Name:")."</td><td><input type=\"text\" class=\"int\" style=\"width: 350px\" name=\"d[$i]\" value=\"".$d[$i]."\" /></td></tr>"; 
     156    echo "</table>"; 
    155157  } 
    156158  echo "<p><input type=\"submit\" class=\"inb\" name=\"submit\" value=\""._("Rename")."\" /></p>"; 
  • alternc/trunk/bureau/locales/en_US/LC_MESSAGES/manual.po

    r1653 r1895  
    14061406#~ msgid "New Raw Statistics (apache)" 
    14071407#~ msgstr "New Raw Statistics (apache)" 
     1408 
     1409# $d,$m,$y,$h,$i,$hh,$am 
     1410#  1  2  3  4  5  6   7 
     1411msgid "%3$d-%2$d-%1$d %4$d:%5$d" 
     1412msgstr "%2$d/%1$d/%3$d %6$d:%5$d %7$d" 
  • alternc/trunk/bureau/locales/fr_FR/LC_MESSAGES/manual.po

    r1653 r1895  
    464464msgstr "L'utilisateur n'existe pas" 
    465465 
    466 #, fuzzy 
    467466msgid "err_mysql_19" 
    468 msgstr "Le fichier entré n'existe pas ou est incorect." 
     467msgstr "Aucun utilisateur n'est défini dans MySQL." 
    469468 
    470469msgid "hlp_sql_bck" 
     
    499498msgid "quota_web" 
    500499msgstr "Espace disque (Ko)" 
     500 
     501# $d,$m,$y,$h,$i,$hh,$am 
     502#  1  2  3  4  5  6   7 
     503msgid "%3$d-%2$d-%1$d %4$d:%5$d" 
     504msgstr "%1$d/%2$d/%3$d %4$d:%5$d" 
  • alternc/trunk/bureau/locales/fr_FR/LC_MESSAGES/messages.po

    r1874 r1895  
    20662066 
    20672067#: ../admin/adm_deactivate.php:16 
    2068 #, fuzzy 
    20692068msgid "User does not exist" 
    2070 msgstr "Le membre '%s' n'existe pas" 
     2069msgstr "L'utilisateur n'existe pas" 
    20712070 
    20722071#: ../admin/adm_deactivate.php:20 ../admin/adm_deactivate.php:28 
    2073 #, fuzzy 
    20742072msgid "Confirm" 
    2075 msgstr "Confirmer le mot de passe
     2073msgstr "Confirmer
    20762074 
    20772075#: ../admin/adm_deactivate.php:21 
     
    20892087 
    20902088#: ../admin/adm_deactivate.php:27 
    2091 #, fuzzy 
    20922089msgid "Redirection URL:" 
    2093 msgstr "Redirection vers une url
     2090msgstr "Redirection vers l'URL :
    20942091 
    20952092#: ../admin/adm_deactivate.php:31 
     
    21072104 
    21082105#: ../admin/adm_dodefquotas.php:63 
    2109 #, fuzzy, php-format 
     2106#, php-format 
    21102107msgid "Deleting quota %s" 
    2111 msgstr "Suppression du sous-domaine %s" 
     2108msgstr "Suppression du quota %s" 
    21122109 
    21132110#: ../admin/adm_dodefquotas.php:69 
    2114 #, fuzzy 
    21152111msgid "WARNING : Confirm the deletion of the quota" 
    2116 msgstr "ATTENTION : Etes-vous sur de vouloir supprimer le sous-domaine suivant
     2112msgstr "ATTENTION : Etes-vous sur de vouloir supprimer le quota
    21172113 
    21182114#: ../admin/adm_dodel.php:61 
     
    21352131 
    21362132#: ../admin/adm_list.php:222 
    2137 #, fuzzy, php-format 
     2133#, php-format 
    21382134msgid "%s accounts" 
    2139 msgstr "Comptes FTP
     2135msgstr "%s comptes
    21402136 
    21412137#: ../admin/adm_panel.php:57 
    2142 #, fuzzy 
    21432138msgid "Account creation statistics" 
    2144 msgstr "Compte créé par %s" 
     2139msgstr "Statistiques de création des comptes" 
    21452140 
    21462141#: ../admin/bro_main.php:69 
     
    21502145 
    21512146#: ../admin/bro_main.php:74 
    2152 #, fuzzy 
    21532147msgid "WARNING : Confirm the deletion of this files" 
    2154 msgstr "ATTENTION : Confirmez-vous la suppression de cette utilisateur
     2148msgstr "ATTENTION : Confirmez-vous la suppression de ces fichiers
    21552149 
    21562150#: ../admin/sql_restore.php:54 
     
    21692163 
    21702164#: ../admin/stats_members.php:41 
    2171 #, fuzzy 
    21722165msgid "Account creation per month" 
    2173 msgstr "Compte créé par %s" 
     2166msgstr "Comptes créés par mois" 
    21742167 
    21752168#: ../admin/stats_members.php:54 
     
    22102203msgstr "ATTENTION : Confirmez la suppression de ces fichiers" 
    22112204 
     2205msgid "Old Name:" 
     2206msgstr "Ancien nom : " 
     2207 
     2208msgid "New Name:" 
     2209msgstr "Nouveau nom : "