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

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

New features

  • When clicking on a category, the category is opened in a tab. When clicking on the same category again, no tab is opened but the previously opened tab is shown. The user can close the tabs (close current tab, close others, close all).
  • Ability to clip the images. There are still some bugs (unable to clip the images when zooming, and the rectangle stays when changing the image).
File size: 3.5 KB
Line 
1#####################################################
2#################### General ########################
3#####################################################
4error=Error
5welcomeMessage=Welcome to Jiwigo
6version=0.11b
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
38
39#####################################################
40#################### Errors  ########################
41#####################################################
42sendingError=Error sending
43categoryCreationError=Error creating category
44emptyCommentError=Unable to send an empty comment
45addCommentError=Error adding the comment
46treeCreationError=Error creating categories tree
47commentListingError=Error getting comments
48imagesListingError=Error getting images
49configDefaultCreation=Error creating default configuration files
50preferencesCheckValues=Please check the values
51preferencesUnexpectedError=<html>An unexpected error happened. Preferences won't be updated</html>
52clippingError=Clipping does not work with zoom
53
54#####################################################
55#################### Success ########################
56#####################################################
57sendingSuccess=Sending success
58
59#####################################################
60#################### Categories######################
61#####################################################
62categories_add=Add a category
63categories_update=Refresh
64categories_enterName=Fill the category name
65
66
67#####################################################
68############### Connection dialog ###################
69#####################################################
70connexionDialog_urlSite=Site url
71connexionDialog_login=Login
72connexionDialog_pass=Password
73connexionDialog_emptyField=You must fill all field
74connexionDialog_connexionError=<html><center>Error<br/>Check the fields<br/>(The url must contain "http://")</center></html>
75connexionDialog_sauvegarder=<html><center>Save informations.<br/> <u>Warning</u> This informations <br/>are not encrypted</center></html>
76
77#####################################################
78################ Images browser #####################
79#####################################################
80imageBrowser_file=File
81imageBrowser_display=Display
82imageBrowser_image=Image
83imageBrowser_save=Save as
84imageBrowser_print=Print
85imageBrowser_close=Close
86imageBrowser_zoomPlus=Zoom +
87imageBrowser_zoomMoins=Zoom -
88imageBrowser_zoomNormal=Original size
89imageBrowser_flipH=Horizontal flip
90imageBrowser_flipV=Vertical flip
91imageBrowser_rotationL=Rotate to left
92imageBrowser_rotationR=Rotate to right
Note: See TracBrowser for help on using the repository browser.