mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 19:26:32 +00:00
- part 1/2
- add french translation for logoff by Pierre Schweitzer (heis_spiter at hotmail dot com) - also add german translation See issue #2588 for more details. svn path=/trunk/; revision=28489
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
LANGUAGE LANG_GERMAN, SUBLANG_DEFAULT
|
||||
|
||||
STRINGTABLE DISCARDABLE
|
||||
{
|
||||
|
||||
IDS_USAGE, "Beendet eine Sitzung.\n\n\
|
||||
/v\t\tZeigt Informationen zu den Aktionen an, die gerade ausgeführt werden.\n\
|
||||
/?\t\tZeigt diese Informationen an.\n\n"
|
||||
|
||||
IDS_LOGOFF_REMOTE, "Beendet eine Siztung auf einem Server."
|
||||
IDS_LOGOFF_LOCAL, "Beendet eine Sitzung auf dem aktuellen Server."
|
||||
|
||||
IDS_ILLEGAL_PARAM, "Ungültige(r) Parameter\n"
|
||||
}
|
||||
/* EOF */
|
||||
@@ -0,0 +1,15 @@
|
||||
LANGUAGE LANG_FRENCH, SUBLANG_NEUTRAL
|
||||
|
||||
STRINGTABLE DISCARDABLE
|
||||
{
|
||||
|
||||
IDS_USAGE, "Termine une session.\n\n\
|
||||
/v\t\tAffiche des informations sur les actions réalisées.\n\
|
||||
/?\t\tAffiche ces informations.\n\n"
|
||||
|
||||
IDS_LOGOFF_REMOTE, "Termine une session sur une machine distante."
|
||||
IDS_LOGOFF_LOCAL, "Termine la session courante sur cette machine."
|
||||
|
||||
IDS_ILLEGAL_PARAM, "Paramètre(s) invalide(s)\n"
|
||||
}
|
||||
/* EOF */
|
||||
@@ -1,5 +1,7 @@
|
||||
#include <windows.h>
|
||||
#include "resource.h"
|
||||
|
||||
#include "lang/de-DE.rc"
|
||||
#include "lang/en-US.rc"
|
||||
#include "lang/fr-FR.rc"
|
||||
#include "lang/nb-NO.rc"
|
||||
|
||||
Reference in New Issue
Block a user