Welcome to mirror list, hosted at ThFree Co, Russian Federation.

ja.php « l10n - github.com/nextcloud/files_texteditor.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 1bd78e15c393025cb88bc228bec6c2d07a40b7b7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<?php
$TRANSLATIONS = array(
"Can not read the file." => "ファイルを読み込めません",
"Cannot save file as it has been modified since opening" => "変更したファイルは使用中のため保存できません",
"Insufficient permissions" => "権限が不足しています",
"File path not supplied" => "ファイルパスが足りません",
"File mtime not supplied" => "ファイルのアクセス時刻がありません",
"Save" => "保存",
"Search" => "検索",
"Next" => "次",
"Clear" => "クリア",
"Saving..." => "保存中...",
"An error occurred!" => "エラーが発生しました。",
"There are unsaved changes in the text editor" => "テキストエディタに未保存の変更があります",
"There were unsaved changes, click here to go back" => "変更が保存されていません、クリックして戻ります。"
);
$PLURAL_FORMS = "nplurals=1; plural=0;";