mirror of
https://github.com/Ed94/Odin.git
synced 2026-06-15 18:32:22 -07:00
ff0f0c447f
Forgot to intern the section string in QT TS loader.
23 lines
552 B
XML
23 lines
552 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<!DOCTYPE TS>
|
|
<TS version="2.1" language="nl" sourcelanguage="en">
|
|
<context>
|
|
<name>Page</name>
|
|
<message>
|
|
<source>%d apple(s)</source>
|
|
<comment>commenting</comment>
|
|
<translation type="obsolete">Tekst om te vertalen</translation>
|
|
</message>
|
|
</context>
|
|
<context>
|
|
<name>apple_count</name>
|
|
<message numerus="yes">
|
|
<source>%d apple(s)</source>
|
|
<translation>
|
|
<numerusform>%d appel</numerusform>
|
|
<numerusform>%d appels</numerusform>
|
|
</translation>
|
|
</message>
|
|
</context>
|
|
</TS>
|