Blame view

sources/apps/admin_dependencies_chk/l10n/ja_JP.php 1.88 KB
d1bafeea1   Kload   [fix] Upgrade to ...
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
  <?php $TRANSLATIONS = array(
  "The php-json module is needed by the many applications for inter communications" => "php-jsonモジュールはアプリケーション間の内部通信に必要です",
  "The php-curl module is needed to fetch the page title when adding a bookmark" => "php-curlモジュールはブックマーク追加時のページタイトル取得に必要です",
  "The php-gd module is needed to create thumbnails of your images" => "php-gdモジュールはサムネイル画像の生成に必要です",
  "The php-ldap module is needed connect to your ldap server" => "php-ldapモジュールはLDAPサーバへの接続に必要です",
  "The php-zip module is needed download multiple files at once" => "php-zipモジュールは複数ファイルの同時ダウンロードに必要です",
  "The php-mb_multibyte module is needed to manage correctly the encoding." => "php-mb_multibyteモジュールはエンコードを正しく扱うために必要です",
  "The php-ctype module is needed validate data." => "php-ctypeモジュールはデータのバリデーションに必要です",
  "The php-xml module is needed to share files with webdav." => "php-xmlモジュールはWebDAVでのファイル共有に必要です",
  "The allow_url_fopen directive of your php.ini should be set to 1 to retrieve knowledge base from OCS servers" => "php.iniのallow_url_fopenはOCSサーバから知識ベースを取得するために1に設定しなくてはなりません",
  "The php-pdo module is needed to store owncloud data into a database." => "php-pdoモジュールはデータベースにownCloudのデータを格納するために必要です",
  "The iconv module is needed to convert data into the correct charset." => "iconv モジュールはデータを正しい文字コードに変換するために必要。",
  "Dependencies status" => "依存関係の状況",
  "Used by :" => "利用先 :"
  );