dev-libre-is/docs/_source/locale/en/LC_MESSAGES/docs-libre-is.po

152 lines
3.6 KiB
Plaintext
Raw Normal View History

2024-08-31 15:01:22 -06:00
# SOME DESCRIPTIVE TITLE.
# Copyright (C) 2024, Jeff Moe
# This file is distributed under the same license as the Libre Developers
# Documentation package.
# FIRST AUTHOR <EMAIL@ADDRESS>, 2024.
#
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: Libre Developers Documentation 0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2024-09-02 05:52-0600\n"
2024-08-31 15:01:22 -06:00
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language: en\n"
"Language-Team: en <LL@li.org>\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Generated-By: Babel 2.16.0\n"
#: ../../../_source/docs-libre-is.rst:3
msgid "docs.libre.is"
msgstr ""
#: ../../../_source/docs-libre-is.rst:4
msgid "Documentation for Libre user documentation server."
msgstr ""
#: ../../../_source/docs-libre-is.rst:6
msgid "`<https://docs.libre.is>`_"
msgstr ""
#: ../../../_source/docs-libre-is.rst:8
msgid "Source code to docs site:"
msgstr ""
#: ../../../_source/docs-libre-is.rst:10
msgid "`<https://code.libre.is/libre/docs-libre-is>`_"
msgstr ""
#: ../../../_source/docs-libre-is.rst:14
msgid "Apache"
msgstr ""
#: ../../../_source/docs-libre-is.rst:26
msgid "Apache configuration /etc/apache2/sites-enabled/docs-libre-is.conf"
msgstr ""
#: ../../../_source/docs-libre-is.rst:57
msgid "Docs repo setup"
msgstr ""
#: ../../../_source/docs-libre-is.rst:58
msgid "Create a source code git repo on Libre code."
msgstr ""
#: ../../../_source/docs-libre-is.rst:60
msgid "Initial setup like below."
msgstr ""
#: ../../../_source/docs-libre-is.rst:62
msgid ""
"At the bottom is a mini-HOWTO to build the site now that the repo already "
"exists."
msgstr ""
#: ../../../_source/docs-libre-is.rst:75
msgid "Create poetry file `pyproject.toml`:"
msgstr ""
#: ../../../_source/docs-libre-is.rst:177
msgid "Perhaps a `.gitignore` like:"
msgstr ""
#: ../../../_source/docs-libre-is.rst:198
msgid "Makefile"
msgstr ""
#: ../../../_source/docs-libre-is.rst:298
msgid ""
"Copy over an appropriate license file to the repo, such as `LICENSE-apache."
"txt`."
msgstr ""
#: ../../../_source/docs-libre-is.rst:302
msgid "docs/index.html"
msgstr ""
#: ../../../_source/docs-libre-is.rst:335
msgid "docs/Makefile"
msgstr ""
#: ../../../_source/docs-libre-is.rst:354
msgid "docs/_source/index.rst"
msgstr ""
#: ../../../_source/docs-libre-is.rst:355
msgid "Example file."
msgstr ""
#: ../../../_source/docs-libre-is.rst:381
msgid "Create other `docs/_source/about.rst` or other appropriate files."
msgstr ""
#: ../../../_source/docs-libre-is.rst:385
msgid "docs/_source/conf.py"
msgstr ""
#: ../../../_source/docs-libre-is.rst:464
msgid "Set up templates"
msgstr ""
#: ../../../_source/docs-libre-is.rst:466
msgid "File `docs/_source/_templates/layout.html`"
msgstr ""
#: ../../../_source/docs-libre-is.rst:478
msgid "If LaTex is to be used, `docs/_source/_templates/latex.tex`"
msgstr ""
#: ../../../_source/docs-libre-is.rst:491
msgid "Set up `docs/_source/_static/custom.css`"
msgstr ""
#: ../../../_source/docs-libre-is.rst:504
msgid "Images"
msgstr ""
#: ../../../_source/docs-libre-is.rst:506
msgid "Add a `favicon.ico` and `logo.png` to `docs/_source/_static/`"
msgstr ""
#: ../../../_source/docs-libre-is.rst:508
msgid ""
"If spreadsheet is going to be used/imported, add to here `docs/_source/"
"_static/` these files:"
msgstr ""
#: ../../../_source/docs-libre-is.rst:510
msgid "`handsontable.full.min.css` and `handsontable.full.min.js`"
msgstr ""
#: ../../../_source/docs-libre-is.rst:524
msgid "Build"
msgstr ""
#: ../../../_source/docs-libre-is.rst:525
msgid "HOWTO build this site."
msgstr ""