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

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

The connection dialog now allows to choose a locale
(the default one is selected)

File size: 3.3 KB
Line 
1#####################################################
2#################### General ########################
3#####################################################
4error=Error
5welcomeMessage=Welcome to Jiwigo
6version=0.11b
7commentaires=Comments
8loading=Loading...
9titleBrowser=Jiwigo :: Files browser
10cancel=Cancel
11hits=Hits
12loadingOk=Loading ok
13
14#####################################################
15################### Main Frame ######################
16#####################################################
17mainFrame_editionMenu=Edition
18mainFrame_preferencesMenu=Preferences
19mainFrame_resizing=Resizing for
20mainFrame_addMetadata=Adding metadata for
21mainFrame_sendingFiles=Sending files for
22
23#####################################################
24################## Preferences ######################
25#####################################################
26preferences_tabImage=Images
27preferences_imagesSize=Images size
28preferences_chunkSize=Chunks size (Mb)
29
30#####################################################
31############### Thumbnail viewer ####################
32#####################################################
33thumbviewer_loading=Loading thumbnails. Please wait...
34
35#####################################################
36#################### Errors  ########################
37#####################################################
38sendingError=Error sending
39categoryCreationError=Error creating category
40emptyCommentError=Unable to send an empty comment
41addCommentError=Error adding the comment
42treeCreationError=Error creating categories tree
43commentListingError=Error getting comments
44imagesListingError=Error getting images
45configDefaultCreation=Error creating default configuration files
46preferencesCheckValues=Please check the values
47preferencesUnexpectedError=<html>An unexpected error happened. Preferences won't be updated</html>
48
49#####################################################
50#################### Success ########################
51#####################################################
52sendingSuccess=Sending success
53
54#####################################################
55#################### Categories######################
56#####################################################
57categories_add=Add a category
58categories_update=Refresh
59categories_enterName=Fill the category name
60
61
62#####################################################
63############### Connection dialog ###################
64#####################################################
65connexionDialog_urlSite=Site url
66connexionDialog_login=Login
67connexionDialog_pass=Password
68connexionDialog_emptyField=You must fill all field
69connexionDialog_connexionError=<html><center>Error<br/>Check the fields<br/>(The url must contain "http://")</center></html>
70connexionDialog_sauvegarder=<html><center>Save informations.<br/> <u>Warning</u> This informations <br/>are not encrypted</center></html>
71
72#####################################################
73################ Images browser #####################
74#####################################################
75imageBrowser_file=File
76imageBrowser_display=Display
77imageBrowser_image=Image
78imageBrowser_save=Save as
79imageBrowser_print=Print
80imageBrowser_close=Close
81imageBrowser_zoomPlus=Zoom +
82imageBrowser_zoomMoins=Zoom -
83imageBrowser_zoomNormal=Original size
84imageBrowser_flipH=Horizontal flip
85imageBrowser_flipV=Vertical flip
86imageBrowser_rotationL=Rotate to left
87imageBrowser_rotationR=Rotate to right
Note: See TracBrowser for help on using the repository browser.