2012-08-16 04:09:15 +04:00
|
|
|
<?php $TRANSLATIONS = array(
|
2013-07-07 04:06:06 +04:00
|
|
|
"The password is wrong. Try again." => "パスワードが間違っています。再試行してください。",
|
2012-08-30 04:06:45 +04:00
|
|
|
"Password" => "パスワード",
|
2012-08-31 04:07:19 +04:00
|
|
|
"Submit" => "送信",
|
2012-10-23 04:06:03 +04:00
|
|
|
"%s shared the folder %s with you" => "%s はフォルダー %s をあなたと共有中です",
|
|
|
|
"%s shared the file %s with you" => "%s はファイル %s をあなたと共有中です",
|
2012-08-31 04:07:19 +04:00
|
|
|
"Download" => "ダウンロード",
|
2013-06-30 04:13:07 +04:00
|
|
|
"Upload" => "アップロード",
|
|
|
|
"Cancel upload" => "アップロードをキャンセル",
|
2013-06-14 04:52:34 +04:00
|
|
|
"No preview available for" => "プレビューはありません"
|
2012-08-16 04:09:15 +04:00
|
|
|
);
|