zaz/doc/build/gettext/main/intro.pot

118 lines
2.5 KiB
Plaintext

# SOME DESCRIPTIVE TITLE.
# Copyright (C) 2021, Mauricio Baeza
# This file is distributed under the same license as the ZAZ package.
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
#
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: ZAZ \n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2021-02-05 22:20-0600\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"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
#: ../../source/main/intro.rst:3
msgid "Introduction"
msgstr ""
#: ../../source/main/intro.rst:6
msgid "Overview"
msgstr ""
#: ../../source/main/intro.rst:8
msgid "ZAZ is a script for rapid develop extensions and macros for `LibreOffice`_, in `Python`_ of course."
msgstr ""
#: ../../source/main/intro.rst:11
msgid "With ZAZ, you can create:"
msgstr ""
#: ../../source/main/intro.rst:13
msgid "Extensions for final user"
msgstr ""
#: ../../source/main/intro.rst:14
msgid "New components for used from Basic"
msgstr ""
#: ../../source/main/intro.rst:15
msgid "AddIn, new functions for Calc"
msgstr ""
#: ../../source/main/intro.rst:19
msgid "Requirements"
msgstr ""
#: ../../source/main/intro.rst:21
msgid "Python 3.7+"
msgstr ""
#: ../../source/main/intro.rst:22
msgid "LibreOffice 7.0+ with support for macros Python"
msgstr ""
#: ../../source/main/intro.rst:23
msgid "LibreOffice SDK, for new components and Add-In"
msgstr ""
#: ../../source/main/intro.rst:27
msgid "Installation"
msgstr ""
#: ../../source/main/intro.rst:29
msgid "Clone this repository (recomended) or download it."
msgstr ""
#: ../../source/main/intro.rst:31
msgid "``git clone https://git.cuates.net/elmau/zaz.git``"
msgstr ""
#: ../../source/main/intro.rst:33
msgid "Move to."
msgstr ""
#: ../../source/main/intro.rst:35
msgid "``cd zaz/source``"
msgstr ""
#: ../../source/main/intro.rst:37
msgid "Start new extension."
msgstr ""
#: ../../source/main/intro.rst:39
msgid "``./zaz.py -new -t ~/projects -n MyFirstExtension``"
msgstr ""
#: ../../source/main/intro.rst:43
msgid "My first extension"
msgstr ""
#: ../../source/main/intro.rst:45
msgid "Move to:"
msgstr ""
#: ../../source/main/intro.rst:47
msgid "``cd ~/projects/MyFirstExtension``"
msgstr ""
#: ../../source/main/intro.rst:49
msgid "Create:"
msgstr ""
#: ../../source/main/intro.rst:51
msgid "``python zaz.py -c``::"
msgstr ""
#: ../../source/main/intro.rst:60
msgid "Install and test:"
msgstr ""
#: ../../source/main/intro.rst:62
msgid "``python zaz.py -i``::"
msgstr ""