2013-08-09 12:06:31 +00:00
|
|
|
|
<?php
|
|
|
|
|
$TRANSLATIONS = array(
|
2014-03-12 05:57:17 +00:00
|
|
|
|
"Shared by {owner}" => "{owner} と共有中",
|
2013-10-16 04:31:48 +00:00
|
|
|
|
"This share is password-protected" => "この共有はパスワードで保護されています",
|
2013-07-07 00:06:06 +00:00
|
|
|
|
"The password is wrong. Try again." => "パスワードが間違っています。再試行してください。",
|
2012-08-30 00:06:45 +00:00
|
|
|
|
"Password" => "パスワード",
|
2013-08-09 12:06:31 +00:00
|
|
|
|
"Sorry, this link doesn’t seem to work anymore." => "申し訳ございません。このリンクはもう利用できません。",
|
|
|
|
|
"Reasons might be:" => "理由は以下の通りと考えられます:",
|
|
|
|
|
"the item was removed" => "アイテムが削除されました",
|
|
|
|
|
"the link expired" => "リンクの期限が切れています",
|
|
|
|
|
"sharing is disabled" => "共有が無効になっています",
|
|
|
|
|
"For more info, please ask the person who sent this link." => "不明な点は、こちらのリンクの提供者に確認をお願いします。",
|
2014-03-12 05:57:17 +00:00
|
|
|
|
"shared by %s" => "%s で共有中",
|
|
|
|
|
"Download %s" => "%s をダウンロード",
|
2013-10-27 06:32:11 +00:00
|
|
|
|
"Direct link" => "リンク"
|
2012-08-16 00:09:15 +00:00
|
|
|
|
);
|
2013-08-09 12:06:31 +00:00
|
|
|
|
$PLURAL_FORMS = "nplurals=1; plural=0;";
|