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

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

New feature : management of the privacy level ;
feature:0001888
Moved ImagesManagement from ui to transverse

File size: 4.1 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
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
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>
81connexionDialog_sauvegarder=<html><center>Save informations.<br/> <u>Warning</u> This informations <br/>are not encrypted</center></html>
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
99
100#####################################################
101################ Dialog privacy #####################
102#####################################################
103dialogPrivacy_remember=Remember my choice
104dialogPrivacy_choosePrivacy=Choose a privacy level
105dialogPrivacy_none=All
106dialogPrivacy_contacts=Contacts
107dialogPrivacy_friends=Friends
108dialogPrivacy_family=Family
109dialogPrivacy_admin=Admin
Note: See TracBrowser for help on using the repository browser.