summaryrefslogtreecommitdiffstats
path: root/apps/files_sharing/l10n/ja_JP.php
blob: 3f3cfbfb3b40b694ffcfa338e24c7137d6c16119 (plain)
1
2
3
4
5
6
7
8
9
10
<?php $TRANSLATIONS = array(
"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" => "プレビューはありません"
);