2012-08-16 00:09:15 +00:00
|
|
|
<?php $TRANSLATIONS = array(
|
2012-08-30 00:06:45 +00:00
|
|
|
"Password" => "パスワード",
|
2012-08-31 00:07:19 +00:00
|
|
|
"Submit" => "送信",
|
2012-09-23 00:04:41 +00:00
|
|
|
"%s shared the folder %s with you" => "%s はフォルダー %s をあなたと共有",
|
|
|
|
"%s shared the file %s with you" => "%s はファイル %s をあなたと共有",
|
2012-08-31 00:07:19 +00:00
|
|
|
"Download" => "ダウンロード",
|
2012-09-01 00:04:00 +00:00
|
|
|
"No preview available for" => "プレビューはありません",
|
2012-08-31 00:07:19 +00:00
|
|
|
"web services under your control" => "管理下のウェブサービス"
|
2012-08-16 00:09:15 +00:00
|
|
|
);
|