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

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

Added Dojo 1.9.3 release.

File size: 222 bytes
Line 
1define(
2({
3        displayOptions: "[mostra opcions]",
4        title: "Títol",
5        authors: "Autors",
6        contributors: "Col·laboradors",
7        id: "ID",
8        close: "[tanca]",
9        updated: "Actualitzat",
10        summary: "Resum",
11        content: "Contingut"
12})
13);
Note: See TracBrowser for help on using the repository browser.