1
0
mirror of https://github.com/owncloud/bookmarks.git synced 2024-11-29 04:24:11 +01:00
OwncloudBookmarksOfficial/l10n/ja_JP.php
2013-11-29 14:17:25 -05:00

36 lines
1.8 KiB
PHP

<?php $TRANSLATIONS = array(
"No file provided for import" => "インポートするファイルが指定されていません",
"Unsupported file type for import" => "インポートでは未サポートのファイルタイプ",
"Bookmarks" => "ブックマーク",
"Tags" => "タグ",
"Filter by tag" => "タグによるフィルタ",
"Edit bookmark" => "ブックマークを編集",
"Are you sure you want to remove this tag from every entry?" => "すべてのエントリからこのタグを削除してもよろしいですか?",
"Warning" => "警告",
"Import error" => "インポートエラー",
"Import completed successfully." => "インポートは正常に完了しました。",
"Uploading..." => "アップロード中...",
"Bookm." => "ブックマーク",
"Add a bookmark" => "ブックマークを追加",
"Close" => "閉じる",
"The title of the page" => "ページのタイトル",
"The address of the page" => "ページのアドレス",
"Description of the page" => "ページの説明",
"Save" => "保存",
"Delete" => "削除",
"Edit" => "編集",
"Cancel" => "キャンセル",
"Drag this to your browser bookmarks and click it, when you want to bookmark a webpage quickly:" => "Webページをすぐにブックマークしたい場合は、これをブラウザのブックマークにドラッグし、クリックしてください:",
"Add to ownCloud" => "ownCloud に追加",
"Address" => "アドレス",
"Add" => "追加",
"Related Tags" => "関連タグ",
"Settings" => "設定",
"You have no bookmarks" => "ブックマークがありません",
"You can also try to import a bookmark file" => "ブックマークファイルのインポートも可能です",
"Bookmarklet" => "ブックマークレット",
"Export & Import" => "エクスポート&インポート",
"Export" => "エクスポート",
"Import" => "インポート"
);