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

27 lines
1.2 KiB
PHP
Raw Normal View History

2012-09-11 02:07:59 +02:00
<?php $TRANSLATIONS = array(
"Bookmarks" => "ブックマーク",
2012-10-11 02:10:53 +02:00
"Tags" => "タグ",
2012-10-14 02:11:45 +02:00
"Edit bookmark" => "ブックマークを編集",
"Are you sure you want to remove this tag from every entry?" => "すべてのエントリからこのタグを削除してもよろしいですか?",
"Warning" => "警告",
2012-09-14 02:04:08 +02:00
"Bookm." => "ブックマーク",
2012-10-14 02:11:45 +02:00
"Add a bookmark" => "ブックマークを追加",
"Close" => "閉じる",
"The title of the page" => "ページのタイトル",
"The address of the page" => "ページのアドレス",
"Description of the page" => "ページの説明",
"Save" => "保存",
2012-11-01 00:03:46 +01:00
"Delete" => "削除",
2012-11-08 00:03:47 +01:00
"Edit" => "編集",
2012-11-01 00:03:46 +01:00
"Cancel" => "キャンセル",
2012-11-08 00:03:47 +01:00
"Drag this to your browser bookmarks and click it, when you want to bookmark a webpage quickly:" => "Webページをすぐにブックマークしたい場合は、これをブラウザのブックマークにドラッグし、クリックしてください:",
"Read later" => "後で確認",
2012-09-11 02:07:59 +02:00
"Address" => "アドレス",
2012-11-09 00:03:56 +01:00
"Add" => "追加",
2012-10-14 02:11:45 +02:00
"Related Tags" => "関連タグ",
2012-11-02 00:03:14 +01:00
"Settings" => "設定",
2012-09-11 02:07:59 +02:00
"You have no bookmarks" => "ブックマークがありません",
2012-11-04 00:03:02 +01:00
"Export" => "エクスポート",
"Import" => "インポート"
2012-09-11 02:07:59 +02:00
);