summaryrefslogtreecommitdiffstats
path: root/apps/files_sharing/l10n/ja_JP.php
blob: a38b457aaefb455745a3b0ccd32e8d5beb2a7d9b (plain)
1
2
3
4
5
6
7
8
9
10
11
<?php $TRANSLATIONS = array(
"Delete" => "削除",
"Your Shared Files" => "共有ファイル",
"Item" => "項目",
"Shared With" => "で共有 ",
"Permissions" => "許可",
"Read" => "読込",
"Edit" => "編集",
"Enable Resharing" => "再共有を有効にする",
"Allow users to reshare files they don't own" => "所有者でないファイルの共有を許可する"
);