home *** CD-ROM | disk | FTP | other *** search
/ Monster Media 1993 #2 / Image.iso / os2 / memsz200.zip / CATALA.RC < prev    next >
Text File  |  1993-07-06  |  8KB  |  167 lines

  1. /****************************************************************** CATALA.RC
  2.  *                                                                          *
  3.  *  System Resources monitor resource definition file (Catalán)         *
  4.  *                                                                          *
  5.  ****************************************************************************/
  6.  
  7. #define INCL_PM
  8. #define INCL_WINSTDSPIN
  9. #include <os2.h>
  10.  
  11. #include "memsize.h"
  12.  
  13. /****************************************************************************
  14.  * Months: Gener, Febrer, Març, Abril, Maig, Juni,                *
  15.  * Juliol, Agost, Setembre, Octubre, Novembre, Desembre.            *
  16.  ****************************************************************************/
  17.  
  18. DLGTEMPLATE IDD_ABOUT
  19. {
  20.   DIALOG "", 0, 32, 32, 200, 100, FS_DLGBORDER
  21.   {
  22.     CTEXT "Recursos del Sistema OS/2 2.00"       -1, 10, 80, 180,  8
  23.     CTEXT "06 Juliol 1993"               -1, 10, 72, 180,  8
  24.     ICON ID_MAIN                                   -1,  8, 72,   0,  0
  25.     CTEXT "Mostrar els recursos del sistema OS/2"  -1, 10, 56, 180,  8
  26.     CTEXT "(C) Richard Papo, 1991-1993"        -1, 10, 48, 180,  8
  27.     CTEXT "CompuServe 72607,3111"                  -1, 10, 40, 180,  8
  28.     CTEXT "Versió en català"                       -1, 10, 32, 180,  8
  29.     DEFPUSHBUTTON "OK"               DID_OK, 80,  8,  40, 16, WS_GROUP
  30.   }
  31. }
  32.  
  33. DLGTEMPLATE IDD_PROFILE_PATH
  34. {
  35.   DIALOG "Indicar el directori del fixter INI...", 0, 50, 100, 300, 60, FS_DLGBORDER, FCF_DLGBORDER | FCF_TITLEBAR
  36.   {
  37.     LTEXT "Escriure el directori complet (incloent-hi la unitat de disc)",-1, 8, 48, 284, 8
  38.     LTEXT "del directori on s'ha de guardar el fixter .INI",          -1, 8, 40, 284, 8
  39.     ENTRYFIELD "",          IDD_PROF_ENTRY,        8, 28, 280,  8, ES_MARGIN
  40.     DEFPUSHBUTTON "OK"          DID_OK,            8, 10,  32, 12, WS_GROUP
  41.     CONTROL "Cancel·lar"      DID_CANCEL,       44, 10,  64, 12, WC_BUTTON, WS_VISIBLE | BS_PUSHBUTTON
  42.     CONTROL "Ajuda"          -1,          112, 10,  52, 12, WC_BUTTON, WS_VISIBLE | BS_PUSHBUTTON | BS_HELP
  43.     CTEXT "",              IDD_PROF_ERR,        8,    2, 280,  8
  44.     PRESPARAMS PP_FOREGROUNDCOLOR, 0x00FF0000
  45.   }
  46. }
  47.  
  48. DLGTEMPLATE IDD_SET_TIMER
  49. {
  50.   DIALOG "", 0, 8, 4, 170, 38, FS_DLGBORDER
  51.   {
  52.     LTEXT "Interval d'actualització",               -1, 4, 26, 100, 8
  53.     LTEXT "(segons x0.1)",                          -1, 4, 18, 100, 8
  54.     CONTROL "",      IDD_SET_TIMER, 108, 20,  58, 8,
  55.       WC_SPINBUTTON,
  56.       WS_TABSTOP | WS_VISIBLE | SPBS_MASTER | SPBS_JUSTRIGHT | SPBS_NUMERICONLY | SPBS_FASTSPIN | SPBS_READONLY
  57.     DEFPUSHBUTTON "OK",     DID_OK,   4,  4, 20, 12, WS_GROUP
  58.     CONTROL "Cancel·lar",   DID_CANCEL,  28,  4, 50, 12, WC_BUTTON,
  59.       WS_VISIBLE | BS_PUSHBUTTON
  60.     CONTROL "Ajuda",        -1,  82,  4, 32, 12, WC_BUTTON,
  61.       WS_VISIBLE | BS_PUSHBUTTON | BS_HELP
  62.   }
  63. }
  64.  
  65. STRINGTABLE
  66. {
  67.   IDS_HELPTITLE                "Ajuda per a Recursos del Sistema OS/2"
  68.   IDS_TITLE                    "Recursos"
  69.  
  70.   IDS_SAVE_APPLICATION         "Guardar configuració\tF2"
  71.   IDS_RESET_DEFAULTS           "Restaurar els valors per defecte"
  72.   IDS_HIDE_CONTROLS           "Amagar els controls\tAlt+H"
  73.   IDS_SET_TIMER                "Indicar l'interval d'actualització..."
  74.   IDS_DISPLAY_ITEMS           "Elements a mostrar"
  75.   IDS_ABOUT               "Autor..."
  76.   IDS_HELP               "Ajuda\tF1"
  77.  
  78.   IDS_SHOW_CLOCK_LABEL         "Data/Hora"
  79.   IDS_SHOW_CLOCK_OPTION        "Mostrar la Data/Hora"
  80.  
  81.   IDS_SHOW_ELAPSED_LABEL       "Temps transcorregut"
  82.   IDS_SHOW_ELAPSED_OPTION      "Mostrar el temps transcorregut"
  83.  
  84.   IDS_SHOW_MEMORY_LABEL        "Memòria lliure"
  85.   IDS_SHOW_MEMORY_OPTION       "Mostrar la memòria lliure"
  86.  
  87.   IDS_SHOW_SWAPSIZE_LABEL      "Tamany del fitxer d'intercanvi"
  88.   IDS_SHOW_SWAPSIZE_OPTION     "Mostrar el tamany del fitxer d'intercanvi"
  89.  
  90.   IDS_SHOW_SWAPFREE_LABEL      "Espai disponible pel fitxer d'intercanvi"
  91.   IDS_SHOW_SWAPFREE_OPTION     "Mostrar l'espai disponible pel fitxer d'intercanvi"
  92.  
  93.   IDS_SHOW_SPOOLSIZE_LABEL     "Tamany de l'spooler de la impressora"
  94.   IDS_SHOW_SPOOLSIZE_OPTION    "Mostrar el tamany de l'spooler de la impressora"
  95.  
  96.   IDS_SHOW_CPULOAD_LABEL       "Percentatge d'ús"
  97.   IDS_SHOW_CPULOAD_OPTION      "Mostrar el percentatge d'ús"
  98.  
  99.   IDS_SHOW_TASKCOUNT_LABEL     "Número de tasques actives"
  100.   IDS_SHOW_TASKCOUNT_OPTION    "Mostrar el número de tasques actives"
  101.  
  102.   IDS_SHOW_DRIVE_FREE_LABEL    "Espai lliure a la unitat %c: (%s)"
  103.   IDS_SHOW_DRIVE_FREE_OPTION   "Mostrar l'espai lliure a la unitat %c:"
  104.  
  105.   IDS_DRIVEERROR           "ERROR"
  106.  
  107.   IDS_PARAMETERLIST            "Paràmetres inicials vàlids:\n"
  108.                                "  RESTAURAR: Restaura els valors per defecte del programa."
  109.  
  110.   IDS_PARMS_RESET              "RESTAURAR"
  111.  
  112.   IDS_ERROR_INVALIDPARM            "ERROR: Paràmetre inicial no vàlid '%s'."
  113.   IDS_ERROR_PRFOPENPROFILE       "ERROR: No és possible obrir el fitxer .INI."
  114.   IDS_ERROR_WINCREATEHELPINSTANCE  "ERROR: No es pot crear la instància de l'ajuda."
  115.   IDS_ERROR_WINCREATEFRAME         "ERROR: No es pot crear el marc de la finestra."
  116.   IDS_ERROR_WINREGISTERCLASS       "ERROR: No es pot registrar la classe de la finestra."
  117.   IDS_ERROR_WINCREATEWINDOW        "ERROR: No es pot crear la finestra client."
  118.   IDS_ERROR_WINSTARTTIMER          "ERROR: No es pot arrencar el timer."
  119.   IDS_ERROR_WINSTOPTIMER           "ERROR: No es pot aturar el timer."
  120.   IDS_ERROR_DOSGETCTRYINFO         "Error a la funció 'DosGetCtryInfo'. Estat=%d."
  121.  
  122.   IDS_DAY               "dia"
  123.   IDS_DAYS               "dies"
  124. }
  125.  
  126. STRINGTABLE
  127. {
  128.   IDS_HMERR                         "Error del Gestor d'ajudes"
  129.   IDS_HMERR_EXTHELPUNDEFINED        "Ajuda extesa no definida."
  130.   IDS_HMERR_NO_FRAME_WND_IN_CHAIN   "No es troba una finestra del tipus 'marc' a la cadena."
  131.   IDS_HMERR_INVALID_ASSOC_APP_WND   "Handle de finestra associada no vàlid."
  132.   IDS_HMERR_INVALID_ASSOC_HELP_IN   "Handle d'instància de l'ajuda associada no vàlid."
  133.   IDS_HMERR_INVALID_DESTROY_HELP_   "Handle de dissoació no vàlid."
  134.   IDS_HMERR_NO_HELP_INST_IN_CHAIN   "No s'ha trobat instància d'ajuda a la cadena de finestres."
  135.   IDS_HMERR_INVALID_HELP_INSTANCE   "Handle d'instància d'ajuda no vàlid."
  136.   IDS_HMERR_INVALID_QUERY_APP_WND   "Handle de la finestra de l'aplicació no vàlid."
  137.   IDS_HMERR_HELP_INST_CALLED_INVA   "La instància de l'ajuda declarada no és vàlida."
  138.   IDS_HMERR_HELPTABLE_UNDEFINE      "Taula de l'ajuda no definida."
  139.   IDS_HMERR_HELP_INSTANCE_UNDEFIN   "Instància de l'ajuda no definida."
  140.   IDS_HMERR_HELPITEM_NOT_FOUND      "Tòpic de l'ajuda no trobat."
  141.   IDS_HMERR_INVALID_HELPSUBITEM_S   "Tamany del subtòpic de l'ajuda no vàlid."
  142.   IDS_HMERR_HELPSUBITEM_NOT_FOUND   "Subtòpico de l'ajuda no trobad."
  143.   IDS_HMERR_INDEX_NOT_FOUND         "El fitxer de l'ajuda no conté l'índex."
  144.   IDS_HMERR_CONTENT_NOT_FOUND       "El fitxer de l'ajuda no conté la taula de continguts."
  145.   IDS_HMERR_OPEN_LIB_FILE           "No s'ha pogut obrir el fitxer de l'ajuda."
  146.   IDS_HMERR_READ_LIB_FILE           "No es pot llegir el fitxer de l'ajuda."
  147.   IDS_HMERR_CLOSE_LIB_FILE          "No es pot tancar el fitxer de l'ajuda."
  148.   IDS_HMERR_INVALID_LIB_FILE        "El fitxer de l'ajuda està en un format no vàlid."
  149.   IDS_HMERR_NO_MEMORY               "No hi ha prou memòria!"
  150.   IDS_HMERR_ALLOCATE_SEGMENT        "No es pot assignar memòria."
  151.   IDS_HMERR_FREE_MEMORY             "No se pot alliberar la memòria."
  152.   IDS_HMERR_PANEL_NOT_FOUND         "No es troba el plafó de l'ajuda."
  153.   IDS_HMERR_DATABASE_NOT_OPEN       "El fitxer de l'ajuda no està obert."
  154.   IDS_HMERR_UNKNOWN                 "--- Error Desconegut ---"
  155.   IDS_HELPMODE_FRAME                "Marc"
  156.   IDS_HELPMODE_MENU                 "Menú"
  157.   IDS_HELPMODE_WINDOW               "Finestra"
  158.   IDS_HELPMODE_UNKNOWN              "Desconegut"
  159.   IDS_HELPSUBITEMNOTFOUND           "Subtòpic d'ajuda no trobat:\n"
  160.                                     "Mode='%s'\n"
  161.                                     "Tòpic=%u\n"
  162.                                     "Subtòpic=%u"
  163. }
  164.  
  165.  
  166. 
  167.