2014-03-13 17:27:54 -04:00
< ? php $TRANSLATIONS = array (
2014-06-05 00:43:23 -04:00
" Format filter server is down or misconfigured " => " フォーマットフィルタサーバーが稼働していないか設定ミス " ,
2014-07-12 00:43:24 -04:00
" Conversion failed. Check log for details. " => " 変換に失敗しました。詳細についてはログを確認してください。 " ,
" Saved " => " 保存されました " ,
2014-05-01 00:43:32 -04:00
" Can't create document " => " 文書を生成することができません " ,
2014-03-13 17:27:54 -04:00
" You don't have permission to rename this document " => " ドキュメント名を変更する権限がありません " ,
2014-06-05 00:43:23 -04:00
" An error occurred while changing directory. " => " ディレクトリの変更中にエラーが発生しました。 " ,
" Directory saved successfully. " => " ディレクトリの保存に成功しました。 " ,
2014-03-13 17:27:54 -04:00
" Documents " => " ドキュメント " ,
2014-07-12 00:43:24 -04:00
" Saving... " => " 保存中... " ,
2014-05-12 00:44:33 -04:00
" Failed to load documents. " => " ドキュメントのロードに失敗しました。 " ,
2014-07-16 00:43:10 -04:00
" No documents were found. Upload or create a document to get started! " => " ドキュメントはありません。アップロードもしくは新規に作成してください! " ,
2014-03-13 17:27:54 -04:00
" Share " => " 共有 " ,
" No connection to server. Trying to reconnect. " => " サーバーに接続されていません。再接続してください。 " ,
" Leaving this page in Editor mode might cause unsaved data. It is recommended to use 'Close' button instead. " => " このページを編集モードのままにしておくと、保存されないデータが出てきます。その代わりに「閉じる」ボタンを使うことをお勧めします。 " ,
2014-07-09 00:43:27 -04:00
" Failed to load this document. Please check if it can be opened with an external odt editor. This might also mean it has been unshared or deleted recently. " => " ドキュメントの読み込みに失敗しました。外部の odtエディターで開けるかどうか確認してください。これは、ドキュメントが最近、非共有になっているか削除されているのかもしれません。 " ,
2014-03-15 01:11:32 -04:00
" Save " => " 保存 " ,
2014-03-13 17:27:54 -04:00
" Loading documents... " => " ドキュメントを読込中... " ,
" '.' is an invalid file name. " => " '.' は無効なファイル名です。 " ,
" File name cannot be empty. " => " ファイル名を空にすることはできません。 " ,
" Invalid name, ' \\ ', '/', '<', '>', ':', ' \" ', '|', '?' and '*' are not allowed. " => " 無効な名前、' \\ ', '/', '<', '>', ':', ' \" ', '|', '?', '*' は使用できません。 " ,
" Align Left " => " 左揃え " ,
" Alignment " => " 配置 " ,
" Align Right " => " 右揃え " ,
" Annotate " => " 注釈 " ,
" Background " => " 背景 " ,
" Bold " => " ボールド " ,
" Bottom " => " 下 " ,
" Cancel " => " キャンセル " ,
" Center " => " 中央 " ,
" Clone " => " 複製 " ,
" Clone this Style " => " このスタイルを複製 " ,
2014-07-15 00:43:40 -04:00
" Close " => " 閉じる " ,
2014-03-13 17:27:54 -04:00
" Color " => " 色 " ,
" Create " => " 作成 " ,
" Decrease Indent " => " インデントを減らす " ,
" Default Style " => " デフォルトスタイル " ,
" Delete " => " 削除 " ,
" Family " => " 家族 " ,
" Font " => " フォント " ,
" Font Effects " => " フォント効果 " ,
" Format " => " 書式 " ,
" Increase Indent " => " インデントを増やす " ,
" Insert Image " => " 画像を挿入 " ,
" Invite Members " => " メンバーを招待 " ,
" Italic " => " イタリック " ,
" Justified " => " 両端揃え " ,
" Justify " => " 両端揃え " ,
" Left " => " 左 " ,
" Loading " => " 読込中 " ,
" Members " => " メンバー " ,
" New Name: " => " 新しい名前: " ,
" OK " => " OK " ,
" Open " => " 開く " ,
" Options " => " オプション " ,
" Paragraph... " => " 段落... " ,
" Paragraph Styles " => " 段落スタイル " ,
" Redo " => " やり直し " ,
" Right " => " 右 " ,
" Size " => " サイズ " ,
" Spacing " => " 間隔 " ,
" Strikethrough " => " 取消線 " ,
" Style " => " スタイル " ,
" Text " => " TTY TDD " ,
" Top " => " 上 " ,
" Underline " => " 下線 " ,
" Undo " => " 元に戻す " ,
" Unknown Author " => " 不明な作者 " ,
" Edit " => " 編集 " ,
2014-05-01 00:43:32 -04:00
" guest " => " ゲスト " ,
2014-08-20 00:43:23 -04:00
" MS Word support (requires openOffice/libreOffice) " => " MS Wordサポート (OpenOffice/LibreOfficeが必要) " ,
2014-05-01 00:43:32 -04:00
" Local " => " ローカル " ,
2014-06-16 00:43:07 -04:00
" openOffice/libreOffice is installed on this server. Path to binary is provided via preview_libreoffice_path in config.php " => " openOffice/libreOffice はこのサーバーにインストールされています。バイナリへのパスは、config.php の preview_libreoffice_path で指定することができます。 " ,
2014-05-01 00:43:32 -04:00
" External " => " 外部 " ,
2014-06-16 00:43:07 -04:00
" openOffice/libreOffice is installed on external server running a format filter server " => " openOffice/libreOffice は、フォーマットフィルターサーバーが動作している外部サーバーにインストールされています。 " ,
2014-05-01 00:43:32 -04:00
" scheme://domain.tld[:port] " => " scheme://domain.tld[:port] " ,
2014-06-05 00:43:23 -04:00
" Server URL " => " サーバーURL " ,
2014-07-12 00:43:24 -04:00
" Apply and test " => " 適用してテスト " ,
2014-03-13 17:27:54 -04:00
" New document " => " 新しいドキュメント " ,
2014-06-04 00:43:15 -04:00
" Upload (max. %s) " => " アップロード ( 最大 %s ) " ,
2014-03-13 17:27:54 -04:00
" Upload " => " アップロード " ,
" Save new documents to " => " 新規ドキュメントの保存先: " ,
" Wrong password. Please retry. " => " 間違ったパスワード。もう一度入力してください。 " ,
" Password " => " パスワード " ,
2014-05-01 00:43:32 -04:00
" Guest %s " => " ゲスト %s " ,
2014-03-13 17:27:54 -04:00
" This link has been expired or is never existed. Please contact the person who shared it with you for details. " => " このリンクは期限が切れているか、すでに存在しません。詳細は、それを共有した方に連絡していください。 " ,
" Advanced feature-set " => " 高度な機能セット " ,
" (Unstable) " => " (不安定) "
);