Ignore:
Timestamp:
Sep 20, 2010, 8:51:41 PM (14 years ago)
Author:
mlg
Message:

Translation of the comments
French -> English

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/jiwigo/trunk/src/main/java/fr/mael/jiwigo/ui/mainframe/PreferencesDialog.java

    r6831 r6980  
    6161
    6262    /**
    63      * Les onglets
     63     * the tabs
    6464     */
    6565    private JTabbedPane tabPane;
    6666
    6767    /**
    68      * l'onglet de gestion des preferences des images
     68     * preferences of the images tab
    6969     */
    7070    private JPanel panelImage;
    7171
    7272    /**
    73      * largeur des images
     73     * width of the images
    7474     */
    7575    private JTextField fieldWidth;
    7676
    7777    /**
    78      * hauteur des images
     78     * height of the images
    7979     */
    8080    private JTextField fieldHeight;
    8181
    8282    /**
    83      * taille des morceaux
     83     * size of the chunks
    8484     */
    8585    private JTextField fieldChunkSize;
     
    101101
    102102    /**
    103      * bouton d'enregistrement des preferences
     103     * save the preferences
    104104     */
    105105    private JButton boutonOk = new JButton("Ok");
    106106
    107107    /**
    108      * panel contenant les boutons
     108     * panel that contains the buttons
    109109     */
    110110    private JPanel panelBoutons;
    111111
    112112    /**
    113      * bouton pour annuler
     113     * bouton to cancel
    114114     */
    115115    private JButton boutonAnnuler;
    116116
    117117    /**
    118      * Constructeur
     118     * Constructor
    119119     * @param parent frame parent
    120120     */
Note: See TracChangeset for help on using the changeset viewer.