automatic update of pot/po files

This commit is contained in:
Jean-Baptiste Holcroft 2021-01-01 16:26:08 +01:00
commit e7bc25bf84
3 changed files with 1 additions and 399 deletions

View file

@ -13,7 +13,7 @@ function clean_tmp() {
trap clean_tmp exit
for staged in $(git diff --name-only --cached); do
for staged in $(git diff --name-only --cached --diff-filter=d); do
if [ "${staged##*.}" == "pot" ] ; then
echo "$staged"
git diff --no-ext-diff --cached --patch-with-raw --output="$output" "$staged"

View file

@ -1,28 +0,0 @@
# SOME DESCRIPTIVE TITLE
# Copyright (C) YEAR Free Software Foundation, Inc.
# 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"
"POT-Creation-Date: 2020-11-29 22:34+0000\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"
#. type: Title =
#: ./pages/docker.adoc:1
#, no-wrap
msgid "Docker images"
msgstr ""
#. type: Plain text
#: ./pages/docker.adoc:3
msgid "Work in progress."
msgstr ""

View file

@ -1,370 +0,0 @@
# SOME DESCRIPTIVE TITLE
# Copyright (C) YEAR Free Software Foundation, Inc.
# 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"
"POT-Creation-Date: 2020-10-13 22:26+0000\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"
#. type: Title =
#: ./pages/nest.adoc:1
#, no-wrap
msgid "NEST simulator"
msgstr ""
#. type: Plain text
#: ./pages/nest.adoc:5
msgid ""
"NEST is a simulator for spiking neural network models that focuses on the "
"dynamics, size and structure of neural systems rather than on the exact "
"morphology of individual neurons."
msgstr ""
#. type: Plain text
#: ./pages/nest.adoc:7
msgid "Website: http://www.nest-simulator.org/."
msgstr ""
#. type: Plain text
#: ./pages/nest.adoc:8
msgid "Documentation: http://www.nest-simulator.org/documentation/."
msgstr ""
#. type: Plain text
#: ./pages/nest.adoc:9
msgid ""
"Support mailing list: "
"http://mail.nest-initiative.org/cgi-bin/mailman/listinfo/nest_user."
msgstr ""
#. type: Plain text
#: ./pages/nest.adoc:10
msgid "Bug tracker: https://github.com/nest/nest-simulator/issues."
msgstr ""
#. type: Plain text
#: ./pages/nest.adoc:11
msgid ""
"Fedora package information: "
"https://apps.fedoraproject.org/packages/nest/overview/."
msgstr ""
#. type: Plain text
#: ./pages/nest.adoc:14
msgid "NeuroFedora currently includes the two most recent versions of NEST:"
msgstr ""
#. type: Plain text
#: ./pages/nest.adoc:16
msgid ""
"https://github.com/nest/nest-simulator/releases/tag/v2.18.0[2.18.0] in the "
"standard Fedora repositories."
msgstr ""
#. type: Plain text
#: ./pages/nest.adoc:17
msgid ""
"https://github.com/nest/nest-simulator/releases/tag/v2.16.0[2.16.0] as a "
"https://docs.fedoraproject.org/en-US/modularity/using-modules/[module] "
"(Please note that https://github.com/nest/nest-simulator/issues/1031[NEST "
"2.16.0 does not support 32 bit architectures])."
msgstr ""
#. type: Plain text
#: ./pages/nest.adoc:19
msgid ""
"https://docs.fedoraproject.org/en-US/modularity/using-modules/[Modularity] "
"allows for parallel availability, but not parralel installability. So, only "
"one version of NEST can be installed at one time."
msgstr ""
#. type: Title ==
#: ./pages/nest.adoc:20
#, no-wrap
msgid "Installing NEST"
msgstr ""
#. type: Plain text
#: ./pages/nest.adoc:27
msgid ""
"NEST can be installed on Fedora using the {dnf} package manager. NEST "
"supports the use of https://www.mpi-forum.org/[MPI (Message passing "
"interface)] for use on clusters and super computers. Fedora includes "
"http://www.mpich.org/[MPICH] and https://www.open-mpi.org/[OpenMPI] "
"implementations of MPI. NEST can be used with either of these, or without "
"any MPI support. NEST in Fedora is:"
msgstr ""
#. type: Plain text
#: ./pages/nest.adoc:29
msgid "built with https://github.com/INCF/libneurosim[libneurosim] support."
msgstr ""
#. type: Plain text
#: ./pages/nest.adoc:30
msgid "2.18.0 built with https://github.com/INCF/MUSIC[MUSIC] support."
msgstr ""
#. type: Plain text
#: ./pages/nest.adoc:31
msgid "not currently built with https://github.com/INCF/csa[CSA] support."
msgstr ""
#. type: Plain text
#: ./pages/nest.adoc:36
msgid ""
"https://pythonclock.org/[As Python2 will not be maintained past 2020], "
"https://fedoraproject.org/wiki/Changes/Mass_Python_2_Package_Removal[Python2 "
"is not supported in Fedora 30 onwards]. We strongly suggest users use "
"Python3. The available NEST packages are:"
msgstr ""
#. type: Plain text
#: ./pages/nest.adoc:38
msgid "`nest`: NEST simulator without MPI support."
msgstr ""
#. type: Plain text
#: ./pages/nest.adoc:39
msgid "`python2-nest`: PyNEST for Python 2 without MPI support (Fedora 28/29 only)."
msgstr ""
#. type: Plain text
#: ./pages/nest.adoc:40
msgid "`python3-nest`: PyNEST for Python 3 without MPI support."
msgstr ""
#. type: Plain text
#: ./pages/nest.adoc:41
msgid "`nest-mpich`: NEST simulator built with MPICH support."
msgstr ""
#. type: Plain text
#: ./pages/nest.adoc:42
msgid ""
"`python2-nest-mpich`: PyNEST for Python 2 with MPICH support (Fedora 28/29 "
"only)."
msgstr ""
#. type: Plain text
#: ./pages/nest.adoc:43
msgid "`python3-nest-mpich`: PyNEST for Python 3 with MPICH support."
msgstr ""
#. type: Plain text
#: ./pages/nest.adoc:44
msgid "`nest-openmpi`: NEST simulator built with OpenMPI support."
msgstr ""
#. type: Plain text
#: ./pages/nest.adoc:45
msgid ""
"`python2-nest-openmpi`: PyNEST for Python 2 with OpenMPI support (Fedora "
"28/29 only)."
msgstr ""
#. type: Plain text
#: ./pages/nest.adoc:46
msgid "`python3-nest-openmpi`: PyNEST for Python 3 with OpenMPI support."
msgstr ""
#. type: Plain text
#: ./pages/nest.adoc:47
msgid "`nest-doc`: Generated documentation."
msgstr ""
#. type: Title ===
#: ./pages/nest.adoc:48
#, no-wrap
msgid "Installing NEST 2.18.0"
msgstr ""
#. type: Plain text
#: ./pages/nest.adoc:52
msgid ""
"Since NEST 2.18.0 is made available in the standard Fedora platform "
"repositories, it can be installed simply by using `dnf` without any "
"additional configuration. For example:"
msgstr ""
#. type: delimited block -
#: ./pages/nest.adoc:56
#, no-wrap
msgid "sudo dnf install python3-nest\n"
msgstr ""
#. type: Title ===
#: ./pages/nest.adoc:58
#, no-wrap
msgid "Installing NEST 2.16.0 using modularity"
msgstr ""
#. type: Plain text
#: ./pages/nest.adoc:62
msgid ""
"NEST 2.16.0 is provided using a "
"https://docs.fedoraproject.org/en-US/modularity/using-modules/[module "
"stream]. It can also be installed using `dnf` but requires the use of the "
"`module` sub command:"
msgstr ""
#. type: delimited block -
#: ./pages/nest.adoc:66
#, no-wrap
msgid "sudo dnf module install nest:2.16.0\n"
msgstr ""
#. type: Plain text
#: ./pages/nest.adoc:71
msgid ""
"This installs the `default` profile for the stream. This `default` profile "
"is the non-MPI build of NEST. `mpich` and `openmpi` are the other provided "
"profiles:"
msgstr ""
#. type: delimited block -
#: ./pages/nest.adoc:78
#, no-wrap
msgid ""
"sudo dnf module list\n"
"..\n"
"..\n"
"nest 2.16.0 [x] default [d], mpich, openmpi The neural "
"simulation tool\n"
msgstr ""
#. type: Plain text
#: ./pages/nest.adoc:81
msgid "To install a profile, use:"
msgstr ""
#. type: delimited block -
#: ./pages/nest.adoc:86
#, no-wrap
msgid "sudo dnf module install nest:2.16.0/mpich # for the mpich profile\n"
msgstr ""
#. type: Plain text
#: ./pages/nest.adoc:89
msgid ""
"More information on modules, their design, their creation, and their usage "
"can be found on the "
"https://docs.fedoraproject.org/en-US/modularity/[Modularity documentation]."
msgstr ""
#. type: Title ==
#: ./pages/nest.adoc:90
#, no-wrap
msgid "Usage"
msgstr ""
#. type: Plain text
#: ./pages/nest.adoc:93
msgid ""
"The `nest_vars.sh` must be sourced to set up the environment correctly for "
"NEST, which makes use of a few environment variables:"
msgstr ""
#. type: delimited block -
#: ./pages/nest.adoc:101
#, no-wrap
msgid ""
"NEST_INSTALL_DIR\n"
"NEST_DATA_DIR\n"
"NEST_MODULE_PATH\n"
"NEST_PYTHON_PREFIX\n"
"NEST_DOC_DIR\n"
msgstr ""
#. type: Plain text
#: ./pages/nest.adoc:104
msgid "For non MPI (serial) builds:"
msgstr ""
#. type: delimited block -
#: ./pages/nest.adoc:108
#, no-wrap
msgid "source /usr/bin/nest_vars.sh\n"
msgstr ""
#. type: Plain text
#: ./pages/nest.adoc:111
msgid "For MPICH builds:"
msgstr ""
#. type: delimited block -
#: ./pages/nest.adoc:115
#, no-wrap
msgid "source /usr/lib64/mpich/bin/nest_vars_mpich.sh\n"
msgstr ""
#. type: Plain text
#: ./pages/nest.adoc:118 ./pages/nest.adoc:143
msgid "For OpenMPI builds:"
msgstr ""
#. type: delimited block -
#: ./pages/nest.adoc:122
#, no-wrap
msgid "source /usr/lib64/openmpi/bin/nest_vars_openmpi.sh\n"
msgstr ""
#. type: Title ===
#: ./pages/nest.adoc:124
#, no-wrap
msgid "Environment modules"
msgstr ""
#. type: Plain text
#: ./pages/nest.adoc:127
msgid ""
"To use an MPI build of NEST, the appropriate environment version must be "
"loaded as xref:mpi.adoc[documented here]."
msgstr ""
#. type: Title ===
#: ./pages/nest.adoc:128
#, no-wrap
msgid "Binaries"
msgstr ""
#. type: Plain text
#: ./pages/nest.adoc:132
msgid ""
"The binaries for each MPI build are suffixed to distinguish them from each "
"other: For MPICH builds, they would be:"
msgstr ""
#. type: delimited block -
#: ./pages/nest.adoc:140
#, no-wrap
msgid ""
"nest_mpich\n"
"nest_vars_mpich.sh\n"
"nest_config_mpich\n"
"nest_serial_mpich\n"
"nest_indirect_mpich\n"
"sli_mpich\n"
msgstr ""
#. type: delimited block -
#: ./pages/nest.adoc:151
#, no-wrap
msgid ""
"nest_openmpi\n"
"nest_vars_openmpi.sh\n"
"nest_config_openmpi\n"
"nest_serial_openmpi\n"
"nest_indirect_openmpi\n"
"sli_openmpi\n"
msgstr ""