dictionary_no.php from Brim at Krugle
Show dictionary_no.php syntax highlighted
<?php
/**
* This file is part of the Brim project.
* The brim project is located at the following
* location: {@link http://www.brim-project.org http://www.brim-project.org}
*
* <pre> Enjoy :-) </pre>
*
* @author Barry Nauta
* @package org.brim-project.plugins.bookmarks
* @subpackage i18n
*
* @copyright Brim - Copyright (c) 2003 - 2006 Barry Nauta
*
* @license http://opensource.org/licenses/gpl-license.php
* The GNU Public License
*/
if (!isset ($dictionary))
{
$dictionary = array ();
}
$dictionary['item_quick_help']='Klikk på mappe/element-ikonet foran linjen for å flytte/slette/endre en lenke.<br /><br />For å flytte en lenke til en annen mappe eller til toppen, <br />klikk på ENDRE => Flytt => klikk på den mappen du vil flytte lenken til.';
$dictionary['item_title']='Bookmerker';
$dictionary['locatorMissing']='URL mangler';
$dictionary['modifyBookmarkPreferences']='Endre innstillinger for bokmerker';
$dictionary['quickmark']='Hurtigmerke';
$dictionary['showBookmarkDetails']='Vis detaljer';
$dictionary['sidebar']='Sidepanel';
$dictionary['yourPublicBookmarks']='Dine delte bokmerker';
?>
See more files for this project here