Importing SVN archives - B6M1
This commit is contained in:
commit
fc4c6bd340
1695 changed files with 98617 additions and 0 deletions
legacyworlds-web/legacyworlds-web-main/WebContent/pjirc
Binary file not shown.
Binary file not shown.
After ![]() (image error) Size: 17 KiB |
|
@ -0,0 +1,92 @@
|
|||
#
|
||||
# This java file is a part of the
|
||||
#
|
||||
# - Plouf's Java IRC Client -
|
||||
#
|
||||
# Copyright (C) 2004 Philippe Detournay
|
||||
#
|
||||
# This file is licensed under the GPL license
|
||||
#
|
||||
# All contacts : theplouf@yahoo.com
|
||||
#
|
||||
#
|
||||
# Syntax :
|
||||
# Comments begin with the # character. This character must be the first character of the line.
|
||||
# A data line has three parts : the data id, the data id description, the data string.
|
||||
# - Data id : An hexadecimal figure identifying the string.
|
||||
# - Data description : Begins by [ and ends by ]. The description is not parsed and
|
||||
# can be any string.
|
||||
# - Data string : The string itself. Parameters are specified using the %i syntax.
|
||||
#
|
||||
# Trailing spaces can be added using the \s escape character.
|
||||
|
||||
0001 [INTERPRETOR_NOT_ON_CHANNEL] Not on a channel
|
||||
0002 [INTERPRETOR_UNKNOWN_DCC] %1 : unknown dcc subcommand
|
||||
0003 [INTERPRETOR_INSUFFICIENT_PARAMETERS] %1 : insufficient parameters
|
||||
0004 [INTERPRETOR_BAD_CONTEXT] %1 : unable to perform in current context
|
||||
0005 [INTERPRETOR_CANNOT_CTCP_IN_DCCCHAT] Cannot send CTCP codes via DCC Chat
|
||||
0006 [INTERPRETOR_UNKNOWN_CONFIG] %1 : unknown config subcommand
|
||||
0007 [INTERPRETOR_TIMESTAMP_ON] Timestamp enabled
|
||||
0008 [INTERPRETOR_TIMESTAMP_OFF] Timestamp disabled
|
||||
0009 [INTERPRETOR_SMILEYS_ON] Graphical smileys enabled
|
||||
000a [INTERPRETOR_SMILEYS_OFF] Graphical smileys disabled
|
||||
000b [INTERPRETOR_IGNORE_ON] Now ignoring %1
|
||||
000c [INTERPRETOR_IGNORE_OFF] Not ignoring %1 anymore
|
||||
000d [INTERPRETOR_MULTISERVER_DISABLED] Multiserver support is disabled
|
||||
|
||||
0101 [DCC_WAITING_INCOMING] Waiting for incoming connection...
|
||||
0102 [DCC_UNABLE_TO_OPEN_CONNECTION] Unable to open connection : %1
|
||||
0103 [DCC_CONNECTION_ESTABLISHED] DCC Connection established
|
||||
0104 [DCC_CONNECTION_CLOSED] Connection closed
|
||||
0105 [DCC_ERROR] Error : %1
|
||||
0106 [DCC_UNABLE_TO_SEND_TO] %1 : unable to send to %2
|
||||
0107 [DCC_BAD_CONTEXT] Unable to execute command from current context
|
||||
0108 [DCC_NOT_CONNECTED] Not connected
|
||||
0109 [DCC_UNABLE_PASSIVE_MODE] Unable to initialize passive mode
|
||||
010a [CTCP_PING_REPLY] [%1 PING reply] : %2 seconds
|
||||
010b [DCC_STREAM_CLOSED] Stream closed
|
||||
|
||||
0201 [IDENT_FAILED_LAUNCH] Failed to launch Ident server : %1
|
||||
0202 [IDENT_REQUEST] Ident request from %1
|
||||
0203 [IDENT_ERROR] Error occurred
|
||||
0204 [IDENT_REPLIED] Replied %1
|
||||
0205 [IDENT_DEFAULT_USER] default user
|
||||
0206 [IDENT_NO_USER] No user for request
|
||||
0207 [IDENT_RUNNING_ON_PORT] Ident server running on port %1
|
||||
0208 [IDENT_LEAVING] Ident server leaving : %1
|
||||
0209 [IDENT_NONE] none
|
||||
020a [IDENT_UNKNOWN] unknown
|
||||
020b [IDENT_UNDEFINED] Undefined result
|
||||
|
||||
0301 [FILE_SAVEAS] Save file as
|
||||
|
||||
0401 [ABOUT_ABOUT] About
|
||||
0402 [ABOUT_PROGRAMMING] Programming
|
||||
0403 [ABOUT_DESIGN] Design
|
||||
0404 [ABOUT_THANKS] Thanks to
|
||||
0405 [ABOUT_SUPPORT] for support, ideas and testing
|
||||
0406 [ABOUT_GPL] This software is licensed under the GPL license
|
||||
|
||||
0501 [SERVER_UNABLE_TO_CONNECT] Unable to connect : %1
|
||||
0502 [SERVER_UNABLE_TO_CONNECT_STILL] Unable to connect to %1 : currently trying to connect to %2
|
||||
0503 [SERVER_DISCONNECTING] Disconnecting from %1
|
||||
0504 [SERVER_CONNECTING] Connecting...
|
||||
0505 [SERVER_NOT_CONNECTED] Not connected
|
||||
0506 [SERVER_LOGIN] Logging in...
|
||||
0507 [SERVER_DISCONNECTED] Disconnected from %1
|
||||
0508 [SERVER_ERROR] Error : %1
|
||||
|
||||
|
||||
071a [GUI_CHANGE_NICK] Change nick to
|
||||
071b [GUI_COPY_WINDOW] Copy text
|
||||
071c [GUI_DCC_CHAT_WARNING_TITLE] Warning
|
||||
071d [GUI_DCC_CHAT_WARNING_TEXT] Do you want to accept DCC chat from %1?
|
||||
|
||||
0801 [ASL_MALE] Boy, %1 years old, %2
|
||||
0802 [ASL_FEMALE] Girl, %1 years old, %2
|
||||
0803 [ASL_UNKNOWN] %1 years old from %2
|
||||
|
||||
0901 [REPLY_IDLE] %1 has been idle for %2
|
||||
0902 [REPLY_SIGNON] %1 connected on %2
|
||||
|
||||
ffff [ERROR_NOT_DEFINED] Undefined string
|
|
@ -0,0 +1,91 @@
|
|||
#
|
||||
# This java file is a part of the
|
||||
#
|
||||
# - Plouf's Java IRC Client -
|
||||
#
|
||||
# Copyright (C) 2004 Philippe Detournay
|
||||
#
|
||||
# This file is licensed under the GPL license
|
||||
#
|
||||
# All contacts : theplouf@yahoo.com
|
||||
#
|
||||
#
|
||||
# Syntax :
|
||||
# Comments begin with the # character. This character must be the first character of the line.
|
||||
# A data line has three parts : the data id, the data id description, the data string.
|
||||
# - Data id : An hexadecimal figure identifying the string.
|
||||
# - Data description : Begins by [ and ends by ]. The description is not parsed and
|
||||
# can contains any string.
|
||||
# - Data string : The string itself. Parameters are specified using the %i syntax.
|
||||
#
|
||||
# Trailing spaces can be added using the \s escape character.
|
||||
|
||||
0001 [INTERPRETOR_NOT_ON_CHANNEL] Pas sur un canal
|
||||
0002 [INTERPRETOR_UNKNOWN_DCC] %1 : sous-commande dcc inconnue
|
||||
0003 [INTERPRETOR_INSUFFICIENT_PARAMETERS] %1 : paramètres insuffisants
|
||||
0004 [INTERPRETOR_BAD_CONTEXT] Impossible d'effectuer %1 ici
|
||||
0005 [INTERPRETOR_CANNOT_CTCP_IN_DCCCHAT] Impossible d'envoyer des codes CTCP dans un DCC Chat
|
||||
0006 [INTERPRETOR_UNKNOWN_CONFIG] %1 : sous-commande de configuration inconnue
|
||||
0007 [INTERPRETOR_TIMESTAMP_ON] Horodateur activé
|
||||
0008 [INTERPRETOR_TIMESTAMP_OFF] Horodateur désactivé
|
||||
0009 [INTERPRETOR_SMILEYS_ON] Emoticons activés
|
||||
000a [INTERPRETOR_SMILEYS_OFF] Emoticons désactivés
|
||||
000b [INTERPRETOR_IGNORE_ON] Ignore à présent %1
|
||||
000c [INTERPRETOR_IGNORE_OFF] N'ignore plus %1
|
||||
000d [INTERPRETOR_MULTISERVER_DISABLED] Le support multiserveur est désactivé
|
||||
|
||||
0101 [DCC_WAITING_INCOMING] Attente de connexion...
|
||||
0102 [DCC_UNABLE_TO_OPEN_CONNECTION] Impssible d'ouvrir la connexion : %1
|
||||
0103 [DCC_CONNECTION_ESTABLISHED] "Connexion DCC établie
|
||||
0104 [DCC_CONNECTION_CLOSED] Connexion fermée
|
||||
0105 [DCC_ERROR] Erreur : %1
|
||||
0106 [DCC_UNABLE_TO_SEND_TO] %1 : impossible d'envoyer à %2
|
||||
0107 [DCC_BAD_CONTEXT] Impossible d'exécuter la commande dans le contexte actuel
|
||||
0108 [DCC_NOT_CONNECTED] Non connecté
|
||||
0109 [DCC_UNABLE_PASSIVE_MODE] Impossible d'initialiser le mode passif
|
||||
010a [CTCP_PING_REPLY] [%1 PING reply] : %2 secondes
|
||||
010b [DCC_STREAM_CLOSED] Stream fermé
|
||||
|
||||
0201 [IDENT_FAILED_LAUNCH] Impossible de lancer le serveur IDENT : %1
|
||||
0202 [IDENT_REQUEST] Requête ident de %1
|
||||
0203 [IDENT_ERROR] Erreur survenue
|
||||
0204 [IDENT_REPLIED] Répondu %1
|
||||
0205 [IDENT_DEFAULT_USER] utilisateur par défaut
|
||||
0206 [IDENT_NO_USER] Aucun utilisateur pour la reqûete
|
||||
0207 [IDENT_RUNNING_ON_PORT] Le serveur Ident s'exécute sur le port %1
|
||||
0208 [IDENT_LEAVING] Le serveur Ident se termine : %1
|
||||
0209 [IDENT_NONE] aucun
|
||||
020a [IDENT_UNKNOWN] inconnu
|
||||
020b [IDENT_UNDEFINED] Résultat indéterminé
|
||||
|
||||
0301 [FILE_SAVEAS] Sauver le fichier sous
|
||||
|
||||
0401 [ABOUT_ABOUT] A propos
|
||||
0402 [ABOUT_PROGRAMMING] Programmation
|
||||
0403 [ABOUT_DESIGN] Design
|
||||
0404 [ABOUT_THANKS] Remerciements
|
||||
0405 [ABOUT_SUPPORT] pour leur support, leurs idées et les tests
|
||||
0406 [ABOUT_GPL] Ce programme est sous license GPL
|
||||
|
||||
0501 [SERVER_UNABLE_TO_CONNECT] Impossible de se connecter : %1
|
||||
0502 [SERVER_UNABLE_TO_CONNECT_STILL] Impssible de se connecter à %1, déjà en train d'essayer de se connecter à %2
|
||||
0503 [SERVER_DISCONNECTING] Déconnexion de %1
|
||||
0504 [SERVER_CONNECTING] Connexion...
|
||||
0505 [SERVER_NOT_CONNECTED] Non connecté
|
||||
0506 [SERVER_LOGIN] Enregistrement...
|
||||
0507 [SERVER_DISCONNECTED] Déconnecté de %1
|
||||
0508 [SERVER_ERROR] Erreur : %1
|
||||
|
||||
071a [GUI_CHANGE_NICK] Modifier le nick
|
||||
071b [GUI_COPY_WINDOW] Copier le texte
|
||||
071c [GUI_DCC_CHAT_WARNING_TITLE] Attention
|
||||
071d [GUI_DCC_CHAT_WARNING_TEXT] Voulez-vous accepter une connection DCC-chat en provenance de %1?
|
||||
|
||||
0801 [ASL_MALE] Garçon, %1 ans, %2
|
||||
0802 [ASL_FEMALE] Fille, %1 ans, %2
|
||||
0803 [ASL_UNKNOWN] %1 ans de %2
|
||||
|
||||
0901 [REPLY_IDLE] %1 est inactif depuis %2
|
||||
0902 [REPLY_SIGNON] %1 s'est connecté(e) le %2
|
||||
|
||||
ffff [ERROR_NOT_DEFINED] Texte non défini
|
BIN
legacyworlds-web/legacyworlds-web-main/WebContent/pjirc/irc.cab
Normal file
BIN
legacyworlds-web/legacyworlds-web-main/WebContent/pjirc/irc.cab
Normal file
Binary file not shown.
BIN
legacyworlds-web/legacyworlds-web-main/WebContent/pjirc/irc.jar
Normal file
BIN
legacyworlds-web/legacyworlds-web-main/WebContent/pjirc/irc.jar
Normal file
Binary file not shown.
|
@ -0,0 +1,75 @@
|
|||
#
|
||||
# This java file is a part of the
|
||||
#
|
||||
# - Plouf's Java IRC Client -
|
||||
#
|
||||
# Copyright (C) 2004 Philippe Detournay
|
||||
#
|
||||
# This file is licensed under the GPL license
|
||||
#
|
||||
# All contacts : theplouf@yahoo.com
|
||||
#
|
||||
#
|
||||
# Syntax :
|
||||
# Comments begin with the # character. This character must be the first character of the line.
|
||||
# A data line has three parts : the data id, the data id description, the data string.
|
||||
# - Data id : An hexadecimal figure identifying the string.
|
||||
# - Data description : Begins by [ and ends by ]. The description is not parsed and
|
||||
# can be any string.
|
||||
# - Data string : The string itself. Parameters are specified using the %i syntax.
|
||||
#
|
||||
# Trailing spaces can be added using the \s escape character.
|
||||
|
||||
8601 [SOURCE_YOU_KICKED] You've been kicked out of %1 by %2
|
||||
8602 [SOURCE_STATUS] Status
|
||||
8603 [SOURCE_CHANLIST] Channels for %1
|
||||
8604 [SOURCE_CHANLIST_RETREIVING] Retrieving channels...
|
||||
8605 [SOURCE_HAS_JOINED] %1 has joined %2
|
||||
8606 [SOURCE_HAS_LEFT] %1 has left %2
|
||||
8607 [SOURCE_HAS_BEEN_KICKED_BY] %1 has been kicked by %2
|
||||
8608 [SOURCE_HAS_QUIT] %1 has quit
|
||||
8609 [SOURCE_TOPIC_IS] Topic is %1
|
||||
860a [SOURCE_CHANGED_TOPIC] %1 changed topic to %2
|
||||
860b [SOURCE_CHANNEL_MODE] %1 sets channel mode to %2
|
||||
860c [SOURCE_CHANNEL_MODE_IS] Channel mode is %1
|
||||
860d [SOURCE_USER_MODE] %1 sets mode %2 on %3
|
||||
860e [SOURCE_KNOWN_AS] %1 is now known as %2
|
||||
860f [SOURCE_YOUR_MODE] Mode changed to %1
|
||||
8610 [SOURCE_YOUR_NICK] Your nick is now %1
|
||||
8611 [SOURCE_INFO] Infos
|
||||
8612 [SOURCE_AWAY] %1 is away
|
||||
8613 [SOURCE_YOU_INVITED] %1 invites you to join %2
|
||||
8614 [SOURCE_YOU_JOINED_AS] You're talking in %1 as %2
|
||||
|
||||
8701 [GUI_WHOIS] Whois
|
||||
8702 [GUI_QUERY] Query
|
||||
8703 [GUI_KICK] Kick
|
||||
8704 [GUI_BAN] Ban
|
||||
8705 [GUI_KICKBAN] Kick + Ban
|
||||
8706 [GUI_OP] Op
|
||||
8707 [GUI_DEOP] DeOp
|
||||
8708 [GUI_VOICE] Voice
|
||||
8709 [GUI_DEVOICE] DeVoice
|
||||
870a [GUI_PING] Ping
|
||||
870b [GUI_VERSION] Version
|
||||
870c [GUI_TIME] Time
|
||||
870d [GUI_FINGER] Finger
|
||||
870e [GUI_RETREIVING_FILE] Receiving file (%1 bytes)
|
||||
870f [GUI_SENDING_FILE] Sending file (%1 bytes)
|
||||
8710 [GUI_TERMINATED] %1 terminated
|
||||
8711 [GUI_FAILED] %1 failed
|
||||
8712 [GUI_CLOSE] Close
|
||||
8713 [GUI_DISCONNECT] Disconnect
|
||||
8714 [GUI_CHANNELS] Channels
|
||||
8715 [GUI_HELP] Help
|
||||
8716 [GUI_PRIVATE] private
|
||||
8717 [GUI_PUBLIC] public
|
||||
8718 [GUI_CONNECT] Connect
|
||||
8719 [GUI_ABOUT] About
|
||||
871a [GUI_CHANGE_NICK] Change nick to
|
||||
871c [GUI_FONT] Font
|
||||
871d [GUI_FONT_WINDOW] Select font
|
||||
871e [GUI_FONT_WINDOW_OK] Ok
|
||||
871f [GUI_ENTER_TEXT_HERE] Enter text here...
|
||||
|
||||
ffff [ERROR_NOT_DEFINED] Undefined string
|
|
@ -0,0 +1,75 @@
|
|||
#
|
||||
# This java file is a part of the
|
||||
#
|
||||
# - Plouf's Java IRC Client -
|
||||
#
|
||||
# Copyright (C) 2004 Philippe Detournay
|
||||
#
|
||||
# This file is licensed under the GPL license
|
||||
#
|
||||
# All contacts : theplouf@yahoo.com
|
||||
#
|
||||
#
|
||||
# Syntax :
|
||||
# Comments begin with the # character. This character must be the first character of the line.
|
||||
# A data line has three parts : the data id, the data id description, the data string.
|
||||
# - Data id : An hexadecimal figure identifying the string.
|
||||
# - Data description : Begins by [ and ends by ]. The description is not parsed and
|
||||
# can be any string.
|
||||
# - Data string : The string itself. Parameters are specified using the %i syntax.
|
||||
#
|
||||
# Trailing spaces can be added using the \s escape character.
|
||||
|
||||
8601 [SOURCE_YOU_KICKED] Vous avez été mis à la porte de %1 par %2
|
||||
8602 [SOURCE_STATUS] Statut
|
||||
8603 [SOURCE_CHANLIST] Canaux sur %1
|
||||
8604 [SOURCE_CHANLIST_RETREIVING] Recherche des canaux...
|
||||
8605 [SOURCE_HAS_JOINED] %1 est entré sur %2
|
||||
8606 [SOURCE_HAS_LEFT] %1 est sorti de %2
|
||||
8607 [SOURCE_HAS_BEEN_KICKED_BY] %1 a été mis à la porte par %2
|
||||
8608 [SOURCE_HAS_QUIT] %1 a quitté
|
||||
8609 [SOURCE_TOPIC_IS] Le sujet est %1
|
||||
860a [SOURCE_CHANGED_TOPIC] %1 a changé le sujet vers %2
|
||||
860b [SOURCE_CHANNEL_MODE] %1 met les options de canal %2
|
||||
860c [SOURCE_CHANNEL_MODE_IS] Les options du canal sont %1
|
||||
860d [SOURCE_USER_MODE] %1 met l'option %2 sur %3
|
||||
860e [SOURCE_KNOWN_AS] %1 s'appelle dorénavant %2
|
||||
860f [SOURCE_YOUR_MODE] Vos options sont mises à %1
|
||||
8610 [SOURCE_YOUR_NICK] Vous vous appelez à présent %1
|
||||
8611 [SOURCE_INFO] Infos
|
||||
8612 [SOURCE_AWAY] %1 n'est pas là :
|
||||
8613 [SOURCE_YOU_INVITED] %1 vous invite sur %2
|
||||
8614 [SOURCE_YOU_JOINED_AS] Vous parlez sur %1 avec le pseudo %2
|
||||
|
||||
8701 [GUI_WHOIS] Qui est-ce
|
||||
8702 [GUI_QUERY] Aller en privé
|
||||
8703 [GUI_KICK] Mettre à la porte
|
||||
8704 [GUI_BAN] Bannir
|
||||
8705 [GUI_KICKBAN] Ejecter et bannir
|
||||
8706 [GUI_OP] Mettre opérateur
|
||||
8707 [GUI_DEOP] Retirer l'opérateur
|
||||
8708 [GUI_VOICE] Donner la parole
|
||||
8709 [GUI_DEVOICE] Retirer la parole
|
||||
870a [GUI_PING] Ping
|
||||
870b [GUI_VERSION] Version
|
||||
870c [GUI_TIME] Heure
|
||||
870d [GUI_FINGER] Infos
|
||||
870e [GUI_RETREIVING_FILE] Reçoit le fichier (%1 octets)
|
||||
870f [GUI_SENDING_FILE] Envoit le fichier (%1 octets)
|
||||
8710 [GUI_TERMINATED] %1 terminé
|
||||
8711 [GUI_FAILED] %1 échec
|
||||
8712 [GUI_CLOSE] Fermer
|
||||
8713 [GUI_DISCONNECT] Déconnecter
|
||||
8714 [GUI_CHANNELS] Canaux
|
||||
8715 [GUI_HELP] Aide
|
||||
8716 [GUI_PRIVATE] privé
|
||||
8717 [GUI_PUBLIC] public\s
|
||||
8718 [GUI_CONNECT] Connecter
|
||||
8719 [GUI_ABOUT] A propos
|
||||
871a [GUI_CHANGE_NICK] Modifier le nick
|
||||
871c [GUI_FONT] Police
|
||||
871d [GUI_FONT_WINDOW] Choisir une nouvelle police
|
||||
871e [GUI_FONT_WINDOW_OK] Ok
|
||||
871f [GUI_ENTER_TEXT_HERE] Entrez le texte ici...
|
||||
|
||||
ffff [ERROR_NOT_DEFINED] Undefined string
|
BIN
legacyworlds-web/legacyworlds-web-main/WebContent/pjirc/pixx.cab
Normal file
BIN
legacyworlds-web/legacyworlds-web-main/WebContent/pjirc/pixx.cab
Normal file
Binary file not shown.
BIN
legacyworlds-web/legacyworlds-web-main/WebContent/pjirc/pixx.jar
Normal file
BIN
legacyworlds-web/legacyworlds-web-main/WebContent/pjirc/pixx.jar
Normal file
Binary file not shown.
Binary file not shown.
Loading…
Add table
Add a link
Reference in a new issue