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

Last change on this file since 7223 was 7223, checked in by mlg, 14 years ago

bug correction
is now impossible to add files if the application is already sending photos.
feature:0001887

File size: 4.2 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
14
15#####################################################
16################### Main Frame ######################
17#####################################################
18mainFrame_editionMenu=Edition
19mainFrame_preferencesMenu=Preferences
20mainFrame_resizing=Resizing for
21mainFrame_addMetadata=Adding metadata for
22mainFrame_sendingFiles=Sending files for
23mainFrame_recherche=Search...
24mainFrame_search=Research for
25
26#####################################################
27################## Preferences ######################
28#####################################################
29preferences_tabImage=Images
30preferences_imagesSize=Images size
31preferences_chunkSize=Chunks size (Mb)
32
33#####################################################
34############### Thumbnail viewer ####################
35#####################################################
36thumbviewer_loading=Loading thumbnails. Please wait...
37thumbviewer_close=Close
38thumbviewer_closeOthers=Close others
39thumbviewer_closeAll=Close all
40thumbviewer_addTag=Add tags
41thumbviewer_selectTag=Select tags :
42
43#####################################################
44#################### Errors  ########################
45#####################################################
46sendingError=Error sending
47categoryCreationError=Error creating category
48emptyCommentError=Unable to send an empty comment
49addCommentError=Error adding the comment
50treeCreationError=Error creating categories tree
51commentListingError=Error getting comments
52imagesListingError=Error getting images
53configDefaultCreation=Error creating default configuration files
54preferencesCheckValues=Please check the values
55preferencesUnexpectedError=<html>An unexpected error happened. Preferences won't be updated</html>
56clippingError=Clipping does not work with zoom
57listingTagsError=Error while getting tags
58addingTagsError=Error while adding tags
59alreadySendingError=The application is already sending files. Please wait before sending other files.
60
61#####################################################
62#################### Success ########################
63#####################################################
64sendingSuccess=Sending success
65
66#####################################################
67#################### Categories######################
68#####################################################
69categories_add=Add a category
70categories_update=Refresh
71categories_enterName=Fill the category name
72
73
74#####################################################
75############### Connection dialog ###################
76#####################################################
77connexionDialog_urlSite=Site url
78connexionDialog_login=Login
79connexionDialog_pass=Password
80connexionDialog_emptyField=You must fill all field
81connexionDialog_connexionError=<html><center>Error<br/>Check the fields<br/>(The url must contain "http://")</center></html>
82connexionDialog_sauvegarder=<html><center>Save informations.<br/> <u>Warning</u> This informations <br/>are not encrypted</center></html>
83
84#####################################################
85################ Images browser #####################
86#####################################################
87imageBrowser_file=File
88imageBrowser_display=Display
89imageBrowser_image=Image
90imageBrowser_save=Save as
91imageBrowser_print=Print
92imageBrowser_close=Close
93imageBrowser_zoomPlus=Zoom +
94imageBrowser_zoomMoins=Zoom -
95imageBrowser_zoomNormal=Original size
96imageBrowser_flipH=Horizontal flip
97imageBrowser_flipV=Vertical flip
98imageBrowser_rotationL=Rotate to left
99imageBrowser_rotationR=Rotate to right
100
101#####################################################
102################ Dialog privacy #####################
103#####################################################
104dialogPrivacy_remember=Remember my choice
105dialogPrivacy_choosePrivacy=Choose a privacy level
106dialogPrivacy_none=All
107dialogPrivacy_contacts=Contacts
108dialogPrivacy_friends=Friends
109dialogPrivacy_family=Family
110dialogPrivacy_admin=Admin
Note: See TracBrowser for help on using the repository browser.