pl.php 1.8 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859
  1. <?php
  2. return array(
  3. /**
  4. * Menu items and titles
  5. */
  6. 'thewire' => "The Wire",
  7. 'thewire:everyone' => "All wire posts",
  8. 'thewire:user' => "%s's wire posts",
  9. 'thewire:friends' => "Friends' wire posts",
  10. 'thewire:replying' => "Replying to %s (@%s) who wrote",
  11. 'thewire:thread' => "Wątek",
  12. 'thewire:charleft' => "znaków pozostało",
  13. 'thewire:tags' => "Wire posts tagged with '%s'",
  14. 'thewire:noposts' => "No wire posts yet",
  15. 'item:object:thewire' => "Wire posts",
  16. 'thewire:by' => 'Wire post by %s',
  17. 'thewire:previous:help' => "Zobacz poprzedni wpis",
  18. 'thewire:hide:help' => "Ukryj poprzedni wpis",
  19. /**
  20. * The wire river
  21. */
  22. 'river:create:object:thewire' => "%s napisał do %s",
  23. 'thewire:wire' => 'the wire',
  24. /**
  25. * Wire widget
  26. */
  27. 'thewire:widget:desc' => 'Display your latest wire posts',
  28. 'thewire:num' => 'Liczba postów do wyświetlenia',
  29. 'thewire:moreposts' => 'More wire posts',
  30. /**
  31. * Status messages
  32. */
  33. 'thewire:posted' => "Your message was successfully posted to the wire.",
  34. 'thewire:deleted' => "The wire post was successfully deleted.",
  35. 'thewire:blank' => "Musisz wprowadzić jakiś tekst przed wysłaniem.",
  36. 'thewire:notfound' => "Sorry, we could not find the specified wire post.",
  37. 'thewire:notsaved' => "Przepraszamy, nie udało się zapisać tego wpisu na Wire",
  38. 'thewire:notdeleted' => "Sorry. We could not delete this wire post.",
  39. /**
  40. * Notifications
  41. */
  42. 'thewire:notify:summary' => 'Nowy wpis na Wire: %s',
  43. 'thewire:notify:subject' => "Nowy wpis na Wire od %s",
  44. 'thewire:notify:reply' => '%s responded to %s on the wire:',
  45. 'thewire:notify:post' => '%s posted on the wire:',
  46. 'thewire:notify:footer' => "Wyświetl i odpowiedz:\n%s",
  47. /**
  48. * Settings
  49. */
  50. 'thewire:settings:limit' => "Maximum number of characters for wire messages:",
  51. 'thewire:settings:limit:none' => "Bez limitu",
  52. );