Files
2025-07-18 16:20:14 +07:00

29 lines
1.8 KiB
PHP
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<?php
$lang["annotations"]='注釈';
$lang["pdfwithnotes"]='PDF注釈';
$lang["annotatepdfconfig"]='PDF注釈';
$lang["annotatepdfintrotext"]='アテーションPDFのページサイズを選択してください。';
$lang["error-saving"]='その注釈を保存中にエラーが発生しました。';
$lang["error-deleting"]='その注釈を削除中にエラーが発生しました。';
$lang["action-add_note"]='注釈を追加する';
$lang["action-toggle-on"]='すべて表示する';
$lang["action-toggle-off"]='非表示にする';
$lang["note-1"]='1 注釈 (ちゅうしゃく)';
$lang["note-2"]='%number 個の注釈';
$lang["annotate_configuration"]='注釈の設定';
$lang["extensions_to_exclude"]='除外する拡張子(カンマで区切る):';
$lang["resource_types_to_exclude"]='除外するリソースタイプ(チェックしてください):';
$lang["annotatedebug"]='デバッグ:';
$lang["toggle"]='トグル (Toguru)';
$lang["annotate_public_view"]='注釈は、コレクションを共有する場合に公開されますか?';
$lang["annotate_show_author"]='プレビューを表示する際に注釈の作成者を表示しますか?';
$lang["annotate_metadatafield_error"]='注釈を保存するためには、メタデータフィールドが必要です。';
$lang["annotate_font"]='フォント:';
$lang["annotate_pdf_output"]='PDF出力オプション実験的';
$lang["annotate_pdf_output_only_annotated"]='PDF出力に注釈付きリソースのみを含める。';
$lang["annotate_admin_edit_access"]='他のユーザーの注釈を編集する機能';
$lang["annotate_ref_not_supplied"]='参照が提供されていません。';
$lang["plugin-annotate-title"]='注釈を付ける';
$lang["plugin-annotate-desc"]='jQuery画像注釈の作成を有効にします';