2238 Commits

Author SHA1 Message Date
Nils Görs
485f5d3e87 core: update German translations 2019-02-23 23:25:22 +01:00
Sébastien Helleu
4a13e1ac7e core: update translations (issue #1055, issue #1312) 2019-02-23 13:40:23 +01:00
Nils Görs
d2ac854bfa core: update German translations 2019-02-20 08:36:58 +01:00
Nils Görs
dd8969413d core: update German translations 2019-02-20 08:25:50 +01:00
Sébastien Helleu
3368557cc7 core: update translations (issue #1299) 2019-02-19 21:38:53 +01:00
Sébastien Helleu
57aa9e060e spell: rename "aspell" plugin to "spell" (issue #1299)
The following things have been renamed:

- file aspell.conf -> spell.conf
- options aspell.* -> spell.*
- bar item aspell_dict -> spell_dict
- bar item and local variable aspell_suggest -> spell_suggest
- info aspell_dict -> spell_dict
2019-02-19 21:15:56 +01:00
ZethJack
4d4b254d7a
Fix czech translation kick message
original: <op> byl vykopnut <user> results in confusing message caused by mistranslation: op was kicked user
proposed fix: <op> vykopnul <user> should result in more understandeable message: op has kicked user
2019-02-15 11:09:01 +01:00
Krzysztof Korościk
7caaf255b4 updated polish translation 2019-02-09 21:00:59 +01:00
Sébastien Helleu
a511771802 core: update translations 2019-02-03 19:02:40 +01:00
AYANOKOUZI, Ryuunosuke
c4c4f4d1ef core: update Japanese translations 2019-02-03 09:00:00 +09:00
Sébastien Helleu
b38b2abe3b irc: fix parsing of MODE, 341 (invite) and CHGHOST commands when there are colons (closes #1296) 2019-01-29 21:10:49 +01:00
Sébastien Helleu
6d217ca8c5 doc: fix regex examples to be compatible with FreeBSD
The following special sequences are not supported in regular expressions on
FreeBSD:

- "\w": replaced with "[a-zA-Z0-9_]"
- "\S": replaced with "[^ ]" (it should be "[^ \t\n\r\f\v]", but in practice
  only spaces could be a problem when we use this sequence).
2019-01-26 10:15:35 +01:00
Sébastien Helleu
7e0da4b68a script: add missing input actions "A" and "v" in /help script 2019-01-20 20:13:54 +01:00
Sébastien Helleu
2b0057239b core: update copyright dates 2019-01-01 15:40:51 +01:00
Nils Görs
b3b58f89a4 core: update German translations 2018-12-22 10:19:49 +01:00
Sébastien Helleu
f3db256ce4 core: add note about option sec.crypt.passphrase_file in /help secure (issue #1286) 2018-12-22 09:37:25 +01:00
Nils Görs
cf5aaec3be core: update German translations 2018-12-13 22:38:26 +01:00
AYANOKOUZI, Ryuunosuke
8964e994c6 core: update Japanese translations 2018-12-09 09:00:00 +09:00
Sébastien Helleu
342261d35b core: use https for all links where secured http is supported 2018-11-29 23:18:55 +01:00
Sébastien Helleu
4712d0bb06 core: use https for links to GNU GPL license 2018-11-29 23:16:07 +01:00
Nils Görs
4e9203bb7d core: update German translations 2018-11-17 11:58:28 +01:00
Sébastien Helleu
916d99ad40 exec: add option exec.command.shell to customize the shell used with /exec -sh 2018-11-17 11:39:28 +01:00
Nils Görs
ba9b087ca3 core: update German translations 2018-11-17 11:05:31 +01:00
Sébastien Helleu
85d7c9b6c5 core: add command line option "-t" (or "--temp-dir") to create a temporary WeeChat home (deleted on exit) 2018-11-17 10:36:58 +01:00
Nils Görs
ecd26fb678 core: update German translations 2018-11-16 16:26:30 +01:00
Nils Görs
c78f322c9e core: update German translations 2018-11-12 22:44:30 +01:00
Sébastien Helleu
37a0cd0017 core: improve help on option irc.look.server_buffer (closes #1269) 2018-11-12 21:02:25 +01:00
Sébastien Helleu
39abe2fcd9 core: improve help on option weechat.look.nick_color_stop_chars (closes #1268) 2018-11-12 20:57:55 +01:00
Sébastien Helleu
6cdcebed8c buflist: add variable ${number2}, always set with the indented buffer number 2018-11-05 22:21:03 +01:00
Sébastien Helleu
5a132f06fd core: replace ellipses by "etc." (in English) and "etc..." by "etc." in French 2018-11-04 21:53:11 +01:00
Sébastien Helleu
ba3d805167
Merge pull request #1273 from half-duplex/master
Fix regex in relay.network.allowed_ips doc
2018-11-04 16:46:11 +01:00
Sébastien Helleu
cb73c168b5 core: update translations 2018-11-04 14:50:53 +01:00
Sébastien Helleu
a8b6fa08b7 core: split plugin-api.c into 2 files (API wrappers and infos/infolists) 2018-11-03 23:01:46 +01:00
Sébastien Helleu
70c2e27110 core: split wee-secure.c into 3 files (secured data functions, buffer and config) 2018-10-27 08:54:10 +02:00
Trevor Bergeron
9121e5812c Fix regex in relay allowed_ips doc 2018-10-23 00:33:01 -04:00
Krzysztof Korościk
e9be61b133 po: updated polish translation 2018-10-19 20:17:56 +02:00
Nils Görs
21b4294f4e core: update German translations 2018-10-14 20:50:03 +02:00
Sébastien Helleu
d07701dae6 irc: fix colors 14 and 15 in /help irc.color.mirc_remap (closes #1266) 2018-10-14 20:38:14 +02:00
AYANOKOUZI, Ryuunosuke
85544ca6dd core: update Japanese translations 2018-10-14 09:00:00 +09:00
Nils Görs
72d5274d54 core: update German translations 2018-10-10 19:27:15 +02:00
Sébastien Helleu
8da3458f4c core: add repeat of string in evaluation of expressions with "repeat:count,string" (closes #958) 2018-10-09 21:12:02 +02:00
Nils Görs
7f69fff41e core: update German translations 2018-10-08 21:06:18 +02:00
Sébastien Helleu
40a87970e1 core: update translations 2018-10-06 07:12:21 +02:00
AYANOKOUZI, Ryuunosuke
9c96ce825b core: update Japanese translations 2018-09-30 09:00:00 +09:00
Nils Görs
6bb0130e7b core: update German translations 2018-09-24 22:28:24 +02:00
Sébastien Helleu
ff66a8a161 logger: add more info about log levels in /help logger (closes #1254) 2018-09-24 19:05:46 +02:00
Sébastien Helleu
7b3ec510ca logger: move logger command into a separate source file 2018-09-24 19:05:21 +02:00
AYANOKOUZI, Ryuunosuke
4cf86af506 core: update Japanese translations 2018-09-22 09:00:00 +09:00
Nils Görs
a7a04783d4 doc: update German documentation 2018-09-20 21:20:01 +02:00
Sébastien Helleu
126b7d4433 core: update translations 2018-09-20 21:05:26 +02:00