mirror of
https://github.com/reactos/reactos.git
synced 2024-12-26 00:54:40 +00:00
svn path=/trunk/; revision=14562
This commit is contained in:
parent
02d3095664
commit
a16ba46cd2
5 changed files with 108 additions and 0 deletions
43
rosapps/packmgr/gui/de.rc
Normal file
43
rosapps/packmgr/gui/de.rc
Normal file
|
@ -0,0 +1,43 @@
|
|||
|
||||
LANGUAGE LANG_GERMAN, SUBLANG_GERMAN
|
||||
|
||||
/* Dialogs */
|
||||
IDD_OPTIONS DIALOG DISCARDABLE 0, 0, 180, 200
|
||||
STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
|
||||
CAPTION "Optionen"
|
||||
FONT 8, "MS Sans Serif"
|
||||
BEGIN
|
||||
LTEXT "Leider gibt es noch keine Optionen.", 0, 50, 95, 80, 8
|
||||
END
|
||||
|
||||
IDD_DOIT DIALOG DISCARDABLE 0, 0, 180, 100
|
||||
STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
|
||||
CAPTION "Performing Operations"
|
||||
FONT 8, "MS Sans Serif"
|
||||
BEGIN
|
||||
|
||||
CTEXT "{Status}", IDC_TSTATUS, 0, 10, 180, 8
|
||||
|
||||
CONTROL "", IDC_STATUS1, "msctls_progress32", PBS_SMOOTH, 20, 25, 140, 15
|
||||
|
||||
CONTROL "", IDC_STATUS2, "msctls_progress32", PBS_SMOOTH, 20, 45, 140, 15
|
||||
|
||||
PUSHBUTTON "Abort", IDC_CANCEL, 65, 70, 50, 14, WS_DISABLED
|
||||
END
|
||||
|
||||
IDR_POPUP MENU DISCARDABLE
|
||||
BEGIN
|
||||
POPUP "PopUp", MENUBARBREAK
|
||||
BEGIN
|
||||
MENUITEM "Keine Action", 1, GRAYED
|
||||
MENUITEM "Intallieren (empfohlen)", 2, GRAYED
|
||||
MENUITEM "Intallieren vom Quellcode", 3, GRAYED
|
||||
MENUITEM "Aktualisieren", 4, GRAYED
|
||||
MENUITEM "Deinstallieren", 5, GRAYED
|
||||
MENUITEM SEPARATOR
|
||||
MENUITEM "Optionen", 8
|
||||
MENUITEM SEPARATOR
|
||||
MENUITEM "DoIt", 6
|
||||
END
|
||||
END
|
||||
|
43
rosapps/packmgr/gui/es.rc
Normal file
43
rosapps/packmgr/gui/es.rc
Normal file
|
@ -0,0 +1,43 @@
|
|||
|
||||
LANGUAGE LANG_SPANISH, SUBLANG_NEUTRAL
|
||||
|
||||
/* Dialogs */
|
||||
IDD_OPTIONS DIALOG DISCARDABLE 0, 0, 180, 200
|
||||
STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
|
||||
CAPTION "Opciones"
|
||||
FONT 8, "MS Sans Serif"
|
||||
BEGIN
|
||||
LTEXT "Aún no hay opciones disponibles.", 0, 50, 95, 80, 8
|
||||
END
|
||||
|
||||
IDD_DOIT DIALOG DISCARDABLE 0, 0, 180, 100
|
||||
STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
|
||||
CAPTION "Realizando las operaciones"
|
||||
FONT 8, "MS Sans Serif"
|
||||
BEGIN
|
||||
|
||||
CTEXT "{Status}", IDC_TSTATUS, 0, 10, 180, 8
|
||||
|
||||
CONTROL "", IDC_STATUS1, "msctls_progress32", PBS_SMOOTH, 20, 25, 140, 15
|
||||
|
||||
CONTROL "", IDC_STATUS2, "msctls_progress32", PBS_SMOOTH, 20, 45, 140, 15
|
||||
|
||||
PUSHBUTTON "Abort", IDC_CANCEL, 65, 70, 50, 14, WS_DISABLED
|
||||
END
|
||||
|
||||
IDR_POPUP MENU DISCARDABLE
|
||||
BEGIN
|
||||
POPUP "PopUp", MENUBARBREAK
|
||||
BEGIN
|
||||
MENUITEM "Ninguna acción", 1, GRAYED
|
||||
MENUITEM "Instalar (recomendado)", 2, GRAYED
|
||||
MENUITEM "Instalar desde el código fuente", 3, GRAYED
|
||||
MENUITEM "Actualizar", 4, GRAYED
|
||||
MENUITEM "Desinstalar", 5, GRAYED
|
||||
MENUITEM SEPARATOR
|
||||
MENUITEM "Opciones", 8
|
||||
MENUITEM SEPARATOR
|
||||
MENUITEM "¡Hazlo!", 6
|
||||
END
|
||||
END
|
||||
|
|
@ -14,5 +14,7 @@
|
|||
/* Language specific */
|
||||
|
||||
#include "en.rc"
|
||||
#include "es.rc"
|
||||
#include "de.rc"
|
||||
|
||||
/* EOF */
|
||||
|
|
19
rosapps/packmgr/lib/es.rc
Normal file
19
rosapps/packmgr/lib/es.rc
Normal file
|
@ -0,0 +1,19 @@
|
|||
|
||||
LANGUAGE LANG_SPANISH, SUBLANG_NEUTRAL
|
||||
|
||||
/* String Tables */
|
||||
STRINGTABLE DISCARDABLE
|
||||
BEGIN
|
||||
IDS_LOAD "Cargando ..."
|
||||
ERR_OK "Operación completada."
|
||||
ERR_PACK "No todos los paquetes pudieron ser instalados\n\nPor favor, mira el archivo de log para más detalles."
|
||||
ERR_GENERIC "Ocurrió un error. \nPor favor, mira el archivo de log para más detalles."
|
||||
ERR_DOWNL "¡Un archivo necesario no pudo ser descargado!\nPor favor, mira el archivo de log para más detalles."
|
||||
ERR_FILE "Error durante la ejecución del Script.\nEl archivo no pudo abrirse."
|
||||
|
||||
ERR_SYNATX "Error durante la ejecución del Script.\nSintaxis errónea."
|
||||
ERR_CALL "Error durante la ejecución del Script.\nNo se pudo encontrar la función."
|
||||
ERR_PARAMETER "Error durante la ejecución del Script.\nParametro(s) erróneo."
|
||||
END
|
||||
|
||||
/* EOF */
|
|
@ -11,5 +11,6 @@
|
|||
/* Language specific */
|
||||
|
||||
#include "en.rc"
|
||||
#include "es.rc"
|
||||
|
||||
/* EOF */
|
||||
|
|
Loading…
Reference in a new issue