mirror of
https://github.com/reactos/reactos.git
synced 2025-02-22 08:25:03 +00:00
Recode rosapps French files from UTF-8 to CP-1252.
svn path=/trunk/; revision=39823
This commit is contained in:
parent
730cfa49a0
commit
36586bfb83
4 changed files with 8 additions and 11 deletions
|
@ -27,14 +27,14 @@ BEGIN
|
||||||
BEGIN
|
BEGIN
|
||||||
MENUITEM "Quitter\tAlt-F4", ID_EDIT_EXIT
|
MENUITEM "Quitter\tAlt-F4", ID_EDIT_EXIT
|
||||||
END
|
END
|
||||||
POPUP "&Édition"
|
POPUP "&Édition"
|
||||||
BEGIN
|
BEGIN
|
||||||
MENUITEM "&Copier\tCtrl+C", ID_EDIT_COPY, GRAYED
|
MENUITEM "&Copier\tCtrl+C", ID_EDIT_COPY, GRAYED
|
||||||
MENUITEM "&Rafraîchir\tF5", ID_EDIT_REFRESH
|
MENUITEM "&Rafraîchir\tF5", ID_EDIT_REFRESH
|
||||||
END
|
END
|
||||||
POPUP "&Options"
|
POPUP "&Options"
|
||||||
BEGIN
|
BEGIN
|
||||||
MENUITEM "Taux de &rafraîchissement...", ID_OPTIONS_REFRESH_RATE, GRAYED
|
MENUITEM "Taux de &rafraîchissement...", ID_OPTIONS_REFRESH_RATE, GRAYED
|
||||||
END
|
END
|
||||||
POPUP "Aide"
|
POPUP "Aide"
|
||||||
BEGIN
|
BEGIN
|
||||||
|
|
|
@ -3,5 +3,5 @@ LANGUAGE LANG_FRENCH, SUBLANG_NEUTRAL
|
||||||
STRINGTABLE DISCARDABLE
|
STRINGTABLE DISCARDABLE
|
||||||
BEGIN
|
BEGIN
|
||||||
IDS_DESCRIPTION "Cercles"
|
IDS_DESCRIPTION "Cercles"
|
||||||
IDS_TEXT "Il n'y a aucune option à définir."
|
IDS_TEXT "Il n'y a aucune option à définir."
|
||||||
END
|
END
|
||||||
|
|
|
@ -2,7 +2,7 @@ LANGUAGE LANG_FRENCH, SUBLANG_NEUTRAL
|
||||||
|
|
||||||
STRINGTABLE DISCARDABLE
|
STRINGTABLE DISCARDABLE
|
||||||
BEGIN
|
BEGIN
|
||||||
IDS_DESCRIPTION "Écran de veille labyrinthe"
|
IDS_DESCRIPTION "Écran de veille labyrinthe"
|
||||||
IDS_TITLE "À propos de"
|
IDS_TITLE "À propos de"
|
||||||
IDS_TEXT "Il n'y a aucune option à définir."
|
IDS_TEXT "Il n'y a aucune option à définir."
|
||||||
END
|
END
|
||||||
|
|
|
@ -17,13 +17,10 @@
|
||||||
* License along with this library; if not, write to the Free Software
|
* License along with this library; if not, write to the Free Software
|
||||||
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
|
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
|
||||||
*/
|
*/
|
||||||
#pragma code_page(65001)
|
|
||||||
|
|
||||||
LANGUAGE LANG_FRENCH, SUBLANG_NEUTRAL
|
LANGUAGE LANG_FRENCH, SUBLANG_NEUTRAL
|
||||||
|
|
||||||
STRINGTABLE
|
STRINGTABLE
|
||||||
{
|
{
|
||||||
IDS_FAILED, "Wordpad n'a pas pu être démarré"
|
IDS_FAILED, "Wordpad n'a pas pu être démarré"
|
||||||
}
|
}
|
||||||
|
|
||||||
#pragma code_page(default)
|
|
||||||
|
|
Loading…
Reference in a new issue