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

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

Added Dojo 1.9.3 release.

File size: 228 bytes
Line 
1define(
2({
3        displayOptions: "[volby zobrazení]",
4        title: "Název",
5        authors: "Autoři",
6        contributors: "Přispěvatelé",
7        id: "ID",
8        close: "[zavřít]",
9        updated: "Aktualizováno",
10        summary: "Souhrn",
11        content: "Obsah"
12})
13);
Note: See TracBrowser for help on using the repository browser.