2012-09-01 04:04:00 +04:00
< ? php $TRANSLATIONS = array (
" Help " => " ヘルプ " ,
" Personal " => " 個人設定 " ,
" Settings " => " 設定 " ,
" Users " => " ユーザ " ,
" Apps " => " アプリ " ,
" Admin " => " 管理者 " ,
" 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-01-19 03:05:38 +04:00
" couldn't be determined " => " 測定できませんでした " ,
2012-09-01 04:04:00 +04:00
" Application is not enabled " => " アプリケーションは無効です " ,
" Authentication error " => " 認証エラー " ,
" Token expired. Please reload page. " => " トークンが無効になりました。ページを再読込してください。 " ,
2012-10-25 04:11:53 +04:00
" Files " => " ファイル " ,
" Text " => " TTY TDD " ,
" Images " => " 画像 " ,
2013-02-12 18:12:46 +04:00
" Set an admin username. " => " 管理者のユーザ名を設定。 " ,
" Set an admin password. " => " 管理者のパスワードを設定。 " ,
" Specify a data folder. " => " データフォルダを指定。 " ,
" %s enter the database username. " => " %s のデータベースのユーザ名を入力してください。 " ,
" %s enter the database name. " => " %s のデータベース名を入力してください。 " ,
" %s you may not use dots in the database name " => " %s ではデータベース名にドットを利用できないかもしれません。 " ,
" %s set the database host. " => " %s にデータベースホストを設定します。 " ,
" PostgreSQL username and/or password not valid " => " PostgreSQLのユーザ名もしくはパスワードは有効ではありません " ,
" You need to enter either an existing account or the administrator. " => " 既存のアカウントもしくは管理者のどちらかを入力する必要があります。 " ,
" Oracle username and/or password not valid " => " Oracleのユーザ名もしくはパスワードは有効ではありません " ,
" MySQL username and/or password not valid " => " MySQLのユーザ名もしくはパスワードは有効ではありません " ,
" DB Error: \" %s \" " => " DBエラー: \" %s \" " ,
" Offending command was: \" %s \" " => " 違反コマンド: \" %s \" " ,
" MySQL user '%s'@'localhost' exists already. " => " MySQLのユーザ '%s'@'localhost' はすでに存在します。 " ,
" Drop this user from MySQL " => " MySQLからこのユーザを削除 " ,
" MySQL user '%s'@'%%' already exists " => " MySQLのユーザ '%s'@'%%' はすでに存在します。 " ,
" Drop this user from MySQL. " => " MySQLからこのユーザを削除する。 " ,
" Offending command was: \" %s \" , name: %s, password: %s " => " 違反コマンド: \" %s \" 、名前: %s、パスワード: %s " ,
2013-03-02 03:05:42 +04:00
" MS SQL username and/or password not valid: %s " => " MS SQL サーバーのユーザー名/パスワードが正しくありません: %s " ,
2013-02-12 18:12:46 +04:00
" Your web server is not yet properly setup to allow files synchronization because the WebDAV interface seems to be broken. " => " WebDAVインタフェースが動作していないと考えられるため、あなたのWEBサーバはまだファイルの同期を許可するように適切な設定がされていません。 " ,
" Please double check the <a href='%s'>installation guides</a>. " => " <a href='%s'>インストールガイド</a>をよく確認してください。 " ,
2012-09-01 04:04:00 +04:00
" seconds ago " => " 秒前 " ,
" 1 minute ago " => " 1分前 " ,
" %d minutes ago " => " %d 分前 " ,
2012-11-16 03:03:47 +04:00
" 1 hour ago " => " 1 時間前 " ,
" %d hours ago " => " %d 時間前 " ,
2012-09-01 04:04:00 +04:00
" today " => " 今日 " ,
" yesterday " => " 昨日 " ,
" %d days ago " => " %d 日前 " ,
" last month " => " 先月 " ,
2012-11-16 03:03:47 +04:00
" %d months ago " => " %d 分前 " ,
2012-09-01 04:04:00 +04:00
" last year " => " 昨年 " ,
2012-09-04 04:03:21 +04:00
" years ago " => " 年前 " ,
" %s is available. Get <a href= \" %s \" >more information</a> " => " %s が利用可能です。<a href= \" %s \" >詳細情報</a> を確認ください " ,
" up to date " => " 最新です " ,
2012-11-16 03:03:47 +04:00
" updates check is disabled " => " 更新チェックは無効です " ,
" Could not find category \" %s \" " => " カテゴリ \" %s \" が見つかりませんでした "
2012-09-01 04:04:00 +04:00
);