mirror of
https://github.com/reactos/reactos.git
synced 2025-07-28 11:31:54 +00:00
Bug 3618: Norwegian Update by Lars Martin Hambro
svn path=/trunk/; revision=35123
This commit is contained in:
parent
2d8274bd7b
commit
77c4cbb2a6
23 changed files with 3708 additions and 4 deletions
17
reactos/base/applications/screensavers/3dtext/lang/no-NO.rc
Normal file
17
reactos/base/applications/screensavers/3dtext/lang/no-NO.rc
Normal file
|
@ -0,0 +1,17 @@
|
|||
LANGUAGE LANG_NORWEGIAN, SUBLANG_NEUTRAL
|
||||
|
||||
DLG_SCRNSAVECONFIGURE DIALOGEX 0, 0, 273, 178
|
||||
STYLE DS_SHELLFONT | DS_MODALFRAME | DS_CENTER | WS_POPUP | WS_CAPTION | WS_SYSMENU
|
||||
CAPTION "3D Tekst skjermsparer innstillinger"
|
||||
FONT 8, "MS Shell Dlg", 400, 0, 0x1
|
||||
BEGIN
|
||||
DEFPUSHBUTTON "OK",IDOK,216,7,50,14
|
||||
PUSHBUTTON "Avbryt",IDCANCEL,216,24,50,14
|
||||
EDITTEXT IDC_MESSAGE_TEXT,18,28,122,14,ES_AUTOHSCROLL
|
||||
LTEXT "Tilpass tekst",IDC_STATIC,18,17,65,8
|
||||
END
|
||||
|
||||
STRINGTABLE DISCARDABLE
|
||||
BEGIN
|
||||
IDS_DESCRIPTION "3D Tekst skjermsparer"
|
||||
END
|
|
@ -19,6 +19,7 @@ LANGUAGE LANG_NEUTRAL, SUBLANG_NEUTRAL
|
|||
#include "lang/fr-FR.rc"
|
||||
#include "lang/it-IT.rc"
|
||||
#include "lang/lt-LT.rc"
|
||||
#include "lang/no-NO.rc"
|
||||
#include "lang/pl-PL.rc"
|
||||
#include "lang/ru-RU.rc"
|
||||
#include "lang/sk-SK.rc"
|
||||
|
|
|
@ -0,0 +1,7 @@
|
|||
LANGUAGE LANG_NORWEGIAN, SUBLANG_NEUTRAL
|
||||
|
||||
STRINGTABLE DISCARDABLE
|
||||
BEGIN
|
||||
IDS_DESCRIPTION "Pålogging skjermsparer"
|
||||
IDS_TEXT "Ingen valg trenges å bli satt."
|
||||
END
|
|
@ -22,6 +22,7 @@ IDB_SERVER BITMAP DISCARDABLE "res/1.bmp"
|
|||
#include "lang/fr-FR.rc"
|
||||
#include "lang/lt-LT.rc"
|
||||
#include "lang/nl-NL.rc"
|
||||
#include "lang/no-NO.rc"
|
||||
#include "lang/sk-SK.rc"
|
||||
#include "lang/uk-UA.rc"
|
||||
#include "lang/ru-RU.rc"
|
||||
|
|
48
reactos/dll/shellext/deskadp/lang/no-NO.rc
Normal file
48
reactos/dll/shellext/deskadp/lang/no-NO.rc
Normal file
|
@ -0,0 +1,48 @@
|
|||
LANGUAGE LANG_NORWEGIAN, SUBLANG_NEUTRAL
|
||||
|
||||
IDD_DISPLAYADAPTER DIALOGEX 0, 0, 252, 226
|
||||
STYLE DS_SHELLFONT | WS_CHILD | WS_DISABLED | WS_CAPTION
|
||||
CAPTION "Kort"
|
||||
FONT 8, "MS Shell Dlg", 0, 0, 0x0
|
||||
BEGIN
|
||||
GROUPBOX "Korttype", -1, 7, 3, 237, 50
|
||||
LTEXT "", IDC_ADAPTERNAME, 40, 17, 190, 20, SS_NOPREFIX
|
||||
PUSHBUTTON "&Egenskaper", IDC_ADAPTERPROPERTIES, 177, 33, 59, 14
|
||||
GROUPBOX "Kortinformasjon", -1, 7, 56, 237, 75
|
||||
LTEXT "Brikketype:", -1, 13, 68, 58, 8
|
||||
LTEXT "", IDC_CHIPTYPE, 71, 68, 160, 8, SS_NOPREFIX
|
||||
LTEXT "DAC-type:", -1, 13, 80, 58, 8
|
||||
LTEXT "", IDC_DACTYPE, 71, 80, 160, 8, SS_NOPREFIX
|
||||
LTEXT "Minne størrelse:", -1, 13, 92, 58, 8
|
||||
LTEXT "", IDC_MEMORYSIZE, 71, 92, 160, 8, SS_NOPREFIX
|
||||
LTEXT "Kortstreng:", -1, 13, 104, 58, 8
|
||||
LTEXT "", IDC_ADAPTERSTRING, 71, 104, 160, 8, SS_NOPREFIX
|
||||
LTEXT "BIOS-informasjon:", -1, 13, 116, 58, 8
|
||||
LTEXT "", IDC_BIOSINFORMATION, 71, 116, 160, 8, SS_NOPREFIX
|
||||
PUSHBUTTON "&Vis alle modier...", IDC_LISTALLMODES, 7, 139, 75, 14
|
||||
END
|
||||
|
||||
IDD_LISTALLMODES DIALOGEX 0, 0, 225, 135
|
||||
STYLE DS_SHELLFONT | DS_MODALFRAME | WS_POPUPWINDOW | WS_VISIBLE | WS_DLGFRAME
|
||||
CAPTION "Vis alle modier"
|
||||
FONT 8, "MS Shell Dlg", 0, 0, 0x0
|
||||
BEGIN
|
||||
DEFPUSHBUTTON "OK", IDOK, 112, 115, 50, 15
|
||||
PUSHBUTTON "Avbryt", IDCANCEL, 167, 115, 50, 15
|
||||
GROUPBOX "Liste over gyldige modier", -1, 6, 7, 212, 98
|
||||
LISTBOX IDC_ALLVALIDMODES, 10, 20, 204, 87, LBS_NOTIFY | WS_VSCROLL
|
||||
END
|
||||
|
||||
STRINGTABLE
|
||||
BEGIN
|
||||
IDS_MODEFMT "%d by %d, %s, %s"
|
||||
IDS_DEFREFRESHRATE "Standard oppdateringshastighet"
|
||||
IDES_REFRESHRATEFMT "%d Herts"
|
||||
IDS_4BPP "16 Farger"
|
||||
IDS_8BPP "256 Farger"
|
||||
IDS_15BPP "Middels farger (15 bit)"
|
||||
IDS_16BPP "Middels farger (16 bit)"
|
||||
IDS_24BPP "Høyest farger (24 bit)"
|
||||
IDS_32BPP "Høyest farger (32 bit)"
|
||||
END
|
||||
|
|
@ -10,6 +10,7 @@
|
|||
#include "lang/eu-ES.rc"
|
||||
#include "lang/fr-FR.rc"
|
||||
#include "lang/it-IT.rc"
|
||||
#include "lang/no-NO.rc"
|
||||
#include "lang/pl-PL.rc"
|
||||
#include "lang/ru-RU.rc"
|
||||
#include "lang/sk-SK.rc"
|
||||
|
|
22
reactos/dll/shellext/deskmon/lang/no-NO.rc
Normal file
22
reactos/dll/shellext/deskmon/lang/no-NO.rc
Normal file
|
@ -0,0 +1,22 @@
|
|||
LANGUAGE LANG_NORWEGIAN, SUBLANG_NEUTRAL
|
||||
|
||||
IDD_MONITOR DIALOGEX 0, 0, 252, 226
|
||||
STYLE DS_SHELLFONT | WS_CHILD | WS_DISABLED | WS_CAPTION
|
||||
CAPTION "Skjerm"
|
||||
FONT 8, "MS Shell Dlg", 0, 0, 0x0
|
||||
BEGIN
|
||||
GROUPBOX "Skjermtype", -1, 7, 3, 237, 52
|
||||
LTEXT "", IDC_MONITORNAME, 40, 17, 190, 20, SS_NOPREFIX
|
||||
LISTBOX IDC_MONITORLIST, 40, 13, 196, 30, WS_VSCROLL
|
||||
PUSHBUTTON "&Egenskaper", IDC_MONITORPROPERTIES, 177, 35, 59, 14, WS_DISABLED
|
||||
GROUPBOX "Innstillinger for skjerm", IDS_MONITORSETTINGSGROUP, 7, 58, 237, 63
|
||||
LTEXT "&Skjermoppdateringsfrekvens:", IDS_REFRESHRATELABEL, 13, 73, 225, 8
|
||||
COMBOBOX IDC_REFRESHRATE, 13, 85, 225, 200, WS_VSCROLL | CBS_DROPDOWNLIST | CBS_SORT
|
||||
AUTOCHECKBOX "&Skjul modi som denne skjermen ikke kan vise", IDC_PRUNINGCHECK, 13, 106, 225, 10
|
||||
END
|
||||
|
||||
STRINGTABLE
|
||||
BEGIN
|
||||
IDS_USEDEFFRQUENCY "Bruk standard maskinvare innstilling"
|
||||
IDS_FREQFMT "%u Herts"
|
||||
END
|
|
@ -10,6 +10,7 @@
|
|||
#include "lang/eu-ES.rc"
|
||||
#include "lang/fr-FR.rc"
|
||||
#include "lang/it-IT.rc"
|
||||
#include "lang/no-NO.rc"
|
||||
#include "lang/sk-SK.rc"
|
||||
#include "lang/pl-PL.rc"
|
||||
#include "lang/ru-RU.rc"
|
||||
|
|
38
reactos/dll/shellext/slayer/lang/no-NO.rc
Normal file
38
reactos/dll/shellext/slayer/lang/no-NO.rc
Normal file
|
@ -0,0 +1,38 @@
|
|||
LANGUAGE LANG_NORWEGIAN, SUBLANG_NEUTRAL
|
||||
|
||||
IDD_SLAYERSHEET DIALOGEX 0, 0, 224, 226
|
||||
STYLE DS_SHELLFONT | WS_CHILD | WS_DISABLED | WS_CAPTION
|
||||
CAPTION "Kompaktibilitet"
|
||||
FONT 8, "MS Shell Dlg", 0, 0, 0x0
|
||||
BEGIN
|
||||
LTEXT "Hvis du har problemer med å kjøre programmer i ReactOS, velg et operativsystem ReactOS skulle fungere for programmet.", -1, 7,7,210,31
|
||||
GROUPBOX "Kompaktibilitetsmodus", IDC_COMPATGROUP, 7,41,210,49
|
||||
CHECKBOX "Kjør dette programmet i kompaktibilitetsmodus for:", IDC_CHKRUNCOMPATIBILITY, 18,57,188,10, BS_AUTOCHECKBOX | WS_TABSTOP
|
||||
COMBOBOX IDC_COMPATIBILITYMODE, 18,70,188,85, CBS_HASSTRINGS | CBS_DROPDOWNLIST | WS_TABSTOP | WS_DISABLED
|
||||
GROUPBOX "Skjerminnstillinger", -1, 7,99,210,61, BS_GROUPBOX | WS_DISABLED
|
||||
CHECKBOX "Kjør i 256 farger", IDC_CHKRUNIN256COLORS, 18,114,188,10, BS_AUTOCHECKBOX | WS_TABSTOP | WS_DISABLED
|
||||
CHECKBOX "Kjør med skjermoppløsning på 640x480", IDC_CHKRUNIN640480RES, 18,129,188,10, BS_AUTOCHECKBOX | WS_TABSTOP | WS_DISABLED
|
||||
CHECKBOX "Deaktiver visuelle temaer", IDC_CHKDISABLEVISUALTHEMES, 18,144,188,10, BS_AUTOCHECKBOX | WS_TABSTOP | WS_DISABLED
|
||||
PUSHBUTTON "E&dit compatibility modes...", IDC_EDITCOMPATIBILITYMODES, 117,167,100,15
|
||||
/* CONTROL "Lær mere om <A>program kompaktibilitet</A>.", IDC_INFOLINK, "SysLink", WS_CHILD | WS_TABSTOP | WS_VISIBLE, 7,207,210,10, WS_EX_NOPARENTNOTIFY */
|
||||
END
|
||||
|
||||
IDD_EDITCOMPATIBILITYMODES DIALOGEX 0, 0, 230, 139
|
||||
STYLE DS_SHELLFONT | DS_MODALFRAME | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU
|
||||
CAPTION "Rediger kompaktibilitetsmodus"
|
||||
FONT 8, "MS Shell Dlg", 0, 0, 0x0
|
||||
BEGIN
|
||||
LISTBOX IDC_COMPATIBILITYMODE, 9,6,148,108, LBS_NOTIFY | LBS_WANTKEYBOARDINPUT | WS_BORDER
|
||||
PUSHBUTTON "&Legg til...", IDC_ADD, 162,6,60,14, WS_DISABLED
|
||||
PUSHBUTTON "&Rediger...", IDC_EDIT, 162,24,60,14, WS_DISABLED
|
||||
PUSHBUTTON "&Slett", IDC_DELETE, 162,42,60,14, WS_DISABLED
|
||||
PUSHBUTTON "&OK", IDOK, 95,116,60,14
|
||||
PUSHBUTTON "&Avbryt", IDCANCEL, 162,116,60,14
|
||||
END
|
||||
|
||||
STRINGTABLE
|
||||
BEGIN
|
||||
IDS_SLAYER "Slayer"
|
||||
IDS_DESCRIPTION "Application Compatibility Layer Shell Extension"
|
||||
END
|
||||
|
|
@ -12,6 +12,7 @@
|
|||
#include "lang/id-ID.rc"
|
||||
#include "lang/it-IT.rc"
|
||||
#include "lang/nl-NL.rc"
|
||||
#include "lang/no-NO.rc"
|
||||
#include "lang/pl-PL.rc"
|
||||
#include "lang/ru-RU.rc"
|
||||
#include "lang/sk-SK.rc"
|
||||
|
|
|
@ -20,6 +20,7 @@ IDB_USRGRPIMAGES BITMAP "res/usrgrp.bmp"
|
|||
#include "aclui_It.rc"
|
||||
#include "aclui_Ja.rc"
|
||||
#include "aclui_Nl.rc"
|
||||
#include "aclui_No.rc"
|
||||
#include "aclui_Pl.rc"
|
||||
#include "aclui_Ru.rc"
|
||||
#include "aclui_Sv.rc"
|
||||
|
|
32
reactos/dll/win32/aclui/aclui_No.rc
Normal file
32
reactos/dll/win32/aclui/aclui_No.rc
Normal file
|
@ -0,0 +1,32 @@
|
|||
LANGUAGE LANG_NORWEGIAN, SUBLANG_NEUTRAL
|
||||
|
||||
IDD_SECPAGE DIALOGEX 0, 0, 227, 215
|
||||
STYLE DS_SETFONT | DS_FIXEDSYS | WS_CHILD | WS_VISIBLE | WS_CAPTION
|
||||
CAPTION "Sikkerhet"
|
||||
FONT 8, "MS Shell Dlg", 0, 0, 0x0
|
||||
BEGIN
|
||||
LTEXT "&Grupper eller brukernavn:", -1, 7, 21, 105, 8
|
||||
CONTROL "", IDC_PRINCIPALS, "SysListView32", LVS_REPORT | LVS_SINGLESEL | LVS_SHOWSELALWAYS | LVS_SORTASCENDING | LVS_NOCOLUMNHEADER | LVS_NOSORTHEADER | WS_CHILD | WS_VISIBLE | WS_VSCROLL | WS_TABSTOP, 7, 31, 213, 52, WS_EX_NOPARENTNOTIFY | WS_EX_CLIENTEDGE
|
||||
LTEXT "&Eier:", -1, 7, 7, 49, 8
|
||||
EDITTEXT IDC_OWNER, 63, 4, 156, 14, WS_CHILD | WS_VISIBLE | WS_TABSTOP | ES_READONLY
|
||||
PUSHBUTTON "L&egg til...", IDC_ADD_PRINCIPAL, 116, 87, 50, 14
|
||||
PUSHBUTTON "&Fjern", IDC_REMOVE_PRINCIPAL, 170, 87, 50, 14
|
||||
LTEXT "", IDC_LABEL_PERMISSIONS_FOR, 7, 107, 105, 8, SS_LEFT | SS_NOPREFIX
|
||||
LTEXT "Tilatt", IDC_LABEL_ALLOW, 135, 107, 32, 8, SS_CENTER
|
||||
LTEXT "Nekte", IDC_LABEL_DENY, 176, 107, 32, 8, SS_CENTER
|
||||
CONTROL "", IDC_ACE_CHECKLIST, "CHECKLIST_ACLUI", WS_CHILD | WS_VISIBLE | WS_TABSTOP, 7, 117, 213, 72, WS_EX_CLIENTEDGE
|
||||
LTEXT "For spesielle tilatelser eller for avanserte innstillinger, trykk på avansert.", IDC_LABEL_ADVANCED, 7, 194, 153, 16, SS_LEFT
|
||||
PUSHBUTTON "A&vansert", IDC_ADVANCED, 165, 194, 55, 14
|
||||
END
|
||||
|
||||
STRINGTABLE DISCARDABLE
|
||||
{
|
||||
IDS_PSP_TITLE "Tilatelser for %1"
|
||||
IDS_UNKNOWN "Ukjent"
|
||||
IDS_SPECIAL_PERMISSIONS "Spessielle tilatelser"
|
||||
IDS_PERMISSIONS_FOR "Tilatelser for %1"
|
||||
IDS_PERMISSIONS "Tilatelser"
|
||||
IDS_USERDOMAINFORMAT "%1 (%2\\%3)"
|
||||
IDS_USERFORMAT "%1"
|
||||
}
|
||||
|
613
reactos/dll/win32/modemui/lang/no-NO.rc
Normal file
613
reactos/dll/win32/modemui/lang/no-NO.rc
Normal file
|
@ -0,0 +1,613 @@
|
|||
LANGUAGE LANG_NORWEGIAN, SUBLANG_NEUTRAL
|
||||
|
||||
IDM_MENU MENU
|
||||
BEGIN
|
||||
POPUP ""
|
||||
BEGIN
|
||||
MENUITEM "&Duplicate...", 0
|
||||
MENUITEM "F&jern", 1
|
||||
MENUITEM "&Vis logg", 2
|
||||
MENUITEM SEPARATOR
|
||||
MENUITEM "E&genskaper", 3
|
||||
MENUITEM "K&opier egenskaper", 4
|
||||
MENUITEM "B&ruk egenskaper", 5
|
||||
END
|
||||
END
|
||||
|
||||
IDD_ADVANCED DIALOGEX 17, 12, 238, 210
|
||||
STYLE DS_SHELLFONT | DS_MODALFRAME | WS_POPUPWINDOW | WS_VISIBLE | WS_CAPTION
|
||||
CAPTION "Avansert"
|
||||
FONT 8, "MS Shell Dlg"
|
||||
BEGIN
|
||||
GROUPBOX "Ekstra egenskaper", 1018, 6, 6, 225, 70
|
||||
LTEXT "E&kstra initialisering kommandoer:", 1011, 16, 20, 143, 8
|
||||
EDITTEXT 1016, 16, 31, 205, 13, ES_AUTOHSCROLL
|
||||
LTEXT "&Vent for kredittkort tone:", 1007, 16, 55, 109, 8, NOT WS_VISIBLE
|
||||
EDITTEXT 1008, 133, 52, 26, 12, ES_RIGHT | NOT WS_VISIBLE | WS_GROUP
|
||||
CONTROL "", 1009, "MSCTLS_UPDOWN32", NOT WS_VISIBLE | WS_BORDER | WS_GROUP | 0x00000036, 159, 52, 12, 12
|
||||
LTEXT "sekunder", 1010, 173, 54, 40, 8, NOT WS_VISIBLE
|
||||
GROUPBOX "&Land/Region valg", 1012, 6, 80, 225, 75
|
||||
COMBOBOX 1013, 18, 99, 203, 50, CBS_DROPDOWNLIST | CBS_SORT | WS_VSCROLL | NOT WS_TABSTOP
|
||||
PUSHBUTTON "&Avansert port innstillinger...", 1100, 107, 170, 125, 14
|
||||
DEFPUSHBUTTON "Endre &standard innstillinger...", 3, 107, 188, 125, 14
|
||||
END
|
||||
|
||||
IDD_GENERAL DIALOGEX 0, 0, 238, 210
|
||||
STYLE DS_SHELLFONT | DS_MODALFRAME | WS_POPUPWINDOW | WS_VISIBLE | WS_CAPTION
|
||||
CAPTION "Generielt"
|
||||
FONT 8, "MS Shell Dlg"
|
||||
BEGIN
|
||||
LTEXT "Port:", 1018, 9, 8, 32, 10
|
||||
LTEXT "Com port", 1095, 48, 8, 181, 10
|
||||
GROUPBOX "&Høytaller volum", 1029, 10, 21, 218, 48
|
||||
CONTROL "", 1032, "MSCTLS_TRACKBAR32", WS_GROUP | WS_TABSTOP | 0x00000001, 84, 40, 66, 20
|
||||
RTEXT "Av", 1045, 56, 40, 22, 8
|
||||
LTEXT "Høyt", 1001, 155, 40, 25, 11
|
||||
GROUPBOX "&Maksimum port hastighet", 1031, 10, 78, 218, 46
|
||||
COMBOBOX 1036, 18, 100, 202, 69, CBS_DROPDOWNLIST | WS_VSCROLL | NOT WS_TABSTOP
|
||||
GROUPBOX "Dial Kontroll", 1060, 10, 133, 218, 51
|
||||
AUTOCHECKBOX "&Vent for dial tone før nummerslåing", 1003, 27, 157, 174, 10
|
||||
END
|
||||
|
||||
IDD_DISTINCTIVE_RING DIALOGEX 0, 0, 238, 210
|
||||
STYLE DS_SHELLFONT | DS_MODALFRAME | WS_POPUPWINDOW | WS_VISIBLE | WS_CAPTION
|
||||
CAPTION "Distinctive Ring"
|
||||
FONT 8, "MS Shell Dlg"
|
||||
BEGIN
|
||||
GROUPBOX "", 1068, 10, 7, 218, 145
|
||||
AUTOCHECKBOX "&This phone line has Distinctive Ring Services", 1069, 20, 7, 184, 10
|
||||
CTEXT "Ring Pattern", -1, 84, 21, 70, 8
|
||||
CTEXT "Type of Call", -1, 159, 21, 63, 8
|
||||
LTEXT "&Primary address:", 1070, 20, 41, 62, 8
|
||||
COMBOBOX 1073, 84, 37, 71, 61, CBS_DROPDOWNLIST | CBS_OWNERDRAWFIXED | WS_VSCROLL | NOT WS_TABSTOP
|
||||
COMBOBOX 1082, 160, 37, 62, 61, CBS_DROPDOWNLIST | WS_VSCROLL | NOT WS_TABSTOP
|
||||
LTEXT "Addresse &1:", 1071, 20, 59, 62, 8
|
||||
COMBOBOX 1074, 84, 55, 71, 61, CBS_DROPDOWNLIST | CBS_OWNERDRAWFIXED | WS_VSCROLL | NOT WS_TABSTOP
|
||||
COMBOBOX 1083, 160, 55, 62, 61, CBS_DROPDOWNLIST | WS_VSCROLL | NOT WS_TABSTOP
|
||||
LTEXT "Addresse &2:", 1072, 20, 77, 62, 8
|
||||
COMBOBOX 1075, 84, 73, 71, 61, CBS_DROPDOWNLIST | CBS_OWNERDRAWFIXED | WS_VSCROLL | NOT WS_TABSTOP
|
||||
COMBOBOX 1084, 160, 73, 62, 61, CBS_DROPDOWNLIST | WS_VSCROLL | NOT WS_TABSTOP
|
||||
LTEXT "Addresse &3:", 1076, 20, 95, 62, 8
|
||||
COMBOBOX 1077, 84, 91, 71, 61, CBS_DROPDOWNLIST | CBS_OWNERDRAWFIXED | WS_VSCROLL | NOT WS_TABSTOP
|
||||
COMBOBOX 1085, 160, 91, 62, 61, CBS_DROPDOWNLIST | WS_VSCROLL | NOT WS_TABSTOP
|
||||
LTEXT "Priority &callers:", 1078, 20, 112, 62, 8
|
||||
COMBOBOX 1079, 84, 109, 71, 61, CBS_DROPDOWNLIST | CBS_OWNERDRAWFIXED | WS_VSCROLL | NOT WS_TABSTOP
|
||||
COMBOBOX 1086, 160, 109, 62, 61, CBS_DROPDOWNLIST | WS_VSCROLL | NOT WS_TABSTOP
|
||||
LTEXT "Call&back:", 1080, 20, 131, 62, 8
|
||||
COMBOBOX 1081, 84, 127, 71, 61, CBS_DROPDOWNLIST | CBS_OWNERDRAWFIXED | WS_VSCROLL | NOT WS_TABSTOP
|
||||
COMBOBOX 1087, 160, 127, 62, 61, CBS_DROPDOWNLIST | WS_VSCROLL | NOT WS_TABSTOP
|
||||
END
|
||||
|
||||
IDD_DISTINCTIVE_RING_2 DIALOGEX 0, 0, 238, 210
|
||||
STYLE DS_SHELLFONT | DS_MODALFRAME | WS_POPUPWINDOW | WS_VISIBLE | WS_CAPTION
|
||||
CAPTION "Distinctive Ring"
|
||||
FONT 8, "MS Shell Dlg"
|
||||
BEGIN
|
||||
GROUPBOX "", 1068, 10, 7, 218, 87
|
||||
AUTOCHECKBOX "&This phone line has Distinctive Ring Services", 1069, 19, 7, 177, 10
|
||||
CTEXT "Ring Pattern", -1, 20, 21, 74, 8
|
||||
CTEXT "Type of Call", -1, 96, 21, 65, 8
|
||||
LTEXT "&Enkelt ring:", 1088, 20, 37, 53, 8
|
||||
COMBOBOX 1091, 96, 37, 65, 61, CBS_DROPDOWNLIST | WS_VSCROLL | NOT WS_TABSTOP
|
||||
LTEXT "&Dobbelt ring:", 1089, 20, 57, 53, 8
|
||||
COMBOBOX 1092, 96, 55, 65, 61, CBS_DROPDOWNLIST | WS_VSCROLL | NOT WS_TABSTOP
|
||||
LTEXT "T&rippel ring:", 1090, 20, 76, 53, 8
|
||||
COMBOBOX 1093, 96, 73, 65, 61, CBS_DROPDOWNLIST | WS_VSCROLL | NOT WS_TABSTOP
|
||||
END
|
||||
|
||||
IDD_DIAGNOSTICS DIALOGEX 0, 0, 238, 215
|
||||
STYLE DS_SHELLFONT | DS_MODALFRAME | WS_POPUPWINDOW | WS_VISIBLE | WS_CAPTION
|
||||
CAPTION "Diagnostics"
|
||||
FONT 8, "MS Shell Dlg"
|
||||
BEGIN
|
||||
CONTROL "", 1042, "SYSLISTVIEW32", WS_BORDER | WS_TABSTOP | 0x0000084D, 19, 18, 200, 58
|
||||
CONTROL "", 1041, "SYSLISTVIEW32", WS_BORDER | WS_TABSTOP | 0x0000084D, 19, 84, 200, 58
|
||||
PUSHBUTTON "&Query Modem", 1096, 138, 149, 75, 14
|
||||
AUTOCHECKBOX "Ta opp &Logg", 1020, 18, 187, 98, 10
|
||||
PUSHBUTTON "&Vis logg", 1094, 138, 184, 75, 14, WS_DISABLED
|
||||
GROUPBOX "Modem Informasjon", 1047, 10, 6, 217, 164
|
||||
GROUPBOX "Logging", -1, 10, 173, 217, 32
|
||||
END
|
||||
|
||||
IDD_PLEASE_WAIT DIALOGEX 0, 0, 195, 72
|
||||
STYLE DS_SHELLFONT | DS_MODALFRAME | DS_CENTER | WS_POPUP | WS_VISIBLE | WS_CAPTION
|
||||
CAPTION "Vennligst vent..."
|
||||
FONT 8, "MS Shell Dlg"
|
||||
BEGIN
|
||||
ICON 5100, -1, 9, 7, 20, 20
|
||||
LTEXT "Kommuniserer med modemet. Dette kan ta noen sekunder.", -1, 42, 7, 146, 28
|
||||
DEFPUSHBUTTON "Avbryt", 2, 72, 52, 50, 14
|
||||
END
|
||||
|
||||
IDD_GENERAL_2 DIALOGEX 0, 0, 238, 210
|
||||
STYLE DS_SHELLFONT | DS_MODALFRAME | WS_POPUPWINDOW | WS_VISIBLE | WS_CAPTION
|
||||
CAPTION "Generiel"
|
||||
FONT 8, "MS Shell Dlg"
|
||||
BEGIN
|
||||
AUTOCHECKBOX "&Operator assisted (manual) dial", 1002, 19, 22, 150, 10
|
||||
AUTOCHECKBOX "&Disconnect a call if idle for more than", 1042, 19, 38, 143, 10
|
||||
EDITTEXT 1043, 168, 35, 25, 13, ES_AUTOHSCROLL | ES_NUMBER
|
||||
LTEXT "&Cancel the call if not connected within", -1, 19, 56, 147, 10
|
||||
EDITTEXT 1040, 168, 54, 25, 13, ES_AUTOHSCROLL | ES_NUMBER
|
||||
RTEXT "&Port hastighet:", 1034, 16, 102, 93, 8
|
||||
COMBOBOX 1036, 114, 100, 84, 69, CBS_DROPDOWNLIST | WS_VSCROLL | NOT WS_TABSTOP
|
||||
RTEXT "D&ata Protocol:", 1032, 16, 122, 93, 8
|
||||
COMBOBOX 1037, 114, 119, 84, 69, CBS_DROPDOWNLIST | WS_VSCROLL | NOT WS_TABSTOP
|
||||
RTEXT "Comp&ression:", 1035, 16, 139, 93, 8
|
||||
COMBOBOX 1099, 114, 137, 84, 69, CBS_DROPDOWNLIST | WS_VSCROLL | NOT WS_TABSTOP
|
||||
RTEXT "&Flow control:", 1027, 16, 157, 93, 8
|
||||
COMBOBOX 1031, 114, 155, 84, 61, CBS_DROPDOWNLIST | WS_VSCROLL | NOT WS_TABSTOP
|
||||
GROUPBOX "Call preferences", 1060, 11, 7, 217, 66
|
||||
LTEXT "min", 1044, 195, 38, 22, 8
|
||||
LTEXT "sek", 1041, 194, 56, 22, 8
|
||||
GROUPBOX "Data tilkobling egenskap", -1, 11, 82, 217, 94
|
||||
END
|
||||
|
||||
IDD_ADVANCED_2 DIALOGEX 17, 12, 238, 210
|
||||
STYLE DS_SHELLFONT | DS_MODALFRAME | WS_POPUPWINDOW | WS_VISIBLE | WS_CAPTION
|
||||
CAPTION "Avansert"
|
||||
FONT 8, "MS Shell Dlg"
|
||||
BEGIN
|
||||
AUTOCHECKBOX "Bring up terminal window &before dialing", 1000, 20, 21, 200, 10
|
||||
AUTOCHECKBOX "Bring up terminal window a&fter dialing", 1001, 20, 38, 200, 10
|
||||
RTEXT "&Data bits:", 1024, 18, 79, 93, 8
|
||||
COMBOBOX 1025, 114, 77, 106, 61, CBS_DROPDOWNLIST | WS_VSCROLL | NOT WS_TABSTOP
|
||||
RTEXT "&Parity:", 1026, 18, 97, 93, 8
|
||||
COMBOBOX 1028, 114, 95, 106, 60, CBS_DROPDOWNLIST | WS_VSCROLL | NOT WS_TABSTOP
|
||||
RTEXT "&Stopp bits:", 1029, 18, 115, 93, 8
|
||||
COMBOBOX 1030, 114, 113, 106, 45, CBS_DROPDOWNLIST | WS_VSCROLL | NOT WS_TABSTOP
|
||||
RTEXT "&Modulation:", 1045, 18, 133, 93, 8
|
||||
COMBOBOX 1038, 114, 131, 106, 69, CBS_DROPDOWNLIST | WS_VSCROLL | NOT WS_TABSTOP
|
||||
GROUPBOX "Terminal Window", 1004, 10, 7, 217, 49
|
||||
GROUPBOX "Maskinvare innstillinger", 1005, 10, 64, 217, 89
|
||||
END
|
||||
|
||||
IDD_ISDN DIALOGEX 0, 0, 238, 210
|
||||
STYLE DS_SHELLFONT | DS_MODALFRAME | WS_POPUPWINDOW | WS_VISIBLE | WS_CAPTION
|
||||
CAPTION "ISDN"
|
||||
FONT 8, "MS Shell Dlg"
|
||||
BEGIN
|
||||
GROUPBOX "Endre &type", -1, 11, 6, 217, 39
|
||||
COMBOBOX 1104, 17, 20, 204, 69, CBS_DROPDOWNLIST | WS_VSCROLL | NOT WS_TABSTOP
|
||||
GROUPBOX "&Først nummer", -1, 11, 50, 217, 50
|
||||
EDITTEXT 1017, 33, 62, 188, 13, ES_AUTOHSCROLL | ES_NUMBER
|
||||
LTEXT "S&PID/EAZ:", 1027, 34, 83, 67, 8
|
||||
EDITTEXT 1107, 104, 79, 117, 13, ES_AUTOHSCROLL | ES_NUMBER
|
||||
GROUPBOX "&Andre nummer", -1, 11, 105, 217, 49
|
||||
EDITTEXT 1018, 33, 114, 189, 13, ES_AUTOHSCROLL | ES_NUMBER
|
||||
LTEXT "SPI&D/EAZ:", 1028, 35, 135, 68, 8
|
||||
EDITTEXT 1108, 105, 132, 117, 13, ES_AUTOHSCROLL | ES_NUMBER
|
||||
END
|
||||
|
||||
IDD_PLEASE_WAIT_2 DIALOGEX 0, 0, 195, 72
|
||||
STYLE DS_SHELLFONT | DS_MODALFRAME | DS_CENTER | WS_POPUP | WS_VISIBLE | WS_CAPTION
|
||||
CAPTION "Vennligst vent"
|
||||
FONT 8, "MS Shell Dlg"
|
||||
BEGIN
|
||||
ICON 5100, -1, 9, 7, 20, 20
|
||||
LTEXT "Sender land/region informasjon til Modemet.", -1, 42, 7, 146, 28
|
||||
END
|
||||
|
||||
IDD_WARNING DIALOGEX 0, 0, 360, 105
|
||||
STYLE DS_SHELLFONT | DS_MODALFRAME | WS_POPUP | WS_CAPTION
|
||||
CAPTION "Advarsel"
|
||||
FONT 8, "MS Shell Dlg"
|
||||
BEGIN
|
||||
AUTOCHECKBOX "Ikke vis denne meldingen igjen", 1109, 17, 73, 118, 10
|
||||
DEFPUSHBUTTON "OK", 1, 302, 84, 50, 14
|
||||
LTEXT "Some modems do not properly handle initialization strings of this length.", -1, 50, 27, 304, 8
|
||||
LTEXT "Information about this limitation can be obtained from your modem manufacturer.", -1, 50, 41, 304, 8
|
||||
ICON 5100, -1, 15, 14, 20, 20
|
||||
LTEXT "You have entered a modem initialization string greater than 57 characters long.", -1, 50, 14, 304, 8
|
||||
END
|
||||
|
||||
IDD_MODEMS DIALOGEX 0, 0, 252, 218
|
||||
STYLE DS_SHELLFONT | DS_MODALFRAME | DS_CENTER | WS_POPUPWINDOW | WS_VISIBLE | WS_CAPTION
|
||||
CAPTION "Modemer"
|
||||
FONT 8, "MS Shell Dlg"
|
||||
BEGIN
|
||||
ICON 5100, 1057, 6, 7, 20, 20
|
||||
LTEXT "Følgende &modemer er innstallert:", -1, 44, 12, 203, 9
|
||||
CONTROL "", 113, "SYSLISTVIEW32", WS_BORDER | WS_TABSTOP | 0x00000849, 7, 32, 238, 158, WS_EX_CLIENTEDGE
|
||||
PUSHBUTTON "L&egg til...", 110, 56, 198, 60, 14
|
||||
PUSHBUTTON "&Fjern", 112, 121, 198, 60, 14
|
||||
PUSHBUTTON "&Egenskaper", 109, 185, 198, 60, 14
|
||||
END
|
||||
|
||||
IDD_PLEASE_WAIT_3 DIALOGEX 0, 0, 195, 72
|
||||
STYLE DS_SHELLFONT | DS_MODALFRAME | DS_CENTER | WS_POPUP | WS_VISIBLE | WS_CAPTION
|
||||
CAPTION "Vennligst vent..."
|
||||
FONT 8, "MS Shell Dlg"
|
||||
BEGIN
|
||||
DEFPUSHBUTTON "&Stopp", 2, 74, 53, 50, 14
|
||||
ICON 5100, -1, 9, 7, 20, 20
|
||||
LTEXT "Fjerner", -1, 40, 8, 151, 8
|
||||
LTEXT "Modem", 1005, 40, 16, 151, 25
|
||||
END
|
||||
|
||||
STRINGTABLE
|
||||
BEGIN
|
||||
180 "RS-232 Serieport"
|
||||
181 "Eksternt Modem"
|
||||
182 "Internt Modem"
|
||||
183 "PCMCIA Modem"
|
||||
184 "Parallel Modem"
|
||||
185 "Parallel Port"
|
||||
200 "110"
|
||||
201 "1200"
|
||||
202 "2400"
|
||||
203 "4800"
|
||||
204 "9600"
|
||||
206 "19200"
|
||||
207 "38400"
|
||||
210 "115200"
|
||||
211 "57600"
|
||||
216 "300"
|
||||
220 "230400"
|
||||
221 "460800"
|
||||
222 "921600"
|
||||
240 "4"
|
||||
241 "5"
|
||||
242 "6"
|
||||
243 "7"
|
||||
244 "8"
|
||||
250 "Even"
|
||||
251 "Odd"
|
||||
252 "Ingen"
|
||||
253 "Mark"
|
||||
254 "Space"
|
||||
255 "1"
|
||||
256 "1.5"
|
||||
257 "2"
|
||||
260 "Xon / Xoff"
|
||||
261 "Maskinvare"
|
||||
262 "Ingen"
|
||||
263 "On"
|
||||
264 "Low"
|
||||
265 "V.23 (Minitel)"
|
||||
266 "Standard"
|
||||
267 "Non-standard (Bell, HST)"
|
||||
270 "Append to &Log"
|
||||
300 "Unspecified"
|
||||
301 "Data"
|
||||
302 "Faks"
|
||||
303 "Stemme"
|
||||
304 "Ingen"
|
||||
320 "Språk/region innstilling oppdatert"
|
||||
340 "Modem"
|
||||
341 "Modem innstilling"
|
||||
342 "Modem addresse"
|
||||
400 "Country/region setting not updated"
|
||||
401 "Some modems do not accept user initialization commands greater than 57 characters.\n\nInformation about this limitation can be obtained from your modem manufacturer"
|
||||
402 "Advarsel"
|
||||
460 "There is not enough memory to view the General dialog box.\nClose some files or programs, and then try again."
|
||||
461 "There is not enough memory to view the Modem Settings dialog box.\nClose some files or programs, and then try again."
|
||||
463 "Each calling address must be set to 'Automatic' or to a unique ring pattern.\n\nChange the duplicate ring pattern to a different one."
|
||||
465 "Standard EC"
|
||||
466 "Forced EC"
|
||||
467 "Cellular"
|
||||
468 "Disabled"
|
||||
469 "Enabled"
|
||||
470 "Disabled"
|
||||
480 "AUTO (1 Ch.)"
|
||||
481 "AUTO (2 Ch.)"
|
||||
482 "PPP (56K)"
|
||||
483 "PPP (64K)"
|
||||
484 "PPP (112K)"
|
||||
485 "PPP (112K,PAP)"
|
||||
486 "PPP (112K,CHAP)"
|
||||
487 "PPP (112K,MSCHAP)"
|
||||
488 "PPP (128K)"
|
||||
489 "PPP (128K,PAP)"
|
||||
490 "PPP (128K,CHAP)"
|
||||
491 "PPP (128K,MSCHAP)"
|
||||
500 "V.120 (64K)"
|
||||
501 "V.120 (56K)"
|
||||
502 "V.120 (112K)"
|
||||
503 "V.120 (128K)"
|
||||
504 "X.75 (64K)"
|
||||
505 "X.75 (128K)"
|
||||
506 "X.75 (T.70)"
|
||||
507 "X.75 (BTX)"
|
||||
508 "V.110 (1.2K)"
|
||||
509 "V.110 (2.4K)"
|
||||
510 "V.110 (4.8K)"
|
||||
511 "V.110 (9.6K)"
|
||||
512 "V.110 (12.0K)"
|
||||
513 "V.110 (14.4K)"
|
||||
514 "V.110 (19.2K)"
|
||||
515 "V.110 (28.8K)"
|
||||
516 "V.110 (38.4K)"
|
||||
517 "V.110 (57.6K)"
|
||||
518 "Analog (V.34/V.90)"
|
||||
550 "ESS5 (AT&T) (North America)"
|
||||
551 "AT&T Point to Multipoint"
|
||||
552 "National ISDN 1 (NI-1)"
|
||||
553 "Northern Telecom DMS 100 (NT1)"
|
||||
554 "NTT INS64 (Japan)"
|
||||
555 "European ISDN (DSS1)"
|
||||
556 "German National (1TR6) (rarely used)"
|
||||
557 "French National (VN3) (rarely used)"
|
||||
558 "Belgium National (rarely used)"
|
||||
559 "Australian National (rarely used)"
|
||||
560 "Unknown switch"
|
||||
570 "The ISDN Configuration for this modem\nis not complete.\n\nPlease fill out the information in the\nISDN Tab before using this modem."
|
||||
600 "PPP (56K,GSM)"
|
||||
601 "PPP (64K,GSM)"
|
||||
602 "V.120 (64K,GSM)"
|
||||
604 "V.110 (1.2K,GSM)"
|
||||
605 "V.110 (2.4K,GSM)"
|
||||
606 "V.110 (4.8K,GSM)"
|
||||
607 "V.110 (9.6K,GSM)"
|
||||
608 "V.110 (12.0K,GSM)"
|
||||
609 "V.110 (14.4K,GSM)"
|
||||
610 "V.110 (19.2K,GSM)"
|
||||
611 "V.110 (28.8K,GSM)"
|
||||
612 "V.110 (38.4K,GSM)"
|
||||
613 "V.110 (57.6K,GSM)"
|
||||
614 "Analog RLP"
|
||||
615 "Analog NRLP"
|
||||
616 "GPRS"
|
||||
617 "PIAFS - incoming"
|
||||
618 "PIAFS - outgoing"
|
||||
700 "Use current TAPI location"
|
||||
2006 "Attached To"
|
||||
2007 "Not present"
|
||||
2008 "Not functional"
|
||||
2009 "Needs reboot"
|
||||
2010 "#To finish setting up your modem, you must restart your computer.\n\nDo you want to restart your computer now?"
|
||||
2011 "Modem not properly installed"
|
||||
2012 "Unknown port"
|
||||
3000 "Modem installering"
|
||||
3018 "Modemer"
|
||||
3019 "Installs a new modem and changes modem properties."
|
||||
3053 "The modem properties cannot be displayed because the modem is not available.\n\nRestart the system and try again."
|
||||
3054 "Properties for Modems"
|
||||
3060 "Are you sure you want to remove the selected modem(s) from your system?"
|
||||
3061 "ReactOS was unable to remove the modem '%1' from %2."
|
||||
3062 "Modem"
|
||||
3069 "There is not enough memory to open the modem control panel.\n\nClose some programs and try again."
|
||||
3073 "You must be a System Administrator to install a modem."
|
||||
3074 "No modems are installed. You must be a System Administrator to install a modem."
|
||||
3076 "You must shut down and restart your computer before the new settings will take effect.\n\nDo you want to restart your computer now?"
|
||||
3077 "Network Settings Change"
|
||||
3200 "300 Baud"
|
||||
3201 "1200 Baud"
|
||||
3202 "2400 Baud"
|
||||
3203 "9600 Baud"
|
||||
3204 "19.2K Baud"
|
||||
3205 "38.4K Baud"
|
||||
3206 "57.6K Baud"
|
||||
3207 "No response"
|
||||
3212 "Command"
|
||||
3213 "Response"
|
||||
3214 "The port that the modem is attached could not be opened. This may be the result of a hardware conflict. Check the device manager to verify all devices are functional."
|
||||
3215 "The port that the modem is using is currently open by another application. Exit any application that may currently be using the port."
|
||||
3218 "OpenComm"
|
||||
3221 "115K Baud"
|
||||
3222 "Oppdaterer"
|
||||
3223 "Feil"
|
||||
3233 "Fullført"
|
||||
3236 "The modem failed to respond. Make sure it is properly connected and turned on. If it is an internal modem or is connected, verify that the interrupt for the port is properly set."
|
||||
3237 "COMMAND NOT SUPPORTED"
|
||||
3238 "Field"
|
||||
3239 "Value"
|
||||
3240 " Default Preferences"
|
||||
3241 " Connection Preferences"
|
||||
6144 "Japan"
|
||||
6145 "Albania"
|
||||
6146 "Algeria"
|
||||
6147 "American Samoa"
|
||||
6148 "Germany (Country/region code 04)"
|
||||
6149 "Anguilla"
|
||||
6150 "Antigua and Barbuda"
|
||||
6151 "Argentina"
|
||||
6152 "Ascension Island"
|
||||
6153 "Australia"
|
||||
6154 "Austria"
|
||||
6155 "Bahamas"
|
||||
6156 "Bahrain"
|
||||
6157 "Bangladesh"
|
||||
6158 "Barbados"
|
||||
6159 "Belgium"
|
||||
6160 "Belize"
|
||||
6161 "Benin"
|
||||
6162 "Bermuda"
|
||||
6163 "Bhutan"
|
||||
6164 "Bolivia"
|
||||
6165 "Botswana"
|
||||
6166 "Brazil"
|
||||
6167 "Country/region code (23)"
|
||||
6168 "British Indian Ocean Territory"
|
||||
6169 "British Virgin Islands"
|
||||
6170 "Brunei"
|
||||
6171 "Bulgaria"
|
||||
6172 "Myanmar"
|
||||
6173 "Burundi"
|
||||
6174 "Belarus"
|
||||
6175 "Cameroon"
|
||||
6176 "Canada"
|
||||
6177 "Cape Verde"
|
||||
6178 "Cayman Islands"
|
||||
6179 "Central African Republic"
|
||||
6180 "Chad"
|
||||
6181 "Chile"
|
||||
6182 "China"
|
||||
6183 "Colombia"
|
||||
6184 "Comoros"
|
||||
6185 "Congo"
|
||||
6186 "Cook Islands"
|
||||
6187 "Costa Rica"
|
||||
6188 "Cuba"
|
||||
6189 "Cyprus"
|
||||
6190 "Czech Republic"
|
||||
6191 "Cambodia"
|
||||
6192 "North Korea"
|
||||
6193 "Denmark"
|
||||
6194 "Djibouti"
|
||||
6195 "Dominican Republic"
|
||||
6196 "Dominica"
|
||||
6197 "Ecuador"
|
||||
6198 "Egypt"
|
||||
6199 "El Salvador"
|
||||
6200 "Equatorial Guinea"
|
||||
6201 "Ethiopia"
|
||||
6202 "Falkland Islands (Islas Malvinas)"
|
||||
6203 "Fiji Islands"
|
||||
6204 "Finland"
|
||||
6205 "France"
|
||||
6206 "French Polynesia"
|
||||
6207 "Country/region code (63)"
|
||||
6208 "Gabon"
|
||||
6209 "Gambia"
|
||||
6210 "Germany (Country/region code 66)"
|
||||
6211 "Angola"
|
||||
6212 "Ghana"
|
||||
6213 "Gibraltar"
|
||||
6214 "Greece"
|
||||
6215 "Grenada"
|
||||
6216 "Guam"
|
||||
6217 "Guatemala"
|
||||
6218 "Guernsey"
|
||||
6219 "Guinea"
|
||||
6220 "Guinea-Bissau"
|
||||
6221 "Guyana"
|
||||
6222 "Haiti"
|
||||
6223 "Honduras"
|
||||
6224 "Hong Kong SAR"
|
||||
6225 "Hungary"
|
||||
6226 "Iceland"
|
||||
6227 "India"
|
||||
6228 "Indonesia"
|
||||
6229 "Iran"
|
||||
6230 "Iraq"
|
||||
6231 "Ireland"
|
||||
6232 "Israel"
|
||||
6233 "Italy"
|
||||
6234 "Cote d'Ivoire"
|
||||
6235 "Jamaica"
|
||||
6236 "Afghanistan"
|
||||
6237 "Jersey"
|
||||
6238 "Jordan"
|
||||
6239 "Kenya"
|
||||
6240 "Kiribati"
|
||||
6241 "Korea"
|
||||
6242 "Kuwait"
|
||||
6243 "Laos"
|
||||
6244 "Lebanon"
|
||||
6245 "Lesotho"
|
||||
6246 "Liberia"
|
||||
6247 "Libya"
|
||||
6248 "Liechtenstein"
|
||||
6249 "Luxembourg"
|
||||
6250 "Macau SAR"
|
||||
6251 "Madagascar"
|
||||
6252 "Malaysia"
|
||||
6253 "Malawi"
|
||||
6254 "Maldives"
|
||||
6255 "Mali"
|
||||
6256 "Malta"
|
||||
6257 "Mauritania"
|
||||
6258 "Mauritius"
|
||||
6259 "Mexico"
|
||||
6260 "Monaco"
|
||||
6261 "Mongolia"
|
||||
6262 "Montserrat"
|
||||
6263 "Morocco"
|
||||
6264 "Mozambique"
|
||||
6265 "Nauru"
|
||||
6266 "Nepal"
|
||||
6267 "Netherlands"
|
||||
6268 "Netherlands Antilles"
|
||||
6269 "New Caledonia"
|
||||
6270 "New Zealand"
|
||||
6271 "Nicaragua"
|
||||
6272 "Niger"
|
||||
6273 "Nigeria"
|
||||
6274 "Norway"
|
||||
6275 "Oman"
|
||||
6276 "Pakistan"
|
||||
6277 "Panama"
|
||||
6278 "Papua New Guinea"
|
||||
6279 "Paraguay"
|
||||
6280 "Peru"
|
||||
6281 "Philippines"
|
||||
6282 "Poland"
|
||||
6283 "Portugal"
|
||||
6284 "Puerto Rico"
|
||||
6285 "Qatar"
|
||||
6286 "Romania"
|
||||
6287 "Rwanda"
|
||||
6288 "St. Kitts and Nevis"
|
||||
6289 "Country/region code (145)"
|
||||
6290 "St. Helena"
|
||||
6291 "St. Lucia"
|
||||
6292 "San Marino"
|
||||
6293 "Country/region code (148)"
|
||||
6294 "Sao Tome and Principe"
|
||||
6295 "St. Vincent and the Grenadines"
|
||||
6296 "Saudi Arabia"
|
||||
6297 "Senegal"
|
||||
6298 "Seychelles"
|
||||
6299 "Sierra Leone"
|
||||
6300 "Singapore"
|
||||
6301 "Solomon Islands"
|
||||
6302 "Somalia"
|
||||
6303 "South Africa"
|
||||
6304 "Spain"
|
||||
6305 "Sri Lanka"
|
||||
6306 "Sudan"
|
||||
6307 "Suriname"
|
||||
6308 "Swaziland"
|
||||
6309 "Sweden"
|
||||
6310 "Switzerland"
|
||||
6311 "Syria"
|
||||
6312 "Tanzania"
|
||||
6313 "Thailand"
|
||||
6314 "Togo"
|
||||
6315 "Tonga"
|
||||
6316 "Trinidad and Tobago"
|
||||
6317 "Tunisia"
|
||||
6318 "Turkey"
|
||||
6319 "Turks and Caicos Islands"
|
||||
6320 "Tuvalu"
|
||||
6321 "Uganda"
|
||||
6322 "Ukraine"
|
||||
6323 "United Arab Emirates"
|
||||
6324 "United Kingdom"
|
||||
6325 "United States"
|
||||
6326 "Burkina Faso"
|
||||
6327 "Uruguay"
|
||||
6328 "Country/region code (184)"
|
||||
6329 "Vanuatu"
|
||||
6330 "Vatican City"
|
||||
6331 "Venezuela"
|
||||
6332 "Vietnam"
|
||||
6333 "Wallis and Futuna"
|
||||
6334 "Samoa"
|
||||
6335 "Yemen"
|
||||
6336 "Yemen"
|
||||
6337 "Country/region code (193)"
|
||||
6338 "Congo (DRC)"
|
||||
6339 "Zambia"
|
||||
6340 "Zimbabwe"
|
||||
6501 "Moldova"
|
||||
6502 "Estonia"
|
||||
6503 "Lithuania"
|
||||
6504 "Armenia"
|
||||
6505 "Georgia"
|
||||
6506 "Azerbaijan"
|
||||
6507 "Turkmenistan"
|
||||
6508 "Uzbekistan"
|
||||
6509 "Kazakhstan"
|
||||
6510 "Tajikistan"
|
||||
6511 "Kyrgyzstan"
|
||||
6512 "Latvia"
|
||||
6513 "Russia"
|
||||
6600 "Croatia"
|
||||
6601 "Slovenia"
|
||||
6602 "Macedonia, FYRO"
|
||||
6603 "Bosnia and Herzegovina"
|
||||
6604 "Yugoslavia"
|
||||
20013 "Maskinvare ID"
|
||||
END
|
|
@ -16,6 +16,7 @@ IDI_703 ICON "res/703.ico"
|
|||
#include "lang/de-DE.rc"
|
||||
#include "lang/en-US.rc"
|
||||
#include "lang/es-ES.rc"
|
||||
#include "lang/no-NO.rc"
|
||||
#include "lang/pl-PL.rc"
|
||||
#include "lang/ru-RU.rc"
|
||||
#include "lang/uk-UA.rc"
|
||||
|
|
|
@ -31,6 +31,7 @@
|
|||
#include "msacm_It.rc"
|
||||
#include "msacm_Ja.rc"
|
||||
#include "msacm_Nl.rc"
|
||||
#include "msacm_No.rc"
|
||||
#include "msacm_Pl.rc"
|
||||
#include "msacm_Pt.rc"
|
||||
#include "msacm_Ru.rc"
|
||||
|
|
56
reactos/dll/win32/msacm32/msacm_No.rc
Normal file
56
reactos/dll/win32/msacm32/msacm_No.rc
Normal file
|
@ -0,0 +1,56 @@
|
|||
/*
|
||||
* Norwegian resource file for MS ACM
|
||||
*
|
||||
* Copyright 2000 Eric Pouech
|
||||
*
|
||||
* This library is free software; you can redistribute it and/or
|
||||
* modify it under the terms of the GNU Lesser General Public
|
||||
* License as published by the Free Software Foundation; either
|
||||
* version 2.1 of the License, or (at your option) any later version.
|
||||
*
|
||||
* This library is distributed in the hope that it will be useful,
|
||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
||||
* Lesser General Public License for more details.
|
||||
*
|
||||
* You should have received a copy of the GNU Lesser General Public
|
||||
* License along with this library; if not, write to the Free Software
|
||||
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
||||
*/
|
||||
|
||||
LANGUAGE LANG_NORWEGIAN, SUBLANG_NEUTRAL
|
||||
|
||||
DLG_ACMFORMATCHOOSE_ID DIALOG DISCARDABLE 10, 20, 225, 100
|
||||
STYLE DS_MODALFRAME | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU
|
||||
CAPTION "Lyd utvalg"
|
||||
FONT 8, "MS Shell Dlg"
|
||||
BEGIN
|
||||
|
||||
LTEXT "&Navn:", -1, 5, 5, 115, 8, NOT WS_GROUP
|
||||
|
||||
COMBOBOX IDD_ACMFORMATCHOOSE_CMB_CUSTOM, 5, 15, 115, 60,
|
||||
CBS_DROPDOWNLIST | CBS_SORT | WS_VSCROLL | WS_TABSTOP
|
||||
|
||||
PUSHBUTTON "&Lagre som...", IDD_ACMFORMATCHOOSE_BTN_SETNAME, 125, 14, 45, 14
|
||||
PUSHBUTTON "&Fjern", IDD_ACMFORMATCHOOSE_BTN_DELNAME, 175, 14, 45, 14
|
||||
|
||||
LTEXT "&Format:", -1, 5, 41, 44, 8, NOT WS_GROUP
|
||||
|
||||
COMBOBOX IDD_ACMFORMATCHOOSE_CMB_FORMATTAG, 50, 39, 170, 60,
|
||||
CBS_DROPDOWNLIST | CBS_SORT | WS_VSCROLL | WS_TABSTOP
|
||||
|
||||
LTEXT "&Attributter:", -1, 5, 59, 44, 8, NOT WS_GROUP
|
||||
|
||||
#if 0
|
||||
COMBOBOX IDD_ACMFORMATCHOOSE_CMB_FORMAT, 50, 57, 170, 60,
|
||||
CBS_DROPDOWNLIST | WS_VSCROLL | WS_TABSTOP |
|
||||
CBS_OWNERDRAWFIXED | CBS_HASSTRINGS
|
||||
#else
|
||||
COMBOBOX IDD_ACMFORMATCHOOSE_CMB_FORMAT, 50, 57, 170, 60,
|
||||
CBS_DROPDOWNLIST | WS_VSCROLL | WS_TABSTOP
|
||||
#endif
|
||||
DEFPUSHBUTTON "OK", IDOK, 48, 80, 40, 14
|
||||
PUSHBUTTON "Avbryt", IDCANCEL, 92, 80, 40, 14
|
||||
PUSHBUTTON "&Hjelp", IDD_ACMFORMATCHOOSE_BTN_HELP, 136, 80, 40, 14
|
||||
|
||||
END
|
2373
reactos/dll/win32/rasdlg/lang/no-NO.rc
Normal file
2373
reactos/dll/win32/rasdlg/lang/no-NO.rc
Normal file
File diff suppressed because it is too large
Load diff
|
@ -36,6 +36,7 @@
|
|||
|
||||
#include "lang/de-DE.rc"
|
||||
#include "lang/en-US.rc"
|
||||
#include "lang/no-NO.rc"
|
||||
#include "lang/pl-PL.rc"
|
||||
#include "lang/ru-RU.rc"
|
||||
#include "lang/uk-UA.rc"
|
||||
|
|
41
reactos/dll/win32/serialui/lang/no-NO.rc
Normal file
41
reactos/dll/win32/serialui/lang/no-NO.rc
Normal file
|
@ -0,0 +1,41 @@
|
|||
LANGUAGE LANG_NORWEGIAN, SUBLANG_NEUTRAL
|
||||
|
||||
STRINGTABLE LOADONCALL DISCARDABLE
|
||||
BEGIN
|
||||
IDS_EVENPARITY, "Even"
|
||||
IDS_MARKPARITY, "Mark"
|
||||
IDS_NOPARITY, "No parity"
|
||||
IDS_ODDPARITY, "Odd"
|
||||
IDS_SPACEPARITY, "Space"
|
||||
|
||||
IDS_ONESTOPBIT, "1 stopp bit"
|
||||
IDS_ONE5STOPBITS, "1.5 stopp bits"
|
||||
IDS_TWOSTOPBITS, "2 stopp bits"
|
||||
|
||||
IDS_FC_NO, "Nei"
|
||||
IDS_FC_CTSRTS, "CTS/RTS"
|
||||
IDS_FC_XONXOFF, "XON/XOFF"
|
||||
|
||||
IDS_TITLE, "Egenskaper for %s"
|
||||
END
|
||||
|
||||
IDD_COMMDLG DIALOGEX 6,5,222,175
|
||||
FONT 8, "MS Shell Dlg"
|
||||
STYLE 0x10C80080
|
||||
EXSTYLE 0x00000001
|
||||
BEGIN
|
||||
CONTROL "",IDC_GRP1,"Button",0x50000007,6,5,210,146,0x00000000
|
||||
CONTROL "OK",IDC_OKBTN,"Button",0x50010000,98,156,56,13,0x00000000
|
||||
CONTROL "Avbryt",IDC_CANCELBTN,"Button",0x50010000,158,156,56,13,0x00000000
|
||||
CONTROL "Baud rate:",IDC_STC1,"Static",0x50000000,24,31,42,9,0x00000000
|
||||
CONTROL "Byte størrelse:",IDC_STC2,"Static",0x50000000,24,53,42,9,0x00000000
|
||||
CONTROL "Parity:",IDC_STC3,"Static",0x50000000,24,73,42,9,0x00000000
|
||||
CONTROL "Stop bits:",IDC_STC4,"Static",0x50000000,24,96,42,9,0x00000000
|
||||
CONTROL "Flow kontroll:",IDC_STC5,"Static",0x50000000,24,120,42,9,0x00000000
|
||||
CONTROL "",IDC_BAUDRATE,"ComboBox",0x50210003,98,29,100,50,0x00000000
|
||||
CONTROL "",IDC_BYTESIZE,"ComboBox",0x50210003,98,49,100,50,0x00000000
|
||||
CONTROL "",IDC_PARITY,"ComboBox",0x50210003,98,72,100,50,0x00000000
|
||||
CONTROL "",IDC_STOPBITS,"ComboBox",0x50210003,98,94,100,50,0x00000000
|
||||
CONTROL "",IDC_FLOW,"ComboBox",0x50210003,98,116,100,50,0x00000000
|
||||
END
|
||||
|
|
@ -17,6 +17,7 @@ LANGUAGE LANG_NEUTRAL, SUBLANG_NEUTRAL
|
|||
#include "lang/fr-FR.rc"
|
||||
#include "lang/id-ID.rc"
|
||||
#include "lang/it-IT.rc"
|
||||
#include "lang/no-NO.rc"
|
||||
#include "lang/pl-PL.rc"
|
||||
#include "lang/ru-RU.rc"
|
||||
#include "lang/uk-UA.rc"
|
||||
|
|
|
@ -25,7 +25,7 @@ STYLE DS_MODALFRAME | DS_SHELLFONT | WS_POPUP | WS_VISIBLE | WS_CAPTION
|
|||
CAPTION "Kopierer filer . . ."
|
||||
FONT 8, "MS Shell Dlg"
|
||||
BEGIN
|
||||
PUSHBUTTON "Cancel", IDCANCEL, 79, 84, 50, 14, WS_CHILD | WS_VISIBLE | WS_TABSTOP
|
||||
PUSHBUTTON "Avbryt", IDCANCEL, 79, 84, 50, 14, WS_CHILD | WS_VISIBLE | WS_TABSTOP
|
||||
LTEXT "Kilde:", -1, 7, 7, 77, 11, WS_CHILD | WS_VISIBLE | WS_GROUP
|
||||
LTEXT "", SOURCESTRORD, 7, 18, 194, 11, WS_CHILD | WS_VISIBLE | WS_GROUP
|
||||
LTEXT "Mål:", -1, 7, 30, 77, 11, WS_CHILD | WS_VISIBLE | WS_GROUP
|
||||
|
@ -35,7 +35,7 @@ END
|
|||
|
||||
STRINGTABLE DISCARDABLE
|
||||
BEGIN
|
||||
IDS_QUERY_REBOOT_TEXT "Your computer needs to be rebooted to finish installation. Do you want to proceed?"
|
||||
IDS_QUERY_REBOOT_CAPTION "Reboot"
|
||||
IDS_INF_FILE "Setup Information"
|
||||
IDS_QUERY_REBOOT_TEXT "Din datamaskin trenger å startes på nytt for å fullføre installasjonen. Vil du starte på nytt?"
|
||||
IDS_QUERY_REBOOT_CAPTION "Start på nytt"
|
||||
IDS_INF_FILE "Installerings informasjon"
|
||||
END
|
||||
|
|
446
reactos/dll/win32/tapiui/lang/no-NO.rc
Normal file
446
reactos/dll/win32/tapiui/lang/no-NO.rc
Normal file
|
@ -0,0 +1,446 @@
|
|||
LANGUAGE LANG_NORWEGIAN, SUBLANG_NEUTRAL
|
||||
|
||||
101 DIALOGEX 0, 0, 252, 218
|
||||
STYLE DS_SHELLFONT | DS_MODALFRAME | WS_POPUPWINDOW | WS_CAPTION
|
||||
CAPTION "Dialing Rules"
|
||||
FONT 8, "MS Shell Dlg"
|
||||
BEGIN
|
||||
ICON 201, 2000, 7, 7, 21, 20
|
||||
LTEXT "The list below displays the locations you have specified. Select the location from which you are dialing.", -1, 35, 7, 210, 16
|
||||
LTEXT "&Locations:", -1, 7, 35, 210, 8
|
||||
CONTROL "", 1033, "SysListView32", WS_BORDER | WS_TABSTOP | 0x0000011D, 7, 46, 238, 105, WS_EX_CLIENTEDGE
|
||||
PUSHBUTTON "&Ny...", 1030, 87, 155, 50, 14
|
||||
PUSHBUTTON "&Rediger...", 1031, 141, 155, 50, 14
|
||||
PUSHBUTTON "&Slett", 1032, 195, 155, 50, 14
|
||||
LTEXT "Phone number will be dialed as:", 1052, 7, 181, 100, 8
|
||||
LTEXT "", 1053, 14, 195, 224, 16
|
||||
END
|
||||
|
||||
102 DIALOGEX 0, 0, 252, 255
|
||||
STYLE DS_SHELLFONT | DS_MODALFRAME | WS_POPUPWINDOW | WS_CAPTION
|
||||
CAPTION "Generielt"
|
||||
FONT 8, "MS Shell Dlg"
|
||||
BEGIN
|
||||
ICON 202, 2000, 7, 7, 20, 20
|
||||
LTEXT "Location &name:", -1, 35, 11, 56, 8, SS_CENTERIMAGE
|
||||
EDITTEXT 1038, 96, 8, 149, 14, ES_AUTOHSCROLL
|
||||
LTEXT "Specify the location from which you will be dialing.", 2001, 7, 33, 238, 8
|
||||
LTEXT "Språk/®ion:", -1, 7, 49, 161, 8
|
||||
COMBOBOX 1006, 7, 60, 175, 200, CBS_DROPDOWNLIST | CBS_SORT | WS_VSCROLL
|
||||
LTEXT "Area &code:", -1, 190, 49, 48, 8
|
||||
EDITTEXT 1034, 190, 60, 48, 12, ES_AUTOHSCROLL
|
||||
GROUPBOX "Dialing rules", 2002, 7, 80, 238, 92
|
||||
LTEXT "When dialing from this location, use the following rules:", 2003, 14, 92, 224, 8
|
||||
LTEXT "To access an outside line for &local calls, dial:", -1, 14, 106, 170, 8
|
||||
EDITTEXT 1010, 190, 104, 48, 12, ES_AUTOHSCROLL
|
||||
LTEXT "To access an outside line for long-&distance calls, dial:", -1, 14, 122, 170, 8
|
||||
EDITTEXT 1011, 190, 120, 48, 12, ES_AUTOHSCROLL
|
||||
LTEXT "Use this carri&er code to make long-distance calls:", -1, 14, 138, 170, 8
|
||||
EDITTEXT 1059, 190, 136, 48, 12, ES_AUTOHSCROLL
|
||||
LTEXT "Use this carrier code to make &international calls:", -1, 14, 154, 170, 8
|
||||
EDITTEXT 1060, 190, 152, 48, 12, ES_AUTOHSCROLL
|
||||
AUTOCHECKBOX "To disable call &waiting, dial:", 1035, 14, 177, 170, 10
|
||||
COMBOBOX 1013, 190, 176, 48, 73, CBS_DROPDOWN | CBS_SORT | WS_VSCROLL
|
||||
LTEXT "Dial using:", -1, 14, 195, 40, 8
|
||||
AUTORADIOBUTTON "&Tone", 1036, 58, 194, 50, 10, NOT WS_TABSTOP
|
||||
AUTORADIOBUTTON "&Pulse", 1037, 112, 194, 50, 10, NOT WS_TABSTOP
|
||||
LTEXT "Phone number will be dialed as:", 1052, 7, 219, 100, 8
|
||||
LTEXT "", 1053, 14, 232, 224, 16
|
||||
END
|
||||
|
||||
103 DIALOGEX 0, 0, 252, 218
|
||||
STYLE DS_SHELLFONT | DS_MODALFRAME | WS_POPUPWINDOW | WS_CAPTION
|
||||
CAPTION "Area Code Rules"
|
||||
FONT 8, "MS Shell Dlg"
|
||||
BEGIN
|
||||
LTEXT "An area code rule determines how phone numbers are dialed from your current area code to other area codes and within your area code.", 2000, 7, 7, 238, 16
|
||||
LTEXT "Area &code rules:", -1, 7, 31, 238, 8
|
||||
CONTROL "", 1033, "SysListView32", WS_BORDER | WS_TABSTOP | 0x0000801D, 7, 42, 238, 99, WS_EX_CLIENTEDGE
|
||||
PUSHBUTTON "&Ny...", 1030, 87, 147, 50, 14
|
||||
PUSHBUTTON "&Rediger...", 1031, 141, 147, 50, 14
|
||||
PUSHBUTTON "&Slett", 1032, 195, 147, 50, 14
|
||||
GROUPBOX "Beskrivelse", 2006, 7, 166, 238, 45
|
||||
LTEXT "", 1039, 14, 180, 224, 24
|
||||
END
|
||||
|
||||
104 DIALOGEX 0, 0, 252, 218
|
||||
STYLE DS_SHELLFONT | DS_MODALFRAME | WS_POPUPWINDOW | WS_CAPTION
|
||||
CAPTION "Calling Card"
|
||||
FONT 8, "MS Shell Dlg"
|
||||
BEGIN
|
||||
LTEXT "Select the calling card you will use, or click New to add a different card.", 2000, 7, 7, 238, 8
|
||||
LTEXT "Card &Types:", -1, 7, 23, 238, 8
|
||||
CONTROL "", 1033, "SysListView32", WS_BORDER | WS_TABSTOP | 0x0000400D, 7, 34, 238, 63, WS_EX_CLIENTEDGE
|
||||
PUSHBUTTON "&Ny...", 1030, 87, 103, 50, 14
|
||||
PUSHBUTTON "&Rediger...", 1031, 141, 103, 50, 14
|
||||
PUSHBUTTON "&Slett", 1032, 195, 103, 50, 14
|
||||
LTEXT "K&onto nummer:", -1, 7, 127, 91, 8
|
||||
EDITTEXT 1018, 102, 125, 143, 12, ES_AUTOHSCROLL
|
||||
LTEXT "&Personlig ID nummer (PIN):", -1, 7, 145, 91, 8
|
||||
EDITTEXT 1019, 102, 143, 143, 12, ES_AUTOHSCROLL
|
||||
GROUPBOX "Access phone numbers for", 2001, 7, 158, 238, 53
|
||||
LTEXT "Long distance calls:", -1, 14, 172, 84, 8
|
||||
LTEXT "", 1042, 102, 172, 136, 8
|
||||
LTEXT "International calls:", -1, 14, 184, 84, 8
|
||||
LTEXT "", 1043, 102, 184, 136, 8
|
||||
LTEXT "Local calls:", -1, 14, 196, 84, 8
|
||||
LTEXT "", 1051, 102, 196, 136, 8
|
||||
END
|
||||
|
||||
105 DIALOGEX 0, 0, 252, 218
|
||||
STYLE DS_SHELLFONT | DS_MODALFRAME | WS_POPUPWINDOW | WS_CAPTION
|
||||
CAPTION "Generiel"
|
||||
FONT 8, "MS Shell Dlg"
|
||||
BEGIN
|
||||
ICON 203, 2000, 7, 7, 20, 20
|
||||
LTEXT "&Calling card name:", -1, 35, 12, 64, 8, SS_CENTERIMAGE
|
||||
EDITTEXT 1047, 105, 9, 140, 14, ES_AUTOHSCROLL
|
||||
LTEXT "Account &number:", -1, 7, 35, 238, 8
|
||||
EDITTEXT 1018, 7, 46, 116, 14, ES_AUTOHSCROLL
|
||||
LTEXT "&Personal Identification Number (PIN):", -1, 7, 68, 238, 8
|
||||
EDITTEXT 1019, 7, 80, 116, 14, ES_AUTOHSCROLL
|
||||
LTEXT "This calling card will be used when:", 1056, 14, 117, 224, 8
|
||||
GROUPBOX "Calling card details", 2001, 7, 105, 238, 66
|
||||
LTEXT "", 1000, 22, 131, 216, 8
|
||||
LTEXT "", 1001, 22, 143, 216, 8
|
||||
LTEXT "", 1002, 22, 155, 216, 8
|
||||
END
|
||||
|
||||
106 DIALOGEX 0, 0, 252, 218
|
||||
STYLE DS_SHELLFONT | DS_MODALFRAME | WS_POPUPWINDOW | WS_CAPTION
|
||||
CAPTION "Long Distance"
|
||||
FONT 8, "MS Shell Dlg"
|
||||
BEGIN
|
||||
LTEXT "Access number for &long distance calls:", -1, 7, 7, 238, 8
|
||||
EDITTEXT 1044, 7, 18, 140, 14, ES_AUTOHSCROLL
|
||||
LTEXT "Use the buttons below to enter the dialing steps for making long-distance calls. Enter these steps in the exact order as they appear on your calling card.", 2000, 7, 40, 238, 24
|
||||
LTEXT "Calling ca&rd dialing steps:", -1, 7, 72, 80, 8
|
||||
CONTROL "List1", 1033, "SysListView32", WS_BORDER | WS_TABSTOP | 0x0000400D, 7, 83, 184, 74, WS_EX_CLIENTEDGE
|
||||
PUSHBUTTON "Flytt &opp", 1022, 195, 83, 50, 14
|
||||
PUSHBUTTON "&Flytt ned", 1023, 195, 101, 50, 14
|
||||
PUSHBUTTON "&Slett", 1024, 195, 119, 50, 14
|
||||
PUSHBUTTON "Konto &Nummer", 1025, 7, 161, 90, 14
|
||||
PUSHBUTTON "&Konto Nummer", 1018, 101, 161, 90, 14
|
||||
PUSHBUTTON "&PIN", 1019, 7, 179, 90, 14
|
||||
PUSHBUTTON "D&estination Number...", 1020, 101, 179, 90, 14
|
||||
PUSHBUTTON "&Wait for Prompt...", 1017, 7, 197, 90, 14
|
||||
PUSHBUTTON "&Specify Digits...", 1021, 101, 197, 90, 14
|
||||
END
|
||||
|
||||
107 DIALOGEX 0, 0, 252, 218
|
||||
STYLE DS_SHELLFONT | DS_MODALFRAME | WS_POPUPWINDOW | WS_CAPTION
|
||||
CAPTION "International"
|
||||
FONT 8, "MS Shell Dlg"
|
||||
BEGIN
|
||||
LTEXT "Access number for &international calls:", -1, 7, 7, 238, 8
|
||||
EDITTEXT 1045, 7, 18, 140, 14, ES_AUTOHSCROLL
|
||||
LTEXT "Use the buttons below to enter the dialing steps for making international calls. Enter these steps in the exact order as they appear on your calling card.", 2000, 7, 40, 244, 24
|
||||
LTEXT "Calling ca&rd dialing steps:", -1, 7, 72, 80, 8
|
||||
CONTROL "List1", 1033, "SysListView32", WS_BORDER | WS_TABSTOP | 0x0000400D, 7, 83, 184, 74, WS_EX_CLIENTEDGE
|
||||
PUSHBUTTON "Flytt &opp", 1022, 195, 83, 50, 14
|
||||
PUSHBUTTON "&Flytt ned", 1023, 195, 101, 50, 14
|
||||
PUSHBUTTON "&Slett", 1024, 195, 119, 50, 14
|
||||
PUSHBUTTON "Tilgang &nummer", 1025, 7, 161, 90, 14
|
||||
PUSHBUTTON "A&ccount Number", 1018, 101, 161, 90, 14
|
||||
PUSHBUTTON "&PIN", 1019, 7, 179, 90, 14
|
||||
PUSHBUTTON "D&estination Number...", 1020, 101, 179, 90, 14
|
||||
PUSHBUTTON "&Wait for Prompt...", 1017, 7, 197, 90, 14
|
||||
PUSHBUTTON "&Specify Digits...", 1021, 101, 197, 90, 14
|
||||
END
|
||||
|
||||
108 DIALOGEX 0, 0, 252, 218
|
||||
STYLE DS_SHELLFONT | DS_MODALFRAME | WS_POPUPWINDOW | WS_CAPTION
|
||||
CAPTION "Local Calls"
|
||||
FONT 8, "MS Shell Dlg"
|
||||
BEGIN
|
||||
LTEXT "Access number for &local calls:", -1, 7, 7, 238, 8
|
||||
EDITTEXT 1008, 7, 18, 140, 14, ES_AUTOHSCROLL
|
||||
LTEXT "Use the buttons below to enter the dialing steps for making local calls. Enter these steps in the exact order as they appear on your calling card. To make local calls without using your calling card, leave this section blank.", 2000, 7, 40, 238, 24
|
||||
LTEXT "Calling ca&rd dialing steps:", -1, 7, 72, 238, 8
|
||||
CONTROL "List1", 1033, "SysListView32", WS_BORDER | WS_TABSTOP | 0x0000400D, 7, 83, 184, 74, WS_EX_CLIENTEDGE
|
||||
PUSHBUTTON "Flytt &opp", 1022, 195, 83, 50, 14
|
||||
PUSHBUTTON "&Flytt ned", 1023, 195, 101, 50, 14
|
||||
PUSHBUTTON "&Slett", 1024, 195, 119, 50, 14
|
||||
PUSHBUTTON "Access &Number", 1025, 7, 161, 90, 14
|
||||
PUSHBUTTON "A&ccount Number", 1018, 101, 161, 90, 14
|
||||
PUSHBUTTON "&PIN", 1019, 7, 179, 90, 14
|
||||
PUSHBUTTON "D&estination Number...", 1020, 101, 179, 90, 14
|
||||
PUSHBUTTON "&Wait for Prompt...", 1017, 7, 197, 90, 14
|
||||
PUSHBUTTON "&Specify Digits...", 1021, 101, 197, 90, 14
|
||||
END
|
||||
|
||||
109 DIALOGEX 0, 0, 252, 257
|
||||
STYLE DS_SHELLFONT | DS_MODALFRAME | WS_POPUPWINDOW | WS_CAPTION
|
||||
EXSTYLE WS_EX_CONTEXTHELP
|
||||
CAPTION "New Area Code Rule"
|
||||
FONT 8, "MS Shell Dlg"
|
||||
BEGIN
|
||||
LTEXT "This area code rule will only apply to calls made to the area code and prefix combination you specify below.", 2000, 7, 6, 238, 16
|
||||
LTEXT "Area code you are calling:", -1, 7, 31, 110, 8
|
||||
LTEXT "A&rea code:", -1, 7, 47, 36, 8
|
||||
EDITTEXT 1034, 46, 44, 50, 14, ES_AUTOHSCROLL
|
||||
LTEXT "Specify the prefixes to be used for this area code rule.", -1, 14, 78, 224, 8
|
||||
AUTORADIOBUTTON "&Include all the prefixes within this area code", 1014, 14, 90, 224, 12, NOT WS_TABSTOP
|
||||
AUTORADIOBUTTON "Include &only the prefixes in the list below:", 1015, 14, 104, 224, 12, NOT WS_TABSTOP
|
||||
LTEXT "&Prefixes to include:", 1057, 26, 117, 119, 8
|
||||
CONTROL "List1", 1033, "SysListView32", WS_BORDER | WS_TABSTOP | 0x0000411D, 25, 128, 66, 32, WS_EX_CLIENTEDGE
|
||||
PUSHBUTTON "&Add...", 1005, 95, 128, 50, 14
|
||||
PUSHBUTTON "D&elete", 1024, 95, 146, 50, 14
|
||||
LTEXT "When dialing phone numbers that contain the prefixes above:", -1, 14, 184, 224, 8
|
||||
AUTOCHECKBOX "&Dial:", 1012, 14, 198, 30, 12
|
||||
EDITTEXT 1007, 46, 196, 42, 14, ES_AUTOHSCROLL
|
||||
AUTOCHECKBOX "Include the area &code", 1029, 14, 214, 85, 12
|
||||
DEFPUSHBUTTON "OK", 1, 141, 236, 50, 14
|
||||
PUSHBUTTON "Cancel", 2, 195, 236, 50, 14
|
||||
RTEXT "Area code", 2001, 133, 31, 51, 8
|
||||
LTEXT "Prefix", 2002, 200, 31, 45, 8
|
||||
CONTROL "", 2003, "STATIC", SS_BLACKFRAME | SS_SUNKEN, 180, 41, 1, 6
|
||||
CONTROL "", 2004, "STATIC", SS_BLACKFRAME | SS_SUNKEN, 203, 41, 1, 6
|
||||
RTEXT "X - X X X - X X X - X X X X", 2005, 133, 48, 112, 8
|
||||
GROUPBOX "Prefixes", -1, 7, 64, 238, 102
|
||||
GROUPBOX "Rules", -1, 7, 170, 238, 60
|
||||
END
|
||||
|
||||
110 DIALOGEX 0, 0, 227, 82
|
||||
STYLE DS_SHELLFONT | DS_MODALFRAME | WS_POPUPWINDOW | WS_CAPTION
|
||||
EXSTYLE WS_EX_CONTEXTHELP
|
||||
FONT 8, "MS Shell Dlg"
|
||||
BEGIN
|
||||
LTEXT "", 1003, 7, 7, 213, 8
|
||||
LTEXT "", 1039, 7, 23, 213, 8
|
||||
EDITTEXT 1031, 7, 34, 213, 14, ES_AUTOHSCROLL
|
||||
DEFPUSHBUTTON "OK", 1, 116, 62, 50, 14
|
||||
PUSHBUTTON "Avbryt", 2, 170, 62, 50, 14
|
||||
END
|
||||
|
||||
111 DIALOGEX 0, 0, 252, 124
|
||||
STYLE DS_SHELLFONT | DS_MODALFRAME | WS_POPUPWINDOW | WS_CAPTION
|
||||
EXSTYLE WS_EX_CONTEXTHELP
|
||||
CAPTION "Vent for"
|
||||
FONT 8, "MS Shell Dlg"
|
||||
BEGIN
|
||||
LTEXT "Select the type of prompt to wait for before continuing with the dialing sequence.", 2000, 7, 7, 238, 16
|
||||
AUTORADIOBUTTON "Wait for a &dial tone", 1009, 7, 31, 238, 10, WS_GROUP
|
||||
AUTORADIOBUTTON "Wait for a &voice message to complete", 1016, 7, 47, 238, 10, NOT WS_TABSTOP
|
||||
AUTORADIOBUTTON "Wait for a specific length of &time:", 1048, 7, 63, 238, 10, NOT WS_TABSTOP
|
||||
EDITTEXT 1050, 18, 77, 36, 14, ES_AUTOHSCROLL | WS_GROUP
|
||||
CONTROL "Spin1", 1049, "msctls_updown32", 0x00000036, 42, 78, 11, 14
|
||||
LTEXT "&sekunder", -1, 58, 81, 187, 8
|
||||
DEFPUSHBUTTON "OK", 1, 141, 103, 50, 14
|
||||
PUSHBUTTON "Avbryt", 2, 195, 103, 50, 14
|
||||
END
|
||||
|
||||
112 DIALOGEX 0, 0, 252, 111
|
||||
STYLE DS_SHELLFONT | DS_MODALFRAME | WS_POPUPWINDOW | WS_CAPTION
|
||||
EXSTYLE WS_EX_CONTEXTHELP
|
||||
CAPTION "Destination number"
|
||||
FONT 8, "MS Shell Dlg"
|
||||
BEGIN
|
||||
LTEXT "This step will place the destination number that you will be dialing into the calling card sequence. When dialing the destination number, which parts of the number do you want to dial?", 2000, 7, 7, 238, 24
|
||||
AUTOCHECKBOX "Dial the &country/region code", 1027, 7, 39, 238, 10
|
||||
AUTOCHECKBOX "Dial the &area code", 1034, 7, 55, 238, 10
|
||||
AUTOCHECKBOX "Dial the &number", 1008, 7, 71, 238, 10, WS_DISABLED
|
||||
DEFPUSHBUTTON "OK", 1, 141, 92, 50, 14
|
||||
PUSHBUTTON "Avbryt", 2, 195, 92, 50, 14
|
||||
END
|
||||
|
||||
113 DIALOGEX 0, 0, 252, 218
|
||||
STYLE DS_SHELLFONT | DS_MODALFRAME | WS_POPUPWINDOW | WS_CAPTION
|
||||
CAPTION "Avansert"
|
||||
FONT 8, "MS Shell Dlg"
|
||||
BEGIN
|
||||
ICON 201, 2000, 7, 7, 20, 20
|
||||
LTEXT "The following telephony providers are installed on this computer:", -1, 40, 7, 205, 8
|
||||
LTEXT "&Providers:", -1, 7, 35, 238, 8
|
||||
LISTBOX 1033, 7, 46, 238, 147, LBS_STANDARD | LBS_NOINTEGRALHEIGHT | WS_TABSTOP
|
||||
PUSHBUTTON "L&egg til...", 1005, 87, 197, 50, 14
|
||||
PUSHBUTTON "&Fjern", 1024, 141, 197, 50, 14
|
||||
PUSHBUTTON "&Konfigurer...", 1031, 195, 197, 50, 14
|
||||
END
|
||||
|
||||
114 DIALOGEX 20, 15, 252, 127
|
||||
STYLE DS_SHELLFONT | DS_MODALFRAME | DS_CONTEXTHELP | WS_POPUPWINDOW | WS_VISIBLE | WS_CAPTION
|
||||
CAPTION "Add Provider"
|
||||
FONT 8, "MS Shell Dlg"
|
||||
BEGIN
|
||||
LTEXT "Select the provider you wish to install from the list below, and click Add.", 2000, 7, 7, 241, 8
|
||||
LTEXT "&Telephony providers:", -1, 7, 23, 144, 10
|
||||
LISTBOX 1055, 7, 34, 238, 74, LBS_STANDARD | WS_TABSTOP
|
||||
PUSHBUTTON "&Legg til", 1005, 141, 106, 50, 14
|
||||
DEFPUSHBUTTON "Avbryt", 2, 195, 106, 50, 14
|
||||
END
|
||||
|
||||
115 DIALOGEX 10, 10, 303, 228
|
||||
STYLE DS_SHELLFONT | DS_MODALFRAME | DS_CONTEXTHELP | WS_POPUPWINDOW | WS_VISIBLE | WS_CAPTION
|
||||
EXSTYLE WS_EX_CONTEXTHELP
|
||||
CAPTION "Location Information"
|
||||
FONT 8, "MS Shell Dlg"
|
||||
BEGIN
|
||||
CONTROL 302, 302, "STATIC", SS_BITMAP, 10, 10, 88, 155
|
||||
LTEXT "Before you can make any phone or modem connections, ReactOS needs the following information about your current location.", 2000, 107, 15, 188, 25
|
||||
LTEXT "&What country/region are you in now?", -1, 107, 43, 189, 10
|
||||
COMBOBOX 1006, 107, 55, 180, 200, CBS_DROPDOWNLIST | CBS_SORT | WS_VSCROLL
|
||||
LTEXT "What area &code (or city code) are you in now?", -1, 107, 74, 189, 10
|
||||
EDITTEXT 1034, 107, 87, 45, 12, ES_AUTOHSCROLL
|
||||
LTEXT "If you need to specify a ca&rrier code, what is it?", -1, 107, 105, 189, 10
|
||||
EDITTEXT 1058, 106, 118, 45, 12, ES_UPPERCASE | ES_AUTOHSCROLL
|
||||
LTEXT "If you dial a number to access an &outside line, what is it?", -1, 107, 137, 189, 10
|
||||
EDITTEXT 1010, 107, 149, 45, 12, ES_UPPERCASE | ES_AUTOHSCROLL
|
||||
LTEXT "The phone system at this location uses:", -1, 107, 168, 189, 10
|
||||
AUTORADIOBUTTON "&Tone dialing", 1036, 107, 178, 57, 14, WS_GROUP | NOT WS_TABSTOP
|
||||
AUTORADIOBUTTON "&Pulse dialing", 1037, 175, 178, 57, 14, NOT WS_TABSTOP
|
||||
DEFPUSHBUTTON "OK", 1, 192, 204, 50, 14
|
||||
PUSHBUTTON "Cancel", 2, 246, 204, 50, 14
|
||||
END
|
||||
|
||||
400 DIALOGEX 0, 0, 290, 151
|
||||
STYLE DS_SHELLFONT | DS_MODALFRAME | WS_POPUP | WS_VISIBLE | WS_CAPTION
|
||||
FONT 8, "MS Shell Dlg"
|
||||
BEGIN
|
||||
CONTROL 302, 302, "STATIC", SS_BITMAP, 0, 0, 88, 155
|
||||
LTEXT "Before you can make any phone or modem connections, ReactOS needs the following information about your current location.", 2000, 95, 2, 188, 25
|
||||
LTEXT "&What country/region are you in now?", -1, 95, 30, 188, 10
|
||||
COMBOBOX 1006, 95, 41, 177, 68, CBS_DROPDOWNLIST | CBS_SORT | WS_VSCROLL
|
||||
LTEXT "What area &code (or city code) are you in now?", -1, 95, 61, 188, 10
|
||||
EDITTEXT 1034, 95, 73, 40, 14, ES_AUTOHSCROLL
|
||||
LTEXT "If you dial a number to access an &outside line, what is it?", -1, 95, 96, 188, 10
|
||||
EDITTEXT 1010, 95, 107, 40, 14, ES_UPPERCASE | ES_AUTOHSCROLL
|
||||
LTEXT "The phone system at this location uses:", -1, 95, 129, 159, 10
|
||||
AUTORADIOBUTTON "&Tone dialing", 1036, 95, 139, 55, 12, WS_GROUP | NOT WS_TABSTOP
|
||||
AUTORADIOBUTTON "&Pulse dialing", 1037, 155, 139, 55, 12, NOT WS_TABSTOP
|
||||
END
|
||||
|
||||
500 DIALOGEX 0, 0, 235, 88
|
||||
STYLE DS_SHELLFONT | DS_MODALFRAME | DS_SETFOREGROUND | DS_CENTER | WS_POPUPWINDOW | WS_CAPTION
|
||||
CAPTION "ReactOS Explorer"
|
||||
FONT 8, "MS Shell Dlg"
|
||||
BEGIN
|
||||
ICON 504, 501, 13, 14, 21, 20
|
||||
LTEXT "", 502, 47, 15, 180, 32
|
||||
AUTOCHECKBOX "&In the future, always trust this page", 503, 50, 47, 147, 12
|
||||
DEFPUSHBUTTON "&OK", 505, 110, 65, 50, 14
|
||||
PUSHBUTTON "&Avbryt", 506, 164, 65, 50, 14
|
||||
END
|
||||
|
||||
STRINGTABLE
|
||||
BEGIN
|
||||
1 "Telefon og Modem valg"
|
||||
2 "Configure dialing rules and properties for using your modem."
|
||||
3 "Location"
|
||||
4 "To create a new location, click New."
|
||||
5 "New Location"
|
||||
6 "Edit Location"
|
||||
7 "New Calling Card"
|
||||
8 "Edit Calling Card"
|
||||
9 "Area Code"
|
||||
10 "Prefixes"
|
||||
11 "Rule"
|
||||
12 "The character you entered is invalid.\n\nValid characters are 0 through 9, *, #, and comma."
|
||||
13 "The character you entered is invalid.\n\nValid characters are 0 through 9, *, #, space, and comma."
|
||||
14 "The character you entered is invalid.\n\nValid characters are 0 through 9."
|
||||
15 "The character you entered is invalid."
|
||||
16 "Dial %1"
|
||||
17 "Dial %1 plus area code"
|
||||
18 "Dial area code"
|
||||
19 "Dial number only"
|
||||
20 "All"
|
||||
21 "Selected"
|
||||
22 "Edit Area Code Rule"
|
||||
23 "Select a rule in the list above to view its description, or click New to add a rule."
|
||||
24 "Dial '%2' plus the area code before the number for all calls within the %1 area code."
|
||||
25 "Dial '%2' before the number for all calls within the %1 area code."
|
||||
26 "Dial the area code before the number for all calls within the %1 area code."
|
||||
27 "Dial only the number for all calls within the %1 area code."
|
||||
28 "Dial '%2' plus the area code before the number for calls within the %1 area code, containing the prefixes you specified."
|
||||
29 "Dial '%2' before the number for calls within the %1 area code, containing the prefixes you specified."
|
||||
30 "Dial the area code before the number for calls within the %1 area code, containing the prefixes you specified."
|
||||
31 "Dial only the number for calls within the %1 area code, containing the prefixes you specified."
|
||||
32 "Dial a '1' before calls within all other area codes, and include the area code for all prefixes."
|
||||
33 "Add Prefix"
|
||||
34 "Enter one or more prefixes separated by spaces or commas."
|
||||
35 "Specify Digits"
|
||||
36 "Enter one or more digits (including * and #) to be dialed."
|
||||
37 "You tried to enter an invalid character.\n\nValid characters are 0 thru 9 and space."
|
||||
38 "Wait for %1!d! seconds."
|
||||
39 "Dial the access number."
|
||||
40 "Dial the account number."
|
||||
41 "Dial the PIN number."
|
||||
42 "Wait for a dial tone."
|
||||
43 "Wait for a voice message to end."
|
||||
44 "Dial the country/region code, area code, and number."
|
||||
45 "Dial the country/region code and number."
|
||||
46 "Dial the area code and number."
|
||||
47 "Dial the country/region code."
|
||||
48 "Dial the area code."
|
||||
49 "Dial the number."
|
||||
50 "dialing long distance calls."
|
||||
51 "dialing international calls."
|
||||
52 "dialing local calls."
|
||||
53 "There are no rules defined for how this calling card should be used."
|
||||
54 "You must enter the long distance carrier code for this location."
|
||||
55 "You must enter a name for this location."
|
||||
56 "You must enter the area code for this location."
|
||||
57 "You must select the number to dial to disable call waiting."
|
||||
58 "You must select the country or region that you are calling from."
|
||||
59 "Missing Information"
|
||||
60 "The location name you have entered is already in use. Please enter a unique name."
|
||||
61 "This calling card is missing some required information. To use this card, click Edit to provide more information, or select a different card."
|
||||
62 "You must select a default calling card. Select a card from the list, or click New to create a new card."
|
||||
63 "You must enter the calling card name."
|
||||
64 "You must enter the account number."
|
||||
65 "You must enter the PIN number."
|
||||
66 "There are no rules defined for this calling card. To create a rule, select the Long Distance, International, or Local Calls tab."
|
||||
67 "Your long distance rule requires your calling card's long distance access number."
|
||||
68 "Your international rule requires your calling card's international access number."
|
||||
69 "Your local rule requires your calling card's local access number."
|
||||
70 "Ingen"
|
||||
71 "Are you sure you want to remove the selected Telephony Service Provider?"
|
||||
72 "<no service provider is installed>"
|
||||
73 "You must enter the prefixes for which this rule applies."
|
||||
74 "&Digits:"
|
||||
75 "&Prefixes:"
|
||||
76 "You tried to enter an invalid character.\n\nValid characters are 0 thru 9, space, and comma."
|
||||
77 "Confirm Delete"
|
||||
78 "Are you sure you want to delete this location?"
|
||||
79 "Are you sure you want to delete this calling card?"
|
||||
80 "Are you sure you want to delete this area code rule?"
|
||||
81 "You must enter the digits to dial."
|
||||
82 "The calling card name you have entered is already in use. Please enter a unique name."
|
||||
83 "ReactOS needs telephone information about the location from which you will be dialing. If you cancel without providing this information, this program may not function correctly when dialing. In addition, some applications respond to your canceling this dialog box by immediately re-posting it.\nAre you sure you want to cancel?"
|
||||
84 "Confirm Cancel"
|
||||
85 "My Location"
|
||||
86 "<no service providers are available for installation>"
|
||||
87 "The character you entered is invalid.\n\nValid characters are 0 through 9, A through D, *, #, +, !, space, and comma."
|
||||
88 "You must enter the international carrier code for this location."
|
||||
89 "You must enter the carrier code for this location."
|
||||
90 "This page is attempting to make or monitor telephone calls or other multimedia connections on your computer.\nDo you want allow it to continue?"
|
||||
91 "This page is attempting to access directory information on your network.\nDo you want to allow it to continue?"
|
||||
92 "This page is attempting to access or change network conferencing information.\nDo you want to allow it to continue?"
|
||||
93 "This page is attempting to access or change registry information.\nDo you want to allow it to continue?"
|
||||
1064 "Phone And Modem control panel can not be opened. You may have a problem starting telephony service."
|
||||
1065 "Remove Provider"
|
||||
15800 "23"
|
||||
15801 "0,\"None (Direct Dial)\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",1"
|
||||
15802 "1,\"AT&T Direct Dial via 1010ATT1\",\"\",\"G\",\"J1FG\",\"J011EFG\",\"\",\"\",\"1010288\",\"1010288\",1"
|
||||
15803 "2,\"AT&T via 1010ATT0\",\"\",\"G\",\"J0FG$TH\",\"J01EFG$TH\",\"\",\"\",\"1010288\",\"1010288\",1"
|
||||
15804 "3,\"AT&T via 1-800-321-0288\",\"\",\"G\",\"J$TFG$TH\",\"J$T01EFG$TH\",\"\",\"\",\"18003210288\",\"18003210288\",1"
|
||||
15805 "4,\"MCI Direct Dial via 10102221\",\"\",\"G\",\"J1FG\",\"J011EFG\",\"\",\"\",\"1010222\",\"1010222\",1"
|
||||
15806 "5,\"MCI via 10102220\",\"\",\"G\",\"J0FG$TH\",\"J01EFG$TH\",\"\",\"\",\"1010222\",\"1010222\",1"
|
||||
15807 "6,\"MCI via 1-800-888-8000\",\"\",\"G\",\"J,,,,,,TH,,FG\",\"J,,,,,,TH,,011EFG\",\"\",\"\",\"18008888000\",\"18008888000\",1"
|
||||
15808 "7,\"MCI via 1-800-674-0700\",\"\",\"G\",\"J,,,,,,TH,,FG\",\"J,,,,,,TH,,011EFG\",\"\",\"\",\"18006740700\",\"18006740700\",1"
|
||||
15809 "8,\"MCI via 1-800-674-7000\",\"\",\"G\",\"J,,,,,,TH,,FG\",\"J,,,,,,TH,,011EFG\",\"\",\"\",\"18006747000\",\"18006747000\",1"
|
||||
15810 "9,\"US Sprint Direct Dial via 10103331\",\"\",\"G\",\"J1FG\",\"J011EFG\",\"\",\"\",\"1010333\",\"1010333\",1"
|
||||
15811 "10,\"US Sprint via 10103330\",\"\",\"G\",\"J0FG$TH\",\"J01EFG$TH\",\"\",\"\",\"1010333\",\"1010333\",1"
|
||||
15812 "11,\"US Sprint via 1-800-877-8000\",\"\",\"G\",\"J,,,T0FG,,H\",\"J,,,T01EFG#,H\",\"\",\"\",\"18008778000\",\"18008778000\",1"
|
||||
15813 "12,\"Calling Card via 0\",\"\",\"G\",\"0FG$TH\",\"01EFG$TH\",\"\",\"\",\"\",\"\",1"
|
||||
15814 "13,\"Carte France Telecom\",\"\",\"T3010,H,0FG#\",\"T3010,H,0FG#\",\"T3010,H,00EFG#\",\"\",\"\",\"\",\"\",1"
|
||||
15815 "14,\"Mercury (UK)\",\"\",\"J$TH,0FG\",\"J$TH,0FG\",\"J$TH,0FG\",\"\",\"0500800800\",\"0500800800\",\"0500800800\",1"
|
||||
15816 "15,\"British Telecom (UK)\",\"\",\"J$H,0FG\",\"J$H,0FG\",\"J$H,00EFG\",\"\",\"144\",\"144\".\"144\",1"
|
||||
15817 "16,\"CLEAR Communications (New Zealand)\",\"\",\"J$TH,0FG\",\"J$TH,0FG\",\"J$TH,00EFG\",\"\",\"0502333\",\"0502333\",\"0502333\",1"
|
||||
15818 "17,\"Telecom New Zealand\",\"\",\"J,0FG?H\",\"J,0FG?H\",\"J,00EFG?H\",\"\",\"012\",\"012\",\"012\",1"
|
||||
15819 "18,\"Global Card (Taiwan to USA)\",\"\",\"G\",\"0FG\",\"J,102880$TFG$H\",\"\",\"\",\"\",\"0080\",1"
|
||||
15820 "19,\"Telstra (Australia) via 1818 (voice)\",\"\",\"J$TH,FG#\",\"J$TH,FG#\",\"J$TH,0011EFG#\",\"\",\"1818\",\"1818\",\"1818\",1"
|
||||
15821 "20,\"Telstra (Australia) via 1818 (fax)\",\"\",\"J$TH,FG#\",\"J$TH,FG#\",\"J$TH,0015EFG#\",\"\",\"1818\",\"1818\",\"1818\",1"
|
||||
15822 "21,\"Optus (Australia) via 1812\",\"\",\"FG\",\"FG\",\"J@TH,0011EFG\",\"\",\"\",\"\",\"1812\",1"
|
||||
15823 "22,\"Optus (Australia) via 008551812\",\"\",\"FG\",\"FG\",\"J@TH,0011EFG\",\"\",\"\",\"\",\"008551812\",1"
|
||||
END
|
|
@ -17,6 +17,7 @@ IDB_WIZARD BITMAP "res/302.bmp"
|
|||
|
||||
#include "lang/de-DE.rc"
|
||||
#include "lang/en-US.rc"
|
||||
#include "lang/no-NO.rc"
|
||||
#include "lang/pl-PL.rc"
|
||||
#include "lang/ru-RU.rc"
|
||||
#include "lang/uk-UA.rc"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue