diff options
author | Jenkins for ownCloud <owncloud-bot@tmit.eu> | 2016-04-21 01:58:49 -0400 |
---|---|---|
committer | Jenkins for ownCloud <owncloud-bot@tmit.eu> | 2016-04-21 01:58:49 -0400 |
commit | 02ecd040e6cd761b9ec30895c5a0fcced55fb699 (patch) | |
tree | 67e788acb94a60ff69cace45faf108dd4e341acb /lib/l10n/ja.js | |
parent | a061ef75ead3d5eb9fa5e713301b7452b3b12b73 (diff) | |
download | nextcloud-server-02ecd040e6cd761b9ec30895c5a0fcced55fb699.tar.gz nextcloud-server-02ecd040e6cd761b9ec30895c5a0fcced55fb699.zip |
[tx-robot] updated from transifex
Diffstat (limited to 'lib/l10n/ja.js')
-rw-r--r-- | lib/l10n/ja.js | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/lib/l10n/ja.js b/lib/l10n/ja.js index d2b0e3eb8a3..2f4d02bb2b7 100644 --- a/lib/l10n/ja.js +++ b/lib/l10n/ja.js @@ -7,10 +7,6 @@ OC.L10N.register( "This can usually be fixed by %sgiving the webserver write access to the config directory%s." : "多くの場合、これは %s Webサーバーにconfigディレクトリ %s への書き込み権限を与えることで解決できます。", "Sample configuration detected" : "サンプル設定が見つかりました。", "It has been detected that the sample configuration has been copied. This can break your installation and is unsupported. Please read the documentation before performing changes on config.php" : "サンプル設定がコピーされてそのままです。このままではインストールが失敗し、サポート対象外になります。config.phpを変更する前にドキュメントを確認してください。", - "You are not allowed to share %s" : "%s を共有することを許可されていません。", - "Cannot increase permissions of %s" : "%s の権限を強化できません", - "Expiration date is in the past" : "有効期限が切れています", - "Cannot set expiration date more than %s days in the future" : "有効期限を%s日以降に設定できません。", "PHP %s or higher is required." : "PHP %s 以上が必要です。", "PHP with a version lower than %s is required." : "%s 以前のバージョンのPHPが必要です。", "Following databases are supported: %s" : "次のデータベースをサポートしています: %s", @@ -21,6 +17,10 @@ OC.L10N.register( "Following platforms are supported: %s" : "次のプラットフォームをサポートしています: %s", "ownCloud %s or higher is required." : "ownCloud %s 以上が必要です。", "ownCloud %s or lower is required." : "ownCloud %s 以下が必要です。", + "You are not allowed to share %s" : "%s を共有することを許可されていません。", + "Cannot increase permissions of %s" : "%s の権限を強化できません", + "Expiration date is in the past" : "有効期限が切れています", + "Cannot set expiration date more than %s days in the future" : "有効期限を%s日以降に設定できません。", "Help" : "ヘルプ", "Personal" : "個人", "Users" : "ユーザー", |