diff options
Diffstat (limited to 'settings/l10n/ja_JP.php')
-rw-r--r-- | settings/l10n/ja_JP.php | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/settings/l10n/ja_JP.php b/settings/l10n/ja_JP.php index 81b7861a3be..96bb4ba785e 100644 --- a/settings/l10n/ja_JP.php +++ b/settings/l10n/ja_JP.php @@ -24,14 +24,14 @@ "cron.php is registered at a webcron service. Call the cron.php page in the owncloud root once a minute over http." => "cron.php は webcron サービスとして登録されています。HTTP経由で1分間に1回の頻度で owncloud のルートページ内の cron.php ページを呼び出します。", "Use systems cron service. Call the cron.php file in the owncloud folder via a system cronjob once a minute." => "システムのcronサービスを利用する。1分に1回の頻度でシステムのcronジョブによりowncloudフォルダ内のcron.phpファイルを呼び出してください。", "Sharing" => "共有中", -"Enable Share API" => "Share APIを有効", -"Allow apps to use the Share API" => "Share APIの使用をアプリケーションに許可", -"Allow links" => "リンクを許可", -"Allow users to share items to the public with links" => "ユーザーがリンクによる公開でアイテムを共有することが出来るようにする", -"Allow resharing" => "再共有を許可", -"Allow users to share items shared with them again" => "ユーザーが共有されているアイテムをさらに共有することが出来るようにする", -"Allow users to share with anyone" => "ユーザーが誰にでも共有出来るようにする", -"Allow users to only share with users in their groups" => "ユーザーがグループの人にしか共有出来ないようにする", +"Enable Share API" => "Share APIを有効にする", +"Allow apps to use the Share API" => "Share APIの使用をアプリケーションに許可する", +"Allow links" => "URLリンクによる共有を許可する", +"Allow users to share items to the public with links" => "ユーザーにURLリンクによるアイテム共有を許可する", +"Allow resharing" => "再共有を許可する", +"Allow users to share items shared with them again" => "ユーザーに共有しているアイテムをさらに共有することを許可する", +"Allow users to share with anyone" => "ユーザーが誰とでも共有できるようにする", +"Allow users to only share with users in their groups" => "ユーザーがグループ内の人とのみ共有できるようにする", "Log" => "ログ", "More" => "もっと", "Developed by the <a href=\"http://ownCloud.org/contact\" target=\"_blank\">ownCloud community</a>, the <a href=\"https://github.com/owncloud\" target=\"_blank\">source code</a> is licensed under the <a href=\"http://www.gnu.org/licenses/agpl-3.0.html\" target=\"_blank\"><abbr title=\"Affero General Public License\">AGPL</abbr></a>." => "<a href=\"http://ownCloud.org/contact\" target=\"_blank\">ownCloud community</a>により開発されています、<a href=\"https://github.com/owncloud\" target=\"_blank\">ソースコード</a>ライセンスは、<a href=\"http://www.gnu.org/licenses/agpl-3.0.html\" target=\"_blank\"><abbr title=\"Affero General Public License\">AGPL</abbr></a> ライセンスにより提供されています。", |