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

40 lines
2.3 KiB
PHP
Raw Normal View History

2014-10-27 21:18:24 +01:00
<?php
$TRANSLATIONS = array(
2014-11-27 08:10:23 +01:00
"Bookmarks" => "ブックマーク",
"Bookm." => "ブックマーク",
2014-03-13 22:27:19 +01:00
"No file provided for import" => "インポートするファイルが指定されていません",
"Unsupported file type for import" => "インポートでは未サポートのファイルタイプ",
2014-11-30 08:10:17 +01:00
"Bookmark added. You can close the window now." => "ブックマークは追加されました。ウインドウを閉じることができます。",
"Bookmark added successfully" => "ブックマークの追加に成功しました",
"Some Error happened." => "エラーが発生しました。",
2014-11-28 08:10:17 +01:00
"Error" => "エラー",
2014-03-13 22:27:19 +01:00
"Filter by tag" => "タグによるフィルタ",
2014-11-30 08:10:17 +01:00
"Are you sure you want to remove this bookmark?" => "このブックマークを削除してもよろしいですか?",
2014-03-13 22:27:19 +01:00
"Warning" => "警告",
2014-11-27 08:10:23 +01:00
"Tags" => "タグ",
"Are you sure you want to remove this tag from every entry?" => "すべてのエントリからこのタグを削除してもよろしいですか?",
2014-03-13 22:27:19 +01:00
"Import error" => "インポートエラー",
"Import completed successfully." => "インポートは正常に完了しました。",
"Uploading..." => "アップロード中...",
"Add a bookmark" => "ブックマークを追加",
2014-11-30 08:10:17 +01:00
"This URL is already bookmarked! Overwrite?" => "このURLはすでにブックマークされています上書きしますか",
2014-03-13 22:27:19 +01:00
"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" => "追加",
"You have no bookmarks" => "ブックマークがありません",
2014-11-30 08:10:17 +01:00
"You can also import a bookmark file" => "ブックマークファイルをインポートすることもできます。",
2014-03-13 22:27:19 +01:00
"Bookmarklet" => "ブックマークレット",
"Export & Import" => "エクスポート&インポート",
"Export" => "エクスポート",
"Import" => "インポート"
);
2014-10-27 21:18:24 +01:00
$PLURAL_FORMS = "nplurals=1; plural=0;";