Browse Source

Translation setup for wagtailsites

Karl Hobley 10 years ago
parent
commit
e21c54e7d0
2 changed files with 115 additions and 0 deletions
  1. 6 0
      .tx/config
  2. 109 0
      wagtail/wagtailsites/locale/en/LC_MESSAGES/django.po

+ 6 - 0
.tx/config

@@ -60,3 +60,9 @@ file_filter = wagtail/wagtailforms/locale/<lang>/LC_MESSAGES/django.po
 source_file = wagtail/wagtailforms/locale/en/LC_MESSAGES/django.po
 source_lang = en
 type = PO
+
+[wagtail.wagtailsites]
+file_filter = wagtail/wagtailsites/locale/<lang>/LC_MESSAGES/django.po
+source_file = wagtail/wagtailsites/locale/en/LC_MESSAGES/django.po
+source_lang = en
+type = PO

+ 109 - 0
wagtail/wagtailsites/locale/en/LC_MESSAGES/django.po

@@ -0,0 +1,109 @@
+# 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: 2014-10-03 16:23+0100\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=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+
+#: views.py:31
+msgid "Site '{0}' created."
+msgstr ""
+
+#: views.py:34
+msgid "The site could not be created due to errors."
+msgstr ""
+
+#: views.py:51
+msgid "Site '{0}' updated."
+msgstr ""
+
+#: views.py:54
+msgid "The site could not be saved due to errors."
+msgstr ""
+
+#: views.py:70
+msgid "Site '{0}' deleted."
+msgstr ""
+
+#: wagtail_hooks.py:24 templates/wagtailsites/index.html:3
+#: templates/wagtailsites/index.html:5
+msgid "Sites"
+msgstr ""
+
+#: templates/wagtailsites/confirm_delete.html:3
+#: templates/wagtailsites/confirm_delete.html:7
+#: templates/wagtailsites/edit.html:36
+msgid "Delete site"
+msgstr ""
+
+#: templates/wagtailsites/confirm_delete.html:11
+msgid "Are you sure you want to delete this site?"
+msgstr ""
+
+#: templates/wagtailsites/confirm_delete.html:14
+msgid "Yes, delete"
+msgstr ""
+
+#: templates/wagtailsites/create.html:4 templates/wagtailsites/create.html:9
+msgid "Add site"
+msgstr ""
+
+#: templates/wagtailsites/create.html:20
+msgid "Choose a different root page"
+msgstr ""
+
+#: templates/wagtailsites/create.html:21
+msgid "Choose a root page"
+msgstr ""
+
+#: templates/wagtailsites/create.html:31 templates/wagtailsites/edit.html:34
+msgid "Save"
+msgstr ""
+
+#: templates/wagtailsites/edit.html:4 templates/wagtailsites/edit.html.py:9
+msgid "Editing"
+msgstr ""
+
+#: templates/wagtailsites/edit.html:21
+msgid "Change page"
+msgstr ""
+
+#: templates/wagtailsites/edit.html:22
+msgid "Choose page"
+msgstr ""
+
+#: templates/wagtailsites/index.html:7
+msgid "Add a site"
+msgstr ""
+
+#: templates/wagtailsites/index.html:19
+msgid "Site"
+msgstr ""
+
+#: templates/wagtailsites/index.html:26
+msgid "Port"
+msgstr ""
+
+#: templates/wagtailsites/index.html:27
+msgid "Root page"
+msgstr ""
+
+#: templates/wagtailsites/index.html:28
+msgid "Default?"
+msgstr ""
+
+#: templates/wagtailsites/index.html:41
+msgid "Default"
+msgstr ""