mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-08-31 12:23:31 +00:00
ggcom <[email protected]>
French translation (bug 1130) svn path=/trunk/; revision=20209
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
#include "resource.h"
|
||||
/*
|
||||
* Moved all hardcoded strings to En.rc.
|
||||
* By Magnus Olsen 2005 [email protected]
|
||||
*/
|
||||
|
||||
LANGUAGE LANG_FRENCH, SUBLANG_NEUTRAL
|
||||
STRINGTABLE DISCARDABLE
|
||||
{
|
||||
|
||||
IDS_Copy, "ReactOS Utilitaire de décompression de fichiers Version 1.0\n\
|
||||
Copyright Victor Schneider 1997\n\n\
|
||||
Utilisation : %s fichierd'entrée [fichierdesortie]\n"
|
||||
|
||||
IDS_FAILS "LZCopy a echoué : code de retourné : %ld\n"
|
||||
}
|
||||
@@ -1,4 +1,3 @@
|
||||
/* $Id$ */
|
||||
#include <windows.h>
|
||||
#define REACTOS_STR_FILE_DESCRIPTION "ReactOS File Expansion Utility Version 1.0 \0"
|
||||
#define REACTOS_STR_INTERNAL_NAME "expand\0"
|
||||
@@ -7,6 +6,7 @@
|
||||
|
||||
#include "En.rc"
|
||||
#include "De.rc"
|
||||
#include "Fr.rc"
|
||||
#include "Ja.rc"
|
||||
#include "Sv.rc"
|
||||
#include "Hu.rc"
|
||||
|
||||
Reference in New Issue
Block a user