ja.php
1.1 KB
<?php
$TRANSLATIONS = array(
"Welcome to %s" => "%s へようこそ",
"Your personal web services. All your files, contacts, calendar and more, in one place." => "あなたの個人WEBサービスです。すべてのファイル、連絡先、カレンダーなどを一つの場所で管理できます。",
"Get the apps to sync your files" => "ファイルを同期するためのアプリを取得",
"Connect your desktop apps to %s" => "あなたのデスクトップアプリケーションを %s に接続",
"Connect your Calendar" => "カレンダーに接続する",
"Connect your Contacts" => "連絡先に接続する",
"Access files via WebDAV" => "WebDAV経由でファイルにアクセス",
"Documentation" => "ドキュメント",
"There’s more information in the <a target=\"_blank\" href=\"%s\">documentation</a> and on our <a target=\"_blank\" href=\"http://owncloud.org\">website</a>." => "詳細な情報は、<a target=\"_blank\" href=\"%s\">ドキュメント</a> と <a target=\"_blank\" href=\"http://owncloud.org\">ウェブサイト</a> にあります。"
);
$PLURAL_FORMS = "nplurals=1; plural=0;";