From bb2ae8c583c1f1efd7c6ba4100cd824ea0739f5b Mon Sep 17 00:00:00 2001 From: David Date: Mon, 25 Aug 2014 18:57:17 +0200 Subject: Quickstart german translation part 1 --- demos/quickstart/protected/application.xml | 4 +- demos/quickstart/protected/controls/de/Layout.tpl | 61 +++++++++++ .../protected/controls/de/RequiresVersion.tpl | 1 + demos/quickstart/protected/controls/de/RunBar.tpl | 4 + .../quickstart/protected/controls/de/SearchBox.tpl | 3 + .../quickstart/protected/controls/de/TopicList.tpl | 114 +++++++++++++++++++++ .../pages/GettingStarted/de/Introduction.page | 62 +++++++++++ 7 files changed, 247 insertions(+), 2 deletions(-) create mode 100755 demos/quickstart/protected/controls/de/Layout.tpl create mode 100755 demos/quickstart/protected/controls/de/RequiresVersion.tpl create mode 100755 demos/quickstart/protected/controls/de/RunBar.tpl create mode 100755 demos/quickstart/protected/controls/de/SearchBox.tpl create mode 100755 demos/quickstart/protected/controls/de/TopicList.tpl create mode 100755 demos/quickstart/protected/pages/GettingStarted/de/Introduction.page (limited to 'demos') diff --git a/demos/quickstart/protected/application.xml b/demos/quickstart/protected/application.xml index 1656e6ab..712f7ea0 100755 --- a/demos/quickstart/protected/application.xml +++ b/demos/quickstart/protected/application.xml @@ -27,7 +27,7 @@ - + - \ No newline at end of file + diff --git a/demos/quickstart/protected/controls/de/Layout.tpl b/demos/quickstart/protected/controls/de/Layout.tpl new file mode 100755 index 00000000..45e87ef8 --- /dev/null +++ b/demos/quickstart/protected/controls/de/Layout.tpl @@ -0,0 +1,61 @@ + + + + + + + + + + + + + +
+ +
+Home | +PradoSoft.com | +PDF Version | + +
+ + + + + + +
+ + + + + +
Verfügbare Sprachen:
    + + +
  • DataItem %> />
  • +
    + +
+ +
+
+

+ +
+
+ + + +
+ + diff --git a/demos/quickstart/protected/controls/de/RequiresVersion.tpl b/demos/quickstart/protected/controls/de/RequiresVersion.tpl new file mode 100755 index 00000000..586cab02 --- /dev/null +++ b/demos/quickstart/protected/controls/de/RequiresVersion.tpl @@ -0,0 +1 @@ +

Benötigt Prado Version <%= $this->Version %> oder neuer.

diff --git a/demos/quickstart/protected/controls/de/RunBar.tpl b/demos/quickstart/protected/controls/de/RunBar.tpl new file mode 100755 index 00000000..b507fed8 --- /dev/null +++ b/demos/quickstart/protected/controls/de/RunBar.tpl @@ -0,0 +1,4 @@ +
+ + +
diff --git a/demos/quickstart/protected/controls/de/SearchBox.tpl b/demos/quickstart/protected/controls/de/SearchBox.tpl new file mode 100755 index 00000000..45173f18 --- /dev/null +++ b/demos/quickstart/protected/controls/de/SearchBox.tpl @@ -0,0 +1,3 @@ + + + diff --git a/demos/quickstart/protected/controls/de/TopicList.tpl b/demos/quickstart/protected/controls/de/TopicList.tpl new file mode 100755 index 00000000..19cebef9 --- /dev/null +++ b/demos/quickstart/protected/controls/de/TopicList.tpl @@ -0,0 +1,114 @@ + diff --git a/demos/quickstart/protected/pages/GettingStarted/de/Introduction.page b/demos/quickstart/protected/pages/GettingStarted/de/Introduction.page new file mode 100755 index 00000000..0c6b4ee6 --- /dev/null +++ b/demos/quickstart/protected/pages/GettingStarted/de/Introduction.page @@ -0,0 +1,62 @@ + +

Willkommen zum PRADO Quickstart Tutorial

+
+

+Das Quicktstart tutorial soll Sie bei der Erstellung einer PRADO 3.x-basierten Webanwendung unterstützen. +

+

+Wenn Sie bereits PRADO 3.x nutzen und herausfinden möchten welche Verbesserungen und neuen Funktionen mit welcher Prado-Version unterstützt werden, besuchen sie die Neue Features-Seite. +

+ + +

+Nutzen Sie auch die folgenden Ressourcen, wenn dieses Tutorial ihre Fragen nicht hinreichend beantwortet: +

+
+ + +
-- cgit v1.2.3