?? ute_language_it.inc
字號:
<%
'---------------------------------------------------------------------------
'
' Project: UTE - (U)niversal ASP (T)able (E)ditor
'
' Module: UTE Language Specific Definitions - Italian
'
' Version: 3.00
'
' Comments: by Marco De Sortis
'
'---------------------------------------------------------------------------
'
' (c) in 2000-2003 by Tom Wellige
' http://www.wellige.com mailto:tom@wellige.com
'
' This project is released under the "GNU General Public License (GPL)"
' http://www.gnu.org/licenses/gpl.html
'
' and is maintained on SourceForge at
' http://sourceforge.net/projects/ute-asp/
'
' and can also be found on CodeProject at
' http://www.codeproject.com/asp/ute.asp
'
'---------------------------------------------------------------------------
Session.LCID = &h0410 ' Italian (Italian Standard)
'Session.LCID = &h0810 ' Italian (Switzerland)
' ---- Application ----
Const STR_SORT_ASC = "ordina crescente"
Const STR_SORT_DESC = "ordina decrescente"
Const STR_DATABASE = "Database"
Const STR_DB_TITLE = "%1"
Const STR_INSERT = "Aggiungi record"
Const STR_EDIT = "Modifica record"
Const STR_DELETE = "Elimina record"
Const STR_DEF_FILTER = "Imposta Filtro"
Const STR_NUM_FILTER = "Numero di Filtri:"
Const STR_NON_VIEW = "dati non visualizzabili"
Const STR_OK = "Ok"
Const STR_CANCEL = "Annulla"
Const STR_CLEAR = "Pulisci"
Const STR_PAGES = "Pagina:"
Const STR_NEXT_PAGE = "passa alla pagina successiva"
Const STR_PREV_PAGE = "passa alla pagina precedente"
Const STR_REC_COUNT = "Records per Pagina:"
Const STR_ALL = "Tutti"
Const STR_RECORDS = "Righe da %1 a %2 di %3 totali"
Const STR_POWERED_BY = "powered by %1 %2"
Const STR_FILTER = "Imposta Filtro"
Const STR_LIST_TABLES = "Elenca Tabelle del Database"
Const STR_EXPORT = "Esporta come file CSV (Excel)"
Const STR_DEF_SHOW = "Mostra Struttura Campi"
Const STR_DEF_HIDE = "Nasconde Struttura Campi"
Const STR_SQL_SHOW = "Visualizza il Comando SQL Attuale"
Const STR_SQL_HIDE = "Nascondi il Comando SQL Attuale"
Const STR_DEF_NAME = "Nome"
Const STR_DEF_TYPE = "Tipo"
Const STR_DEF_DEFINEDSIZE = "Dimensione Definita"
Const STR_DEF_PRECISION = "Precisione"
Const STR_DEF_ATTRIBUTES = "Attributi"
' ---- ADO -----
Const STR_ADO_KEY = "Key"
Const STR_ADO_MAYDEFER = "may defer"
Const STR_ADO_UPDATEABLE = "updatable"
Const STR_ADO_UNKNOWNUPDATEABLE = "unknown updatable"
Const STR_ADO_FIXED = "fixed"
Const STR_ADO_ISNULLABLE = "can be set to NULL"
Const STR_ADO_MAYBENULL = "may be NULL"
Const STR_ADO_LONG = "long"
Const STR_ADO_ROWID = "Row ID"
Const STR_ADO_ROWVERSION = "Row Version"
Const STR_ADO_CACHEDEFERRED = "Cache deferred"
Const STR_ADO_TYPE_EMPTY = "Empty"
Const STR_ADO_TYPE_TINYINT = "TinyInt"
Const STR_ADO_TYPE_SMALLINT = "SmallInt"
Const STR_ADO_TYPE_INTEGER = "Integer"
Const STR_ADO_TYPE_BIGINT = "BigInt"
Const STR_ADO_TYPE_UNSIGNEDTINYINT = "UnsignedTinyInt"
Const STR_ADO_TYPE_UNSIGNEDSMALLINT = "UnsignedSmallInt"
Const STR_ADO_TYPE_UNSIGNEDINT = "UnsignedInt"
Const STR_ADO_TYPE_UNSIGNEDBIGINT = "UnsignedBigInt"
Const STR_ADO_TYPE_SINGLE = "Single"
Const STR_ADO_TYPE_DOUBLE = "Double"
Const STR_ADO_TYPE_CURRENCY = "Currency"
Const STR_ADO_TYPE_DECIMAL = "Decimal"
Const STR_ADO_TYPE_NUMERIC = "Numeric"
Const STR_ADO_TYPE_BOOLEAN = "Boolean"
Const STR_ADO_TYPE_ERROR = "Error"
Const STR_ADO_TYPE_USERDEFINED = "UserDefined"
Const STR_ADO_TYPE_VARIANT = "Variant"
Const STR_ADO_TYPE_IDISPATCH = "IDispatch"
Const STR_ADO_TYPE_IUNKNOWN = "IUnknown"
Const STR_ADO_TYPE_GUID = "GUID"
Const STR_ADO_TYPE_DBDATE = "DBDate"
Const STR_ADO_TYPE_DBTIME = "DBTime"
Const STR_ADO_TYPE_DBTIMESTAMP = "DBTimeStamp"
Const STR_ADO_TYPE_BSTR = "BSTR"
Const STR_ADO_TYPE_CHAR = "Char"
Const STR_ADO_TYPE_VARCHAR = "VarChar"
Const STR_ADO_TYPE_LONGVARCHAR = "LongVarChar"
Const STR_ADO_TYPE_WCHAR = "WChar"
Const STR_ADO_TYPE_VARWCHAR = "VarWChar"
Const STR_ADO_TYPE_LONGVARWCHAR = "LongVarWChar"
Const STR_ADO_TYPE_BINARY = "Binary"
Const STR_ADO_TYPE_VARBINARY = "VarBinary"
Const STR_ADO_TYPE_LONGVARBINARY = "LongVarBinary"
Const STR_ADO_TYPE_CHAPTER = "Chapter"
Const STR_ADO_TYPE_PROPVARIANT = "PropVariant"
Const STR_ADO_TYPE_UNKONWN = "Unknown"
' ---- Error Messages ----
Const STR_ERR_1001 = "Invalid ODBC Connection String"
Const STR_ERR_1002 = "Missing ""%1"" URL parameter."
Const STR_ERR_1003 = "Invalid ""%1"" URL parameter. Must be numeric."
Const STR_ERR_1004 = "Invalid ""%1"" URL parameter. Must be ""1"", ""2"" or ""3""."
Const STR_ERR_1005 = "Invalid ""%1"" URL parameter. Must be either ""%2"" or ""%3""."
%>
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -