diff options
author | Sylvestre Ledru <sylvestre.ledru@scilab.org> | 2010-04-16 10:01:06 +0200 |
---|---|---|
committer | Vincent COUVERT <vincent.couvert@scilab.org> | 2010-04-16 10:08:48 +0200 |
commit | 8a20d76858bd728a2ae63786ee5c647ee851de6e (patch) | |
tree | 01284c44fb724034276aa87b0c00c9b04564011a /scilab/modules/data_structures/locales/ru_RU | |
parent | 85af18da29f46723b2cffab73a4d7803f10d4840 (diff) | |
download | scilab-8a20d76858bd728a2ae63786ee5c647ee851de6e.zip scilab-8a20d76858bd728a2ae63786ee5c647ee851de6e.tar.gz |
Update of localization files in all Scilab supported languages
Change-Id: Idd8ae314c618516fb6b19abc8dda8dd004858da7
Diffstat (limited to 'scilab/modules/data_structures/locales/ru_RU')
-rw-r--r-- | scilab/modules/data_structures/locales/ru_RU/data_structures.po | 17 |
1 files changed, 13 insertions, 4 deletions
diff --git a/scilab/modules/data_structures/locales/ru_RU/data_structures.po b/scilab/modules/data_structures/locales/ru_RU/data_structures.po index c22c899..e9bde7f 100644 --- a/scilab/modules/data_structures/locales/ru_RU/data_structures.po +++ b/scilab/modules/data_structures/locales/ru_RU/data_structures.po | |||
@@ -8,13 +8,13 @@ msgstr "" | |||
8 | "Project-Id-Version: scilab\n" | 8 | "Project-Id-Version: scilab\n" |
9 | "Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n" | 9 | "Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n" |
10 | "POT-Creation-Date: 2007-11-26 18:05+0100\n" | 10 | "POT-Creation-Date: 2007-11-26 18:05+0100\n" |
11 | "PO-Revision-Date: 2009-10-22 21:24+0000\n" | 11 | "PO-Revision-Date: 2010-04-14 20:55+0000\n" |
12 | "Last-Translator: kkirill <Unknown>\n" | 12 | "Last-Translator: kkirill <Unknown>\n" |
13 | "Language-Team: Russian <ru@li.org>\n" | 13 | "Language-Team: Russian <ru@li.org>\n" |
14 | "MIME-Version: 1.0\n" | 14 | "MIME-Version: 1.0\n" |
15 | "Content-Type: text/plain; charset=UTF-8\n" | 15 | "Content-Type: text/plain; charset=UTF-8\n" |
16 | "Content-Transfer-Encoding: 8bit\n" | 16 | "Content-Transfer-Encoding: 8bit\n" |
17 | "X-Launchpad-Export-Date: 2010-02-15 09:52+0000\n" | 17 | "X-Launchpad-Export-Date: 2010-04-16 07:53+0000\n" |
18 | "X-Generator: Launchpad (build Unknown)\n" | 18 | "X-Generator: Launchpad (build Unknown)\n" |
19 | 19 | ||
20 | msgid " An hypermatrix extraction must have at least 2 arguments. " | 20 | msgid " An hypermatrix extraction must have at least 2 arguments. " |
@@ -36,8 +36,13 @@ msgid " Incompatible hypermatrix extraction. " | |||
36 | msgstr " Несовместимое извлеченение из гиперматрицы. " | 36 | msgstr " Несовместимое извлеченение из гиперматрицы. " |
37 | 37 | ||
38 | #, c-format | 38 | #, c-format |
39 | msgid "%s: Wrong number of input argument(s) : an even number is expected." | 39 | msgid "%s: ''dims'' can not be used as a field name.\n" |
40 | msgstr "%s: Неверно число входных аргументов: ожидалось чётное число." | 40 | msgstr "%s: «dims» не может быть использовано в качестве имени поля.\n" |
41 | |||
42 | #, c-format | ||
43 | msgid "%s: Wrong number of input argument(s) : an even number is expected.\n" | ||
44 | msgstr "" | ||
45 | "%s: Неверное количество входных параметров: ожидалось чётное число.\n" | ||
41 | 46 | ||
42 | #, c-format | 47 | #, c-format |
43 | msgid "%s: Wrong number of input argument(s): %d expected.\n" | 48 | msgid "%s: Wrong number of input argument(s): %d expected.\n" |
@@ -56,6 +61,10 @@ msgid "%s: Wrong type for input argument #%d: struct array expected.\n" | |||
56 | msgstr "%s: Неверный тип входного параметра №%d: ожидался массив структур.\n" | 61 | msgstr "%s: Неверный тип входного параметра №%d: ожидался массив структур.\n" |
57 | 62 | ||
58 | #, c-format | 63 | #, c-format |
64 | msgid "%s: field name ''%s'' defined twice.\n" | ||
65 | msgstr "%s: имя поля «%s» определено дважды.\n" | ||
66 | |||
67 | #, c-format | ||
59 | msgid "Bad (%d th) index in hypermatrix extraction. " | 68 | msgid "Bad (%d th) index in hypermatrix extraction. " |
60 | msgstr "Плохой (%d-й) индекс в извлечении из гиперматрицы. " | 69 | msgstr "Плохой (%d-й) индекс в извлечении из гиперматрицы. " |
61 | 70 | ||