| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859 | 
							- <?php
 
- return array(
 
- 	/**
 
- 	 * Menu items and titles
 
- 	 */
 
- 	'thewire' => "The wire",
 
- 	'thewire:everyone' => "Alle wire indlæg",
 
- 	'thewire:user' => "%s's wire indlæg",
 
- 	'thewire:friends' => "Dine venner på the wire",
 
- 	'thewire:replying' => "Svar til %s (@%s) som skrev",
 
- 	'thewire:thread' => "Tråd",
 
- 	'thewire:charleft' => "tegn tilbage",
 
- 	'thewire:tags' => "Wire indlæg tagged med '%s'",
 
- 	'thewire:noposts' => "Ingen wire indlæg endnu",
 
- 	'item:object:thewire' => "Wire indlæg",
 
- 	'thewire:by' => 'Wire post by %s',
 
- 	'thewire:previous:help' => "Se tidligere indlæg",
 
- 	'thewire:hide:help' => "Gem tidligere indlæg",
 
- 	/**
 
- 	 * The wire river
 
- 	 */
 
- 	'river:create:object:thewire' => "%s skrev til %s",
 
- 	'thewire:wire' => 'wire',
 
- 	/**
 
- 	 * Wire widget
 
- 	 */
 
- 	'thewire:widget:desc' => 'Vis dine seneste wire indlæg',
 
- 	'thewire:num' => 'Antal indlæg der skal vises',
 
- 	'thewire:moreposts' => 'Ikke flere wire indlæg',
 
- 	/**
 
- 	 * Status messages
 
- 	 */
 
- 	'thewire:posted' => "Dit indlæg blev postet til the wire.",
 
- 	'thewire:deleted' => "Dit wire indlæg er blevet slettet.",
 
- 	'thewire:blank' => "Beklager, du skal skrive noget i tekstboksen, før det kan gemmes.",
 
- 	'thewire:notfound' => "Beklager, vi kunne ikke finde det specificerede wire indlæg.",
 
- 	'thewire:notsaved' => "Beklager. Vi kunne ikke gemme dette wire indlæg.",
 
- 	'thewire:notdeleted' => "Beklager, vi kunne ikke slette dette wire indlæg.",
 
- 	/**
 
- 	 * Notifications
 
- 	 */
 
- 	'thewire:notify:summary' => 'Nyt wire indlæg: %s',
 
- 	'thewire:notify:subject' => "Nyt wire indlæg af %s",
 
- 	'thewire:notify:reply' => '%s svarede på %s på the wire:',
 
- 	'thewire:notify:post' => '%s skrev på the wire:',
 
- 	'thewire:notify:footer' => "See og svar:\n%s",
 
- 	/**
 
- 	 * Settings
 
- 	 */
 
- 	'thewire:settings:limit' => "Maximum number of characters for wire messages:",
 
- 	'thewire:settings:limit:none' => "No limit",
 
- );
 
 
  |