source:
Dev/trunk/src/client/dojox/atom/widget/nls/sv/FeedEntryViewer.js
Last change on this file was 483, checked in by hendrikvanantwerpen, 11 years ago | |
---|---|
File size: 229 bytes |
Line | |
---|---|
1 | define( |
2 | ({ |
3 | displayOptions: "[visningsalternativ]", |
4 | title: "Namn", |
5 | authors: "Författare", |
6 | contributors: "Medverkande", |
7 | id: "ID", |
8 | close: "[stÀng]", |
9 | updated: "Uppdaterat", |
10 | summary: "Ãversikt", |
11 | content: "Innehåll" |
12 | }) |
13 | ); |
Note: See TracBrowser
for help on using the repository browser.