server/apps/files_sharing/l10n/ja_JP.php
2013-06-14 02:52:34 +02:00

8 lines
378 B
PHP

<?php $TRANSLATIONS = array(
"Password" => "パスワード",
"Submit" => "送信",
"%s shared the folder %s with you" => "%s はフォルダー %s をあなたと共有中です",
"%s shared the file %s with you" => "%s はファイル %s をあなたと共有中です",
"Download" => "ダウンロード",
"No preview available for" => "プレビューはありません"
);