summaryrefslogtreecommitdiffstats
path: root/apps/files_sharing/l10n/ja_JP.php
blob: d2bc2d11245a5c17f1f0470efd9a42db7ee9180f (plain)
1
2
3
4
5
6
7
8
9
10
11
<?php $TRANSLATIONS = array(
"The password is wrong. Try again." => "パスワードが間違っています。再試行してください。",
"Password" => "パスワード",
"Submit" => "送信",
"%s shared the folder %s with you" => "%s はフォルダー %s をあなたと共有中です",
"%s shared the file %s with you" => "%s はファイル %s をあなたと共有中です",
"Download" => "ダウンロード",
"Upload" => "アップロード",
"Cancel upload" => "アップロードをキャンセル",
"No preview available for" => "プレビューはありません"
);