Update of /cvsroot/jsmooth/jsmooth/src/locale
In directory sc8-pr-cvs6.sourceforge.net:/tmp/cvs-serv14160/src/locale
Modified Files:
Texts.properties Texts_fr.properties
Log Message:
adds the single instance feature
Index: Texts.properties
===================================================================
RCS file: /cvsroot/jsmooth/jsmooth/src/locale/Texts.properties,v
retrieving revision 1.14
retrieving revision 1.15
diff -C2 -d -r1.14 -r1.15
*** Texts.properties 30 Apr 2007 20:57:08 -0000 1.14
--- Texts.properties 17 May 2007 10:56:19 -0000 1.15
***************
*** 96,100 ****
SKEL_CUSTOMDOWNLOAD_PROPERTY_MESSAGE_DESCRIPTION=When no JVM is found in the target computer, the user is prompted with the message defined below. Then, the default browser is launched with the URL defined here.
SKEL_CUSTOMDOWNLOAD_PROPERTY_MESSAGE_LABEL=Message
! SKEL_CUSTOMDOWNLOAD_PROPERTY_URL_DESCRIPTION=URL of a file to download and execute. It must start with http://.....
SKEL_CUSTOMDOWNLOAD_PROPERTY_URL_LABEL=URL
#
--- 96,100 ----
SKEL_CUSTOMDOWNLOAD_PROPERTY_MESSAGE_DESCRIPTION=When no JVM is found in the target computer, the user is prompted with the message defined below. Then, the default browser is launched with the URL defined here.
SKEL_CUSTOMDOWNLOAD_PROPERTY_MESSAGE_LABEL=Message
! SKEL_CUSTOMDOWNLOAD_PROPERTY_URL_DESCRIPTION=URL of a file to download and execute. It must start with http://, https://, or ftp://...
SKEL_CUSTOMDOWNLOAD_PROPERTY_URL_LABEL=URL
#
***************
*** 151,152 ****
--- 151,156 ----
</ul><h2>JSmooth Support</h2> \
Please submit any bug you may find to <a href="http://sourceforge.net/tracker/?group_id=86730">the jsmooth tracker</a>. Should you have any question, please use <a href="http://sourceforge.net/forum/?group_id=86730">the forum</a> (hosted at sourceforge's).
+ #
+ #
+ SKEL_GENERIC_SINGLEINSTANCE=Single instance
+ SKEL_GENERIC_SINGLEINSTANCE_DESCRIPTION=When this option is enabled, only one instance of the application can run at any time. <p> If the instance of the application is running, it is requested to bring its window (if any) to the front.
Index: Texts_fr.properties
===================================================================
RCS file: /cvsroot/jsmooth/jsmooth/src/locale/Texts_fr.properties,v
retrieving revision 1.9
retrieving revision 1.10
diff -C2 -d -r1.9 -r1.10
*** Texts_fr.properties 30 Apr 2007 20:57:08 -0000 1.9
--- Texts_fr.properties 17 May 2007 10:56:22 -0000 1.10
***************
*** 95,99 ****
SKEL_CUSTOMDOWNLOAD_PROPERTY_MESSAGE_DESCRIPTION=Lorsqu'aucune JVM n'est trouvée sur l'ordinateur, l'utilisateur se voit proposer le téléchargement par le message défini ci-contre.
SKEL_CUSTOMDOWNLOAD_PROPERTY_MESSAGE_LABEL=Message
! SKEL_CUSTOMDOWNLOAD_PROPERTY_URL_DESCRIPTION=URL d'un fichier à télécharger puis exécuter. Cette URL doit commencer par <tt>http://...</tt>
SKEL_CUSTOMDOWNLOAD_PROPERTY_URL_LABEL=URL
#
--- 95,99 ----
SKEL_CUSTOMDOWNLOAD_PROPERTY_MESSAGE_DESCRIPTION=Lorsqu'aucune JVM n'est trouvée sur l'ordinateur, l'utilisateur se voit proposer le téléchargement par le message défini ci-contre.
SKEL_CUSTOMDOWNLOAD_PROPERTY_MESSAGE_LABEL=Message
! SKEL_CUSTOMDOWNLOAD_PROPERTY_URL_DESCRIPTION=URL d'un fichier à télécharger puis exécuter. Cette URL doit commencer par http://, https://, ou ftp://...
SKEL_CUSTOMDOWNLOAD_PROPERTY_URL_LABEL=URL
#
***************
*** 146,147 ****
--- 146,153 ----
</ul><h2>Support utilisateurs</h2> \
Si vous rencontrez un bug, merci de le soumettre au <a href="http://sourceforge.net/tracker/?group_id=86730">tracker de jsmooth</a>. Si vous avez des questions sur l'utilisation de JSmooth, n'hésitez pas à utiliser <a href="http://sourceforge.net/forum/?group_id=86730">le forum</a> (anglais) sur sourceforge.
+ #
+ #
+ SKEL_GENERIC_SINGLEINSTANCE=Instance unique de l'application
+ SKEL_GENERIC_SINGLEINSTANCE_DESCRIPTION=Si cette option est activée, une seule instance de l'application peut être démarrée. <p> Si l'instance unique de l'application est déjà lancée, sa fenêtre (s'il y en a une) s'affiche au premier plan.
+
+ When this option is enabled, only one instance of the application can run at any time. <p> If another application is running, it is requested to bring its window (if any) to the front.
|