diff options
author | n-peugnet <n.peugnet@free.fr> | 2022-05-02 15:23:45 +0200 |
---|---|---|
committer | Nicolas Peugnet <n.peugnet@free.fr> | 2022-05-02 16:14:20 +0200 |
commit | bb3db9141067ee27cb2ddb3c4e32b74fd2c50e32 (patch) | |
tree | f28673d5b6a028ec8a6d84164ee2ab273d7db6e2 /_locales/en/LC_MESSAGES/sphinx.po | |
parent | 273e52b04cf6e45c2226bc5b26aba914b426922a (diff) | |
download | club1-docs-bb3db9141067ee27cb2ddb3c4e32b74fd2c50e32.tar.gz club1-docs-bb3db9141067ee27cb2ddb3c4e32b74fd2c50e32.zip |
refactor: prefix locales dir with underscore
to separate it more clearly from the content of the docs
Diffstat (limited to '_locales/en/LC_MESSAGES/sphinx.po')
-rw-r--r-- | _locales/en/LC_MESSAGES/sphinx.po | 33 |
1 files changed, 33 insertions, 0 deletions
diff --git a/_locales/en/LC_MESSAGES/sphinx.po b/_locales/en/LC_MESSAGES/sphinx.po new file mode 100644 index 0000000..34fbc9b --- /dev/null +++ b/_locales/en/LC_MESSAGES/sphinx.po @@ -0,0 +1,33 @@ +# Translations for the documentation's templates. +# Copyright (C) 2022, Nicolas Peugnet +# This file is distributed under the same license as the CLUB1 package. +# Nicolas Peugnet <nicolas@club1.fr>, 2022. +# +msgid "" +msgstr "" +"Project-Id-Version: Hébergement CLUB1 main\n" +"Report-Msgid-Bugs-To: nicolas@club1.fr\n" +"POT-Creation-Date: 2022-04-01 16:46+0200\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: Nicolas Peugnet <nicolas@club1.fr>\n" +"Language-Team: LANGUAGE <LL@li.org>\n" +"Language: en\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" + +#: ../../_templates/layout.html:4 +msgid "Retour au site principal" +msgstr "Return to main site" + +#: ../../_templates/versions.html:4 ../../_templates/versions.html:21 +msgid "Versions" +msgstr "Versions" + +#: ../../_templates/versions.html:11 +msgid "Langages" +msgstr "Languages" + +#: ../../_templates/versions.html:31 +msgid "Téléchargements" +msgstr "Downloads" |