Norwegian Linklist translation

Discussion corner for Developers of Serendipity.
Post Reply
frodeste
Regular
Posts: 56
Joined: Thu Aug 04, 2005 9:16 pm
Location: Tønsberg, Norway
Contact:

Norwegian Linklist translation

Post by frodeste »

@define('PLUGIN_LINKS_NAME', ’Bokmerkeliste’);
@define('PLUGIN_LINKS_BLAHBLAH', 'Bokmerker – Viser dine favoritt bokmerker i sidebar.');
@define('PLUGIN_LINKS_TITLE', 'Tittel');
@define('PLUGIN_LINKS_TITLE_BLAHBLAH', 'Skriv tittel på bokmerke her');
@define('PLUGIN_LINKS_TOP_LEVEL', ‘Toppnivå tekst’);
@define('PLUGIN_LINKS_TOP_LEVEL_BLAHBLAH', 'Skriv inn hvilken som helst tekst du vil skal stå øverst (kan gjerne være tomt)');
@define('PLUGIN_LINKS_DIRECTXML', ‘Skriv inn XML kode direkte’);
@define('PLUGIN_LINKS_DIRECTXML_BLAHBLAH', 'Kan kan redigere xml koden direkte, eller bruke en webside for oppdatering av bokmerker.');
@define('PLUGIN_LINKS_LINKS', 'Bokmerker');
@define('PLUGIN_LINKS_LINKS_BLAHBLAH', 'use XML!! - for directories use "<dir name="dirname"> and close with </dir> - for links use "<link name="linkname" link="http://link.com/" />');
@define('PLUGIN_LINKS_OPENALL', 'Vis all tekst');
@define('PLUGIN_LINKS_OPENALL_BLAHBLAH', 'Enter the string for "Open All" link'); //translate
@define('PLUGIN_LINKS_OPENALL_DEFAULT', 'Vis alt');
@define('PLUGIN_LINKS_CLOSEALL', 'Steng all tekst');
@define('PLUGIN_LINKS_CLOSEALL_BLAHBLAH', 'Enter the string for "Close All" link'); //translate
@define('PLUGIN_LINKS_CLOSEALL_DEFAULT', 'Steng alt');
@define('PLUGIN_LINKS_SHOW', 'Show Open and Close links'); //translate
@define('PLUGIN_LINKS_SHOW_BLAHBLAH', 'Do you want to see "open all" and "close all" links?'); //translate
@define('PLUGIN_LINKS_LOCATION', 'Location of Open and Close links'); //translate
@define('PLUGIN_LINKS_LOCATION_BLAHBLAH', 'Location of "open all" and "close all" links'); //translate
@define('PLUGIN_LINKS_LOCATION_TOP', 'Topp');
@define('PLUGIN_LINKS_LOCATION_BOTTOM', 'Bunn');
@define('PLUGIN_LINKS_SELECTION', 'Use selection'); //translate
@define('PLUGIN_LINKS_SELECTION_BLAHBLAH', 'If you say TRUE, nodes can be selected(highlighted)'); //translate
@define('PLUGIN_LINKS_COOKIE', 'Use cookies'); //translate
@define('PLUGIN_LINKS_COOKIE_BLAHBLAH', 'If you say TRUE, the tree uses cookies to remember it\'s state'); //translate
@define('PLUGIN_LINKS_LINE', 'Use lines'); //translate
@define('PLUGIN_LINKS_LINE_BLAHBLAH', 'If you say TRUE, tree is drawn with lines'); //translate
@define('PLUGIN_LINKS_ICON', 'Use icons'); //translate
@define('PLUGIN_LINKS_ICON_BLAHBLAH', 'If you say TRUE, tree is drawn with icons'); //translate
@define('PLUGIN_LINKS_STATUS', 'Use status text'); //translate
@define('PLUGIN_LINKS_STATUS_BLAHBLAH', 'If you say TRUE, displays node names in the statusbar instead of the url'); //translate
@define('PLUGIN_LINKS_CLOSELEVEL', 'Close same level'); //translate
@define('PLUGIN_LINKS_CLOSELEVEL_BLAHBLAH', 'If you say TRUE, only one node within a parent can be expanded at the same time. "open all" and "close all" do not work when this is enabled');
@define('PLUGIN_LINKS_TARGET', 'Mål');
@define('PLUGIN_LINKS_TARGET_BLAHBLAH', 'Target for the links - could be "_blank", "_self", "_top", "_parent" or name of a frame'); //translate
@define('PLUGIN_LINKS_IMGDIR', 'Use plugin image directory'); //translate
@define('PLUGIN_LINKS_IMGDIR_BLAHBLAH', 'If set to "yes" the plugin will assume images will be in the plugins folder. If set to "no" the plugin will point image paths to "/templates/default/img/". Turning plugin image path off is necessary for shared installs, but will require the images be moved manually'); //translate
@define('PLUGIN_LINKS_STYLE', 'Use "dtree" styling'); //translate
@define('PLUGIN_LINKS_STYLE_BLAHBLAH', 'Using dtree styling provides a cleaner look, but does not allow links to be parsed by bots'); //translate
-- frodeste
www.stenstrom.no
garvinhicking
Core Developer
Posts: 30022
Joined: Tue Sep 16, 2003 9:45 pm
Location: Cologne, Germany
Contact:

Re: Norwegian Linklist translation

Post by garvinhicking »

Could you please post this as a .txt file on a link somewhere? I am having difficulties extracing the ISO-special chars here from the forums. Or send it as an attachment to my mail address.

If possible, please provide a .zip attachment with an UTF-8 version of the file in a UTF-8 subfolder.

Regards,
Garvin
# Garvin Hicking (s9y Developer)
# Did I help you? Consider making me happy: http://wishes.garv.in/
# or use my PayPal account "paypal {at} supergarv (dot) de"
# My "other" hobby: http://flickr.garv.in/
frodeste
Regular
Posts: 56
Joined: Thu Aug 04, 2005 9:16 pm
Location: Tønsberg, Norway
Contact:

Re: Norwegian Linklist translation

Post by frodeste »

garvinhicking wrote:Could you please post this as a .txt file on a link somewhere? I am having difficulties extracing the ISO-special chars here from the forums. Or send it as an attachment to my mail address.

If possible, please provide a .zip attachment with an UTF-8 version of the file in a UTF-8 subfolder.

Regards,
Garvin
I don't have you email address. If I did I would send it there. :)

You could maybe give me yours?
-- frodeste
www.stenstrom.no
garvinhicking
Core Developer
Posts: 30022
Joined: Tue Sep 16, 2003 9:45 pm
Location: Cologne, Germany
Contact:

Re: Norwegian Linklist translation

Post by garvinhicking »

Look at the signature of my posting, the nice "email" button :-)

Regards,
Garvin
# Garvin Hicking (s9y Developer)
# Did I help you? Consider making me happy: http://wishes.garv.in/
# or use my PayPal account "paypal {at} supergarv (dot) de"
# My "other" hobby: http://flickr.garv.in/
Post Reply