12 lines
376 B
PHP
12 lines
376 B
PHP
|
<?php $TRANSLATIONS = array(
|
||
|
"Your Shared Files" => "共有ファイル",
|
||
|
"Item" => "項目",
|
||
|
"Shared With" => "で共有 ",
|
||
|
"Permissions" => "許可",
|
||
|
"Read" => "読込",
|
||
|
"Edit" => "編集",
|
||
|
"Delete" => "削除",
|
||
|
"Enable Resharing" => "再共有を有効にする",
|
||
|
"Allow users to reshare files they don't own" => "所有者でないファイルの共有を許可する"
|
||
|
);
|