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

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

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

File size: 5.0 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.
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>
74
75#####################################################
76#################### Success ########################
77#####################################################
78sendingSuccess=Sending success
79
80#####################################################
81#################### Categories######################
82#####################################################
83categories_add=Add a category
84categories_update=Refresh
85categories_enterName=Fill the category name
86
87
88#####################################################
89############### Connection dialog ###################
90#####################################################
91connexionDialog_urlSite=Site url
92connexionDialog_login=Login
93connexionDialog_pass=Password
94connexionDialog_emptyField=You must fill all field
95connexionDialog_connexionError=<html><center>Error<br/>Check the fields<br/>(The url must contain "http://")</center></html>
96connexionDialog_sauvegarder=Save informations
97connexionDialog_proxyAuthError=Proxy authentication error. Check the parameters
98
99#####################################################
100################ Images browser #####################
101#####################################################
102imageBrowser_file=File
103imageBrowser_display=Display
104imageBrowser_image=Image
105imageBrowser_save=Save as
106imageBrowser_print=Print
107imageBrowser_close=Close
108imageBrowser_zoomPlus=Zoom +
109imageBrowser_zoomMoins=Zoom -
110imageBrowser_zoomNormal=Original size
111imageBrowser_flipH=Horizontal flip
112imageBrowser_flipV=Vertical flip
113imageBrowser_rotationL=Rotate to left
114imageBrowser_rotationR=Rotate to right
115
116#####################################################
117################ Dialog privacy #####################
118#####################################################
119dialogPrivacy_remember=Remember my choice
120dialogPrivacy_choosePrivacy=Choose a privacy level
121dialogPrivacy_none=All
122dialogPrivacy_contacts=Contacts
123dialogPrivacy_friends=Friends
124dialogPrivacy_family=Family
125dialogPrivacy_admin=Admin
Note: See TracBrowser for help on using the repository browser.