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

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

Changement in the file browsing
Jiwigo does not browse the user directory on startup (memory consumption is limited while the user does not use the file browser to search images).

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