- 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:
Johannes Anderwald 2007-08-23 20:10:36 +00:00
parent 23b758b293
commit cd2bd2ad1e
3 changed files with 32 additions and 0 deletions

View file

@ -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 */

View file

@ -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 */

View file

@ -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"