diff options
| author | Tristan Zur <tzur@web.web.ccwn.org> | 2014-03-27 22:27:47 +0100 |
|---|---|---|
| committer | Tristan Zur <tzur@web.web.ccwn.org> | 2014-03-27 22:27:47 +0100 |
| commit | b62676ca5d3d6f6ba3f019ea3f99722e165a98d8 (patch) | |
| tree | 86722cb80f07d4569f90088eeaea2fc2f6e2ef94 /js/dojo-1.6/dojox/atom/widget/nls/sv | |
Diffstat (limited to 'js/dojo-1.6/dojox/atom/widget/nls/sv')
8 files changed, 24 insertions, 0 deletions
diff --git a/js/dojo-1.6/dojox/atom/widget/nls/sv/FeedEntryEditor.js b/js/dojo-1.6/dojox/atom/widget/nls/sv/FeedEntryEditor.js new file mode 100644 index 0000000..e880f80 --- /dev/null +++ b/js/dojo-1.6/dojox/atom/widget/nls/sv/FeedEntryEditor.js @@ -0,0 +1 @@ +({"edit":"[Redigera]","save":"[Spara]","cancel":"[Avbryt]","doNew":"[Nytt]"})
\ No newline at end of file diff --git a/js/dojo-1.6/dojox/atom/widget/nls/sv/FeedEntryEditor.xd.js b/js/dojo-1.6/dojox/atom/widget/nls/sv/FeedEntryEditor.xd.js new file mode 100644 index 0000000..7a8dbc7 --- /dev/null +++ b/js/dojo-1.6/dojox/atom/widget/nls/sv/FeedEntryEditor.xd.js @@ -0,0 +1,5 @@ +dojo._xdResourceLoaded(function(dojo, dijit, dojox){ +return {depends: [["provide", "dojox.atom.widget.nls.sv.FeedEntryEditor"]], +defineResource: function(dojo, dijit, dojox){dojo.provide("dojox.atom.widget.nls.sv.FeedEntryEditor");dojo._xdLoadFlattenedBundle("dojox.atom.widget", "FeedEntryEditor", "sv", ({"edit":"[Redigera]","save":"[Spara]","cancel":"[Avbryt]","doNew":"[Nytt]"})
+); +}};});
\ No newline at end of file diff --git a/js/dojo-1.6/dojox/atom/widget/nls/sv/FeedEntryViewer.js b/js/dojo-1.6/dojox/atom/widget/nls/sv/FeedEntryViewer.js new file mode 100644 index 0000000..3b58866 --- /dev/null +++ b/js/dojo-1.6/dojox/atom/widget/nls/sv/FeedEntryViewer.js @@ -0,0 +1 @@ +({"close":"[Stäng]","title":"Rubrik","authors":"Författare","summary":"Sammanfattning","content":"Innehåll","contributors":"Medverkande","updated":"Uppdaterat","displayOptions":"[Visningsalternativ]","id":"ID"})
\ No newline at end of file diff --git a/js/dojo-1.6/dojox/atom/widget/nls/sv/FeedEntryViewer.xd.js b/js/dojo-1.6/dojox/atom/widget/nls/sv/FeedEntryViewer.xd.js new file mode 100644 index 0000000..4b5fd1d --- /dev/null +++ b/js/dojo-1.6/dojox/atom/widget/nls/sv/FeedEntryViewer.xd.js @@ -0,0 +1,5 @@ +dojo._xdResourceLoaded(function(dojo, dijit, dojox){ +return {depends: [["provide", "dojox.atom.widget.nls.sv.FeedEntryViewer"]], +defineResource: function(dojo, dijit, dojox){dojo.provide("dojox.atom.widget.nls.sv.FeedEntryViewer");dojo._xdLoadFlattenedBundle("dojox.atom.widget", "FeedEntryViewer", "sv", ({"close":"[Stäng]","title":"Rubrik","authors":"Författare","summary":"Sammanfattning","content":"Innehåll","contributors":"Medverkande","updated":"Uppdaterat","displayOptions":"[Visningsalternativ]","id":"ID"})
+); +}};});
\ No newline at end of file diff --git a/js/dojo-1.6/dojox/atom/widget/nls/sv/FeedViewerEntry.js b/js/dojo-1.6/dojox/atom/widget/nls/sv/FeedViewerEntry.js new file mode 100644 index 0000000..41de9cb --- /dev/null +++ b/js/dojo-1.6/dojox/atom/widget/nls/sv/FeedViewerEntry.js @@ -0,0 +1 @@ +({"deleteButton":"[Ta bort]"})
\ No newline at end of file diff --git a/js/dojo-1.6/dojox/atom/widget/nls/sv/FeedViewerEntry.xd.js b/js/dojo-1.6/dojox/atom/widget/nls/sv/FeedViewerEntry.xd.js new file mode 100644 index 0000000..f5344c9 --- /dev/null +++ b/js/dojo-1.6/dojox/atom/widget/nls/sv/FeedViewerEntry.xd.js @@ -0,0 +1,5 @@ +dojo._xdResourceLoaded(function(dojo, dijit, dojox){ +return {depends: [["provide", "dojox.atom.widget.nls.sv.FeedViewerEntry"]], +defineResource: function(dojo, dijit, dojox){dojo.provide("dojox.atom.widget.nls.sv.FeedViewerEntry");dojo._xdLoadFlattenedBundle("dojox.atom.widget", "FeedViewerEntry", "sv", ({"deleteButton":"[Ta bort]"})
+); +}};});
\ No newline at end of file diff --git a/js/dojo-1.6/dojox/atom/widget/nls/sv/PeopleEditor.js b/js/dojo-1.6/dojox/atom/widget/nls/sv/PeopleEditor.js new file mode 100644 index 0000000..5bb2e7e --- /dev/null +++ b/js/dojo-1.6/dojox/atom/widget/nls/sv/PeopleEditor.js @@ -0,0 +1 @@ +({"add":"Lägg till","addAuthor":"Lägg till författare","addContributor":"Lägg till medverkande"})
\ No newline at end of file diff --git a/js/dojo-1.6/dojox/atom/widget/nls/sv/PeopleEditor.xd.js b/js/dojo-1.6/dojox/atom/widget/nls/sv/PeopleEditor.xd.js new file mode 100644 index 0000000..1dcd9d3 --- /dev/null +++ b/js/dojo-1.6/dojox/atom/widget/nls/sv/PeopleEditor.xd.js @@ -0,0 +1,5 @@ +dojo._xdResourceLoaded(function(dojo, dijit, dojox){ +return {depends: [["provide", "dojox.atom.widget.nls.sv.PeopleEditor"]], +defineResource: function(dojo, dijit, dojox){dojo.provide("dojox.atom.widget.nls.sv.PeopleEditor");dojo._xdLoadFlattenedBundle("dojox.atom.widget", "PeopleEditor", "sv", ({"add":"Lägg till","addAuthor":"Lägg till författare","addContributor":"Lägg till medverkande"})
+); +}};});
\ No newline at end of file |
