source: extensions/jiwigo/trunk/src/main/resources/fr/mael/jiwigo/trad/messages_en.properties @ 9431

Last change on this file since 9431 was 9431, checked in by mlg, 13 years ago

Modifications to use the last version of jiwigo-ws-api which manages proxy errors.

File size: 4.6 KB
Line 
1#####################################################
2#################### General ########################
3#####################################################
4error=Error
5welcomeMessage=Welcome to Jiwigo
6version=0.14
7commentaires=Comments
8loading=Loading...
9titleBrowser=Jiwigo :: Files browser
10cancel=Cancel
11hits=Hits
12loadingOk=Loading ok
13info=Info
14file=File
15
16#####################################################
17################### Main Frame ######################
18#####################################################
19mainFrame_editionMenu=Edition
20mainFrame_preferencesMenu=Preferences
21mainFrame_resizing=Resizing for
22mainFrame_addMetadata=Adding metadata for
23mainFrame_sendingFiles=Sending files for
24mainFrame_recherche=Search...
25mainFrame_search=Research for
26
27#####################################################
28################### Proxy Panel #####################
29#####################################################
30proxyPanel_useProxy=Use a proxy
31proxyPanel_address=Address/port
32proxyPanel_credentials=Login/Password
33
34#####################################################
35################## Preferences ######################
36#####################################################
37preferences_tabImage=Images
38preferences_imagesSize=Images size
39preferences_chunkSize=Chunks size (Mb)
40
41#####################################################
42############### Thumbnail viewer ####################
43#####################################################
44thumbviewer_loading=Loading thumbnails. Please wait...
45thumbviewer_close=Close
46thumbviewer_closeOthers=Close others
47thumbviewer_closeAll=Close all
48thumbviewer_addTag=Add tags
49thumbviewer_selectTag=Select tags :
50
51#####################################################
52#################### Errors  ########################
53#####################################################
54sendingError=Error sending
55categoryCreationError=Error creating category
56emptyCommentError=Unable to send an empty comment
57addCommentError=Error adding the comment
58treeCreationError=Error creating categories tree
59commentListingError=Error getting comments
60imagesListingError=Error getting images
61configDefaultCreation=Error creating default configuration files
62preferencesCheckValues=Please check the values
63preferencesUnexpectedError=<html>An unexpected error happened. Preferences won't be updated</html>
64clippingError=Clipping does not work with zoom
65listingTagsError=Error while getting tags
66addingTagsError=Error while adding tags
67alreadyUploadingError=Please wait the current upload to be finished
68proxyError=Error... Please check the proxy informations
69connectionRefusedError=Error... Connection refused. Check proxy informations
70alreadySendingError=The application is already sending files. Please wait before sending other files.
71
72#####################################################
73#################### Success ########################
74#####################################################
75sendingSuccess=Sending success
76
77#####################################################
78#################### Categories######################
79#####################################################
80categories_add=Add a category
81categories_update=Refresh
82categories_enterName=Fill the category name
83
84
85#####################################################
86############### Connection dialog ###################
87#####################################################
88connexionDialog_urlSite=Site url
89connexionDialog_login=Login
90connexionDialog_pass=Password
91connexionDialog_emptyField=You must fill all field
92connexionDialog_connexionError=<html><center>Error<br/>Check the fields<br/>(The url must contain "http://")</center></html>
93connexionDialog_sauvegarder=Save informations
94connexionDialog_proxyAuthError=Proxy authentication error. Check the parameters
95
96#####################################################
97################ Images browser #####################
98#####################################################
99imageBrowser_file=File
100imageBrowser_display=Display
101imageBrowser_image=Image
102imageBrowser_save=Save as
103imageBrowser_print=Print
104imageBrowser_close=Close
105imageBrowser_zoomPlus=Zoom +
106imageBrowser_zoomMoins=Zoom -
107imageBrowser_zoomNormal=Original size
108imageBrowser_flipH=Horizontal flip
109imageBrowser_flipV=Vertical flip
110imageBrowser_rotationL=Rotate to left
111imageBrowser_rotationR=Rotate to right
112
113#####################################################
114################ Dialog privacy #####################
115#####################################################
116dialogPrivacy_remember=Remember my choice
117dialogPrivacy_choosePrivacy=Choose a privacy level
118dialogPrivacy_none=All
119dialogPrivacy_contacts=Contacts
120dialogPrivacy_friends=Friends
121dialogPrivacy_family=Family
122dialogPrivacy_admin=Admin
Note: See TracBrowser for help on using the repository browser.