diff options
author | Stanislav KROTER <krotersv@gmail.com> | 2012-02-25 11:16:05 +0100 |
---|---|---|
committer | Vincent COUVERT <vincent.couvert@scilab.org> | 2012-02-27 11:09:52 +0100 |
commit | 1d936701d74bad9d734f52788a696e44ece0f058 (patch) | |
tree | 472fc89e777b88356c24401b8376f51a59a7d1ea /scilab/modules/intersci/help | |
parent | 37237b2bc7fb627c2137ee15668add73a5659384 (diff) | |
download | scilab-1d936701d74bad9d734f52788a696e44ece0f058.zip scilab-1d936701d74bad9d734f52788a696e44ece0f058.tar.gz |
Traduction of the elementary function help pages into russian
Change-Id: Ied51e44b3c935334eff2f167079ee01a44dd8461
Diffstat (limited to 'scilab/modules/intersci/help')
-rw-r--r-- | scilab/modules/intersci/help/ru_RU/addchapter.sce | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/scilab/modules/intersci/help/ru_RU/addchapter.sce b/scilab/modules/intersci/help/ru_RU/addchapter.sce new file mode 100644 index 0000000..bac70c6 --- /dev/null +++ b/scilab/modules/intersci/help/ru_RU/addchapter.sce | |||
@@ -0,0 +1,11 @@ | |||
1 | // Scilab ( http://www.scilab.org/ ) - This file is part of Scilab | ||
2 | // Copyright (C) 2009 - DIGITEO | ||
3 | // | ||
4 | // This file must be used under the terms of the CeCILL. | ||
5 | // This source file is licensed as described in the file COPYING, which | ||
6 | // you should have received as part of this distribution. The terms | ||
7 | // are also available at | ||
8 | // http://www.cecill.info/licences/Licence_CeCILL_V2-en.txt | ||
9 | |||
10 | add_help_chapter("Intersci",SCI+"/modules/intersci/help/ru_RU",%T); | ||
11 | |||