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

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

Added Dojo 1.9.3 release.

File size: 236 bytes
Line 
1define(
2({
3        displayOptions: "[opcje wyświetlania]",
4        title: "Tytuł",
5        authors: "Autorzy",
6        contributors: "Kontrybutorzy",
7        id: "ID",
8        close: "[zamknij]",
9        updated: "Zaktualizowano",
10        summary: "Podsumowanie",
11        content: "Treść"
12})
13);
Note: See TracBrowser for help on using the repository browser.