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

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

Missed some files.

File size: 221 bytes
Line 
1define(
2({
3        displayOptions: "[pilihan tampilan]",
4        title: "Judul",
5        authors: "Penulis",
6        contributors: "kontributor",
7        id: "ID",
8        close: "[tutup]",
9        updated: "Diperbarui",
10        summary: "Ringkasan",
11        content: "Konten"
12})
13);
14
Note: See TracBrowser for help on using the repository browser.