Welcome to mirror list, hosted at ThFree Co, Russian Federation.

ja.php « l10n - github.com/nextcloud/firstrunwizard.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: afe9de89a7d1311f4e6ce09a44256690ae6d5098 (plain)
1
2
3
4
5
6
7
8
9
10
<?php $TRANSLATIONS = array(
"Your personal web services. All your files, contacts, calendar and more, in one place." => "あなたの個人WEBサービスです。すべてのファイル、連絡先、カレンダーなどを一つの場所で管理できます。",
"Get the apps to sync your files" => "ファイルを同期するためのアプリを取得",
"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> にあります。",
"If you like ownCloud, <a href=\"mailto:?subject=ownCloud&body=ownCloud is a great open software to sync and share your files. You can freely get it from http://owncloud.org\">recommend it to your friends</a>!" => "ownCloud を気に入っていただけたら、<a href=\"mailto:?subject=ownCloud&body=ownCloud はファイルの同期や共有のための素晴らしいオープンソース・ソフトウェアです。http://owncloud.org から自由にダウンロードすることができます。\">ぜひ友達に紹介してください</a>!"
);