Skip to content

Commit 47475bc

Browse files
committed
[status ready] traslated filesystem/constants.xml
1 parent eefebbd commit 47475bc

File tree

1 file changed

+14
-14
lines changed

1 file changed

+14
-14
lines changed

reference/filesystem/constants.xml

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<!-- $Revision$ -->
3-
<!-- EN-Revision: a93bf76a1bb8f0d1cce34c7ac637fad377432047 Maintainer: hirokawa Status: working -->
3+
<!-- EN-Revision: a93bf76a1bb8f0d1cce34c7ac637fad377432047 Maintainer: hirokawa Status: ready -->
44
<appendix xml:id="filesystem.constants" xmlns="http://docbook.org/ns/docbook">
55
&reftitle.constants;
66
&extension.constants;
@@ -428,68 +428,68 @@
428428
<term><constant>UPLOAD_ERR_CANT_WRITE</constant></term>
429429
<listitem>
430430
<para>
431-
Failed to write file to disk.
431+
ファイルをディスクに書き込めませんでした。
432432
</para>
433433
</listitem>
434434
</varlistentry>
435435
<varlistentry xml:id="constant.upload-err-extension">
436436
<term><constant>UPLOAD_ERR_EXTENSION</constant></term>
437437
<listitem>
438438
<para>
439-
A PHP extension stopped the file upload. PHP does not
440-
provide a way to ascertain which extension caused the file upload to
441-
stop; examining the list of loaded extensions with <function>phpinfo</function> may help.
439+
PHP 拡張機能がファイルアップロードを停止させました
440+
PHP はどの拡張機能がファイルアップロードを止めたのかを検出する手段を提供していません。<function>phpinfo</function> で表示される、ロード済みの拡張機能の一覧が手掛かりになるかもしれません。
442441
</para>
443442
</listitem>
444443
</varlistentry>
445444
<varlistentry xml:id="constant.upload-err-form-size">
446445
<term><constant>UPLOAD_ERR_FORM_SIZE</constant></term>
447446
<listitem>
448447
<para>
449-
The uploaded file exceeds the <emphasis>MAX_FILE_SIZE</emphasis>
450-
directive that was specified in the HTML form.
448+
アップロードされたファイルが、
449+
HTML フォームで指定された <emphasis>MAX_FILE_SIZE</emphasis>
450+
を超えています。
451451
</para>
452452
</listitem>
453453
</varlistentry>
454454
<varlistentry xml:id="constant.upload-err-ini-size">
455455
<term><constant>UPLOAD_ERR_INI_SIZE</constant></term>
456456
<listitem>
457457
<para>
458-
The uploaded file exceeds the
459-
<link linkend="ini.upload-max-filesize">upload_max_filesize</link>
460-
directive in &php.ini;.
458+
アップロードされたファイルが、
459+
&php.ini;<link linkend="ini.upload-max-filesize">upload_max_filesize</link>
460+
を超えています。
461461
</para>
462462
</listitem>
463463
</varlistentry>
464464
<varlistentry xml:id="constant.upload-err-no-file">
465465
<term><constant>UPLOAD_ERR_NO_FILE</constant></term>
466466
<listitem>
467467
<para>
468-
No file was uploaded.
468+
アップロードされたファイルはありません。
469469
</para>
470470
</listitem>
471471
</varlistentry>
472472
<varlistentry xml:id="constant.upload-err-no-tmp-dir">
473473
<term><constant>UPLOAD_ERR_NO_TMP_DIR</constant></term>
474474
<listitem>
475475
<para>
476-
Missing a temporary folder.
476+
テンポラリフォルダがありません。
477477
</para>
478478
</listitem>
479479
</varlistentry>
480480
<varlistentry xml:id="constant.upload-err-ok">
481481
<term><constant>UPLOAD_ERR_OK</constant></term>
482482
<listitem>
483483
<para>
484-
There is no error, the file uploaded with success.
484+
エラーはありません。ファイルのアップロードは成功しました。
485485
</para>
486486
</listitem>
487487
</varlistentry>
488488
<varlistentry xml:id="constant.upload-err-partial">
489489
<term><constant>UPLOAD_ERR_PARTIAL</constant></term>
490490
<listitem>
491491
<para>
492-
The uploaded file was only partially uploaded.
492+
アップロードされたファイルは一部だけでした。
493493
</para>
494494
</listitem>
495495
</varlistentry>

0 commit comments

Comments
 (0)