Hi Zeno,

I see that the new server is more strict on XML and this gives a problem on manual transalation.

For example:
Eng: Access to the␠:ref:`Label Creator` and␠:ref:`Quick Label Creator <quick-spine-label-creator-label>` Tools

Ita: Consente l'uso degli strumenti :ref:`Creatore di etichette <label-creator-label>` e :ref:`Creatore etichette per il dorso <quick-spine-label-creator-label>`

For me this correct, I can't use :ref:`Label Creator` as placeholder because I'm italian.
But now transaltion server doesn't like :ref:`Creatore di etichette <label-creator-label>` and it force me to insert :ref:`Label Creator`.

you are adding "<label-creator-label>" which is not present on the source, that's what pootle is complaining about.

I think that if you put :ref:`Creatore di etichette` without the label it will work, 'Creatore di etichette' it's the name for a section, perhaps sphinxs will
make the cross-reference right.
(
it http://translate.koha-community.org/manual/17.11/it/html/03_tools.html?#label-creator
en http://translate.koha-community.org/manual/17.11/en/html/03_tools.html#label-creator
)

If not, we need to change the english source to :ref:`Label Creator <label-creator-label>`

Bernardo