1
0
mirror of https://github.com/rkd77/elinks.git synced 2024-06-30 01:55:30 +00:00
Commit Graph

306 Commits

Author SHA1 Message Date
Страхиња Радић
f0b8933346
po/sr.po: Update translation
Signed-off-by: Страхиња Радић <contact@strahinja.org>
2023-02-24 07:33:15 +01:00
Witold Filipczyk
86a54ca33d [po] POTFILES regenerated. Refs #200
import os

if __name__ == '__main__':
    for f in os.popen('git ls-files', 'r'):
        f = f.rstrip()
        if f.endswith(('.c', '.cpp', '.h', '.inc')):
            print(f)
2022-12-26 12:48:33 +01:00
Witold Filipczyk
4689339040 [po] updated 2022-12-02 15:47:44 +01:00
Witold Filipczyk
c05e1567e1 [po] added scripts to generate elinks.pot 2022-10-12 18:14:28 +02:00
Witold Filipczyk
7130c42911 [po] Avoid accelerator conflict in pl.po 2022-10-09 20:26:23 +02:00
Witold Filipczyk
36b08e69d1 [po] meson target update-po 2022-10-09 17:24:08 +02:00
Witold Filipczyk
1140727fae [meson] check-po target
Usage:
ninja check-po 2>&1 | less
2022-10-09 17:09:58 +02:00
Witold Filipczyk
afd4e701f3 [po] mujs 2022-08-22 15:42:13 +02:00
Witold Filipczyk
1d0410e34d [po] POTFILES - copy of potfiles.list . Refs #187 2022-08-21 13:28:19 +02:00
Witold Filipczyk
8a2de579c5 [po] Check also .cpp files. Refs #187 2022-08-21 13:23:04 +02:00
Witold Filipczyk
9c5c1f3bc0 [po] Typo 2022-07-17 13:10:39 +02:00
Witold Filipczyk
3022336830 [po] pl updated 2022-07-17 13:02:02 +02:00
Witold Filipczyk
dcc9753a56 [po] update 2022-07-17 12:32:04 +02:00
Страхиња Радић
b7bfd1dd99
po/sr.po: Convert quotes from ASCII to UTF-8; a few minor fixes
Signed-off-by: Страхиња Радић <contact@strahinja.org>
2021-12-23 16:45:41 +01:00
Страхиња Радић
779f0e5a1a
po/sr.po: Update Serbian translation
Signed-off-by: Страхиња Радић <contact@strahinja.org>
2021-12-12 23:03:21 +01:00
Witold Filipczyk
ecc380f091 [po] pl.po updated 2021-12-02 17:49:16 +01:00
Witold Filipczyk
1fbc0a73df [po] update 2021-12-02 17:04:13 +01:00
Страхиња Радић
f2429b61ff
po/sr.po: Update to Serbian translation; AUTHORS: Update Strahinya Radich's email aaddress
Signed-off-by: Страхиња Радић <contact@strahinja.org>
2021-11-25 17:40:01 +01:00
Witold Filipczyk
01675c6270 [date] elinks-date-format.patch from PLD 2021-11-03 10:47:39 +01:00
Witold Filipczyk
834e644515 [meson] More fixes related to CONFIG_NLS 2021-03-28 18:56:19 +02:00
Witold Filipczyk
08731a5403 [po] Updated po files 2020-12-06 15:13:37 +01:00
Witold Filipczyk
a87c959e99 [meson] Added po/LINGUAS and po/POTFILES 2020-09-06 16:54:23 +02:00
Witold Filipczyk
87c25bc688 [po] update 2020-07-31 14:51:20 +02:00
Witold Filipczyk
073bad0776 [po] update 2020-07-26 15:36:39 +02:00
Witold Filipczyk
074c3251b5 [po] Translation update 2020-06-26 19:03:25 +02:00
Witold Filipczyk
5007fd072c [po] update .po files 2020-05-28 20:40:01 +02:00
Witold Filipczyk
e20ed163cb [po] update 2020-05-21 20:42:38 +02:00
Witold Filipczyk
0c794c2200 [po] More specific 2020-05-16 20:56:17 +02:00
Witold Filipczyk
3a6a60e3ec [po] updated translations files 2020-05-16 20:26:13 +02:00
Witold Filipczyk
b73fb5c7ec [po] Updated Polish translation 2019-11-19 17:59:17 +01:00
Witold Filipczyk
ce3f8a1ab8 [po] Update 2019-11-19 16:59:36 +01:00
Witold Filipczyk
af3b2073a1 [po] verbatim translation of seeders 2019-11-19 16:52:23 +01:00
Jakub Wilk
aa4d023987 pl.po: Fix typos 2019-02-05 17:24:52 +01:00
KURASAWA Nozomu
e1ac2896c6 Add Japanese translations. 2017-11-23 18:42:31 -05:00
Felix Janda
b9c80be636 convert *.po files to utf8 2017-11-23 18:35:18 -05:00
rkd77
fa013b70ab
Merge pull request #13 from doughdemon/msgaccel
msg-accelprepare: work around Getopt::Long behavior change
2017-11-23 10:27:43 +01:00
Felix Janda
9047be4f9b msgaccel-prepare: work around Getopt::Long behavior change
Avoid the following:

./msgaccel-prepare -S"dir" file
Unknown option: Sdir

So "dir" is no longer interpreted as an argument to "-S". This
was apparently introduced in Getopt::Long version 2.48.
2017-11-22 17:41:23 -05:00
Felix Janda
06832623ad Rename configure.in to configure.ac
Avoids aclocal warning
2017-11-22 17:01:48 -05:00
Witold Filipczyk
7abe853803 Typos 2017-11-18 09:50:40 +01:00
Kalle Olavi Niemitalo
7e8c95d934 chmod +x po/gen_translations_stats.sh
po/README suggests running the po/gen_translations_stats.sh script,
and it has a #! line, so it should be executable.
(cherry picked from elinks-0.12 commit 70ef4c8fdd)
2012-11-03 22:16:32 +02:00
Witold Filipczyk
e943285b84 pl.po: update 2009-07-25 11:05:48 +02:00
Witold Filipczyk
f3b68acf10 pl.po: overhead -> narzut 2009-07-25 10:53:26 +02:00
Kalle Olavi Niemitalo
50fb6d45f3 French translation authorship info
Remove the Language-Team header; Zas is a person, not a team.

Copyright licence was given in email:

Date: Tue, 2 Jun 2009 09:49:16 +0200
From: Mikael Berthe <mikael.berthe@lilotux.net>
To: Kalle Olavi Niemitalo <kon@iki.fi>
Cc: Laurent Monin <i18n@norz.org>
Subject: Re: [ELinks] French translation update
Message-ID: <20090602074916.GX5189@lilotux.net>

Date: Tue, 2 Jun 2009 10:30:50 +0200
From: Mikael Berthe <mikael.berthe@lilotux.net>
To: Kalle Olavi Niemitalo <kon@iki.fi>
Subject: Re: [ELinks] French translation update
Message-ID: <20090602083050.GY5189@lilotux.net>
2009-06-03 09:07:45 +03:00
Mikael Berthe
1698deab07 French translation update 2009-06-03 08:53:18 +03:00
Kalle Olavi Niemitalo
773cbb4577 make -C po update-po PO=fr
And forge POT-Creation-Date to match the following patch.
2009-06-03 08:49:20 +03:00
Witold Filipczyk
4f0e2bbddd pl.po: Updated. 2009-05-12 19:54:11 +02:00
Kalle Olavi Niemitalo
34f8f6a58f Merge branch 'elinks-0.12' into master
Conflicts:
	NEWS (merged)
	configure.in (merged)
	doc/man/man1/elinks.1.in (regenerated)
	doc/man/man5/elinks.conf.5 (regenerated)
	doc/man/man5/elinkskeys.5 (regenerated)
	po/af.po (used elinks-0.12)
	po/be.po (used elinks-0.12)
	po/bg.po (used elinks-0.12)
	po/ca.po (used elinks-0.12)
	po/cs.po (used elinks-0.12)
	po/da.po (used elinks-0.12)
	po/de.po (used elinks-0.12)
	po/el.po (used elinks-0.12)
	po/es.po (used elinks-0.12)
	po/et.po (used elinks-0.12)
	po/fi.po (used elinks-0.12)
	po/fr.po (used master)
	po/gl.po (used elinks-0.12)
	po/hr.po (used elinks-0.12)
	po/hu.po (used elinks-0.12)
	po/id.po (used elinks-0.12)
	po/is.po (used elinks-0.12)
	po/it.po (used elinks-0.12)
	po/lt.po (used elinks-0.12)
	po/nb.po (used elinks-0.12)
	po/nl.po (used elinks-0.12)
	po/pl.po (used master)
	po/pt.po (used elinks-0.12)
	po/pt_BR.po (used elinks-0.12)
	po/ro.po (used elinks-0.12)
	po/ru.po (used elinks-0.12)
	po/sk.po (used elinks-0.12)
	po/sr.po (used elinks-0.12)
	po/sv.po (used elinks-0.12)
	po/tr.po (used elinks-0.12)
	po/uk.po (used elinks-0.12)
2009-03-29 18:26:20 +03:00
Kalle Olavi Niemitalo
3801698ff1 ELinks 0.12pre3 2009-03-29 01:14:03 +02:00
Kalle Olavi Niemitalo
255cbf6ae0 doc: We're using Git rather than CVS. 2009-03-24 07:37:16 +02:00
Kalle Olavi Niemitalo
d84166a641 Finnish translation updates 2009-03-24 00:54:57 +02:00