1 4 5 package org.chateverywhere.resources; 6 7 import java.util.ListResourceBundle ; 8 9 public class Messages_fr extends ListResourceBundle { 10 11 public Object [][] getContents() { 12 return contents; 13 } 14 15 static final Object [][] contents = { 16 {"MSG_USERS", "Pr\u00e9sents"}, 17 {"MSG_TYPE_HERE", "<--Taper ici"}, 18 {"MSG_CLEAR", "Effacer"}, 19 {"MSG_FONT", "Police"}, 20 {"MSG_ACTION", "Action"}, 21 {"MSG_WELCOME", "Bienvenue sur Chat Everywhere"}, 22 {"MSG_LOADING", "Chargement..."}, 23 {"MSG_GO", "Go"}, 24 {"MSG_NICK", "Pseudo"}, 25 {"MSG_SERVER_UP", "Le serveur est connect\u00e9"}, 26 {"MSG_CONNECTING", "Connexion en cours..."}, 27 {"MSG_NO_PRIV_NS", "Impossible d'\u00e9lever les privil\u00e8ges (Netscape)."}, 28 {"MSG_NO_PRIV_IE", "Impossible d'\u00e9lever les privil\u00e8ges (Internet Explorer)."}, 29 {"MSG_NOT_FOUND", "Connexion \u00e9chou\u00e9e : serveur introuvable (v\u00e9rifiez ServerHost)"}, 30 {"MSG_NOT_SIGNED", "Connexion \u00e9chou\u00e9e : l'applet doit \u00eatre sign\u00e9e pour se connecter \u00e0 ce serveur"}, 31 {"MSG_CONN", "Connexion au serveur"}, 32 {"MSG_SRV_DOWN", "Connexion \u00e9chou\u00e9e : le serveur est probablement arr\u00eat\u00e9"}, 33 {"MSG_NEW_USER", "a rejoint le chat"}, 34 {"MSG_USER_QUIT", "est parti"}, 35 {"MSG_POSS_NICKS", "Possibilit\u00e9s"}, 36 {"MSG_CHAT", "Chat avec"}, 37 {"MSG_ERROR", "ERREUR"}, 38 {"MSG_AUTH_FAILED", "Authentification \u00e9chou\u00e9e : choisissez un pseudo non prot\u00e9g\u00e9"}, 39 {"MSG_NICK_PROTECTED", "Pseudo prot\u00e9g\u00e9"}, 40 {"MSG_ASK_PASSWORD", "Tapez votre mot de passe:"}, 41 {"MSG_OK", "OK"}, 42 {"MSG_CANCEL", "Annuler"}, 43 {"MSG_NEW_CONNECTION", "Nouvel utilisateur connect\u00e9"}, 44 {"MSG_AUTO_SCROLLING", "Scrolling automatique"}, 45 {"MSG_NOTIFY_CONNECT", "Annoncer les nouveaux"}, 46 {"MSG_BIP_ON_TEXT", "Bipper sur nouveau texte"}, 47 {"MSG_OPTIONS", "Options"}, 48 {"MSG_BIP_AS_SOUND_FILE","Bipper avec un fichier son"}, 49 {"MSG_SMILEYS_AS_PICS", "Icone pour les smileys"}, 50 {"MSG_DISCONNECTED", "d\u00e9connect\u00e9"}, 51 }; 52 } 53
| Popular Tags
|