tal Thu Mar 28 11:57:34 2002 EDT
Modified files:
/phpdoc/he/language types.xml
Log:
initial translation of the integer section, also sync with en revision
Index: phpdoc/he/language/types.xml
diff -u phpdoc/he/language/types.xml:1.5 phpdoc/he/language/types.xml:1.6
--- phpdoc/he/language/types.xml:1.5 Sat Mar 23 09:59:30 2002
+++ phpdoc/he/language/types.xml Thu Mar 28 11:57:33 2002
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!--EN-Revision: 1.73 Maintainer: tal Status: working -->
+<!--EN-Revision: 1.74 Maintainer: tal Status: working -->
<chapter id="language.types">
<title>סוגי נתונים</title>
@@ -238,17 +238,16 @@
</sect1>
<sect1 id="language.types.integer">
- <title>Integers</title>
+ <title>מספרים שלמים</title>
<simpara>
- An <type>integer</type> is a number of the set
- Z = {..., -2, -1, 0, 1, 2, ...}.
+ <type>מספר שלם</type> הוא מספר מהקבוצה
+ Z = {..., -2, -1, 0, 1, 2 ,...}.
</simpara>
<para>
- See also:
- <link linkend="ref.gmp">Arbitrary precision integers</link> and
- <link linkend="language.types.float">Floating point numbers</link>
+ ראה גם: <link linkend="ref.gmp">מספרים שלמים בעלי אורך שרירותי</link>
+ ו-<link linkend="language.types.float">מספרים בעלי נקודה צפה</link>.
</para>
<sect2 id="language.types.integer.syntax">