summaryrefslogtreecommitdiff
path: root/js/dojo/dojox/atom/widget/nls/hu
diff options
context:
space:
mode:
Diffstat (limited to 'js/dojo/dojox/atom/widget/nls/hu')
-rw-r--r--js/dojo/dojox/atom/widget/nls/hu/FeedEntryEditor.js11
-rw-r--r--js/dojo/dojox/atom/widget/nls/hu/FeedEntryViewer.js16
-rw-r--r--js/dojo/dojox/atom/widget/nls/hu/FeedViewerEntry.js8
-rw-r--r--js/dojo/dojox/atom/widget/nls/hu/PeopleEditor.js10
4 files changed, 45 insertions, 0 deletions
diff --git a/js/dojo/dojox/atom/widget/nls/hu/FeedEntryEditor.js b/js/dojo/dojox/atom/widget/nls/hu/FeedEntryEditor.js
new file mode 100644
index 0000000..94fbabc
--- /dev/null
+++ b/js/dojo/dojox/atom/widget/nls/hu/FeedEntryEditor.js
@@ -0,0 +1,11 @@
+//>>built
+define(
+"dojox/atom/widget/nls/hu/FeedEntryEditor", //begin v1.x content
+({
+ doNew: "[új]",
+ edit: "[szerkesztés]",
+ save: "[mentés]",
+ cancel: "[mégse]"
+})
+//end v1.x content
+);
diff --git a/js/dojo/dojox/atom/widget/nls/hu/FeedEntryViewer.js b/js/dojo/dojox/atom/widget/nls/hu/FeedEntryViewer.js
new file mode 100644
index 0000000..6f6d918
--- /dev/null
+++ b/js/dojo/dojox/atom/widget/nls/hu/FeedEntryViewer.js
@@ -0,0 +1,16 @@
+//>>built
+define(
+"dojox/atom/widget/nls/hu/FeedEntryViewer", //begin v1.x content
+({
+ displayOptions: "[megjelenítési beállítások]",
+ title: "Cím",
+ authors: "Szerzők",
+ contributors: "Közreműködők",
+ id: "Azonosító",
+ close: "[bezárás]",
+ updated: "Frissítve",
+ summary: "Összegzés",
+ content: "Tartalom"
+})
+//end v1.x content
+);
diff --git a/js/dojo/dojox/atom/widget/nls/hu/FeedViewerEntry.js b/js/dojo/dojox/atom/widget/nls/hu/FeedViewerEntry.js
new file mode 100644
index 0000000..7b2129a
--- /dev/null
+++ b/js/dojo/dojox/atom/widget/nls/hu/FeedViewerEntry.js
@@ -0,0 +1,8 @@
+//>>built
+define(
+"dojox/atom/widget/nls/hu/FeedViewerEntry", //begin v1.x content
+({
+ deleteButton: "[Törlés]"
+})
+//end v1.x content
+);
diff --git a/js/dojo/dojox/atom/widget/nls/hu/PeopleEditor.js b/js/dojo/dojox/atom/widget/nls/hu/PeopleEditor.js
new file mode 100644
index 0000000..fc67a93
--- /dev/null
+++ b/js/dojo/dojox/atom/widget/nls/hu/PeopleEditor.js
@@ -0,0 +1,10 @@
+//>>built
+define(
+"dojox/atom/widget/nls/hu/PeopleEditor", //begin v1.x content
+({
+ add: "Hozzáadás",
+ addAuthor: "Szerző hozzáadása",
+ addContributor: "Közreműködő hozzáadása"
+})
+//end v1.x content
+);