Blame view

sources/apps/bookmarks/l10n/ja.php 1.83 KB
6d9380f96   Cédric Dupont   Update sources OC...
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
  <?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" => "インポート"
  );