io.txt

来自「没的 没的 没的 没的 没的 没的 没的 没的 没的 没的 没的 没的 没的 没」· 文本 代码 · 共 56 行

TXT
56
字号
## IO.txt - Resources for I/O-related errors and exceptions.## Copyright (C) 2001  Southern Storm Software, Pty Ltd.## This program is free software; you can redistribute it and/or modify# it under the terms of the GNU General Public License as published by# the Free Software Foundation; either version 2 of the License, or# (at your option) any later version.## This program 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 General Public License for more details.## You should have received a copy of the GNU General Public License# along with this program; if not, write to the Free Software# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA#IO_StreamClosed=Stream ist bereits geschlossenIO_FileAccess=Invalid file access value specifiedIO_FileMode=Invalid file mode value specifiedIO_FileShare=Invalid file share value specifiedIO_InvalidPathname=Ungueltiger Pfad angegebenIO_IncorrectAccess=Incorrect access mode specified for file handleIO_WriteFailed=Schreibanfrage fehlgeschlagenIO_FlushFailed=flushanfrage fehlgeschlagenIO_ReadFailed=Leseanfrage fehlgeschlagenIO_SeekFailed=Suchanfrage fehlgeschlagenIO_SetLengthFailed=SetLength Anfrage fehlgeschlagenIO_EndOfStream=Versuch ueber das Ende des streams hinaus zu suchenIO_ReadEndOfStream=Versuch ueber das Ende des streams hinaus zu lesenIO_NotSupp_Seek=Der angegebene stream unterstuetzt kein SuchenIO_NotSupp_SetLength=Der angegebene stream unterstuetzt nicht seine Laenge zu setzenIO_NotSupp_Read=Der angegebene stream unterstuetzt kein LesenIO_NotSupp_Write=Der angegebene stream unterstuetzt kein SchreibenIO_NotSupp_Async=Der angegebene stream unterstuetzt keine asynchronen OperationenIO_PathNotFound=Der angegebene Pfad konnte nicht gefunden werdenIO_DirNotFound=Der angegebene Ordner konnte nicht gefunden werdenIO_FileNotFound=Konnte Datei nicht finden "{0}"IO_FileLoad=Konnte Datei nicht laden "{0}"IO_RegistryKeyClosed=Der Registry Schluessel wurde bereits geschlossenIO_RegistryReadOnly=Der Registry Schluessel kann nur gelesen werdenIO_RegistryKeyNotExist=Der Registry Schluessel existiert nichtIO_RegistryHasSubKeys=Der Registry Schluessel hat noch untergeordnete SchluesselIO_UnknownFile=Unbekannter DateinameIO_AccessDenied=Der Zugriff auf den angegebenen Pfadnamen ist nicht erlaubtIO_InvalidLength=Kann die stream Laenge nicht auf den angegebenen Wert aendernIO_InvalidSeekPosition=Ungueltige seek PositionIO_InvalidWhence=Ungueltiger seek StartIO_IsolatedStorage=Es ist ein Fehler beim Zugriff auf den isolierten Speicher zuzugreifenIO_FixedCapacity=Kann die Kapazitaet des Speicher streams nicht erhoehenIO_CannotReduceCapacity=Kann die Kapazitaet nicht unter die Laenge des streams vermindernIO_LockFailed=Fehler bei der Anforderung einer SperreIO_UnlockFailed=Fehler bei der Freigabe einer Sperre

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?