summaryrefslogtreecommitdiff
path: root/js/dojo/dojox/atom/widget/nls/sv
diff options
context:
space:
mode:
authorTristan Zur <tzur@web.web.ccwn.org>2014-03-27 22:27:47 +0100
committerTristan Zur <tzur@web.web.ccwn.org>2014-03-27 22:27:47 +0100
commitb62676ca5d3d6f6ba3f019ea3f99722e165a98d8 (patch)
tree86722cb80f07d4569f90088eeaea2fc2f6e2ef94 /js/dojo/dojox/atom/widget/nls/sv
Initial commit of intern.ccwn.org contentsHEADmaster
Diffstat (limited to 'js/dojo/dojox/atom/widget/nls/sv')
-rw-r--r--js/dojo/dojox/atom/widget/nls/sv/FeedEntryEditor.js11
-rw-r--r--js/dojo/dojox/atom/widget/nls/sv/FeedEntryViewer.js16
-rw-r--r--js/dojo/dojox/atom/widget/nls/sv/FeedViewerEntry.js8
-rw-r--r--js/dojo/dojox/atom/widget/nls/sv/PeopleEditor.js10
4 files changed, 45 insertions, 0 deletions
diff --git a/js/dojo/dojox/atom/widget/nls/sv/FeedEntryEditor.js b/js/dojo/dojox/atom/widget/nls/sv/FeedEntryEditor.js
new file mode 100644
index 0000000..a454e29
--- /dev/null
+++ b/js/dojo/dojox/atom/widget/nls/sv/FeedEntryEditor.js
@@ -0,0 +1,11 @@
+//>>built
+define(
+"dojox/atom/widget/nls/sv/FeedEntryEditor", //begin v1.x content
+({
+ doNew: "[Nytt]",
+ edit: "[Redigera]",
+ save: "[Spara]",
+ cancel: "[Avbryt]"
+})
+//end v1.x content
+);
diff --git a/js/dojo/dojox/atom/widget/nls/sv/FeedEntryViewer.js b/js/dojo/dojox/atom/widget/nls/sv/FeedEntryViewer.js
new file mode 100644
index 0000000..c90fc69
--- /dev/null
+++ b/js/dojo/dojox/atom/widget/nls/sv/FeedEntryViewer.js
@@ -0,0 +1,16 @@
+//>>built
+define(
+"dojox/atom/widget/nls/sv/FeedEntryViewer", //begin v1.x content
+({
+ displayOptions: "[Visningsalternativ]",
+ title: "Rubrik",
+ authors: "Författare",
+ contributors: "Medverkande",
+ id: "ID",
+ close: "[Stäng]",
+ updated: "Uppdaterat",
+ summary: "Sammanfattning",
+ content: "Innehåll"
+})
+//end v1.x content
+);
diff --git a/js/dojo/dojox/atom/widget/nls/sv/FeedViewerEntry.js b/js/dojo/dojox/atom/widget/nls/sv/FeedViewerEntry.js
new file mode 100644
index 0000000..ad38eaf
--- /dev/null
+++ b/js/dojo/dojox/atom/widget/nls/sv/FeedViewerEntry.js
@@ -0,0 +1,8 @@
+//>>built
+define(
+"dojox/atom/widget/nls/sv/FeedViewerEntry", //begin v1.x content
+({
+ deleteButton: "[Ta bort]"
+})
+//end v1.x content
+);
diff --git a/js/dojo/dojox/atom/widget/nls/sv/PeopleEditor.js b/js/dojo/dojox/atom/widget/nls/sv/PeopleEditor.js
new file mode 100644
index 0000000..7921022
--- /dev/null
+++ b/js/dojo/dojox/atom/widget/nls/sv/PeopleEditor.js
@@ -0,0 +1,10 @@
+//>>built
+define(
+"dojox/atom/widget/nls/sv/PeopleEditor", //begin v1.x content
+({
+ add: "Lägg till",
+ addAuthor: "Lägg till författare",
+ addContributor: "Lägg till medverkande"
+})
+//end v1.x content
+);