1
0
mirror of https://github.com/owncloud/bookmarks.git synced 2024-12-01 05:24:11 +01:00
OwncloudBookmarksOfficial/l10n/ja_JP.php
2012-11-09 00:03:56 +01:00

27 lines
1.2 KiB
PHP

<?php $TRANSLATIONS = array(
"Bookmarks" => "ブックマーク",
"Tags" => "タグ",
"Edit bookmark" => "ブックマークを編集",
"Are you sure you want to remove this tag from every entry?" => "すべてのエントリからこのタグを削除してもよろしいですか?",
"Warning" => "警告",
"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ページをすぐにブックマークしたい場合は、これをブラウザのブックマークにドラッグし、クリックしてください:",
"Read later" => "後で確認",
"Address" => "アドレス",
"Add" => "追加",
"Related Tags" => "関連タグ",
"Settings" => "設定",
"You have no bookmarks" => "ブックマークがありません",
"Export" => "エクスポート",
"Import" => "インポート"
);