diff options
author | Sébastien Helleu <flashcode@flashtux.org> | 2018-11-18 11:03:36 +0100 |
---|---|---|
committer | Sébastien Helleu <flashcode@flashtux.org> | 2018-11-18 11:04:29 +0100 |
commit | d26380a9bb647f75eb5875e27c02e72e09cea348 (patch) | |
tree | 8035c9e1adadb49f5a5a624f388fb4ce9587427c /doc/it | |
parent | 3c0f72d48b454e99c7b3f3ea45c0acc4a71fadb9 (diff) | |
download | weechat-d26380a9bb647f75eb5875e27c02e72e09cea348.zip |
core: replace "Mac OS X" and "OS X" by "macOS" (issue #1272)
Diffstat (limited to 'doc/it')
-rw-r--r-- | doc/it/weechat_faq.it.adoc | 10 | ||||
-rw-r--r-- | doc/it/weechat_user.it.adoc | 4 |
2 files changed, 7 insertions, 7 deletions
diff --git a/doc/it/weechat_faq.it.adoc b/doc/it/weechat_faq.it.adoc index e885d69bb..8afd95ad4 100644 --- a/doc/it/weechat_faq.it.adoc +++ b/doc/it/weechat_faq.it.adoc @@ -69,8 +69,8 @@ esattamente alla base git ed è meno conveniente rispetto al clone di git per l'installazione degli aggiornamenti. // TRANSLATION MISSING -[[compile_osx]] -=== How can I install WeeChat on OS X? +[[compile_macos]] +=== How can I install WeeChat on macOS? // TRANSLATION MISSING It is recommended to use http://brew.sh/[Homebrew], you can get help with: @@ -186,8 +186,8 @@ If you are using gnome-terminal, check that the option "Ambiguous-width characters" in menu Preferences/Profile/Compatibility is set to `narrow`. -[[osx_display_broken]] -=== Ho compilato WeeChat su OS X, e vedo "(null)" dovunque sullo schermo, cosa non va? +[[macos_display_broken]] +=== Ho compilato WeeChat su macOS, e vedo "(null)" dovunque sullo schermo, cosa non va? Se ncursesw è stato compilato manualmente, utilizzare ncurses standard (incluse col sistema). @@ -705,7 +705,7 @@ Impostare l'opzione _weechat.network.gnutls_ca_file_ con il file dei certificati ---- // TRANSLATION MISSING -Note: if you are running OS X with homebrew openssl installed, you can do: +Note: if you are running macOS with homebrew openssl installed, you can do: ---- /set weechat.network.gnutls_ca_file "/usr/local/etc/openssl/cert.pem" diff --git a/doc/it/weechat_user.it.adoc b/doc/it/weechat_user.it.adoc index afff4e5b6..bcd8a6c71 100644 --- a/doc/it/weechat_user.it.adoc +++ b/doc/it/weechat_user.it.adoc @@ -47,7 +47,7 @@ Le principali caratteristiche: http://tools.ietf.org/html/rfc2813[2813] // TRANSLATION MISSING * IRC proxy and relay for remote interfaces -* multi-piattaforma (GNU/Linux, *BSD, MacOS X, Windows ed altre) +* multi-piattaforma (GNU/Linux, *BSD, macOS, Windows ed altre) * 100% GPL, software libero La home page di WeeChat si trova qui: https://weechat.org/ @@ -98,7 +98,7 @@ WeeChat può essere compilato con cmake oppure autotools // TRANSLATION MISSING [NOTE] -On OS X, you can use http://brew.sh/[Homebrew]: +On macOS, you can use http://brew.sh/[Homebrew]: `brew install weechat --with-python --with-perl` (for help: `brew info weechat`). |