source:
Dev/trunk/src/client/dojox/atom/widget/nls/hr/FeedEntryViewer.js
Last change on this file was 483, checked in by hendrikvanantwerpen, 11 years ago | |
---|---|
File size: 224 bytes |
Line | |
---|---|
1 | define( |
2 | ({ |
3 | displayOptions: "[opcije prikaza]", |
4 | title: "Naslov", |
5 | authors: "Autori", |
6 | contributors: "Doprinositelji", |
7 | id: "ID", |
8 | close: "[zatvori]", |
9 | updated: "AÅŸurirano", |
10 | summary: "SaÅŸetak", |
11 | content: "SadrÅŸaj" |
12 | }) |
13 | ); |
Note: See TracBrowser
for help on using the repository browser.