2014-03-14 01:12:37 +04:00
|
|
|
|
<?php
|
|
|
|
|
$TRANSLATIONS = array(
|
2014-06-04 09:57:48 +04:00
|
|
|
|
"Shared with you" => "あなたと共有",
|
|
|
|
|
"Shared with others" => "他人と共有",
|
2014-06-07 09:56:13 +04:00
|
|
|
|
"Shared by link" => "URLリンクで共有済",
|
2014-06-04 09:57:48 +04:00
|
|
|
|
"No files have been shared with you yet." => "まだ共有を行なっているファイルはありません。",
|
|
|
|
|
"You haven't shared any files yet." => "まだ共有を行なっているファイルはありません。",
|
2014-06-07 09:56:13 +04:00
|
|
|
|
"You haven't shared any files by link yet." => "まだURLリンクで共有を行なっているファイルはありません。",
|
2014-03-14 01:12:37 +04:00
|
|
|
|
"Shared by {owner}" => "{owner} と共有中",
|
2014-06-01 09:55:19 +04:00
|
|
|
|
"Shared by" => "共有者:",
|
2014-03-14 01:12:37 +04:00
|
|
|
|
"This share is password-protected" => "この共有はパスワードで保護されています",
|
|
|
|
|
"The password is wrong. Try again." => "パスワードが間違っています。再試行してください。",
|
|
|
|
|
"Password" => "パスワード",
|
2014-06-01 09:55:19 +04:00
|
|
|
|
"Name" => "名前",
|
2014-06-06 09:57:10 +04:00
|
|
|
|
"Share time" => "共有時間",
|
2014-03-14 01:12:37 +04: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-06-19 09:55:38 +04:00
|
|
|
|
"Save" => "保存",
|
2014-05-04 09:56:15 +04:00
|
|
|
|
"Download" => "ダウンロード",
|
2014-03-14 01:12:37 +04:00
|
|
|
|
"Download %s" => "%s をダウンロード",
|
2014-06-14 09:55:24 +04:00
|
|
|
|
"Direct link" => "リンク"
|
2014-03-14 01:12:37 +04:00
|
|
|
|
);
|
|
|
|
|
$PLURAL_FORMS = "nplurals=1; plural=0;";
|