8325558: Add jcheck whitespace checking for properties files

Reviewed-by: naoto, dfuchs, joehw
This commit is contained in:
Magnus Ihse Bursie 2024-02-13 10:00:13 +00:00
parent ec20b0aa2e
commit c266800a3a
95 changed files with 756 additions and 761 deletions

View File

@ -15,7 +15,7 @@ version=0
domain=openjdk.org domain=openjdk.org
[checks "whitespace"] [checks "whitespace"]
files=.*\.cpp|.*\.hpp|.*\.c|.*\.h|.*\.java|.*\.cc|.*\.hh|.*\.m|.*\.mm|.*\.md|.*\.gmk|.*\.m4|.*\.ac|Makefile files=.*\.cpp|.*\.hpp|.*\.c|.*\.h|.*\.java|.*\.cc|.*\.hh|.*\.m|.*\.mm|.*\.md|.*\.properties|.*\.gmk|.*\.m4|.*\.ac|Makefile
ignore-tabs=.*\.gmk|Makefile ignore-tabs=.*\.gmk|Makefile
[checks "merge"] [checks "merge"]

View File

@ -26,376 +26,376 @@ temp.file.template: /tmp/%s
# The "real" types. # The "real" types.
# #
application/octet-stream: \ application/octet-stream: \
description=Generic Binary Stream;\ description=Generic Binary Stream;\
file_extensions=.saveme,.dump,.hqx,.arc,.o,.a,.bin,.exe,.z file_extensions=.saveme,.dump,.hqx,.arc,.o,.a,.bin,.exe,.z
application/oda: \ application/oda: \
description=ODA Document;\ description=ODA Document;\
file_extensions=.oda file_extensions=.oda
application/pdf: \ application/pdf: \
description=Adobe PDF Format;\ description=Adobe PDF Format;\
file_extensions=.pdf file_extensions=.pdf
application/postscript: \ application/postscript: \
description=Postscript File;\ description=Postscript File;\
file_extensions=.eps,.ai,.ps;\ file_extensions=.eps,.ai,.ps;\
icon=ps;\ icon=ps;\
action=application;\ action=application;\
application=imagetool %s application=imagetool %s
application/x-dvi: \ application/x-dvi: \
description=TeX DVI File;\ description=TeX DVI File;\
file_extensions=.dvi;\ file_extensions=.dvi;\
action=application;\ action=application;\
application=xdvi %s application=xdvi %s
application/x-hdf: \ application/x-hdf: \
description=Hierarchical Data Format;\ description=Hierarchical Data Format;\
file_extensions=.hdf;\ file_extensions=.hdf;\
action=save action=save
application/x-latex: \ application/x-latex: \
description=LaTeX Source;\ description=LaTeX Source;\
file_extensions=.latex file_extensions=.latex
application/x-netcdf: \ application/x-netcdf: \
description=Unidata netCDF Data Format;\ description=Unidata netCDF Data Format;\
file_extensions=.nc,.cdf;\ file_extensions=.nc,.cdf;\
action=save action=save
application/x-tex: \ application/x-tex: \
description=TeX Source;\ description=TeX Source;\
file_extensions=.tex file_extensions=.tex
application/x-texinfo: \ application/x-texinfo: \
description=Gnu Texinfo;\ description=Gnu Texinfo;\
file_extensions=.texinfo,.texi file_extensions=.texinfo,.texi
application/x-troff: \ application/x-troff: \
description=Troff Source;\ description=Troff Source;\
file_extensions=.t,.tr,.roff;\ file_extensions=.t,.tr,.roff;\
action=application;\ action=application;\
application=xterm -title troff -e sh -c \"nroff %s | col | more -w\" application=xterm -title troff -e sh -c \"nroff %s | col | more -w\"
application/x-troff-man: \ application/x-troff-man: \
description=Troff Manpage Source;\ description=Troff Manpage Source;\
file_extensions=.man;\ file_extensions=.man;\
action=application;\ action=application;\
application=xterm -title troff -e sh -c \"nroff -man %s | col | more -w\" application=xterm -title troff -e sh -c \"nroff -man %s | col | more -w\"
application/x-troff-me: \ application/x-troff-me: \
description=Troff ME Macros;\ description=Troff ME Macros;\
file_extensions=.me;\ file_extensions=.me;\
action=application;\ action=application;\
application=xterm -title troff -e sh -c \"nroff -me %s | col | more -w\" application=xterm -title troff -e sh -c \"nroff -me %s | col | more -w\"
application/x-troff-ms: \ application/x-troff-ms: \
description=Troff MS Macros;\ description=Troff MS Macros;\
file_extensions=.ms;\ file_extensions=.ms;\
action=application;\ action=application;\
application=xterm -title troff -e sh -c \"nroff -ms %s | col | more -w\" application=xterm -title troff -e sh -c \"nroff -ms %s | col | more -w\"
application/x-wais-source: \ application/x-wais-source: \
description=Wais Source;\ description=Wais Source;\
file_extensions=.src,.wsrc file_extensions=.src,.wsrc
application/zip: \ application/zip: \
description=Zip File;\ description=Zip File;\
file_extensions=.zip;\ file_extensions=.zip;\
icon=zip;\ icon=zip;\
action=save action=save
application/x-bcpio: \ application/x-bcpio: \
description=Old Binary CPIO Archive;\ description=Old Binary CPIO Archive;\
file_extensions=.bcpio; action=save file_extensions=.bcpio; action=save
application/x-cpio: \ application/x-cpio: \
description=Unix CPIO Archive;\ description=Unix CPIO Archive;\
file_extensions=.cpio; action=save file_extensions=.cpio; action=save
application/x-gtar: \ application/x-gtar: \
description=Gnu Tar Archive;\ description=Gnu Tar Archive;\
file_extensions=.gtar;\ file_extensions=.gtar;\
icon=tar;\ icon=tar;\
action=save action=save
application/x-shar: \ application/x-shar: \
description=Shell Archive;\ description=Shell Archive;\
file_extensions=.sh,.shar;\ file_extensions=.sh,.shar;\
action=save action=save
application/x-sv4cpio: \ application/x-sv4cpio: \
description=SVR4 CPIO Archive;\ description=SVR4 CPIO Archive;\
file_extensions=.sv4cpio; action=save file_extensions=.sv4cpio; action=save
application/x-sv4crc: \ application/x-sv4crc: \
description=SVR4 CPIO with CRC;\ description=SVR4 CPIO with CRC;\
file_extensions=.sv4crc; action=save file_extensions=.sv4crc; action=save
application/x-tar: \ application/x-tar: \
description=Tar Archive;\ description=Tar Archive;\
file_extensions=.tar;\ file_extensions=.tar;\
icon=tar;\ icon=tar;\
action=save action=save
application/x-ustar: \ application/x-ustar: \
description=US Tar Archive;\ description=US Tar Archive;\
file_extensions=.ustar;\ file_extensions=.ustar;\
action=save action=save
audio/aac: \ audio/aac: \
description=Advanced Audio Coding Audio;\ description=Advanced Audio Coding Audio;\
file_extensions=.aac file_extensions=.aac
audio/basic: \ audio/basic: \
description=Basic Audio;\ description=Basic Audio;\
file_extensions=.snd,.au;\ file_extensions=.snd,.au;\
icon=audio;\ icon=audio;\
action=application;\ action=application;\
application=audiotool %s application=audiotool %s
audio/flac: \ audio/flac: \
description=Free Lossless Audio Codec Audio;\ description=Free Lossless Audio Codec Audio;\
file_extensions=.flac file_extensions=.flac
audio/mp4: \ audio/mp4: \
description=MPEG-4 Audio;\ description=MPEG-4 Audio;\
file_extensions=.m4a file_extensions=.m4a
audio/mpeg: \ audio/mpeg: \
description=MPEG Audio;\ description=MPEG Audio;\
file_extensions=.mp2,.mp3 file_extensions=.mp2,.mp3
audio/ogg: \ audio/ogg: \
description=Ogg Audio;\ description=Ogg Audio;\
file_extensions=.oga,.ogg,.opus,.spx file_extensions=.oga,.ogg,.opus,.spx
audio/x-aiff: \ audio/x-aiff: \
description=Audio Interchange Format File;\ description=Audio Interchange Format File;\
file_extensions=.aifc,.aif,.aiff;\ file_extensions=.aifc,.aif,.aiff;\
icon=aiff icon=aiff
audio/x-wav: \ audio/x-wav: \
description=Wav Audio;\ description=Wav Audio;\
file_extensions=.wav;\ file_extensions=.wav;\
icon=wav icon=wav
image/gif: \ image/gif: \
description=GIF Image;\ description=GIF Image;\
file_extensions=.gif;\ file_extensions=.gif;\
icon=gif;\ icon=gif;\
action=browser action=browser
image/ief: \ image/ief: \
description=Image Exchange Format;\ description=Image Exchange Format;\
file_extensions=.ief file_extensions=.ief
image/jpeg: \ image/jpeg: \
description=JPEG Image;\ description=JPEG Image;\
file_extensions=.jfif,.jfif-tbnl,.jpe,.jpg,.jpeg;\ file_extensions=.jfif,.jfif-tbnl,.jpe,.jpg,.jpeg;\
icon=jpeg;\ icon=jpeg;\
action=browser;\ action=browser;\
application=imagetool %s application=imagetool %s
image/svg+xml: \ image/svg+xml: \
description=Scalable Vector Graphics;\ description=Scalable Vector Graphics;\
file_extensions=.svg,.svgz file_extensions=.svg,.svgz
image/tiff: \ image/tiff: \
description=TIFF Image;\ description=TIFF Image;\
file_extensions=.tif,.tiff;\ file_extensions=.tif,.tiff;\
icon=tiff icon=tiff
image/vnd.fpx: \ image/vnd.fpx: \
description=FlashPix Image;\ description=FlashPix Image;\
file_extensions=.fpx,.fpix file_extensions=.fpx,.fpix
image/x-cmu-rast: \ image/x-cmu-rast: \
description=CMU Raster Image;\ description=CMU Raster Image;\
file_extensions=.ras file_extensions=.ras
image/x-portable-anymap: \ image/x-portable-anymap: \
description=PBM Anymap Format;\ description=PBM Anymap Format;\
file_extensions=.pnm file_extensions=.pnm
image/x-portable-bitmap: \ image/x-portable-bitmap: \
description=PBM Bitmap Format;\ description=PBM Bitmap Format;\
file_extensions=.pbm file_extensions=.pbm
image/x-portable-graymap: \ image/x-portable-graymap: \
description=PBM Graymap Format;\ description=PBM Graymap Format;\
file_extensions=.pgm file_extensions=.pgm
image/x-portable-pixmap: \ image/x-portable-pixmap: \
description=PBM Pixmap Format;\ description=PBM Pixmap Format;\
file_extensions=.ppm file_extensions=.ppm
image/x-rgb: \ image/x-rgb: \
description=RGB Image;\ description=RGB Image;\
file_extensions=.rgb file_extensions=.rgb
image/x-xbitmap: \ image/x-xbitmap: \
description=X Bitmap Image;\ description=X Bitmap Image;\
file_extensions=.xbm,.xpm file_extensions=.xbm,.xpm
image/x-xwindowdump: \ image/x-xwindowdump: \
description=X Window Dump Image;\ description=X Window Dump Image;\
file_extensions=.xwd file_extensions=.xwd
image/png: \ image/png: \
description=PNG Image;\ description=PNG Image;\
file_extensions=.png;\ file_extensions=.png;\
icon=png;\ icon=png;\
action=browser action=browser
image/bmp: \ image/bmp: \
description=Bitmap Image;\ description=Bitmap Image;\
file_extensions=.bmp; file_extensions=.bmp;
image/webp: \ image/webp: \
description=WEBP image;\ description=WEBP image;\
file_extensions=.webp; file_extensions=.webp;
text/css: \ text/css: \
description=CSS File;\ description=CSS File;\
file_extensions=.css; file_extensions=.css;
text/html: \ text/html: \
description=HTML Document;\ description=HTML Document;\
file_extensions=.htm,.html;\ file_extensions=.htm,.html;\
icon=html icon=html
text/javascript: \ text/javascript: \
description=JavaScript File;\ description=JavaScript File;\
file_extensions=.js; file_extensions=.js;
text/plain: \ text/plain: \
description=Plain Text;\ description=Plain Text;\
file_extensions=.text,.c,.cc,.c++,.h,.pl,.txt,.java,.el,.php,.adoc,.py;\ file_extensions=.text,.c,.cc,.c++,.h,.pl,.txt,.java,.el,.php,.adoc,.py;\
icon=text;\ icon=text;\
action=browser action=browser
text/tab-separated-values: \ text/tab-separated-values: \
description=Tab Separated Values Text;\ description=Tab Separated Values Text;\
file_extensions=.tsv file_extensions=.tsv
text/x-setext: \ text/x-setext: \
description=Structure Enhanced Text;\ description=Structure Enhanced Text;\
file_extensions=.etx file_extensions=.etx
text/csv: \ text/csv: \
description=CSV File;\ description=CSV File;\
file_extensions=.csv; file_extensions=.csv;
text/markdown: \ text/markdown: \
description=Markdown File;\ description=Markdown File;\
file_extensions=.md,.markdown file_extensions=.md,.markdown
video/mp4: \ video/mp4: \
description=MPEG-4 Video;\ description=MPEG-4 Video;\
file_extensions=.m4v,.mp4 file_extensions=.m4v,.mp4
video/mpeg: \ video/mpeg: \
description=MPEG Video Clip;\ description=MPEG Video Clip;\
file_extensions=.mpg,.mpe,.mpeg;\ file_extensions=.mpg,.mpe,.mpeg;\
icon=mpeg;\ icon=mpeg;\
action=application;\ action=application;\
application=mpeg_play %s application=mpeg_play %s
video/ogg: \ video/ogg: \
description=Ogg Video;\ description=Ogg Video;\
file_extensions=.ogv file_extensions=.ogv
video/quicktime: \ video/quicktime: \
description=QuickTime Video Clip;\ description=QuickTime Video Clip;\
file_extensions=.mov,.qt file_extensions=.mov,.qt
video/webm: \ video/webm: \
description=WebM Video;\ description=WebM Video;\
file_extensions=.webm file_extensions=.webm
application/x-troff-msvideo: \ application/x-troff-msvideo: \
description=AVI Video;\ description=AVI Video;\
file_extensions=.avi;\ file_extensions=.avi;\
icon=avi icon=avi
video/x-sgi-movie: \ video/x-sgi-movie: \
description=SGI Movie;\ description=SGI Movie;\
file_extensions=.movie,.mv file_extensions=.movie,.mv
message/rfc822: \ message/rfc822: \
description=Internet Email Message;\ description=Internet Email Message;\
file_extensions=.mime file_extensions=.mime
application/xml: \ application/xml: \
description=XML document;\ description=XML document;\
file_extensions=.xml file_extensions=.xml
application/rtf: \ application/rtf: \
description=WordPad Document;\ description=WordPad Document;\
file_extensions=.rtf; file_extensions=.rtf;
application/gzip: \ application/gzip: \
description=GZip File;\ description=GZip File;\
file_extensions=.gz; file_extensions=.gz;
application/vnd.oasis.opendocument.presentation: \ application/vnd.oasis.opendocument.presentation: \
description=OpenDocument presentation document;\ description=OpenDocument presentation document;\
file_extensions=.odp; file_extensions=.odp;
application/vnd.oasis.opendocument.spreadsheet: \ application/vnd.oasis.opendocument.spreadsheet: \
description=OpenDocument spreadsheet document;\ description=OpenDocument spreadsheet document;\
file_extensions=.ods; file_extensions=.ods;
application/vnd.oasis.opendocument.text: \ application/vnd.oasis.opendocument.text: \
description=OpenDocument text document;\ description=OpenDocument text document;\
file_extensions=.odt; file_extensions=.odt;
application/vnd.ms-excel: \ application/vnd.ms-excel: \
description=Microsoft Excel File;\ description=Microsoft Excel File;\
file_extensions=.xls; file_extensions=.xls;
application/vnd.openxmlformats-officedocument.spreadsheetml.sheet: \ application/vnd.openxmlformats-officedocument.spreadsheetml.sheet: \
description=XLSX File;\ description=XLSX File;\
file_extensions=.xlsx; file_extensions=.xlsx;
application/vnd.openxmlformats-officedocument.presentationml.presentation: \ application/vnd.openxmlformats-officedocument.presentationml.presentation: \
description=PPTX File;\ description=PPTX File;\
file_extensions=.pptx; file_extensions=.pptx;
application/vnd.ms-powerpoint: \ application/vnd.ms-powerpoint: \
description=Microsoft PowerPoint File;\ description=Microsoft PowerPoint File;\
file_extensions=.ppt; file_extensions=.ppt;
application/x-7z-compressed: \ application/x-7z-compressed: \
description=7-Zip File;\ description=7-Zip File;\
file_extensions=.7z; file_extensions=.7z;
application/msword: \ application/msword: \
description=Microsoft Word File;\ description=Microsoft Word File;\
file_extensions=.doc; file_extensions=.doc;
application/vnd.openxmlformats-officedocument.wordprocessingml.document: \ application/vnd.openxmlformats-officedocument.wordprocessingml.document: \
description=DOCX File;\ description=DOCX File;\
file_extensions=.docx; file_extensions=.docx;
application/vnd.rar: \ application/vnd.rar: \
description=RAR File;\ description=RAR File;\
file_extensions=.rar; file_extensions=.rar;
application/json: \ application/json: \
description=JSON File;\ description=JSON File;\
file_extensions=.json; file_extensions=.json;
application/bz2: \ application/bz2: \
description=BZ2 File;\ description=BZ2 File;\
file_extensions=.bz2; file_extensions=.bz2;
application/java-archive: \ application/java-archive: \
description=JAR File;\ description=JAR File;\
file_extensions=.jar; file_extensions=.jar;
application/wasm: \ application/wasm: \
description=WebAssembly File;\ description=WebAssembly File;\
file_extensions=.wasm; file_extensions=.wasm;

View File

@ -26,369 +26,369 @@ temp.file.template: c:\\temp\\%s
# The "real" types. # The "real" types.
# #
application/octet-stream: \ application/octet-stream: \
description=Generic Binary Stream;\ description=Generic Binary Stream;\
file_extensions=.saveme,.dump,.hqx,.arc,.obj,.lib,.bin,.exe file_extensions=.saveme,.dump,.hqx,.arc,.obj,.lib,.bin,.exe
application/oda: \ application/oda: \
description=ODA Document;\ description=ODA Document;\
file_extensions=.oda file_extensions=.oda
application/pdf: \ application/pdf: \
description=Adobe PDF Format;\ description=Adobe PDF Format;\
file_extensions=.pdf file_extensions=.pdf
application/postscript: \ application/postscript: \
description=Postscript File;\ description=Postscript File;\
file_extensions=.eps,.ai,.ps;\ file_extensions=.eps,.ai,.ps;\
icon=ps icon=ps
application/rtf: \ application/rtf: \
description=WordPad Document;\ description=WordPad Document;\
file_extensions=.rtf;\ file_extensions=.rtf;\
action=application;\ action=application;\
application=wordpad.exe %s application=wordpad.exe %s
application/gzip: \ application/gzip: \
description=GZip File;\ description=GZip File;\
file_extensions=.gz; file_extensions=.gz;
application/x-dvi: \ application/x-dvi: \
description=TeX DVI File;\ description=TeX DVI File;\
file_extensions=.dvi file_extensions=.dvi
application/x-hdf: \ application/x-hdf: \
description=Hierarchical Data Format;\ description=Hierarchical Data Format;\
file_extensions=.hdf;\ file_extensions=.hdf;\
action=save action=save
application/x-latex: \ application/x-latex: \
description=LaTeX Source;\ description=LaTeX Source;\
file_extensions=.latex file_extensions=.latex
application/x-netcdf: \ application/x-netcdf: \
description=Unidata netCDF Data Format;\ description=Unidata netCDF Data Format;\
file_extensions=.nc,.cdf;\ file_extensions=.nc,.cdf;\
action=save action=save
application/x-tex: \ application/x-tex: \
description=TeX Source;\ description=TeX Source;\
file_extensions=.tex file_extensions=.tex
application/x-texinfo: \ application/x-texinfo: \
description=Gnu Texinfo;\ description=Gnu Texinfo;\
file_extensions=.texinfo,.texi file_extensions=.texinfo,.texi
application/x-troff: \ application/x-troff: \
description=Troff Source;\ description=Troff Source;\
file_extensions=.t,.tr,.roff file_extensions=.t,.tr,.roff
application/x-troff-man: \ application/x-troff-man: \
description=Troff Manpage Source;\ description=Troff Manpage Source;\
file_extensions=.man file_extensions=.man
application/x-troff-me: \ application/x-troff-me: \
description=Troff ME Macros;\ description=Troff ME Macros;\
file_extensions=.me file_extensions=.me
application/x-troff-ms: \ application/x-troff-ms: \
description=Troff MS Macros;\ description=Troff MS Macros;\
file_extensions=.ms file_extensions=.ms
application/x-wais-source: \ application/x-wais-source: \
description=Wais Source;\ description=Wais Source;\
file_extensions=.src,.wsrc file_extensions=.src,.wsrc
application/zip: \ application/zip: \
description=Zip File;\ description=Zip File;\
file_extensions=.zip;\ file_extensions=.zip;\
icon=zip;\ icon=zip;\
action=save action=save
application/x-bcpio: \ application/x-bcpio: \
description=Old Binary CPIO Archive;\ description=Old Binary CPIO Archive;\
file_extensions=.bcpio;\ file_extensions=.bcpio;\
action=save action=save
application/x-cpio: \ application/x-cpio: \
description=Unix CPIO Archive;\ description=Unix CPIO Archive;\
file_extensions=.cpio;\ file_extensions=.cpio;\
action=save action=save
application/x-gtar: \ application/x-gtar: \
description=Gnu Tar Archive;\ description=Gnu Tar Archive;\
file_extensions=.gtar;\ file_extensions=.gtar;\
icon=tar;\ icon=tar;\
action=save action=save
application/x-shar: \ application/x-shar: \
description=Shell Archive;\ description=Shell Archive;\
file_extensions=.sh,.shar;\ file_extensions=.sh,.shar;\
action=save action=save
application/x-sv4cpio: \ application/x-sv4cpio: \
description=SVR4 CPIO Archive;\ description=SVR4 CPIO Archive;\
file_extensions=.sv4cpio;\ file_extensions=.sv4cpio;\
action=save action=save
application/x-sv4crc: \ application/x-sv4crc: \
description=SVR4 CPIO with CRC;\ description=SVR4 CPIO with CRC;\
file_extensions=.sv4crc;\ file_extensions=.sv4crc;\
action=save action=save
application/x-tar: \ application/x-tar: \
description=Tar Archive;\ description=Tar Archive;\
file_extensions=.tar;\ file_extensions=.tar;\
icon=tar;\ icon=tar;\
action=save action=save
application/x-ustar: \ application/x-ustar: \
description=US Tar Archive;\ description=US Tar Archive;\
file_extensions=.ustar;\ file_extensions=.ustar;\
action=save action=save
audio/aac: \ audio/aac: \
description=Advanced Audio Coding Audio;\ description=Advanced Audio Coding Audio;\
file_extensions=.aac file_extensions=.aac
audio/basic: \ audio/basic: \
description=Basic Audio;\ description=Basic Audio;\
file_extensions=.snd,.au;\ file_extensions=.snd,.au;\
icon=audio icon=audio
audio/flac: \ audio/flac: \
description=Free Lossless Audio Codec Audio;\ description=Free Lossless Audio Codec Audio;\
file_extensions=.flac file_extensions=.flac
audio/mp4: \ audio/mp4: \
description=MPEG-4 Audio;\ description=MPEG-4 Audio;\
file_extensions=.m4a file_extensions=.m4a
audio/mpeg: \ audio/mpeg: \
description=MPEG Audio;\ description=MPEG Audio;\
file_extensions=.mp2,.mp3 file_extensions=.mp2,.mp3
audio/ogg: \ audio/ogg: \
description=Ogg Audio;\ description=Ogg Audio;\
file_extensions=.oga,.ogg,.opus,.spx file_extensions=.oga,.ogg,.opus,.spx
audio/x-aiff: \ audio/x-aiff: \
description=Audio Interchange Format File;\ description=Audio Interchange Format File;\
file_extensions=.aifc,.aif,.aiff;\ file_extensions=.aifc,.aif,.aiff;\
icon=aiff icon=aiff
audio/x-wav: \ audio/x-wav: \
description=Wav Audio;\ description=Wav Audio;\
file_extensions=.wav;\ file_extensions=.wav;\
icon=wav;\ icon=wav;\
action=application;\ action=application;\
application=mplayer.exe %s application=mplayer.exe %s
image/gif: \ image/gif: \
description=GIF Image;\ description=GIF Image;\
file_extensions=.gif;\ file_extensions=.gif;\
icon=gif;\ icon=gif;\
action=browser action=browser
image/ief: \ image/ief: \
description=Image Exchange Format;\ description=Image Exchange Format;\
file_extensions=.ief file_extensions=.ief
image/jpeg: \ image/jpeg: \
description=JPEG Image;\ description=JPEG Image;\
file_extensions=.jfif,.jfif-tbnl,.jpe,.jpg,.jpeg;\ file_extensions=.jfif,.jfif-tbnl,.jpe,.jpg,.jpeg;\
icon=jpeg;\ icon=jpeg;\
action=browser action=browser
image/svg+xml: \ image/svg+xml: \
description=Scalable Vector Graphics;\ description=Scalable Vector Graphics;\
file_extensions=.svg,.svgz file_extensions=.svg,.svgz
image/tiff: \ image/tiff: \
description=TIFF Image;\ description=TIFF Image;\
file_extensions=.tif,.tiff;\ file_extensions=.tif,.tiff;\
icon=tiff icon=tiff
image/vnd.fpx: \ image/vnd.fpx: \
description=FlashPix Image;\ description=FlashPix Image;\
file_extensions=.fpx,.fpix file_extensions=.fpx,.fpix
image/x-cmu-rast: \ image/x-cmu-rast: \
description=CMU Raster Image;\ description=CMU Raster Image;\
file_extensions=.ras file_extensions=.ras
image/x-portable-anymap: \ image/x-portable-anymap: \
description=PBM Anymap Image;\ description=PBM Anymap Image;\
file_extensions=.pnm file_extensions=.pnm
image/x-portable-bitmap: \ image/x-portable-bitmap: \
description=PBM Bitmap Image;\ description=PBM Bitmap Image;\
file_extensions=.pbm file_extensions=.pbm
image/x-portable-graymap: \ image/x-portable-graymap: \
description=PBM Graymap Image;\ description=PBM Graymap Image;\
file_extensions=.pgm file_extensions=.pgm
image/x-portable-pixmap: \ image/x-portable-pixmap: \
description=PBM Pixmap Image;\ description=PBM Pixmap Image;\
file_extensions=.ppm file_extensions=.ppm
image/x-rgb: \ image/x-rgb: \
description=RGB Image;\ description=RGB Image;\
file_extensions=.rgb file_extensions=.rgb
image/x-xbitmap: \ image/x-xbitmap: \
description=X Bitmap Image;\ description=X Bitmap Image;\
file_extensions=.xbm,.xpm file_extensions=.xbm,.xpm
image/x-xwindowdump: \ image/x-xwindowdump: \
description=X Window Dump Image;\ description=X Window Dump Image;\
file_extensions=.xwd file_extensions=.xwd
image/png: \ image/png: \
description=PNG Image;\ description=PNG Image;\
file_extensions=.png;\ file_extensions=.png;\
icon=png;\ icon=png;\
action=browser action=browser
image/bmp: \ image/bmp: \
description=Bitmap Image;\ description=Bitmap Image;\
file_extensions=.bmp; file_extensions=.bmp;
image/webp: \ image/webp: \
description=WEBP image;\ description=WEBP image;\
file_extensions=.webp; file_extensions=.webp;
text/css: \ text/css: \
description=CSS File;\ description=CSS File;\
file_extensions=.css; file_extensions=.css;
text/html: \ text/html: \
description=HTML Document;\ description=HTML Document;\
file_extensions=.htm,.html;\ file_extensions=.htm,.html;\
icon=html icon=html
text/javascript: \ text/javascript: \
description=JavaScript File;\ description=JavaScript File;\
file_extensions=.js; file_extensions=.js;
text/plain: \ text/plain: \
description=Plain Text;\ description=Plain Text;\
file_extensions=.text,.c,.cc,.c++,.h,.pl,.txt,.java,.el,.php,.adoc,.py;\ file_extensions=.text,.c,.cc,.c++,.h,.pl,.txt,.java,.el,.php,.adoc,.py;\
icon=text;\ icon=text;\
action=browser action=browser
text/tab-separated-values: \ text/tab-separated-values: \
description=Tab Separated Values Text;\ description=Tab Separated Values Text;\
file_extensions=.tsv file_extensions=.tsv
text/x-setext: \ text/x-setext: \
description=Structure Enhanced Text;\ description=Structure Enhanced Text;\
file_extensions=.etx file_extensions=.etx
text/csv: \ text/csv: \
description=CSV File;\ description=CSV File;\
file_extensions=.csv; file_extensions=.csv;
text/markdown: \ text/markdown: \
description=Markdown File;\ description=Markdown File;\
file_extensions=.md,.markdown file_extensions=.md,.markdown
video/mp4: \ video/mp4: \
description=MPEG-4 Video;\ description=MPEG-4 Video;\
file_extensions=.m4v,.mp4 file_extensions=.m4v,.mp4
video/mpeg: \ video/mpeg: \
description=MPEG Video Clip;\ description=MPEG Video Clip;\
file_extensions=.mpg,.mpe,.mpeg;\ file_extensions=.mpg,.mpe,.mpeg;\
icon=mpeg icon=mpeg
video/ogg: \ video/ogg: \
description=Ogg Video;\ description=Ogg Video;\
file_extensions=.ogv file_extensions=.ogv
video/quicktime: \ video/quicktime: \
description=QuickTime Video Clip;\ description=QuickTime Video Clip;\
file_extensions=.mov,.qt file_extensions=.mov,.qt
video/webm: \ video/webm: \
description=WebM Video;\ description=WebM Video;\
file_extensions=.webm file_extensions=.webm
application/x-troff-msvideo: \ application/x-troff-msvideo: \
description=AVI Video;\ description=AVI Video;\
file_extensions=.avi;\ file_extensions=.avi;\
icon=avi;\ icon=avi;\
action=application;\ action=application;\
application=mplayer.exe %s application=mplayer.exe %s
video/x-sgi-movie: \ video/x-sgi-movie: \
description=SGI Movie;\ description=SGI Movie;\
file_extensions=.movie,.mv file_extensions=.movie,.mv
message/rfc822: \ message/rfc822: \
description=Internet Email Message;\ description=Internet Email Message;\
file_extensions=.mime file_extensions=.mime
application/xml: \ application/xml: \
description=XML document;\ description=XML document;\
file_extensions=.xml file_extensions=.xml
application/vnd.oasis.opendocument.presentation: \ application/vnd.oasis.opendocument.presentation: \
description=OpenDocument presentation document;\ description=OpenDocument presentation document;\
file_extensions=.odp; file_extensions=.odp;
application/vnd.oasis.opendocument.spreadsheet: \ application/vnd.oasis.opendocument.spreadsheet: \
description=OpenDocument spreadsheet document;\ description=OpenDocument spreadsheet document;\
file_extensions=.ods; file_extensions=.ods;
application/vnd.oasis.opendocument.text: \ application/vnd.oasis.opendocument.text: \
description=OpenDocument text document;\ description=OpenDocument text document;\
file_extensions=.odt; file_extensions=.odt;
application/vnd.ms-excel: \ application/vnd.ms-excel: \
description=Microsoft Excel File;\ description=Microsoft Excel File;\
file_extensions=.xls; file_extensions=.xls;
application/vnd.openxmlformats-officedocument.spreadsheetml.sheet: \ application/vnd.openxmlformats-officedocument.spreadsheetml.sheet: \
description=XLSX File;\ description=XLSX File;\
file_extensions=.xlsx; file_extensions=.xlsx;
application/vnd.openxmlformats-officedocument.presentationml.presentation: \ application/vnd.openxmlformats-officedocument.presentationml.presentation: \
description=PPTX File;\ description=PPTX File;\
file_extensions=.pptx; file_extensions=.pptx;
application/vnd.ms-powerpoint: \ application/vnd.ms-powerpoint: \
description=Microsoft PowerPoint File;\ description=Microsoft PowerPoint File;\
file_extensions=.ppt; file_extensions=.ppt;
application/x-7z-compressed: \ application/x-7z-compressed: \
description=7-Zip File;\ description=7-Zip File;\
file_extensions=.7z; file_extensions=.7z;
application/msword: \ application/msword: \
description=Microsoft Word File;\ description=Microsoft Word File;\
file_extensions=.doc; file_extensions=.doc;
application/vnd.openxmlformats-officedocument.wordprocessingml.document: \ application/vnd.openxmlformats-officedocument.wordprocessingml.document: \
description=DOCX File;\ description=DOCX File;\
file_extensions=.docx; file_extensions=.docx;
application/vnd.rar: \ application/vnd.rar: \
description=RAR File;\ description=RAR File;\
file_extensions=.rar; file_extensions=.rar;
application/json: \ application/json: \
description=JSON File;\ description=JSON File;\
file_extensions=.json; file_extensions=.json;
application/bz2: \ application/bz2: \
description=BZ2 File;\ description=BZ2 File;\
file_extensions=.bz2; file_extensions=.bz2;
application/java-archive: \ application/java-archive: \
description=JAR File;\ description=JAR File;\
file_extensions=.jar; file_extensions=.jar;
application/wasm: \ application/wasm: \
description=WebAssembly File;\ description=WebAssembly File;\
file_extensions=.wasm; file_extensions=.wasm;

View File

@ -8,7 +8,7 @@
# Common properties # Common properties
ImageUtil0=The supplied Raster does not represent a binary data set. ImageUtil0=The supplied Raster does not represent a binary data set.
ImageUtil1=The provided sample model is null. ImageUtil1=The provided sample model is null.
ImageUtil2=The provided image cannot be encoded using: ImageUtil2=The provided image cannot be encoded using:
GetNumImages0=Input has not been set. GetNumImages0=Input has not been set.
GetNumImages1=seekForwardOnly and allowSearch cannot both be true. GetNumImages1=seekForwardOnly and allowSearch cannot both be true.

View File

@ -24,22 +24,22 @@
# #
string.script.error=\ string.script.error=\
script error: {0} script error: {0}
file.script.error=\ file.script.error=\
script error in file {0} : {1} script error in file {0} : {1}
file.not.found=\ file.not.found=\
script file {0} is not found script file {0} is not found
engine.not.found=\ engine.not.found=\
script engine for language {0} can not be found script engine for language {0} can not be found
engine.info=\ engine.info=\
Language {0} {1} implementation "{2}" {3} Language {0} {1} implementation "{2}" {3}
encoding.unsupported=\ encoding.unsupported=\
encoding {0} is not supported encoding {0} is not supported
main.usage=\ main.usage=\
Usage: {0} [options] [arguments...]\n\ Usage: {0} [options] [arguments...]\n\

View File

@ -41,7 +41,7 @@ cachedrowsetimpl.intfail = getInt Failed on value ( {0} ) in column {1}
cachedrowsetimpl.longfail = getLong Failed on value ( {0} ) in column {1} cachedrowsetimpl.longfail = getLong Failed on value ( {0} ) in column {1}
cachedrowsetimpl.floatfail = getFloat failed on value ( {0} ) in column {1} cachedrowsetimpl.floatfail = getFloat failed on value ( {0} ) in column {1}
cachedrowsetimpl.doublefail = getDouble failed on value ( {0} ) in column {1} cachedrowsetimpl.doublefail = getDouble failed on value ( {0} ) in column {1}
cachedrowsetimpl.dtypemismt = Data Type Mismatch cachedrowsetimpl.dtypemismt = Data Type Mismatch
cachedrowsetimpl.datefail = getDate Failed on value ( {0} ) in column {1} no conversion available cachedrowsetimpl.datefail = getDate Failed on value ( {0} ) in column {1} no conversion available
cachedrowsetimpl.timefail = getTime failed on value ( {0} ) in column {1} no conversion available cachedrowsetimpl.timefail = getTime failed on value ( {0} ) in column {1} no conversion available
cachedrowsetimpl.posupdate = Positioned updates not supported cachedrowsetimpl.posupdate = Positioned updates not supported
@ -70,7 +70,7 @@ cachedrowsetimpl.unsetmatch1 = Use column name as argument to unsetMatchColumn
cachedrowsetimpl.unsetmatch2 = Use column ID as argument to unsetMatchColumn cachedrowsetimpl.unsetmatch2 = Use column ID as argument to unsetMatchColumn
cachedrowsetimpl.numrows = Number of rows is less than zero or less than fetch size cachedrowsetimpl.numrows = Number of rows is less than zero or less than fetch size
cachedrowsetimpl.startpos = Start position cannot be negative cachedrowsetimpl.startpos = Start position cannot be negative
cachedrowsetimpl.nextpage = Populate data before calling cachedrowsetimpl.nextpage = Populate data before calling
cachedrowsetimpl.pagesize = Page size cannot be less than zero cachedrowsetimpl.pagesize = Page size cannot be less than zero
cachedrowsetimpl.pagesize1 = Page size cannot be greater than maxRows cachedrowsetimpl.pagesize1 = Page size cannot be greater than maxRows
cachedrowsetimpl.fwdonly = ResultSet is forward only cachedrowsetimpl.fwdonly = ResultSet is forward only
@ -84,7 +84,7 @@ webrowsetimpl.invalidwr = Invalid writer
webrowsetimpl.invalidrd = Invalid reader webrowsetimpl.invalidrd = Invalid reader
#FilteredRowSetImpl exceptions #FilteredRowSetImpl exceptions
filteredrowsetimpl.relative = relative : Invalid cursor operation filteredrowsetimpl.relative = relative : Invalid cursor operation
filteredrowsetimpl.absolute = absolute : Invalid cursor operation filteredrowsetimpl.absolute = absolute : Invalid cursor operation
filteredrowsetimpl.notallowed = This value is not allowed through the filter filteredrowsetimpl.notallowed = This value is not allowed through the filter
@ -123,15 +123,15 @@ crsreader.caldetected = Detected a Calendar
#CachedRowSetWriter exceptions #CachedRowSetWriter exceptions
crswriter.connect = Unable to get connection crswriter.connect = Unable to get connection
crswriter.tname = writeData cannot determine table name crswriter.tname = writeData cannot determine table name
crswriter.params1 = Value of params1 : {0} crswriter.params1 = Value of params1 : {0}
crswriter.params2 = Value of params2 : {0} crswriter.params2 = Value of params2 : {0}
crswriter.conflictsno = conflicts while synchronizing crswriter.conflictsno = conflicts while synchronizing
#InsertRow exceptions #InsertRow exceptions
insertrow.novalue = No value has been inserted insertrow.novalue = No value has been inserted
#SyncResolverImpl exceptions #SyncResolverImpl exceptions
syncrsimpl.indexval = Index value out of range syncrsimpl.indexval = Index value out of range
syncrsimpl.noconflict = This column not in conflict syncrsimpl.noconflict = This column not in conflict
syncrsimpl.syncnotpos = Synchronization is not possible syncrsimpl.syncnotpos = Synchronization is not possible
syncrsimpl.valtores = Value to be resolved can either be in the database or in cachedrowset syncrsimpl.valtores = Value to be resolved can either be in the database or in cachedrowset

View File

@ -41,7 +41,7 @@ cachedrowsetimpl.intfail = getInt bei Wert ( {0} ) in Spalte {1} nicht erfolgrei
cachedrowsetimpl.longfail = getLong bei Wert ( {0} ) in Spalte {1} nicht erfolgreich cachedrowsetimpl.longfail = getLong bei Wert ( {0} ) in Spalte {1} nicht erfolgreich
cachedrowsetimpl.floatfail = getFloat bei Wert ( {0} ) in Spalte {1} nicht erfolgreich cachedrowsetimpl.floatfail = getFloat bei Wert ( {0} ) in Spalte {1} nicht erfolgreich
cachedrowsetimpl.doublefail = getDouble bei Wert ( {0} ) in Spalte {1} nicht erfolgreich cachedrowsetimpl.doublefail = getDouble bei Wert ( {0} ) in Spalte {1} nicht erfolgreich
cachedrowsetimpl.dtypemismt = Keine Datentypübereinstimmung cachedrowsetimpl.dtypemismt = Keine Datentypübereinstimmung
cachedrowsetimpl.datefail = getDate bei Wert ( {0} ) in Spalte {1} nicht erfolgreich. Keine Konvertierung möglich cachedrowsetimpl.datefail = getDate bei Wert ( {0} ) in Spalte {1} nicht erfolgreich. Keine Konvertierung möglich
cachedrowsetimpl.timefail = getTime bei Wert ( {0} ) in Spalte {1} nicht erfolgreich. Keine Konvertierung möglich cachedrowsetimpl.timefail = getTime bei Wert ( {0} ) in Spalte {1} nicht erfolgreich. Keine Konvertierung möglich
cachedrowsetimpl.posupdate = Positionierte Updates werden nicht unterstützt cachedrowsetimpl.posupdate = Positionierte Updates werden nicht unterstützt
@ -70,7 +70,7 @@ cachedrowsetimpl.unsetmatch1 = Spaltenname als Argument für unsetMatchColumn ve
cachedrowsetimpl.unsetmatch2 = Spalten-ID als Argument für unsetMatchColumn verwenden cachedrowsetimpl.unsetmatch2 = Spalten-ID als Argument für unsetMatchColumn verwenden
cachedrowsetimpl.numrows = Zeilenanzahl ist kleiner als null oder kleiner als Abrufgröße cachedrowsetimpl.numrows = Zeilenanzahl ist kleiner als null oder kleiner als Abrufgröße
cachedrowsetimpl.startpos = Startposition darf keinen Negativwert aufweisen cachedrowsetimpl.startpos = Startposition darf keinen Negativwert aufweisen
cachedrowsetimpl.nextpage = Daten müssen vor dem Aufruf ausgefüllt werden cachedrowsetimpl.nextpage = Daten müssen vor dem Aufruf ausgefüllt werden
cachedrowsetimpl.pagesize = Seitengröße darf nicht kleiner als null sein cachedrowsetimpl.pagesize = Seitengröße darf nicht kleiner als null sein
cachedrowsetimpl.pagesize1 = Seitengröße darf nicht größer als maxRows sein cachedrowsetimpl.pagesize1 = Seitengröße darf nicht größer als maxRows sein
cachedrowsetimpl.fwdonly = ResultSet kann nur vorwärts gerichtet sein cachedrowsetimpl.fwdonly = ResultSet kann nur vorwärts gerichtet sein
@ -84,7 +84,7 @@ webrowsetimpl.invalidwr = Ungültiger Writer
webrowsetimpl.invalidrd = Ungültiger Reader webrowsetimpl.invalidrd = Ungültiger Reader
#FilteredRowSetImpl exceptions #FilteredRowSetImpl exceptions
filteredrowsetimpl.relative = relative: Ungültiger Cursorvorgang filteredrowsetimpl.relative = relative: Ungültiger Cursorvorgang
filteredrowsetimpl.absolute = absolute: Ungültiger Cursorvorgang filteredrowsetimpl.absolute = absolute: Ungültiger Cursorvorgang
filteredrowsetimpl.notallowed = Kein zulässiger Wert im Filter filteredrowsetimpl.notallowed = Kein zulässiger Wert im Filter
@ -123,15 +123,15 @@ crsreader.caldetected = Kalender festgestellt
#CachedRowSetWriter exceptions #CachedRowSetWriter exceptions
crswriter.connect = Verbindung kann nicht hergestellt werden crswriter.connect = Verbindung kann nicht hergestellt werden
crswriter.tname = writeData kann Tabellennamen nicht bestimmen crswriter.tname = writeData kann Tabellennamen nicht bestimmen
crswriter.params1 = Wert für params1: {0} crswriter.params1 = Wert für params1: {0}
crswriter.params2 = Wert für params2: {0} crswriter.params2 = Wert für params2: {0}
crswriter.conflictsno = Konflikte beim Synchronisieren crswriter.conflictsno = Konflikte beim Synchronisieren
#InsertRow exceptions #InsertRow exceptions
insertrow.novalue = Es wurde kein Wert eingefügt insertrow.novalue = Es wurde kein Wert eingefügt
#SyncResolverImpl exceptions #SyncResolverImpl exceptions
syncrsimpl.indexval = Indexwert liegt außerhalb des Bereichs syncrsimpl.indexval = Indexwert liegt außerhalb des Bereichs
syncrsimpl.noconflict = Kein Konflikt bei dieser Spalte syncrsimpl.noconflict = Kein Konflikt bei dieser Spalte
syncrsimpl.syncnotpos = Keine Synchronisierung möglich syncrsimpl.syncnotpos = Keine Synchronisierung möglich
syncrsimpl.valtores = Aufzulösender Wert kann sich entweder in der Datenbank oder in cachedrowset befinden syncrsimpl.valtores = Aufzulösender Wert kann sich entweder in der Datenbank oder in cachedrowset befinden

View File

@ -41,7 +41,7 @@ cachedrowsetimpl.intfail = Fallo de getInt en valor ( {0} ) de columna {1}
cachedrowsetimpl.longfail = Fallo de getLong en valor ( {0} ) de columna {1} cachedrowsetimpl.longfail = Fallo de getLong en valor ( {0} ) de columna {1}
cachedrowsetimpl.floatfail = Fallo de getFloat en valor ( {0} ) de columna {1} cachedrowsetimpl.floatfail = Fallo de getFloat en valor ( {0} ) de columna {1}
cachedrowsetimpl.doublefail = Fallo de getDouble en valor ( {0} ) de columna {1} cachedrowsetimpl.doublefail = Fallo de getDouble en valor ( {0} ) de columna {1}
cachedrowsetimpl.dtypemismt = Discordancia entre Tipos de Datos cachedrowsetimpl.dtypemismt = Discordancia entre Tipos de Datos
cachedrowsetimpl.datefail = Fallo de getDate en valor ( {0} ) de columna {1}. No es posible convertir cachedrowsetimpl.datefail = Fallo de getDate en valor ( {0} ) de columna {1}. No es posible convertir
cachedrowsetimpl.timefail = Fallo de getTime en valor ( {0} ) de columna {1}. No es posible convertir cachedrowsetimpl.timefail = Fallo de getTime en valor ( {0} ) de columna {1}. No es posible convertir
cachedrowsetimpl.posupdate = Actualizaciones posicionadas no soportadas cachedrowsetimpl.posupdate = Actualizaciones posicionadas no soportadas
@ -70,7 +70,7 @@ cachedrowsetimpl.unsetmatch1 = Use el nombre de columna como argumento en unsetM
cachedrowsetimpl.unsetmatch2 = Use el identificador de columna como argumento en unsetMatchColumn cachedrowsetimpl.unsetmatch2 = Use el identificador de columna como argumento en unsetMatchColumn
cachedrowsetimpl.numrows = El número de filas es menor que cero o menor que el tamaño recuperado cachedrowsetimpl.numrows = El número de filas es menor que cero o menor que el tamaño recuperado
cachedrowsetimpl.startpos = La posición de inicio no puede ser negativa cachedrowsetimpl.startpos = La posición de inicio no puede ser negativa
cachedrowsetimpl.nextpage = Rellene los datos antes de realizar la llamada cachedrowsetimpl.nextpage = Rellene los datos antes de realizar la llamada
cachedrowsetimpl.pagesize = El tamaño de página no puede ser menor que cero cachedrowsetimpl.pagesize = El tamaño de página no puede ser menor que cero
cachedrowsetimpl.pagesize1 = El tamaño de página no puede ser mayor que maxRows cachedrowsetimpl.pagesize1 = El tamaño de página no puede ser mayor que maxRows
cachedrowsetimpl.fwdonly = ResultSet sólo se reenvía cachedrowsetimpl.fwdonly = ResultSet sólo se reenvía
@ -84,7 +84,7 @@ webrowsetimpl.invalidwr = Escritor no válido
webrowsetimpl.invalidrd = Lector no válido webrowsetimpl.invalidrd = Lector no válido
#FilteredRowSetImpl exceptions #FilteredRowSetImpl exceptions
filteredrowsetimpl.relative = relative: Operación de cursor no válida filteredrowsetimpl.relative = relative: Operación de cursor no válida
filteredrowsetimpl.absolute = absolute: Operación de cursor no válida filteredrowsetimpl.absolute = absolute: Operación de cursor no válida
filteredrowsetimpl.notallowed = El filtro no admite este valor filteredrowsetimpl.notallowed = El filtro no admite este valor
@ -123,15 +123,15 @@ crsreader.caldetected = Calendario Detectado
#CachedRowSetWriter exceptions #CachedRowSetWriter exceptions
crswriter.connect = No se ha podido obtener una conexión crswriter.connect = No se ha podido obtener una conexión
crswriter.tname = writeData no puede determinar el nombre de tabla crswriter.tname = writeData no puede determinar el nombre de tabla
crswriter.params1 = Valor de params1: {0} crswriter.params1 = Valor de params1: {0}
crswriter.params2 = Valor de params2: {0} crswriter.params2 = Valor de params2: {0}
crswriter.conflictsno = conflictos en la sincronización crswriter.conflictsno = conflictos en la sincronización
#InsertRow exceptions #InsertRow exceptions
insertrow.novalue = No se ha insertado ningún valor insertrow.novalue = No se ha insertado ningún valor
#SyncResolverImpl exceptions #SyncResolverImpl exceptions
syncrsimpl.indexval = El valor de índice está fuera de rango syncrsimpl.indexval = El valor de índice está fuera de rango
syncrsimpl.noconflict = Esta columna no está en conflicto syncrsimpl.noconflict = Esta columna no está en conflicto
syncrsimpl.syncnotpos = No se puede sincronizar syncrsimpl.syncnotpos = No se puede sincronizar
syncrsimpl.valtores = El valor que se debe resolver puede estar en la base de datos o en cachedrowset syncrsimpl.valtores = El valor que se debe resolver puede estar en la base de datos o en cachedrowset

View File

@ -41,7 +41,7 @@ cachedrowsetimpl.intfail = Echec de getInt pour la valeur ({0}) de la colonne {1
cachedrowsetimpl.longfail = Echec de getLong pour la valeur ({0}) de la colonne {1} cachedrowsetimpl.longfail = Echec de getLong pour la valeur ({0}) de la colonne {1}
cachedrowsetimpl.floatfail = Echec de getFloat pour la valeur ({0}) de la colonne {1} cachedrowsetimpl.floatfail = Echec de getFloat pour la valeur ({0}) de la colonne {1}
cachedrowsetimpl.doublefail = Echec de getDouble pour la valeur ({0}) de la colonne {1} cachedrowsetimpl.doublefail = Echec de getDouble pour la valeur ({0}) de la colonne {1}
cachedrowsetimpl.dtypemismt = Le type de données ne correspond pas cachedrowsetimpl.dtypemismt = Le type de données ne correspond pas
cachedrowsetimpl.datefail = Echec de getDate pour la valeur ({0}) de la colonne {1} - Aucune conversion possible cachedrowsetimpl.datefail = Echec de getDate pour la valeur ({0}) de la colonne {1} - Aucune conversion possible
cachedrowsetimpl.timefail = Echec de getTime pour la valeur ({0}) de la colonne {1} - Aucune conversion possible cachedrowsetimpl.timefail = Echec de getTime pour la valeur ({0}) de la colonne {1} - Aucune conversion possible
cachedrowsetimpl.posupdate = Mises à jour choisies non prises en charge cachedrowsetimpl.posupdate = Mises à jour choisies non prises en charge
@ -70,7 +70,7 @@ cachedrowsetimpl.unsetmatch1 = Utiliser le nom de colonne comme argument pour un
cachedrowsetimpl.unsetmatch2 = Utiliser l'ID de colonne comme argument pour unsetMatchColumn cachedrowsetimpl.unsetmatch2 = Utiliser l'ID de colonne comme argument pour unsetMatchColumn
cachedrowsetimpl.numrows = Le nombre de lignes est inférieur à zéro ou à la taille d'extraction cachedrowsetimpl.numrows = Le nombre de lignes est inférieur à zéro ou à la taille d'extraction
cachedrowsetimpl.startpos = La position de départ ne peut pas être négative cachedrowsetimpl.startpos = La position de départ ne peut pas être négative
cachedrowsetimpl.nextpage = Entrer les données avant l'appel cachedrowsetimpl.nextpage = Entrer les données avant l'appel
cachedrowsetimpl.pagesize = La taille de la page ne peut pas être négative cachedrowsetimpl.pagesize = La taille de la page ne peut pas être négative
cachedrowsetimpl.pagesize1 = La taille de la page ne peut pas être supérieure à maxRows cachedrowsetimpl.pagesize1 = La taille de la page ne peut pas être supérieure à maxRows
cachedrowsetimpl.fwdonly = ResultSet va en avant seulement cachedrowsetimpl.fwdonly = ResultSet va en avant seulement
@ -84,7 +84,7 @@ webrowsetimpl.invalidwr = Processus d'écriture non valide
webrowsetimpl.invalidrd = Processus de lecture non valide webrowsetimpl.invalidrd = Processus de lecture non valide
#FilteredRowSetImpl exceptions #FilteredRowSetImpl exceptions
filteredrowsetimpl.relative = relative : opération de curseur non valide filteredrowsetimpl.relative = relative : opération de curseur non valide
filteredrowsetimpl.absolute = absolute : opération de curseur non valide filteredrowsetimpl.absolute = absolute : opération de curseur non valide
filteredrowsetimpl.notallowed = Cette valeur n'est pas autorisée via le filtre filteredrowsetimpl.notallowed = Cette valeur n'est pas autorisée via le filtre
@ -123,15 +123,15 @@ crsreader.caldetected = Un calendrier a été détecté
#CachedRowSetWriter exceptions #CachedRowSetWriter exceptions
crswriter.connect = Impossible d'obtenir la connexion crswriter.connect = Impossible d'obtenir la connexion
crswriter.tname = writeData ne peut pas déterminer le nom de la table crswriter.tname = writeData ne peut pas déterminer le nom de la table
crswriter.params1 = Valeur de params1 : {0} crswriter.params1 = Valeur de params1 : {0}
crswriter.params2 = Valeur de params2 : {0} crswriter.params2 = Valeur de params2 : {0}
crswriter.conflictsno = conflits lors de la synchronisation crswriter.conflictsno = conflits lors de la synchronisation
#InsertRow exceptions #InsertRow exceptions
insertrow.novalue = Aucune valeur n'a été insérée insertrow.novalue = Aucune valeur n'a été insérée
#SyncResolverImpl exceptions #SyncResolverImpl exceptions
syncrsimpl.indexval = Valeur d'index hors plage syncrsimpl.indexval = Valeur d'index hors plage
syncrsimpl.noconflict = Cette colonne n'est pas en conflit syncrsimpl.noconflict = Cette colonne n'est pas en conflit
syncrsimpl.syncnotpos = La synchronisation est impossible syncrsimpl.syncnotpos = La synchronisation est impossible
syncrsimpl.valtores = La valeur à résoudre peut être soit dans la base de données, soit dans CachedrowSet syncrsimpl.valtores = La valeur à résoudre peut être soit dans la base de données, soit dans CachedrowSet

View File

@ -41,7 +41,7 @@ cachedrowsetimpl.intfail = getInt non riuscito per il valore ( {0} ) nella colon
cachedrowsetimpl.longfail = getLong non riuscito per il valore ( {0} ) nella colonna {1} cachedrowsetimpl.longfail = getLong non riuscito per il valore ( {0} ) nella colonna {1}
cachedrowsetimpl.floatfail = getFloat non riuscito per il valore ( {0} ) nella colonna {1} cachedrowsetimpl.floatfail = getFloat non riuscito per il valore ( {0} ) nella colonna {1}
cachedrowsetimpl.doublefail = getDouble non riuscito per il valore ( {0} ) nella colonna {1} cachedrowsetimpl.doublefail = getDouble non riuscito per il valore ( {0} ) nella colonna {1}
cachedrowsetimpl.dtypemismt = Mancata corrispondenza tipo di dati cachedrowsetimpl.dtypemismt = Mancata corrispondenza tipo di dati
cachedrowsetimpl.datefail = getDate non riuscito per il valore ( {0} ) nella colonna {1}. Nessuna conversione disponibile. cachedrowsetimpl.datefail = getDate non riuscito per il valore ( {0} ) nella colonna {1}. Nessuna conversione disponibile.
cachedrowsetimpl.timefail = getTime non riuscito per il valore ( {0} ) nella colonna {1}. Nessuna conversione disponibile. cachedrowsetimpl.timefail = getTime non riuscito per il valore ( {0} ) nella colonna {1}. Nessuna conversione disponibile.
cachedrowsetimpl.posupdate = Aggiornamenti posizionati non supportati cachedrowsetimpl.posupdate = Aggiornamenti posizionati non supportati
@ -70,7 +70,7 @@ cachedrowsetimpl.unsetmatch1 = Utilizzare il nome di colonna come argomento per
cachedrowsetimpl.unsetmatch2 = Utilizzare l'ID di colonna come argomento per unsetMatchColumn cachedrowsetimpl.unsetmatch2 = Utilizzare l'ID di colonna come argomento per unsetMatchColumn
cachedrowsetimpl.numrows = Il numero di righe è inferiore a zero o alla dimensione di recupero cachedrowsetimpl.numrows = Il numero di righe è inferiore a zero o alla dimensione di recupero
cachedrowsetimpl.startpos = La posizione iniziale non può essere negativa cachedrowsetimpl.startpos = La posizione iniziale non può essere negativa
cachedrowsetimpl.nextpage = Inserire i dati prima di chiamare cachedrowsetimpl.nextpage = Inserire i dati prima di chiamare
cachedrowsetimpl.pagesize = La dimensione della pagina non può essere inferiore a zero cachedrowsetimpl.pagesize = La dimensione della pagina non può essere inferiore a zero
cachedrowsetimpl.pagesize1 = La dimensione della pagina non può essere superiore a maxRows cachedrowsetimpl.pagesize1 = La dimensione della pagina non può essere superiore a maxRows
cachedrowsetimpl.fwdonly = ResultSet è a solo inoltro cachedrowsetimpl.fwdonly = ResultSet è a solo inoltro
@ -84,7 +84,7 @@ webrowsetimpl.invalidwr = Processo di scrittura non valido
webrowsetimpl.invalidrd = Processo di lettura non valido webrowsetimpl.invalidrd = Processo di lettura non valido
#FilteredRowSetImpl exceptions #FilteredRowSetImpl exceptions
filteredrowsetimpl.relative = relative: operazione cursore non valida filteredrowsetimpl.relative = relative: operazione cursore non valida
filteredrowsetimpl.absolute = absolute: operazione cursore non valida filteredrowsetimpl.absolute = absolute: operazione cursore non valida
filteredrowsetimpl.notallowed = Questo valore non è consentito nel filtro filteredrowsetimpl.notallowed = Questo valore non è consentito nel filtro
@ -123,15 +123,15 @@ crsreader.caldetected = È stato rilevato un calendario
#CachedRowSetWriter exceptions #CachedRowSetWriter exceptions
crswriter.connect = Impossibile stabilire una connessione crswriter.connect = Impossibile stabilire una connessione
crswriter.tname = writeData non riesce a determinare il nome di tabella crswriter.tname = writeData non riesce a determinare il nome di tabella
crswriter.params1 = Valore dei parametri 1: {0} crswriter.params1 = Valore dei parametri 1: {0}
crswriter.params2 = Valore dei parametri 2: {0} crswriter.params2 = Valore dei parametri 2: {0}
crswriter.conflictsno = Conflitti durante la sincronizzazione crswriter.conflictsno = Conflitti durante la sincronizzazione
#InsertRow exceptions #InsertRow exceptions
insertrow.novalue = Non è stato inserito alcun valore insertrow.novalue = Non è stato inserito alcun valore
#SyncResolverImpl exceptions #SyncResolverImpl exceptions
syncrsimpl.indexval = Valore indice non compreso nell'intervallo syncrsimpl.indexval = Valore indice non compreso nell'intervallo
syncrsimpl.noconflict = Questa colonna non è in conflitto syncrsimpl.noconflict = Questa colonna non è in conflitto
syncrsimpl.syncnotpos = Impossibile eseguire la sincronizzazione syncrsimpl.syncnotpos = Impossibile eseguire la sincronizzazione
syncrsimpl.valtores = Il valore da risolvere può essere nel database o in cachedrowset syncrsimpl.valtores = Il valore da risolvere può essere nel database o in cachedrowset

View File

@ -41,7 +41,7 @@ cachedrowsetimpl.intfail = 列{1}の値({0})でgetIntが失敗しました
cachedrowsetimpl.longfail = 列{1}の値({0})でgetLongが失敗しました cachedrowsetimpl.longfail = 列{1}の値({0})でgetLongが失敗しました
cachedrowsetimpl.floatfail = 列{1}の値({0})でgetFloatが失敗しました cachedrowsetimpl.floatfail = 列{1}の値({0})でgetFloatが失敗しました
cachedrowsetimpl.doublefail = 列{1}の値({0})でgetDoubleが失敗しました cachedrowsetimpl.doublefail = 列{1}の値({0})でgetDoubleが失敗しました
cachedrowsetimpl.dtypemismt = データ型の不一致 cachedrowsetimpl.dtypemismt = データ型の不一致
cachedrowsetimpl.datefail = 列{1}の値({0})でgetDateが失敗。変換できません cachedrowsetimpl.datefail = 列{1}の値({0})でgetDateが失敗。変換できません
cachedrowsetimpl.timefail = 列{1}の値({0})でgetTimeが失敗。変換できません cachedrowsetimpl.timefail = 列{1}の値({0})でgetTimeが失敗。変換できません
cachedrowsetimpl.posupdate = 位置決めされた更新がサポートされません cachedrowsetimpl.posupdate = 位置決めされた更新がサポートされません
@ -70,7 +70,7 @@ cachedrowsetimpl.unsetmatch1 = unsetMatchColumnへの引数として列名を使
cachedrowsetimpl.unsetmatch2 = unsetMatchColumnへの引数として列IDを使用してください cachedrowsetimpl.unsetmatch2 = unsetMatchColumnへの引数として列IDを使用してください
cachedrowsetimpl.numrows = 行数がゼロまたはフェッチ・サイズより小さいです cachedrowsetimpl.numrows = 行数がゼロまたはフェッチ・サイズより小さいです
cachedrowsetimpl.startpos = 開始位置を負にすることはできません cachedrowsetimpl.startpos = 開始位置を負にすることはできません
cachedrowsetimpl.nextpage = 呼出し前にデータを移入します cachedrowsetimpl.nextpage = 呼出し前にデータを移入します
cachedrowsetimpl.pagesize = ページ・サイズをゼロより小さくすることはできません cachedrowsetimpl.pagesize = ページ・サイズをゼロより小さくすることはできません
cachedrowsetimpl.pagesize1 = ページ・サイズをmaxRowsより大きくすることができません cachedrowsetimpl.pagesize1 = ページ・サイズをmaxRowsより大きくすることができません
cachedrowsetimpl.fwdonly = ResultSetは順方向のみです cachedrowsetimpl.fwdonly = ResultSetは順方向のみです
@ -84,7 +84,7 @@ webrowsetimpl.invalidwr = 無効なライター
webrowsetimpl.invalidrd = 無効なリーダー webrowsetimpl.invalidrd = 無効なリーダー
#FilteredRowSetImpl exceptions #FilteredRowSetImpl exceptions
filteredrowsetimpl.relative = relative: 無効なカーソル操作 filteredrowsetimpl.relative = relative: 無効なカーソル操作
filteredrowsetimpl.absolute = absolute: 無効なカーソル操作 filteredrowsetimpl.absolute = absolute: 無効なカーソル操作
filteredrowsetimpl.notallowed = この値はフィルタで許容されません filteredrowsetimpl.notallowed = この値はフィルタで許容されません
@ -123,15 +123,15 @@ crsreader.caldetected = カレンダを検出しました
#CachedRowSetWriter exceptions #CachedRowSetWriter exceptions
crswriter.connect = 接続を取得できません crswriter.connect = 接続を取得できません
crswriter.tname = writeDataが表名を判別できません crswriter.tname = writeDataが表名を判別できません
crswriter.params1 = params1の値: {0} crswriter.params1 = params1の値: {0}
crswriter.params2 = params2の値: {0} crswriter.params2 = params2の値: {0}
crswriter.conflictsno = 同期中に競合が発生します crswriter.conflictsno = 同期中に競合が発生します
#InsertRow exceptions #InsertRow exceptions
insertrow.novalue = 値は挿入されていません insertrow.novalue = 値は挿入されていません
#SyncResolverImpl exceptions #SyncResolverImpl exceptions
syncrsimpl.indexval = 範囲外の索引値 syncrsimpl.indexval = 範囲外の索引値
syncrsimpl.noconflict = この列は競合していません syncrsimpl.noconflict = この列は競合していません
syncrsimpl.syncnotpos = 同期できません syncrsimpl.syncnotpos = 同期できません
syncrsimpl.valtores = 解決される値はデータベースまたはcachedrowsetにある可能性があります syncrsimpl.valtores = 解決される値はデータベースまたはcachedrowsetにある可能性があります

View File

@ -41,7 +41,7 @@ cachedrowsetimpl.intfail = {1} 열의 값({0})에서 getInt를 실패했습니
cachedrowsetimpl.longfail = {1} 열의 값({0})에서 getLong을 실패했습니다. cachedrowsetimpl.longfail = {1} 열의 값({0})에서 getLong을 실패했습니다.
cachedrowsetimpl.floatfail = {1} 열의 값({0})에서 getFloat를 실패했습니다. cachedrowsetimpl.floatfail = {1} 열의 값({0})에서 getFloat를 실패했습니다.
cachedrowsetimpl.doublefail = {1} 열의 값({0})에서 getDouble을 실패했습니다. cachedrowsetimpl.doublefail = {1} 열의 값({0})에서 getDouble을 실패했습니다.
cachedrowsetimpl.dtypemismt = 데이터 유형이 일치하지 않습니다. cachedrowsetimpl.dtypemismt = 데이터 유형이 일치하지 않습니다.
cachedrowsetimpl.datefail = {1} 열의 값({0})에서 getDate를 실패했습니다. 변환할 수 없습니다. cachedrowsetimpl.datefail = {1} 열의 값({0})에서 getDate를 실패했습니다. 변환할 수 없습니다.
cachedrowsetimpl.timefail = {1} 열의 값({0})에서 getTime을 실패했습니다. 변환할 수 없습니다. cachedrowsetimpl.timefail = {1} 열의 값({0})에서 getTime을 실패했습니다. 변환할 수 없습니다.
cachedrowsetimpl.posupdate = 위치가 지정된 업데이트가 지원되지 않습니다. cachedrowsetimpl.posupdate = 위치가 지정된 업데이트가 지원되지 않습니다.
@ -70,7 +70,7 @@ cachedrowsetimpl.unsetmatch1 = 열 이름을 unsetMatchColumn의 인수로 사
cachedrowsetimpl.unsetmatch2 = 열 ID를 unsetMatchColumn의 인수로 사용하십시오. cachedrowsetimpl.unsetmatch2 = 열 ID를 unsetMatchColumn의 인수로 사용하십시오.
cachedrowsetimpl.numrows = 행 수가 0보다 작거나 인출 크기보다 작습니다. cachedrowsetimpl.numrows = 행 수가 0보다 작거나 인출 크기보다 작습니다.
cachedrowsetimpl.startpos = 시작 위치는 음수일 수 없습니다. cachedrowsetimpl.startpos = 시작 위치는 음수일 수 없습니다.
cachedrowsetimpl.nextpage = 호출하기 전에 데이터를 채우십시오. cachedrowsetimpl.nextpage = 호출하기 전에 데이터를 채우십시오.
cachedrowsetimpl.pagesize = 페이지 크기는 0보다 작을 수 없습니다. cachedrowsetimpl.pagesize = 페이지 크기는 0보다 작을 수 없습니다.
cachedrowsetimpl.pagesize1 = 페이지 크기는 maxRows보다 클 수 없습니다. cachedrowsetimpl.pagesize1 = 페이지 크기는 maxRows보다 클 수 없습니다.
cachedrowsetimpl.fwdonly = ResultSet는 전달 전용입니다. cachedrowsetimpl.fwdonly = ResultSet는 전달 전용입니다.
@ -84,7 +84,7 @@ webrowsetimpl.invalidwr = 기록 장치가 부적합합니다.
webrowsetimpl.invalidrd = 읽기 프로그램이 부적합합니다. webrowsetimpl.invalidrd = 읽기 프로그램이 부적합합니다.
#FilteredRowSetImpl exceptions #FilteredRowSetImpl exceptions
filteredrowsetimpl.relative = 상대: 커서 작업이 부적합합니다. filteredrowsetimpl.relative = 상대: 커서 작업이 부적합합니다.
filteredrowsetimpl.absolute = 절대: 커서 작업이 부적합합니다. filteredrowsetimpl.absolute = 절대: 커서 작업이 부적합합니다.
filteredrowsetimpl.notallowed = 이 값은 필터를 통과할 수 없습니다. filteredrowsetimpl.notallowed = 이 값은 필터를 통과할 수 없습니다.
@ -123,15 +123,15 @@ crsreader.caldetected = 달력을 감지함
#CachedRowSetWriter exceptions #CachedRowSetWriter exceptions
crswriter.connect = 접속할 수 없습니다. crswriter.connect = 접속할 수 없습니다.
crswriter.tname = writeData에서 테이블 이름을 확인할 수 없습니다. crswriter.tname = writeData에서 테이블 이름을 확인할 수 없습니다.
crswriter.params1 = params1의 값: {0} crswriter.params1 = params1의 값: {0}
crswriter.params2 = params2의 값: {0} crswriter.params2 = params2의 값: {0}
crswriter.conflictsno = 동기화하는 중 충돌함 crswriter.conflictsno = 동기화하는 중 충돌함
#InsertRow exceptions #InsertRow exceptions
insertrow.novalue = 값이 삽입되지 않았습니다. insertrow.novalue = 값이 삽입되지 않았습니다.
#SyncResolverImpl exceptions #SyncResolverImpl exceptions
syncrsimpl.indexval = 인덱스 값이 범위를 벗어났습니다. syncrsimpl.indexval = 인덱스 값이 범위를 벗어났습니다.
syncrsimpl.noconflict = 이 열은 충돌하지 않습니다. syncrsimpl.noconflict = 이 열은 충돌하지 않습니다.
syncrsimpl.syncnotpos = 동기화할 수 없습니다. syncrsimpl.syncnotpos = 동기화할 수 없습니다.
syncrsimpl.valtores = 분석할 값이 데이터베이스 또는 cachedrowset에 있을 수 있습니다. syncrsimpl.valtores = 분석할 값이 데이터베이스 또는 cachedrowset에 있을 수 있습니다.

View File

@ -41,7 +41,7 @@ cachedrowsetimpl.intfail = Falha em getInt no valor ( {0} ) na coluna {1}
cachedrowsetimpl.longfail = Falha em getLong no valor ( {0} ) na coluna {1} cachedrowsetimpl.longfail = Falha em getLong no valor ( {0} ) na coluna {1}
cachedrowsetimpl.floatfail = Falha em getFloat no valor ( {0} ) na coluna {1} cachedrowsetimpl.floatfail = Falha em getFloat no valor ( {0} ) na coluna {1}
cachedrowsetimpl.doublefail = Falha em getDouble no valor ( {0} ) na coluna {1} cachedrowsetimpl.doublefail = Falha em getDouble no valor ( {0} ) na coluna {1}
cachedrowsetimpl.dtypemismt = Tipo de Dados Incompatível cachedrowsetimpl.dtypemismt = Tipo de Dados Incompatível
cachedrowsetimpl.datefail = Falha em getDate no valor ( {0} ) na coluna {1} sem conversão disponível cachedrowsetimpl.datefail = Falha em getDate no valor ( {0} ) na coluna {1} sem conversão disponível
cachedrowsetimpl.timefail = Falha em getTime no valor ( {0} ) na coluna {1} sem conversão disponível cachedrowsetimpl.timefail = Falha em getTime no valor ( {0} ) na coluna {1} sem conversão disponível
cachedrowsetimpl.posupdate = Atualizações posicionadas não suportadas cachedrowsetimpl.posupdate = Atualizações posicionadas não suportadas
@ -70,7 +70,7 @@ cachedrowsetimpl.unsetmatch1 = Usar o nome da coluna como argumento para unsetMa
cachedrowsetimpl.unsetmatch2 = Usar o ID da coluna como argumento para unsetMatchColumn cachedrowsetimpl.unsetmatch2 = Usar o ID da coluna como argumento para unsetMatchColumn
cachedrowsetimpl.numrows = O número de linhas é menor do que zero ou menor do que o tamanho obtido cachedrowsetimpl.numrows = O número de linhas é menor do que zero ou menor do que o tamanho obtido
cachedrowsetimpl.startpos = A posição de início não pode ser negativa cachedrowsetimpl.startpos = A posição de início não pode ser negativa
cachedrowsetimpl.nextpage = Preencher dados antes de chamar cachedrowsetimpl.nextpage = Preencher dados antes de chamar
cachedrowsetimpl.pagesize = O tamanho da página não pode ser menor do que zero cachedrowsetimpl.pagesize = O tamanho da página não pode ser menor do que zero
cachedrowsetimpl.pagesize1 = O tamanho da página não pode ser maior do que maxRows cachedrowsetimpl.pagesize1 = O tamanho da página não pode ser maior do que maxRows
cachedrowsetimpl.fwdonly = ResultSet é somente para frente cachedrowsetimpl.fwdonly = ResultSet é somente para frente
@ -84,7 +84,7 @@ webrowsetimpl.invalidwr = Gravador inválido
webrowsetimpl.invalidrd = Leitor inválido webrowsetimpl.invalidrd = Leitor inválido
#FilteredRowSetImpl exceptions #FilteredRowSetImpl exceptions
filteredrowsetimpl.relative = relative : Operação inválida do cursor filteredrowsetimpl.relative = relative : Operação inválida do cursor
filteredrowsetimpl.absolute = absolute : Operação inválida do cursor filteredrowsetimpl.absolute = absolute : Operação inválida do cursor
filteredrowsetimpl.notallowed = Este valor não é permitido no filtro filteredrowsetimpl.notallowed = Este valor não é permitido no filtro
@ -123,15 +123,15 @@ crsreader.caldetected = Calendário Detectado
#CachedRowSetWriter exceptions #CachedRowSetWriter exceptions
crswriter.connect = Não é possível obter a conexão crswriter.connect = Não é possível obter a conexão
crswriter.tname = writeData não pode determinar o nome da tabela crswriter.tname = writeData não pode determinar o nome da tabela
crswriter.params1 = Valor de params1 : {0} crswriter.params1 = Valor de params1 : {0}
crswriter.params2 = Valor de params2 : {0} crswriter.params2 = Valor de params2 : {0}
crswriter.conflictsno = conflitos durante a sincronização crswriter.conflictsno = conflitos durante a sincronização
#InsertRow exceptions #InsertRow exceptions
insertrow.novalue = Nenhum valor foi inserido insertrow.novalue = Nenhum valor foi inserido
#SyncResolverImpl exceptions #SyncResolverImpl exceptions
syncrsimpl.indexval = Valor de índice fora da faixa syncrsimpl.indexval = Valor de índice fora da faixa
syncrsimpl.noconflict = Está coluna não está em conflito syncrsimpl.noconflict = Está coluna não está em conflito
syncrsimpl.syncnotpos = A sincronização não é possível syncrsimpl.syncnotpos = A sincronização não é possível
syncrsimpl.valtores = O valor a ser decidido pode estar no banco de dados ou no conjunto de linhas armazenado no cache syncrsimpl.valtores = O valor a ser decidido pode estar no banco de dados ou no conjunto de linhas armazenado no cache

View File

@ -41,7 +41,7 @@ cachedrowsetimpl.intfail = getInt utfördes inte för värdet ({0}) i kolumnen {
cachedrowsetimpl.longfail = getLong utfördes inte för värdet ({0}) i kolumnen {1} cachedrowsetimpl.longfail = getLong utfördes inte för värdet ({0}) i kolumnen {1}
cachedrowsetimpl.floatfail = getFloat utfördes inte för värdet ({0}) i kolumnen {1} cachedrowsetimpl.floatfail = getFloat utfördes inte för värdet ({0}) i kolumnen {1}
cachedrowsetimpl.doublefail = getDouble utfördes inte för värdet ({0}) i kolumnen {1} cachedrowsetimpl.doublefail = getDouble utfördes inte för värdet ({0}) i kolumnen {1}
cachedrowsetimpl.dtypemismt = Felmatchad datatyp cachedrowsetimpl.dtypemismt = Felmatchad datatyp
cachedrowsetimpl.datefail = getDate utfördes inte för värdet ({0}) i kolumnen {1}, ingen konvertering tillgänglig cachedrowsetimpl.datefail = getDate utfördes inte för värdet ({0}) i kolumnen {1}, ingen konvertering tillgänglig
cachedrowsetimpl.timefail = getTime utfördes inte för värdet ({0}) i kolumnen {1}, ingen konvertering tillgänglig cachedrowsetimpl.timefail = getTime utfördes inte för värdet ({0}) i kolumnen {1}, ingen konvertering tillgänglig
cachedrowsetimpl.posupdate = Det finns inte stöd för positionerad uppdatering cachedrowsetimpl.posupdate = Det finns inte stöd för positionerad uppdatering
@ -70,7 +70,7 @@ cachedrowsetimpl.unsetmatch1 = Använd kolumnnamn som argument för unsetMatchCo
cachedrowsetimpl.unsetmatch2 = Använd kolumn-id som argument för unsetMatchColumn cachedrowsetimpl.unsetmatch2 = Använd kolumn-id som argument för unsetMatchColumn
cachedrowsetimpl.numrows = Antalet rader understiger noll eller är mindre än hämtningsstorleken cachedrowsetimpl.numrows = Antalet rader understiger noll eller är mindre än hämtningsstorleken
cachedrowsetimpl.startpos = Startpositionen får inte vara negativ cachedrowsetimpl.startpos = Startpositionen får inte vara negativ
cachedrowsetimpl.nextpage = Fyll i data innan anrop cachedrowsetimpl.nextpage = Fyll i data innan anrop
cachedrowsetimpl.pagesize = Sidstorleken får inte understiga noll cachedrowsetimpl.pagesize = Sidstorleken får inte understiga noll
cachedrowsetimpl.pagesize1 = Sidstorleken får inte överstiga maxRows cachedrowsetimpl.pagesize1 = Sidstorleken får inte överstiga maxRows
cachedrowsetimpl.fwdonly = ResultSet kan endast gå framåt cachedrowsetimpl.fwdonly = ResultSet kan endast gå framåt
@ -84,7 +84,7 @@ webrowsetimpl.invalidwr = Ogiltig skrivfunktion
webrowsetimpl.invalidrd = Ogiltig läsare webrowsetimpl.invalidrd = Ogiltig läsare
#FilteredRowSetImpl exceptions #FilteredRowSetImpl exceptions
filteredrowsetimpl.relative = relative: Ogiltig marköråtgärd filteredrowsetimpl.relative = relative: Ogiltig marköråtgärd
filteredrowsetimpl.absolute = absolute: Ogiltig marköråtgärd filteredrowsetimpl.absolute = absolute: Ogiltig marköråtgärd
filteredrowsetimpl.notallowed = Detta värde kommer att filtreras bort filteredrowsetimpl.notallowed = Detta värde kommer att filtreras bort
@ -123,15 +123,15 @@ crsreader.caldetected = En kalender har identifierats
#CachedRowSetWriter exceptions #CachedRowSetWriter exceptions
crswriter.connect = Kan inte upprätta anslutning crswriter.connect = Kan inte upprätta anslutning
crswriter.tname = writeData kan inte fastställa tabellnamnet crswriter.tname = writeData kan inte fastställa tabellnamnet
crswriter.params1 = Parametervärde1: {0} crswriter.params1 = Parametervärde1: {0}
crswriter.params2 = Parametervärde2: {0} crswriter.params2 = Parametervärde2: {0}
crswriter.conflictsno = orsakar konflikt vid synkronisering crswriter.conflictsno = orsakar konflikt vid synkronisering
#InsertRow exceptions #InsertRow exceptions
insertrow.novalue = Inget värde har infogats insertrow.novalue = Inget värde har infogats
#SyncResolverImpl exceptions #SyncResolverImpl exceptions
syncrsimpl.indexval = Indexvärdet ligger utanför intervallet syncrsimpl.indexval = Indexvärdet ligger utanför intervallet
syncrsimpl.noconflict = Kolumnen orsakar ingen konflikt syncrsimpl.noconflict = Kolumnen orsakar ingen konflikt
syncrsimpl.syncnotpos = Synkronisering är inte möjlig syncrsimpl.syncnotpos = Synkronisering är inte möjlig
syncrsimpl.valtores = Värdet som ska fastställas kan antingen finnas i databasen eller i cachedrowset syncrsimpl.valtores = Värdet som ska fastställas kan antingen finnas i databasen eller i cachedrowset

View File

@ -41,7 +41,7 @@ cachedrowsetimpl.intfail = 对列 {1} 中的值 ({0}) 执行 getInt 失败
cachedrowsetimpl.longfail = 对列 {1} 中的值 ({0}) 执行 getLong 失败 cachedrowsetimpl.longfail = 对列 {1} 中的值 ({0}) 执行 getLong 失败
cachedrowsetimpl.floatfail = 对列 {1} 中的值 ({0}) 执行 getFloat 失败 cachedrowsetimpl.floatfail = 对列 {1} 中的值 ({0}) 执行 getFloat 失败
cachedrowsetimpl.doublefail = 对列 {1} 中的值 ({0}) 执行 getDouble 失败 cachedrowsetimpl.doublefail = 对列 {1} 中的值 ({0}) 执行 getDouble 失败
cachedrowsetimpl.dtypemismt = 数据类型不匹配 cachedrowsetimpl.dtypemismt = 数据类型不匹配
cachedrowsetimpl.datefail = 对列 {1} 中的值 ({0}) 执行 getDate 失败, 无可用转换 cachedrowsetimpl.datefail = 对列 {1} 中的值 ({0}) 执行 getDate 失败, 无可用转换
cachedrowsetimpl.timefail = 对列 {1} 中的值 ({0}) 执行 getTime 失败, 无可用转换 cachedrowsetimpl.timefail = 对列 {1} 中的值 ({0}) 执行 getTime 失败, 无可用转换
cachedrowsetimpl.posupdate = 不支持定位更新 cachedrowsetimpl.posupdate = 不支持定位更新
@ -70,7 +70,7 @@ cachedrowsetimpl.unsetmatch1 = 使用列名作为 unsetMatchColumn 的参数
cachedrowsetimpl.unsetmatch2 = 使用列 ID 作为 unsetMatchColumn 的参数 cachedrowsetimpl.unsetmatch2 = 使用列 ID 作为 unsetMatchColumn 的参数
cachedrowsetimpl.numrows = 行数小于零或小于要提取的行数 cachedrowsetimpl.numrows = 行数小于零或小于要提取的行数
cachedrowsetimpl.startpos = 起始位置不能为负数 cachedrowsetimpl.startpos = 起始位置不能为负数
cachedrowsetimpl.nextpage = 在调用之前先填充数据 cachedrowsetimpl.nextpage = 在调用之前先填充数据
cachedrowsetimpl.pagesize = 页面大小不能小于零 cachedrowsetimpl.pagesize = 页面大小不能小于零
cachedrowsetimpl.pagesize1 = 页面大小不能大于 maxRows cachedrowsetimpl.pagesize1 = 页面大小不能大于 maxRows
cachedrowsetimpl.fwdonly = ResultSet 的类型为仅向前类型 cachedrowsetimpl.fwdonly = ResultSet 的类型为仅向前类型
@ -84,7 +84,7 @@ webrowsetimpl.invalidwr = 写进程无效
webrowsetimpl.invalidrd = 读进程无效 webrowsetimpl.invalidrd = 读进程无效
#FilteredRowSetImpl exceptions #FilteredRowSetImpl exceptions
filteredrowsetimpl.relative = relative: 光标操作无效 filteredrowsetimpl.relative = relative: 光标操作无效
filteredrowsetimpl.absolute = absolute: 光标操作无效 filteredrowsetimpl.absolute = absolute: 光标操作无效
filteredrowsetimpl.notallowed = 不允许此值通过筛选器 filteredrowsetimpl.notallowed = 不允许此值通过筛选器
@ -123,15 +123,15 @@ crsreader.caldetected = 检测到日历
#CachedRowSetWriter exceptions #CachedRowSetWriter exceptions
crswriter.connect = 无法获取连接 crswriter.connect = 无法获取连接
crswriter.tname = writeData 无法确定表名 crswriter.tname = writeData 无法确定表名
crswriter.params1 = params1 的值: {0} crswriter.params1 = params1 的值: {0}
crswriter.params2 = params2 的值: {0} crswriter.params2 = params2 的值: {0}
crswriter.conflictsno = 同步时发生冲突 crswriter.conflictsno = 同步时发生冲突
#InsertRow exceptions #InsertRow exceptions
insertrow.novalue = 尚未插入任何值 insertrow.novalue = 尚未插入任何值
#SyncResolverImpl exceptions #SyncResolverImpl exceptions
syncrsimpl.indexval = 索引值超出范围 syncrsimpl.indexval = 索引值超出范围
syncrsimpl.noconflict = 此列不冲突 syncrsimpl.noconflict = 此列不冲突
syncrsimpl.syncnotpos = 不能同步 syncrsimpl.syncnotpos = 不能同步
syncrsimpl.valtores = 要解析的值可以在数据库中, 也可以在 CachedRowSet 中 syncrsimpl.valtores = 要解析的值可以在数据库中, 也可以在 CachedRowSet 中

View File

@ -70,7 +70,7 @@ cachedrowsetimpl.unsetmatch1 = 使用欄名作為 unsetMatchColumn 的引數
cachedrowsetimpl.unsetmatch2 = 使用欄 ID 作為 unsetMatchColumn 的引數 cachedrowsetimpl.unsetmatch2 = 使用欄 ID 作為 unsetMatchColumn 的引數
cachedrowsetimpl.numrows = 列數小於零或小於擷取大小 cachedrowsetimpl.numrows = 列數小於零或小於擷取大小
cachedrowsetimpl.startpos = 起始位置不能為負數 cachedrowsetimpl.startpos = 起始位置不能為負數
cachedrowsetimpl.nextpage = 在呼叫之前植入資料 cachedrowsetimpl.nextpage = 在呼叫之前植入資料
cachedrowsetimpl.pagesize = 頁面大小不能小於零 cachedrowsetimpl.pagesize = 頁面大小不能小於零
cachedrowsetimpl.pagesize1 = 頁面大小不能大於 maxRows cachedrowsetimpl.pagesize1 = 頁面大小不能大於 maxRows
cachedrowsetimpl.fwdonly = ResultSet 只能向前進行 cachedrowsetimpl.fwdonly = ResultSet 只能向前進行
@ -84,7 +84,7 @@ webrowsetimpl.invalidwr = 寫入器無效
webrowsetimpl.invalidrd = 讀取器無效 webrowsetimpl.invalidrd = 讀取器無效
#FilteredRowSetImpl exceptions #FilteredRowSetImpl exceptions
filteredrowsetimpl.relative = relative: 游標作業無效 filteredrowsetimpl.relative = relative: 游標作業無效
filteredrowsetimpl.absolute = absolute: 游標作業無效 filteredrowsetimpl.absolute = absolute: 游標作業無效
filteredrowsetimpl.notallowed = 不允許此值通過篩選 filteredrowsetimpl.notallowed = 不允許此值通過篩選
@ -123,15 +123,15 @@ crsreader.caldetected = 偵測到行事曆
#CachedRowSetWriter exceptions #CachedRowSetWriter exceptions
crswriter.connect = 無法取得連線 crswriter.connect = 無法取得連線
crswriter.tname = writeData 不能決定表格名稱 crswriter.tname = writeData 不能決定表格名稱
crswriter.params1 = params1 的值: {0} crswriter.params1 = params1 的值: {0}
crswriter.params2 = params2 的值: {0} crswriter.params2 = params2 的值: {0}
crswriter.conflictsno = 同步化時發生衝突 crswriter.conflictsno = 同步化時發生衝突
#InsertRow exceptions #InsertRow exceptions
insertrow.novalue = 尚未插入值 insertrow.novalue = 尚未插入值
#SyncResolverImpl exceptions #SyncResolverImpl exceptions
syncrsimpl.indexval = 索引值超出範圍 syncrsimpl.indexval = 索引值超出範圍
syncrsimpl.noconflict = 此欄不衝突 syncrsimpl.noconflict = 此欄不衝突
syncrsimpl.syncnotpos = 不可能同步化 syncrsimpl.syncnotpos = 不可能同步化
syncrsimpl.valtores = 要解析的值可位於資料庫或 cachedrowset 中 syncrsimpl.valtores = 要解析的值可位於資料庫或 cachedrowset 中

View File

@ -128,7 +128,7 @@ signature.Transform.NullPointerTransform = Null pointer as URI. Programming bug?
signature.Transform.UnknownTransform = Unknown transformation. No handler installed for URI {0} signature.Transform.UnknownTransform = Unknown transformation. No handler installed for URI {0}
signature.Transform.XPathError = Error evaluating XPath expression signature.Transform.XPathError = Error evaluating XPath expression
signature.Transform.node = Current Node: {0} signature.Transform.node = Current Node: {0}
signature.Transform.nodeAndType = Current Node: {0}, type: {1} signature.Transform.nodeAndType = Current Node: {0}, type: {1}
signature.Util.BignumNonPositive = bigInteger.signum() must be positive signature.Util.BignumNonPositive = bigInteger.signum() must be positive
signature.Util.NonTextNode = Not a text node signature.Util.NonTextNode = Not a text node
signature.Util.TooManyChilds = Too many childs of Type {0} in {1} signature.Util.TooManyChilds = Too many childs of Type {0} in {1}

View File

@ -21,28 +21,28 @@
# The messages are arranged in key and value tuples in a ListResourceBundle. # The messages are arranged in key and value tuples in a ListResourceBundle.
BadMessageKey = The error message corresponding to the message key can not be found. BadMessageKey = The error message corresponding to the message key can not be found.
FormatFailed = An internal error occurred while formatting the following message:\n FormatFailed = An internal error occurred while formatting the following message:\n
# DOM Core # DOM Core
# exception codes # exception codes
DOMSTRING_SIZE_ERR = The specified range of text does not fit into a DOMString. DOMSTRING_SIZE_ERR = The specified range of text does not fit into a DOMString.
HIERARCHY_REQUEST_ERR = An attempt was made to insert a node where it is not permitted. HIERARCHY_REQUEST_ERR = An attempt was made to insert a node where it is not permitted.
INDEX_SIZE_ERR = The index or size is negative, or greater than the allowed value. INDEX_SIZE_ERR = The index or size is negative, or greater than the allowed value.
INUSE_ATTRIBUTE_ERR = An attempt is made to add an attribute that is already in use elsewhere. INUSE_ATTRIBUTE_ERR = An attempt is made to add an attribute that is already in use elsewhere.
INVALID_ACCESS_ERR = A parameter or an operation is not supported by the underlying object. INVALID_ACCESS_ERR = A parameter or an operation is not supported by the underlying object.
INVALID_CHARACTER_ERR = An invalid or illegal XML character is specified. INVALID_CHARACTER_ERR = An invalid or illegal XML character is specified.
INVALID_MODIFICATION_ERR = An attempt is made to modify the type of the underlying object. INVALID_MODIFICATION_ERR = An attempt is made to modify the type of the underlying object.
INVALID_STATE_ERR = An attempt is made to use an object that is not, or is no longer, usable. INVALID_STATE_ERR = An attempt is made to use an object that is not, or is no longer, usable.
NAMESPACE_ERR = An attempt is made to create or change an object in a way which is incorrect with regard to namespaces. NAMESPACE_ERR = An attempt is made to create or change an object in a way which is incorrect with regard to namespaces.
NOT_FOUND_ERR = An attempt is made to reference a node in a context where it does not exist. NOT_FOUND_ERR = An attempt is made to reference a node in a context where it does not exist.
NOT_SUPPORTED_ERR = The implementation does not support the requested type of object or operation. NOT_SUPPORTED_ERR = The implementation does not support the requested type of object or operation.
NO_DATA_ALLOWED_ERR = Data is specified for a node which does not support data. NO_DATA_ALLOWED_ERR = Data is specified for a node which does not support data.
NO_MODIFICATION_ALLOWED_ERR = An attempt is made to modify an object where modifications are not allowed. NO_MODIFICATION_ALLOWED_ERR = An attempt is made to modify an object where modifications are not allowed.
SYNTAX_ERR = An invalid or illegal string is specified. SYNTAX_ERR = An invalid or illegal string is specified.
VALIDATION_ERR = A call to a method such as insertBefore or removeChild would make the Node invalid with respect to document grammar. VALIDATION_ERR = A call to a method such as insertBefore or removeChild would make the Node invalid with respect to document grammar.
WRONG_DOCUMENT_ERR = A node is used in a different document than the one that created it. WRONG_DOCUMENT_ERR = A node is used in a different document than the one that created it.
TYPE_MISMATCH_ERR = The value type for this parameter name is incompatible with the expected value type. TYPE_MISMATCH_ERR = The value type for this parameter name is incompatible with the expected value type.
#error messages or exceptions #error messages or exceptions
FEATURE_NOT_SUPPORTED = The parameter {0} is recognized but the requested value cannot be set. FEATURE_NOT_SUPPORTED = The parameter {0} is recognized but the requested value cannot be set.
@ -77,7 +77,7 @@ INVALID_NODE_TYPE_ERR = The container of a boundary-point of a Range is being se
#Events #Events
UNSPECIFIED_EVENT_TYPE_ERR = The Event's type was not specified by initializing the event before the method was called. UNSPECIFIED_EVENT_TYPE_ERR = The Event's type was not specified by initializing the event before the method was called.
jaxp-schema-support=Both the setSchema method and the schemaLanguage property is used jaxp-schema-support=Both the setSchema method and the schemaLanguage property is used

View File

@ -21,28 +21,28 @@
# The messages are arranged in key and value tuples in a ListResourceBundle. # The messages are arranged in key and value tuples in a ListResourceBundle.
BadMessageKey = Die zum Meldungsschlüssel gehörige Fehlermeldung kann nicht gefunden werden. BadMessageKey = Die zum Meldungsschlüssel gehörige Fehlermeldung kann nicht gefunden werden.
FormatFailed = Beim Formatieren der folgenden Meldung ist ein interner Fehler aufgetreten:\n FormatFailed = Beim Formatieren der folgenden Meldung ist ein interner Fehler aufgetreten:\n
# DOM Core # DOM Core
# exception codes # exception codes
DOMSTRING_SIZE_ERR = Der angegebene Textbereich passt nicht in eine DOMString. DOMSTRING_SIZE_ERR = Der angegebene Textbereich passt nicht in eine DOMString.
HIERARCHY_REQUEST_ERR = Es wurde versucht, einen Knoten an einer Stelle einzufügen, an der dies nicht zulässig ist. HIERARCHY_REQUEST_ERR = Es wurde versucht, einen Knoten an einer Stelle einzufügen, an der dies nicht zulässig ist.
INDEX_SIZE_ERR = Index oder Größe ist negativ oder größer als der zulässige Wert. INDEX_SIZE_ERR = Index oder Größe ist negativ oder größer als der zulässige Wert.
INUSE_ATTRIBUTE_ERR = Es wurde versucht, ein Attribut hinzuzufügen, das bereits an einer anderen Stelle verwendet wird. INUSE_ATTRIBUTE_ERR = Es wurde versucht, ein Attribut hinzuzufügen, das bereits an einer anderen Stelle verwendet wird.
INVALID_ACCESS_ERR = Ein Parameter oder Vorgang wird nicht vom zugrunde liegenden Objekt unterstützt. INVALID_ACCESS_ERR = Ein Parameter oder Vorgang wird nicht vom zugrunde liegenden Objekt unterstützt.
INVALID_CHARACTER_ERR = Ungültiges oder unzulässiges XML-Zeichen angegeben. INVALID_CHARACTER_ERR = Ungültiges oder unzulässiges XML-Zeichen angegeben.
INVALID_MODIFICATION_ERR = Es wurde versucht, den Typ des zugrunde liegenden Objekts zu ändern. INVALID_MODIFICATION_ERR = Es wurde versucht, den Typ des zugrunde liegenden Objekts zu ändern.
INVALID_STATE_ERR = Es wurde versucht, ein Objekt zu ändern, das nicht verwendet werden kann. INVALID_STATE_ERR = Es wurde versucht, ein Objekt zu ändern, das nicht verwendet werden kann.
NAMESPACE_ERR = Es wurde versucht, ein Objekt auf eine Weise zu erstellen oder zu ändern, die falsch in Bezug auf Namespaces ist. NAMESPACE_ERR = Es wurde versucht, ein Objekt auf eine Weise zu erstellen oder zu ändern, die falsch in Bezug auf Namespaces ist.
NOT_FOUND_ERR = Es wurde versucht, einen Knoten in einem Kontext zu referenzieren, in dem er nicht vorhanden ist. NOT_FOUND_ERR = Es wurde versucht, einen Knoten in einem Kontext zu referenzieren, in dem er nicht vorhanden ist.
NOT_SUPPORTED_ERR = Der angeforderte Typ des Objekts oder Vorgangs wird nicht von der Implementierung unterstützt. NOT_SUPPORTED_ERR = Der angeforderte Typ des Objekts oder Vorgangs wird nicht von der Implementierung unterstützt.
NO_DATA_ALLOWED_ERR = Daten wurden für einen Knoten angegeben, der keine Daten unterstützt. NO_DATA_ALLOWED_ERR = Daten wurden für einen Knoten angegeben, der keine Daten unterstützt.
NO_MODIFICATION_ALLOWED_ERR = Es wurde versucht, ein Objekt zu ändern, bei dem Änderungen nicht zulässig sind. NO_MODIFICATION_ALLOWED_ERR = Es wurde versucht, ein Objekt zu ändern, bei dem Änderungen nicht zulässig sind.
SYNTAX_ERR = Ungültige oder unzulässige Zeichenfolge angegeben. SYNTAX_ERR = Ungültige oder unzulässige Zeichenfolge angegeben.
VALIDATION_ERR = Aufruf einer Methode wie insertBefore oder removeChild würde die Dokumentgrammatik des Knotens ungültig machen. VALIDATION_ERR = Aufruf einer Methode wie insertBefore oder removeChild würde die Dokumentgrammatik des Knotens ungültig machen.
WRONG_DOCUMENT_ERR = Ein Knoten wird in einem anderen Dokument verwendet als dem, von dem er erstellt wurde. WRONG_DOCUMENT_ERR = Ein Knoten wird in einem anderen Dokument verwendet als dem, von dem er erstellt wurde.
TYPE_MISMATCH_ERR = Der Werttyp für diesen Parameternamen ist nicht mit dem erwarteten Werttyp kompatibel. TYPE_MISMATCH_ERR = Der Werttyp für diesen Parameternamen ist nicht mit dem erwarteten Werttyp kompatibel.
#error messages or exceptions #error messages or exceptions
FEATURE_NOT_SUPPORTED = Parameter {0} wird erkannt, aber der angeforderte Wert kann nicht festgelegt werden. FEATURE_NOT_SUPPORTED = Parameter {0} wird erkannt, aber der angeforderte Wert kann nicht festgelegt werden.
@ -77,7 +77,7 @@ INVALID_NODE_TYPE_ERR = Container eines Grenzwertes eines Bereichs wird entweder
#Events #Events
UNSPECIFIED_EVENT_TYPE_ERR = Der Ereignistyp wurde nicht durch Initialisieren des Ereignisses vor dem Aufruf der Methode angegeben. UNSPECIFIED_EVENT_TYPE_ERR = Der Ereignistyp wurde nicht durch Initialisieren des Ereignisses vor dem Aufruf der Methode angegeben.
jaxp-schema-support=setSchema-Methode und schemaLanguage-Eigenschaft werden verwendet jaxp-schema-support=setSchema-Methode und schemaLanguage-Eigenschaft werden verwendet

View File

@ -29,28 +29,28 @@
# The messages are arranged in key and value tuples in a ListResourceBundle. # The messages are arranged in key and value tuples in a ListResourceBundle.
BadMessageKey = No se ha encontrado el mensaje de error correspondiente a la clave de mensaje. BadMessageKey = No se ha encontrado el mensaje de error correspondiente a la clave de mensaje.
FormatFailed = Se ha producido un error interno al formatear el siguiente mensaje:\n FormatFailed = Se ha producido un error interno al formatear el siguiente mensaje:\n
# DOM Core # DOM Core
# exception codes # exception codes
DOMSTRING_SIZE_ERR = El rango especificado de texto no cabe en una cadena DOM. DOMSTRING_SIZE_ERR = El rango especificado de texto no cabe en una cadena DOM.
HIERARCHY_REQUEST_ERR = Se ha realizado un intento de insertar un nodo donde no está permitido. HIERARCHY_REQUEST_ERR = Se ha realizado un intento de insertar un nodo donde no está permitido.
INDEX_SIZE_ERR = El índice o tamaño es negativo o superior al valor permitido. INDEX_SIZE_ERR = El índice o tamaño es negativo o superior al valor permitido.
INUSE_ATTRIBUTE_ERR = Se ha realizado un intento de agregar un atributo que ya se está utilizando en otro lugar. INUSE_ATTRIBUTE_ERR = Se ha realizado un intento de agregar un atributo que ya se está utilizando en otro lugar.
INVALID_ACCESS_ERR = El objeto subyacente no soporta un parámetro o una operación. INVALID_ACCESS_ERR = El objeto subyacente no soporta un parámetro o una operación.
INVALID_CHARACTER_ERR = Se ha especificado un carácter XML no válido o no permitido. INVALID_CHARACTER_ERR = Se ha especificado un carácter XML no válido o no permitido.
INVALID_MODIFICATION_ERR = Se ha realizado un intento de modificar el tipo de objeto subyacente. INVALID_MODIFICATION_ERR = Se ha realizado un intento de modificar el tipo de objeto subyacente.
INVALID_STATE_ERR = Se ha realizado un intento de utilizar un objeto que ya no se puede utilizar. INVALID_STATE_ERR = Se ha realizado un intento de utilizar un objeto que ya no se puede utilizar.
NAMESPACE_ERR = Se ha realizado un intento de crear o cambiar un objeto de un modo incorrecto con respecto a los espacios de nombres. NAMESPACE_ERR = Se ha realizado un intento de crear o cambiar un objeto de un modo incorrecto con respecto a los espacios de nombres.
NOT_FOUND_ERR = Se ha realizado un intento de hacer referencia a un nodo en un contexto en el que no existe. NOT_FOUND_ERR = Se ha realizado un intento de hacer referencia a un nodo en un contexto en el que no existe.
NOT_SUPPORTED_ERR = La implantación no soporta el tipo solicitado de objeto u operación. NOT_SUPPORTED_ERR = La implantación no soporta el tipo solicitado de objeto u operación.
NO_DATA_ALLOWED_ERR = Se han especificado datos para un nodo que no soporta datos. NO_DATA_ALLOWED_ERR = Se han especificado datos para un nodo que no soporta datos.
NO_MODIFICATION_ALLOWED_ERR = Se ha realizado un intento de modificar un objeto en el que no están permitidas las modificaciones. NO_MODIFICATION_ALLOWED_ERR = Se ha realizado un intento de modificar un objeto en el que no están permitidas las modificaciones.
SYNTAX_ERR = Se ha especificado una cadena no válida o no permitida. SYNTAX_ERR = Se ha especificado una cadena no válida o no permitida.
VALIDATION_ERR = Una llamada a un método como insertBefore o removeChild invalidaría el nodo con respecto a la gramática del documento. VALIDATION_ERR = Una llamada a un método como insertBefore o removeChild invalidaría el nodo con respecto a la gramática del documento.
WRONG_DOCUMENT_ERR = Se ha utilizado un nodo en un documento distinto al que lo creó. WRONG_DOCUMENT_ERR = Se ha utilizado un nodo en un documento distinto al que lo creó.
TYPE_MISMATCH_ERR = El tipo de valor para este nombre de parámetro no es compatible con el tipo de valor esperado. TYPE_MISMATCH_ERR = El tipo de valor para este nombre de parámetro no es compatible con el tipo de valor esperado.
#error messages or exceptions #error messages or exceptions
FEATURE_NOT_SUPPORTED = Se reconoce el parámetro {0} pero no se puede definir el valor solicitado. FEATURE_NOT_SUPPORTED = Se reconoce el parámetro {0} pero no se puede definir el valor solicitado.
@ -85,7 +85,7 @@ INVALID_NODE_TYPE_ERR = El contenedor de un punto de límite de un rango se est
#Events #Events
UNSPECIFIED_EVENT_TYPE_ERR = No se ha especificado el tipo de evento mediante la inicialización del evento antes de que se llame al método. UNSPECIFIED_EVENT_TYPE_ERR = No se ha especificado el tipo de evento mediante la inicialización del evento antes de que se llame al método.
jaxp-schema-support=Se utiliza tanto el método setSchema como la propiedad schemaLanguage jaxp-schema-support=Se utiliza tanto el método setSchema como la propiedad schemaLanguage

View File

@ -29,28 +29,28 @@
# The messages are arranged in key and value tuples in a ListResourceBundle. # The messages are arranged in key and value tuples in a ListResourceBundle.
BadMessageKey = Le message d'erreur correspondant à la clé de message est introuvable. BadMessageKey = Le message d'erreur correspondant à la clé de message est introuvable.
FormatFailed = Une erreur interne est survenue lors du formatage du message suivant :\n FormatFailed = Une erreur interne est survenue lors du formatage du message suivant :\n
# DOM Core # DOM Core
# exception codes # exception codes
DOMSTRING_SIZE_ERR = La plage de texte indiquée ne tient pas dans un élément DOMString. DOMSTRING_SIZE_ERR = La plage de texte indiquée ne tient pas dans un élément DOMString.
HIERARCHY_REQUEST_ERR = Tentative d'insertion d'un noeud à un emplacement non autorisé. HIERARCHY_REQUEST_ERR = Tentative d'insertion d'un noeud à un emplacement non autorisé.
INDEX_SIZE_ERR = L'index ou la taille est négatif ou dépasse la valeur autorisée. INDEX_SIZE_ERR = L'index ou la taille est négatif ou dépasse la valeur autorisée.
INUSE_ATTRIBUTE_ERR = Tentative d'ajout d'un attribut déjà utilisé ailleurs. INUSE_ATTRIBUTE_ERR = Tentative d'ajout d'un attribut déjà utilisé ailleurs.
INVALID_ACCESS_ERR = Un paramètre ou une opération n'est pas pris en charge par l'objet sous-jacent. INVALID_ACCESS_ERR = Un paramètre ou une opération n'est pas pris en charge par l'objet sous-jacent.
INVALID_CHARACTER_ERR = Un caractère XML non valide ou non admis est indiqué. INVALID_CHARACTER_ERR = Un caractère XML non valide ou non admis est indiqué.
INVALID_MODIFICATION_ERR = Tentative de modification du type de l'objet sous-jacent. INVALID_MODIFICATION_ERR = Tentative de modification du type de l'objet sous-jacent.
INVALID_STATE_ERR = Tentative d'utilisation d'un objet qui n'est pas ou plus utilisable. INVALID_STATE_ERR = Tentative d'utilisation d'un objet qui n'est pas ou plus utilisable.
NAMESPACE_ERR = Tentative de création ou de modification d'un objet incorrecte par rapport aux espaces de noms. NAMESPACE_ERR = Tentative de création ou de modification d'un objet incorrecte par rapport aux espaces de noms.
NOT_FOUND_ERR = Tentative de référencement d'un noeud dans un contexte où il n'existe pas. NOT_FOUND_ERR = Tentative de référencement d'un noeud dans un contexte où il n'existe pas.
NOT_SUPPORTED_ERR = L'implémentation ne prend pas en charge le type d'objet ou d'opération demandé. NOT_SUPPORTED_ERR = L'implémentation ne prend pas en charge le type d'objet ou d'opération demandé.
NO_DATA_ALLOWED_ERR = Des données ont été indiquées pour un noeud ne prenant pas en charge les données. NO_DATA_ALLOWED_ERR = Des données ont été indiquées pour un noeud ne prenant pas en charge les données.
NO_MODIFICATION_ALLOWED_ERR = Tentative de modification d'un objet pour lequel les modifications ne sont pas autorisées. NO_MODIFICATION_ALLOWED_ERR = Tentative de modification d'un objet pour lequel les modifications ne sont pas autorisées.
SYNTAX_ERR = Une chaîne non valide ou non admise est indiquée. SYNTAX_ERR = Une chaîne non valide ou non admise est indiquée.
VALIDATION_ERR = L'appel d'une méthode comme insertBefore ou removeChild risque de rendre le noeud non valide par rapport à la grammaire de document. VALIDATION_ERR = L'appel d'une méthode comme insertBefore ou removeChild risque de rendre le noeud non valide par rapport à la grammaire de document.
WRONG_DOCUMENT_ERR = Un noeud est utilisé dans un document différent de celui l'ayant créé. WRONG_DOCUMENT_ERR = Un noeud est utilisé dans un document différent de celui l'ayant créé.
TYPE_MISMATCH_ERR = Le type de valeur pour ce nom de paramètre n'est pas compatible avec le type de valeur attendu. TYPE_MISMATCH_ERR = Le type de valeur pour ce nom de paramètre n'est pas compatible avec le type de valeur attendu.
#error messages or exceptions #error messages or exceptions
FEATURE_NOT_SUPPORTED = Le paramètre {0} est reconnu mais la valeur demandée ne peut pas être définie. FEATURE_NOT_SUPPORTED = Le paramètre {0} est reconnu mais la valeur demandée ne peut pas être définie.
@ -85,7 +85,7 @@ INVALID_NODE_TYPE_ERR = Le conteneur d'un point de limite d'une plage est défin
#Events #Events
UNSPECIFIED_EVENT_TYPE_ERR = Le type d'événement n'a pas été indiqué en initialisant l'événement avant l'appel de la méthode. UNSPECIFIED_EVENT_TYPE_ERR = Le type d'événement n'a pas été indiqué en initialisant l'événement avant l'appel de la méthode.
jaxp-schema-support=La méthode setSchema et la propriété schemaLanguage sont utilisées jaxp-schema-support=La méthode setSchema et la propriété schemaLanguage sont utilisées

View File

@ -29,28 +29,28 @@
# The messages are arranged in key and value tuples in a ListResourceBundle. # The messages are arranged in key and value tuples in a ListResourceBundle.
BadMessageKey = Impossibile trovare il messaggio di errore corrispondente alla chiave di messaggio. BadMessageKey = Impossibile trovare il messaggio di errore corrispondente alla chiave di messaggio.
FormatFailed = Si è verificato un errore interno durante la formattazione del seguente messaggio:\n FormatFailed = Si è verificato un errore interno durante la formattazione del seguente messaggio:\n
# DOM Core # DOM Core
# exception codes # exception codes
DOMSTRING_SIZE_ERR = L'intervallo di testo specificato non si adatta in DOMString. DOMSTRING_SIZE_ERR = L'intervallo di testo specificato non si adatta in DOMString.
HIERARCHY_REQUEST_ERR = Si è tentato di inserire un nodo in un punto in cui non è consentito. HIERARCHY_REQUEST_ERR = Si è tentato di inserire un nodo in un punto in cui non è consentito.
INDEX_SIZE_ERR = L'indice o la dimensione è negativa o maggiore del valore consentito. INDEX_SIZE_ERR = L'indice o la dimensione è negativa o maggiore del valore consentito.
INUSE_ATTRIBUTE_ERR = Si è tentato di aggiungere un attributo già in uso altrove. INUSE_ATTRIBUTE_ERR = Si è tentato di aggiungere un attributo già in uso altrove.
INVALID_ACCESS_ERR = Un parametro o un'operazione non è supportata dall'oggetto di base. INVALID_ACCESS_ERR = Un parametro o un'operazione non è supportata dall'oggetto di base.
INVALID_CHARACTER_ERR = È stato specificato un carattere XML non valido. INVALID_CHARACTER_ERR = È stato specificato un carattere XML non valido.
INVALID_MODIFICATION_ERR = Si è tentato di modificare il tipo dell'oggetto di base. INVALID_MODIFICATION_ERR = Si è tentato di modificare il tipo dell'oggetto di base.
INVALID_STATE_ERR = Si è tentato di utilizzare un oggetto che non è o non è più utilizzabile. INVALID_STATE_ERR = Si è tentato di utilizzare un oggetto che non è o non è più utilizzabile.
NAMESPACE_ERR = Si è tentato di creare o modificare un oggetto in modo errato per quel che riguarda gli spazi di nomi. NAMESPACE_ERR = Si è tentato di creare o modificare un oggetto in modo errato per quel che riguarda gli spazi di nomi.
NOT_FOUND_ERR = Si è tentato di fare riferimento a un nodo in un contesto in cui non esiste. NOT_FOUND_ERR = Si è tentato di fare riferimento a un nodo in un contesto in cui non esiste.
NOT_SUPPORTED_ERR = L'implementazione non supporta il tipo richiesto di oggetto o operazione. NOT_SUPPORTED_ERR = L'implementazione non supporta il tipo richiesto di oggetto o operazione.
NO_DATA_ALLOWED_ERR = Sono stati specificati dati per un nodo che non supporta dati. NO_DATA_ALLOWED_ERR = Sono stati specificati dati per un nodo che non supporta dati.
NO_MODIFICATION_ALLOWED_ERR = Si è tentato di modificare un oggetto non modificabile. NO_MODIFICATION_ALLOWED_ERR = Si è tentato di modificare un oggetto non modificabile.
SYNTAX_ERR = È stata specificata una stringa non valida. SYNTAX_ERR = È stata specificata una stringa non valida.
VALIDATION_ERR = Se si richiama un metodo come insertBefore o removeChild, il nodo non sarà valido per quel che riguarda la grammatica del documento. VALIDATION_ERR = Se si richiama un metodo come insertBefore o removeChild, il nodo non sarà valido per quel che riguarda la grammatica del documento.
WRONG_DOCUMENT_ERR = Un nodo è utilizzato in un documento diverso da quello che lo ha creato. WRONG_DOCUMENT_ERR = Un nodo è utilizzato in un documento diverso da quello che lo ha creato.
TYPE_MISMATCH_ERR = Il tipo di valore per questo nome parametro non è compatibile con il tipo di valore previsto. TYPE_MISMATCH_ERR = Il tipo di valore per questo nome parametro non è compatibile con il tipo di valore previsto.
#error messages or exceptions #error messages or exceptions
FEATURE_NOT_SUPPORTED = Il parametro {0} è stato riconosciuto, ma non è possibile impostare il valore richiesto. FEATURE_NOT_SUPPORTED = Il parametro {0} è stato riconosciuto, ma non è possibile impostare il valore richiesto.
@ -85,7 +85,7 @@ INVALID_NODE_TYPE_ERR = Il contenitore di un punto limite di un intervallo è st
#Events #Events
UNSPECIFIED_EVENT_TYPE_ERR = Il tipo di evento non è stato specificato inizializzando l'evento prima che fosse richiamato il metodo. UNSPECIFIED_EVENT_TYPE_ERR = Il tipo di evento non è stato specificato inizializzando l'evento prima che fosse richiamato il metodo.
jaxp-schema-support=Sono stati utilizzati sia il metodo setSchema che la proprietà schemaLanguage jaxp-schema-support=Sono stati utilizzati sia il metodo setSchema che la proprietà schemaLanguage

View File

@ -21,28 +21,28 @@
# The messages are arranged in key and value tuples in a ListResourceBundle. # The messages are arranged in key and value tuples in a ListResourceBundle.
BadMessageKey = メッセージ・キーに対応するエラー・メッセージが見つかりません。 BadMessageKey = メッセージ・キーに対応するエラー・メッセージが見つかりません。
FormatFailed = 次のメッセージの書式設定中に内部エラーが発生しました:\n FormatFailed = 次のメッセージの書式設定中に内部エラーが発生しました:\n
# DOM Core # DOM Core
# exception codes # exception codes
DOMSTRING_SIZE_ERR = 指定したテキスト範囲はDOMStringに収まりません。 DOMSTRING_SIZE_ERR = 指定したテキスト範囲はDOMStringに収まりません。
HIERARCHY_REQUEST_ERR = 許可されていない場所でノードを挿入しようとしました。 HIERARCHY_REQUEST_ERR = 許可されていない場所でノードを挿入しようとしました。
INDEX_SIZE_ERR = 索引またはサイズが負か、許容値より大きくなっています。 INDEX_SIZE_ERR = 索引またはサイズが負か、許容値より大きくなっています。
INUSE_ATTRIBUTE_ERR = 他の場所ですでに使用されている属性を追加しようとしました。 INUSE_ATTRIBUTE_ERR = 他の場所ですでに使用されている属性を追加しようとしました。
INVALID_ACCESS_ERR = 基礎となるオブジェクトでパラメータまたは操作がサポートされていません。 INVALID_ACCESS_ERR = 基礎となるオブジェクトでパラメータまたは操作がサポートされていません。
INVALID_CHARACTER_ERR = 無効または不正なXML文字が指定されています。 INVALID_CHARACTER_ERR = 無効または不正なXML文字が指定されています。
INVALID_MODIFICATION_ERR = 基礎となるオブジェクトのタイプを変更しようとしました。 INVALID_MODIFICATION_ERR = 基礎となるオブジェクトのタイプを変更しようとしました。
INVALID_STATE_ERR = 使用できないか、今後使用できなくなるオブジェクトを使用しようとしました。 INVALID_STATE_ERR = 使用できないか、今後使用できなくなるオブジェクトを使用しようとしました。
NAMESPACE_ERR = ネームスペースに関して不適切な方法でオブジェクトを作成または変更しようとしました。 NAMESPACE_ERR = ネームスペースに関して不適切な方法でオブジェクトを作成または変更しようとしました。
NOT_FOUND_ERR = コンテキストに存在しないノードを参照しようとしました。 NOT_FOUND_ERR = コンテキストに存在しないノードを参照しようとしました。
NOT_SUPPORTED_ERR = リクエストしたタイプのオブジェクトまたは操作は実装でサポートされていません。 NOT_SUPPORTED_ERR = リクエストしたタイプのオブジェクトまたは操作は実装でサポートされていません。
NO_DATA_ALLOWED_ERR = データをサポートしていないノードに対してデータが指定されています。 NO_DATA_ALLOWED_ERR = データをサポートしていないノードに対してデータが指定されています。
NO_MODIFICATION_ALLOWED_ERR = 変更が許可されていないオブジェクトを変更しようとしました。 NO_MODIFICATION_ALLOWED_ERR = 変更が許可されていないオブジェクトを変更しようとしました。
SYNTAX_ERR = 無効または不正な文字列が指定されています。 SYNTAX_ERR = 無効または不正な文字列が指定されています。
VALIDATION_ERR = insertBefore、removeChildなどのメソッドを呼び出すと、ドキュメントの構文に関してードが無効になります。 VALIDATION_ERR = insertBefore、removeChildなどのメソッドを呼び出すと、ドキュメントの構文に関してードが無効になります。
WRONG_DOCUMENT_ERR = ノードが、そのノードを作成したものとは異なるドキュメントで使用されています。 WRONG_DOCUMENT_ERR = ノードが、そのノードを作成したものとは異なるドキュメントで使用されています。
TYPE_MISMATCH_ERR = このパラメータ名の値タイプは、予想した値タイプと互換性がありません。 TYPE_MISMATCH_ERR = このパラメータ名の値タイプは、予想した値タイプと互換性がありません。
#error messages or exceptions #error messages or exceptions
FEATURE_NOT_SUPPORTED = パラメータ{0}は認識されますが、リクエストした値は設定できません。 FEATURE_NOT_SUPPORTED = パラメータ{0}は認識されますが、リクエストした値は設定できません。
@ -77,7 +77,7 @@ INVALID_NODE_TYPE_ERR = Rangeの境界点のコンテナが、無効なタイプ
#Events #Events
UNSPECIFIED_EVENT_TYPE_ERR = メソッドを呼び出す前のイベントの初期化で、イベントのタイプが指定されませんでした。 UNSPECIFIED_EVENT_TYPE_ERR = メソッドを呼び出す前のイベントの初期化で、イベントのタイプが指定されませんでした。
jaxp-schema-support=setSchemaメソッドおよびschemaLanguageプロパティの両方が使用されています jaxp-schema-support=setSchemaメソッドおよびschemaLanguageプロパティの両方が使用されています

View File

@ -29,28 +29,28 @@
# The messages are arranged in key and value tuples in a ListResourceBundle. # The messages are arranged in key and value tuples in a ListResourceBundle.
BadMessageKey = 메시지 키에 해당하는 오류 메시지를 찾을 수 없습니다. BadMessageKey = 메시지 키에 해당하는 오류 메시지를 찾을 수 없습니다.
FormatFailed = 다음 메시지의 형식을 지정하는 중 내부 오류가 발생했습니다.\n FormatFailed = 다음 메시지의 형식을 지정하는 중 내부 오류가 발생했습니다.\n
# DOM Core # DOM Core
# exception codes # exception codes
DOMSTRING_SIZE_ERR = 텍스트의 지정된 범위가 DOMString에 맞지 않습니다. DOMSTRING_SIZE_ERR = 텍스트의 지정된 범위가 DOMString에 맞지 않습니다.
HIERARCHY_REQUEST_ERR = 삽입이 허용되지 않는 노드를 삽입하려고 시도했습니다. HIERARCHY_REQUEST_ERR = 삽입이 허용되지 않는 노드를 삽입하려고 시도했습니다.
INDEX_SIZE_ERR = 인덱스 또는 크기가 음수이거나 허용되는 값보다 큽니다. INDEX_SIZE_ERR = 인덱스 또는 크기가 음수이거나 허용되는 값보다 큽니다.
INUSE_ATTRIBUTE_ERR = 다른 위치에서 이미 사용 중인 속성을 추가하려고 시도했습니다. INUSE_ATTRIBUTE_ERR = 다른 위치에서 이미 사용 중인 속성을 추가하려고 시도했습니다.
INVALID_ACCESS_ERR = 기본 객체에서 매개변수 또는 작업을 지원하지 않습니다. INVALID_ACCESS_ERR = 기본 객체에서 매개변수 또는 작업을 지원하지 않습니다.
INVALID_CHARACTER_ERR = 부적합하거나 잘못된 XML 문자가 지정되었습니다. INVALID_CHARACTER_ERR = 부적합하거나 잘못된 XML 문자가 지정되었습니다.
INVALID_MODIFICATION_ERR = 기본 객체의 유형을 수정하려고 시도했습니다. INVALID_MODIFICATION_ERR = 기본 객체의 유형을 수정하려고 시도했습니다.
INVALID_STATE_ERR = 사용할 수 없거나 더 이상 사용이 허가되지 않은 객체를 사용하려고 시도했습니다. INVALID_STATE_ERR = 사용할 수 없거나 더 이상 사용이 허가되지 않은 객체를 사용하려고 시도했습니다.
NAMESPACE_ERR = 네임스페이스에 대해 올바르지 않은 방식으로 객체를 생성하거나 변경하려고 시도했습니다. NAMESPACE_ERR = 네임스페이스에 대해 올바르지 않은 방식으로 객체를 생성하거나 변경하려고 시도했습니다.
NOT_FOUND_ERR = 존재하지 않는 컨텍스트의 노드를 참조하려고 시도했습니다. NOT_FOUND_ERR = 존재하지 않는 컨텍스트의 노드를 참조하려고 시도했습니다.
NOT_SUPPORTED_ERR = 구현에서 요청된 유형의 객체 또는 작업을 지원하지 않습니다. NOT_SUPPORTED_ERR = 구현에서 요청된 유형의 객체 또는 작업을 지원하지 않습니다.
NO_DATA_ALLOWED_ERR = 데이터를 지원하지 않는 노드에 대해 데이터가 지정되었습니다. NO_DATA_ALLOWED_ERR = 데이터를 지원하지 않는 노드에 대해 데이터가 지정되었습니다.
NO_MODIFICATION_ALLOWED_ERR = 수정이 허용되지 않는 객체를 수정하려고 시도했습니다. NO_MODIFICATION_ALLOWED_ERR = 수정이 허용되지 않는 객체를 수정하려고 시도했습니다.
SYNTAX_ERR = 부적합하거나 잘못된 문자열이 지정되었습니다. SYNTAX_ERR = 부적합하거나 잘못된 문자열이 지정되었습니다.
VALIDATION_ERR = insertBefore 또는 removeChild와 같은 메소드를 호출하면 노드가 문서 문법에 대해 부적합해집니다. VALIDATION_ERR = insertBefore 또는 removeChild와 같은 메소드를 호출하면 노드가 문서 문법에 대해 부적합해집니다.
WRONG_DOCUMENT_ERR = 노드가 생성된 문서가 아닌 다른 문서에서 사용되었습니다. WRONG_DOCUMENT_ERR = 노드가 생성된 문서가 아닌 다른 문서에서 사용되었습니다.
TYPE_MISMATCH_ERR = 이 매개변수 이름에 대한 값 유형이 필요한 값 유형과 호환되지 않습니다. TYPE_MISMATCH_ERR = 이 매개변수 이름에 대한 값 유형이 필요한 값 유형과 호환되지 않습니다.
#error messages or exceptions #error messages or exceptions
FEATURE_NOT_SUPPORTED = {0} 매개변수가 인식되었지만 요청된 값을 설정할 수 없습니다. FEATURE_NOT_SUPPORTED = {0} 매개변수가 인식되었지만 요청된 값을 설정할 수 없습니다.
@ -85,7 +85,7 @@ INVALID_NODE_TYPE_ERR = 범위의 경계 지점 컨테이너가 부적합한 유
#Events #Events
UNSPECIFIED_EVENT_TYPE_ERR = 메소드가 호출되기 전에 이벤트를 초기화하여 이벤트 유형이 지정되지 않았습니다. UNSPECIFIED_EVENT_TYPE_ERR = 메소드가 호출되기 전에 이벤트를 초기화하여 이벤트 유형이 지정되지 않았습니다.
jaxp-schema-support=setSchema 메소드와 schemaLanguage 속성이 모두 사용되었습니다. jaxp-schema-support=setSchema 메소드와 schemaLanguage 속성이 모두 사용되었습니다.

View File

@ -29,28 +29,28 @@
# The messages are arranged in key and value tuples in a ListResourceBundle. # The messages are arranged in key and value tuples in a ListResourceBundle.
BadMessageKey = Não foi possível encontrar a mensagem de erro correspondente à chave da mensagem. BadMessageKey = Não foi possível encontrar a mensagem de erro correspondente à chave da mensagem.
FormatFailed = Ocorreu um erro interno ao formatar a mensagem a seguir:\n FormatFailed = Ocorreu um erro interno ao formatar a mensagem a seguir:\n
# DOM Core # DOM Core
# exception codes # exception codes
DOMSTRING_SIZE_ERR = A faixa de texto especificada não se ajusta a DOMString. DOMSTRING_SIZE_ERR = A faixa de texto especificada não se ajusta a DOMString.
HIERARCHY_REQUEST_ERR = Houve uma tentativa de inserir um nó onde não era permitido. HIERARCHY_REQUEST_ERR = Houve uma tentativa de inserir um nó onde não era permitido.
INDEX_SIZE_ERR = O índice ou o tamanho é negativo ou maior que o valor permitido. INDEX_SIZE_ERR = O índice ou o tamanho é negativo ou maior que o valor permitido.
INUSE_ATTRIBUTE_ERR = Houve uma tentativa de adicionar um atributo que já está sendo usado em outro lugar. INUSE_ATTRIBUTE_ERR = Houve uma tentativa de adicionar um atributo que já está sendo usado em outro lugar.
INVALID_ACCESS_ERR = Um parâmetro ou uma operação não suportado pelo objeto subjacente. INVALID_ACCESS_ERR = Um parâmetro ou uma operação não suportado pelo objeto subjacente.
INVALID_CHARACTER_ERR = Um caractere XML inválido ou ilegal foi especificado. INVALID_CHARACTER_ERR = Um caractere XML inválido ou ilegal foi especificado.
INVALID_MODIFICATION_ERR = Houve uma tentativa de modificar o tipo de objeto subjacente. INVALID_MODIFICATION_ERR = Houve uma tentativa de modificar o tipo de objeto subjacente.
INVALID_STATE_ERR = Houve uma tentativa de usar um objeto que não é mais utilizável. INVALID_STATE_ERR = Houve uma tentativa de usar um objeto que não é mais utilizável.
NAMESPACE_ERR = Houve uma tentativa de criar ou alterar um objeto de uma forma incorreta em relação aos namespaces. NAMESPACE_ERR = Houve uma tentativa de criar ou alterar um objeto de uma forma incorreta em relação aos namespaces.
NOT_FOUND_ERR = Houve uma tentativa de fazer referência a um nó em um contexto no qual ele não existe. NOT_FOUND_ERR = Houve uma tentativa de fazer referência a um nó em um contexto no qual ele não existe.
NOT_SUPPORTED_ERR = A implementação não suporta o tipo solicitado de objeto ou operação. NOT_SUPPORTED_ERR = A implementação não suporta o tipo solicitado de objeto ou operação.
NO_DATA_ALLOWED_ERR = Os dados foram especificados para um nó que não suporta dados. NO_DATA_ALLOWED_ERR = Os dados foram especificados para um nó que não suporta dados.
NO_MODIFICATION_ALLOWED_ERR = Foi feita uma tentativa de modificar um objeto no qual não são permitidas modificações. NO_MODIFICATION_ALLOWED_ERR = Foi feita uma tentativa de modificar um objeto no qual não são permitidas modificações.
SYNTAX_ERR = Uma string inválida ou ilegal foi especificada. SYNTAX_ERR = Uma string inválida ou ilegal foi especificada.
VALIDATION_ERR = Uma chamada para um método como insertBefore ou removeChild tornaria o Nó inválido em relação à gramática do documento. VALIDATION_ERR = Uma chamada para um método como insertBefore ou removeChild tornaria o Nó inválido em relação à gramática do documento.
WRONG_DOCUMENT_ERR = Um nó é usado em um documento diferente daquele que foi criado. WRONG_DOCUMENT_ERR = Um nó é usado em um documento diferente daquele que foi criado.
TYPE_MISMATCH_ERR = O tipo de valor do nome deste parâmetro é incompatível com o tipo de valor esperado. TYPE_MISMATCH_ERR = O tipo de valor do nome deste parâmetro é incompatível com o tipo de valor esperado.
#error messages or exceptions #error messages or exceptions
FEATURE_NOT_SUPPORTED = O parâmetro {0} é reconhecido, mas o valor solicitado não pode ser definido. FEATURE_NOT_SUPPORTED = O parâmetro {0} é reconhecido, mas o valor solicitado não pode ser definido.
@ -85,7 +85,7 @@ INVALID_NODE_TYPE_ERR = O container de um ponto-limite de uma Faixa está sendo
#Events #Events
UNSPECIFIED_EVENT_TYPE_ERR = O tipo de Evento não foi especificado por meio da inicialização do evento antes do método ser chamado. UNSPECIFIED_EVENT_TYPE_ERR = O tipo de Evento não foi especificado por meio da inicialização do evento antes do método ser chamado.
jaxp-schema-support=O método setSchema e a propriedade schemaLanguage foram usados jaxp-schema-support=O método setSchema e a propriedade schemaLanguage foram usados

View File

@ -29,28 +29,28 @@
# The messages are arranged in key and value tuples in a ListResourceBundle. # The messages are arranged in key and value tuples in a ListResourceBundle.
BadMessageKey = Hittar inte felmeddelandet som motsvarar meddelandenyckeln. BadMessageKey = Hittar inte felmeddelandet som motsvarar meddelandenyckeln.
FormatFailed = Ett internt fel inträffade vid formatering av följande meddelande:\n FormatFailed = Ett internt fel inträffade vid formatering av följande meddelande:\n
# DOM Core # DOM Core
# exception codes # exception codes
DOMSTRING_SIZE_ERR = Angivet textintervall ryms inte i DOMString. DOMSTRING_SIZE_ERR = Angivet textintervall ryms inte i DOMString.
HIERARCHY_REQUEST_ERR = Ett försök gjordes att infoga nod där det inte är tillåtet. HIERARCHY_REQUEST_ERR = Ett försök gjordes att infoga nod där det inte är tillåtet.
INDEX_SIZE_ERR = Index eller storlek är negativt tal eller större än tillåtet värde. INDEX_SIZE_ERR = Index eller storlek är negativt tal eller större än tillåtet värde.
INUSE_ATTRIBUTE_ERR = Ett försök görs att lägga till ett attribut som redan används på annan plats. INUSE_ATTRIBUTE_ERR = Ett försök görs att lägga till ett attribut som redan används på annan plats.
INVALID_ACCESS_ERR = En parameter eller en åtgärd stöds inte av underliggande objekt. INVALID_ACCESS_ERR = En parameter eller en åtgärd stöds inte av underliggande objekt.
INVALID_CHARACTER_ERR = Ett ogiltigt eller otillåtet XML-tecken har angetts. INVALID_CHARACTER_ERR = Ett ogiltigt eller otillåtet XML-tecken har angetts.
INVALID_MODIFICATION_ERR = Ett försök görs att ändra typ av underliggande objekt. INVALID_MODIFICATION_ERR = Ett försök görs att ändra typ av underliggande objekt.
INVALID_STATE_ERR = Ett försök görs att använda ett objekt som inte (längre) är användbar. INVALID_STATE_ERR = Ett försök görs att använda ett objekt som inte (längre) är användbar.
NAMESPACE_ERR = Ett försök görs att skapa eller ändra ett objekt på ett felaktigt sätt avseende namnrymder. NAMESPACE_ERR = Ett försök görs att skapa eller ändra ett objekt på ett felaktigt sätt avseende namnrymder.
NOT_FOUND_ERR = Ett försök görs att skapa referens till en nod i ett sammanhang där den inte finns. NOT_FOUND_ERR = Ett försök görs att skapa referens till en nod i ett sammanhang där den inte finns.
NOT_SUPPORTED_ERR = Implementeringen saknar stöd för begärd typ av objekt eller åtgärd. NOT_SUPPORTED_ERR = Implementeringen saknar stöd för begärd typ av objekt eller åtgärd.
NO_DATA_ALLOWED_ERR = Data anges för en nod som inte stöder data. NO_DATA_ALLOWED_ERR = Data anges för en nod som inte stöder data.
NO_MODIFICATION_ALLOWED_ERR = Försöker ändra ett objekt där ändringar inte är tillåtna. NO_MODIFICATION_ALLOWED_ERR = Försöker ändra ett objekt där ändringar inte är tillåtna.
SYNTAX_ERR = En ogiltig eller otillåten sträng anges. SYNTAX_ERR = En ogiltig eller otillåten sträng anges.
VALIDATION_ERR = Ett anrop till en metod som insertBefore eller removeChild skulle göra noden ogiltig med aktuell dokumentgrammatik. VALIDATION_ERR = Ett anrop till en metod som insertBefore eller removeChild skulle göra noden ogiltig med aktuell dokumentgrammatik.
WRONG_DOCUMENT_ERR = En nod används i ett annat dokument än det som skapade noden. WRONG_DOCUMENT_ERR = En nod används i ett annat dokument än det som skapade noden.
TYPE_MISMATCH_ERR = Värdetypen för detta parameternamn är inkompatibelt med förväntad värdetyp. TYPE_MISMATCH_ERR = Värdetypen för detta parameternamn är inkompatibelt med förväntad värdetyp.
#error messages or exceptions #error messages or exceptions
FEATURE_NOT_SUPPORTED = Parametern {0} kan identifieras, men det begärda värdet kan inte anges. FEATURE_NOT_SUPPORTED = Parametern {0} kan identifieras, men det begärda värdet kan inte anges.
@ -85,7 +85,7 @@ INVALID_NODE_TYPE_ERR = En container med gränspunktsintervall anges till nod av
#Events #Events
UNSPECIFIED_EVENT_TYPE_ERR = Händelsetyp specificerades inte när händelsen initierades före metodanrop. UNSPECIFIED_EVENT_TYPE_ERR = Händelsetyp specificerades inte när händelsen initierades före metodanrop.
jaxp-schema-support=Både setSchema-metoden och schemaLanguage-egenskapen används jaxp-schema-support=Både setSchema-metoden och schemaLanguage-egenskapen används

View File

@ -21,7 +21,7 @@
# The messages are arranged in key and value tuples in a ListResourceBundle. # The messages are arranged in key and value tuples in a ListResourceBundle.
BadMessageKey = 找不到与消息关键字对应的错误消息。 BadMessageKey = 找不到与消息关键字对应的错误消息。
FormatFailed = 设置以下消息的格式时出现内部错误:\n FormatFailed = 设置以下消息的格式时出现内部错误:\n
# DOM Core # DOM Core

View File

@ -26,7 +26,7 @@ FormatFailed = An internal error occurred while formatting the following message
# JAXP messages # JAXP messages
schema-not-supported = The specified schema language is not supported. schema-not-supported = The specified schema language is not supported.
jaxp-order-not-supported = Property ''{0}'' must be set before setting property ''{1}''. jaxp-order-not-supported = Property ''{0}'' must be set before setting property ''{1}''.
schema-already-specified = Property ''{0}'' cannot be set when a non-null Schema object has already been specified. schema-already-specified = Property ''{0}'' cannot be set when a non-null Schema object has already been specified.
# feature messages # feature messages
@ -48,4 +48,4 @@ incompatible-class = The value specified for property ''{0}'' cannot be casted t
start-document-not-called=Property "{0}" should be called after startDocument event is thrown start-document-not-called=Property "{0}" should be called after startDocument event is thrown
nullparameter=the name parameter for "{0}" is null nullparameter=the name parameter for "{0}" is null
errorHandlerNotSet=Warning\: validation was turned on but an org.xml.sax.ErrorHandler was not set, which is probably not what is desired. Parser will use a default ErrorHandler to print the first {0} errors. Please call the 'setErrorHandler' method to fix this. errorHandlerNotSet=Warning\: validation was turned on but an org.xml.sax.ErrorHandler was not set, which is probably not what is desired. Parser will use a default ErrorHandler to print the first {0} errors. Please call the 'setErrorHandler' method to fix this.
errorHandlerDebugMsg=Error\: URI \= "{0}", Line \= "{1}", \: {2} errorHandlerDebugMsg=Error\: URI \= "{0}", Line \= "{1}", \: {2}

View File

@ -26,7 +26,7 @@ FormatFailed = Beim Formatieren der folgenden Meldung ist ein interner Fehler au
# JAXP messages # JAXP messages
schema-not-supported = Die angegebene Schemasprache wird nicht unterstützt. schema-not-supported = Die angegebene Schemasprache wird nicht unterstützt.
jaxp-order-not-supported = Eigenschaft "{0}" muss vor der Eigenschaft "{1}" festgelegt werden. jaxp-order-not-supported = Eigenschaft "{0}" muss vor der Eigenschaft "{1}" festgelegt werden.
schema-already-specified = Eigenschaft "{0}" kann nicht festgelegt werden, wenn bereits ein Schemaobjekt ungleich null angegeben wurde. schema-already-specified = Eigenschaft "{0}" kann nicht festgelegt werden, wenn bereits ein Schemaobjekt ungleich null angegeben wurde.
# feature messages # feature messages
@ -48,4 +48,4 @@ incompatible-class = Der für Eigenschaft "{0}" angegebene Wert kann nicht in {1
start-document-not-called=Eigenschaft "{0}" sollte aufgerufen werden, nachdem das startDocument-Ereignis ausgelöst wurde start-document-not-called=Eigenschaft "{0}" sollte aufgerufen werden, nachdem das startDocument-Ereignis ausgelöst wurde
nullparameter=Namensparameter für "{0}" ist null nullparameter=Namensparameter für "{0}" ist null
errorHandlerNotSet=Warnung: Validierung wurde eingeschaltet, aber es wurde kein org.xml.sax.ErrorHandler festgelegt. Dies ist wahrscheinlich nicht beabsichtigt. Parser druckt die ersten {0} Fehler mit einem Standard-ErrorHandler. Rufen Sie die Methode "setErrorHandler" auf, um dies zu beheben. errorHandlerNotSet=Warnung: Validierung wurde eingeschaltet, aber es wurde kein org.xml.sax.ErrorHandler festgelegt. Dies ist wahrscheinlich nicht beabsichtigt. Parser druckt die ersten {0} Fehler mit einem Standard-ErrorHandler. Rufen Sie die Methode "setErrorHandler" auf, um dies zu beheben.
errorHandlerDebugMsg=Fehler: URI = "{0}", Zeile = "{1}", : {2} errorHandlerDebugMsg=Fehler: URI = "{0}", Zeile = "{1}", : {2}

View File

@ -34,7 +34,7 @@ FormatFailed = Se ha producido un error interno al formatear el siguiente mensaj
# JAXP messages # JAXP messages
schema-not-supported = El idioma del esquema especificado no está soportado. schema-not-supported = El idioma del esquema especificado no está soportado.
jaxp-order-not-supported = La propiedad ''{0}'' debe definirse antes de definir la propiedad ''{1}''. jaxp-order-not-supported = La propiedad ''{0}'' debe definirse antes de definir la propiedad ''{1}''.
schema-already-specified = La propiedad ''{0}'' no puede definirse cuando un objeto de esquema no nulo ya se haya especificado. schema-already-specified = La propiedad ''{0}'' no puede definirse cuando un objeto de esquema no nulo ya se haya especificado.
# feature messages # feature messages
@ -56,4 +56,4 @@ incompatible-class = El valor especificado para la propiedad ''{0}'' no se puede
start-document-not-called=La propiedad "{0}" debe llamarse después de que se haya devuelto el evento startDocument start-document-not-called=La propiedad "{0}" debe llamarse después de que se haya devuelto el evento startDocument
nullparameter=el parámetro de nombre para "{0}" es nulo nullparameter=el parámetro de nombre para "{0}" es nulo
errorHandlerNotSet=Advertencia: se activó la validación pero no se definió un org.xml.sax.ErrorHandler, lo cual probablemente sea un resultado no deseado. El analizador utilizará un ErrorHandler por defecto para imprimir los primeros {0} errores. Llame al método ''setErrorHandler'' para solucionarlo. errorHandlerNotSet=Advertencia: se activó la validación pero no se definió un org.xml.sax.ErrorHandler, lo cual probablemente sea un resultado no deseado. El analizador utilizará un ErrorHandler por defecto para imprimir los primeros {0} errores. Llame al método ''setErrorHandler'' para solucionarlo.
errorHandlerDebugMsg=Error: URI = "{0}", Línea = "{1}", : {2} errorHandlerDebugMsg=Error: URI = "{0}", Línea = "{1}", : {2}

View File

@ -34,7 +34,7 @@ FormatFailed = Une erreur interne est survenue lors du formatage du message suiv
# JAXP messages # JAXP messages
schema-not-supported = La langue de schéma indiquée n'est pas prise en charge. schema-not-supported = La langue de schéma indiquée n'est pas prise en charge.
jaxp-order-not-supported = La propriété ''{0}'' doit être définie avant la propriété ''{1}''. jaxp-order-not-supported = La propriété ''{0}'' doit être définie avant la propriété ''{1}''.
schema-already-specified = La propriété ''{0}'' ne peut pas être définie lorsqu''un objet de schéma non NULL a déjà été indiqué. schema-already-specified = La propriété ''{0}'' ne peut pas être définie lorsqu''un objet de schéma non NULL a déjà été indiqué.
# feature messages # feature messages
@ -56,4 +56,4 @@ incompatible-class = La valeur indiquée pour la propriété ''{0}'' ne peut pas
start-document-not-called=La propriété "{0}" doit être appelée après qu''un événement startDocument est généré start-document-not-called=La propriété "{0}" doit être appelée après qu''un événement startDocument est généré
nullparameter=le paramètre de nom pour "{0}" est NULL nullparameter=le paramètre de nom pour "{0}" est NULL
errorHandlerNotSet=Avertissement : la validation a été activée mais aucun élément org.xml.sax.ErrorHandler n''a été défini, ce qui devrait probablement être le cas. L''analyseur utilisera un gestionnaire d''erreurs par défaut pour imprimer les {0} premières erreurs. Appelez la méthode ''setErrorHandler'' pour résoudre ce problème. errorHandlerNotSet=Avertissement : la validation a été activée mais aucun élément org.xml.sax.ErrorHandler n''a été défini, ce qui devrait probablement être le cas. L''analyseur utilisera un gestionnaire d''erreurs par défaut pour imprimer les {0} premières erreurs. Appelez la méthode ''setErrorHandler'' pour résoudre ce problème.
errorHandlerDebugMsg=Erreur : URI = "{0}", ligne = "{1}", : {2} errorHandlerDebugMsg=Erreur : URI = "{0}", ligne = "{1}", : {2}

View File

@ -34,7 +34,7 @@ FormatFailed = Si è verificato un errore interno durante la formattazione del s
# JAXP messages # JAXP messages
schema-not-supported = La lingua dello schema specificata non è supportata. schema-not-supported = La lingua dello schema specificata non è supportata.
jaxp-order-not-supported = Impostare la proprietà ''{0}'' prima di impostare la proprietà ''{1}''. jaxp-order-not-supported = Impostare la proprietà ''{0}'' prima di impostare la proprietà ''{1}''.
schema-already-specified = Impossibile impostare la proprietà ''{0}'' se è già stato specificato un oggetto di schema non nullo. schema-already-specified = Impossibile impostare la proprietà ''{0}'' se è già stato specificato un oggetto di schema non nullo.
# feature messages # feature messages
@ -56,4 +56,4 @@ incompatible-class = Impossibile eseguire la conversione cast del valore specifi
start-document-not-called=Richiamare la proprietà "{0}" dopo l''esecuzione dell''evento startDocument start-document-not-called=Richiamare la proprietà "{0}" dopo l''esecuzione dell''evento startDocument
nullparameter=il parametro del nome per "{0}" è nullo nullparameter=il parametro del nome per "{0}" è nullo
errorHandlerNotSet=Avvertenza: la convalida è stata attivata, ma org.xml.sax.ErrorHandler non è stato impostato, il che potrebbe essere un errore. Il parser utilizzerà un ErrorHandler predefinito per visualizzare i primi {0} errori. Richiamare il metodo ''setErrorHandler'' per correggere questo problema. errorHandlerNotSet=Avvertenza: la convalida è stata attivata, ma org.xml.sax.ErrorHandler non è stato impostato, il che potrebbe essere un errore. Il parser utilizzerà un ErrorHandler predefinito per visualizzare i primi {0} errori. Richiamare il metodo ''setErrorHandler'' per correggere questo problema.
errorHandlerDebugMsg=Errore: URI = "{0}", riga = "{1}", : {2} errorHandlerDebugMsg=Errore: URI = "{0}", riga = "{1}", : {2}

View File

@ -26,7 +26,7 @@ FormatFailed = 次のメッセージの書式設定中に内部エラーが発
# JAXP messages # JAXP messages
schema-not-supported = 指定したスキーマ言語はサポートされていません。 schema-not-supported = 指定したスキーマ言語はサポートされていません。
jaxp-order-not-supported = プロパティ''{1}''を設定する前にプロパティ''{0}''を設定する必要があります。 jaxp-order-not-supported = プロパティ''{1}''を設定する前にプロパティ''{0}''を設定する必要があります。
schema-already-specified = null以外のスキーマ・オブジェクトがすでに指定されている場合、プロパティ''{0}''は設定できません。 schema-already-specified = null以外のスキーマ・オブジェクトがすでに指定されている場合、プロパティ''{0}''は設定できません。
# feature messages # feature messages
@ -48,4 +48,4 @@ incompatible-class = プロパティ''{0}''に指定した値は{1}にキャス
start-document-not-called=startDocumentイベントがスローされた後、プロパティ"{0}"を呼び出す必要があります start-document-not-called=startDocumentイベントがスローされた後、プロパティ"{0}"を呼び出す必要があります
nullparameter="{0}"の名前パラメータがnullです nullparameter="{0}"の名前パラメータがnullです
errorHandlerNotSet=警告: 検証はオンになっていますが、org.xml.sax.ErrorHandlerが設定されていません。必要とされているハンドラはこのハンドラではない可能性があります。パーサーでは、デフォルトのErrorHandlerを使用して最初の{0}エラーが出力されます。この問題を修正するには、''setErrorHandler''メソッドを呼び出してください。 errorHandlerNotSet=警告: 検証はオンになっていますが、org.xml.sax.ErrorHandlerが設定されていません。必要とされているハンドラはこのハンドラではない可能性があります。パーサーでは、デフォルトのErrorHandlerを使用して最初の{0}エラーが出力されます。この問題を修正するには、''setErrorHandler''メソッドを呼び出してください。
errorHandlerDebugMsg=エラー: URI = "{0}"、行 = "{1}"、: {2} errorHandlerDebugMsg=エラー: URI = "{0}"、行 = "{1}"、: {2}

View File

@ -34,7 +34,7 @@ FormatFailed = 다음 메시지의 형식을 지정하는 중 내부 오류가
# JAXP messages # JAXP messages
schema-not-supported = 지정된 스키마 언어는 지원되지 않습니다. schema-not-supported = 지정된 스키마 언어는 지원되지 않습니다.
jaxp-order-not-supported = ''{1}'' 속성을 설정하기 전에 ''{0}'' 속성을 설정해야 합니다. jaxp-order-not-supported = ''{1}'' 속성을 설정하기 전에 ''{0}'' 속성을 설정해야 합니다.
schema-already-specified = 널이 아닌 스키마 객체가 이미 지정된 경우 ''{0}'' 속성을 설정할 수 없습니다. schema-already-specified = 널이 아닌 스키마 객체가 이미 지정된 경우 ''{0}'' 속성을 설정할 수 없습니다.
# feature messages # feature messages
@ -56,4 +56,4 @@ incompatible-class = ''{0}'' 속성에 대해 지정된 값의 데이터형을 {
start-document-not-called="{0}" 속성은 startDocument 이벤트가 발생된 후 호출해야 합니다. start-document-not-called="{0}" 속성은 startDocument 이벤트가 발생된 후 호출해야 합니다.
nullparameter="{0}"에 대한 이름 매개변수가 널입니다. nullparameter="{0}"에 대한 이름 매개변수가 널입니다.
errorHandlerNotSet=경고: 검증이 설정되었지만 org.xml.sax.ErrorHandler가 적절히 설정되지 않았습니다. 구문 분석기가 기본 ErrorHandler를 사용하여 처음 {0}개의 오류를 인쇄합니다. 이 오류를 수정하려면 ''setErrorHandler'' 메소드를 호출하십시오. errorHandlerNotSet=경고: 검증이 설정되었지만 org.xml.sax.ErrorHandler가 적절히 설정되지 않았습니다. 구문 분석기가 기본 ErrorHandler를 사용하여 처음 {0}개의 오류를 인쇄합니다. 이 오류를 수정하려면 ''setErrorHandler'' 메소드를 호출하십시오.
errorHandlerDebugMsg=오류: URI = "{0}", 행 = "{1}", : {2} errorHandlerDebugMsg=오류: URI = "{0}", 행 = "{1}", : {2}

View File

@ -34,7 +34,7 @@ FormatFailed = Ocorreu um erro interno ao formatar a mensagem a seguir:\n
# JAXP messages # JAXP messages
schema-not-supported = O idioma do esquema especificado não é suportado. schema-not-supported = O idioma do esquema especificado não é suportado.
jaxp-order-not-supported = A propriedade ''{0}'' deve ser definida antes da definição da propriedade ''{1}''. jaxp-order-not-supported = A propriedade ''{0}'' deve ser definida antes da definição da propriedade ''{1}''.
schema-already-specified = A propriedade ''{0}'' não pode ser definida quando um objeto do Esquema não nulo já tiver sido especificado. schema-already-specified = A propriedade ''{0}'' não pode ser definida quando um objeto do Esquema não nulo já tiver sido especificado.
# feature messages # feature messages
@ -56,4 +56,4 @@ incompatible-class = O valor especificado para a propriedade ''{0}'' não pode s
start-document-not-called=A propriedade "{0}" deve ser chamada após o evento startDocument ser lançado start-document-not-called=A propriedade "{0}" deve ser chamada após o evento startDocument ser lançado
nullparameter=o parâmetro de nome de "{0}" é nulo nullparameter=o parâmetro de nome de "{0}" é nulo
errorHandlerNotSet=Advertência: A validação foi ativada, mas um org.xml.sax.ErrorHandler não foi definido, provavelmente porque não era necessário. O parser usará um ErrorHandler padrão para imprimir os primeiros {0} erros. Chame o método ''setErrorHandler'' para corrigir o problema. errorHandlerNotSet=Advertência: A validação foi ativada, mas um org.xml.sax.ErrorHandler não foi definido, provavelmente porque não era necessário. O parser usará um ErrorHandler padrão para imprimir os primeiros {0} erros. Chame o método ''setErrorHandler'' para corrigir o problema.
errorHandlerDebugMsg=Erro: URI = "{0}", Linha = "{1}", : {2} errorHandlerDebugMsg=Erro: URI = "{0}", Linha = "{1}", : {2}

View File

@ -34,7 +34,7 @@ FormatFailed = Ett internt fel inträffade vid formatering av följande meddelan
# JAXP messages # JAXP messages
schema-not-supported = Angivet schemaspråk stöds inte. schema-not-supported = Angivet schemaspråk stöds inte.
jaxp-order-not-supported = Egenskapen ''{0}'' måste anges före inställning av egenskapen ''{1}''. jaxp-order-not-supported = Egenskapen ''{0}'' måste anges före inställning av egenskapen ''{1}''.
schema-already-specified = Egenskapen ''{0}'' kan inte anges om ett Schema-objekt som är icke-null redan har angetts. schema-already-specified = Egenskapen ''{0}'' kan inte anges om ett Schema-objekt som är icke-null redan har angetts.
# feature messages # feature messages
@ -56,4 +56,4 @@ incompatible-class = Värdet angivet för egenskapen ''{0}'' kan inte omvandlas
start-document-not-called=Egenskapen "{0}" bör anropas efter startDocument-händelsen utlöses start-document-not-called=Egenskapen "{0}" bör anropas efter startDocument-händelsen utlöses
nullparameter=namnparametern för "{0}" är null nullparameter=namnparametern för "{0}" är null
errorHandlerNotSet=Varning: valideringen startades, men det fanns ingen angiven org.xml.sax.ErrorHandler. Parser använder ErrorHandler av standardtyp vid utskrift av de första {0} felen. Korrigera felet genom anrop av setErrorHandler-metoden. errorHandlerNotSet=Varning: valideringen startades, men det fanns ingen angiven org.xml.sax.ErrorHandler. Parser använder ErrorHandler av standardtyp vid utskrift av de första {0} felen. Korrigera felet genom anrop av setErrorHandler-metoden.
errorHandlerDebugMsg=Fel: URI = "{0}", Rad = "{1}", : {2} errorHandlerDebugMsg=Fel: URI = "{0}", Rad = "{1}", : {2}

View File

@ -48,4 +48,4 @@ incompatible-class = 为属性 ''{0}'' 指定的值不能转换为{1}。
start-document-not-called=应在抛出 startDocument 事件后调用属性 "{0}" start-document-not-called=应在抛出 startDocument 事件后调用属性 "{0}"
nullparameter="{0}" 的名称参数为空值 nullparameter="{0}" 的名称参数为空值
errorHandlerNotSet=警告: 已启用验证, 但未设置 org.xml.sax.ErrorHandler, 这可能不是预期结果。解析器将使用默认 ErrorHandler 来输出前 {0} 个错误。请调用 ''setErrorHandler'' 方法以解决此问题。 errorHandlerNotSet=警告: 已启用验证, 但未设置 org.xml.sax.ErrorHandler, 这可能不是预期结果。解析器将使用默认 ErrorHandler 来输出前 {0} 个错误。请调用 ''setErrorHandler'' 方法以解决此问题。
errorHandlerDebugMsg=错误: URI = "{0}", 行 = "{1}", : {2} errorHandlerDebugMsg=错误: URI = "{0}", 行 = "{1}", : {2}

View File

@ -56,4 +56,4 @@ incompatible-class = 為屬性 ''{0}'' 指定的值不可轉換為 {1}。
start-document-not-called=發生 startDocument 事件之後,應呼叫屬性 "{0}"。 start-document-not-called=發生 startDocument 事件之後,應呼叫屬性 "{0}"。
nullparameter="{0}" 的名稱參數為空值 nullparameter="{0}" 的名稱參數為空值
errorHandlerNotSet=警告: 已開啟驗證,但是未設定 org.xml.sax.ErrorHandler這可能不是所要的狀態。剖析器將使用預設的 ErrorHandler 來列印第一個 {0} 錯誤。請呼叫 ''setErrorHandler'' 方法來修正此問題。 errorHandlerNotSet=警告: 已開啟驗證,但是未設定 org.xml.sax.ErrorHandler這可能不是所要的狀態。剖析器將使用預設的 ErrorHandler 來列印第一個 {0} 錯誤。請呼叫 ''setErrorHandler'' 方法來修正此問題。
errorHandlerDebugMsg=錯誤: URI = "{0}",行 = "{1}": {2} errorHandlerDebugMsg=錯誤: URI = "{0}",行 = "{1}": {2}

View File

@ -17,7 +17,7 @@
# Messages for message reporting # Messages for message reporting
BadMessageKey = The error message corresponding to the message key can not be found. BadMessageKey = The error message corresponding to the message key can not be found.
FormatFailed = An internal error occurred while formatting the following message:\n FormatFailed = An internal error occurred while formatting the following message:\n
# Messages for erroneous input # Messages for erroneous input
NoFallback = An 'include' with href ''{0}''failed, and no 'fallback' element was found. NoFallback = An 'include' with href ''{0}''failed, and no 'fallback' element was found.

View File

@ -17,7 +17,7 @@
# Messages for message reporting # Messages for message reporting
BadMessageKey = Die zum Meldungsschlüssel gehörige Fehlermeldung kann nicht gefunden werden. BadMessageKey = Die zum Meldungsschlüssel gehörige Fehlermeldung kann nicht gefunden werden.
FormatFailed = Beim Formatieren der folgenden Meldung ist ein interner Fehler aufgetreten:\n FormatFailed = Beim Formatieren der folgenden Meldung ist ein interner Fehler aufgetreten:\n
# Messages for erroneous input # Messages for erroneous input
NoFallback = "include" mit href "{0}" nicht erfolgreich, und es wurde kein "fallback"-Element gefunden. NoFallback = "include" mit href "{0}" nicht erfolgreich, und es wurde kein "fallback"-Element gefunden.

View File

@ -25,7 +25,7 @@
# Messages for message reporting # Messages for message reporting
BadMessageKey = No se ha encontrado el mensaje de error correspondiente a la clave de mensaje. BadMessageKey = No se ha encontrado el mensaje de error correspondiente a la clave de mensaje.
FormatFailed = Se ha producido un error interno al formatear el siguiente mensaje:\n FormatFailed = Se ha producido un error interno al formatear el siguiente mensaje:\n
# Messages for erroneous input # Messages for erroneous input
NoFallback = Ha fallado un elemento ''include'' con href ''{0}'' y no se ha encontrado ningún elemento ''fallback''. NoFallback = Ha fallado un elemento ''include'' con href ''{0}'' y no se ha encontrado ningún elemento ''fallback''.

View File

@ -25,7 +25,7 @@
# Messages for message reporting # Messages for message reporting
BadMessageKey = Le message d'erreur correspondant à la clé de message est introuvable. BadMessageKey = Le message d'erreur correspondant à la clé de message est introuvable.
FormatFailed = Une erreur interne est survenue lors du formatage du message suivant :\n FormatFailed = Une erreur interne est survenue lors du formatage du message suivant :\n
# Messages for erroneous input # Messages for erroneous input
NoFallback = Echec d''un élément ''include'' avec l''attribut href ''{0}'' ; aucun élément ''fallback'' n''a été trouvé. NoFallback = Echec d''un élément ''include'' avec l''attribut href ''{0}'' ; aucun élément ''fallback'' n''a été trouvé.

View File

@ -25,7 +25,7 @@
# Messages for message reporting # Messages for message reporting
BadMessageKey = Impossibile trovare il messaggio di errore corrispondente alla chiave di messaggio. BadMessageKey = Impossibile trovare il messaggio di errore corrispondente alla chiave di messaggio.
FormatFailed = Si è verificato un errore interno durante la formattazione del seguente messaggio:\n FormatFailed = Si è verificato un errore interno durante la formattazione del seguente messaggio:\n
# Messages for erroneous input # Messages for erroneous input
NoFallback = Errore dell''elemento ''include'' con href ''{0}''. Non è stato trovato alcune elemento ''fallback''. NoFallback = Errore dell''elemento ''include'' con href ''{0}''. Non è stato trovato alcune elemento ''fallback''.

View File

@ -17,7 +17,7 @@
# Messages for message reporting # Messages for message reporting
BadMessageKey = メッセージ・キーに対応するエラー・メッセージが見つかりません。 BadMessageKey = メッセージ・キーに対応するエラー・メッセージが見つかりません。
FormatFailed = 次のメッセージの書式設定中に内部エラーが発生しました:\n FormatFailed = 次のメッセージの書式設定中に内部エラーが発生しました:\n
# Messages for erroneous input # Messages for erroneous input
NoFallback = href ''{0}''を含む''include''が失敗し、''fallback''要素が見つかりませんでした。 NoFallback = href ''{0}''を含む''include''が失敗し、''fallback''要素が見つかりませんでした。

View File

@ -25,7 +25,7 @@
# Messages for message reporting # Messages for message reporting
BadMessageKey = 메시지 키에 해당하는 오류 메시지를 찾을 수 없습니다. BadMessageKey = 메시지 키에 해당하는 오류 메시지를 찾을 수 없습니다.
FormatFailed = 다음 메시지의 형식을 지정하는 중 내부 오류가 발생했습니다.\n FormatFailed = 다음 메시지의 형식을 지정하는 중 내부 오류가 발생했습니다.\n
# Messages for erroneous input # Messages for erroneous input
NoFallback = href ''{0}''을(를) 사용한 ''include''를 실패했으며 ''fallback'' 요소를 찾을 수 없습니다. NoFallback = href ''{0}''을(를) 사용한 ''include''를 실패했으며 ''fallback'' 요소를 찾을 수 없습니다.

View File

@ -25,7 +25,7 @@
# Messages for message reporting # Messages for message reporting
BadMessageKey = Não foi possível encontrar a mensagem de erro correspondente à chave da mensagem. BadMessageKey = Não foi possível encontrar a mensagem de erro correspondente à chave da mensagem.
FormatFailed = Ocorreu um erro interno ao formatar a mensagem a seguir:\n FormatFailed = Ocorreu um erro interno ao formatar a mensagem a seguir:\n
# Messages for erroneous input # Messages for erroneous input
NoFallback = Falha em um ''include'' com href ''{0}'' e não foi encontrado elemento ''fallback''. NoFallback = Falha em um ''include'' com href ''{0}'' e não foi encontrado elemento ''fallback''.

View File

@ -25,7 +25,7 @@
# Messages for message reporting # Messages for message reporting
BadMessageKey = Hittar inte felmeddelandet som motsvarar meddelandenyckeln. BadMessageKey = Hittar inte felmeddelandet som motsvarar meddelandenyckeln.
FormatFailed = Ett internt fel inträffade vid formatering av följande meddelande:\n FormatFailed = Ett internt fel inträffade vid formatering av följande meddelande:\n
# Messages for erroneous input # Messages for erroneous input
NoFallback = Ett ''include'' med href ''{0}'' utfördes inte, hittade inget återskapningselement (''fallback''). NoFallback = Ett ''include'' med href ''{0}'' utfördes inte, hittade inget återskapningselement (''fallback'').

View File

@ -17,7 +17,7 @@
# Messages for message reporting # Messages for message reporting
BadMessageKey = 找不到与消息关键字对应的错误消息。 BadMessageKey = 找不到与消息关键字对应的错误消息。
FormatFailed = 设置以下消息的格式时出现内部错误:\n FormatFailed = 设置以下消息的格式时出现内部错误:\n
# Messages for erroneous input # Messages for erroneous input
NoFallback = 带有 href ''{0}'' 的 ''include'' 失败, 并且找不到 ''fallback'' 元素。 NoFallback = 带有 href ''{0}'' 的 ''include'' 失败, 并且找不到 ''fallback'' 元素。

View File

@ -24,7 +24,7 @@
# @version # @version
BadMessageKey = The error message corresponding to the message key can not be found. BadMessageKey = The error message corresponding to the message key can not be found.
FormatFailed = An internal error occurred while formatting the following message:\n FormatFailed = An internal error occurred while formatting the following message:\n
# Document messages # Document messages
PrematureEOF=Premature end of file. PrematureEOF=Premature end of file.
@ -131,7 +131,7 @@
EncodingDeclRequired = The encoding declaration is required in the text declaration. EncodingDeclRequired = The encoding declaration is required in the text declaration.
NoMorePseudoAttributes = No more pseudo attributes are allowed. NoMorePseudoAttributes = No more pseudo attributes are allowed.
MorePseudoAttributes = More pseudo attributes are expected. MorePseudoAttributes = More pseudo attributes are expected.
PseudoAttrNameExpected = A pseudo attribute name is expected. PseudoAttrNameExpected = A pseudo attribute name is expected.
# 4.3.2 Well-Formed Parsed Entities # 4.3.2 Well-Formed Parsed Entities
CommentNotInOneEntity = The comment must be entirely contained within the same parsed entity. CommentNotInOneEntity = The comment must be entirely contained within the same parsed entity.
PINotInOneEntity = The processing instruction must be entirely contained within the same parsed entity. PINotInOneEntity = The processing instruction must be entirely contained within the same parsed entity.
@ -139,7 +139,7 @@
EncodingDeclInvalid = Invalid encoding name \"{0}\". EncodingDeclInvalid = Invalid encoding name \"{0}\".
EncodingByteOrderUnsupported = Given byte order for encoding \"{0}\" is not supported. EncodingByteOrderUnsupported = Given byte order for encoding \"{0}\" is not supported.
InvalidByte = Invalid byte {0} of {1}-byte UTF-8 sequence. InvalidByte = Invalid byte {0} of {1}-byte UTF-8 sequence.
ExpectedByte = Expected byte {0} of {1}-byte UTF-8 sequence. ExpectedByte = Expected byte {0} of {1}-byte UTF-8 sequence.
InvalidHighSurrogate = High surrogate bits in UTF-8 sequence must not exceed 0x10 but found 0x{0}. InvalidHighSurrogate = High surrogate bits in UTF-8 sequence must not exceed 0x10 but found 0x{0}.
OperationNotSupported = Operation \"{0}\" not supported by {1} reader. OperationNotSupported = Operation \"{0}\" not supported by {1} reader.
InvalidASCII = Byte \"{0}\" is not a member of the (7-bit) ASCII character set. InvalidASCII = Byte \"{0}\" is not a member of the (7-bit) ASCII character set.
@ -219,7 +219,7 @@
MSG_SPACE_REQUIRED_BEFORE_NDATA_IN_UNPARSED_ENTITYDECL = White space is required before \"NDATA\" in the declaration for the entity \"{0}\". MSG_SPACE_REQUIRED_BEFORE_NDATA_IN_UNPARSED_ENTITYDECL = White space is required before \"NDATA\" in the declaration for the entity \"{0}\".
MSG_NOTATION_NAME_REQUIRED_FOR_UNPARSED_ENTITYDECL = The notation name is required after \"NDATA\" in the declaration for the entity \"{0}\". MSG_NOTATION_NAME_REQUIRED_FOR_UNPARSED_ENTITYDECL = The notation name is required after \"NDATA\" in the declaration for the entity \"{0}\".
EntityDeclUnterminated = The declaration for the entity \"{0}\" must end with ''>''. EntityDeclUnterminated = The declaration for the entity \"{0}\" must end with ''>''.
MSG_DUPLICATE_ENTITY_DEFINITION = Entity \"{0}\" is declared more than once. MSG_DUPLICATE_ENTITY_DEFINITION = Entity \"{0}\" is declared more than once.
# 4.2.2 External Entities # 4.2.2 External Entities
ExternalIDRequired = The external entity declaration must begin with either \"SYSTEM\" or \"PUBLIC\". ExternalIDRequired = The external entity declaration must begin with either \"SYSTEM\" or \"PUBLIC\".
MSG_SPACE_REQUIRED_BEFORE_PUBIDLITERAL_IN_EXTERNALID = White space is required between \"PUBLIC\" and the public identifier. MSG_SPACE_REQUIRED_BEFORE_PUBIDLITERAL_IN_EXTERNALID = White space is required between \"PUBLIC\" and the public identifier.
@ -275,7 +275,7 @@
RootElementTypeMustMatchDoctypedecl = Document root element \"{1}\", must match DOCTYPE root \"{0}\". RootElementTypeMustMatchDoctypedecl = Document root element \"{1}\", must match DOCTYPE root \"{0}\".
UndeclaredElementInContentSpec = The content model of element \"{0}\" refers to the undeclared element \"{1}\". UndeclaredElementInContentSpec = The content model of element \"{0}\" refers to the undeclared element \"{1}\".
UniqueNotationName = The declaration for the notation \"{0}\" is not unique. A given Name must not be declared in more than one notation declaration. UniqueNotationName = The declaration for the notation \"{0}\" is not unique. A given Name must not be declared in more than one notation declaration.
ENTITYFailedInitializeGrammar = ENTITYDatatype Validator: Failed Need to call initialize method with a valid Grammar reference. ENTITYFailedInitializeGrammar = ENTITYDatatype Validator: Failed Need to call initialize method with a valid Grammar reference.
ENTITYNotUnparsed = ENTITY \"{0}\" is not unparsed. ENTITYNotUnparsed = ENTITY \"{0}\" is not unparsed.
ENTITYNotValid = ENTITY \"{0}\" is not valid. ENTITYNotValid = ENTITY \"{0}\" is not valid.
EmptyList = Value of type ENTITIES, IDREFS, and NMTOKENS cannot be empty list. EmptyList = Value of type ENTITIES, IDREFS, and NMTOKENS cannot be empty list.
@ -330,4 +330,3 @@
# Implementation Property DTD # Implementation Property DTD
JDK_DTD_DENY = JAXP00010008: DOCTYPE is disallowed when the DTD property is set to deny. \ JDK_DTD_DENY = JAXP00010008: DOCTYPE is disallowed when the DTD property is set to deny. \
Refer to: property jdk.xml.dtd.support in java.xml/module-summary. Refer to: property jdk.xml.dtd.support in java.xml/module-summary.

View File

@ -24,7 +24,7 @@
# @version # @version
BadMessageKey = Die zum Meldungsschlüssel gehörige Fehlermeldung kann nicht gefunden werden. BadMessageKey = Die zum Meldungsschlüssel gehörige Fehlermeldung kann nicht gefunden werden.
FormatFailed = Beim Formatieren der folgenden Meldung ist ein interner Fehler aufgetreten:\n FormatFailed = Beim Formatieren der folgenden Meldung ist ein interner Fehler aufgetreten:\n
# Document messages # Document messages
PrematureEOF=Vorzeitiges Dateiende. PrematureEOF=Vorzeitiges Dateiende.
@ -131,7 +131,7 @@
EncodingDeclRequired = Codierungsdeklaration ist in der Textdeklaration erforderlich. EncodingDeclRequired = Codierungsdeklaration ist in der Textdeklaration erforderlich.
NoMorePseudoAttributes = Es sind keine weiteren Pseudoattribute zulässig. NoMorePseudoAttributes = Es sind keine weiteren Pseudoattribute zulässig.
MorePseudoAttributes = Es werden weitere Pseudoattribute erwartet. MorePseudoAttributes = Es werden weitere Pseudoattribute erwartet.
PseudoAttrNameExpected = Pseudoattributname wird erwartet. PseudoAttrNameExpected = Pseudoattributname wird erwartet.
# 4.3.2 Well-Formed Parsed Entities # 4.3.2 Well-Formed Parsed Entities
CommentNotInOneEntity = Kommentar muss vollständig in derselben geparsten Entity enthalten sein. CommentNotInOneEntity = Kommentar muss vollständig in derselben geparsten Entity enthalten sein.
PINotInOneEntity = Verarbeitungsanweisung muss vollständig in derselben geparsten Entity enthalten sein. PINotInOneEntity = Verarbeitungsanweisung muss vollständig in derselben geparsten Entity enthalten sein.
@ -139,7 +139,7 @@
EncodingDeclInvalid = Ungültiger Codierungsname "{0}". EncodingDeclInvalid = Ungültiger Codierungsname "{0}".
EncodingByteOrderUnsupported = Angegebene Bytereihenfolge für die Codierung von "{0}" wird nicht unterstützt. EncodingByteOrderUnsupported = Angegebene Bytereihenfolge für die Codierung von "{0}" wird nicht unterstützt.
InvalidByte = Ungültiges Byte {0} von {1}-Byte-UTF-8-Sequenz. InvalidByte = Ungültiges Byte {0} von {1}-Byte-UTF-8-Sequenz.
ExpectedByte = Byte {0} von {1}-Byte-UTF-8-Sequenz erwartet. ExpectedByte = Byte {0} von {1}-Byte-UTF-8-Sequenz erwartet.
InvalidHighSurrogate = High-Surrogate-Bits in UTF-8-Sequenz dürfen 0x10 nicht überschreiten, gefunden wurde aber 0x{0}. InvalidHighSurrogate = High-Surrogate-Bits in UTF-8-Sequenz dürfen 0x10 nicht überschreiten, gefunden wurde aber 0x{0}.
OperationNotSupported = Vorgang "{0}" nicht unterstützt von {1}-Reader. OperationNotSupported = Vorgang "{0}" nicht unterstützt von {1}-Reader.
InvalidASCII = Byte "{0}" gehört nicht zum (7-Bit) ASCII-Zeichensatz. InvalidASCII = Byte "{0}" gehört nicht zum (7-Bit) ASCII-Zeichensatz.
@ -219,7 +219,7 @@
MSG_SPACE_REQUIRED_BEFORE_NDATA_IN_UNPARSED_ENTITYDECL = Leerstelle vor "NDATA" in der Deklaration für die Entity "{0} erforderlich. MSG_SPACE_REQUIRED_BEFORE_NDATA_IN_UNPARSED_ENTITYDECL = Leerstelle vor "NDATA" in der Deklaration für die Entity "{0} erforderlich.
MSG_NOTATION_NAME_REQUIRED_FOR_UNPARSED_ENTITYDECL = Notationsname ist nach "NDATA" in der Deklaration für die Entity "{0} erforderlich. MSG_NOTATION_NAME_REQUIRED_FOR_UNPARSED_ENTITYDECL = Notationsname ist nach "NDATA" in der Deklaration für die Entity "{0} erforderlich.
EntityDeclUnterminated = Deklaration für Entity "{0}" muss mit ">" enden. EntityDeclUnterminated = Deklaration für Entity "{0}" muss mit ">" enden.
MSG_DUPLICATE_ENTITY_DEFINITION = Entity "{0}" wurde mehrmals deklariert. MSG_DUPLICATE_ENTITY_DEFINITION = Entity "{0}" wurde mehrmals deklariert.
# 4.2.2 External Entities # 4.2.2 External Entities
ExternalIDRequired = Externe Entitydeklaration muss mit "SYSTEM" oder "PUBLIC" beginnen. ExternalIDRequired = Externe Entitydeklaration muss mit "SYSTEM" oder "PUBLIC" beginnen.
MSG_SPACE_REQUIRED_BEFORE_PUBIDLITERAL_IN_EXTERNALID = Leerstelle zwischen "PUBLIC" und der öffentlichen ID erforderlich. MSG_SPACE_REQUIRED_BEFORE_PUBIDLITERAL_IN_EXTERNALID = Leerstelle zwischen "PUBLIC" und der öffentlichen ID erforderlich.
@ -329,4 +329,3 @@
# Implementation Property DTD # Implementation Property DTD
JDK_DTD_DENY = JAXP00010008: DOCTYPE ist nicht zulässig, wenn die DTD-Eigenschaft auf Ablehnen gesetzt wurde. Weitere Informationen: Eigenschaft jdk.xml.dtd.support in java.xml/module-summary. JDK_DTD_DENY = JAXP00010008: DOCTYPE ist nicht zulässig, wenn die DTD-Eigenschaft auf Ablehnen gesetzt wurde. Weitere Informationen: Eigenschaft jdk.xml.dtd.support in java.xml/module-summary.

View File

@ -4,7 +4,7 @@
# @version # @version
BadMessageKey = No se ha encontrado el mensaje de error correspondiente a la clave de mensaje. BadMessageKey = No se ha encontrado el mensaje de error correspondiente a la clave de mensaje.
FormatFailed = Se ha producido un error interno al formatear el siguiente mensaje:\n FormatFailed = Se ha producido un error interno al formatear el siguiente mensaje:\n
# Document messages # Document messages
PrematureEOF=Final de archivo prematuro. PrematureEOF=Final de archivo prematuro.
@ -111,7 +111,7 @@
EncodingDeclRequired = La declaración de codificación es necesaria en la declaración de texto. EncodingDeclRequired = La declaración de codificación es necesaria en la declaración de texto.
NoMorePseudoAttributes = No se permiten más pseudo atributos. NoMorePseudoAttributes = No se permiten más pseudo atributos.
MorePseudoAttributes = Se esperan más pseudo atributos. MorePseudoAttributes = Se esperan más pseudo atributos.
PseudoAttrNameExpected = Se espera el nombre de un pseudo atributo. PseudoAttrNameExpected = Se espera el nombre de un pseudo atributo.
# 4.3.2 Well-Formed Parsed Entities # 4.3.2 Well-Formed Parsed Entities
CommentNotInOneEntity = El comentario debe incluirse totalmente en la misma entidad analizada. CommentNotInOneEntity = El comentario debe incluirse totalmente en la misma entidad analizada.
PINotInOneEntity = La instrucción de procesamiento debe incluirse totalmente en la misma entidad analizada. PINotInOneEntity = La instrucción de procesamiento debe incluirse totalmente en la misma entidad analizada.
@ -119,7 +119,7 @@
EncodingDeclInvalid = Nombre de codificación no válido "{0}". EncodingDeclInvalid = Nombre de codificación no válido "{0}".
EncodingByteOrderUnsupported = El orden de bytes proporcionado para la codificación "{0}" no está soportado. EncodingByteOrderUnsupported = El orden de bytes proporcionado para la codificación "{0}" no está soportado.
InvalidByte = Byte no válido {0} de la secuencia UTF-8 de {1} bytes InvalidByte = Byte no válido {0} de la secuencia UTF-8 de {1} bytes
ExpectedByte = Byte esperado {0} de la secuencia UTF-8 de {1} bytes. ExpectedByte = Byte esperado {0} de la secuencia UTF-8 de {1} bytes.
InvalidHighSurrogate = Los bits de sustitución superior en la secuencia UTF-8 no deben exceder 0x10 pero se han encontrado 0x{0}. InvalidHighSurrogate = Los bits de sustitución superior en la secuencia UTF-8 no deben exceder 0x10 pero se han encontrado 0x{0}.
OperationNotSupported = La operación "{0}" no está soportada por el lector {1}. OperationNotSupported = La operación "{0}" no está soportada por el lector {1}.
InvalidASCII = El byte "{0}"no es un miembro del juego de caracteres ASCII (7 bits). InvalidASCII = El byte "{0}"no es un miembro del juego de caracteres ASCII (7 bits).
@ -199,7 +199,7 @@
MSG_SPACE_REQUIRED_BEFORE_NDATA_IN_UNPARSED_ENTITYDECL = Es necesario un espacio en blanco antes de "NDATA" en la declaración para la entidad "{0}". MSG_SPACE_REQUIRED_BEFORE_NDATA_IN_UNPARSED_ENTITYDECL = Es necesario un espacio en blanco antes de "NDATA" en la declaración para la entidad "{0}".
MSG_NOTATION_NAME_REQUIRED_FOR_UNPARSED_ENTITYDECL = El nombre de notación es necesario después de "NDATA" en la declaración para la entidad "{0}". MSG_NOTATION_NAME_REQUIRED_FOR_UNPARSED_ENTITYDECL = El nombre de notación es necesario después de "NDATA" en la declaración para la entidad "{0}".
EntityDeclUnterminated = La declaración para la entidad "{0}" debe finalizar en ''>''. EntityDeclUnterminated = La declaración para la entidad "{0}" debe finalizar en ''>''.
MSG_DUPLICATE_ENTITY_DEFINITION = La entidad "{0}" se ha declarado más de una vez. MSG_DUPLICATE_ENTITY_DEFINITION = La entidad "{0}" se ha declarado más de una vez.
# 4.2.2 External Entities # 4.2.2 External Entities
ExternalIDRequired = La declaración de entidad externa debe empezar por "SYSTEM" o "PUBLIC". ExternalIDRequired = La declaración de entidad externa debe empezar por "SYSTEM" o "PUBLIC".
MSG_SPACE_REQUIRED_BEFORE_PUBIDLITERAL_IN_EXTERNALID = Es necesario un espacio en blanco entre "PUBLIC" y el identificador público. MSG_SPACE_REQUIRED_BEFORE_PUBIDLITERAL_IN_EXTERNALID = Es necesario un espacio en blanco entre "PUBLIC" y el identificador público.

View File

@ -4,7 +4,7 @@
# @version # @version
BadMessageKey = Le message d'erreur correspondant à la clé de message est introuvable. BadMessageKey = Le message d'erreur correspondant à la clé de message est introuvable.
FormatFailed = Une erreur interne s'est produite pendant la mise en forme du message suivant :\n FormatFailed = Une erreur interne s'est produite pendant la mise en forme du message suivant :\n
# Document messages # Document messages
PrematureEOF=Fin prématurée du fichier. PrematureEOF=Fin prématurée du fichier.
@ -111,7 +111,7 @@
EncodingDeclRequired = La déclaration d'encodage est obligatoire dans la déclaration textuelle. EncodingDeclRequired = La déclaration d'encodage est obligatoire dans la déclaration textuelle.
NoMorePseudoAttributes = Aucun autre pseudo-attribut n'est autorisé. NoMorePseudoAttributes = Aucun autre pseudo-attribut n'est autorisé.
MorePseudoAttributes = D'autres pseudo-attributs sont attendus. MorePseudoAttributes = D'autres pseudo-attributs sont attendus.
PseudoAttrNameExpected = Un nom de pseudo-attribut est attendu. PseudoAttrNameExpected = Un nom de pseudo-attribut est attendu.
# 4.3.2 Well-Formed Parsed Entities # 4.3.2 Well-Formed Parsed Entities
CommentNotInOneEntity = Le commentaire doit être entièrement inclus dans la même entité analysée. CommentNotInOneEntity = Le commentaire doit être entièrement inclus dans la même entité analysée.
PINotInOneEntity = L'instruction de traitement doit être entièrement incluse dans la même entité analysée. PINotInOneEntity = L'instruction de traitement doit être entièrement incluse dans la même entité analysée.
@ -119,7 +119,7 @@
EncodingDeclInvalid = Nom d''encodage "{0}" non valide. EncodingDeclInvalid = Nom d''encodage "{0}" non valide.
EncodingByteOrderUnsupported = L''ordre des octets donné pour encoder "{0}" n''est pas pris en charge. EncodingByteOrderUnsupported = L''ordre des octets donné pour encoder "{0}" n''est pas pris en charge.
InvalidByte = Octet {0} de la séquence UTF-8 à {1} octets non valide. InvalidByte = Octet {0} de la séquence UTF-8 à {1} octets non valide.
ExpectedByte = Octet {0} de la séquence UTF-8 à {1} octets attendu. ExpectedByte = Octet {0} de la séquence UTF-8 à {1} octets attendu.
InvalidHighSurrogate = Les bits de substitution supérieurs (High surrogate) dans la séquence UTF-8 ne doivent pas dépasser 0x10 mais des bits 0x{0} ont été détectés. InvalidHighSurrogate = Les bits de substitution supérieurs (High surrogate) dans la séquence UTF-8 ne doivent pas dépasser 0x10 mais des bits 0x{0} ont été détectés.
OperationNotSupported = Opération "{0}" non prise en charge par le lecteur {1}. OperationNotSupported = Opération "{0}" non prise en charge par le lecteur {1}.
InvalidASCII = L''octet "{0}" n''appartient pas au jeu de caractères ASCII (7 bits). InvalidASCII = L''octet "{0}" n''appartient pas au jeu de caractères ASCII (7 bits).
@ -199,7 +199,7 @@
MSG_SPACE_REQUIRED_BEFORE_NDATA_IN_UNPARSED_ENTITYDECL = Un espace est obligatoire avant "NDATA" dans la déclaration de l''entité "{0}". MSG_SPACE_REQUIRED_BEFORE_NDATA_IN_UNPARSED_ENTITYDECL = Un espace est obligatoire avant "NDATA" dans la déclaration de l''entité "{0}".
MSG_NOTATION_NAME_REQUIRED_FOR_UNPARSED_ENTITYDECL = Le nom de notation est obligatoire après "NDATA" dans la déclaration de l''entité "{0}". MSG_NOTATION_NAME_REQUIRED_FOR_UNPARSED_ENTITYDECL = Le nom de notation est obligatoire après "NDATA" dans la déclaration de l''entité "{0}".
EntityDeclUnterminated = La déclaration de l''entité "{0}" doit se terminer par ''>''. EntityDeclUnterminated = La déclaration de l''entité "{0}" doit se terminer par ''>''.
MSG_DUPLICATE_ENTITY_DEFINITION = L''entité "{0}" est déclarée plusieurs fois. MSG_DUPLICATE_ENTITY_DEFINITION = L''entité "{0}" est déclarée plusieurs fois.
# 4.2.2 External Entities # 4.2.2 External Entities
ExternalIDRequired = La déclaration d'entité externe doit commencer par "SYSTEM" ou "PUBLIC". ExternalIDRequired = La déclaration d'entité externe doit commencer par "SYSTEM" ou "PUBLIC".
MSG_SPACE_REQUIRED_BEFORE_PUBIDLITERAL_IN_EXTERNALID = Un espace est obligatoire entre "PUBLIC" et l'identificateur public. MSG_SPACE_REQUIRED_BEFORE_PUBIDLITERAL_IN_EXTERNALID = Un espace est obligatoire entre "PUBLIC" et l'identificateur public.

View File

@ -4,7 +4,7 @@
# @version # @version
BadMessageKey = Impossibile trovare il messaggio di errore corrispondente alla chiave di messaggio. BadMessageKey = Impossibile trovare il messaggio di errore corrispondente alla chiave di messaggio.
FormatFailed = Si è verificato un errore interno durante la formattazione del seguente messaggio:\n FormatFailed = Si è verificato un errore interno durante la formattazione del seguente messaggio:\n
# Document messages # Document messages
PrematureEOF=Fine del file anticipata. PrematureEOF=Fine del file anticipata.
@ -111,7 +111,7 @@
EncodingDeclRequired = La dichiarazione di codifica è obbligatoria nella dichiarazione di testo. EncodingDeclRequired = La dichiarazione di codifica è obbligatoria nella dichiarazione di testo.
NoMorePseudoAttributes = Non sono consentiti altri attributi pseudo. NoMorePseudoAttributes = Non sono consentiti altri attributi pseudo.
MorePseudoAttributes = Sono previsti altri attributi pseudo. MorePseudoAttributes = Sono previsti altri attributi pseudo.
PseudoAttrNameExpected = È previsto un nome attributo pseudo. PseudoAttrNameExpected = È previsto un nome attributo pseudo.
# 4.3.2 Well-Formed Parsed Entities # 4.3.2 Well-Formed Parsed Entities
CommentNotInOneEntity = Il commento deve essere compreso completamente all'interno della stessa entità analizzata. CommentNotInOneEntity = Il commento deve essere compreso completamente all'interno della stessa entità analizzata.
PINotInOneEntity = L'istruzione di elaborazione deve essere compresa completamente all'interno della stessa entità analizzata. PINotInOneEntity = L'istruzione di elaborazione deve essere compresa completamente all'interno della stessa entità analizzata.
@ -119,7 +119,7 @@
EncodingDeclInvalid = Nome codifica "{0}" non valido. EncodingDeclInvalid = Nome codifica "{0}" non valido.
EncodingByteOrderUnsupported = L''ordine di byte specificato per la codifica "{0}" non è supportato. EncodingByteOrderUnsupported = L''ordine di byte specificato per la codifica "{0}" non è supportato.
InvalidByte = Byte non valido {0} della sequenza UTF-8 a {1} byte. InvalidByte = Byte non valido {0} della sequenza UTF-8 a {1} byte.
ExpectedByte = È previsto il byte {0} della sequenza UTF-8 a {1} byte. ExpectedByte = È previsto il byte {0} della sequenza UTF-8 a {1} byte.
InvalidHighSurrogate = I bit per surrogato alto nella sequenza UTF-8 non devono superare 0x10, ma è stato trovato 0x{0}. InvalidHighSurrogate = I bit per surrogato alto nella sequenza UTF-8 non devono superare 0x10, ma è stato trovato 0x{0}.
OperationNotSupported = Operazione "{0}" non supportata dal processo di lettura {1}. OperationNotSupported = Operazione "{0}" non supportata dal processo di lettura {1}.
InvalidASCII = Il byte "{0}" non fa parte del set di caratteri ASCII (a 7 bit). InvalidASCII = Il byte "{0}" non fa parte del set di caratteri ASCII (a 7 bit).
@ -199,7 +199,7 @@
MSG_SPACE_REQUIRED_BEFORE_NDATA_IN_UNPARSED_ENTITYDECL = È richiesto uno spazio prima di "NDATA" nella dichiarazione dell''entità "{0}". MSG_SPACE_REQUIRED_BEFORE_NDATA_IN_UNPARSED_ENTITYDECL = È richiesto uno spazio prima di "NDATA" nella dichiarazione dell''entità "{0}".
MSG_NOTATION_NAME_REQUIRED_FOR_UNPARSED_ENTITYDECL = Il nome notazione è obbligatorio dopo "NDATA" nella dichiarazione dell''entità "{0}". MSG_NOTATION_NAME_REQUIRED_FOR_UNPARSED_ENTITYDECL = Il nome notazione è obbligatorio dopo "NDATA" nella dichiarazione dell''entità "{0}".
EntityDeclUnterminated = La dichiarazione per l''entità "{0}" deve terminare con ''>''. EntityDeclUnterminated = La dichiarazione per l''entità "{0}" deve terminare con ''>''.
MSG_DUPLICATE_ENTITY_DEFINITION = L''entità "{0}" è stata dichiarata più volte. MSG_DUPLICATE_ENTITY_DEFINITION = L''entità "{0}" è stata dichiarata più volte.
# 4.2.2 External Entities # 4.2.2 External Entities
ExternalIDRequired = La dichiarazione di entità esterna deve iniziare con "SYSTEM" o "PUBLIC". ExternalIDRequired = La dichiarazione di entità esterna deve iniziare con "SYSTEM" o "PUBLIC".
MSG_SPACE_REQUIRED_BEFORE_PUBIDLITERAL_IN_EXTERNALID = È richiesto uno spazio tra "PUBLIC" e l'identificativo pubblico. MSG_SPACE_REQUIRED_BEFORE_PUBIDLITERAL_IN_EXTERNALID = È richiesto uno spazio tra "PUBLIC" e l'identificativo pubblico.

View File

@ -24,7 +24,7 @@
# @version # @version
BadMessageKey = メッセージ・キーに対応するエラー・メッセージが見つかりません。 BadMessageKey = メッセージ・キーに対応するエラー・メッセージが見つかりません。
FormatFailed = 次のメッセージの書式設定中に内部エラーが発生しました:\n FormatFailed = 次のメッセージの書式設定中に内部エラーが発生しました:\n
# Document messages # Document messages
PrematureEOF=途中でファイルの末尾に達しました。 PrematureEOF=途中でファイルの末尾に達しました。
@ -131,7 +131,7 @@
EncodingDeclRequired = テキスト宣言にはエンコーディング宣言が必要です。 EncodingDeclRequired = テキスト宣言にはエンコーディング宣言が必要です。
NoMorePseudoAttributes = これ以上の疑似属性は指定できません。 NoMorePseudoAttributes = これ以上の疑似属性は指定できません。
MorePseudoAttributes = 疑似属性がさらに必要です。 MorePseudoAttributes = 疑似属性がさらに必要です。
PseudoAttrNameExpected = 疑似属性名が必要です。 PseudoAttrNameExpected = 疑似属性名が必要です。
# 4.3.2 Well-Formed Parsed Entities # 4.3.2 Well-Formed Parsed Entities
CommentNotInOneEntity = コメントは、同じ解析済エンティティ内に完全に含まれている必要があります。 CommentNotInOneEntity = コメントは、同じ解析済エンティティ内に完全に含まれている必要があります。
PINotInOneEntity = 処理命令は、同じ解析済エンティティ内に完全に含まれている必要があります。 PINotInOneEntity = 処理命令は、同じ解析済エンティティ内に完全に含まれている必要があります。
@ -139,7 +139,7 @@
EncodingDeclInvalid = エンコーディング名"{0}"が無効です。 EncodingDeclInvalid = エンコーディング名"{0}"が無効です。
EncodingByteOrderUnsupported = エンコーディング"{0}"に指定されたバイト順はサポートされていません。 EncodingByteOrderUnsupported = エンコーディング"{0}"に指定されたバイト順はサポートされていません。
InvalidByte = {1}バイトのUTF-8シーケンスのバイト{0}が無効です。 InvalidByte = {1}バイトのUTF-8シーケンスのバイト{0}が無効です。
ExpectedByte = {1}バイトのUTF-8シーケンスのバイト{0}が必要です。 ExpectedByte = {1}バイトのUTF-8シーケンスのバイト{0}が必要です。
InvalidHighSurrogate = UTF-8シーケンスの上位サロゲート・ビットの上限は0x10ですが、0x{0}が検出されました。 InvalidHighSurrogate = UTF-8シーケンスの上位サロゲート・ビットの上限は0x10ですが、0x{0}が検出されました。
OperationNotSupported = 操作"{0}"は{1}リーダーでサポートされていません。 OperationNotSupported = 操作"{0}"は{1}リーダーでサポートされていません。
InvalidASCII = バイト"{0}"は、(7ビット) ASCII文字セットのメンバーではありません。 InvalidASCII = バイト"{0}"は、(7ビット) ASCII文字セットのメンバーではありません。
@ -219,7 +219,7 @@
MSG_SPACE_REQUIRED_BEFORE_NDATA_IN_UNPARSED_ENTITYDECL = エンティティ"{0}"の宣言では、"NDATA"の前に空白が必要です。 MSG_SPACE_REQUIRED_BEFORE_NDATA_IN_UNPARSED_ENTITYDECL = エンティティ"{0}"の宣言では、"NDATA"の前に空白が必要です。
MSG_NOTATION_NAME_REQUIRED_FOR_UNPARSED_ENTITYDECL = エンティティ"{0}"の宣言では、"NDATA"の後に表記名が必要です。 MSG_NOTATION_NAME_REQUIRED_FOR_UNPARSED_ENTITYDECL = エンティティ"{0}"の宣言では、"NDATA"の後に表記名が必要です。
EntityDeclUnterminated = エンティティ"{0}"の宣言は''>''で終了する必要があります。 EntityDeclUnterminated = エンティティ"{0}"の宣言は''>''で終了する必要があります。
MSG_DUPLICATE_ENTITY_DEFINITION = エンティティ"{0}"が複数回宣言されています。 MSG_DUPLICATE_ENTITY_DEFINITION = エンティティ"{0}"が複数回宣言されています。
# 4.2.2 External Entities # 4.2.2 External Entities
ExternalIDRequired = 外部エンティティ宣言の先頭には"SYSTEM"または"PUBLIC"が必要です。 ExternalIDRequired = 外部エンティティ宣言の先頭には"SYSTEM"または"PUBLIC"が必要です。
MSG_SPACE_REQUIRED_BEFORE_PUBIDLITERAL_IN_EXTERNALID = "PUBLIC"と公開識別子の間には空白が必要です。 MSG_SPACE_REQUIRED_BEFORE_PUBIDLITERAL_IN_EXTERNALID = "PUBLIC"と公開識別子の間には空白が必要です。
@ -329,4 +329,3 @@
# Implementation Property DTD # Implementation Property DTD
JDK_DTD_DENY = JAXP00010008: DTDプロパティが拒否に設定されている場合、DOCTYPEは指定できません。参照: java.xml/module-summaryのプロパティjdk.xml.dtd.support。 JDK_DTD_DENY = JAXP00010008: DTDプロパティが拒否に設定されている場合、DOCTYPEは指定できません。参照: java.xml/module-summaryのプロパティjdk.xml.dtd.support。

View File

@ -4,7 +4,7 @@
# @version # @version
BadMessageKey = 메시지 키에 해당하는 오류 메시지를 찾을 수 없습니다. BadMessageKey = 메시지 키에 해당하는 오류 메시지를 찾을 수 없습니다.
FormatFailed = 다음 메시지의 형식을 지정하는 중 내부 오류가 발생했습니다.\n FormatFailed = 다음 메시지의 형식을 지정하는 중 내부 오류가 발생했습니다.\n
# Document messages # Document messages
PrematureEOF=예기치 않은 파일의 끝입니다. PrematureEOF=예기치 않은 파일의 끝입니다.
@ -111,7 +111,7 @@
EncodingDeclRequired = 텍스트 선언에는 인코딩 선언이 필요합니다. EncodingDeclRequired = 텍스트 선언에는 인코딩 선언이 필요합니다.
NoMorePseudoAttributes = 의사 속성은 더 이상 허용되지 않습니다. NoMorePseudoAttributes = 의사 속성은 더 이상 허용되지 않습니다.
MorePseudoAttributes = 의사 속성이 더 필요합니다. MorePseudoAttributes = 의사 속성이 더 필요합니다.
PseudoAttrNameExpected = 의사 속성 이름이 필요합니다. PseudoAttrNameExpected = 의사 속성 이름이 필요합니다.
# 4.3.2 Well-Formed Parsed Entities # 4.3.2 Well-Formed Parsed Entities
CommentNotInOneEntity = 주석은 구문이 분석된 동일한 엔티티에 완전히 포함되어야 합니다. CommentNotInOneEntity = 주석은 구문이 분석된 동일한 엔티티에 완전히 포함되어야 합니다.
PINotInOneEntity = 처리 명령은 구문이 분석된 동일한 엔티티에 완전히 포함되어야 합니다. PINotInOneEntity = 처리 명령은 구문이 분석된 동일한 엔티티에 완전히 포함되어야 합니다.
@ -119,7 +119,7 @@
EncodingDeclInvalid = "{0}"은(는) 부적합한 인코딩 이름입니다. EncodingDeclInvalid = "{0}"은(는) 부적합한 인코딩 이름입니다.
EncodingByteOrderUnsupported = "{0}" 인코딩에 대해 제공된 바이트 순서는 지원되지 않습니다. EncodingByteOrderUnsupported = "{0}" 인코딩에 대해 제공된 바이트 순서는 지원되지 않습니다.
InvalidByte = {0}은(는) {1}바이트 UTF-8 시퀀스에 대해 부적합한 바이트입니다. InvalidByte = {0}은(는) {1}바이트 UTF-8 시퀀스에 대해 부적합한 바이트입니다.
ExpectedByte = {1}바이트 UTF-8 시퀀스에 필요한 바이트는 {0}입니다. ExpectedByte = {1}바이트 UTF-8 시퀀스에 필요한 바이트는 {0}입니다.
InvalidHighSurrogate = UTF-8 시퀀스의 높은 대리 비트는 0x10을 초과하지 않아야 하지만 0x{0}이(가) 발견되었습니다. InvalidHighSurrogate = UTF-8 시퀀스의 높은 대리 비트는 0x10을 초과하지 않아야 하지만 0x{0}이(가) 발견되었습니다.
OperationNotSupported = {1} 읽기 프로그램은 "{0}" 작업을 지원하지 않습니다. OperationNotSupported = {1} 읽기 프로그램은 "{0}" 작업을 지원하지 않습니다.
InvalidASCII = 바이트 "{0}"은(는) (7비트) ASCII 문자 집합에 속하지 않습니다. InvalidASCII = 바이트 "{0}"은(는) (7비트) ASCII 문자 집합에 속하지 않습니다.
@ -199,7 +199,7 @@
MSG_SPACE_REQUIRED_BEFORE_NDATA_IN_UNPARSED_ENTITYDECL = "{0}" 엔티티에 대한 선언에서는 "NDATA" 앞에 공백이 필요합니다. MSG_SPACE_REQUIRED_BEFORE_NDATA_IN_UNPARSED_ENTITYDECL = "{0}" 엔티티에 대한 선언에서는 "NDATA" 앞에 공백이 필요합니다.
MSG_NOTATION_NAME_REQUIRED_FOR_UNPARSED_ENTITYDECL = "{0}" 엔티티에 대한 선언에서는 "NDATA" 다음에 표기법 이름이 필요합니다. MSG_NOTATION_NAME_REQUIRED_FOR_UNPARSED_ENTITYDECL = "{0}" 엔티티에 대한 선언에서는 "NDATA" 다음에 표기법 이름이 필요합니다.
EntityDeclUnterminated = "{0}" 엔티티에 대한 선언은 ''>''로 끝나야 합니다. EntityDeclUnterminated = "{0}" 엔티티에 대한 선언은 ''>''로 끝나야 합니다.
MSG_DUPLICATE_ENTITY_DEFINITION = "{0}" 엔티티가 두 번 이상 선언되었습니다. MSG_DUPLICATE_ENTITY_DEFINITION = "{0}" 엔티티가 두 번 이상 선언되었습니다.
# 4.2.2 External Entities # 4.2.2 External Entities
ExternalIDRequired = 외부 엔티티 선언은 "SYSTEM" 또는 "PUBLIC"으로 시작해야 합니다. ExternalIDRequired = 외부 엔티티 선언은 "SYSTEM" 또는 "PUBLIC"으로 시작해야 합니다.
MSG_SPACE_REQUIRED_BEFORE_PUBIDLITERAL_IN_EXTERNALID = "PUBLIC"과 공용 식별자 사이에는 공백이 필요합니다. MSG_SPACE_REQUIRED_BEFORE_PUBIDLITERAL_IN_EXTERNALID = "PUBLIC"과 공용 식별자 사이에는 공백이 필요합니다.

View File

@ -4,7 +4,7 @@
# @version # @version
BadMessageKey = Não foi possível encontrar a mensagem de erro correspondente à chave da mensagem. BadMessageKey = Não foi possível encontrar a mensagem de erro correspondente à chave da mensagem.
FormatFailed = Ocorreu um erro interno ao formatar a mensagem a seguir:\n FormatFailed = Ocorreu um erro interno ao formatar a mensagem a seguir:\n
# Document messages # Document messages
PrematureEOF=Fim prematuro do arquivo. PrematureEOF=Fim prematuro do arquivo.
@ -111,7 +111,7 @@
EncodingDeclRequired = A declaração de codificação é necessária na declaração de texto. EncodingDeclRequired = A declaração de codificação é necessária na declaração de texto.
NoMorePseudoAttributes = Não são mais permitidos pseudo-atributos. NoMorePseudoAttributes = Não são mais permitidos pseudo-atributos.
MorePseudoAttributes = São esperados mais pseudo-atributos. MorePseudoAttributes = São esperados mais pseudo-atributos.
PseudoAttrNameExpected = É esperado um nome de um pseudo-atributo. PseudoAttrNameExpected = É esperado um nome de um pseudo-atributo.
# 4.3.2 Well-Formed Parsed Entities # 4.3.2 Well-Formed Parsed Entities
CommentNotInOneEntity = O comentário deve estar totalmente contido na mesma entidade submetida a parsing. CommentNotInOneEntity = O comentário deve estar totalmente contido na mesma entidade submetida a parsing.
PINotInOneEntity = A instrução de processamento deve estar totalmente contida na mesma entidade submetida a parsing. PINotInOneEntity = A instrução de processamento deve estar totalmente contida na mesma entidade submetida a parsing.
@ -119,7 +119,7 @@
EncodingDeclInvalid = Nome da codificação inválida "{0}". EncodingDeclInvalid = Nome da codificação inválida "{0}".
EncodingByteOrderUnsupported = A ordem de bytes fornecida para codificação "{0}" não é suportada. EncodingByteOrderUnsupported = A ordem de bytes fornecida para codificação "{0}" não é suportada.
InvalidByte = Byte inválido {0} da sequência UTF-8 do byte {1}. InvalidByte = Byte inválido {0} da sequência UTF-8 do byte {1}.
ExpectedByte = Esperava {0} byte da sequência UTF-8 do byte {1}. ExpectedByte = Esperava {0} byte da sequência UTF-8 do byte {1}.
InvalidHighSurrogate = Os bits substitutos altos na sequência da UTF-8 não devem exceder 0x10 mas foi encontrado 0x{0}. InvalidHighSurrogate = Os bits substitutos altos na sequência da UTF-8 não devem exceder 0x10 mas foi encontrado 0x{0}.
OperationNotSupported = A operação "{0}" não é suportada pelo leitor {1}. OperationNotSupported = A operação "{0}" não é suportada pelo leitor {1}.
InvalidASCII = O byte "{0}" não é membro do conjunto de caracteres ASCII (7 bits). InvalidASCII = O byte "{0}" não é membro do conjunto de caracteres ASCII (7 bits).
@ -199,7 +199,7 @@
MSG_SPACE_REQUIRED_BEFORE_NDATA_IN_UNPARSED_ENTITYDECL = O espaço em branco é necessário antes de "NDATA" na declaração da entidade "{0}". MSG_SPACE_REQUIRED_BEFORE_NDATA_IN_UNPARSED_ENTITYDECL = O espaço em branco é necessário antes de "NDATA" na declaração da entidade "{0}".
MSG_NOTATION_NAME_REQUIRED_FOR_UNPARSED_ENTITYDECL = O nome da notação é necessário após "NDATA" na declaração da entidade "{0}". MSG_NOTATION_NAME_REQUIRED_FOR_UNPARSED_ENTITYDECL = O nome da notação é necessário após "NDATA" na declaração da entidade "{0}".
EntityDeclUnterminated = A declaração da entidade "{0}" deve terminar com ''>''. EntityDeclUnterminated = A declaração da entidade "{0}" deve terminar com ''>''.
MSG_DUPLICATE_ENTITY_DEFINITION = A entidade "{0}" foi declarada mais de uma vez. MSG_DUPLICATE_ENTITY_DEFINITION = A entidade "{0}" foi declarada mais de uma vez.
# 4.2.2 External Entities # 4.2.2 External Entities
ExternalIDRequired = A declaração da entidade externa deve começar com "SYSTEM" ou "PUBLIC". ExternalIDRequired = A declaração da entidade externa deve começar com "SYSTEM" ou "PUBLIC".
MSG_SPACE_REQUIRED_BEFORE_PUBIDLITERAL_IN_EXTERNALID = O espaço em branco é necessário entre "PUBLIC" e o identificador público. MSG_SPACE_REQUIRED_BEFORE_PUBIDLITERAL_IN_EXTERNALID = O espaço em branco é necessário entre "PUBLIC" e o identificador público.

View File

@ -4,7 +4,7 @@
# @version # @version
BadMessageKey = Hittar inte felmeddelandet som motsvarar meddelandenyckeln. BadMessageKey = Hittar inte felmeddelandet som motsvarar meddelandenyckeln.
FormatFailed = Ett internt fel inträffade vid formatering av följande meddelande:\n FormatFailed = Ett internt fel inträffade vid formatering av följande meddelande:\n
# Document messages # Document messages
PrematureEOF=Filen har avslutats för tidigt. PrematureEOF=Filen har avslutats för tidigt.
@ -111,7 +111,7 @@
EncodingDeclRequired = Koddeklaration krävs i textdeklarationen. EncodingDeclRequired = Koddeklaration krävs i textdeklarationen.
NoMorePseudoAttributes = Inga fler pseudoattribut är tillåtna. NoMorePseudoAttributes = Inga fler pseudoattribut är tillåtna.
MorePseudoAttributes = Ytterligare pseudoattribut förväntas. MorePseudoAttributes = Ytterligare pseudoattribut förväntas.
PseudoAttrNameExpected = Ett pseudoattributnamn förväntas. PseudoAttrNameExpected = Ett pseudoattributnamn förväntas.
# 4.3.2 Well-Formed Parsed Entities # 4.3.2 Well-Formed Parsed Entities
CommentNotInOneEntity = Kommentaren måste finnas med inom samma tolkade enhet. CommentNotInOneEntity = Kommentaren måste finnas med inom samma tolkade enhet.
PINotInOneEntity = Bearbetningsinstruktionen måste finnas med inom samma tolkade enhet. PINotInOneEntity = Bearbetningsinstruktionen måste finnas med inom samma tolkade enhet.
@ -119,7 +119,7 @@
EncodingDeclInvalid = Ogiltigt kodnamn, "{0}". EncodingDeclInvalid = Ogiltigt kodnamn, "{0}".
EncodingByteOrderUnsupported = Angiven byteordningsföljd i kodning "{0}" stöds inte. EncodingByteOrderUnsupported = Angiven byteordningsföljd i kodning "{0}" stöds inte.
InvalidByte = Ogiltig byte {0} i UTF-8-sekvensen för {1}-byte. InvalidByte = Ogiltig byte {0} i UTF-8-sekvensen för {1}-byte.
ExpectedByte = Förväntad byte {0} i UTF-8-sekvensen för {1}-byte. ExpectedByte = Förväntad byte {0} i UTF-8-sekvensen för {1}-byte.
InvalidHighSurrogate = Höga surrogatbitar i UTF-8-sekvens får inte överskrida 0x10, men 0x{0} hittades. InvalidHighSurrogate = Höga surrogatbitar i UTF-8-sekvens får inte överskrida 0x10, men 0x{0} hittades.
OperationNotSupported = Åtgärden "{0}" stöds inte i läsaren {1}. OperationNotSupported = Åtgärden "{0}" stöds inte i läsaren {1}.
InvalidASCII = Byte "{0}" ingår inte i ASCII-teckenuppsättningen (7 bitar). InvalidASCII = Byte "{0}" ingår inte i ASCII-teckenuppsättningen (7 bitar).
@ -199,7 +199,7 @@
MSG_SPACE_REQUIRED_BEFORE_NDATA_IN_UNPARSED_ENTITYDECL = Tomt utrymme krävs före "NDATA" i deklarationen för enheten "{0}". MSG_SPACE_REQUIRED_BEFORE_NDATA_IN_UNPARSED_ENTITYDECL = Tomt utrymme krävs före "NDATA" i deklarationen för enheten "{0}".
MSG_NOTATION_NAME_REQUIRED_FOR_UNPARSED_ENTITYDECL = Notationsnamnet måste anges efter "NDATA" i deklarationen för enheten "{0}". MSG_NOTATION_NAME_REQUIRED_FOR_UNPARSED_ENTITYDECL = Notationsnamnet måste anges efter "NDATA" i deklarationen för enheten "{0}".
EntityDeclUnterminated = Deklarationen för enheten "{0}" måste avslutas med ''>''. EntityDeclUnterminated = Deklarationen för enheten "{0}" måste avslutas med ''>''.
MSG_DUPLICATE_ENTITY_DEFINITION = Enheten "{0}" har deklarerats mer än en gång. MSG_DUPLICATE_ENTITY_DEFINITION = Enheten "{0}" har deklarerats mer än en gång.
# 4.2.2 External Entities # 4.2.2 External Entities
ExternalIDRequired = Den externa enhetsdeklarationen måste inledas med antingen "SYSTEM" eller "PUBLIC". ExternalIDRequired = Den externa enhetsdeklarationen måste inledas med antingen "SYSTEM" eller "PUBLIC".
MSG_SPACE_REQUIRED_BEFORE_PUBIDLITERAL_IN_EXTERNALID = Tomt utrymme krävs mellan "PUBLIC" och den allmänna identifieraren. MSG_SPACE_REQUIRED_BEFORE_PUBIDLITERAL_IN_EXTERNALID = Tomt utrymme krävs mellan "PUBLIC" och den allmänna identifieraren.

View File

@ -24,7 +24,7 @@
# @version # @version
BadMessageKey = 找不到与消息关键字对应的错误消息。 BadMessageKey = 找不到与消息关键字对应的错误消息。
FormatFailed = 设置以下消息的格式时出现内部错误:\n FormatFailed = 设置以下消息的格式时出现内部错误:\n
# Document messages # Document messages
PrematureEOF=文件提前结束。 PrematureEOF=文件提前结束。
@ -219,7 +219,7 @@
MSG_SPACE_REQUIRED_BEFORE_NDATA_IN_UNPARSED_ENTITYDECL = 在实体 "{0}" 的声明中的 "NDATA" 前面需要有空格。 MSG_SPACE_REQUIRED_BEFORE_NDATA_IN_UNPARSED_ENTITYDECL = 在实体 "{0}" 的声明中的 "NDATA" 前面需要有空格。
MSG_NOTATION_NAME_REQUIRED_FOR_UNPARSED_ENTITYDECL = 在实体 "{0}" 的声明中的 "NDATA" 后面需要有记号名称。 MSG_NOTATION_NAME_REQUIRED_FOR_UNPARSED_ENTITYDECL = 在实体 "{0}" 的声明中的 "NDATA" 后面需要有记号名称。
EntityDeclUnterminated = 实体 "{0}" 的声明必须以 ''>'' 结尾。 EntityDeclUnterminated = 实体 "{0}" 的声明必须以 ''>'' 结尾。
MSG_DUPLICATE_ENTITY_DEFINITION = 实体 "{0}" 声明了多次。 MSG_DUPLICATE_ENTITY_DEFINITION = 实体 "{0}" 声明了多次。
# 4.2.2 External Entities # 4.2.2 External Entities
ExternalIDRequired = 外部实体声明必须以 "SYSTEM" 或 "PUBLIC" 开头。 ExternalIDRequired = 外部实体声明必须以 "SYSTEM" 或 "PUBLIC" 开头。
MSG_SPACE_REQUIRED_BEFORE_PUBIDLITERAL_IN_EXTERNALID = 在 "PUBLIC" 和公共标识符之间需要有空格。 MSG_SPACE_REQUIRED_BEFORE_PUBIDLITERAL_IN_EXTERNALID = 在 "PUBLIC" 和公共标识符之间需要有空格。
@ -329,4 +329,3 @@
# Implementation Property DTD # Implementation Property DTD
JDK_DTD_DENY = JAXP00010008当 DTD 属性设置为拒绝时,不允许使用 DOCTYPE。请参阅java.xml/module-summary 中的属性 jdk.xml.dtd.support。 JDK_DTD_DENY = JAXP00010008当 DTD 属性设置为拒绝时,不允许使用 DOCTYPE。请参阅java.xml/module-summary 中的属性 jdk.xml.dtd.support。

View File

@ -199,7 +199,7 @@
MSG_SPACE_REQUIRED_BEFORE_NDATA_IN_UNPARSED_ENTITYDECL = 在實體 "{0}" 的宣告中,"NDATA" 之前需要空格。 MSG_SPACE_REQUIRED_BEFORE_NDATA_IN_UNPARSED_ENTITYDECL = 在實體 "{0}" 的宣告中,"NDATA" 之前需要空格。
MSG_NOTATION_NAME_REQUIRED_FOR_UNPARSED_ENTITYDECL = 在實體 "{0}" 的宣告中,"NDATA" 之後需要表示法名稱。 MSG_NOTATION_NAME_REQUIRED_FOR_UNPARSED_ENTITYDECL = 在實體 "{0}" 的宣告中,"NDATA" 之後需要表示法名稱。
EntityDeclUnterminated = 實體 "{0}" 的宣告結尾必須為 ''>''。 EntityDeclUnterminated = 實體 "{0}" 的宣告結尾必須為 ''>''。
MSG_DUPLICATE_ENTITY_DEFINITION = 實體 "{0}" 宣告超過一次以上。 MSG_DUPLICATE_ENTITY_DEFINITION = 實體 "{0}" 宣告超過一次以上。
# 4.2.2 External Entities # 4.2.2 External Entities
ExternalIDRequired = 外部實體宣告的開頭必須為 "SYSTEM" 或 "PUBLIC"。 ExternalIDRequired = 外部實體宣告的開頭必須為 "SYSTEM" 或 "PUBLIC"。
MSG_SPACE_REQUIRED_BEFORE_PUBIDLITERAL_IN_EXTERNALID = "PUBLIC" 與公用 ID 之間需要空格。 MSG_SPACE_REQUIRED_BEFORE_PUBIDLITERAL_IN_EXTERNALID = "PUBLIC" 與公用 ID 之間需要空格。

View File

@ -107,7 +107,7 @@
#schema valid (3.X.3) #schema valid (3.X.3)
schema_reference.access = schema_reference: Failed to read schema document ''{0}'', because ''{1}'' access is not allowed due to restriction set by the accessExternalSchema property. schema_reference.access = schema_reference: Failed to read schema document ''{0}'', because ''{1}'' access is not allowed due to restriction set by the accessExternalSchema property.
schema_reference.4 = schema_reference.4: Failed to read schema document ''{0}'', because 1) could not find the document; 2) the document could not be read; 3) the root element of the document is not <xsd:schema>. schema_reference.4 = schema_reference.4: Failed to read schema document ''{0}'', because 1) could not find the document; 2) the document could not be read; 3) the root element of the document is not <xsd:schema>.
src-annotation = src-annotation: <annotation> elements can only contain <appinfo> and <documentation> elements, but ''{0}'' was found. src-annotation = src-annotation: <annotation> elements can only contain <appinfo> and <documentation> elements, but ''{0}'' was found.
src-attribute.1 = src-attribute.1: The properties ''default'' and ''fixed'' cannot both be present in attribute declaration ''{0}''. Use only one of them. src-attribute.1 = src-attribute.1: The properties ''default'' and ''fixed'' cannot both be present in attribute declaration ''{0}''. Use only one of them.

View File

@ -107,7 +107,7 @@
#schema valid (3.X.3) #schema valid (3.X.3)
schema_reference.access = schema_reference: Schemadokument ''{0}'' konnte nicht gelesen werden, weil der ''{1}''-Zugriff wegen der von der Eigenschaft accessExternalSchema festgelegten Einschränkung nicht zulässig ist. schema_reference.access = schema_reference: Schemadokument ''{0}'' konnte nicht gelesen werden, weil der ''{1}''-Zugriff wegen der von der Eigenschaft accessExternalSchema festgelegten Einschränkung nicht zulässig ist.
schema_reference.4 = schema_reference.4: Schemadokument ''{0}'' konnte nicht gelesen werden, da 1) das Dokument nicht gefunden werden konnte; 2) das Dokument nicht gelesen werden konnte; 3) das Root-Element des Dokuments nicht <xsd:schema> ist. schema_reference.4 = schema_reference.4: Schemadokument ''{0}'' konnte nicht gelesen werden, da 1) das Dokument nicht gefunden werden konnte; 2) das Dokument nicht gelesen werden konnte; 3) das Root-Element des Dokuments nicht <xsd:schema> ist.
src-annotation = src-annotation: <annotation>-Elemente können nur <appinfo>- und <documentation>-Elemente enthalten, aber es wurde ''{0}'' gefunden. src-annotation = src-annotation: <annotation>-Elemente können nur <appinfo>- und <documentation>-Elemente enthalten, aber es wurde ''{0}'' gefunden.
src-attribute.1 = src-attribute.1: Die Eigenschaften ''default'' und ''fixed'' können nicht beide in der Attributdeklaration ''{0}'' vorhanden sein. Verwenden Sie nur eine dieser Eigenschaften. src-attribute.1 = src-attribute.1: Die Eigenschaften ''default'' und ''fixed'' können nicht beide in der Attributdeklaration ''{0}'' vorhanden sein. Verwenden Sie nur eine dieser Eigenschaften.

View File

@ -115,7 +115,7 @@
#schema valid (3.X.3) #schema valid (3.X.3)
schema_reference.access = schema_reference: fallo al leer el documento de esquema ''{0}'' porque no se permite el acceso ''{1}'' debido a una restricción definida por la propiedad accessExternalSchema. schema_reference.access = schema_reference: fallo al leer el documento de esquema ''{0}'' porque no se permite el acceso ''{1}'' debido a una restricción definida por la propiedad accessExternalSchema.
schema_reference.4 = schema_reference.4: Fallo al leer el documento de esquema ''{0}'', porque 1) no se ha encontrado el documento; 2) no se ha podido leer el documento; 3) el elemento raíz del documento no es <xsd:schema>. schema_reference.4 = schema_reference.4: Fallo al leer el documento de esquema ''{0}'', porque 1) no se ha encontrado el documento; 2) no se ha podido leer el documento; 3) el elemento raíz del documento no es <xsd:schema>.
src-annotation = src-annotation: Los elementos de <annotation> sólo pueden contener elementos de <appinfo> y <documentation>, pero se ha encontrado ''{0}''. src-annotation = src-annotation: Los elementos de <annotation> sólo pueden contener elementos de <appinfo> y <documentation>, pero se ha encontrado ''{0}''.
src-attribute.1 = src-attribute.1: Las propiedades ''default'' y ''fixed'' no pueden estar presentes de forma simultánea en la declaración de atributo ''{0}''. Utilice sólo una de ellas. src-attribute.1 = src-attribute.1: Las propiedades ''default'' y ''fixed'' no pueden estar presentes de forma simultánea en la declaración de atributo ''{0}''. Utilice sólo una de ellas.

View File

@ -115,7 +115,7 @@
#schema valid (3.X.3) #schema valid (3.X.3)
schema_reference.access = schema_reference : échec de la lecture du document de schéma ''{0}'', car l''accès ''{1}'' n''est pas autorisé en raison d''une restriction définie par la propriété accessExternalSchema. schema_reference.access = schema_reference : échec de la lecture du document de schéma ''{0}'', car l''accès ''{1}'' n''est pas autorisé en raison d''une restriction définie par la propriété accessExternalSchema.
schema_reference.4 = schema_reference.4 : Echec de la lecture du document de schéma ''{0}'' pour les raisons suivantes : 1) Le document est introuvable ; 2) Le document n''a pas pu être lu ; 3) L''élément racine du document n''est pas <xsd:schema>. schema_reference.4 = schema_reference.4 : Echec de la lecture du document de schéma ''{0}'' pour les raisons suivantes : 1) Le document est introuvable ; 2) Le document n''a pas pu être lu ; 3) L''élément racine du document n''est pas <xsd:schema>.
src-annotation = src-annotation : Les éléments <annotation> ne peuvent contenir que des éléments <appinfo> et <documentation>, mais ''{0}'' a été trouvé. src-annotation = src-annotation : Les éléments <annotation> ne peuvent contenir que des éléments <appinfo> et <documentation>, mais ''{0}'' a été trouvé.
src-attribute.1 = src-attribute.1 : Les propriétés ''default'' et ''fixed'' ne peuvent pas figurer simultanément dans la déclaration d''attribut ''{0}''. Utilisez uniquement l''une d''entre elles. src-attribute.1 = src-attribute.1 : Les propriétés ''default'' et ''fixed'' ne peuvent pas figurer simultanément dans la déclaration d''attribut ''{0}''. Utilisez uniquement l''une d''entre elles.

View File

@ -115,7 +115,7 @@
#schema valid (3.X.3) #schema valid (3.X.3)
schema_reference.access = schema_reference: lettura del documento di schema ''{0}'' non riuscita. Accesso ''{1}'' non consentito a causa della limitazione definita dalla proprietà accessExternalSchema. schema_reference.access = schema_reference: lettura del documento di schema ''{0}'' non riuscita. Accesso ''{1}'' non consentito a causa della limitazione definita dalla proprietà accessExternalSchema.
schema_reference.4 = schema_reference.4: lettura del documento di schema "{0}" non riuscita perché 1) non è stato possibile trovare il documento; 2) non è stato possibile leggere il documento; 3) l''elemento radice del documento non è <xsd:schema>. schema_reference.4 = schema_reference.4: lettura del documento di schema "{0}" non riuscita perché 1) non è stato possibile trovare il documento; 2) non è stato possibile leggere il documento; 3) l''elemento radice del documento non è <xsd:schema>.
src-annotation = src-annotation: possono essere contenuti soltanto elementi <appinfo> e <documentation>, ma è stato trovato ''{0}''. src-annotation = src-annotation: possono essere contenuti soltanto elementi <appinfo> e <documentation>, ma è stato trovato ''{0}''.
src-attribute.1 = src-attribute.1: le proprietà ''default'' e ''fixed'' non possono essere entrambi presenti nella dichiarazione di attributo ''{0}''. Utilizzarne solo una. src-attribute.1 = src-attribute.1: le proprietà ''default'' e ''fixed'' non possono essere entrambi presenti nella dichiarazione di attributo ''{0}''. Utilizzarne solo una.

View File

@ -115,7 +115,7 @@
#schema valid (3.X.3) #schema valid (3.X.3)
schema_reference.access = schema_reference: accessExternalSchema 속성으로 설정된 제한으로 인해 ''{1}'' 액세스가 허용되지 않으므로 스키마 문서 ''{0}'' 읽기를 실패했습니다. schema_reference.access = schema_reference: accessExternalSchema 속성으로 설정된 제한으로 인해 ''{1}'' 액세스가 허용되지 않으므로 스키마 문서 ''{0}'' 읽기를 실패했습니다.
schema_reference.4 = schema_reference.4: 스키마 문서 ''{0}'' 읽기를 실패했습니다. 원인: 1) 문서를 찾을 수 없습니다. 2) 문서를 읽을 수 없습니다. 3) 문서의 루트 요소가 <xsd:schema>가 아닙니다. schema_reference.4 = schema_reference.4: 스키마 문서 ''{0}'' 읽기를 실패했습니다. 원인: 1) 문서를 찾을 수 없습니다. 2) 문서를 읽을 수 없습니다. 3) 문서의 루트 요소가 <xsd:schema>가 아닙니다.
src-annotation = src-annotation: <annotation> 요소에는 <appinfo> 및 <documentation> 요소만 포함될 수 있지만 ''{0}''이(가) 발견되었습니다. src-annotation = src-annotation: <annotation> 요소에는 <appinfo> 및 <documentation> 요소만 포함될 수 있지만 ''{0}''이(가) 발견되었습니다.
src-attribute.1 = src-attribute.1: ''default'' 및 ''fixed'' 속성은 속성 선언 ''{0}''에 함께 존재할 수 없습니다. 하나만 사용하십시오. src-attribute.1 = src-attribute.1: ''default'' 및 ''fixed'' 속성은 속성 선언 ''{0}''에 함께 존재할 수 없습니다. 하나만 사용하십시오.

View File

@ -115,7 +115,7 @@
#schema valid (3.X.3) #schema valid (3.X.3)
schema_reference.access = schema_reference: falha ao ler o documento de esquema ''{0}'' porque o acesso a ''{1}'' não é permitido em decorrência de uma restrição definida pela propriedade accessExternalSchema. schema_reference.access = schema_reference: falha ao ler o documento de esquema ''{0}'' porque o acesso a ''{1}'' não é permitido em decorrência de uma restrição definida pela propriedade accessExternalSchema.
schema_reference.4 = schema_reference.4: Falha ao ler o documento do esquema ''{0}'' porque 1) não foi possível encontrar o documento; 2) não foi possível ler o documento; 3) o elemento-raiz do documento não é <xsd:schema>. schema_reference.4 = schema_reference.4: Falha ao ler o documento do esquema ''{0}'' porque 1) não foi possível encontrar o documento; 2) não foi possível ler o documento; 3) o elemento-raiz do documento não é <xsd:schema>.
src-annotation = src-annotation: os elementos de <annotation> podem conter somente os elementos <appinfo> e <documentation>, mas foi encontrado ''{0}''. src-annotation = src-annotation: os elementos de <annotation> podem conter somente os elementos <appinfo> e <documentation>, mas foi encontrado ''{0}''.
src-attribute.1 = src-attribute.1: As propriedades ''padrão'' e ''fixed'' não podem estar presentes na declaração do atributo ''{0}''. Use somente uma delas. src-attribute.1 = src-attribute.1: As propriedades ''padrão'' e ''fixed'' não podem estar presentes na declaração do atributo ''{0}''. Use somente uma delas.

View File

@ -115,7 +115,7 @@
#schema valid (3.X.3) #schema valid (3.X.3)
schema_reference.access = schema_reference: Kunde inte läsa schemadokumentet ''{0}'' eftersom ''{1}''-åtkomst inte tillåts på grund av begränsning som anges av egenskapen accessExternalSchema. schema_reference.access = schema_reference: Kunde inte läsa schemadokumentet ''{0}'' eftersom ''{1}''-åtkomst inte tillåts på grund av begränsning som anges av egenskapen accessExternalSchema.
schema_reference.4 = schema_reference.4: Läsning av schemadokument ''{0}'' utfördes inte på grund av 1) det går inte att hitta dokumentet; 2) det går inte att läsa dokumentet; 3) dokumentets rotelement är inte <xsd:schema>. schema_reference.4 = schema_reference.4: Läsning av schemadokument ''{0}'' utfördes inte på grund av 1) det går inte att hitta dokumentet; 2) det går inte att läsa dokumentet; 3) dokumentets rotelement är inte <xsd:schema>.
src-annotation = src-annotation: element för <anteckningar> får endast innehålla element för <appinfo> och <dokumentation>, men ''{0}'' hittades. src-annotation = src-annotation: element för <anteckningar> får endast innehålla element för <appinfo> och <dokumentation>, men ''{0}'' hittades.
src-attribute.1 = src-attribute.1: Båda egenskaperna ''default'' och ''fixed'' kan inte samtidigt ingå i attributdeklarationen ''{0}''. Använd en av dem. src-attribute.1 = src-attribute.1: Båda egenskaperna ''default'' och ''fixed'' kan inte samtidigt ingå i attributdeklarationen ''{0}''. Använd en av dem.

View File

@ -21,14 +21,14 @@
# Messages for message reporting # Messages for message reporting
BadMessageKey = The error message corresponding to the message key can not be found. BadMessageKey = The error message corresponding to the message key can not be found.
FormatFailed = An internal error occurred while formatting the following message:\n FormatFailed = An internal error occurred while formatting the following message:\n
# XPointer Framework Error Messages # XPointer Framework Error Messages
XPointerProcessingError = XPointerProcessingError: An error occurred while processing the XPointer expression. XPointerProcessingError = XPointerProcessingError: An error occurred while processing the XPointer expression.
InvalidXPointerToken = InvalidXPointerToken: The XPointer expression contains the invalid token ''{0}'' InvalidXPointerToken = InvalidXPointerToken: The XPointer expression contains the invalid token ''{0}''
InvalidXPointerExpression = InvalidXPointerExpression: The XPointer expression ''{0}'' is invalid. InvalidXPointerExpression = InvalidXPointerExpression: The XPointer expression ''{0}'' is invalid.
MultipleShortHandPointers = MultipleShortHandPointers: The XPointer expression ''{0}'' is invalid. It has more than one ShortHand Pointer. MultipleShortHandPointers = MultipleShortHandPointers: The XPointer expression ''{0}'' is invalid. It has more than one ShortHand Pointer.
SchemeDataNotFollowedByCloseParenthesis = SchemeDataNotFollowedByCloseParenthesis: The XPointer expression ''{0}'' is invalid. The SchemeData was not followed by a '')'' character. SchemeDataNotFollowedByCloseParenthesis = SchemeDataNotFollowedByCloseParenthesis: The XPointer expression ''{0}'' is invalid. The SchemeData was not followed by a '')'' character.
SchemeUnsupported = SchemeUnsupported: The XPointer scheme ''{0}'' is not supported. SchemeUnsupported = SchemeUnsupported: The XPointer scheme ''{0}'' is not supported.
InvalidShortHandPointer = InvalidShortHandPointer: The NCName of the ShortHand Pointer ''{0}'' is invalid. InvalidShortHandPointer = InvalidShortHandPointer: The NCName of the ShortHand Pointer ''{0}'' is invalid.
UnbalancedParenthesisInXPointerExpression = UnbalancedParenthesisInXPointerExpression: The XPointer expression ''{0}'' is invalid. The number of open parenthesis ''{1}'' is not equal to the number of close parenthesis ''{2}''. UnbalancedParenthesisInXPointerExpression = UnbalancedParenthesisInXPointerExpression: The XPointer expression ''{0}'' is invalid. The number of open parenthesis ''{1}'' is not equal to the number of close parenthesis ''{2}''.
@ -39,4 +39,4 @@ InvalidElementSchemeToken = InvalidElementSchemeToken: The element() scheme XPoi
InvalidElementSchemeXPointer = InvalidElementSchemeXPointer: The Element Scheme XPointer expression ''{0}'' is invalid. InvalidElementSchemeXPointer = InvalidElementSchemeXPointer: The Element Scheme XPointer expression ''{0}'' is invalid.
XPointerElementSchemeProcessingError = XPointerElementSchemeProcessingError: An error occurred while processing the XPointer element() Scheme expression. XPointerElementSchemeProcessingError = XPointerElementSchemeProcessingError: An error occurred while processing the XPointer element() Scheme expression.
InvalidNCNameInElementSchemeData = InvalidNCNameInElementSchemeData: The element() Scheme contains a ShortHand Pointer ''{0}'' with an invalid NCName. InvalidNCNameInElementSchemeData = InvalidNCNameInElementSchemeData: The element() Scheme contains a ShortHand Pointer ''{0}'' with an invalid NCName.
InvalidChildSequenceCharacter = InvalidChildSequenceCharacter: The element() Scheme contains an invalid child sequence character ''{0}''. InvalidChildSequenceCharacter = InvalidChildSequenceCharacter: The element() Scheme contains an invalid child sequence character ''{0}''.

View File

@ -21,14 +21,14 @@
# Messages for message reporting # Messages for message reporting
BadMessageKey = Die zum Meldungsschlüssel gehörige Fehlermeldung kann nicht gefunden werden. BadMessageKey = Die zum Meldungsschlüssel gehörige Fehlermeldung kann nicht gefunden werden.
FormatFailed = Beim Formatieren der folgenden Meldung ist ein interner Fehler aufgetreten:\n FormatFailed = Beim Formatieren der folgenden Meldung ist ein interner Fehler aufgetreten:\n
# XPointer Framework Error Messages # XPointer Framework Error Messages
XPointerProcessingError = XPointerProcessingError: Beim Verarbeiten des XPointer-Ausdrucks ist ein Fehler aufgetreten. XPointerProcessingError = XPointerProcessingError: Beim Verarbeiten des XPointer-Ausdrucks ist ein Fehler aufgetreten.
InvalidXPointerToken = InvalidXPointerToken: XPointer-Ausdruck enthält das ungültige Token "{0}" InvalidXPointerToken = InvalidXPointerToken: XPointer-Ausdruck enthält das ungültige Token "{0}"
InvalidXPointerExpression = InvalidXPointerExpression: XPointer-Ausdruck "{0}" ist ungültig. InvalidXPointerExpression = InvalidXPointerExpression: XPointer-Ausdruck "{0}" ist ungültig.
MultipleShortHandPointers = MultipleShortHandPointers: XPointer-Ausdruck "{0}" ist ungültig. Mehrere ShortHand-Zeiger vorhanden. MultipleShortHandPointers = MultipleShortHandPointers: XPointer-Ausdruck "{0}" ist ungültig. Mehrere ShortHand-Zeiger vorhanden.
SchemeDataNotFollowedByCloseParenthesis = SchemeDataNotFollowedByCloseParenthesis: XPointer-Ausdruck "{0}" ist ungültig. Auf SchemeData folgte kein ")"-Zeichen. SchemeDataNotFollowedByCloseParenthesis = SchemeDataNotFollowedByCloseParenthesis: XPointer-Ausdruck "{0}" ist ungültig. Auf SchemeData folgte kein ")"-Zeichen.
SchemeUnsupported = SchemeUnsupported: XPointer-Schema "{0}" wird nicht unterstützt. SchemeUnsupported = SchemeUnsupported: XPointer-Schema "{0}" wird nicht unterstützt.
InvalidShortHandPointer = InvalidShortHandPointer: NCName von ShortHand-Zeiger "{0}" ist ungültig. InvalidShortHandPointer = InvalidShortHandPointer: NCName von ShortHand-Zeiger "{0}" ist ungültig.
UnbalancedParenthesisInXPointerExpression = UnbalancedParenthesisInXPointerExpression: XPointer-Ausdruck "{0}" ist ungültig. Die Anzahl der öffnenden Klammern "{1}" entspricht nicht der Anzahl der schließenden Klammern "{2}". UnbalancedParenthesisInXPointerExpression = UnbalancedParenthesisInXPointerExpression: XPointer-Ausdruck "{0}" ist ungültig. Die Anzahl der öffnenden Klammern "{1}" entspricht nicht der Anzahl der schließenden Klammern "{2}".
@ -39,4 +39,4 @@ InvalidElementSchemeToken = InvalidElementSchemeToken: element()-Schema-XPointer
InvalidElementSchemeXPointer = InvalidElementSchemeXPointer: Elementschema-XPointer-Ausdruck "{0}" ist ungültig. InvalidElementSchemeXPointer = InvalidElementSchemeXPointer: Elementschema-XPointer-Ausdruck "{0}" ist ungültig.
XPointerElementSchemeProcessingError = XPointerElementSchemeProcessingError: Beim Verarbeiten des XPointer-element()-Schemaausdrucks ist ein Fehler aufgetreten. XPointerElementSchemeProcessingError = XPointerElementSchemeProcessingError: Beim Verarbeiten des XPointer-element()-Schemaausdrucks ist ein Fehler aufgetreten.
InvalidNCNameInElementSchemeData = InvalidNCNameInElementSchemeData: element()-Schema enthält einen ShortHand-Zeiger "{0}" mit einem ungültigen NCName. InvalidNCNameInElementSchemeData = InvalidNCNameInElementSchemeData: element()-Schema enthält einen ShortHand-Zeiger "{0}" mit einem ungültigen NCName.
InvalidChildSequenceCharacter = InvalidChildSequenceCharacter: element()-Schema enthält ein untergeordnetes Sequenzzeichen "{0}". InvalidChildSequenceCharacter = InvalidChildSequenceCharacter: element()-Schema enthält ein untergeordnetes Sequenzzeichen "{0}".

View File

@ -29,14 +29,14 @@
# Messages for message reporting # Messages for message reporting
BadMessageKey = No se ha encontrado el mensaje de error que corresponde a la clave de mensaje. BadMessageKey = No se ha encontrado el mensaje de error que corresponde a la clave de mensaje.
FormatFailed = Se ha producido un error interno al formatear el siguiente mensaje:\n FormatFailed = Se ha producido un error interno al formatear el siguiente mensaje:\n
# XPointer Framework Error Messages # XPointer Framework Error Messages
XPointerProcessingError = XPointerProcessingError: Se ha producido un error al procesar la expresión XPointer. XPointerProcessingError = XPointerProcessingError: Se ha producido un error al procesar la expresión XPointer.
InvalidXPointerToken = InvalidXPointerToken: La expresión XPointer contiene el token no válido ''{0}'' InvalidXPointerToken = InvalidXPointerToken: La expresión XPointer contiene el token no válido ''{0}''
InvalidXPointerExpression = InvalidXPointerExpression: La expresión XPointer ''{0}'' no es válida. InvalidXPointerExpression = InvalidXPointerExpression: La expresión XPointer ''{0}'' no es válida.
MultipleShortHandPointers = MultipleShortHandPointers: La expresión XPointer ''{0}'' no es válida. Tiene más de un puntero abreviado. MultipleShortHandPointers = MultipleShortHandPointers: La expresión XPointer ''{0}'' no es válida. Tiene más de un puntero abreviado.
SchemeDataNotFollowedByCloseParenthesis = SchemeDataNotFollowedByCloseParenthesis: La expresión XPointer ''{0}'' no es válida. SchemeData no viene seguido de un carácter '')''. SchemeDataNotFollowedByCloseParenthesis = SchemeDataNotFollowedByCloseParenthesis: La expresión XPointer ''{0}'' no es válida. SchemeData no viene seguido de un carácter '')''.
SchemeUnsupported = SchemeUnsupported: El esquema XPointer ''{0}'' no está soportado. SchemeUnsupported = SchemeUnsupported: El esquema XPointer ''{0}'' no está soportado.
InvalidShortHandPointer = InvalidShortHandPointer: El valor de NCName del puntero abreviado ''{0}'' no es válido. InvalidShortHandPointer = InvalidShortHandPointer: El valor de NCName del puntero abreviado ''{0}'' no es válido.
UnbalancedParenthesisInXPointerExpression = UnbalancedParenthesisInXPointerExpression: La expresión XPointer ''{0}'' no es válida. El número de paréntesis de apertura ''{1}'' no es igual al número de paréntesis de cierre ''{2}''. UnbalancedParenthesisInXPointerExpression = UnbalancedParenthesisInXPointerExpression: La expresión XPointer ''{0}'' no es válida. El número de paréntesis de apertura ''{1}'' no es igual al número de paréntesis de cierre ''{2}''.
@ -47,4 +47,4 @@ InvalidElementSchemeToken = InvalidElementSchemeToken: La expresión XPointer de
InvalidElementSchemeXPointer = InvalidElementSchemeXPointer: La expresión XPointer del esquema de elemento ''{0}'' no es válida. InvalidElementSchemeXPointer = InvalidElementSchemeXPointer: La expresión XPointer del esquema de elemento ''{0}'' no es válida.
XPointerElementSchemeProcessingError = XPointerElementSchemeProcessingError: Se ha producido un error al procesar la expresión de esquema XPointer element(). XPointerElementSchemeProcessingError = XPointerElementSchemeProcessingError: Se ha producido un error al procesar la expresión de esquema XPointer element().
InvalidNCNameInElementSchemeData = InvalidNCNameInElementSchemeData: El esquema element() contiene un puntero abreviado ''{0}'' con un valor de NCName no válido. InvalidNCNameInElementSchemeData = InvalidNCNameInElementSchemeData: El esquema element() contiene un puntero abreviado ''{0}'' con un valor de NCName no válido.
InvalidChildSequenceCharacter = InvalidChildSequenceCharacter: El esquema element() contiene un carácter de secuencia secundaria no válido ''{0}''. InvalidChildSequenceCharacter = InvalidChildSequenceCharacter: El esquema element() contiene un carácter de secuencia secundaria no válido ''{0}''.

View File

@ -29,14 +29,14 @@
# Messages for message reporting # Messages for message reporting
BadMessageKey = Le message d'erreur correspondant à la clé de message est introuvable. BadMessageKey = Le message d'erreur correspondant à la clé de message est introuvable.
FormatFailed = Une erreur interne est survenue lors de la mise en forme du message suivant :\n FormatFailed = Une erreur interne est survenue lors de la mise en forme du message suivant :\n
# XPointer Framework Error Messages # XPointer Framework Error Messages
XPointerProcessingError = XPointerProcessingError : une erreur est survenue lors du traitement de l'expression XPointer. XPointerProcessingError = XPointerProcessingError : une erreur est survenue lors du traitement de l'expression XPointer.
InvalidXPointerToken = InvalidXPointerToken : l''expression XPointer contient le jeton non valide ''{0}'' InvalidXPointerToken = InvalidXPointerToken : l''expression XPointer contient le jeton non valide ''{0}''
InvalidXPointerExpression = InvalidXPointerExpression : l''expression XPointer ''{0}'' n''est pas valide. InvalidXPointerExpression = InvalidXPointerExpression : l''expression XPointer ''{0}'' n''est pas valide.
MultipleShortHandPointers = MultipleShortHandPointers : l''expression XPointer ''{0}'' n''est pas valide. Elle contient plusieurs pointeurs ShortHand. MultipleShortHandPointers = MultipleShortHandPointers : l''expression XPointer ''{0}'' n''est pas valide. Elle contient plusieurs pointeurs ShortHand.
SchemeDataNotFollowedByCloseParenthesis = SchemeDataNotFollowedByCloseParenthesis : l''expression XPointer ''{0}'' n''est pas valide. L''élément SchemeData n''est pas suivi d''un caractère '')''. SchemeDataNotFollowedByCloseParenthesis = SchemeDataNotFollowedByCloseParenthesis : l''expression XPointer ''{0}'' n''est pas valide. L''élément SchemeData n''est pas suivi d''un caractère '')''.
SchemeUnsupported = SchemeUnsupported : le processus XPointer ''{0}'' n''est pas pris en charge. SchemeUnsupported = SchemeUnsupported : le processus XPointer ''{0}'' n''est pas pris en charge.
InvalidShortHandPointer = InvalidShortHandPointer : le NCName du pointeur ShortHand ''{0}'' n''est pas valide. InvalidShortHandPointer = InvalidShortHandPointer : le NCName du pointeur ShortHand ''{0}'' n''est pas valide.
UnbalancedParenthesisInXPointerExpression = UnbalancedParenthesisInXPointerExpression : l''expression XPointer ''{0}'' n''est pas valide. Le nombre de parenthèses ouvrantes ''{1}'' est différent du nombre de parenthèses fermantes ''{2}''. UnbalancedParenthesisInXPointerExpression = UnbalancedParenthesisInXPointerExpression : l''expression XPointer ''{0}'' n''est pas valide. Le nombre de parenthèses ouvrantes ''{1}'' est différent du nombre de parenthèses fermantes ''{2}''.
@ -47,4 +47,4 @@ InvalidElementSchemeToken = InvalidElementSchemeToken : l''expression XPointer d
InvalidElementSchemeXPointer = InvalidElementSchemeXPointer : l''expression XPointer de processus d''élément ''{0}'' n''est pas valide. InvalidElementSchemeXPointer = InvalidElementSchemeXPointer : l''expression XPointer de processus d''élément ''{0}'' n''est pas valide.
XPointerElementSchemeProcessingError = XPointerElementSchemeProcessingError : une erreur est survenue lors du traitement de l'expression de processus element() XPointer. XPointerElementSchemeProcessingError = XPointerElementSchemeProcessingError : une erreur est survenue lors du traitement de l'expression de processus element() XPointer.
InvalidNCNameInElementSchemeData = InvalidNCNameInElementSchemeData : le processus element() contient un pointeur ShortHand ''{0}'' avec un NCName non valide. InvalidNCNameInElementSchemeData = InvalidNCNameInElementSchemeData : le processus element() contient un pointeur ShortHand ''{0}'' avec un NCName non valide.
InvalidChildSequenceCharacter = InvalidChildSequenceCharacter : le processus element() contient un caractère de séquence enfant non valide ''{0}''. InvalidChildSequenceCharacter = InvalidChildSequenceCharacter : le processus element() contient un caractère de séquence enfant non valide ''{0}''.

View File

@ -29,14 +29,14 @@
# Messages for message reporting # Messages for message reporting
BadMessageKey = Impossibile trovare il messaggio di errore corrispondente alla chiave di messaggio. BadMessageKey = Impossibile trovare il messaggio di errore corrispondente alla chiave di messaggio.
FormatFailed = Si è verificato un errore interno durante la formattazione del seguente messaggio:\n FormatFailed = Si è verificato un errore interno durante la formattazione del seguente messaggio:\n
# XPointer Framework Error Messages # XPointer Framework Error Messages
XPointerProcessingError = XPointerProcessingError: si è verificato un errore durante l'elaborazione dell'espressione XPointer. XPointerProcessingError = XPointerProcessingError: si è verificato un errore durante l'elaborazione dell'espressione XPointer.
InvalidXPointerToken = InvalidXPointerToken: l''espressione XPointer contiene il token non valido ''{0}''. InvalidXPointerToken = InvalidXPointerToken: l''espressione XPointer contiene il token non valido ''{0}''.
InvalidXPointerExpression = InvalidXPointerExpression: l''espressione XPointer ''{0}'' non è valida. InvalidXPointerExpression = InvalidXPointerExpression: l''espressione XPointer ''{0}'' non è valida.
MultipleShortHandPointers = MultipleShortHandPointers: l''espressione XPointer ''{0}'' non è valida. Contiene più puntatori ShortHand. MultipleShortHandPointers = MultipleShortHandPointers: l''espressione XPointer ''{0}'' non è valida. Contiene più puntatori ShortHand.
SchemeDataNotFollowedByCloseParenthesis = SchemeDataNotFollowedByCloseParenthesis: l''espressione XPointer ''{0}'' non è valida. SchemeData non è seguito da un carattere '')''. SchemeDataNotFollowedByCloseParenthesis = SchemeDataNotFollowedByCloseParenthesis: l''espressione XPointer ''{0}'' non è valida. SchemeData non è seguito da un carattere '')''.
SchemeUnsupported = SchemeUnsupported: lo schema XPointer ''{0}'' non è supportato. SchemeUnsupported = SchemeUnsupported: lo schema XPointer ''{0}'' non è supportato.
InvalidShortHandPointer = InvalidShortHandPointer: NCName del puntatore ShortHand ''{0}'' non valido. InvalidShortHandPointer = InvalidShortHandPointer: NCName del puntatore ShortHand ''{0}'' non valido.
UnbalancedParenthesisInXPointerExpression = UnbalancedParenthesisInXPointerExpression: l''espressione XPointer ''{0}'' non è valida. Il numero di parentesi aperte ''{1}'' non corrisponde al numero di parentesi chiuse ''{2}''. UnbalancedParenthesisInXPointerExpression = UnbalancedParenthesisInXPointerExpression: l''espressione XPointer ''{0}'' non è valida. Il numero di parentesi aperte ''{1}'' non corrisponde al numero di parentesi chiuse ''{2}''.
@ -47,4 +47,4 @@ InvalidElementSchemeToken = InvalidElementSchemeToken: l''espressione XPointer d
InvalidElementSchemeXPointer = InvalidElementSchemeXPointer: l''espressione XPointer ''{0}'' dello schema di elemento non è valida. InvalidElementSchemeXPointer = InvalidElementSchemeXPointer: l''espressione XPointer ''{0}'' dello schema di elemento non è valida.
XPointerElementSchemeProcessingError = XPointerElementSchemeProcessingError: si è verificato un errore durante l'elaborazione dell'espressione di schema element() XPointer. XPointerElementSchemeProcessingError = XPointerElementSchemeProcessingError: si è verificato un errore durante l'elaborazione dell'espressione di schema element() XPointer.
InvalidNCNameInElementSchemeData = InvalidNCNameInElementSchemeData: lo schema element() contiene un puntatore ShortHand ''{0}'' con NCName non valido. InvalidNCNameInElementSchemeData = InvalidNCNameInElementSchemeData: lo schema element() contiene un puntatore ShortHand ''{0}'' con NCName non valido.
InvalidChildSequenceCharacter = InvalidChildSequenceCharacter: lo schema element() contiene un carattere di sequenza secondaria ''{0}'' non valido. InvalidChildSequenceCharacter = InvalidChildSequenceCharacter: lo schema element() contiene un carattere di sequenza secondaria ''{0}'' non valido.

View File

@ -21,14 +21,14 @@
# Messages for message reporting # Messages for message reporting
BadMessageKey = メッセージ・キーに対応するエラー・メッセージが見つかりません。 BadMessageKey = メッセージ・キーに対応するエラー・メッセージが見つかりません。
FormatFailed = 次のメッセージの書式設定中に内部エラーが発生しました:\n FormatFailed = 次のメッセージの書式設定中に内部エラーが発生しました:\n
# XPointer Framework Error Messages # XPointer Framework Error Messages
XPointerProcessingError = XPointerProcessingError: XPointer式の処理中にエラーが発生しました。 XPointerProcessingError = XPointerProcessingError: XPointer式の処理中にエラーが発生しました。
InvalidXPointerToken = InvalidXPointerToken: XPointer式に無効なトークン''{0}''が含まれています InvalidXPointerToken = InvalidXPointerToken: XPointer式に無効なトークン''{0}''が含まれています
InvalidXPointerExpression = InvalidXPointerExpression: XPointer式''{0}''が無効です。 InvalidXPointerExpression = InvalidXPointerExpression: XPointer式''{0}''が無効です。
MultipleShortHandPointers = MultipleShortHandPointers: XPointer式''{0}''が無効です。複数のShortHandポインタが含まれています。 MultipleShortHandPointers = MultipleShortHandPointers: XPointer式''{0}''が無効です。複数のShortHandポインタが含まれています。
SchemeDataNotFollowedByCloseParenthesis = SchemeDataNotFollowedByCloseParenthesis: XPointer式''{0}''が無効です。SchemeDataの後に'')''文字がありません。 SchemeDataNotFollowedByCloseParenthesis = SchemeDataNotFollowedByCloseParenthesis: XPointer式''{0}''が無効です。SchemeDataの後に'')''文字がありません。
SchemeUnsupported = SchemeUnsupported: XPointerスキーム''{0}''はサポートされていません。 SchemeUnsupported = SchemeUnsupported: XPointerスキーム''{0}''はサポートされていません。
InvalidShortHandPointer = InvalidShortHandPointer: ShortHandポインタ''{0}''のNCNameが無効です。 InvalidShortHandPointer = InvalidShortHandPointer: ShortHandポインタ''{0}''のNCNameが無効です。
UnbalancedParenthesisInXPointerExpression = UnbalancedParenthesisInXPointerExpression: XPointer式''{0}''が無効です。左丸カッコ''{1}''の数が右丸カッコ''{2}''の数と一致しません。 UnbalancedParenthesisInXPointerExpression = UnbalancedParenthesisInXPointerExpression: XPointer式''{0}''が無効です。左丸カッコ''{1}''の数が右丸カッコ''{2}''の数と一致しません。
@ -39,4 +39,4 @@ InvalidElementSchemeToken = InvalidElementSchemeToken: element() Scheme XPointer
InvalidElementSchemeXPointer = InvalidElementSchemeXPointer: Element Scheme XPointer式''{0}''が無効です。 InvalidElementSchemeXPointer = InvalidElementSchemeXPointer: Element Scheme XPointer式''{0}''が無効です。
XPointerElementSchemeProcessingError = XPointerElementSchemeProcessingError: XPointer element() Scheme式の処理中にエラーが発生しました。 XPointerElementSchemeProcessingError = XPointerElementSchemeProcessingError: XPointer element() Scheme式の処理中にエラーが発生しました。
InvalidNCNameInElementSchemeData = InvalidNCNameInElementSchemeData: element() Schemeに無効なNCNameを持つShortHandポインタ''{0}''が含まれています。 InvalidNCNameInElementSchemeData = InvalidNCNameInElementSchemeData: element() Schemeに無効なNCNameを持つShortHandポインタ''{0}''が含まれています。
InvalidChildSequenceCharacter = InvalidChildSequenceCharacter: element() Schemeに無効な子シーケンス文字''{0}''が含まれています。 InvalidChildSequenceCharacter = InvalidChildSequenceCharacter: element() Schemeに無効な子シーケンス文字''{0}''が含まれています。

View File

@ -29,14 +29,14 @@
# Messages for message reporting # Messages for message reporting
BadMessageKey = 메시지 키에 해당하는 오류 메시지를 찾을 수 없습니다. BadMessageKey = 메시지 키에 해당하는 오류 메시지를 찾을 수 없습니다.
FormatFailed = 다음 메시지의 형식을 지정하는 중 내부 오류가 발생했습니다.\n FormatFailed = 다음 메시지의 형식을 지정하는 중 내부 오류가 발생했습니다.\n
# XPointer Framework Error Messages # XPointer Framework Error Messages
XPointerProcessingError = XPointerProcessingError: XPointer 표현식을 처리하는 중 오류가 발생했습니다. XPointerProcessingError = XPointerProcessingError: XPointer 표현식을 처리하는 중 오류가 발생했습니다.
InvalidXPointerToken = InvalidXPointerToken: XPointer 표현식에 부적합한 토큰 ''{0}''이(가) 포함되어 있습니다. InvalidXPointerToken = InvalidXPointerToken: XPointer 표현식에 부적합한 토큰 ''{0}''이(가) 포함되어 있습니다.
InvalidXPointerExpression = InvalidXPointerExpression: XPointer 표현식 ''{0}''이(가) 부적합합니다. InvalidXPointerExpression = InvalidXPointerExpression: XPointer 표현식 ''{0}''이(가) 부적합합니다.
MultipleShortHandPointers = MultipleShortHandPointers: XPointer 표현식 ''{0}''이(가) 부적합합니다. ShortHand Pointer가 두 개 이상 포함되어 있습니다. MultipleShortHandPointers = MultipleShortHandPointers: XPointer 표현식 ''{0}''이(가) 부적합합니다. ShortHand Pointer가 두 개 이상 포함되어 있습니다.
SchemeDataNotFollowedByCloseParenthesis = SchemeDataNotFollowedByCloseParenthesis: XPointer 표현식 ''{0}''이(가) 부적합합니다. SchemeData 뒤에 '')'' 문자가 없습니다. SchemeDataNotFollowedByCloseParenthesis = SchemeDataNotFollowedByCloseParenthesis: XPointer 표현식 ''{0}''이(가) 부적합합니다. SchemeData 뒤에 '')'' 문자가 없습니다.
SchemeUnsupported = SchemeUnsupported: XPointer 체계 ''{0}''은(는) 지원되지 않습니다. SchemeUnsupported = SchemeUnsupported: XPointer 체계 ''{0}''은(는) 지원되지 않습니다.
InvalidShortHandPointer = InvalidShortHandPointer: ShortHand Pointer ''{0}''의 NCName이 부적합합니다. InvalidShortHandPointer = InvalidShortHandPointer: ShortHand Pointer ''{0}''의 NCName이 부적합합니다.
UnbalancedParenthesisInXPointerExpression = UnbalancedParenthesisInXPointerExpression: XPointer 표현식 ''{0}''이(가) 부적합합니다. 여는 괄호의 개수 ''{1}''과(와) 닫는 괄호의 개수 ''{2}''이(가) 일치하지 않습니다. UnbalancedParenthesisInXPointerExpression = UnbalancedParenthesisInXPointerExpression: XPointer 표현식 ''{0}''이(가) 부적합합니다. 여는 괄호의 개수 ''{1}''과(와) 닫는 괄호의 개수 ''{2}''이(가) 일치하지 않습니다.
@ -47,4 +47,4 @@ InvalidElementSchemeToken = InvalidElementSchemeToken: element() 체계 XPointer
InvalidElementSchemeXPointer = InvalidElementSchemeXPointer: 요소 체계 XPointer 표현식 ''{0}''이(가) 부적합합니다. InvalidElementSchemeXPointer = InvalidElementSchemeXPointer: 요소 체계 XPointer 표현식 ''{0}''이(가) 부적합합니다.
XPointerElementSchemeProcessingError = XPointerElementSchemeProcessingError: XPointer element() 체계 표현식을 처리하는 중 오류가 발생했습니다. XPointerElementSchemeProcessingError = XPointerElementSchemeProcessingError: XPointer element() 체계 표현식을 처리하는 중 오류가 발생했습니다.
InvalidNCNameInElementSchemeData = InvalidNCNameInElementSchemeData: element() 체계에 NCName이 부적합한 ShortHand Pointer ''{0}''이(가) 포함되어 있습니다. InvalidNCNameInElementSchemeData = InvalidNCNameInElementSchemeData: element() 체계에 NCName이 부적합한 ShortHand Pointer ''{0}''이(가) 포함되어 있습니다.
InvalidChildSequenceCharacter = InvalidChildSequenceCharacter: element() 체계에 부적합한 하위 시퀀스 문자 ''{0}''이(가) 포함되어 있습니다. InvalidChildSequenceCharacter = InvalidChildSequenceCharacter: element() 체계에 부적합한 하위 시퀀스 문자 ''{0}''이(가) 포함되어 있습니다.

View File

@ -29,14 +29,14 @@
# Messages for message reporting # Messages for message reporting
BadMessageKey = Não foi possível encontrar a mensagem de erro correspondente à chave da mensagem. BadMessageKey = Não foi possível encontrar a mensagem de erro correspondente à chave da mensagem.
FormatFailed = Ocorreu um erro interno ao formatar a mensagem a seguir:\n FormatFailed = Ocorreu um erro interno ao formatar a mensagem a seguir:\n
# XPointer Framework Error Messages # XPointer Framework Error Messages
XPointerProcessingError = XPointerProcessingError: Ocorreu um erro ao processar a expressão XPointer. XPointerProcessingError = XPointerProcessingError: Ocorreu um erro ao processar a expressão XPointer.
InvalidXPointerToken = InvalidXPointerToken: A expressão XPointer contém o token inválido ''{0}'' InvalidXPointerToken = InvalidXPointerToken: A expressão XPointer contém o token inválido ''{0}''
InvalidXPointerExpression = InvalidXPointerExpression: A expressão XPointer ''{0}'' é inválida. InvalidXPointerExpression = InvalidXPointerExpression: A expressão XPointer ''{0}'' é inválida.
MultipleShortHandPointers = MultipleShortHandPointers: A expressão XPointer ''{0}'' é inválida. Tem mais de um Ponteiro ShortHand. MultipleShortHandPointers = MultipleShortHandPointers: A expressão XPointer ''{0}'' é inválida. Tem mais de um Ponteiro ShortHand.
SchemeDataNotFollowedByCloseParenthesis = SchemeDataNotFollowedByCloseParenthesis: A expressão XPointer ''{0}'' é inválida. O SchemeData não foi seguida por um caractere '')". SchemeDataNotFollowedByCloseParenthesis = SchemeDataNotFollowedByCloseParenthesis: A expressão XPointer ''{0}'' é inválida. O SchemeData não foi seguida por um caractere '')".
SchemeUnsupported = SchemeUnsupported: O esquema XPointer ''{0}'' não é suportado. SchemeUnsupported = SchemeUnsupported: O esquema XPointer ''{0}'' não é suportado.
InvalidShortHandPointer = InvalidShortHandPointer: O NCName do Ponteiro do ShortHand ''{0}'' é inválido. InvalidShortHandPointer = InvalidShortHandPointer: O NCName do Ponteiro do ShortHand ''{0}'' é inválido.
UnbalancedParenthesisInXPointerExpression = UnbalancedParenthesisInXPointerExpression: A expressão XPointer ''{0}'' é inválida. O número de parênteses de abertura ''{1}'' não é igual ao número de parênteses de fechamento ''{2}''. UnbalancedParenthesisInXPointerExpression = UnbalancedParenthesisInXPointerExpression: A expressão XPointer ''{0}'' é inválida. O número de parênteses de abertura ''{1}'' não é igual ao número de parênteses de fechamento ''{2}''.
@ -47,4 +47,4 @@ InvalidElementSchemeToken = InvalidElementSchemeToken: A expressão XPointer do
InvalidElementSchemeXPointer = InvalidElementSchemeXPointer: A expressão XPointer do Esquema do Elemento ''{0}'' é inválida. InvalidElementSchemeXPointer = InvalidElementSchemeXPointer: A expressão XPointer do Esquema do Elemento ''{0}'' é inválida.
XPointerElementSchemeProcessingError = XPointerElementSchemeProcessingError: Ocorreu um erro ao processoar a expressão do Esquema do element() do XPointer. XPointerElementSchemeProcessingError = XPointerElementSchemeProcessingError: Ocorreu um erro ao processoar a expressão do Esquema do element() do XPointer.
InvalidNCNameInElementSchemeData = InvalidNCNameInElementSchemeData: O Esquema do element() contém um Ponteiro de ShortHand ''{0}'' com um NCName inválido. InvalidNCNameInElementSchemeData = InvalidNCNameInElementSchemeData: O Esquema do element() contém um Ponteiro de ShortHand ''{0}'' com um NCName inválido.
InvalidChildSequenceCharacter = InvalidChildSequenceCharacter: O Esquema de element() contém um caractere de sequência filho inválido ''{0}''. InvalidChildSequenceCharacter = InvalidChildSequenceCharacter: O Esquema de element() contém um caractere de sequência filho inválido ''{0}''.

View File

@ -29,14 +29,14 @@
# Messages for message reporting # Messages for message reporting
BadMessageKey = Hittar inte felmeddelandet som motsvarar meddelandenyckeln. BadMessageKey = Hittar inte felmeddelandet som motsvarar meddelandenyckeln.
FormatFailed = Ett internt fel inträffade vid formatering av följande meddelande:\n FormatFailed = Ett internt fel inträffade vid formatering av följande meddelande:\n
# XPointer Framework Error Messages # XPointer Framework Error Messages
XPointerProcessingError = XPointerProcessingError: Ett fel inträffade vid bearbetning av XPointer-uttrycket. XPointerProcessingError = XPointerProcessingError: Ett fel inträffade vid bearbetning av XPointer-uttrycket.
InvalidXPointerToken = InvalidXPointerToken: XPointer-uttrycket innehåller ogiltigt tecken, ''{0}'' InvalidXPointerToken = InvalidXPointerToken: XPointer-uttrycket innehåller ogiltigt tecken, ''{0}''
InvalidXPointerExpression = InvalidXPointerExpression: XPointer-uttrycket ''{0}'' är ogiltigt. InvalidXPointerExpression = InvalidXPointerExpression: XPointer-uttrycket ''{0}'' är ogiltigt.
MultipleShortHandPointers = MultipleShortHandPointers: XPointer-uttrycket ''{0}'' är ogiltigt. Det innehåller fler än en ShortHand Pointer. MultipleShortHandPointers = MultipleShortHandPointers: XPointer-uttrycket ''{0}'' är ogiltigt. Det innehåller fler än en ShortHand Pointer.
SchemeDataNotFollowedByCloseParenthesis = SchemeDataNotFollowedByCloseParenthesis: XPointer-uttrycket ''{0}'' är ogiltigt. SchemeData efterföljdes inte av ett '')''-tecken. SchemeDataNotFollowedByCloseParenthesis = SchemeDataNotFollowedByCloseParenthesis: XPointer-uttrycket ''{0}'' är ogiltigt. SchemeData efterföljdes inte av ett '')''-tecken.
SchemeUnsupported = SchemeUnsupported: XPointer-schemat ''{0}'' stöds inte. SchemeUnsupported = SchemeUnsupported: XPointer-schemat ''{0}'' stöds inte.
InvalidShortHandPointer = InvalidShortHandPointer: NCName i ShortHand-pekaren ''{0}'' är ogiltigt. InvalidShortHandPointer = InvalidShortHandPointer: NCName i ShortHand-pekaren ''{0}'' är ogiltigt.
UnbalancedParenthesisInXPointerExpression = UnbalancedParenthesisInXPointerExpression: XPointer-uttrycket ''{0}'' är ogiltigt. Antalet vänsterparenteser ''{1}'' är inte samma som antalet högerparenteser ''{2}''. UnbalancedParenthesisInXPointerExpression = UnbalancedParenthesisInXPointerExpression: XPointer-uttrycket ''{0}'' är ogiltigt. Antalet vänsterparenteser ''{1}'' är inte samma som antalet högerparenteser ''{2}''.
@ -47,4 +47,4 @@ InvalidElementSchemeToken = InvalidElementSchemeToken: XPointer-uttrycket i elem
InvalidElementSchemeXPointer = InvalidElementSchemeXPointer: XPointer-uttrycket ''{0}'' i elementschemat är ogiltigt. InvalidElementSchemeXPointer = InvalidElementSchemeXPointer: XPointer-uttrycket ''{0}'' i elementschemat är ogiltigt.
XPointerElementSchemeProcessingError = XPointerElementSchemeProcessingError: Ett fel inträffade vid bearbetning av schemauttrycket i XPointer element(). XPointerElementSchemeProcessingError = XPointerElementSchemeProcessingError: Ett fel inträffade vid bearbetning av schemauttrycket i XPointer element().
InvalidNCNameInElementSchemeData = InvalidNCNameInElementSchemeData: element()-schemat innehåller ShortHand-pekaren ''{0}'' med ogiltigt NCName. InvalidNCNameInElementSchemeData = InvalidNCNameInElementSchemeData: element()-schemat innehåller ShortHand-pekaren ''{0}'' med ogiltigt NCName.
InvalidChildSequenceCharacter = InvalidChildSequenceCharacter: element()-schemat innehåller ett ogiltigt tecken ''{0}'' i underordnad sekvens. InvalidChildSequenceCharacter = InvalidChildSequenceCharacter: element()-schemat innehåller ett ogiltigt tecken ''{0}'' i underordnad sekvens.

View File

@ -21,7 +21,7 @@
# Messages for message reporting # Messages for message reporting
BadMessageKey = 找不到与消息关键字对应的错误消息。 BadMessageKey = 找不到与消息关键字对应的错误消息。
FormatFailed = 设置以下消息的格式时出现内部错误:\n FormatFailed = 设置以下消息的格式时出现内部错误:\n
# XPointer Framework Error Messages # XPointer Framework Error Messages
XPointerProcessingError = XPointerProcessingError: 处理 XPointer 表达式时出错。 XPointerProcessingError = XPointerProcessingError: 处理 XPointer 表达式时出错。

View File

@ -24,14 +24,14 @@
# #
NotSerializable=\ NotSerializable=\
Class {0} is not Serializable. Class {0} is not Serializable.
ClassNotFound=\ ClassNotFound=\
Class {0} not found. Class {0} not found.
error.parsing.classpath=\ error.parsing.classpath=\
Error parsing classpath {0}. Error parsing classpath {0}.
error.missing.classpath=\ error.missing.classpath=\
Missing argument for -classpath option Missing argument for -classpath option
invalid.flag=\ invalid.flag=\
Invalid flag {0}. Invalid flag {0}.
usage=\ usage=\
use: serialver [-classpath classpath] [classname...] use: serialver [-classpath classpath] [classname...]

View File

@ -46,8 +46,8 @@ error.bad.cflag=\
error.bad.uflag=\ error.bad.uflag=\
'u' flag requires manifest, 'e' flag or input files to be specified! 'u' flag requires manifest, 'e' flag or input files to be specified!
error.bad.eflag=\ error.bad.eflag=\
'e' flag and manifest with the 'Main-Class' attribute cannot be specified \n\ 'e' flag and manifest with the 'Main-Class' attribute cannot be specified \n\
together! together!
error.bad.dflag=\ error.bad.dflag=\
'-d, --describe-module' option requires no input file(s) to be specified '-d, --describe-module' option requires no input file(s) to be specified
error.bad.reason=\ error.bad.reason=\

View File

@ -62,7 +62,7 @@ main.opt.launcher=\
\ --launcher <name>=<module>[/<mainclass>]\n\ \ --launcher <name>=<module>[/<mainclass>]\n\
\ Add a launcher command of the given\n\ \ Add a launcher command of the given\n\
\ name for the module and the main class\n\ \ name for the module and the main class\n\
\ if specified \ if specified
main.opt.bind-services=\ main.opt.bind-services=\
\ --bind-services Link in service provider modules and\n\ \ --bind-services Link in service provider modules and\n\

View File

@ -41,7 +41,7 @@ main.opt.limit-modules=\ --limit-modules <Mod>[,<Mod>...] Begrenzt den Ber
main.opt.output=\ --output <Pfad> Ort des Ausgabepfads main.opt.output=\ --output <Pfad> Ort des Ausgabepfads
main.opt.launcher=\ --launcher <Name>=<Modul>[/<Hauptklasse>]\n Fügt einen Launcher-Befehl mit dem angegebenen\n Namen für das Modul und die Hauptklasse hinzu,\n falls angegeben main.opt.launcher=\ --launcher <Name>=<Modul>[/<Hauptklasse>]\n Fügt einen Launcher-Befehl mit dem angegebenen\n Namen für das Modul und die Hauptklasse hinzu,\n falls angegeben
main.opt.bind-services=\ --bind-services Bindet Serviceprovidermodule und ihre\n Abhängigkeiten ein main.opt.bind-services=\ --bind-services Bindet Serviceprovidermodule und ihre\n Abhängigkeiten ein

View File

@ -41,7 +41,7 @@ main.opt.limit-modules=\ --limit-modules <mod>[,<mod>...] 参照可能な
main.opt.output=\ --output <path> 出力パスの場所 main.opt.output=\ --output <path> 出力パスの場所
main.opt.launcher=\ --launcher <name>=<module>[/<mainclass>]\n モジュールおよびメイン・クラス(指定した場合)に\n 指定された名前の起動ツール・コマンドを\n 追加します main.opt.launcher=\ --launcher <name>=<module>[/<mainclass>]\n モジュールおよびメイン・クラス(指定した場合)に\n 指定された名前の起動ツール・コマンドを\n 追加します
main.opt.bind-services=\ --bind-services サービス・プロバイダ・モジュールとその依存性\n 内でリンクします main.opt.bind-services=\ --bind-services サービス・プロバイダ・モジュールとその依存性\n 内でリンクします

View File

@ -41,7 +41,7 @@ main.opt.limit-modules=\ --limit-modules <模块>[,<模块>...] 限制可
main.opt.output=\ --output <路径> 输出路径的位置 main.opt.output=\ --output <路径> 输出路径的位置
main.opt.launcher=\ --launcher <名称>=<模块>[/<主类>]\n 为模块和主类添加给定\n 名称的启动程序命令\n (如果指定) main.opt.launcher=\ --launcher <名称>=<模块>[/<主类>]\n 为模块和主类添加给定\n 名称的启动程序命令\n (如果指定)
main.opt.bind-services=\ --bind-services 链接服务提供方模块及其\n 被依赖对象 main.opt.bind-services=\ --bind-services 链接服务提供方模块及其\n 被依赖对象

View File

@ -186,12 +186,12 @@ arg=Aragonisch
arm=Armenisch arm=Armenisch
arn=Mapudungun arn=Mapudungun
art=Kunstsprache art=Kunstsprache
asm=Assamesisch asm=Assamesisch
ast=Asturisch ast=Asturisch
ath=Athapaskisch ath=Athapaskisch
aus=Australisch aus=Australisch
ava=Avarisch ava=Avarisch
ave=Avestisch ave=Avestisch
aze=Aserbaidschanisch aze=Aserbaidschanisch
bai=Bamileke-Sprache bai=Bamileke-Sprache
bak=Baschkirisch bak=Baschkirisch
@ -235,7 +235,7 @@ cpe=Kreolisch-Englische Sprache
cpf=Kreolisch-Französische Sprache cpf=Kreolisch-Französische Sprache
cpp=Kreolisch-Portugiesische Sprache cpp=Kreolisch-Portugiesische Sprache
crh=Krimtatarisch crh=Krimtatarisch
crp=Kreolische Sprache crp=Kreolische Sprache
csb=Kaschubisch csb=Kaschubisch
cus=Kuschitisch cus=Kuschitisch
cze=Tschechisch cze=Tschechisch
@ -253,7 +253,7 @@ eng=Englisch
enm=Mittelenglisch enm=Mittelenglisch
est=Estnisch est=Estnisch
fan=Pangwe fan=Pangwe
fao=Färöisch fao=Färöisch
fij=Fidschi fij=Fidschi
fin=Finnisch fin=Finnisch
fiu=Finnougrisch fiu=Finnougrisch
@ -433,7 +433,7 @@ snd=Zinti-Sprache
sog=Sogdisch sog=Sogdisch
som=Somalisch som=Somalisch
son=Songhai-Sprache son=Songhai-Sprache
sot=Süd-Sotho sot=Süd-Sotho
spa=Spanisch spa=Spanisch
srd=Sardisch srd=Sardisch
srn=Srananisch srn=Srananisch

View File

@ -789,7 +789,7 @@ AE=Förenade Arabemiraten
AG=Antigua och Barbuda AG=Antigua och Barbuda
AL=Albanien AL=Albanien
AM=Armenien AM=Armenien
AN=Nederländska Antillerna AN=Nederländska Antillerna
AQ=Antarktis AQ=Antarktis
AS=Amerikanska Samoa AS=Amerikanska Samoa
AT=Österrike AT=Österrike

View File

@ -24,7 +24,7 @@
# #
agent.err.error = エラー agent.err.error = エラー
agent.err.exception = エージェントが例外をスローしました agent.err.exception = エージェントが例外をスローしました
agent.err.warning = 警告 agent.err.warning = 警告
agent.err.configfile.notfound = 構成ファイルが見つかりません agent.err.configfile.notfound = 構成ファイルが見つかりません

View File

@ -1,13 +1,13 @@
################################################################################ ################################################################################
# XML Library (java.xml) Configuration File # XML Library (java.xml) Configuration File
# #
# This file is in java.util.Properties format and typically located in the conf # This file is in java.util.Properties format and typically located in the conf
# directory of the Java installation. It may contain key/value pairs for specifying # directory of the Java installation. It may contain key/value pairs for specifying
# the implementation class of a factory and/or properties that have corresponding # the implementation class of a factory and/or properties that have corresponding
# system properties. # system properties.
# #
# This file can be replaced by specifying a filename with the java.xml.config.file # This file can be replaced by specifying a filename with the java.xml.config.file
# system property. For example java -Djava.xml.config.file=myfile # system property. For example java -Djava.xml.config.file=myfile
################################################################################ ################################################################################
# ---- Config File: for testing the CATALOG property ---- # ---- Config File: for testing the CATALOG property ----

View File

@ -1,13 +1,13 @@
################################################################################ ################################################################################
# XML Library (java.xml) Configuration File # XML Library (java.xml) Configuration File
# #
# This file is in java.util.Properties format and typically located in the conf # This file is in java.util.Properties format and typically located in the conf
# directory of the Java installation. It may contain key/value pairs for specifying # directory of the Java installation. It may contain key/value pairs for specifying
# the implementation class of a factory and/or properties that have corresponding # the implementation class of a factory and/or properties that have corresponding
# system properties. # system properties.
# #
# This file can be replaced by specifying a filename with the jdk.xml.config.file # This file can be replaced by specifying a filename with the jdk.xml.config.file
# system property. For example java -Djava.xml.config.file=myfile # system property. For example java -Djava.xml.config.file=myfile
################################################################################ ################################################################################
# ---- Custom Configuration File ---- # ---- Custom Configuration File ----

View File

@ -1,17 +1,17 @@
################################################################################ ################################################################################
# XML Library (java.xml) Configuration File # XML Library (java.xml) Configuration File
# #
# This file is in java.util.Properties format and typically located in the conf # This file is in java.util.Properties format and typically located in the conf
# directory of the Java installation. It may contain key/value pairs for specifying # directory of the Java installation. It may contain key/value pairs for specifying
# the implementation class of a factory and/or properties that have corresponding # the implementation class of a factory and/or properties that have corresponding
# system properties. # system properties.
# #
# This file can be replaced by specifying a filename with the jdk.xml.config.file # This file can be replaced by specifying a filename with the jdk.xml.config.file
# system property. For example java -Djava.xml.config.file=myfile # system property. For example java -Djava.xml.config.file=myfile
################################################################################ ################################################################################
# ---- Configuration for test ---- # ---- Configuration for test ----
# #
# Factory implementation class # Factory implementation class
javax.xml.parsers.DocumentBuilderFactory=common.config.DOMImplTest javax.xml.parsers.DocumentBuilderFactory=common.config.DOMImplTest
javax.xml.parsers.SAXParserFactory=common.config.SAXImplTest javax.xml.parsers.SAXParserFactory=common.config.SAXImplTest

View File

@ -2,4 +2,4 @@ modules = \
java.base/sun.security.provider.certpath \ java.base/sun.security.provider.certpath \
java.base/sun.security.util \ java.base/sun.security.util \
java.base/sun.security.validator \ java.base/sun.security.validator \
java.base/sun.security.x509 java.base/sun.security.x509

View File

@ -29,4 +29,4 @@
# SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. # SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
# #
# Resource bundle for Menu Test # Resource bundle for Menu Test
DisplayString=Swing is Fast!!! DisplayString=Swing is Fast!!!

View File

@ -8,18 +8,18 @@ FileChooserDemo.cancel.text = Cancel
FileChooserDemo.filter.blur = blur FileChooserDemo.filter.blur = blur
FileChooserDemo.filter.edge = edge FileChooserDemo.filter.edge = edge
FileChooserDemo.filter.sharpen = sharpen FileChooserDemo.filter.sharpen = sharpen
FileChooserDemo.filter.darken = darken FileChooserDemo.filter.darken = darken
FileChooserDemo.filter.brighten = brighten FileChooserDemo.filter.brighten = brighten
FileChooserDemo.filter.lesscontrast = less contrast FileChooserDemo.filter.lesscontrast = less contrast
FileChooserDemo.filter.morecontrast = more contrast FileChooserDemo.filter.morecontrast = more contrast
FileChooserDemo.filter.gray = gray FileChooserDemo.filter.gray = gray
FileChooserDemo.applyfilter.tooltip = Apply filter FileChooserDemo.applyfilter.tooltip = Apply filter
FileChooserDemo.rotateleft.tooltip = Rotate left FileChooserDemo.rotateleft.tooltip = Rotate left
FileChooserDemo.rotateright.tooltip = Rotate right FileChooserDemo.rotateright.tooltip = Rotate right
FileChooserDemo.fliphorizontal.tooltip = Flip horizontal FileChooserDemo.fliphorizontal.tooltip = Flip horizontal
FileChooserDemo.flipvertical.tooltip = Flip vertical FileChooserDemo.flipvertical.tooltip = Flip vertical
FileChooserDemo.preview.type = Type: FileChooserDemo.preview.type = Type:
FileChooserDemo.preview.size = Size: FileChooserDemo.preview.size = Size:

View File

@ -9,9 +9,9 @@ TableDemo.searchLabel=Search Titles and Recipients
TableDemo.winnersLabel=Show Only Winners TableDemo.winnersLabel=Show Only Winners
TableDemo.noDataStatusLabel=No data loaded TableDemo.noDataStatusLabel=No data loaded
TableDemo.loadingStatusLabel=Loading data: TableDemo.loadingStatusLabel=Loading data:\u0020
TableDemo.rowCountLabel=Showing TableDemo.rowCountLabel=Showing\u0020
TableDemo.searchCountLabel=Search found TableDemo.searchCountLabel=Search found\u0020
TableDemo.yearColumnTitle=Year TableDemo.yearColumnTitle=Year
TableDemo.categoryColumnTitle=Award Category TableDemo.categoryColumnTitle=Award Category
@ -19,4 +19,3 @@ TableDemo.movieTitleColumnTitle=Movie Title
TableDemo.nomineesColumnTitle=Nominee(s) TableDemo.nomineesColumnTitle=Nominee(s)
TableDemo.imdbLinkNotFound=Unable to locate IMDB URL for TableDemo.imdbLinkNotFound=Unable to locate IMDB URL for

View File

@ -1,6 +1,6 @@
### Button Demo ### ### Button Demo ###
ToggleButtonDemo.accessible_description=The ButtonDemo shows examples of using JButton, JRadioButton, JToggleButton, and JCheckBox ToggleButtonDemo.accessible_description=The ButtonDemo shows examples of using JButton, JRadioButton, JToggleButton, and JCheckBox
ToggleButtonDemo.tooltip=JButton, JRadioButton, JToggleButton, JCheckbox demos ToggleButtonDemo.tooltip=JButton, JRadioButton, JToggleButton, JCheckbox demos
ToggleButtonDemo.name=Button Demo ToggleButtonDemo.name=Button Demo
@ -18,16 +18,16 @@ ToggleButtonDemo.imagetogglebuttons=Image Toggle Buttons
ToggleButtonDemo.textcheckboxes=Text CheckBoxes ToggleButtonDemo.textcheckboxes=Text CheckBoxes
ToggleButtonDemo.imagecheckboxes=Image CheckBoxes ToggleButtonDemo.imagecheckboxes=Image CheckBoxes
ToggleButtonDemo.button1=One ToggleButtonDemo.button1=One
ToggleButtonDemo.button2=Two ToggleButtonDemo.button2=Two
ToggleButtonDemo.button3=<html><font size=2 color=red><bold>Three!</font></html> ToggleButtonDemo.button3=<html><font size=2 color=red><bold>Three!</font></html>
ToggleButtonDemo.radio1=Radio One ToggleButtonDemo.radio1=Radio One
ToggleButtonDemo.radio2=Radio Two ToggleButtonDemo.radio2=Radio Two
ToggleButtonDemo.radio3=Radio Three ToggleButtonDemo.radio3=Radio Three
ToggleButtonDemo.radioX=<html><font size=2 color=red>Three<bold>(HTML!)</bold></font></html> ToggleButtonDemo.radioX=<html><font size=2 color=red>Three<bold>(HTML!)</bold></font></html>
ToggleButtonDemo.check1=One ToggleButtonDemo.check1=One
ToggleButtonDemo.check2=Two ToggleButtonDemo.check2=Two
ToggleButtonDemo.check3=Three ToggleButtonDemo.check3=Three
ToggleButtonDemo.checkX=<html><font size=2 color=red>Three<bold>(HTML!)</bold></font></html> ToggleButtonDemo.checkX=<html><font size=2 color=red>Three<bold>(HTML!)</bold></font></html>
@ -35,7 +35,7 @@ ToggleButtonDemo.checkX=<html><font size=2 color=red>Three<bold>(HTML!)</bold></
ToggleButtonDemo.customradio=A custom "chrome" radio button. ToggleButtonDemo.customradio=A custom "chrome" radio button.
ToggleButtonDemo.customcheck=A custom lightbulb checkbox. ToggleButtonDemo.customcheck=A custom lightbulb checkbox.
ToggleButtonDemo.phone=Phone ToggleButtonDemo.phone=Phone
ToggleButtonDemo.write=Write ToggleButtonDemo.write=Write
ToggleButtonDemo.peace=Peace ToggleButtonDemo.peace=Peace

View File

@ -1 +1 @@
name = foo name = foo