summaryrefslogtreecommitdiff
path: root/js/dojo-1.7.2/dojox/atom/widget/nls/pl
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-1.7.2/dojox/atom/widget/nls/pl
Initial commit of intern.ccwn.org contentsHEADmaster
Diffstat (limited to 'js/dojo-1.7.2/dojox/atom/widget/nls/pl')
-rw-r--r--js/dojo-1.7.2/dojox/atom/widget/nls/pl/FeedEntryEditor.js11
-rw-r--r--js/dojo-1.7.2/dojox/atom/widget/nls/pl/FeedEntryViewer.js16
-rw-r--r--js/dojo-1.7.2/dojox/atom/widget/nls/pl/FeedViewerEntry.js8
-rw-r--r--js/dojo-1.7.2/dojox/atom/widget/nls/pl/PeopleEditor.js10
4 files changed, 45 insertions, 0 deletions
diff --git a/js/dojo-1.7.2/dojox/atom/widget/nls/pl/FeedEntryEditor.js b/js/dojo-1.7.2/dojox/atom/widget/nls/pl/FeedEntryEditor.js
new file mode 100644
index 0000000..62fedb5
--- /dev/null
+++ b/js/dojo-1.7.2/dojox/atom/widget/nls/pl/FeedEntryEditor.js
@@ -0,0 +1,11 @@
+//>>built
+define(
+"dojox/atom/widget/nls/pl/FeedEntryEditor", //begin v1.x content
+({
+ doNew: "[nowy]",
+ edit: "[edytuj]",
+ save: "[zapisz]",
+ cancel: "[anuluj]"
+})
+//end v1.x content
+);
diff --git a/js/dojo-1.7.2/dojox/atom/widget/nls/pl/FeedEntryViewer.js b/js/dojo-1.7.2/dojox/atom/widget/nls/pl/FeedEntryViewer.js
new file mode 100644
index 0000000..6bf59de
--- /dev/null
+++ b/js/dojo-1.7.2/dojox/atom/widget/nls/pl/FeedEntryViewer.js
@@ -0,0 +1,16 @@
+//>>built
+define(
+"dojox/atom/widget/nls/pl/FeedEntryViewer", //begin v1.x content
+({
+ displayOptions: "[opcje wyświetlania]",
+ title: "Tytuł",
+ authors: "Autorzy",
+ contributors: "Kontrybutorzy",
+ id: "Identyfikator",
+ close: "[zamknij]",
+ updated: "Zaktualizowano",
+ summary: "Podsumowanie",
+ content: "Treść"
+})
+//end v1.x content
+);
diff --git a/js/dojo-1.7.2/dojox/atom/widget/nls/pl/FeedViewerEntry.js b/js/dojo-1.7.2/dojox/atom/widget/nls/pl/FeedViewerEntry.js
new file mode 100644
index 0000000..50f30f4
--- /dev/null
+++ b/js/dojo-1.7.2/dojox/atom/widget/nls/pl/FeedViewerEntry.js
@@ -0,0 +1,8 @@
+//>>built
+define(
+"dojox/atom/widget/nls/pl/FeedViewerEntry", //begin v1.x content
+({
+ deleteButton: "[Usuń]"
+})
+//end v1.x content
+);
diff --git a/js/dojo-1.7.2/dojox/atom/widget/nls/pl/PeopleEditor.js b/js/dojo-1.7.2/dojox/atom/widget/nls/pl/PeopleEditor.js
new file mode 100644
index 0000000..529e986
--- /dev/null
+++ b/js/dojo-1.7.2/dojox/atom/widget/nls/pl/PeopleEditor.js
@@ -0,0 +1,10 @@
+//>>built
+define(
+"dojox/atom/widget/nls/pl/PeopleEditor", //begin v1.x content
+({
+ add: "Dodaj",
+ addAuthor: "Dodaj autora",
+ addContributor: "Dodaj kontrybutora"
+})
+//end v1.x content
+);