first commit
19
build/classes/jmeumeu/resources/JMeuMeuAboutBox.properties
Executable file
@ -0,0 +1,19 @@
|
||||
title = About: ${Application.title} ${Application.version}
|
||||
|
||||
closeAboutBox.Action.text = &Close
|
||||
|
||||
appDescLabel.text=<html>A derivated game from myefarm.com
|
||||
|
||||
versionLabel.text=Product Version\:
|
||||
|
||||
#NOI18N
|
||||
imageLabel.icon=about.png
|
||||
jLabel1.text=Programmer :
|
||||
#NOI18N
|
||||
jLabel1.font=Tahoma-Bold-11
|
||||
jLabel2.text=Jeremy JANISZEWSKI
|
||||
jLabel3.text=This project was a team project.
|
||||
jLabel4.text=But without any reason, I was the only person to work on this project.
|
||||
jLabel5.text=The others have provided 'I don't know JAVA' like reason.
|
||||
jLabel6.text=Sadly, I cannot finished this project. It was interesting.
|
||||
jLabel7.text=Adrien MALINGREY
|
||||
11
build/classes/jmeumeu/resources/JMeuMeuApp.properties
Executable file
@ -0,0 +1,11 @@
|
||||
# Application global resources
|
||||
|
||||
Application.name = JMeuMeu
|
||||
Application.title = JMEUMEU Staff
|
||||
Application.version = 1.0
|
||||
Application.vendor = Sun Microsystems Inc.
|
||||
Application.homepage = http\://appframework.dev.java.net/
|
||||
Application.description = A simple Java desktop application based on Swing Application Framework.
|
||||
Application.vendorId = Sun
|
||||
Application.id = ${Application.name}
|
||||
Application.lookAndFeel = system
|
||||
15
build/classes/jmeumeu/resources/JMeuMeuDeleteUser.properties
Executable file
@ -0,0 +1,15 @@
|
||||
# To change this template, choose Tools | Templates
|
||||
# and open the template in the editor.
|
||||
|
||||
jButton2.text=Annuler
|
||||
jButton1.text=Supprimer Compte
|
||||
jTextField2.text=Identifiant
|
||||
jLabel3.text=Identifiant
|
||||
jLabel1.text=Suppression d'un Compte
|
||||
#NOI18N
|
||||
jLabel1.font=Tahoma 24-Bold-24
|
||||
#NOI18N
|
||||
jLabel3.font=Tahoma-Bold-11
|
||||
#NOI18N
|
||||
jLabel4.font=Tahoma-Bold-11
|
||||
jButton1.actionCommand=SupprimerCompte
|
||||
41
build/classes/jmeumeu/resources/JMeuMeuGameField.properties
Executable file
@ -0,0 +1,41 @@
|
||||
jButton1.text=D\u00E9connexion
|
||||
jButton1.actionCommand=Deconnexion
|
||||
jButton2.text=Poulailler
|
||||
jButton3.text=Clapier
|
||||
jButton2.actionCommand=Poulailler
|
||||
jButton4.text=Paturage
|
||||
jButton5.text=Remise
|
||||
jButton2.toolTipText=Affiche le formulaire concernant le poulailler
|
||||
jButton3.toolTipText=Affiche le formulaire concernant le Clapier
|
||||
jButton4.toolTipText=Affiche le formulaire concernant le Paturage
|
||||
jButton5.toolTipText=Affiche le formulaire concernant la Remise
|
||||
jButton1.toolTipText=Retourne au Menu de Connexion
|
||||
jLabel1.text=Actions Autoris\u00E9es
|
||||
#NOI18N
|
||||
jLabel1.font=Tahoma-Bold-14
|
||||
jLabel2.text=Statistiques
|
||||
#NOI18N
|
||||
jLabel2.font=Tahoma-Bold-14
|
||||
jLabel3.AccessibleContext.accessibleName=Ecus
|
||||
lblEcus.text=Ecus :
|
||||
jLabel4.text=0
|
||||
#NOI18N
|
||||
lblEcus.font=Tahoma-Bold-11
|
||||
jLabel4.AccessibleContext.accessibleName=lblNumEcus
|
||||
lblPoints.text=Points :
|
||||
#NOI18N
|
||||
lblPoints.font=Tahoma-Bold-11
|
||||
lblNumPoints.text=0
|
||||
lblNumRank.text=0
|
||||
lblRank.text=Classement :
|
||||
#NOI18N
|
||||
lblRank.font=Tahoma-Bold-11
|
||||
jLabel9.text=eme
|
||||
jButton6.text=Coop\u00E9rative
|
||||
jButton6.actionCommand=Cooperative
|
||||
jButton6.label=Cooperative
|
||||
jButton7.text=March\u00E9
|
||||
jButton7.actionCommand=Marche
|
||||
jButton8.actionCommand=Hibernation
|
||||
jButton8.toolTipText=Passe en mode Hibernation
|
||||
jButton8.text=Hiberner
|
||||
17
build/classes/jmeumeu/resources/JMeuMeuMenuCreerCompteView.properties
Executable file
@ -0,0 +1,17 @@
|
||||
|
||||
lblCreateCompte.text=Cr\u00E9ation d'un Compte
|
||||
#NOI18N
|
||||
lblCreateCompte.font=Tahoma-Bold-24
|
||||
lblID.text=Identifiant
|
||||
lblUserName.text=Nom Utilisateur
|
||||
lblPwd.text=Mot de Passe :
|
||||
lblVerifPwd.text=Verification Mot de Passe
|
||||
lblEmail.text=Adresse Email
|
||||
btnCreerCompte.actionCommand=CC
|
||||
btnCreerCompte.text=Creer Compte
|
||||
btnCancel.text=Annuler
|
||||
txtIdentifiant.text=Identifiant
|
||||
txtUserName.text=NomUtilisateur
|
||||
txtPassword.text=password
|
||||
txtChkPwd.text=Password
|
||||
txtMail.text=@mail
|
||||
52
build/classes/jmeumeu/resources/JMeuMeuView.properties
Executable file
@ -0,0 +1,52 @@
|
||||
|
||||
# @Action resources
|
||||
|
||||
showAboutBox.Action.text = &About...
|
||||
showAboutBox.Action.shortDescription = Show the application's information dialog
|
||||
|
||||
# status bar resources
|
||||
|
||||
StatusBar.messageTimeout = 5000
|
||||
StatusBar.busyAnimationRate = 30
|
||||
StatusBar.idleIcon = busyicons/idle-icon.png
|
||||
StatusBar.busyIcons[0] = busyicons/busy-icon0.png
|
||||
StatusBar.busyIcons[1] = busyicons/busy-icon1.png
|
||||
StatusBar.busyIcons[2] = busyicons/busy-icon2.png
|
||||
StatusBar.busyIcons[3] = busyicons/busy-icon3.png
|
||||
StatusBar.busyIcons[4] = busyicons/busy-icon4.png
|
||||
StatusBar.busyIcons[5] = busyicons/busy-icon5.png
|
||||
StatusBar.busyIcons[6] = busyicons/busy-icon6.png
|
||||
StatusBar.busyIcons[7] = busyicons/busy-icon7.png
|
||||
StatusBar.busyIcons[8] = busyicons/busy-icon8.png
|
||||
StatusBar.busyIcons[9] = busyicons/busy-icon9.png
|
||||
StatusBar.busyIcons[10] = busyicons/busy-icon10.png
|
||||
StatusBar.busyIcons[11] = busyicons/busy-icon11.png
|
||||
StatusBar.busyIcons[12] = busyicons/busy-icon12.png
|
||||
StatusBar.busyIcons[13] = busyicons/busy-icon13.png
|
||||
StatusBar.busyIcons[14] = busyicons/busy-icon14.png
|
||||
lblJMeuMeu.text=Bienvenue sur JMeuMeu
|
||||
#NOI18N
|
||||
lblJMeuMeu.font=Tahoma-Bold-24
|
||||
lblUserName.text=Nom Utilisateur
|
||||
lblPwd.text=Mot De Passe
|
||||
txtUserName.text=
|
||||
txtPwd.text=
|
||||
btnOK.text=Connexion
|
||||
btnAnnuler.text=Quitter
|
||||
btnCreate.text=Creer Compte
|
||||
btnCreate.label=CreerCompte
|
||||
btnCreate.actionCommand=CreerCompte
|
||||
#NOI18N
|
||||
lblUserName.font=Tahoma-Bold-11
|
||||
#NOI18N
|
||||
lblPwd.foreground=51, 0, 255
|
||||
#NOI18N
|
||||
lblUserName.foreground=51, 0, 255
|
||||
#NOI18N
|
||||
lblPwd.font=Tahoma-Bold-11
|
||||
jButton4.text=?
|
||||
jButton4.actionCommand=About
|
||||
jButton4.AccessibleContext.accessibleName=About
|
||||
jButton5.label=CreerCompte
|
||||
jButton5.actionCommand=SuppCompte
|
||||
jButton5.text=Supprimer Compte
|
||||
BIN
build/classes/jmeumeu/resources/about.png
Executable file
|
After Width: | Height: | Size: 32 KiB |
BIN
build/classes/jmeumeu/resources/busyicons/busy-icon0.png
Executable file
|
After Width: | Height: | Size: 3.5 KiB |
BIN
build/classes/jmeumeu/resources/busyicons/busy-icon1.png
Executable file
|
After Width: | Height: | Size: 3.5 KiB |
BIN
build/classes/jmeumeu/resources/busyicons/busy-icon10.png
Executable file
|
After Width: | Height: | Size: 3.5 KiB |
BIN
build/classes/jmeumeu/resources/busyicons/busy-icon11.png
Executable file
|
After Width: | Height: | Size: 3.5 KiB |
BIN
build/classes/jmeumeu/resources/busyicons/busy-icon12.png
Executable file
|
After Width: | Height: | Size: 3.5 KiB |
BIN
build/classes/jmeumeu/resources/busyicons/busy-icon13.png
Executable file
|
After Width: | Height: | Size: 3.5 KiB |
BIN
build/classes/jmeumeu/resources/busyicons/busy-icon14.png
Executable file
|
After Width: | Height: | Size: 3.5 KiB |
BIN
build/classes/jmeumeu/resources/busyicons/busy-icon2.png
Executable file
|
After Width: | Height: | Size: 3.5 KiB |
BIN
build/classes/jmeumeu/resources/busyicons/busy-icon3.png
Executable file
|
After Width: | Height: | Size: 3.5 KiB |
BIN
build/classes/jmeumeu/resources/busyicons/busy-icon4.png
Executable file
|
After Width: | Height: | Size: 3.5 KiB |
BIN
build/classes/jmeumeu/resources/busyicons/busy-icon5.png
Executable file
|
After Width: | Height: | Size: 3.5 KiB |
BIN
build/classes/jmeumeu/resources/busyicons/busy-icon6.png
Executable file
|
After Width: | Height: | Size: 3.5 KiB |
BIN
build/classes/jmeumeu/resources/busyicons/busy-icon7.png
Executable file
|
After Width: | Height: | Size: 3.5 KiB |
BIN
build/classes/jmeumeu/resources/busyicons/busy-icon8.png
Executable file
|
After Width: | Height: | Size: 3.5 KiB |
BIN
build/classes/jmeumeu/resources/busyicons/busy-icon9.png
Executable file
|
After Width: | Height: | Size: 3.5 KiB |
BIN
build/classes/jmeumeu/resources/busyicons/idle-icon.png
Executable file
|
After Width: | Height: | Size: 3.3 KiB |
BIN
build/classes/jmeumeu/resources/splash.png
Executable file
|
After Width: | Height: | Size: 21 KiB |