ja.php 2.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859
  1. <?php
  2. return array(
  3. /**
  4. * Menu items and titles
  5. */
  6. 'thewire' => "つぶやき",
  7. 'thewire:everyone' => "みんなのつぶやき",
  8. 'thewire:user' => "%s さんのつぶやき",
  9. 'thewire:friends' => "友達のつぶやき",
  10. 'thewire:replying' => "返信: %s (@%s) さんへ 内容",
  11. 'thewire:thread' => "スレッド",
  12. 'thewire:charleft' => "残りの文字数(半角文字で)",
  13. 'thewire:tags' => "「 %s 」でタグ付けされたつぶやき",
  14. 'thewire:noposts' => "つぶやきはありません",
  15. 'item:object:thewire' => "つぶやき",
  16. 'thewire:by' => '%s さんのつぶやき',
  17. 'thewire:previous:help' => "前の投稿を見る",
  18. 'thewire:hide:help' => "前の投稿隠す",
  19. /**
  20. * The wire river
  21. */
  22. 'river:create:object:thewire' => "%s さんが %s に投稿しました",
  23. 'thewire:wire' => 'つぶやき',
  24. /**
  25. * Wire widget
  26. */
  27. 'thewire:widget:desc' => 'アタナの最近のつぶやきを表示',
  28. 'thewire:num' => '表示数',
  29. 'thewire:moreposts' => 'もっと見る',
  30. /**
  31. * Status messages
  32. */
  33. 'thewire:posted' => "あなたのつぶやきを投稿しました。",
  34. 'thewire:deleted' => "つぶやきを削除しまいした。",
  35. 'thewire:blank' => "申し訳ありません、入力欄が空欄なので投稿できません。",
  36. 'thewire:notfound' => "申し訳ありません、お探しの投稿は見つかりませんでした。",
  37. 'thewire:notsaved' => "申し訳ありません。このつぶやきを保存できませんでした",
  38. 'thewire:notdeleted' => "申し訳ありません、この投稿を削除できませんでした。",
  39. /**
  40. * Notifications
  41. */
  42. 'thewire:notify:summary' => '新しいつぶやき: %s',
  43. 'thewire:notify:subject' => "%s さんの新しいつぶやき",
  44. 'thewire:notify:reply' => '%s さんが %s さんのつぶやきに返答しました:',
  45. 'thewire:notify:post' => '%s さんはつぶやきました:',
  46. 'thewire:notify:footer' => "閲覧・返答するには:\n%s",
  47. /**
  48. * Settings
  49. */
  50. 'thewire:settings:limit' => "つぶやきに使用できる最大の文字数:",
  51. 'thewire:settings:limit:none' => "制限なし",
  52. );