1
0
Fork 0
lynx/po
Daniel Baumann 20df3659cf
Adding upstream version 2.9.2.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
2025-06-21 08:10:34 +02:00
..
ca.po Adding upstream version 2.9.2. 2025-06-21 08:10:34 +02:00
cs.po Adding upstream version 2.9.2. 2025-06-21 08:10:34 +02:00
da.po Adding upstream version 2.9.2. 2025-06-21 08:10:34 +02:00
de.po Adding upstream version 2.9.2. 2025-06-21 08:10:34 +02:00
eo.po Adding upstream version 2.9.2. 2025-06-21 08:10:34 +02:00
et.po Adding upstream version 2.9.2. 2025-06-21 08:10:34 +02:00
fi.po Adding upstream version 2.9.2. 2025-06-21 08:10:34 +02:00
fr.po Adding upstream version 2.9.2. 2025-06-21 08:10:34 +02:00
hu.po Adding upstream version 2.9.2. 2025-06-21 08:10:34 +02:00
id.po Adding upstream version 2.9.2. 2025-06-21 08:10:34 +02:00
it.po Adding upstream version 2.9.2. 2025-06-21 08:10:34 +02:00
ja.po Adding upstream version 2.9.2. 2025-06-21 08:10:34 +02:00
lynx.pot Adding upstream version 2.9.2. 2025-06-21 08:10:34 +02:00
makefile.inn Adding upstream version 2.9.2. 2025-06-21 08:10:34 +02:00
nl.po Adding upstream version 2.9.2. 2025-06-21 08:10:34 +02:00
POTFILES.in Adding upstream version 2.9.2. 2025-06-21 08:10:34 +02:00
pt_BR.po Adding upstream version 2.9.2. 2025-06-21 08:10:34 +02:00
readme Adding upstream version 2.9.2. 2025-06-21 08:10:34 +02:00
ro.po Adding upstream version 2.9.2. 2025-06-21 08:10:34 +02:00
ru.po Adding upstream version 2.9.2. 2025-06-21 08:10:34 +02:00
sl.po Adding upstream version 2.9.2. 2025-06-21 08:10:34 +02:00
sv.po Adding upstream version 2.9.2. 2025-06-21 08:10:34 +02:00
tr.po Adding upstream version 2.9.2. 2025-06-21 08:10:34 +02:00
uk.po Adding upstream version 2.9.2. 2025-06-21 08:10:34 +02:00
vi.po Adding upstream version 2.9.2. 2025-06-21 08:10:34 +02:00
zh_CN.po Adding upstream version 2.9.2. 2025-06-21 08:10:34 +02:00
zh_TW.po Adding upstream version 2.9.2. 2025-06-21 08:10:34 +02:00

 
> I want to translate to xxxxxx. 
 
The full list of messages is in lynx.pot, which is generated from looking 
at the calls to gettext, use it as template for translations. 
 
syntax: 
 
#: src/LYMainLoop.c:1512 src/LYMainLoop.c:1516 
msgid "Fatal error - could not open output file %s\n" 
msgstr "" 
 
First line is a comment beginning with #, for your information. 
Original english string is <msgid>, do not change it. 
Translation in <msgstr>, empty string assume english default. 
Do not forget to include %s properly in your contributed translation! 
 
A good place to start is with the messages derived from LYMessages_en.h 
 
The Translation Project is collecting message translation files at
http://www.iro.umontreal.ca/contrib/po/HTML/domain-lynx.html