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