www-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

www/philosophy javascript-trap.ru.html po/javas...


From: GNUN
Subject: www/philosophy javascript-trap.ru.html po/javas...
Date: Sat, 09 Jan 2016 11:27:34 +0000

CVSROOT:        /web/www
Module name:    www
Changes by:     GNUN <gnun>     16/01/09 11:27:34

Modified files:
        philosophy     : javascript-trap.ru.html 
        philosophy/po  : javascript-trap.ru-en.html 
                         javascript-trap.ru.po 

Log message:
        Automatic update by GNUnited Nations.

CVSWeb URLs:
http://web.cvs.savannah.gnu.org/viewcvs/www/philosophy/javascript-trap.ru.html?cvsroot=www&r1=1.36&r2=1.37
http://web.cvs.savannah.gnu.org/viewcvs/www/philosophy/po/javascript-trap.ru-en.html?cvsroot=www&r1=1.25&r2=1.26
http://web.cvs.savannah.gnu.org/viewcvs/www/philosophy/po/javascript-trap.ru.po?cvsroot=www&r1=1.39&r2=1.40

Patches:
Index: javascript-trap.ru.html
===================================================================
RCS file: /web/www/www/philosophy/javascript-trap.ru.html,v
retrieving revision 1.36
retrieving revision 1.37
diff -u -b -r1.36 -r1.37
--- javascript-trap.ru.html     1 Jan 2016 13:09:58 -0000       1.36
+++ javascript-trap.ru.html     9 Jan 2016 11:27:33 -0000       1.37
@@ -51,24 +51,27 @@
 текст не является исходным текстом, и 
настоящий исходный текст
 недоступен пользователю.</p>
 
-<p>Браузеры обычно не сообщают вам о том, 
что они загружают
-программы на JavaScript. В большинстве 
браузеров есть способ
-полностью выключить JavaScript, но ни один из 
них не может
-распознать нетривиальную и несвободную 
программу на JavaScript.
-Даже если вы знакомы с этой проблемой, вам 
было бы достаточно трудно
-распознать и заблокировать эти программы. 
Однако, даже
-в сообществе свободного программного 
обеспечения большинство
-пользователей не знает об этой проблеме; 
молчание браузеров
-не выставляет ее напоказ.</p>
-
-<p>Есть возможность сделать программу на 
JavaScript свободной,
-распространяя исходный текст по лицензии 
свободных программ.
-Но даже если исходный текст программы 
доступен, нет простого способа
-выполнять
-измененную вами версию вместо 
первоначальной. Современные свободные
-браузеры не предлагают возможности 
выполнять вашу измененную версию
-вместо той, что была доставлена со 
страницей. Этот эффект сравним с
-тивоизацией, хотя его не так трудно 
преодолеть.</p>
+<p>Браузеры обычно не сообщают вам о том, 
что они загружают программы на
+JavaScript. В некоторых браузерах есть способ 
полностью выключить
+JavaScript, но даже если вы знакомы с этой 
проблемой, вам было бы достаточно
+трудно распознать содержательные 
несвободные программы и заблокировать
+их. Однако даже в сообществе свободного 
программного обеспечения большинство
+пользователей не знает об этой проблеме; 
молчание браузеров не выставляет ее
+напоказ.</p>
+
+<p>Есть возможность сделать программу на 
JavaScript свободной, распространяя
+исходный текст по лицензии свободных 
программ. Если программа
+самостоятельна&nbsp;&mdash; если ее работа и 
назначение не зависят от
+страницы, на которой она 
используется&nbsp;&mdash; прекрасно; вы можете
+сохранить ее на своей машине, изменить ее и 
открыть в браузере, чтобы
+работать с ней. Но так обычно не делают.</p>
+
+<p>Обычно программы на JavaScript предназначены 
для работы с конкретной
+страницей или конкретным сайтом, а работа 
страницы зависит от этих
+программ. Тогда встает другая проблема: 
даже если исходный текст программы
+доступен, браузеры не предлагают способа 
работать с измененной вами версией
+вместо исходной, когда вы посещаете этот 
сайт. Этот эффект сравним с
+тивоизацией, хотя его в принципе не так 
трудно преодолеть.</p>
 
 <p>JavaScript&nbsp;&mdash; не единственный язык, на 
котором написаны
 программы, передаваемые с сайтов 
пользователю. Flash
@@ -354,7 +357,7 @@
 <p class="unprintable"><!-- timestamp start -->
 Обновлено:
 
-$Date: 2016/01/01 13:09:58 $
+$Date: 2016/01/09 11:27:33 $
 
 <!-- timestamp end -->
 </p>

Index: po/javascript-trap.ru-en.html
===================================================================
RCS file: /web/www/www/philosophy/po/javascript-trap.ru-en.html,v
retrieving revision 1.25
retrieving revision 1.26
diff -u -b -r1.25 -r1.26
--- po/javascript-trap.ru-en.html       1 Jan 2016 13:12:31 -0000       1.25
+++ po/javascript-trap.ru-en.html       9 Jan 2016 11:27:34 -0000       1.26
@@ -38,21 +38,27 @@
 modifying it; the compacted code is not source code, and the real
 source code of this program is not available to the user.</p>
 
-<p>Browsers don't normally tell you when they load JavaScript programs.
-Most browsers have a way to turn off JavaScript entirely, but none of
-them can check for JavaScript programs that are nontrivial and
-nonfree.  Even if you're aware of this issue, it would take you
-considerable trouble to identify and then block those programs.
+<p>Browsers don't normally tell you when they load JavaScript
+programs.  Some browsers have a way to turn off JavaScript entirely,
+but even if you're aware of this issue, it would take you considerable
+trouble to identify the nontrivial nonfree programs and block them.
 However, even in the free software community most users are not aware
 of this issue; the browsers' silence tends to conceal it.</p>
 
 <p>It is possible to release a JavaScript program as free software, by
-distributing the source code under a free software license.  But even
-if the program's source is available, there is no easy way to run your
-modified version instead of the original.  Current free browsers do
-not offer a facility to run your own modified version instead of the
-one delivered in the page.  The effect is comparable to tivoization,
-although not quite so hard to overcome.</p>
+distributing the source code under a free software license.  If the
+program is self-contained&mdash;if its functioning and purpose are
+independent of the page it came in&mdash;that is fine; you can copy it
+to a file on your machine, modify it, and visit that file with a
+browser to run it.  But that is an unusual case.</p>
+
+<p>In the usual case, JavaScript programs are meant to work with a
+particular page or site, and the page or site depends on them to
+function.  Then another problem arises: even if the program's source
+is available, browsers do not offer a way to run your modified version
+instead of the original when visiting that page or site.  The effect
+is comparable to tivoization, although in principle not quite so hard
+to overcome.</p>
 
 <p>JavaScript is not the only language web sites use for programs sent to
 the user.  Flash supports programming through an extended variant of
@@ -298,7 +304,7 @@
 
 <p class="unprintable">Updated:
 <!-- timestamp start -->
-$Date: 2016/01/01 13:12:31 $
+$Date: 2016/01/09 11:27:34 $
 <!-- timestamp end -->
 </p>
 </div>

Index: po/javascript-trap.ru.po
===================================================================
RCS file: /web/www/www/philosophy/po/javascript-trap.ru.po,v
retrieving revision 1.39
retrieving revision 1.40
diff -u -b -r1.39 -r1.40
--- po/javascript-trap.ru.po    9 Jan 2016 10:58:53 -0000       1.39
+++ po/javascript-trap.ru.po    9 Jan 2016 11:27:34 -0000       1.40
@@ -17,7 +17,6 @@
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
-"X-Outdated-Since: 2016-01-07 20:55+0000\n"
 
 # type: Content of: <h2>
 #. type: Content of: <h2>
@@ -114,22 +113,6 @@
 
 # type: Content of: <p>
 #. type: Content of: <p>
-# | Browsers don't normally tell you when they load JavaScript programs. 
-# | [-Most-]  {+Some+} browsers have a way to turn off JavaScript entirely,
-# | but [-none of them can check for JavaScript programs that are nontrivial
-# | and nonfree.  Even-] {+even+} if you're aware of this issue, it would take
-# | you considerable trouble to identify {+the nontrivial nonfree programs+}
-# | and [-then-] block [-those programs.-] {+them.+}  However, even in the
-# | free software community most users are not aware of this issue; the
-# | browsers' silence tends to conceal it.
-#| msgid ""
-#| "Browsers don't normally tell you when they load JavaScript programs.  "
-#| "Most browsers have a way to turn off JavaScript entirely, but none of "
-#| "them can check for JavaScript programs that are nontrivial and nonfree.  "
-#| "Even if you're aware of this issue, it would take you considerable "
-#| "trouble to identify and then block those programs.  However, even in the "
-#| "free software community most users are not aware of this issue; the "
-#| "browsers' silence tends to conceal it."
 msgid ""
 "Browsers don't normally tell you when they load JavaScript programs.  Some "
 "browsers have a way to turn off JavaScript entirely, but even if you're "
@@ -138,36 +121,16 @@
 "software community most users are not aware of this issue; the browsers' "
 "silence tends to conceal it."
 msgstr ""
-"Браузеры обычно не сообщают вам о том, что 
они загружают "
-"программы на JavaScript. В некоторых браузерах 
есть способ "
-"полностью выключить JavaScript, но даже если вы 
знакомы с этой "
-"проблемой, вам было бы достаточно трудно "
-"распознать содержательные несвободные 
программы и заблокировать их. Однако даже "
-"в сообществе свободного программного 
обеспечения большинство "
-"пользователей не знает об этой проблеме; 
молчание браузеров "
-"не выставляет ее напоказ."
+"Браузеры обычно не сообщают вам о том, что 
они загружают программы на "
+"JavaScript. В некоторых браузерах есть способ 
полностью выключить "
+"JavaScript, но даже если вы знакомы с этой 
проблемой, вам было бы достаточно "
+"трудно распознать содержательные 
несвободные программы и заблокировать их. "
+"Однако даже в сообществе свободного 
программного обеспечения большинство "
+"пользователей не знает об этой проблеме; 
молчание браузеров не выставляет ее "
+"напоказ."
 
 # type: Content of: <p>
 #. type: Content of: <p>
-# | It is possible to release a JavaScript program as free software, by
-# | distributing the source code under a free software license.  [-But even
-# | if-]  {+If+} the [-program's source-] {+program+} is [-available, there-]
-# | {+self-contained&mdash;if its functioning and purpose are independent of
-# | the page it came in&mdash;that+} is [-no easy way-] {+fine; you can copy
-# | it+} to [-run-] {+a file on+} your [-modified version instead of the
-# | original.  Current free browsers do not offer-] {+machine, modify it, and
-# | visit that file with+} a [-facility-] {+browser+} to run [-your own
-# | modified version instead of the one delivered in the page.  The effect-]
-# | {+it.  But that+} is [-comparable to tivoization, although not quite so
-# | hard to overcome.-] {+an unusual case.+}
-#| msgid ""
-#| "It is possible to release a JavaScript program as free software, by "
-#| "distributing the source code under a free software license.  But even if "
-#| "the program's source is available, there is no easy way to run your "
-#| "modified version instead of the original.  Current free browsers do not "
-#| "offer a facility to run your own modified version instead of the one "
-#| "delivered in the page.  The effect is comparable to tivoization, although "
-#| "not quite so hard to overcome."
 msgid ""
 "It is possible to release a JavaScript program as free software, by "
 "distributing the source code under a free software license.  If the program "
@@ -176,34 +139,15 @@
 "machine, modify it, and visit that file with a browser to run it.  But that "
 "is an unusual case."
 msgstr ""
-"Есть возможность сделать программу на 
JavaScript свободной, "
-"распространяя исходный текст по лицензии 
свободных программ. "
-"Если программа самостоятельна&nbsp;&mdash; 
если ее работа и назначение "
-"не зависят от страницы, на которой она 
используется&nbsp;&mdash; прекрасно; "
-"вы можете сохранить ее на своей машине, 
изменить ее и открыть "
-"в браузере, чтобы работать с ней. Но так 
обычно не делают."
+"Есть возможность сделать программу на 
JavaScript свободной, распространяя "
+"исходный текст по лицензии свободных 
программ. Если программа "
+"самостоятельна&nbsp;&mdash; если ее работа и 
назначение не зависят от "
+"страницы, на которой она 
используется&nbsp;&mdash; прекрасно; вы можете "
+"сохранить ее на своей машине, изменить ее 
и открыть в браузере, чтобы "
+"работать с ней. Но так обычно не делают."
 
 # type: Content of: <p>
 #. type: Content of: <p>
-# | [-It is possible-]{+In the usual case, JavaScript programs are meant+} to
-# | [-release-] {+work with+} a [-JavaScript program as free software, by
-# | distributing-] {+particular page or site, and+} the [-source code under a
-# | free software license.  But-] {+page or site depends on them to function. 
-# | Then another problem arises:+} even if the program's source is available,
-# | [-there is no easy way to run your modified version instead of the
-# | original.  Current free-] browsers do not offer a [-facility-] {+way+} to
-# | run your [-own-] modified version instead of the [-one delivered in the
-# | page.-] {+original when visiting that page or site.+}  The effect is
-# | comparable to tivoization, although {+in principle+} not quite so hard to
-# | overcome.
-#| msgid ""
-#| "It is possible to release a JavaScript program as free software, by "
-#| "distributing the source code under a free software license.  But even if "
-#| "the program's source is available, there is no easy way to run your "
-#| "modified version instead of the original.  Current free browsers do not "
-#| "offer a facility to run your own modified version instead of the one "
-#| "delivered in the page.  The effect is comparable to tivoization, although "
-#| "not quite so hard to overcome."
 msgid ""
 "In the usual case, JavaScript programs are meant to work with a particular "
 "page or site, and the page or site depends on them to function.  Then "
@@ -212,12 +156,12 @@
 "visiting that page or site.  The effect is comparable to tivoization, "
 "although in principle not quite so hard to overcome."
 msgstr ""
-"Обычно программы на JavaScript предназначены 
для работы с конкретной страницей "
-"или конкретным сайтом, а работа страницы 
зависит от этих программ. "
+"Обычно программы на JavaScript предназначены 
для работы с конкретной "
+"страницей или конкретным сайтом, а работа 
страницы зависит от этих программ. "
 "Тогда встает другая проблема: даже если 
исходный текст программы доступен, "
 "браузеры не предлагают способа работать с 
измененной вами версией вместо "
-"исходной, когда вы посещаете этот сайт. "
-"Этот эффект сравним с тивоизацией, хотя 
его в принципе не так трудно преодолеть."
+"исходной, когда вы посещаете этот сайт. 
Этот эффект сравним с тивоизацией, "
+"хотя его в принципе не так трудно 
преодолеть."
 
 # type: Content of: <p>
 #. type: Content of: <p>



reply via email to

[Prev in Thread] Current Thread [Next in Thread]