Translations by xiaocao2000

xiaocao2000 has submitted the following strings to this translation. Contributions are visually coded: currently used translations, unreviewed suggestions, rejected suggestions.

149 of 49 results
1.
gODBCConfig - ODBC Data Source Administrator
2006-05-23
gODBCConfig - ODBC数据源管理
4.
Configure...
2006-05-23
配置...
5.
User data source configuration is stored in your home directory. This allows you configure data access without having to be system administrator
2006-05-23
用户数据源配置存储于您的用户文件夹。这样在配置数据源时不需要系统管理权限
8.
Driver
2006-05-23
驱动
9.
User DSN
2006-05-23
用户 DSN
10.
System data sources are shared among all users of this machine.These data sources may also be used by system services. Only the administrator can configure system data sources.
2006-05-23
系统数据源可供本机上的所有用户共享。本数据源也可用于系统服务。只有系统管理员才能配置系统数据源
11.
System DSN
2006-05-23
系统 DSN
12.
These drivers facilitate communication between the Driver Manager and the data server. Many ODBC drivers for Linux can be downloaded from the Internet while others are obtained from your database vendor.
2006-05-23
这些驱动促进了驱动管理程序和数据服务程序之间的通信。很多Linux下的ODBC驱动可以从网络上下载,其他的可以从您的数据库销售商处获得。
2006-05-23
这些驱动促进了驱动管理和数据服务程序之间的通信。很多Linux下的ODBC驱动可以从网络上下载,其他的可以从您的数据库销售商处获得。
13.
Driver Lib
2006-05-23
驱动数据库
15.
Drivers
2006-05-23
驱动
16.
Tracing allows you to create logs of the calls to ODBC drivers. Great for support people, or to aid you in debugging applications. You must be 'root' to set
2006-05-23
跟踪程序允许您创建访问ODBC驱动的日志。这样对于支持人员,或对于您调试程序都有很大的帮助↵ 您必须是“root”用户才能设置
19.
Tracing On
2006-05-23
开始跟踪
20.
Tracing
2006-05-23
正在跟踪
26.
Driver Manager
2006-05-23
驱动管理器
31.
gODBCConfig - Appication
2006-05-23
gODBC配置 - 应用程序
32.
The Application communicates with the Driver Manager using the standard ODBC calls. The application does not care; where the data is stored, how it is stored, or even how the system is configured to access the data. The Application only needs to know the data source name (DSN) The Application is not hard wired to a particular database system. This allows the user to select a different database system using the ODBCConfig Tool.
2006-05-23
本程序使用标准的ODBC调用来与驱动管理程序通信。↵ ↵ 本程序与数据的存储位置,存储方式,以及系统对数据连接方式的配置无关。↵ ↵ 本程序只需要数据源名称即可 (DSN)↵ ↵ 本程序并不与特定的数据库系统绑定。这样可以使用户通过ODBC配置工具选择不同的数据库系统。
33.
gODBCConfig - Driver Manager
2006-05-23
gODBC配置 - 驱动管理
34.
The Driver Manager carries out a number of functions, such as: 1. Resolve data source names via odbcinst lib) 2. Loads any required drivers 3. Calls the drivers exposed functions to communicate with the database. Some functionality, such as listing all Data Source, is only present in the Driver Manager or via odbcinst lib).
2006-05-23
本驱动管理程序可以完成许多功能,如下所示:↵ 1. 通过ODBC数据库分解数据源名称)↵ 2. 加载任何需要的驱动。↵ 3. 使驱动程序与数据库进行通讯。某些功能,如列出当前所有数据源,仅在驱动管理工具中或通过驱动数据库工具来实现)。
36.
ODBCConfig - Drivers
2006-05-23
ODBC配置 - 驱动
37.
The ODBC Drivers contain code specific to a Database System and provides a set of callable functions to the Driver Manager. Drivers may implement some database functionality when it is required by ODBC and is not present in the Database System. Drivers may also translate data types. ODBC Drivers can be obtained from the Internet or directly from the Database vendor. Check http://www.unixodbc.org for drivers
2006-05-23
ODBC驱动包含特殊的联接到数据库系统的代码,同时还提供了可供驱动管理工具使用的一套功能。↵ 在ODBC需要,而系同中并不存在相应功能的情况下,驱动程序可以执行某些特殊的数据库功能。↵ 驱动程序还可以转换数据类型。↵ ↵ ODBC驱动可以从网络或销售商处获得。↵ ↵ 驱动查找网址 http://www.unixodbc.org
38.
ODBCConfig - Database Systems
2006-05-23
ODBC配置 - 数据库系统
39.
Perhaps the most common type of Database System today is an SQL Server SQL Servers with Heavy Functionality ADABAS-D Empress Sybase - www.sybase.com Oracle - www.oracle.com SQL Servers with Lite Functionality MiniSQL MySQL Solid The Database System may be running on the local machine or on a remote machine. It may also store its information in a variety of ways. This does not matter to an ODBC application because the Driver Manager and the Driver provides a consistent interface to the Database System.
2006-05-23
也许现在大多数的数据库系统类型都是SQL数据库↵ ↵ 重量级SQL数据库↵ ADABAS-D↵ Empress↵ Sybase - www.sybase.com↵ Oracle - www.oracle.com↵ ↵ 轻量级SQL数据库↵ MiniSQL↵ MySQL↵ Solid↵ ↵ 数据库系统可能运行于本地或远程机器上。可能的存储数据方式也有很多种。但这些对于ODBC应用程序来说都不重要,因为驱动管理和驱动程序提供了联接到数据库的统一接口。
40.
ODBCConfig - odbc.ini
2006-05-23
ODBC配置 - odbc.ini
41.
This is the main configuration file for ODBC. It contains Data Source configuration. It is used by the Driver Manager to determine, from a given Data Source Name, such things as the name of the Driver. It is a simple text file but is configured using the ODBCConfig tool. The User data sources are typically stored in ~/.odbc.ini while the System data sources are stored in /etc/odbc.ini
2006-05-23
这是ODBC的主要配置文件。↵ 包含了数据源的配置。↵ ↵ 用于驱动管理程序通过给定的数据源名称,如驱动名称,来判断使用相应的驱动↵ ↵ 配置文件是简单的文本文件,但其是通过ODBC配置工具来进行配置的。↵ 用户数据源一般存放在~/.odbc.ini 文件中,而系统数据源存放于 /etc/odbc.ini↵
43.
This is the program you are using now. This program allows the user to easily configure ODBC.
2006-05-23
就是您现在正在使用的程序。本程序允许使用者非常简单的配置ODBC。
44.
ODBCConfig - odbcinst.ini
2006-05-23
ODBC配置 - odbcinst.ini
45.
odbcinst.ini contains a list of all installed ODBC Drivers. Each entry also contains some information about the driver such as the file name(s) of the driver. An entry should be made when an ODBC driver is installed and removed when the driver is uninstalled. This can be done using ODBCConfig or the odbcinst command tool.
2006-05-23
odbcinst.ini 包含了所有安装的 ODBC 驱动列表。每条均包含了相应的驱动信息,比如驱动名称等。↵ ↵ 当ODBC驱动安装或卸载时,文件中相应的条目会被安装或卸载掉。也可以通过ODBC配置工具或ODBC命令行工具来完成。
46.
ODBCConfig - Credits
2006-05-23
ODBC配置 - 贡献人员
47.
unixODBC consists of the following components - Driver Manager - GUI Data Manager - GUI Config - Several Drivers and Driver Config libs - Driver Code Template - Driver Config Code Template - ODBCINST lib - odbcinst (command line tool for install scripts) - INI lib - LOG lib - LST lib - TRE lib - SQI lib - isql (command line tool for SQL) All code is released under GPL and the LGPL license.
2006-05-23
unixODBC 包含如下组件↵ ↵ - Driver Manager 驱动管理↵ - GUI Data Manager 用户界面数据管理↵ - GUI Config 用户界面配置↵ - Several Drivers and Driver Config libs 一些驱动和驱动配置库↵ - Driver Code Template 驱动代码模版↵ - Driver Config Code Template 驱动配置代码模版↵ - ODBCINST lib ODBC安装库↵ - odbcinst (安装脚本命令行工具)↵ - INI lib↵ - LOG lib ↵ - LST lib↵ - TRE lib↵ - SQI lib↵ - isql (SQL命令行工具)↵ ↵ 所有代码均以 GPL 和 LGPL 授全形式发行。↵
48.
gODBCConfig - New Driver
2006-05-23
gODBC配置 - 新驱动
49.
FileUsage
2006-05-23
文件使用
51.
gODBCConfig - Configure Driver
2006-05-23
gODB配置 - 配置驱动
52.
gODBCConfig - Add DSN
2006-05-23
gODB配置 - 添加DSN
53.
Select the DRIVER to use or Add a new one
2006-05-23
选择需要使用的驱动,或新添加一个
54.
Could not load %s
2006-05-23
不能加载 %s
55.
Could not write to (%s)
2006-05-23
不能写入 (%s)
56.
Select a driver to remove
2006-05-23
选择需要删除的驱动
57.
Select a driver to configure
2006-05-23
选择需要配置的驱动
58.
Enter a DSN name
2006-05-23
输入DSN名称
59.
Could not construct a property list for (%s)
2006-05-23
不能为 (%s) 构建属性列表
60.
Select a driver to Use
2006-05-23
选择需要使用的驱动
62.
Select a DSN to configure
2006-05-23
选择需要配置的DSN
63.
Unable to find a Driver line for this entry
2006-05-23
不能找到本条目所需的驱动
65.
Select a DSN to Remove
2006-05-23
选择需要删除的DSN
66.
Could not write property list for (%s)
2006-05-23
不能为 (%s) 写入属性列表
67.
Could not write to %s
2006-05-23
不能写入 %s)
68.
Couldn't find pixmap file: %s
2006-05-23
不能找到文件:%s
69.
Couldn't create pixmap from file: %s
2006-05-23
不能从 %s 创建文件