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

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

Feature :
Adds the ui to add tags. It's done in the thumbnail viewer (right click on the thumbnail)

File size: 3.6 KB
Line 
1#####################################################
2#################### General ########################
3#####################################################
4error=Error
5welcomeMessage=Welcome to Jiwigo
6version=0.13
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
23
24#####################################################
25################## Preferences ######################
26#####################################################
27preferences_tabImage=Images
28preferences_imagesSize=Images size
29preferences_chunkSize=Chunks size (Mb)
30
31#####################################################
32############### Thumbnail viewer ####################
33#####################################################
34thumbviewer_loading=Loading thumbnails. Please wait...
35thumbviewer_close=Close
36thumbviewer_closeOthers=Close others
37thumbviewer_closeAll=Close all
38thumbviewer_addTag=Add tags
39thumbviewer_selectTag=Select tags :
40
41#####################################################
42#################### Errors  ########################
43#####################################################
44sendingError=Error sending
45categoryCreationError=Error creating category
46emptyCommentError=Unable to send an empty comment
47addCommentError=Error adding the comment
48treeCreationError=Error creating categories tree
49commentListingError=Error getting comments
50imagesListingError=Error getting images
51configDefaultCreation=Error creating default configuration files
52preferencesCheckValues=Please check the values
53preferencesUnexpectedError=<html>An unexpected error happened. Preferences won't be updated</html>
54clippingError=Clipping does not work with zoom
55listingTagsError=Error while getting tags
56addingTagsError=Error while adding tags
57
58#####################################################
59#################### Success ########################
60#####################################################
61sendingSuccess=Sending success
62
63#####################################################
64#################### Categories######################
65#####################################################
66categories_add=Add a category
67categories_update=Refresh
68categories_enterName=Fill the category name
69
70
71#####################################################
72############### Connection dialog ###################
73#####################################################
74connexionDialog_urlSite=Site url
75connexionDialog_login=Login
76connexionDialog_pass=Password
77connexionDialog_emptyField=You must fill all field
78connexionDialog_connexionError=<html><center>Error<br/>Check the fields<br/>(The url must contain "http://")</center></html>
79connexionDialog_sauvegarder=<html><center>Save informations.<br/> <u>Warning</u> This informations <br/>are not encrypted</center></html>
80
81#####################################################
82################ Images browser #####################
83#####################################################
84imageBrowser_file=File
85imageBrowser_display=Display
86imageBrowser_image=Image
87imageBrowser_save=Save as
88imageBrowser_print=Print
89imageBrowser_close=Close
90imageBrowser_zoomPlus=Zoom +
91imageBrowser_zoomMoins=Zoom -
92imageBrowser_zoomNormal=Original size
93imageBrowser_flipH=Horizontal flip
94imageBrowser_flipV=Vertical flip
95imageBrowser_rotationL=Rotate to left
96imageBrowser_rotationR=Rotate to right
Note: See TracBrowser for help on using the repository browser.