2012-01-11 01:06:59 +01:00
< ? php $TRANSLATIONS = array (
2013-07-24 06:50:10 +02:00
" Error getting contact object. " => " 連絡先オブジェクトの取得エラー。 " ,
" Error reading contact photo. " => " 連絡先写真の読み込みエラー。 " ,
" Error saving temporary file. " => " 一時ファイルの保存エラー。 " ,
" The loading photo is not valid. " => " 写真の読み込みは無効です。 " ,
2013-07-25 06:49:26 +02:00
" No contact info was submitted. " => " 連絡先情報は何も送信されませんでした。 " ,
2013-07-24 06:50:10 +02:00
" No photo path was submitted. " => " 写真のパスが登録されていません。 " ,
" File doesn't exist: " => " ファイルは存在しません: " ,
" Error loading image. " => " 画像の読み込みエラー。 " ,
" Error getting PHOTO property. " => " 写真属性の取得エラー。 " ,
" Error saving contact. " => " 連絡先の保存エラー。 " ,
" Error resizing image " => " 画像のリサイズエラー " ,
" Error cropping image " => " 画像の切り抜きエラー " ,
" Error creating temporary image " => " 一時画像の生成エラー " ,
" Error finding image: " => " 画像検索エラー: " ,
" Key is not set for: " => " キーが未設定: " ,
" Value is not set for: " => " 値が未設定: " ,
" Could not set preference: " => " 優先度を設定出来ません: " ,
" No file was uploaded. Unknown error " => " ファイルは何もアップロードされていません。不明なエラー " ,
" There is no error, the file uploaded with success " => " エラーはありません。ファイルのアップロードは成功しました " ,
" The uploaded file exceeds the upload_max_filesize directive in php.ini " => " アップロードファイルは php.ini 内の upload_max_filesize の制限を超えています " ,
" The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form " => " アップロードファイルはHTMLフォームで指定された MAX_FILE_SIZE の制限を超えています " ,
" The uploaded file was only partially uploaded " => " アップロードファイルは一部分だけアップロードされました " ,
" No file was uploaded " => " ファイルはアップロードされませんでした " ,
" Missing a temporary folder " => " 一時保存フォルダが見つかりません " ,
" Failed to write to disk " => " ディスクへの書き込みに失敗しました " ,
" Not enough storage available " => " ストレージに十分な空き容量がありません " ,
2013-07-25 06:49:26 +02:00
" Upload of blacklisted file: " => " ブラックリストファイルのアップロード: " ,
2013-07-24 06:50:10 +02:00
" Error uploading contacts to storage. " => " ストレージへの連絡先のアップロードエラー。 " ,
" Couldn't save temporary image: " => " 一時的な画像の保存ができませんでした: " ,
" Couldn't load temporary image: " => " 一時的な画像の読み込みができませんでした: " ,
" Contacts " => " コンタクト " ,
" Save " => " 保存 " ,
" Uploading... " => " アップロード中... " ,
" Importing... " => " インポート中... " ,
2013-07-25 06:49:26 +02:00
" Imported { count} of { total} contacts " => " { count} 件中 { total} 件の連絡先をインポート " ,
2013-08-13 13:11:14 +02:00
" Imported { imported} contacts. { failed} failed. " => " { imported} 件の連絡先をインポート。 { failed} 件失敗。 " ,
2013-07-25 06:49:26 +02:00
" An address book called { name} already exists " => " { name} という名前のアドレス帳はすでに存在します " ,
" Failed adding address book: { error} " => " アドレス帳の追加に失敗: { error} " ,
" Failed loading address books: { error} " => " アドレス帳の読み込みに失敗: { error} " ,
2013-07-24 06:50:10 +02:00
" Indexing contacts " => " 連絡先のインデックスを作成中 " ,
2013-08-13 13:11:14 +02:00
" Unrecoverable error loading address books: { msg} " => " アドレス帳の読み込み時にリカバリ不能なエラー: { msg} " ,
2013-07-25 06:49:26 +02:00
" Error. " => " エラー " ,
2013-07-24 06:50:10 +02:00
" Add to... " => " 追加... " ,
" Remove from... " => " 削除... " ,
" Add group... " => " グループを追加... " ,
2013-07-25 06:49:26 +02:00
" Invalid URL: \" { url} \" " => " 無効なURL: \" { url} \" " ,
2013-07-24 06:50:10 +02:00
" There was an error opening a mail composer. " => " メールコンポーザの起動エラーが発生しました。 " ,
2013-07-25 06:49:26 +02:00
" Invalid email: \" { url} \" " => " 無効なメールアドレス: \" { url} \" " ,
" Merge failed. Cannot find contact: { id} " => " マージに失敗しました。 連絡先が見つかりません: { id} " ,
2013-08-13 13:11:14 +02:00
" Merge failed. " => " マージに失敗しました。 " ,
" Merge failed. Error saving contact. " => " マージに失敗しました。連絡先の保存エラー。 " ,
2013-07-24 06:50:10 +02:00
" Select photo " => " 写真を選択 " ,
" Network or server error. Please inform administrator. " => " ネットワークもしくはサーバエラーです。管理者に連絡してください。 " ,
" Error adding to group. " => " グループに追加エラー。 " ,
" Error removing from group. " => " グループから削除エラー。 " ,
2013-07-25 06:49:26 +02:00
" Error setting { name} as favorite. " => " { name} をお気に入りにする際にエラーが発生しました。 " ,
2013-08-13 13:11:14 +02:00
" Merge contacts " => " 連絡先をマージ " ,
2013-07-24 06:50:10 +02:00
" Cancel " => " キャンセル " ,
" Add group " => " グループを追加 " ,
" OK " => " OK " ,
2013-08-13 13:11:14 +02:00
" Could not find contact: { id} " => " 連絡先が見つかりませんでした: { id} " ,
2013-07-24 06:50:10 +02:00
" No files selected for upload. " => " アップロードするファイルが選択されていません。 " ,
" The file you are trying to upload exceed the maximum size for file uploads on this server. " => " アップロードしようとしているファイルは、このサーバの最大ファイルアップロードサイズを超えています。 " ,
" Edit profile picture " => " プロフィール写真を編集 " ,
" Error loading profile picture. " => " プロファイルの画像の読み込みエラー " ,
" Is this correct? " => " これは正しいですか? " ,
2013-08-13 13:11:14 +02:00
" # groups " => " グループ数 " ,
2013-07-24 06:50:10 +02:00
" Some contacts are marked for deletion, but not deleted yet. Please wait for them to be deleted. " => " いくつかの連絡先が削除対象としてマークされていますが、まだ削除されていません。削除するまでお待ちください。 " ,
" Click to undo deletion of { num} contacts " => " { num} 個の連絡先の削除を元に戻す " ,
" Cancelled deletion of { num} " => " { num} 個の削除をキャンセルしました " ,
" Add " => " 追加 " ,
" Contact is already in this group. " => " 連絡先はすでにこのグループに存在します。 " ,
" Contacts are already in this group. " => " 連絡先はすでにこのグループに存在します。 " ,
" Couldn't get contact list. " => " 連絡先リストを取得できませんでした。 " ,
" Contact is not in this group. " => " 連絡先はこのグループに存在しません。 " ,
" Contacts are not in this group. " => " 連絡先はこのグループに存在しません。 " ,
2013-08-13 13:11:14 +02:00
" Failed renaming group: { error} " => " グループの名前の変更に失敗: { error} " ,
2013-07-24 06:50:10 +02:00
" A group named { group} already exists " => " { group} のグループはすでに存在します " ,
2013-08-13 13:11:14 +02:00
" You can drag groups to \n arrange them as you like. " => " グループをドラックすることで好きな \n ように並べ替えることができます。 " ,
" Failed adding group: { error} " => " グループの追加に失敗: { error} " ,
2013-07-24 06:50:10 +02:00
" All " => " すべて " ,
" Favorites " => " お気に入り " ,
" Shared by { owner} " => " { owner} と共有中 " ,
2013-08-13 13:11:14 +02:00
" Not grouped " => " 未グループ化 " ,
2013-07-25 06:49:26 +02:00
" Failed loading groups: { error} " => " グループの読み込みに失敗: { error} " ,
2013-07-24 06:50:10 +02:00
" Result: " => " 結果: " ,
" imported, " => " をインポート、 " ,
" failed. " => " は失敗しました。 " ,
" Error " => " エラー " ,
" Displayname cannot be empty. " => " 表示名は空にできません。 " ,
" Show CardDav link " => " CarDavリンクを表示 " ,
" Show read-only VCF link " => " 読み取り専用のVCFリンクを表示 " ,
" Download " => " ダウンロード " ,
" Edit " => " 編集 " ,
" Delete " => " 削除 " ,
" More... " => " もっと... " ,
" Less... " => " 簡略... " ,
2013-07-25 06:49:26 +02:00
" Failed loading photo: { error} " => " 写真の読み込みに失敗: { error} " ,
2013-08-13 13:11:14 +02:00
" You do not have permissions to see this contacts " => " この連絡先を閲覧する権限がありません " ,
" You do not have permissions to see these contacts " => " これらの連絡先を閲覧する権限がありません " ,
" You do not have permissions add contacts to the address book " => " アドレス帳に連絡先を追加する権限がありません " ,
" The backend for this address book does not support adding contacts " => " このアドレス帳のバックエンドは連絡先の追加をサポートしていません " ,
" You do not have permissions to delete this contact " => " この連絡先を削除する権限がありません " ,
" The backend for this address book does not support deleting contacts " => " このアドレス帳のバックエンドは連絡先の削除をサポートしていません " ,
" The backend for this address book does not support updating " => " このアドレス帳のバックエンドは更新をサポートしていません " ,
" You don't have permissions to update the address book. " => " アドレス帳を更新する権限がありません。 " ,
" You don't have permissions to delete the address book. " => " アドレス帳を削除する権限がありません。 " ,
" Address book not found " => " アドレス帳が見つかりません " ,
" You do not have permissions to see this contact " => " この連絡先を閲覧する権限がありません " ,
" You do not have permissions to update this contact " => " この連絡先を更新する権限がありません " ,
" The backend for this contact does not support updating it " => " この連絡先のバックエンドは更新をサポートしていません " ,
" This backend not support adding contacts " => " このバックエンドは連絡先の追加をサポートしていません " ,
" Property not found " => " プロパティが見つかりません " ,
" Missing IM parameter for: " => " 不足しているIMパラメータ: " ,
2013-07-24 06:50:10 +02:00
" Unknown IM: " => " 不明なIM: " ,
2013-08-15 22:59:06 +02:00
" Error creating address book " => " アドレス帳の作成エラー " ,
" Error updating address book " => " アドレス帳の更新エラー " ,
" Error deleting address book " => " アドレス帳の削除エラー " ,
" Error creating contact. " => " 連絡先の作成エラー。 " ,
" Error deleting contact. " => " 連絡先の削除エラー。 " ,
" Error retrieving contact. " => " 連絡先の取得エラー " ,
" Error removing contact from other address book. " => " 他のアドレス帳からの連絡先の削除エラー " ,
2013-08-13 13:11:14 +02:00
" Couldn't find contact. " => " 連絡先が見つかりませんでした。 " ,
2013-08-15 22:59:06 +02:00
" Error merging into contact. " => " 連絡先へのマージエラー。 " ,
" Error saving contact to backend. " => " バックエンドへの連絡先の保存エラー " ,
2013-08-13 13:11:14 +02:00
" Property name is not set. " => " プロパティ名が設定されていません。 " ,
" Property checksum is not set. " => " プロパティのチェックサムが設定されていません。 " ,
2013-07-24 06:50:10 +02:00
" Information about vCard is incorrect. Please reload the page. " => " vCardの情報に誤りがあります。ページをリロードして下さい。 " ,
2013-08-15 22:59:06 +02:00
" Error setting property " => " プロパティの設定エラー " ,
" Error saving property to backend " => " バックエンドへのプロパティの保存エラー " ,
2013-08-13 13:11:14 +02:00
" No group name given. " => " グループ名が指定されていません。 " ,
2013-07-24 06:50:10 +02:00
" Error adding group. " => " グループの追加エラー。 " ,
2013-08-13 13:11:14 +02:00
" No group name to rename from given. " => " 名前変更元のグループ名が指定されていません。 " ,
" No group name to rename to given. " => " 名前変更先のグループ名が指定されていません。 " ,
2013-08-15 22:59:06 +02:00
" Error renaming group. " => " グループの名前変更エラー " ,
2013-07-24 06:50:10 +02:00
" Group ID missing from request. " => " リクエストにはグループIDがありません。 " ,
2013-08-13 13:11:14 +02:00
" Group name missing from request. " => " リクエストにはグループ名が不足しています。 " ,
2013-07-24 06:50:10 +02:00
" Contact ID missing from request. " => " リクエストには連絡先IDがありません。 " ,
2013-08-13 13:11:14 +02:00
" Attempt to upload blacklisted file: " => " ブラックリストファイルのアップロードの試行: " ,
" You do not have permissions to import into this address book. " => " このアドレス帳にインポートする権限がありません " ,
" File name missing from request. " => " リクエストにはファイル名が不足しています。 " ,
" Progress key missing from request. " => " リクエストにはプログレスキーが不足しています。 " ,
2013-08-15 22:59:06 +02:00
" Attempt to access blacklisted file: " => " ブラックリストファイルへのアクセスの試み: " ,
2013-08-13 13:11:14 +02:00
" No contacts found in: " => " 連絡先が見つかりません: " ,
" No key is given. " => " キーが指定されていません。 " ,
" No value is given. " => " 値が指定されていません。 " ,
2013-07-24 06:50:10 +02:00
" { name}'s Birthday " => " { name}の誕生日 " ,
" Contact " => " 連絡先 " ,
" Other " => " その他 " ,
" HomePage " => " ホームページ " ,
" Jabber " => " Jabber " ,
2013-08-13 13:11:14 +02:00
" Internet call " => " インターネット電話 " ,
2013-07-24 06:50:10 +02:00
" AIM " => " AIM " ,
" MSN " => " MSN " ,
" Twitter " => " Twitter " ,
" GoogleTalk " => " Googleトーク " ,
" Facebook " => " Facebook " ,
" XMPP " => " XMPP " ,
" ICQ " => " ICQ " ,
" Yahoo " => " Yahoo " ,
" Skype " => " Skype " ,
" QQ " => " QQ " ,
" GaduGadu " => " GaduGadu " ,
" Work " => " 週の始まり " ,
" Home " => " 住居 " ,
" Mobile " => " 携帯電話 " ,
" Text " => " TTY TDD " ,
" Voice " => " 音声番号 " ,
" Message " => " メッセージ " ,
" Fax " => " FAX " ,
" Video " => " テレビ電話 " ,
" Pager " => " ポケベル " ,
" Internet " => " インターネット " ,
" Friends " => " 友達 " ,
" Family " => " 家族 " ,
" New Contact " => " 新しい連絡先 " ,
2013-08-13 13:11:14 +02:00
" Group name " => " グループ名 " ,
2013-07-24 06:50:10 +02:00
" New Group " => " 新しいグループ " ,
2013-08-13 13:11:14 +02:00
" Address books " => " アドレス帳 " ,
" Display name " => " 表示名 " ,
" Add Address Book " => " アドレス帳を追加 " ,
2013-07-24 06:50:10 +02:00
" Import " => " インポート " ,
2013-08-13 13:11:14 +02:00
" Import into... " => " インポート ... " ,
" Select file... " => " ファイルを選択... " ,
2013-07-24 06:50:10 +02:00
" (De-)select all " => " すべての選択を解除 " ,
2013-08-13 13:11:14 +02:00
" Sort order " => " ソート順 " ,
" First- Lastname " => " 名 姓 " ,
" Last-, Firstname " => " 姓, 名 " ,
2013-07-24 06:50:10 +02:00
" Groups " => " グループ " ,
" Favorite " => " お気に入り " ,
2013-08-13 13:11:14 +02:00
" Merge selected " => " 選択をマージ " ,
2013-07-24 06:50:10 +02:00
" Close " => " 閉じる " ,
" Keyboard shortcuts " => " キーボードショートカット " ,
" Navigation " => " ナビゲーション " ,
" Next contact in list " => " リスト内の次の連絡先 " ,
" Previous contact in list " => " リスト内の前の連絡先 " ,
" Expand/collapse current addressbook " => " 現在のアドレス帳を展開する/折りたたむ " ,
" Next addressbook " => " 次のアドレス帳 " ,
" Previous addressbook " => " 前のアドレス帳 " ,
" Actions " => " アクション " ,
" Refresh contacts list " => " 連絡先リストを再読込する " ,
" Add new contact " => " 新しい連絡先を追加 " ,
" Add new addressbook " => " 新しいアドレス帳を追加 " ,
" Delete current contact " => " 現在の連絡先を削除 " ,
" <h3>You have no contacts in your addressbook.</h3><p>Add a new contact or import existing contacts from a VCF file.</p> " => " <h3>アドレスブックに連絡先がありません。</h3><p>新しい連絡先を追加、もしくは既存の連絡先をVCFファイルからインポートしてください。</p> " ,
" Add contact " => " 連絡先を追加 " ,
" Delete group " => " グループを削除 " ,
2013-08-13 13:11:14 +02:00
" Rename group " => " グループ名の変更 " ,
2013-08-15 22:59:06 +02:00
" Which contact should the data be merged into? " => " どの連絡先のデータをマージしますか? " ,
" Delete the other(s) after successful merge? " => " マージが成功した後に他を削除しますか? " ,
2013-07-24 06:50:10 +02:00
" Compose mail " => " メールを作成 " ,
" Delete current photo " => " 現在の写真を削除 " ,
" Edit current photo " => " 現在の写真を編集 " ,
" Upload new photo " => " 新しい写真をアップロード " ,
" Select photo from ownCloud " => " ownCloudから写真を選択 " ,
" First name " => " 名 " ,
" Additional names " => " ミドルネーム " ,
" Last name " => " 姓 " ,
2013-08-15 22:59:06 +02:00
" Select groups " => " グループを選択 " ,
" Select address book " => " アドレス帳を選択 " ,
2013-07-24 06:50:10 +02:00
" Nickname " => " ニックネーム " ,
" Enter nickname " => " ニックネームを入力 " ,
" Title " => " タイトル " ,
2013-08-13 13:11:14 +02:00
" Enter title " => " タイトルを入力 " ,
2013-07-24 06:50:10 +02:00
" Organization " => " 所属 " ,
2013-08-15 22:59:06 +02:00
" Enter organization " => " 組織を入力 " ,
2013-07-24 06:50:10 +02:00
" Birthday " => " 誕生日 " ,
" Notes go here... " => " メモはここに... " ,
2013-08-13 13:11:14 +02:00
" Export as VCF " => " VCFとしてエクスポート " ,
2013-07-24 06:50:10 +02:00
" Phone " => " 電話番号 " ,
" Email " => " メール " ,
" Instant Messaging " => " インスタントメッセージ " ,
" Address " => " アドレス " ,
" Note " => " メモ " ,
" Web site " => " ウェブサイト " ,
" Delete contact " => " 連絡先の削除 " ,
" Preferred " => " 推奨 " ,
" Please specify a valid email address. " => " 連絡先を追加 " ,
" someone@example.com " => " someone@example.com " ,
" Mail to address " => " アドレスへメールを送る " ,
" Delete email address " => " メールアドレスを削除 " ,
" Enter phone number " => " 電話番号を入力 " ,
" Delete phone number " => " 電話番号を削除 " ,
" Go to web site " => " Webサイトへ移動 " ,
" Delete URL " => " URLを削除 " ,
" View on map " => " 地図で表示 " ,
" Delete address " => " 住所を削除 " ,
" 1 Main Street " => " 番地 " ,
" Street address " => " 住所1 " ,
" 12345 " => " 12345 " ,
" Postal code " => " 郵便番号 " ,
" Your city " => " 市 " ,
" City " => " 都市 " ,
" Some region " => " 都道府県 " ,
2013-08-15 22:59:06 +02:00
" State or province " => " 州/県 " ,
2013-07-24 06:50:10 +02:00
" Your country " => " 国 " ,
" Country " => " 国名 " ,
" Instant Messenger " => " インスタントメッセンジャー " ,
" Delete IM " => " IMを削除 " ,
" Share " => " 共有 " ,
" Export " => " エクスポート " ,
2013-08-13 13:11:14 +02:00
" CardDAV link " => " CardDAVリンク " ,
2013-07-24 06:50:10 +02:00
" The temporary image has been removed from cache. " => " 一時画像はキャッシュから削除されました。 " ,
" CardDAV syncing addresses " => " CardDAV同期アドレス " ,
" more info " => " さらに " ,
" Primary address (Kontact et al) " => " プライマリアドレス(コンタクト等) " ,
" iOS/OS X " => " iOS/OS X " ,
" Addressbooks " => " アドレス帳 " ,
" New Address Book " => " 新規のアドレス帳 " ,
" Name " => " 名前 " ,
" Description " => " 説明 "
2012-01-11 01:06:59 +01:00
);