gluon/docs/_build/gettext/releases/v2016.1.6.pot
Felix Kaechele 3b2f780e0a docs: add sphinx-intl workflow for translations
Add a update-po and %.po rule to the Makefile.
We define "de" as a language to start with.

To add languages just append them to the update-po rule in the Makefile.

We do want to keep the _build/gettext folder as Weblate uses this to
enable new translations.

Signed-off-by: Felix Kaechele <felix@kaechele.ca>
2019-04-20 19:41:42 -04:00

134 lines
4.9 KiB
Plaintext

# SOME DESCRIPTIVE TITLE.
# Copyright (C) 2015-2019, Project Gluon
# This file is distributed under the same license as the Gluon package.
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
#
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: Gluon 2018.2+\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2019-04-20 16:46-0400\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"
#: ../../releases/v2016.1.6.rst:2
# 822c243d5936480d89775771f75386ff
msgid "Gluon 2016.1.6"
msgstr ""
#: ../../releases/v2016.1.6.rst:5
# 32753947197c4c218dff8b7b2a3f651c
msgid "Bugfixes"
msgstr ""
#: ../../releases/v2016.1.6.rst:7
# 63917cce7ae34e66a03ecbb18e09a43c
msgid "build: fix nodejs host build on Debian Wheezy (`#776 <https://github.com/freifunk-gluon/gluon/issues/776>`_)"
msgstr ""
#: ../../releases/v2016.1.6.rst:8
# 8463fbcad3814717b7a9e2352705ee1d
msgid "build: fix parallel builds with Make 4.2+"
msgstr ""
#: ../../releases/v2016.1.6.rst:10
# 8cac40e5f91145368df6485749b29c86
msgid "Trying to use ``-j N`` with Make 4.2 would spawn an unlimited number of processes, eventually leading to memory exhaustion."
msgstr ""
#: ../../releases/v2016.1.6.rst:13
# 72b5a3a43f62405a9ea6847b5f8021dc
msgid "build: fix occasional build failure in libpcap package"
msgstr ""
#: ../../releases/v2016.1.6.rst:14
# ba24d56684474e359c2d395cdc914e70
msgid "build: don't require hexdump for x86 builds (`#811 <https://github.com/freifunk-gluon/gluon/issues/811>`_)"
msgstr ""
#: ../../releases/v2016.1.6.rst:16
# 55504890d9a045cca687641f430e1408
msgid "Trying to build Gluon for x86 on systems without hexdump would silently generate broken images."
msgstr ""
#: ../../releases/v2016.1.6.rst:19
# 1c4a4ec3cf744d3a8fe70d1994180dca
msgid "Add support for DNS servers given by their link-local IPv6 address in Router Advertisements (`#854 <https://github.com/freifunk-gluon/gluon/issues/854>`_)"
msgstr ""
#: ../../releases/v2016.1.6.rst:22
# 2e2bf1a315554bbeab432fc95edef977
msgid "ar71xx-generic: correctly setup LNA GPIOs on CPE210/510 (`#796 <https://github.com/freifunk-gluon/gluon/issues/796>`_)"
msgstr ""
#: ../../releases/v2016.1.6.rst:24
# d61ac84cf3204678a5a3cdff96119a27
msgid "Improves the reception by about 20dB."
msgstr ""
#: ../../releases/v2016.1.6.rst:26
# 1537903522cc425ab931f2b31dbe62b9
msgid "ar71xx-generic: switch default WAN/LAN assignment on Ubiquiti UAP Pro (`#764 <https://github.com/freifunk-gluon/gluon/issues/764>`_)"
msgstr ""
#: ../../releases/v2016.1.6.rst:29
# 2a1cd87a23e24e069a03e52e26eda3ad
msgid "Switch to the usual \"PoE is WAN/setup mode, secondary is LAN\" scheme. This only affects new installations; the assignment won't be changed on updates unless the configuration is reset."
msgstr ""
#: ../../releases/v2016.1.6.rst:33
# 57500dd9837a4a858503dcfedebe01f2
msgid "ar71xx-generic: fix ath10k memory leak (`#690 <https://github.com/freifunk-gluon/gluon/issues/690>`_)"
msgstr ""
#: ../../releases/v2016.1.6.rst:34
# e17a18677a7d4b0593243fb63d79b70f
msgid "ar71xx-generic: add support for new TP-Link region codes (`#860 <https://github.com/freifunk-gluon/gluon/issues/860>`_)"
msgstr ""
#: ../../releases/v2016.1.6.rst:37
# 0491b49c73b74efba0a8edfd13dca8ac
msgid "TP-Link has started providing US- and EU-specific firmwares for the Archer C7 v2. To generate Gluon images installable from these new firmwares, the ``GLUON_REGION`` variable must be set to ``eu`` or ``us`` in ``site.mk`` or on the ``make`` command line (the images will still be installable from all old firmwares without region codes)."
msgstr ""
#: ../../releases/v2016.1.6.rst:43
# 647c4fcffd5542b487031bca24f106ec
msgid "Known Issues"
msgstr ""
#: ../../releases/v2016.1.6.rst:45
# 844b50817a704cbdb11f55c116afa313
msgid "Default TX power on many Ubiquiti devices is too high, correct offsets are unknown (`#94 <https://github.com/freifunk-gluon/gluon/issues/94>`_)"
msgstr ""
#: ../../releases/v2016.1.6.rst:47
# 59d4acbeff094ce3b745b5b8bb8aa9a4
msgid "Reducing the TX power in the Expert Mode is recommended."
msgstr ""
#: ../../releases/v2016.1.6.rst:49
# 903ac08ef73d4e5ebd7e6fd8ffa20758
msgid "The MAC address of the WAN interface is modified even when Mesh-on-WAN is disabled (`#496 <https://github.com/freifunk-gluon/gluon/issues/496>`_)"
msgstr ""
#: ../../releases/v2016.1.6.rst:51
# 2ff89ebc0eaa453bbbf5284bfb2a14c5
msgid "This may lead to issues in environments where a fixed MAC address is expected (like VMware when promiscuous mode is disallowed)."
msgstr ""
#: ../../releases/v2016.1.6.rst:53
# 43556981ee0b4afebca1dc841b07fcc2
msgid "Inconsistent respondd API (`#522 <https://github.com/freifunk-gluon/gluon/issues/522>`_)"
msgstr ""
#: ../../releases/v2016.1.6.rst:55
# 068838a8b020459faeebed11cb700d12
msgid "The current API is inconsistent and will be replaced eventually. The old API will still be supported for a while."
msgstr ""