Sweden-Number/programs/wordpad/Fr.rc

234 lines
8.1 KiB
Plaintext
Raw Normal View History

2006-02-16 12:18:17 +01:00
/*
* Copyright 2006 by Jonathan Ernst
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* License as published by the Free Software Foundation; either
* version 2.1 of the License, or (at your option) any later version.
*
* This library is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
* Lesser General Public License for more details.
*
* You should have received a copy of the GNU Lesser General Public
* License along with this library; if not, write to the Free Software
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
2006-02-16 12:18:17 +01:00
*/
LANGUAGE LANG_FRENCH, SUBLANG_NEUTRAL
MAINMENU MENU DISCARDABLE
BEGIN
POPUP "&Fichier"
BEGIN
2006-07-12 14:08:47 +02:00
MENUITEM "&Nouveau\tCtrl+N", ID_FILE_NEW
MENUITEM "&Ouvrir...\tCtrl+O", ID_FILE_OPEN
2007-05-31 15:38:51 +02:00
MENUITEM "&Enregistrer\tCtrl+S", ID_FILE_SAVE
MENUITEM "Enregistrer &sous...", ID_FILE_SAVEAS
2006-02-16 12:18:17 +01:00
MENUITEM SEPARATOR
2007-08-23 01:36:29 +02:00
MENUITEM "&Print . . .\tCtrl+P", ID_PRINT
MENUITEM "Print previe&w . . .", ID_PREVIEW
2007-08-23 01:38:08 +02:00
MENUITEM "Page setup . . .", ID_PRINTSETUP
2007-08-23 01:36:29 +02:00
MENUITEM SEPARATOR
2006-02-16 12:18:17 +01:00
MENUITEM "&Quitter", ID_FILE_EXIT
END
POPUP "<22>&dition"
2006-02-16 12:18:17 +01:00
BEGIN
MENUITEM "&Annuler\tCtrl+Z", ID_EDIT_UNDO
2007-08-26 15:01:44 +02:00
MENUITEM "R<>&p<>ter\tCtrl+Y", ID_EDIT_REDO
2006-02-16 12:18:17 +01:00
MENUITEM SEPARATOR
MENUITEM "&Couper\tCtrl+X", ID_EDIT_CUT
MENUITEM "Co&pier\tCtrl+C", ID_EDIT_COPY
MENUITEM "C&oller\tCtrl+V", ID_EDIT_PASTE
MENUITEM "&Effacer\tDel", ID_EDIT_CLEAR
MENUITEM "&S<>lectionner tout\tCtrl+A", ID_EDIT_SELECTALL
2006-02-16 12:18:17 +01:00
MENUITEM SEPARATOR
2007-07-18 15:41:33 +02:00
MENUITEM "&Find . . .\tCrtl+F", ID_FIND
MENUITEM "Find &next\tF3", ID_FIND_NEXT
2007-08-26 15:01:44 +02:00
MENUITEM "&Replace . . .\tCtrl+H", ID_REPLACE
2007-07-18 15:41:33 +02:00
MENUITEM SEPARATOR
2006-02-16 12:18:17 +01:00
MENUITEM "Lecture-&seule", ID_EDIT_READONLY
MENUITEM "&Modifi<66>", ID_EDIT_MODIFIED
2006-02-16 12:18:17 +01:00
MENUITEM SEPARATOR
POPUP "&Avanc<6E>s"
2006-02-16 12:18:17 +01:00
BEGIN
MENUITEM "&Information s<>lection", ID_EDIT_SELECTIONINFO
MENUITEM "&Format caract<63>res", ID_EDIT_CHARFORMAT
MENUITEM "&D<>f. format car.", ID_EDIT_DEFCHARFORMAT
2006-02-16 12:18:17 +01:00
MENUITEM "Format paragrap&he", ID_EDIT_PARAFORMAT
MENUITEM "&Recevoir texte", ID_EDIT_GETTEXT
END
END
POPUP "&Affichage"
2007-06-06 11:10:47 +02:00
BEGIN
MENUITEM "&Barre d'outils", ID_TOGGLE_TOOLBAR
MENUITEM "&Barre de format", ID_TOGGLE_FORMATBAR
MENUITEM "&Barre d'<27>tat", ID_TOGGLE_STATUSBAR
2007-08-23 15:08:41 +02:00
MENUITEM SEPARATOR
MENUITEM "&Options . . .", ID_VIEWPROPERTIES
2007-06-06 11:10:47 +02:00
END
2007-07-18 15:50:21 +02:00
POPUP "&Insert"
BEGIN
MENUITEM "&Date and time . . .", ID_DATETIME
END
POPUP "Forma&t"
2006-02-16 12:18:17 +01:00
BEGIN
2007-08-25 16:54:02 +02:00
MENUITEM "&Font . . .", ID_FONTSETTINGS
2007-07-20 18:38:08 +02:00
MENUITEM "&Bullet points" ID_BULLET
2007-08-23 01:15:17 +02:00
MENUITEM "&Paragraph . . ." ID_PARAFORMAT
2007-08-23 01:27:50 +02:00
MENUITEM "&Tabs . . ." ID_TABSTOPS
2006-02-16 12:18:17 +01:00
POPUP "&Fond"
BEGIN
MENUITEM "&Syst<73>me\tCtrl+1", ID_BACK_1
MENUITEM "&Jaunasse\tCtrl+2", ID_BACK_2
2006-02-16 12:18:17 +01:00
END
END
2007-08-23 15:05:40 +02:00
POPUP "&Help"
BEGIN
MENUITEM "&About Wine Wordpad" ID_ABOUT
END
2006-02-16 12:18:17 +01:00
END
2007-08-23 15:05:23 +02:00
IDM_POPUP MENU DISCARDABLE
BEGIN
POPUP ""
BEGIN
MENUITEM "&Couper", ID_EDIT_CUT
MENUITEM "Co&pier", ID_EDIT_COPY
MENUITEM "C&oller", ID_EDIT_PASTE
MENUITEM SEPARATOR
MENUITEM "&Bullet points" ID_BULLET
MENUITEM "&Paragraph . . ." ID_PARAFORMAT
END
END
2007-07-18 15:50:21 +02:00
IDD_DATETIME DIALOG DISCARDABLE 30, 20, 130, 80
STYLE DS_MODALFRAME | WS_CAPTION | WS_SYSMENU
CAPTION "Date and time"
FONT 10, "MS Sans Serif"
BEGIN
LTEXT "Available formats",0,3,2,100,15
LISTBOX IDC_DATETIME,3,12,80,65,LBS_NOINTEGRALHEIGHT
PUSHBUTTON "&OK",IDOK,87,12,40,12
PUSHBUTTON "&Cancel",IDCANCEL,87,26,40,12
END
IDD_NEWFILE DIALOG DISCARDABLE 30, 20, 140, 80
STYLE DS_MODALFRAME | WS_CAPTION | WS_SYSMENU
CAPTION "New"
FONT 10, "MS Sans Serif"
BEGIN
LTEXT "New document type",0,3,2,100,15
LISTBOX IDC_NEWFILE,3,12,90,65,LBS_NOINTEGRALHEIGHT
PUSHBUTTON "&OK",IDOK,97,12,40,12
PUSHBUTTON "&Cancel",IDCANCEL,97,26,40,12
END
2007-08-23 01:15:17 +02:00
IDD_PARAFORMAT DIALOG DISCARDABLE 30, 20, 200, 110
STYLE DS_MODALFRAME | WS_CAPTION | WS_SYSMENU
Caption "Paragraph format"
FONT 8, "MS Shell Dlg"
BEGIN
GROUPBOX "Indentation", 0, 10, 10, 120, 68
LTEXT "Left", 0, 15, 22, 40, 13
EDITTEXT IDC_PARA_LEFT, 55, 20, 60, 13
LTEXT "Right", 0, 15, 40, 40, 13
EDITTEXT IDC_PARA_RIGHT, 55, 38, 60, 13
LTEXT "First line", 0, 15, 58, 40, 13
EDITTEXT IDC_PARA_FIRST, 55, 56, 60, 13
LTEXT "Alignment", 0, 15, 87, 40, 13
COMBOBOX IDC_PARA_ALIGN, 55, 85, 60, 13, CBS_DROPDOWNLIST
PUSHBUTTON "&OK", IDOK, 137, 15, 50, 15
PUSHBUTTON "&Cancel", IDCANCEL, 137, 33, 50, 15
END
2007-08-23 01:27:50 +02:00
IDD_TABSTOPS DIALOG DISCARDABLE 30, 20, 200, 110
STYLE DS_MODALFRAME | WS_CAPTION | WS_SYSMENU
Caption "Tabs"
FONT 8, "MS SHell DLg"
BEGIN
GROUPBOX "Tab stops", 0, 10, 10, 120, 90
COMBOBOX IDC_TABSTOPS, 20, 20, 100, 60, CBS_SIMPLE | CBS_SORT
DEFPUSHBUTTON "&Add", ID_TAB_ADD, 20, 80, 45, 15
PUSHBUTTON "&Remove", ID_TAB_DEL, 72, 80, 45, 15
PUSHBUTTON "&OK", IDOK, 137, 15, 50, 15
PUSHBUTTON "&Cancel", IDCANCEL, 137, 33, 50, 15
PUSHBUTTON "Remove al&l", ID_TAB_EMPTY, 137, 51, 50, 15
END
2007-08-23 15:08:41 +02:00
IDD_FORMATOPTS DIALOG DISCARDABLE 0, 0, 280, 110
STYLE DS_SYSMODAL
Caption ""
FONT 8, "MS Shell Dlg"
BEGIN
GROUPBOX "Line wrapping", 0, 10, 10, 130, 85
RADIOBUTTON "Wrap text by the &window border", IDC_PAGEFMT_WW, 18, 25, 117, 15
RADIOBUTTON "Wrap text by the &margin", IDC_PAGEFMT_WM, 18, 45, 117, 15
GROUPBOX "Toolbars", 0, 150, 10, 120, 85
CHECKBOX "&Toolbar", IDC_PAGEFMT_TB, 160, 20, 80, 15
CHECKBOX "&Formatbar", IDC_PAGEFMT_FB, 160, 38, 80, 15
CHECKBOX "&Statusbar", IDC_PAGEFMT_SB, 160, 56, 80, 15
LTEXT "", IDC_PAGEFMT_ID, 0,0,0,0
END
2007-07-18 15:50:21 +02:00
STRINGTABLE DISCARDABLE
BEGIN
STRING_RICHTEXT_FILES_RTF, "Rich text format (*.rtf)"
STRING_TEXT_FILES_TXT, "Text documents (*.txt)"
STRING_TEXT_FILES_UNICODE_TXT, "Unicode text document (*.txt)"
STRING_ALL_FILES, "All documents (*.*)"
2007-07-18 15:50:21 +02:00
END
2007-08-23 01:15:17 +02:00
STRINGTABLE DISCARDABLE
BEGIN
STRING_ALIGN_LEFT, "Left"
STRING_ALIGN_RIGHT, "Right"
STRING_ALIGN_CENTER, "Center"
END
STRINGTABLE DISCARDABLE
BEGIN
STRING_NEWFILE_RICHTEXT, "Rich text document"
STRING_NEWFILE_TXT, "Text document"
STRING_NEWFILE_TXT_UNICODE, "Unicode text document"
END
2007-08-23 01:15:17 +02:00
STRINGTABLE DISCARDABLE
BEGIN
2007-08-23 01:36:29 +02:00
STRING_PRINTER_FILES_PRN, "Printer files (*.PRN)"
END
2007-08-23 15:08:41 +02:00
STRINGTABLE DISCARDABLE
BEGIN
STRING_VIEWPROPS_TITLE, "Options"
STRING_VIEWPROPS_TEXT, "Text"
STRING_VIEWPROPS_RICHTEXT, "Rich text"
END
STRINGTABLE DISCARDABLE
BEGIN
STRING_PREVIEW_PRINT, "Print"
STRING_PREVIEW_NEXTPAGE, "Next page"
STRING_PREVIEW_PREVPAGE, "Previous page"
STRING_PREVIEW_CLOSE, "Close"
END
2007-08-23 01:36:29 +02:00
STRINGTABLE DISCARDABLE
BEGIN
STRING_UNITS_CM, "cm"
2007-08-23 01:15:17 +02:00
END
STRINGTABLE DISCARDABLE
BEGIN
STRING_DEFAULT_FILENAME, "Document"
STRING_PROMPT_SAVE_CHANGES, "Save changes to '%s'?"
2007-07-18 15:41:33 +02:00
STRING_SEARCH_FINISHED, "Finished searching the document."
STRING_LOAD_RICHED_FAILED, "Failed to load the RichEdit library."
STRING_SAVE_LOSEFORMATTING, "You have chosen to save in plain text format, " \
"which will cause all formatting to be lost. " \
"Are you sure that you wish to do this?"
2007-08-23 01:15:17 +02:00
STRING_INVALID_NUMBER, "Invalid number format"
STRING_OLE_STORAGE_NOT_SUPPORTED, "OLE storage documents are not supported"
END