Ignore:
Timestamp:
Mar 27, 2011, 1:05:29 PM (13 years ago)
Author:
mlg
Message:

Integrates new changes in jiwigo-ws-api
(Exception management)

Location:
extensions/jiwigo/trunk/src/main/resources/fr/mael/jiwigo/trad
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • extensions/jiwigo/trunk/src/main/resources/fr/mael/jiwigo/trad/messages.properties

    r9431 r9894  
    6868connectionRefusedError=Error... Connection refused. Check proxy informations
    6969alreadySendingError=The application is already sending files. Please wait before sending other files.
     70wrongChunkSizeError=The chunk size in the preferences menu is wrong.
     71unexpectedSendingError=<html><center>Unexpected error while sending images. The images will probably not be created.<br/>Affected images are :</center><ul>%s</ul></html>
     72fileAlreadyExistsError=<html><center>Some of the selected files exist on the server. They will not be created.<br/>Affected images are :</center><ul>%s</ul></html>
    7073
    7174#####################################################
  • extensions/jiwigo/trunk/src/main/resources/fr/mael/jiwigo/trad/messages_en.properties

    r9431 r9894  
    6969connectionRefusedError=Error... Connection refused. Check proxy informations
    7070alreadySendingError=The application is already sending files. Please wait before sending other files.
     71wrongChunkSizeError=The chunk size in the preferences menu is wrong.
     72unexpectedSendingError=<html><center>Unexpected error while sending images. The images will probably not be created.<br/>Affected images are :</center><ul>%s</ul></html>
     73fileAlreadyExistsError=<html><center>Some of the selected files exist on the server. They will not be created.<br/>Affected images are :</center><ul>%s</ul></html>
    7174
    7275#####################################################
  • extensions/jiwigo/trunk/src/main/resources/fr/mael/jiwigo/trad/messages_fr.properties

    r9431 r9894  
    6868connectionRefusedError=Erreur... Connexion refusée. Vérifiez les paramètres proxy
    6969alreadySendingError=Un envoi de photo est en cours. Veuillez attendre qu'il soit fini.
     70wrongChunkSizeError=La taille des "morceaux" indiquée dans les préférences n'est pas bonne.
     71unexpectedSendingError=<html><center>Erreur inattendue lors de l'envoi des images. Les images ne seront probablement pas créées.<br/>Les images concernées sont : </center><ul>%s</ul></html>
     72fileAlreadyExistsError=<html><center>Certains des fichiers envoyés existent sur le serveur. Les images ne seront pas créées.<br/>Les images concernées sont : </center><ul>%s</ul></html>
    7073
    7174#####################################################
Note: See TracChangeset for help on using the changeset viewer.