jdk/src/share/demo/jfc/Notepad/resources/Notepad_fr.properties
changeset 2 90ce3da70b43
equal deleted inserted replaced
0:fd16c54261b3 2:90ce3da70b43
       
     1 #
       
     2 # Resource strings for Notepad example
       
     3 
       
     4 Title=Notepad
       
     5 
       
     6 # Menu labels
       
     7 fileLabel=Fichier
       
     8 openLabel=Ouvrir
       
     9 newLabel=Nouveau
       
    10 saveLabel=Sauver
       
    11 exitLabel=Quitter
       
    12 
       
    13 editLabel=Edition
       
    14 cutLabel=Couper
       
    15 copyLabel=Copier
       
    16 pasteLabel=Coller
       
    17