Blame view
sources/apps/admin_dependencies_chk/l10n/ja.php
1.94 KB
|
6d9380f96
|
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 |
<?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 :" => "利用先 :" ); $PLURAL_FORMS = "nplurals=1; plural=0;"; |