diff options
Diffstat (limited to 'js/dojo/dojox/atom/widget/nls/ru')
4 files changed, 45 insertions, 0 deletions
diff --git a/js/dojo/dojox/atom/widget/nls/ru/FeedEntryEditor.js b/js/dojo/dojox/atom/widget/nls/ru/FeedEntryEditor.js new file mode 100644 index 0000000..1fe3976 --- /dev/null +++ b/js/dojo/dojox/atom/widget/nls/ru/FeedEntryEditor.js @@ -0,0 +1,11 @@ +//>>built +define( +"dojox/atom/widget/nls/ru/FeedEntryEditor", //begin v1.x content +({ + doNew: "[создать]", + edit: "[изменить]", + save: "[сохранить]", + cancel: "[отмена]" +}) +//end v1.x content +); diff --git a/js/dojo/dojox/atom/widget/nls/ru/FeedEntryViewer.js b/js/dojo/dojox/atom/widget/nls/ru/FeedEntryViewer.js new file mode 100644 index 0000000..f5a21ff --- /dev/null +++ b/js/dojo/dojox/atom/widget/nls/ru/FeedEntryViewer.js @@ -0,0 +1,16 @@ +//>>built +define( +"dojox/atom/widget/nls/ru/FeedEntryViewer", //begin v1.x content +({ + displayOptions: "[показать опции]", + title: "Название", + authors: "Авторы", + contributors: "Участники", + id: "ИД", + close: "[закрыть]", + updated: "Обновлено", + summary: "Сводка", + content: "Информационное наполнение" +}) +//end v1.x content +); diff --git a/js/dojo/dojox/atom/widget/nls/ru/FeedViewerEntry.js b/js/dojo/dojox/atom/widget/nls/ru/FeedViewerEntry.js new file mode 100644 index 0000000..7868f3d --- /dev/null +++ b/js/dojo/dojox/atom/widget/nls/ru/FeedViewerEntry.js @@ -0,0 +1,8 @@ +//>>built +define( +"dojox/atom/widget/nls/ru/FeedViewerEntry", //begin v1.x content +({ + deleteButton: "[Удалить]" +}) +//end v1.x content +); diff --git a/js/dojo/dojox/atom/widget/nls/ru/PeopleEditor.js b/js/dojo/dojox/atom/widget/nls/ru/PeopleEditor.js new file mode 100644 index 0000000..8b7c323 --- /dev/null +++ b/js/dojo/dojox/atom/widget/nls/ru/PeopleEditor.js @@ -0,0 +1,10 @@ +//>>built +define( +"dojox/atom/widget/nls/ru/PeopleEditor", //begin v1.x content +({ + add: "Добавить", + addAuthor: "Добавить автора", + addContributor: "Добавить участника" +}) +//end v1.x content +); |
