Blame view

sources/apps/firstrunwizard/l10n/ja.php 1.1 KB
6d9380f96   Cédric Dupont   Update sources OC...
1
2
3
4
5
6
7
8
9
10
11
12
13
  <?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;";