Skip to content

Commit

Permalink
Merge pull request dita-ot#4320 from Mircea-Andrei16/issue/4315
Browse files Browse the repository at this point in the history
4315 Add missing translations for 'on page' term.
  • Loading branch information
jelovirt authored Nov 6, 2023
2 parents 9adf871 + 99cf6e2 commit 950ae01
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion src/main/plugins/org.dita.pdf2/cfg/common/vars/bs.xml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ See the accompanying LICENSE file for applicable license.
<variable id="Appendix with number">Dodatak <param ref-name="number"/></variable>
<variable id="Part with number">Dio <param ref-name="number"/></variable>
<variable id="Required-Cleanup">[Potrebno čišćenje]</variable>
<variable id="On the page"> on page <param ref-name="pagenum"/></variable><!--TODO:On the page-->
<variable id="On the page"> na stranici <param ref-name="pagenum"/></variable>
<variable id="Page"> page <param ref-name="pagenum"/></variable><!--TODO:page-->
<variable id="This link"/><!--UNUSED-->
<variable id="Child topics"/><!--UNUSED-->
Expand Down
2 changes: 1 addition & 1 deletion src/main/plugins/org.dita.pdf2/cfg/common/vars/fi.xml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ See the accompanying LICENSE file for applicable license.
<variable id="Appendix with number">Liite <param ref-name="number"/></variable>
<variable id="Part with number">Osa <param ref-name="number"/></variable>
<variable id="Required-Cleanup"><!--TODO:[Required-Cleanup]--></variable>
<variable id="On the page"/>
<variable id="On the page"> sivulla <param ref-name="pagenum"/></variable>
<variable id="Page"> sivu <param ref-name="pagenum"/></variable>
<variable id="This link"/><!--UNUSED-->
<variable id="Child topics"/><!--UNUSED-->
Expand Down
2 changes: 1 addition & 1 deletion src/main/plugins/org.dita.pdf2/cfg/common/vars/ro.xml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ See the accompanying LICENSE file for applicable license.
<variable id="Appendix with number">Anexa <param ref-name="number"/></variable>
<variable id="Part with number">Parte <param ref-name="number"/></variable>
<variable id="Required-Cleanup"><!--TODO:[Required-Cleanup]--></variable>
<variable id="On the page"/>
<variable id="On the page"> pe pagina <param ref-name="pagenum"/></variable>
<variable id="Page"><!--TODO: page <param ref-name="pagenum"/>--></variable>
<variable id="This link"/><!--UNUSED-->
<variable id="Child topics"/><!--UNUSED-->
Expand Down
2 changes: 1 addition & 1 deletion src/main/plugins/org.dita.pdf2/cfg/common/vars/ru.xml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ See the accompanying LICENSE file for applicable license.
<variable id="Appendix with number">Приложение <param ref-name="number"/></variable>
<variable id="Part with number">Часть <param ref-name="number"/></variable>
<variable id="Required-Cleanup"><!--TODO:[Required-Cleanup]--></variable>
<variable id="On the page"><!--TODO: on page <param ref-name="pagenum"/>--></variable>
<variable id="On the page">на странице <param ref-name="pagenum"/></variable>
<variable id="Page"><!--TODO: page <param ref-name="pagenum"/>--></variable>
<variable id="This link"/><!--UNUSED-->
<variable id="Child topics"/><!--UNUSED-->
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ See the accompanying LICENSE file for applicable license.
<variable id="Appendix with number">Dodatak <param ref-name="number"/></variable>
<variable id="Part with number">Dio <param ref-name="number"/></variable>
<variable id="Required-Cleanup">[Potrebno čišćenje]</variable>
<variable id="On the page"> on page <param ref-name="pagenum"/></variable>
<variable id="On the page"> na stranici <param ref-name="pagenum"/></variable>
<variable id="Page"> page <param ref-name="pagenum"/></variable>
<variable id="This link"/><!--UNUSED-->
<variable id="Child topics"/><!--UNUSED-->
Expand Down
2 changes: 1 addition & 1 deletion src/main/plugins/org.dita.pdf2/cfg/common/vars/sv.xml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ See the accompanying LICENSE file for applicable license.
<variable id="Appendix with number">Appendix <param ref-name="number"/></variable>
<variable id="Part with number">Del <param ref-name="number"/></variable>
<variable id="Required-Cleanup"><!--TODO:[Required-Cleanup]--></variable>
<variable id="On the page"/>
<variable id="On the page"> na strani <param ref-name="pagenum"/></variable>
<variable id="Page"> sidan <param ref-name="pagenum"/></variable>
<variable id="This link"/><!--UNUSED-->
<variable id="Child topics"/><!--UNUSED-->
Expand Down
2 changes: 1 addition & 1 deletion src/main/plugins/org.dita.pdf2/cfg/common/vars/zh_CN.xml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ See the accompanying LICENSE file for applicable license.
<variable id="Appendix with number">附录 <param ref-name="number"/></variable>
<variable id="Part with number">第 <param ref-name="number"/> 部分</variable>
<variable id="Required-Cleanup">[需要修正]</variable>
<variable id="On the page"> on page <param ref-name="pagenum"/></variable>
<variable id="On the page"> 在第 <param ref-name="pagenum"/></variable>
<variable id="Page"> page <param ref-name="pagenum"/></variable>
<variable id="This link"/><!--UNUSED-->
<variable id="Optional Step">可选:</variable>
Expand Down

0 comments on commit 950ae01

Please sign in to comment.