From 814cb6bbfa6a0ff6ee0ea3c6606ac84185ae8256 Mon Sep 17 00:00:00 2001
From: Thomas Mueller <thomas.mueller@tmit.eu>
Date: Sun, 26 Aug 2012 00:39:23 +0200
Subject: [PATCH] translation support for text editor and impress added

---
 apps/files_texteditor/l10n/.gitkeep |  0
 apps/impress/l10n/.gitkeep          |  0
 l10n/templates/files_texteditor.pot | 44 +++++++++++++++++++++++++++++
 l10n/templates/impress.pot          | 22 +++++++++++++++
 4 files changed, 66 insertions(+)
 create mode 100644 apps/files_texteditor/l10n/.gitkeep
 create mode 100644 apps/impress/l10n/.gitkeep
 create mode 100644 l10n/templates/files_texteditor.pot
 create mode 100644 l10n/templates/impress.pot

diff --git a/apps/files_texteditor/l10n/.gitkeep b/apps/files_texteditor/l10n/.gitkeep
new file mode 100644
index 0000000000..e69de29bb2
diff --git a/apps/impress/l10n/.gitkeep b/apps/impress/l10n/.gitkeep
new file mode 100644
index 0000000000..e69de29bb2
diff --git a/l10n/templates/files_texteditor.pot b/l10n/templates/files_texteditor.pot
new file mode 100644
index 0000000000..2acccaebf2
--- /dev/null
+++ b/l10n/templates/files_texteditor.pot
@@ -0,0 +1,44 @@
+# SOME DESCRIPTIVE TITLE.
+# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
+# This file is distributed under the same license as the PACKAGE package.
+# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
+#
+#, fuzzy
+msgid ""
+msgstr ""
+"Project-Id-Version: PACKAGE VERSION\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2012-08-26 00:31+0200\n"
+"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
+"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
+"Language-Team: LANGUAGE <LL@li.org>\n"
+"Language: \n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=CHARSET\n"
+"Content-Transfer-Encoding: 8bit\n"
+
+#: js/aceeditor/mode-coldfusion-uncompressed.js:1568
+#: js/aceeditor/mode-liquid-uncompressed.js:902
+#: js/aceeditor/mode-svg-uncompressed.js:1575
+msgid "regex"
+msgstr ""
+
+#: js/editor.js:72 js/editor.js:156 js/editor.js:163
+msgid "Save"
+msgstr ""
+
+#: js/editor.js:74
+msgid "Close"
+msgstr ""
+
+#: js/editor.js:149
+msgid "Saving..."
+msgstr ""
+
+#: js/editor.js:239
+msgid "An error occurred!"
+msgstr ""
+
+#: js/editor.js:266
+msgid "There were unsaved changes, click here to go back"
+msgstr ""
diff --git a/l10n/templates/impress.pot b/l10n/templates/impress.pot
new file mode 100644
index 0000000000..f5e17c8c6f
--- /dev/null
+++ b/l10n/templates/impress.pot
@@ -0,0 +1,22 @@
+# SOME DESCRIPTIVE TITLE.
+# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
+# This file is distributed under the same license as the PACKAGE package.
+# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
+#
+#, fuzzy
+msgid ""
+msgstr ""
+"Project-Id-Version: PACKAGE VERSION\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2012-08-26 00:31+0200\n"
+"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
+"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
+"Language-Team: LANGUAGE <LL@li.org>\n"
+"Language: \n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=CHARSET\n"
+"Content-Transfer-Encoding: 8bit\n"
+
+#: templates/presentations.php:7
+msgid "Documentation"
+msgstr ""
-- 
GitLab