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: 3379304d2017e1eb1b3daf5a7d796278345b5398 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<?php
$TRANSLATIONS = array(
"A safe home for all your data" => "あなたの持っているデータ全ての安全な保存先",
"Access & share your files, calendars, contacts, mail & more from any device, on your terms" => "あなたの好きなように、どの端末からでもファイルやカレンダー、連絡先、メール等にアクセス、そして共有",
"Get the apps to sync your files" => "ファイルを同期するアプリを取得しましょう",
"Desktop client" => "デスクトップクライアント",
"Android app" => "Androidアプリ",
"iOS app" => "iOSアプリ",
"Connect your desktop apps to %s" => "デスクトップアプリを %s に接続",
"Connect your Calendar" => "カレンダーに接続する",
"Connect your Contacts" => "連絡先に接続する",
"Documentation" => "ドキュメント",
"Access files via WebDAV" => "WebDAV経由でファイルにアクセス",
"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,\n\t<a href=\"mailto:?subject=ownCloud\n\t\t&body=ownCloud is a great open software to sync and share your files.\n\t\tYou can freely get it from http://owncloud.org\">\n\t\trecommend it to your friends</a>\n\tand <a href=\"http://owncloud.org/promote\"\n\t\ttarget=\"_blank\">spread the word</a>!" => "ownCloudを気に入っていただけたら、\n\t<a href=\"mailto:?subject=ownCloud\n\t\t&body=ownCloud はファイル共有と同期のための素晴らしいオープンソース・ソフトウェアです。\n\t\thttp://owncloud.org から自由にダウンロードしてご利用いただけます\">\n\t\tぜひ友人に紹介してください</a>。\n\t<a href=\"http://owncloud.org/promote\"\n\t\ttarget=\"_blank\">世界に広げよう</a>!"
);
$PLURAL_FORMS = "nplurals=1; plural=0;";