mirror of
https://github.com/reactos/reactos.git
synced 2025-06-01 23:48:12 +00:00
Some Catalan translations by Marc Tormo i Bochaca (mtbochaca AT ya DOT com)
See issue #2831 for more details. svn path=/trunk/; revision=30562
This commit is contained in:
parent
ab4e7b1729
commit
638f3da863
4 changed files with 38 additions and 0 deletions
15
reactos/base/applications/logoff/lang/ca-CA.rc
Normal file
15
reactos/base/applications/logoff/lang/ca-CA.rc
Normal file
|
@ -0,0 +1,15 @@
|
|||
LANGUAGE LANG_CATALAN, SUBLANG_DEFAULT
|
||||
|
||||
STRINGTABLE DISCARDABLE
|
||||
{
|
||||
|
||||
IDS_USAGE, "Finalitza una sessió.\n\n\
|
||||
/v\t\tMostra informació en quant a les accions dutes a terme.\n\
|
||||
/?\t\tMostra aquesta informació.\n\n"
|
||||
|
||||
IDS_LOGOFF_REMOTE, "Finalitzant sessió en un equip remot."
|
||||
IDS_LOGOFF_LOCAL, "Finalitzant la sessió actual en aquesta equip."
|
||||
|
||||
IDS_ILLEGAL_PARAM, "Parametre(s) no vàlid(s)\n"
|
||||
}
|
||||
/* EOF */
|
|
@ -2,6 +2,7 @@
|
|||
#include "resource.h"
|
||||
|
||||
#include "lang/bg-BG.rc"
|
||||
#include "lang/ca-CA.rc"
|
||||
#include "lang/de-DE.rc"
|
||||
#include "lang/en-US.rc"
|
||||
#include "lang/fr-FR.rc"
|
||||
|
|
21
reactos/base/applications/mmc/lang/ca-CA.rc
Normal file
21
reactos/base/applications/mmc/lang/ca-CA.rc
Normal file
|
@ -0,0 +1,21 @@
|
|||
LANGUAGE LANG_CATALAN, SUBLANG_DEFAULT
|
||||
|
||||
IDM_CONSOLEROOT MENU DISCARDABLE
|
||||
BEGIN
|
||||
POPUP "&Fitxer"
|
||||
BEGIN
|
||||
MENUITEM SEPARATOR
|
||||
MENUITEM "&Sortida\tAlt+F4", ID_FILE_EXIT
|
||||
END
|
||||
|
||||
POPUP "&Ajuda"
|
||||
BEGIN
|
||||
MENUITEM "&En quant a Consola d'administracio de ReactOS...", ID_HELP_ABOUT
|
||||
END
|
||||
END
|
||||
|
||||
STRINGTABLE DISCARDABLE
|
||||
BEGIN
|
||||
IDS_APPTITLE "Consola d'administracio de ReactOS"
|
||||
IDS_CONSOLETITLE "Consola%1!u!"
|
||||
END
|
|
@ -3,6 +3,7 @@
|
|||
#include "resource.h"
|
||||
|
||||
#include "lang/bg-BG.rc"
|
||||
#include "lang/ca-CA.rc"
|
||||
#include "lang/de-DE.rc"
|
||||
#include "lang/en-US.rc"
|
||||
#include "lang/fr-FR.rc"
|
||||
|
|
Loading…
Reference in a new issue