source: extensions/jiwigo/trunk/src/main/resources/fr/mael/jiwigo/trad/messages.properties @ 6831

Last change on this file since 6831 was 6831, checked in by mlg, 14 years ago

Bug correction :
bug:0001837 : there is now a default translation file (in english), so the application won't crash when a translation is not found
bug:0001833 : the accents are manage when creating a new category
bug:0001832 : on a right click on the categories list, the selection is now visible
bug:0001830 : there is no bug on refreshing the categories tree

Features :
feature:001828 : exif and iptc tags are kept after resizing an image
feature:001827 : pwg.images.addChunk is now fully used : images are split into chunks before being sent

Other features :

  • The user can manage his preferences :

-The web images size
-The chunks size

  • The user can save the login informations (url, login, password) /!\ in a plain text file !
File size: 3.0 KB
RevLine 
[6831]1#####################################################
2#################### General ########################
3#####################################################
4error=Error
5welcomeMessage=Welcome to Jiwigo
6version=0.11b
7commentaires=Comments
8loading=Loading...
9titleBrowser=Jiwigo :: Files browser
10cancel=Cancel
11
12#####################################################
13################### Main Frame ######################
14#####################################################
15mainFrame_editionMenu=Edition
16mainFrame_preferencesMenu=Preferences
17
18#####################################################
19################## Preferences ######################
20#####################################################
21preferences_tabImage=Images
22preferences_imagesSize=Images size
23preferences_chunkSize=Chunks size (Mb)
24
25
26#####################################################
27#################### Errors  ########################
28#####################################################
29sendingError=Error sending
30categoryCreationError=Error creating category
31emptyCommentError=Unable to send an empty comment
32addCommentError=Error adding the comment
33treeCreationError=Error creating categories tree
34commentListingError=Error getting comments
35imagesListingError=Error getting images
36configDefaultCreation=Error creating default configuration files
37preferencesCheckValues=Please check the values
38preferencesUnexpectedError=<html>An unexpected error happened. Preferences won't be updated</html>
39
40#####################################################
41#################### Success ########################
42#####################################################
43sendingSuccess=Sending success
44
45#####################################################
46#################### Categories######################
47#####################################################
48categories_add=Add a category
49categories_update=Refresh
50categories_enterName=Fill the category name
51
52
53#####################################################
54############### Connection dialog ###################
55#####################################################
56connexionDialog_urlSite=Site url
57connexionDialog_login=Login
58connexionDialog_pass=Password
59connexionDialog_emptyField=You must fill all field
60connexionDialog_connexionError=<html><center>Error<br/>Check the fields<br/>(The url must contain "http://")</center></html>
61connexionDialog_sauvegarder=<html><center>Sauvegarder les informations.<br/> <u>Attention</u> Les informations sont stockées<br/> en clair sur votre ordinateur.</center></html>
62
63#####################################################
64################ Images browser #####################
65#####################################################
66imageBrowser_file=File
67imageBrowser_display=Display
68imageBrowser_image=Image
69imageBrowser_save=Save as
70imageBrowser_print=Print
71imageBrowser_close=Close
72imageBrowser_zoomPlus=Zoom +
73imageBrowser_zoomMoins=Zoom -
74imageBrowser_zoomNormal=Original size
75imageBrowser_flipH=Horizontal flip
76imageBrowser_flipV=Vertical flip
77imageBrowser_rotationL=Rotate to left
78imageBrowser_rotationR=Rotate to right
Note: See TracBrowser for help on using the repository browser.