| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859 | 
							- <?php
 
- return array(
 
- 	/**
 
- 	 * Menu items and titles
 
- 	 */
 
- 	'thewire' => "The Wire",
 
- 	'thewire:everyone' => "All wire posts",
 
- 	'thewire:user' => "%s's wire posts",
 
- 	'thewire:friends' => "Friends' wire posts",
 
- 	'thewire:replying' => "Replying to %s (@%s) who wrote",
 
- 	'thewire:thread' => "Wątek",
 
- 	'thewire:charleft' => "znaków pozostało",
 
- 	'thewire:tags' => "Wire posts tagged with '%s'",
 
- 	'thewire:noposts' => "No wire posts yet",
 
- 	'item:object:thewire' => "Wire posts",
 
- 	'thewire:by' => 'Wire post by %s',
 
- 	'thewire:previous:help' => "Zobacz poprzedni wpis",
 
- 	'thewire:hide:help' => "Ukryj poprzedni wpis",
 
- 	/**
 
- 	 * The wire river
 
- 	 */
 
- 	'river:create:object:thewire' => "%s napisał do %s",
 
- 	'thewire:wire' => 'the wire',
 
- 	/**
 
- 	 * Wire widget
 
- 	 */
 
- 	'thewire:widget:desc' => 'Display your latest wire posts',
 
- 	'thewire:num' => 'Liczba postów do wyświetlenia',
 
- 	'thewire:moreposts' => 'More wire posts',
 
- 	/**
 
- 	 * Status messages
 
- 	 */
 
- 	'thewire:posted' => "Your message was successfully posted to the wire.",
 
- 	'thewire:deleted' => "The wire post was successfully deleted.",
 
- 	'thewire:blank' => "Musisz wprowadzić jakiś tekst przed wysłaniem.",
 
- 	'thewire:notfound' => "Sorry, we could not find the specified wire post.",
 
- 	'thewire:notsaved' => "Przepraszamy, nie udało się zapisać tego wpisu na Wire",
 
- 	'thewire:notdeleted' => "Sorry. We could not delete this wire post.",
 
- 	/**
 
- 	 * Notifications
 
- 	 */
 
- 	'thewire:notify:summary' => 'Nowy wpis na Wire: %s',
 
- 	'thewire:notify:subject' => "Nowy wpis na Wire od %s",
 
- 	'thewire:notify:reply' => '%s responded to %s on the wire:',
 
- 	'thewire:notify:post' => '%s posted on the wire:',
 
- 	'thewire:notify:footer' => "Wyświetl i odpowiedz:\n%s",
 
- 	/**
 
- 	 * Settings
 
- 	 */
 
- 	'thewire:settings:limit' => "Maximum number of characters for wire messages:",
 
- 	'thewire:settings:limit:none' => "Bez limitu",
 
- );
 
 
  |