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

36 lines
1.8 KiB
PHP
Raw Normal View History

2012-09-11 02:07:59 +02:00
<?php $TRANSLATIONS = array(
2013-02-22 00:05:10 +01:00
"No file provided for import" => "インポートするファイルが指定されていません",
2012-11-14 00:03:53 +01:00
"Unsupported file type for import" => "インポートでは未サポートのファイルタイプ",
2012-09-11 02:07:59 +02:00
"Bookmarks" => "ブックマーク",
2012-10-11 02:10:53 +02:00
"Tags" => "タグ",
2012-11-14 00:03:53 +01:00
"Filter by tag" => "タグによるフィルタ",
2012-10-14 02:11:45 +02:00
"Edit bookmark" => "ブックマークを編集",
"Are you sure you want to remove this tag from every entry?" => "すべてのエントリからこのタグを削除してもよろしいですか?",
"Warning" => "警告",
2013-02-22 00:05:10 +01:00
"Import error" => "インポートエラー",
2012-11-14 00:03:53 +01:00
"Import completed successfully." => "インポートは正常に完了しました。",
"Uploading..." => "アップロード中...",
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ページをすぐにブックマークしたい場合は、これをブラウザのブックマークにドラッグし、クリックしてください:",
2013-11-29 20:17:25 +01:00
"Add to ownCloud" => "ownCloud に追加",
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-14 00:03:53 +01:00
"You can also try to import a bookmark file" => "ブックマークファイルのインポートも可能です",
"Bookmarklet" => "ブックマークレット",
"Export & Import" => "エクスポート&インポート",
2012-11-04 00:03:02 +01:00
"Export" => "エクスポート",
"Import" => "インポート"
2012-09-11 02:07:59 +02:00
);