From 3819e887d9f485ac0917a9d415961e147581c280 Mon Sep 17 00:00:00 2001 From: aztech <> Date: Thu, 10 Jan 2008 02:43:04 +0000 Subject: [PL] partial Active Record translation + some base QST page translations --- .../protected/pages/pl/Construction.page | 5 ++++ demos/quickstart/protected/pages/pl/Search.page | 29 ++++++++++++++++++++ .../quickstart/protected/pages/pl/ViewSource.page | 31 ++++++++++++++++++++++ 3 files changed, 65 insertions(+) create mode 100644 demos/quickstart/protected/pages/pl/Construction.page create mode 100644 demos/quickstart/protected/pages/pl/Search.page create mode 100644 demos/quickstart/protected/pages/pl/ViewSource.page (limited to 'demos/quickstart/protected/pages/pl') diff --git a/demos/quickstart/protected/pages/pl/Construction.page b/demos/quickstart/protected/pages/pl/Construction.page new file mode 100644 index 00000000..bf96f99c --- /dev/null +++ b/demos/quickstart/protected/pages/pl/Construction.page @@ -0,0 +1,5 @@ + + +Przepraszamy, ta strona jest w trakcie tworzenia. Proszę sprawdź później. + +
$Id: Construction.page 1650 2007-01-24 06:55:32Z wei $
\ No newline at end of file diff --git a/demos/quickstart/protected/pages/pl/Search.page b/demos/quickstart/protected/pages/pl/Search.page new file mode 100644 index 00000000..ab0515eb --- /dev/null +++ b/demos/quickstart/protected/pages/pl/Search.page @@ -0,0 +1,29 @@ + +
+ + + + +
+ <%# $this->Parent->DataSource->Count %> znalezionych w Quickstart Tutorial. +
+
+ +
+ +

<%# $this->Page->HighlightSearch($this->DataItem->text) %>

+
+
+
+ + Nie znaleziono żadnych rezultatów dla frazy "<%= htmlentities($this->Page->search->Text) %>". + +
+
$Id: Search.page 1859 2007-04-10 21:27:01Z xue $
\ No newline at end of file diff --git a/demos/quickstart/protected/pages/pl/ViewSource.page b/demos/quickstart/protected/pages/pl/ViewSource.page new file mode 100644 index 00000000..8d5e0574 --- /dev/null +++ b/demos/quickstart/protected/pages/pl/ViewSource.page @@ -0,0 +1,31 @@ + + + + + + + + + +
+ + + + + + + + + +
<%# $this->DataItem['type']%>:<%# $this->DataItem['name']%>
+ +
+
+

<%= $this->FilePath %>

+showNumbers->Checked %> CssClass="source"> + + +
+
+ + \ No newline at end of file -- cgit v1.2.3