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

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

New feature : research
Add a research functionnality : it's juste a field on the bottom right of the main frame. To make a research, the user have to type text in that field and press enter. It opens a new tab. A new tab is opened for each research. The tab contains the query string.

File size: 3.7 KB
RevLine 
[6831]1#####################################################
2#################### General ########################
3#####################################################
4error=Error
5welcomeMessage=Welcome to Jiwigo
[6968]6version=0.13
[6831]7commentaires=Comments
8loading=Loading...
9titleBrowser=Jiwigo :: Files browser
10cancel=Cancel
[6833]11hits=Hits
12loadingOk=Loading ok
[6958]13info=Info
[6831]14
15#####################################################
16################### Main Frame ######################
17#####################################################
18mainFrame_editionMenu=Edition
19mainFrame_preferencesMenu=Preferences
[6840]20mainFrame_resizing=Resizing for
21mainFrame_addMetadata=Adding metadata for
22mainFrame_sendingFiles=Sending files for
[6972]23mainFrame_recherche=Search...
24mainFrame_search=Research for
[6831]25
26#####################################################
27################## Preferences ######################
28#####################################################
29preferences_tabImage=Images
30preferences_imagesSize=Images size
31preferences_chunkSize=Chunks size (Mb)
32
[6833]33#####################################################
34############### Thumbnail viewer ####################
35#####################################################
36thumbviewer_loading=Loading thumbnails. Please wait...
[6958]37thumbviewer_close=Close
38thumbviewer_closeOthers=Close others
39thumbviewer_closeAll=Close all
[6968]40thumbviewer_addTag=Add tags
41thumbviewer_selectTag=Select tags :
[6831]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>
[6958]56clippingError=Clipping does not work with zoom
[6968]57listingTagsError=Error while getting tags
58addingTagsError=Error while adding tags
[6831]59
60#####################################################
61#################### Success ########################
62#####################################################
63sendingSuccess=Sending success
64
65#####################################################
66#################### Categories######################
67#####################################################
68categories_add=Add a category
69categories_update=Refresh
70categories_enterName=Fill the category name
71
72
73#####################################################
74############### Connection dialog ###################
75#####################################################
76connexionDialog_urlSite=Site url
77connexionDialog_login=Login
78connexionDialog_pass=Password
79connexionDialog_emptyField=You must fill all field
80connexionDialog_connexionError=<html><center>Error<br/>Check the fields<br/>(The url must contain "http://")</center></html>
[6842]81connexionDialog_sauvegarder=<html><center>Save informations.<br/> <u>Warning</u> This informations <br/>are not encrypted</center></html>
[6831]82
83#####################################################
84################ Images browser #####################
85#####################################################
86imageBrowser_file=File
87imageBrowser_display=Display
88imageBrowser_image=Image
89imageBrowser_save=Save as
90imageBrowser_print=Print
91imageBrowser_close=Close
92imageBrowser_zoomPlus=Zoom +
93imageBrowser_zoomMoins=Zoom -
94imageBrowser_zoomNormal=Original size
95imageBrowser_flipH=Horizontal flip
96imageBrowser_flipV=Vertical flip
97imageBrowser_rotationL=Rotate to left
98imageBrowser_rotationR=Rotate to right
Note: See TracBrowser for help on using the repository browser.