Changeset 1895
- Timestamp:
- 08/26/07 21:50:34 (1 year ago)
- Files:
-
- alternc/trunk/bureau/admin/bro_main.php (modified) (1 diff)
- alternc/trunk/bureau/locales/en_US/LC_MESSAGES/manual.po (modified) (1 diff)
- alternc/trunk/bureau/locales/fr_FR/LC_MESSAGES/manual.po (modified) (2 diffs)
- alternc/trunk/bureau/locales/fr_FR/LC_MESSAGES/messages.po (modified) (7 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
alternc/trunk/bureau/admin/bro_main.php
r1877 r1895 151 151 for ($i=0;$i<count($d);$i++) { 152 152 $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>"; 155 157 } 156 158 echo "<p><input type=\"submit\" class=\"inb\" name=\"submit\" value=\""._("Rename")."\" /></p>"; alternc/trunk/bureau/locales/en_US/LC_MESSAGES/manual.po
r1653 r1895 1406 1406 #~ msgid "New Raw Statistics (apache)" 1407 1407 #~ msgstr "New Raw Statistics (apache)" 1408 1409 # $d,$m,$y,$h,$i,$hh,$am 1410 # 1 2 3 4 5 6 7 1411 msgid "%3$d-%2$d-%1$d %4$d:%5$d" 1412 msgstr "%2$d/%1$d/%3$d %6$d:%5$d %7$d" alternc/trunk/bureau/locales/fr_FR/LC_MESSAGES/manual.po
r1653 r1895 464 464 msgstr "L'utilisateur n'existe pas" 465 465 466 #, fuzzy467 466 msgid "err_mysql_19" 468 msgstr " Le fichier entré n'existe pas ou est incorect."467 msgstr "Aucun utilisateur n'est défini dans MySQL." 469 468 470 469 msgid "hlp_sql_bck" … … 499 498 msgid "quota_web" 500 499 msgstr "Espace disque (Ko)" 500 501 # $d,$m,$y,$h,$i,$hh,$am 502 # 1 2 3 4 5 6 7 503 msgid "%3$d-%2$d-%1$d %4$d:%5$d" 504 msgstr "%1$d/%2$d/%3$d %4$d:%5$d" alternc/trunk/bureau/locales/fr_FR/LC_MESSAGES/messages.po
r1874 r1895 2066 2066 2067 2067 #: ../admin/adm_deactivate.php:16 2068 #, fuzzy2069 2068 msgid "User does not exist" 2070 msgstr "L e membre '%s'n'existe pas"2069 msgstr "L'utilisateur n'existe pas" 2071 2070 2072 2071 #: ../admin/adm_deactivate.php:20 ../admin/adm_deactivate.php:28 2073 #, fuzzy2074 2072 msgid "Confirm" 2075 msgstr "Confirmer le mot de passe"2073 msgstr "Confirmer" 2076 2074 2077 2075 #: ../admin/adm_deactivate.php:21 … … 2089 2087 2090 2088 #: ../admin/adm_deactivate.php:27 2091 #, fuzzy2092 2089 msgid "Redirection URL:" 2093 msgstr "Redirection vers une url"2090 msgstr "Redirection vers l'URL : " 2094 2091 2095 2092 #: ../admin/adm_deactivate.php:31 … … 2107 2104 2108 2105 #: ../admin/adm_dodefquotas.php:63 2109 #, fuzzy,php-format2106 #, php-format 2110 2107 msgid "Deleting quota %s" 2111 msgstr "Suppression du sous-domaine%s"2108 msgstr "Suppression du quota %s" 2112 2109 2113 2110 #: ../admin/adm_dodefquotas.php:69 2114 #, fuzzy2115 2111 msgid "WARNING : Confirm the deletion of the quota" 2116 msgstr "ATTENTION : Etes-vous sur de vouloir supprimer le sous-domaine suivant"2112 msgstr "ATTENTION : Etes-vous sur de vouloir supprimer le quota" 2117 2113 2118 2114 #: ../admin/adm_dodel.php:61 … … 2135 2131 2136 2132 #: ../admin/adm_list.php:222 2137 #, fuzzy,php-format2133 #, php-format 2138 2134 msgid "%s accounts" 2139 msgstr " Comptes FTP"2135 msgstr "%s comptes" 2140 2136 2141 2137 #: ../admin/adm_panel.php:57 2142 #, fuzzy2143 2138 msgid "Account creation statistics" 2144 msgstr " Compte créé par %s"2139 msgstr "Statistiques de création des comptes" 2145 2140 2146 2141 #: ../admin/bro_main.php:69 … … 2150 2145 2151 2146 #: ../admin/bro_main.php:74 2152 #, fuzzy2153 2147 msgid "WARNING : Confirm the deletion of this files" 2154 msgstr "ATTENTION : Confirmez-vous la suppression de ce tte utilisateur"2148 msgstr "ATTENTION : Confirmez-vous la suppression de ces fichiers" 2155 2149 2156 2150 #: ../admin/sql_restore.php:54 … … 2169 2163 2170 2164 #: ../admin/stats_members.php:41 2171 #, fuzzy2172 2165 msgid "Account creation per month" 2173 msgstr "Compte créé par %s"2166 msgstr "Comptes créés par mois" 2174 2167 2175 2168 #: ../admin/stats_members.php:54 … … 2210 2203 msgstr "ATTENTION : Confirmez la suppression de ces fichiers" 2211 2204 2205 msgid "Old Name:" 2206 msgstr "Ancien nom : " 2207 2208 msgid "New Name:" 2209 msgstr "Nouveau nom : "
