diff options
author | Jenkins for ownCloud <owncloud-bot@tmit.eu> | 2014-08-02 01:54:33 -0400 |
---|---|---|
committer | Jenkins for ownCloud <owncloud-bot@tmit.eu> | 2014-08-02 01:54:33 -0400 |
commit | d1aaa7a12e6073b41f4702b2cc50921708e8ab6c (patch) | |
tree | 5c7a3f84dec21cf82670d3385e6fd302d4801e6a /lib/l10n/ja.php | |
parent | 4303d8bf6330a4c9278c02240dec5d279403570a (diff) | |
download | nextcloud-server-d1aaa7a12e6073b41f4702b2cc50921708e8ab6c.tar.gz nextcloud-server-d1aaa7a12e6073b41f4702b2cc50921708e8ab6c.zip |
[tx-robot] updated from transifex
Diffstat (limited to 'lib/l10n/ja.php')
-rw-r--r-- | lib/l10n/ja.php | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/l10n/ja.php b/lib/l10n/ja.php index 435db02ef09..96d7fc0a41b 100644 --- a/lib/l10n/ja.php +++ b/lib/l10n/ja.php @@ -67,6 +67,8 @@ $TRANSLATIONS = array( "Share type %s is not valid for %s" => "%s の共有方法は、%s には適用できません。", "Setting permissions for %s failed, because the permissions exceed permissions granted to %s" => "%s の権限設定に失敗しました。%s に許可されている権限を越えています。", "Setting permissions for %s failed, because the item was not found" => "%s の権限設定に失敗しました。アイテムが存在しません。", +"Can not set expire date. Shares can not expire later then %s after they where shared" => "有効期限を設定できません。共有開始から %s 以降に有効期限を設定することはできません。", +"Can not set expire date. Expire date is in the past" => "有効期限を設定できません。有効期限が過去を示しています。", "Sharing backend %s must implement the interface OCP\\Share_Backend" => "%s のバックエンドの共有には、OCP\\Share_Backend インターフェースを実装しなければなりません。", "Sharing backend %s not found" => "共有バックエンド %s が見つかりません", "Sharing backend for %s not found" => "%s のための共有バックエンドが見つかりません", |