From e6ae75f3f8ee1b3e4ace4e2884ef0f8093ffd6ba Mon Sep 17 00:00:00 2001 From: Kevin Chabowski Date: Sat, 14 Jan 2012 17:46:24 +0100 Subject: Internationalized Content::Write cheat sheet. --- ratatoeskr/translations/en.php | 84 +++++++++++++++++++++++++++++++++++++++++- 1 file changed, 83 insertions(+), 1 deletion(-) (limited to 'ratatoeskr/translations/en.php') diff --git a/ratatoeskr/translations/en.php b/ratatoeskr/translations/en.php index 26c6488..7a4b14c 100644 --- a/ratatoeskr/translations/en.php +++ b/ratatoeskr/translations/en.php @@ -244,7 +244,89 @@ $translation = array( "search_in_all_repos" => "all repositories", "repo" => "Repository", "install" => "Install", - "package_or_repo_not_found" => "Package or repository not found." + "package_or_repo_not_found" => "Package or repository not found.", + /* Very long texts here */ + "content_write_cheatsheet" => <<Linking back +

The text %root% will be replaced with a path, that points to the root of your Ratatöskr page.

+ +

Markdown Cheat Sheet

+ +

Emphasis / Strong

+

+ *emphasis*
+ _emphasis_
+ **strong**
+ __strong__ +

+ +

Paragraphs and manual line breaks.

+

+ First Paragraph
+
+Second Paragraph with
+long
+text
+
+To enforce a line break  
+end a line with two whitespaces.
+

+ +

Headers

+

+ Header 1
+========
+
+Header 2
+--------
+
+# Header 1
+
+## Header 2
+
+...
+
+###### Header 6
+

+ +

Linking

+

+ [Linktext](http://url/to/resource "Optional title") +

+

+ [Linktext][id]. Somewhere else:

+[id]: http://url/to/resource "Optional title"
+

+ +

Images

+

+ ![alt text](/path/to/image "Optional title") +

+ +

Ordered / Unordered Lists

+

+ * Item A
+* Item B
+  
+  With a second paragraph.

+* Item C
+  * Item C1
+  * Item C2
+

+

+ 1. First element
+2. Second Element +
+

+ +

Learn More

+

+ Complete Syntax
+ Test Markdown +

+CHEATSHEET ); ?> -- cgit v1.2.3-54-g00ecf