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
" Some Error happened. " => " エラーが発生しました。 " ,
2014-11-28 08:10:17 +01:00
" Error " => " エラー " ,
2015-07-21 08:10:36 +02:00
" Tags " => " タグ " ,
2015-02-07 08:10: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
" 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 " => " キャンセル " ,
2015-05-02 08:10:25 +02:00
" Drag this to your browser bookmarks and click it, when you want to bookmark a webpage quickly: " => " Webページをすぐにブックマークしたい場合は、これをブラウザーのブックマークにドラッグし、クリックしてください: " ,
2014-03-13 22:27:19 +01:00
" Add to ownCloud " => " ownCloud に追加 " ,
" Address " => " アドレス " ,
2014-12-31 08:10:17 +01:00
" Filterable Tags " => " 絞り込み可能なタグ " ,
2014-03-13 22:27:19 +01:00
" 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 " => " ブックマークレット " ,
2015-02-07 08:10:19 +01:00
" Export & Import " => " エクスポートとインポート " ,
2014-03-13 22:27:19 +01:00
" Export " => " エクスポート " ,
" Import " => " インポート "
);
2014-10-27 21:18:24 +01:00
$PLURAL_FORMS = " nplurals=1; plural=0; " ;