summaryrefslogtreecommitdiff
path: root/js/dojo/dojox/atom/widget/nls/da
diff options
context:
space:
mode:
Diffstat (limited to 'js/dojo/dojox/atom/widget/nls/da')
-rw-r--r--js/dojo/dojox/atom/widget/nls/da/FeedEntryEditor.js11
-rw-r--r--js/dojo/dojox/atom/widget/nls/da/FeedEntryViewer.js16
-rw-r--r--js/dojo/dojox/atom/widget/nls/da/FeedViewerEntry.js8
-rw-r--r--js/dojo/dojox/atom/widget/nls/da/PeopleEditor.js10
4 files changed, 45 insertions, 0 deletions
diff --git a/js/dojo/dojox/atom/widget/nls/da/FeedEntryEditor.js b/js/dojo/dojox/atom/widget/nls/da/FeedEntryEditor.js
new file mode 100644
index 0000000..0c42583
--- /dev/null
+++ b/js/dojo/dojox/atom/widget/nls/da/FeedEntryEditor.js
@@ -0,0 +1,11 @@
+//>>built
+define(
+"dojox/atom/widget/nls/da/FeedEntryEditor", //begin v1.x content
+({
+ doNew: "[ny]",
+ edit: "[redigér]",
+ save: "[gem]",
+ cancel: "[annullér]"
+})
+//end v1.x content
+);
diff --git a/js/dojo/dojox/atom/widget/nls/da/FeedEntryViewer.js b/js/dojo/dojox/atom/widget/nls/da/FeedEntryViewer.js
new file mode 100644
index 0000000..c0bd1bd
--- /dev/null
+++ b/js/dojo/dojox/atom/widget/nls/da/FeedEntryViewer.js
@@ -0,0 +1,16 @@
+//>>built
+define(
+"dojox/atom/widget/nls/da/FeedEntryViewer", //begin v1.x content
+({
+ displayOptions: "[fremvisningsvalg]",
+ title: "Titel",
+ authors: "Forfattere",
+ contributors: "Bidragydere",
+ id: "Id",
+ close: "[luk]",
+ updated: "Opdateret",
+ summary: "Resumé",
+ content: "Indhold"
+})
+//end v1.x content
+);
diff --git a/js/dojo/dojox/atom/widget/nls/da/FeedViewerEntry.js b/js/dojo/dojox/atom/widget/nls/da/FeedViewerEntry.js
new file mode 100644
index 0000000..c5e546c
--- /dev/null
+++ b/js/dojo/dojox/atom/widget/nls/da/FeedViewerEntry.js
@@ -0,0 +1,8 @@
+//>>built
+define(
+"dojox/atom/widget/nls/da/FeedViewerEntry", //begin v1.x content
+({
+ deleteButton: "[Slet]"
+})
+//end v1.x content
+);
diff --git a/js/dojo/dojox/atom/widget/nls/da/PeopleEditor.js b/js/dojo/dojox/atom/widget/nls/da/PeopleEditor.js
new file mode 100644
index 0000000..51c820a
--- /dev/null
+++ b/js/dojo/dojox/atom/widget/nls/da/PeopleEditor.js
@@ -0,0 +1,10 @@
+//>>built
+define(
+"dojox/atom/widget/nls/da/PeopleEditor", //begin v1.x content
+({
+ add: "Tilføj",
+ addAuthor: "Tilføj forfatter",
+ addContributor: "Tilføj bidragyder"
+})
+//end v1.x content
+);