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

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

Adds support for pwg.images.delete : images can be deleted from the thumbnail panel (right click).

File size: 5.1 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 :
50thumbviewer_deleteImage=Delete image
51
52#####################################################
53#################### Errors  ########################
54#####################################################
55sendingError=Error sending
56categoryCreationError=Error creating category
57emptyCommentError=Unable to send an empty comment
58addCommentError=Error adding the comment
59treeCreationError=Error creating categories tree
60commentListingError=Error getting comments
61imagesListingError=Error getting images
62configDefaultCreation=Error creating default configuration files
63preferencesCheckValues=Please check the values
64preferencesUnexpectedError=<html>An unexpected error happened. Preferences won't be updated</html>
65clippingError=Clipping does not work with zoom
66listingTagsError=Error while getting tags
67addingTagsError=Error while adding tags
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>
74deletingCategoryError=Unexpected error while deleting the category
75deletingImageError=Unexpected error while deleting the image
76
77#####################################################
78#################### Success ########################
79#####################################################
80sendingSuccess=Sending success
81
82#####################################################
83#################### Categories######################
84#####################################################
85categories_add=Add a category
86categories_update=Refresh
87categories_enterName=Fill the category name
88categories_delete=Delete
89
90
91#####################################################
92############### Connection dialog ###################
93#####################################################
94connexionDialog_urlSite=Site url
95connexionDialog_login=Login
96connexionDialog_pass=Password
97connexionDialog_emptyField=You must fill all field
98connexionDialog_connexionError=<html><center>Error<br/>Check the fields<br/>(The url must contain "http://")</center></html>
99connexionDialog_sauvegarder=Save informations
100connexionDialog_proxyAuthError=Proxy authentication error. Check the parameters
101
102#####################################################
103################ Images browser #####################
104#####################################################
105imageBrowser_file=File
106imageBrowser_display=Display
107imageBrowser_image=Image
108imageBrowser_save=Save as
109imageBrowser_print=Print
110imageBrowser_close=Close
111imageBrowser_zoomPlus=Zoom +
112imageBrowser_zoomMoins=Zoom -
113imageBrowser_zoomNormal=Original size
114imageBrowser_flipH=Horizontal flip
115imageBrowser_flipV=Vertical flip
116imageBrowser_rotationL=Rotate to left
117imageBrowser_rotationR=Rotate to right
118
119#####################################################
120################ Dialog privacy #####################
121#####################################################
122dialogPrivacy_remember=Remember my choice
123dialogPrivacy_choosePrivacy=Choose a privacy level
124dialogPrivacy_none=All
125dialogPrivacy_contacts=Contacts
126dialogPrivacy_friends=Friends
127dialogPrivacy_family=Family
128dialogPrivacy_admin=Admin
Note: See TracBrowser for help on using the repository browser.