diff options
Diffstat (limited to 'js/dojo-1.7.2/dojox/atom/widget/nls/cs/FeedEntryViewer.js')
| -rw-r--r-- | js/dojo-1.7.2/dojox/atom/widget/nls/cs/FeedEntryViewer.js | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/js/dojo-1.7.2/dojox/atom/widget/nls/cs/FeedEntryViewer.js b/js/dojo-1.7.2/dojox/atom/widget/nls/cs/FeedEntryViewer.js new file mode 100644 index 0000000..9963791 --- /dev/null +++ b/js/dojo-1.7.2/dojox/atom/widget/nls/cs/FeedEntryViewer.js @@ -0,0 +1,16 @@ +//>>built +define( +"dojox/atom/widget/nls/cs/FeedEntryViewer", //begin v1.x content +({ + displayOptions: "[volby zobrazení]", + title: "Název", + authors: "Autoři", + contributors: "Přispěvatelé", + id: "ID", + close: "[zavřít]", + updated: "Aktualizováno", + summary: "Souhrn", + content: "Obsah" +}) +//end v1.x content +); |
