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

135 lines
3.1 KiB
Plaintext
Raw Normal View History

2024-08-31 14:50:20 -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"
2024-08-31 15:16:43 -06:00
"POT-Creation-Date: 2024-08-31 15:16-0600\n"
2024-08-31 14:50:20 -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"
2024-08-31 15:05:39 -06:00
#: ../../../_source/dev-libre-is.rst:3
2024-08-31 14:50:20 -06:00
msgid "dev.libre.is"
msgstr ""
2024-08-31 15:05:39 -06:00
#: ../../../_source/dev-libre-is.rst:4
2024-08-31 14:50:20 -06:00
msgid "Documentation for this present site."
msgstr ""
2024-08-31 15:05:39 -06:00
#: ../../../_source/dev-libre-is.rst:6
2024-08-31 14:50:20 -06:00
msgid "`<https://dev.libre.is/>`_"
msgstr ""
2024-08-31 15:05:39 -06:00
#: ../../../_source/dev-libre-is.rst:8
msgid "Source code to site:"
2024-08-31 14:50:20 -06:00
msgstr ""
#: ../../../_source/dev-libre-is.rst:10
2024-08-31 15:05:39 -06:00
msgid "`<https://code.libre.is/libre/dev-libre-is>`_"
msgstr ""
2024-08-31 15:15:09 -06:00
#: ../../../_source/dev-libre-is.rst:15
msgid "Initial setup"
msgstr ""
#: ../../../_source/dev-libre-is.rst:27
msgid "Apache"
msgstr ""
#: ../../../_source/dev-libre-is.rst:59
msgid "Docs repo setup"
msgstr ""
#: ../../../_source/dev-libre-is.rst:71
msgid "Create poetry file `pyproject.toml`:"
msgstr ""
#: ../../../_source/dev-libre-is.rst:172
msgid "Perhaps a `.gitignore` like:"
msgstr ""
#: ../../../_source/dev-libre-is.rst:191
msgid "Makefile, etc."
msgstr ""
#: ../../../_source/dev-libre-is.rst:291
msgid ""
2024-08-31 15:16:43 -06:00
"Copy over an appropriate license file to the repo, such as `LICENSE-"
"apache.txt`."
2024-08-31 15:15:09 -06:00
msgstr ""
#: ../../../_source/dev-libre-is.rst:295
msgid "Set up `docs/index.html`"
msgstr ""
#: ../../../_source/dev-libre-is.rst:328
msgid "Set up docs/Makefile"
msgstr ""
#: ../../../_source/dev-libre-is.rst:347
msgid "Create `docs/_source/index.rst`"
msgstr ""
2024-08-31 15:16:43 -06:00
#: ../../../_source/dev-libre-is.rst:367
2024-08-31 15:15:09 -06:00
msgid "Create other `docs/_source/about.rst` or aother appropriate files."
msgstr ""
2024-08-31 15:16:43 -06:00
#: ../../../_source/dev-libre-is.rst:371
2024-08-31 15:15:09 -06:00
msgid "Set up `docs/_source/conf.py`"
msgstr ""
2024-08-31 15:16:43 -06:00
#: ../../../_source/dev-libre-is.rst:450
2024-08-31 15:15:09 -06:00
msgid "Set up templates"
msgstr ""
2024-08-31 15:16:43 -06:00
#: ../../../_source/dev-libre-is.rst:452
2024-08-31 15:15:09 -06:00
msgid "File `docs/_source/_templates/layout.html`"
msgstr ""
2024-08-31 15:16:43 -06:00
#: ../../../_source/dev-libre-is.rst:464
msgid "If LaTex is to be used, `docs/_source/_templates/latex.tex`"
msgstr ""
#: ../../../_source/dev-libre-is.rst:477
2024-08-31 15:15:09 -06:00
msgid "Set up `docs/_source/_static/custom.css`"
msgstr ""
2024-08-31 15:16:43 -06:00
#: ../../../_source/dev-libre-is.rst:490
2024-08-31 15:15:09 -06:00
msgid "Images"
msgstr ""
2024-08-31 15:16:43 -06:00
#: ../../../_source/dev-libre-is.rst:492
2024-08-31 15:15:09 -06:00
msgid "Add a `favicon.ico` and `logo.png` to `docs/_source/_static/`"
msgstr ""
2024-08-31 15:16:43 -06:00
#: ../../../_source/dev-libre-is.rst:494
2024-08-31 15:15:09 -06:00
msgid ""
2024-08-31 15:16:43 -06:00
"If spreadsheet is going to be used/imported, add to here "
"`docs/_source/_static/` these files:"
2024-08-31 15:15:09 -06:00
msgstr ""
2024-08-31 15:16:43 -06:00
#: ../../../_source/dev-libre-is.rst:496
2024-08-31 15:15:09 -06:00
msgid "`handsontable.full.min.css` and `handsontable.full.min.js`"
msgstr ""
2024-08-31 15:16:43 -06:00
#: ../../../_source/dev-libre-is.rst:510
2024-08-31 15:05:39 -06:00
msgid "Build"
msgstr ""
2024-08-31 15:16:43 -06:00
#: ../../../_source/dev-libre-is.rst:511
2024-08-31 14:50:20 -06:00
msgid "HOWTO build this site."
msgstr ""
2024-08-31 15:16:43 -06:00