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

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

Added Dojo 1.9.3 release.

File size: 224 bytes
Line 
1define(
2({
3        displayOptions: "[visningsindstillinger]",
4        title: "Titel",
5        authors: "Forfattere",
6        contributors: "Bidragydere",
7        id: "Id",
8        close: "[luk]",
9        updated: "Opdateret",
10        summary: "Resumé",
11        content: "Indhold"
12})
13);
Note: See TracBrowser for help on using the repository browser.