2013-10-07 03:16:10 +04:00
< ? php
$TRANSLATIONS = array (
2014-03-11 09:59:39 +04:00
" App \" %s \" can't be installed because it is not compatible with this version of ownCloud. " => " \" %s \" アプリは、このバージョンのownCloudと互換性がないためインストールできません。 " ,
2013-10-07 03:16:10 +04:00
" No app name specified " => " アプリ名が未指定 " ,
" Help " => " ヘルプ " ,
" Personal " => " 個人 " ,
" Settings " => " 設定 " ,
2014-03-11 09:59:39 +04:00
" Users " => " ユーザー " ,
2013-10-07 03:16:10 +04:00
" Admin " => " 管理 " ,
" Failed to upgrade \" %s \" . " => " \" %s \" へのアップグレードに失敗しました。 " ,
" Unknown filetype " => " 不明なファイルタイプ " ,
" Invalid image " => " 無効な画像 " ,
" web services under your control " => " 管理下のウェブサービス " ,
" ZIP download is turned off. " => " ZIPダウンロードは無効です。 " ,
" Files need to be downloaded one by one. " => " ファイルは1つずつダウンロードする必要があります。 " ,
" Back to Files " => " ファイルに戻る " ,
" Selected files too large to generate zip file. " => " 選択したファイルはZIPファイルの生成には大きすぎます。 " ,
2013-11-29 23:10:40 +04:00
" Please download the files separately in smaller chunks or kindly ask your administrator. " => " 少しずつに分けてファイルをダウンロードするか、管理者に問い合わせてください。 " ,
2013-10-07 03:16:10 +04:00
" No source specified when installing app " => " アプリインストール時のソースが未指定 " ,
" No href specified when installing app from http " => " アプリインストール時のhttpの URL が未指定 " ,
" No path specified when installing app from local file " => " アプリインストール時のローカルファイルのパスが未指定 " ,
" Archives of type %s are not supported " => " \" %s \" タイプのアーカイブ形式は未サポート " ,
" Failed to open archive when installing app " => " アプリをインストール中にアーカイブファイルを開けませんでした。 " ,
" App does not provide an info.xml file " => " アプリにinfo.xmlファイルが入っていません " ,
" App can't be installed because of not allowed code in the App " => " アプリで許可されないコードが入っているのが原因でアプリがインストールできません " ,
2014-03-11 09:59:39 +04:00
" App can't be installed because it is not compatible with this version of ownCloud " => " アプリは、このバージョンのownCloudと互換性がないためインストールできません。 " ,
" App can't be installed because it contains the <shipped>true</shipped> tag which is not allowed for non shipped apps " => " 非shippedアプリには許可されない<shipped>true</shipped>タグが含まれているためにアプリをインストールできません。 " ,
" App can't be installed because the version in info.xml/version is not the same as the version reported from the app store " => " info.xml/versionのバージョンがアプリストアのバージョンと合っていないため、アプリはインストールされません " ,
" App directory already exists " => " アプリディレクトリはすでに存在します " ,
" Can't create app folder. Please fix permissions. %s " => " アプリフォルダーを作成できませんでした。%s のパーミッションを修正してください。 " ,
2013-10-07 03:16:10 +04:00
" Application is not enabled " => " アプリケーションは無効です " ,
" Authentication error " => " 認証エラー " ,
" Token expired. Please reload page. " => " トークンが無効になりました。ページを再読込してください。 " ,
2014-03-12 09:57:17 +04:00
" Unknown user " => " 不明なユーザー " ,
2013-10-07 03:16:10 +04:00
" Files " => " ファイル " ,
" Text " => " TTY TDD " ,
" Images " => " 画像 " ,
2014-03-11 09:59:39 +04:00
" %s enter the database username. " => " %s のデータベースのユーザー名を入力してください。 " ,
2013-10-07 03:16:10 +04:00
" %s enter the database name. " => " %s のデータベース名を入力してください。 " ,
" %s you may not use dots in the database name " => " %s ではデータベース名にドットを利用できないかもしれません。 " ,
" MS SQL username and/or password not valid: %s " => " MS SQL サーバーのユーザー名/パスワードが正しくありません: %s " ,
" You need to enter either an existing account or the administrator. " => " 既存のアカウントもしくは管理者のどちらかを入力する必要があります。 " ,
2014-03-12 09:57:17 +04:00
" MySQL/MariaDB username and/or password not valid " => " MySQL/MariaDB のユーザー名及び/またはパスワードが無効 " ,
2013-10-07 03:16:10 +04:00
" DB Error: \" %s \" " => " DBエラー: \" %s \" " ,
" Offending command was: \" %s \" " => " 違反コマンド: \" %s \" " ,
2014-03-12 09:57:17 +04:00
" MySQL/MariaDB user '%s'@'localhost' exists already. " => " MySQL/MariaDB のユーザー '%s'@'localhost' はすでに存在します。 " ,
" Drop this user from MySQL/MariaDB " => " MySQL/MariaDB からこのユーザーを削除 " ,
" MySQL/MariaDB user '%s'@'%%' already exists " => " MySQL/MariaDB のユーザー '%s'@'%%' はすでに存在します " ,
" Drop this user from MySQL/MariaDB. " => " MySQL/MariaDB からこのユーザーを削除。 " ,
2013-10-07 03:16:10 +04:00
" Oracle connection could not be established " => " Oracleへの接続が確立できませんでした。 " ,
2014-03-11 09:59:39 +04:00
" Oracle username and/or password not valid " => " Oracleのユーザー名もしくはパスワードは有効ではありません " ,
2013-10-07 03:16:10 +04:00
" Offending command was: \" %s \" , name: %s, password: %s " => " 違反コマンド: \" %s \" 、名前: %s、パスワード: %s " ,
2014-03-11 09:59:39 +04:00
" PostgreSQL username and/or password not valid " => " PostgreSQLのユーザー名もしくはパスワードは有効ではありません " ,
" Set an admin username. " => " 管理者のユーザー名を設定 " ,
2013-10-07 03:16:10 +04:00
" Set an admin password. " => " 管理者のパスワードを設定。 " ,
2014-03-11 09:59:39 +04:00
" Your web server is not yet properly setup to allow files synchronization because the WebDAV interface seems to be broken. " => " WebDAVインターフェースに問題があると思われるため、WEBサーバーはまだファイルの同期を許可するよう適切に設定されていません。 " ,
2013-10-07 03:16:10 +04:00
" Please double check the <a href='%s'>installation guides</a>. " => " <a href='%s'>インストールガイド</a>をよく確認してください。 " ,
2014-03-12 09:57:17 +04:00
" %s shared »%s« with you " => " %sが あなたと »%s«を共有しました " ,
2013-10-07 03:16:10 +04:00
" Could not find category \" %s \" " => " カテゴリ \" %s \" が見つかりませんでした " ,
" seconds ago " => " 数秒前 " ,
" _%n minute ago_::_%n minutes ago_ " => array ( " %n 分前 " ),
2013-10-27 10:32:11 +04:00
" _%n hour ago_::_%n hours ago_ " => array ( " %n 時間前 " ),
2013-10-07 03:16:10 +04:00
" today " => " 今日 " ,
2014-03-11 09:59:39 +04:00
" yesterday " => " 1日前 " ,
" _%n day go_::_%n days ago_ " => array ( " %n日前 " ),
" last month " => " 1ヶ月前 " ,
" _%n month ago_::_%n months ago_ " => array ( " %nヶ月前 " ),
" last year " => " 1年前 " ,
2013-12-17 15:46:52 +04:00
" years ago " => " 年前 "
2013-10-07 03:16:10 +04:00
);
$PLURAL_FORMS = " nplurals=1; plural=0; " ;