17 lines
341 B
JavaScript
17 lines
341 B
JavaScript
//>>built
|
|
define(
|
|
"dojox/atom/widget/nls/pl/FeedEntryViewer", //begin v1.x content
|
|
({
|
|
displayOptions: "[opcje wyświetlania]",
|
|
title: "Tytuł",
|
|
authors: "Autorzy",
|
|
contributors: "Kontrybutorzy",
|
|
id: "Identyfikator",
|
|
close: "[zamknij]",
|
|
updated: "Zaktualizowano",
|
|
summary: "Podsumowanie",
|
|
content: "Treść"
|
|
})
|
|
//end v1.x content
|
|
);
|