mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-08-20 13:23:34 -07:00
parent
145971b915
commit
2dc1a7d66f
10 changed files with 42 additions and 9 deletions
|
@ -18,3 +18,9 @@ You'll need to be careful when you copy the output to file as some headers will
|
|||
Careful not to overwrite the existing leading headers or trim off the trailing headers.
|
||||
|
||||
Remember to commit Markdown files (\*.md) and the generated man pages (\*.1 files) after editing!
|
||||
|
||||
### Translation
|
||||
|
||||
To translate the man pages into a new language, create a new subdirectory here
|
||||
with the translated files and add it to the `manPageLanguages` list in
|
||||
[`dist/unix/CMakeLists.txt`](../dist/unix/CMakeLists.txt).
|
||||
|
|
6
doc/ru/qbittorrent-nox.1
Normal file
6
doc/ru/qbittorrent-nox.1
Normal file
|
@ -0,0 +1,6 @@
|
|||
.TH "QBITTORRENT-NOX" "1" "16 января 2010" "Клиент сети БитТоррент для командной строки" ""
|
||||
.SH НАЗВАНИЕ
|
||||
.PP
|
||||
qBittorrent-nox \[em] клиент сети БитТоррент для командной строки.
|
||||
.SH АВТОРЫ
|
||||
Christophe Dumez <chris@qbittorrent.org>
|
6
doc/ru/qbittorrent-nox.1.md
Normal file
6
doc/ru/qbittorrent-nox.1.md
Normal file
|
@ -0,0 +1,6 @@
|
|||
% QBITTORRENT-NOX(1) Клиент сети БитТоррент для командной строки
|
||||
% Christophe Dumez <chris@qbittorrent.org>
|
||||
% 16 января 2010
|
||||
|
||||
# НАЗВАНИЕ
|
||||
qBittorrent-nox — клиент сети БитТоррент для командной строки.
|
6
doc/ru/qbittorrent.1
Normal file
6
doc/ru/qbittorrent.1
Normal file
|
@ -0,0 +1,6 @@
|
|||
.TH "QBITTORRENT" "1" "16 января 2010" "Клиент сети БитТоррент" ""
|
||||
.SH НАЗВАНИЕ
|
||||
.PP
|
||||
qBittorrent \[em] клиент сети БитТоррент.
|
||||
.SH АВТОРЫ
|
||||
Christophe Dumez <chris@qbittorrent.org>
|
6
doc/ru/qbittorrent.1.md
Normal file
6
doc/ru/qbittorrent.1.md
Normal file
|
@ -0,0 +1,6 @@
|
|||
% QBITTORRENT(1) Клиент сети БитТоррент
|
||||
% Christophe Dumez <chris@qbittorrent.org>
|
||||
% 16 января 2010
|
||||
|
||||
# НАЗВАНИЕ
|
||||
qBittorrent — клиент сети БитТоррент.
|
Loading…
Add table
Add a link
Reference in a new issue