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

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

Adds confirmation messages for images and categories deletion.

File size: 5.3 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
15confirmation=Confirmation
16
17#####################################################
18################### Main Frame ######################
19#####################################################
20mainFrame_editionMenu=Edition
21mainFrame_preferencesMenu=Preferences
22mainFrame_resizing=Resizing for
23mainFrame_addMetadata=Adding metadata for
24mainFrame_sendingFiles=Sending files for
25mainFrame_recherche=Search...
26mainFrame_search=Research for
27
28#####################################################
29################### Proxy Panel #####################
30#####################################################
31proxyPanel_useProxy=Use a proxy
32proxyPanel_address=Address/port
33proxyPanel_credentials=Login/Password
34
35#####################################################
36################## Preferences ######################
37#####################################################
38preferences_tabImage=Images
39preferences_imagesSize=Images size
40preferences_chunkSize=Chunks size (Mb)
41
42#####################################################
43############### Thumbnail viewer ####################
44#####################################################
45thumbviewer_loading=Loading thumbnails. Please wait...
46thumbviewer_close=Close
47thumbviewer_closeOthers=Close others
48thumbviewer_closeAll=Close all
49thumbviewer_addTag=Add tags
50thumbviewer_selectTag=Select tags :
51thumbviewer_deleteImage=Delete image
52thumbviewer_deleteImageConfirmation=Are you sure you want to delete this image ?
53
54#####################################################
55#################### Errors  ########################
56#####################################################
57sendingError=Error sending
58categoryCreationError=Error creating category
59emptyCommentError=Unable to send an empty comment
60addCommentError=Error adding the comment
61treeCreationError=Error creating categories tree
62commentListingError=Error getting comments
63imagesListingError=Error getting images
64configDefaultCreation=Error creating default configuration files
65preferencesCheckValues=Please check the values
66preferencesUnexpectedError=<html>An unexpected error happened. Preferences won't be updated</html>
67clippingError=Clipping does not work with zoom
68listingTagsError=Error while getting tags
69addingTagsError=Error while adding tags
70proxyError=Error... Please check the proxy informations
71connectionRefusedError=Error... Connection refused. Check proxy informations
72alreadySendingError=The application is already sending files. Please wait before sending other files.
73wrongChunkSizeError=The chunk size in the preferences menu is wrong.
74unexpectedSendingError=<html><center>Unexpected error while sending images. The images will probably not be created.<br/>Affected images are :</center><ul>%s</ul></html>
75fileAlreadyExistsError=<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>
76deletingCategoryError=Unexpected error while deleting the category
77deletingImageError=Unexpected error while deleting the image
78
79#####################################################
80#################### Success ########################
81#####################################################
82sendingSuccess=Sending success
83
84#####################################################
85#################### Categories######################
86#####################################################
87categories_add=Add a category
88categories_update=Refresh
89categories_enterName=Fill the category name
90categories_delete=Delete
91categories_confirmationDelete=Are you sure you want to delete this category ?
92
93
94#####################################################
95############### Connection dialog ###################
96#####################################################
97connexionDialog_urlSite=Site url
98connexionDialog_login=Login
99connexionDialog_pass=Password
100connexionDialog_emptyField=You must fill all field
101connexionDialog_connexionError=<html><center>Error<br/>Check the fields<br/>(The url must contain "http://")</center></html>
102connexionDialog_sauvegarder=Save informations
103connexionDialog_proxyAuthError=Proxy authentication error. Check the parameters
104
105#####################################################
106################ Images browser #####################
107#####################################################
108imageBrowser_file=File
109imageBrowser_display=Display
110imageBrowser_image=Image
111imageBrowser_save=Save as
112imageBrowser_print=Print
113imageBrowser_close=Close
114imageBrowser_zoomPlus=Zoom +
115imageBrowser_zoomMoins=Zoom -
116imageBrowser_zoomNormal=Original size
117imageBrowser_flipH=Horizontal flip
118imageBrowser_flipV=Vertical flip
119imageBrowser_rotationL=Rotate to left
120imageBrowser_rotationR=Rotate to right
121
122#####################################################
123################ Dialog privacy #####################
124#####################################################
125dialogPrivacy_remember=Remember my choice
126dialogPrivacy_choosePrivacy=Choose a privacy level
127dialogPrivacy_none=All
128dialogPrivacy_contacts=Contacts
129dialogPrivacy_friends=Friends
130dialogPrivacy_family=Family
131dialogPrivacy_admin=Admin
Note: See TracBrowser for help on using the repository browser.