nextcloud/apps/files_sharing/l10n/ja_JP.php

12 lines
376 B
PHP
Raw Normal View History

2012-08-16 04:09:15 +04:00
<?php $TRANSLATIONS = array(
2012-08-21 04:09:12 +04:00
"Delete" => "削除",
2012-08-16 04:09:15 +04:00
"Your Shared Files" => "共有ファイル",
"Item" => "項目",
"Shared With" => "で共有 ",
"Permissions" => "許可",
"Read" => "読込",
"Edit" => "編集",
"Enable Resharing" => "再共有を有効にする",
"Allow users to reshare files they don't own" => "所有者でないファイルの共有を許可する"
);