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