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

Delete ja_JP.php

This commit is contained in:
Volkan Gezer 2014-08-18 13:42:08 +02:00
parent 09b9beaf5f
commit e4b4dc5210

View File

@ -1,35 +0,0 @@
<?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" => "インポート"
);