source: Dev/trunk/src/client/dojox/atom/widget/nls/nb/FeedEntryViewer.js

Last change on this file was 483, checked in by hendrikvanantwerpen, 11 years ago

Added Dojo 1.9.3 release.

File size: 229 bytes
Line 
1define(
2({
3        displayOptions: "[visningsalternativer]",
4        title: "Tittel",
5        authors: "Forfattere",
6        contributors: "Bidragsytere",
7        id: "ID",
8        close: "[lukk]",
9        updated: "Oppdatert",
10        summary: "Sammendrag",
11        content: "Innhold"
12})
13);
Note: See TracBrowser for help on using the repository browser.