diff options
Diffstat (limited to 'lib/l10n/ja.js')
-rw-r--r-- | lib/l10n/ja.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/l10n/ja.js b/lib/l10n/ja.js index 093c690d331..394751a777d 100644 --- a/lib/l10n/ja.js +++ b/lib/l10n/ja.js @@ -80,7 +80,6 @@ OC.L10N.register( "Additional settings" : "追加設定", "Tips & tricks" : "ヒントとコツ", "Personal info" : "個人情報", - "Sync clients" : "同期クライアント", "Unlimited" : "無制限", "Verifying" : "検証中", "Verifying …" : "検証中", @@ -247,6 +246,7 @@ OC.L10N.register( "Files can't be shared with create permissions" : "作成権限付きでファイル共有はできません", "Cannot set expiration date more than %s days in the future" : "%s 日以上先の有効期限は設定できません ", "No app name specified" : "アプリ名が指定されていません", - "App '%s' could not be installed!" : "アプリ名 %s はインストールできませんでした" + "App '%s' could not be installed!" : "アプリ名 %s はインストールできませんでした", + "Sync clients" : "同期クライアント" }, "nplurals=1; plural=0;"); |