Стартовый пул
This commit is contained in:
2
Abbrevia/examples/COM/ASP/files/ESSENCE/00INDEX.TXT
Normal file
2
Abbrevia/examples/COM/ASP/files/ESSENCE/00INDEX.TXT
Normal file
@@ -0,0 +1,2 @@
|
||||
ESCONST.ENU 2K
|
||||
ESCONST.NOR 2K
|
34
Abbrevia/examples/COM/ASP/files/ESSENCE/ESCONST.ENU
Normal file
34
Abbrevia/examples/COM/ASP/files/ESSENCE/ESCONST.ENU
Normal file
@@ -0,0 +1,34 @@
|
||||
;*********************************************************
|
||||
;* ESCONST.STR 1.05 *
|
||||
;* Copyright (c) 1997-98 TurboPower Software Co *
|
||||
;* All rights reserved. *
|
||||
;*********************************************************
|
||||
|
||||
#include "esconst.inc"
|
||||
|
||||
SCEsColorBlack, "Black"
|
||||
SCEsColorMaroon, "Maroon"
|
||||
SCEsColorGreen, "Green"
|
||||
SCEsColorOlive, "Olive"
|
||||
SCEsColorNavy, "Navy"
|
||||
SCEsColorPurple, "Purple"
|
||||
SCEsColorTeal, "Teal"
|
||||
SCEsColorGray, "Gray"
|
||||
SCEsColorSilver, "Silver"
|
||||
SCEsColorRed, "Red"
|
||||
SCEsColorLime, "Lime"
|
||||
SCEsColorYellow, "Yellow"
|
||||
SCEsColorBlue, "Blue"
|
||||
SCEsColorFuchsia, "Fuchsia"
|
||||
SCEsColorAqua, "Aqua"
|
||||
SCEsColorWhite, "White"
|
||||
SCEsLabelNotAttached, "No label is attached"
|
||||
SCEsBlankDateNotAllowed, "A blank date is not allowed"
|
||||
SCEsInvalidDay, "Invalid day"
|
||||
SCEsInvalidMonth, "Invalid month"
|
||||
SCEsInvalidMonthName, "Invalid month name"
|
||||
SCEsInvalidYear, "Invalid year"
|
||||
SCEsDayIsRequired, "Day is required"
|
||||
SCEsMonthIsRequired, "Month is required"
|
||||
SCEsYearIsRequired, "Year is required"
|
||||
SCEsInvalidDate, "Invalid date"
|
35
Abbrevia/examples/COM/ASP/files/ESSENCE/ESCONST.NOR
Normal file
35
Abbrevia/examples/COM/ASP/files/ESSENCE/ESCONST.NOR
Normal file
@@ -0,0 +1,35 @@
|
||||
;*********************************************************
|
||||
;* ESCONST.STR 1.05 *
|
||||
;* Copyright (c) 1997-98 TurboPower Software Co *
|
||||
;* All rights reserved. *
|
||||
;*********************************************************
|
||||
;translated to norwegian Bokm<6B>l by Bj<42>rn T. J<>nsson, 02.02.1999
|
||||
|
||||
#include "esconst.inc"
|
||||
|
||||
SCEsColorBlack, "Svart"
|
||||
SCEsColorMaroon, "R<>dbrun"
|
||||
SCEsColorGreen, "Gr<47>nn"
|
||||
SCEsColorOlive, "Oliven"
|
||||
SCEsColorNavy, "Marinebl<62>"
|
||||
SCEsColorPurple, "Lilla"
|
||||
SCEsColorTeal, "Sj<53>gr<67>nn"
|
||||
SCEsColorGray, "Gr<47>"
|
||||
SCEsColorSilver, "S<>lv"
|
||||
SCEsColorRed, "R<>d"
|
||||
SCEsColorLime, "Lime"
|
||||
SCEsColorYellow, "Gul"
|
||||
SCEsColorBlue, "Bl<42>"
|
||||
SCEsColorFuchsia, "Fuksia"
|
||||
SCEsColorAqua, "Akvamarin"
|
||||
SCEsColorWhite, "Hvit"
|
||||
SCEsLabelNotAttached, "Ingen etikett vedlagt"
|
||||
SCEsBlankDateNotAllowed, "En blank dato er ikke tillatt"
|
||||
SCEsInvalidDay, "Ugyldig dag"
|
||||
SCEsInvalidMonth, "Ugyldig m<>ned"
|
||||
SCEsInvalidMonthName, "Ugyldig m<>nedsnavn"
|
||||
SCEsInvalidYear, "Ugyldig <20>r"
|
||||
SCEsDayIsRequired, "Dag er p<>krevet"
|
||||
SCEsMonthIsRequired, "M<>ned er krevet"
|
||||
SCEsYearIsRequired, "<22>r er krevet"
|
||||
SCEsInvalidDate, "Ugyldig dato"
|
Reference in New Issue
Block a user