[genius] Update Indonesian translation
- From: Translations User D-L <translations src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [genius] Update Indonesian translation
- Date: Fri, 1 Sep 2017 09:04:25 +0000 (UTC)
commit b24e4542ccc8c934c7654a75b6104195ec028d71
Author: Andika Triwidada <atriwidada gnome org>
Date: Fri Sep 1 09:04:16 2017 +0000
Update Indonesian translation
po/id.po | 3813 +++++++++++++++++++++++++++++++++++---------------------------
1 files changed, 2172 insertions(+), 1641 deletions(-)
---
diff --git a/po/id.po b/po/id.po
index c8c0e6b..a47d78e 100644
--- a/po/id.po
+++ b/po/id.po
@@ -6,1440 +6,1523 @@
msgid ""
msgstr ""
"Project-Id-Version: genius master\n"
-"Report-Msgid-Bugs-To: http://bugzilla.gnome.org/enter_bug.cgi?"
-"product=genius&keywords=I18N+L10N&component=general\n"
-"POT-Creation-Date: 2012-10-04 12:19+0000\n"
-"PO-Revision-Date: 2012-10-22 21:56+0700\n"
-"Last-Translator: Andika Triwidada <andika gmail com>\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2017-04-30 20:01+0000\n"
+"PO-Revision-Date: 2017-09-01 16:03+0700\n"
+"Last-Translator: Andika Triwidada <atriwidada gnome org>\n"
"Language-Team: Indonesian <gnome i15n org>\n"
"Language: id\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=1; plural=0;\n"
-"X-Generator: Poedit 1.5.4\n"
+"X-Generator: Poedit 1.8.11\n"
#: ../lib/library-strings.c:1
msgid "Compose two functions"
-msgstr ""
+msgstr "Susun dua fungsi"
#: ../lib/library-strings.c:2
msgid ""
"Compose a function with itself n times, passing x as argument, and returning "
"x if n == 0"
msgstr ""
+"Susun suatu fungsi dengan dirinya sendiri n kali, melewatkan x sebagai "
+"argumen, dan mengembalikan x bila n == 0"
#: ../lib/library-strings.c:3
-#, fuzzy
-msgid "Make a string"
-msgstr "Parameter string"
+msgid ""
+"Print a table of values for f(n) for numbers from vector v, or if v is a "
+"number for integers from 1 to v"
+msgstr ""
+"Cetak suatu tabel nilai bagi f(n) bagi bilangan dari vektor v, atau bila v "
+"adalah suatu bilangan bagi bilangan bulat dari 1 sampai v"
#: ../lib/library-strings.c:4
-msgid "Tolerance of the Chop function"
-msgstr ""
+msgid "Make a string"
+msgstr "Buat suatu string"
#: ../lib/library-strings.c:5
+msgid "Tolerance of the Chop function"
+msgstr "Toleransi dari fungsi Chop"
+
+#: ../lib/library-strings.c:6
msgid "How many iterations to try to find the limit for continuity and limits"
msgstr ""
+"Berapa banyak iterasi yang akan dicoba untuk mencari batas untuk kontinuitas "
+"dan batas-batas"
-#: ../lib/library-strings.c:6
+#: ../lib/library-strings.c:7
msgid ""
"How many successive steps to be within tolerance for calculation of "
"continuity"
msgstr ""
+"Berapa banyak langkah berurutan agar berada dalam toleransi untuk kalkulasi "
+"kontinuitas"
-#: ../lib/library-strings.c:7
+#: ../lib/library-strings.c:8
msgid "Tolerance for continuity of functions and for calculating the limit"
-msgstr ""
+msgstr "Toleransi untuk kontinuitas fungsi dan untuk menghitung batas"
-#: ../lib/library-strings.c:8
+#: ../lib/library-strings.c:9
msgid "How many iterations to try to find the limit for derivative"
msgstr ""
+"Berapa banyak iterasi yang akan dicoba untuk mencari batas bagi turunan"
-#: ../lib/library-strings.c:9
+#: ../lib/library-strings.c:10
msgid ""
"How many successive steps to be within tolerance for calculation of "
"derivative"
msgstr ""
-
-#: ../lib/library-strings.c:10
-msgid "Tolerance for calculating the derivatives of functions"
-msgstr ""
+"Berapa banyak langkah berurutan agar berada dalam toleransi untuk kalkulasi "
+"turunan"
#: ../lib/library-strings.c:11
-msgid "Tolerance of the ErrorFunction"
-msgstr ""
+msgid "Tolerance for calculating the derivatives of functions"
+msgstr "Toleransi untuk menghitung turunan fungsi"
#: ../lib/library-strings.c:12
-msgid "Tolerance of the GaussDistribution function"
-msgstr ""
+msgid "Tolerance of the ErrorFunction (used for complex values only)"
+msgstr "Toleransi dari ErrorFunction (hanya dipakai untuk nilai kompleks)"
#: ../lib/library-strings.c:13
-msgid "The function used for numerical integration in NumericalIntegral"
-msgstr ""
+msgid "Tolerance of the GaussDistribution function"
+msgstr "Toleransi dari fungsi GaussDistribution"
#: ../lib/library-strings.c:14
-msgid "Steps to perform in NumericalIntegral"
-msgstr ""
+msgid "The function used for numerical integration in NumericalIntegral"
+msgstr "Fungsi yang dipakai untuk integrasi numerik dalam NumericalIntegral"
#: ../lib/library-strings.c:15
+msgid "Steps to perform in NumericalIntegral"
+msgstr "Langkah-langkah yang dilakukan dalam NumericalIntegral"
+
+#: ../lib/library-strings.c:16
msgid "How many iterations to try for InfiniteSum and InfiniteProduct"
msgstr ""
+"Berapa banyak iterasi yang akan dicoba bagi InfiniteSum dan InfiniteProduct"
-#: ../lib/library-strings.c:16
+#: ../lib/library-strings.c:17
msgid ""
"How many successive steps to be within tolerance for InfiniteSum and "
"InfiniteProduct"
msgstr ""
+"Berapa banyak langkah berturutan agar berada dalam toleransi bagi "
+"InfiniteSum dan InfiniteProduct"
-#: ../lib/library-strings.c:17
+#: ../lib/library-strings.c:18
msgid "Tolerance for InfiniteSum and InfiniteProduct"
-msgstr ""
+msgstr "Toleransi bagi InfiniteSum dan InfiniteProduct"
-#: ../lib/library-strings.c:18 ../src/eval.c:6650
+#: ../lib/library-strings.c:19 ../src/eval.c:6711
msgid "Absolute value"
msgstr "Nilai absolut"
-#: ../lib/library-strings.c:19
+#: ../lib/library-strings.c:20
msgid "Replace very small number with zero"
-msgstr ""
+msgstr "Menggantikan bilangan sangat kecil dengan nol"
-#: ../lib/library-strings.c:20
+#: ../lib/library-strings.c:21
msgid "Return the fractional part of a number"
-msgstr ""
+msgstr "Mengembalikan bagian di belakang koma dari suatu bilangan"
-#: ../lib/library-strings.c:21
-#, fuzzy
+#: ../lib/library-strings.c:22
msgid "Return the sign (-1,0,1)"
-msgstr "_Tandatangani Pesan"
+msgstr "Mengembalikan tanda (-1,0,1)"
-#: ../lib/library-strings.c:22
+#: ../lib/library-strings.c:23
msgid ""
"Logarithm of any base (calls DiscreteLog if in modulo mode), if base is not "
"given, e is used"
msgstr ""
+"Logaritma basis sebarang (memanggil DiscreteLog bila dalam mode modulus), "
+"bila basis tidak diberikan, e dipakai"
-#: ../lib/library-strings.c:23
+#: ../lib/library-strings.c:24
msgid "The arccos (inverse cos) function"
msgstr "Fungsi arccos (cos inverse)"
-#: ../lib/library-strings.c:24
+#: ../lib/library-strings.c:25
msgid "The arccosh (inverse cosh) function"
-msgstr ""
+msgstr "Fungsi arccosh (cosh inverse)"
-#: ../lib/library-strings.c:25
+#: ../lib/library-strings.c:26
msgid "The arccot (inverse cot) function"
-msgstr ""
+msgstr "Fungsi arccot (cot inverse)"
-#: ../lib/library-strings.c:26
+#: ../lib/library-strings.c:27
msgid "The arccoth (inverse coth) function"
-msgstr ""
+msgstr "Fungsi arccoth (coth inverse)"
-#: ../lib/library-strings.c:27
-#, fuzzy
+#: ../lib/library-strings.c:28
msgid "The inverse cosecant function"
-msgstr "Fungsi arccos (cos inverse)"
+msgstr "Fungsi inverse kosekan"
-#: ../lib/library-strings.c:28
+#: ../lib/library-strings.c:29
msgid "The inverse hyperbolic cosecant function"
-msgstr ""
+msgstr "Fungsi inverse kosekan hiperbolik"
-#: ../lib/library-strings.c:29
-#, fuzzy
+#: ../lib/library-strings.c:30
msgid "The inverse secant function"
-msgstr "Fungsi arccos (cos inverse)"
+msgstr "Fungsi inverse sekan"
-#: ../lib/library-strings.c:30
+#: ../lib/library-strings.c:31
msgid "The inverse hyperbolic secant function"
-msgstr ""
+msgstr "Fungsi inverse sekan hiperbolik"
-#: ../lib/library-strings.c:31
+#: ../lib/library-strings.c:32
msgid "The arcsin (inverse sin) function"
-msgstr ""
+msgstr "Fungsi arcsin (sin inverse)"
-#: ../lib/library-strings.c:32
+#: ../lib/library-strings.c:33
msgid "The arcsinh (inverse sinh) function"
-msgstr ""
+msgstr "Fungsi arcsinh (sinh inverse)"
-#: ../lib/library-strings.c:33
+#: ../lib/library-strings.c:34
msgid "The arctanh (inverse tanh) function"
-msgstr ""
+msgstr "Fungsi arctanh (tanh inverse)"
-#: ../lib/library-strings.c:34
+#: ../lib/library-strings.c:35
msgid "The cotangent function"
msgstr "Fungsi kotangen"
-#: ../lib/library-strings.c:35
+#: ../lib/library-strings.c:36
msgid "The hyperbolic cotangent function"
-msgstr ""
+msgstr "Fungsi kotangen hiperbolik"
-#: ../lib/library-strings.c:36
+#: ../lib/library-strings.c:37
msgid "The cosecant function"
msgstr "Fungsi kosekan"
-#: ../lib/library-strings.c:37
+#: ../lib/library-strings.c:38
msgid "The hyperbolic cosecant function"
-msgstr ""
+msgstr "Fungsi kosekan hiperbolik"
-#: ../lib/library-strings.c:38
-#, fuzzy
+#: ../lib/library-strings.c:39
msgid "The secant function"
-msgstr "Fungsi berisi"
+msgstr "Fungsi sekan"
-#: ../lib/library-strings.c:39
+#: ../lib/library-strings.c:40
msgid "The hyperbolic secant function"
-msgstr ""
+msgstr "Fungsi sekan hiperbolik"
-#: ../lib/library-strings.c:40
+#: ../lib/library-strings.c:41
msgid "The hyperbolic tangent function"
-msgstr ""
+msgstr "Fungsi tangen hiperbolik"
-#: ../lib/library-strings.c:41
+#: ../lib/library-strings.c:42
msgid "Are a and b relatively prime?"
-msgstr ""
+msgstr "Apakah a dan b secara relatif prima?"
-#: ../lib/library-strings.c:42
+#: ../lib/library-strings.c:43
msgid "Return the nth Bernoulli number"
-msgstr ""
+msgstr "Mengembalikan bilangan Bernoulli ke-n"
-#: ../lib/library-strings.c:43
+#: ../lib/library-strings.c:44
msgid ""
"Find the x that solves the system given by the vector a and modulo the "
"elements of m, using the Chinese Remainder Theorem"
msgstr ""
-#: ../lib/library-strings.c:44
+#: ../lib/library-strings.c:45
msgid ""
"Given two factorizations, give the factorization of the product, see "
"Factorize"
msgstr ""
-#: ../lib/library-strings.c:45
+#: ../lib/library-strings.c:46
msgid "Convert a vector of values indicating powers of b to a number"
msgstr ""
-#: ../lib/library-strings.c:46
+#: ../lib/library-strings.c:47
msgid "Convert a number to a vector of powers for elements in base b"
msgstr ""
-#: ../lib/library-strings.c:47
+#: ../lib/library-strings.c:48
msgid ""
"Find discrete log of n base b in F_q where q is a prime using the Silver-"
"Pohlig-Hellman algorithm"
msgstr ""
-#: ../lib/library-strings.c:48
+#: ../lib/library-strings.c:49
msgid ""
"Compute phi(n), the Euler phi function, that is the number of integers "
"between 1 and n relatively prime to n"
msgstr ""
+"Hitung phi(n), fungsi phi Euler, yaitu banyaknya bilangan bulat antara 1 dan "
+"n yang relatif prima terhadap n"
-#: ../lib/library-strings.c:49
+#: ../lib/library-strings.c:50
msgid "Return all factors of a number"
-msgstr ""
+msgstr "Mengembalikan semua faktor dari suatu bilangan"
-#: ../lib/library-strings.c:50
+#: ../lib/library-strings.c:51
msgid ""
"Attempt Fermat factorization of n into (t-s)*(t+s), returns t and s as a "
"vector if possible, null otherwise"
msgstr ""
+"Mencoba faktorisasi Fermat dari n menjadi (t-s)*(t+s), mengembalikan t dan s "
+"sebagai vektor bila mungkin, null bila tidak"
-#: ../lib/library-strings.c:51
+#: ../lib/library-strings.c:52
msgid "Find the first primitive element in F_q (q must be a prime)"
msgstr ""
-#: ../lib/library-strings.c:52
+#: ../lib/library-strings.c:53
msgid "Find a random primitive element in F_q (q must be a prime)"
msgstr ""
-#: ../lib/library-strings.c:53
+#: ../lib/library-strings.c:54
msgid ""
"Compute discrete log base b of n in F_q (q a prime) using the factor base "
"S. S should be a column of primes possibly with second column precalculated "
"by IndexCalculusPrecalculation."
msgstr ""
-#: ../lib/library-strings.c:54
+#: ../lib/library-strings.c:55
msgid ""
"Run the precalculation step of IndexCalculus for logarithms base b in F_q (q "
"a prime) for the factor base S (where S is a column vector of primes). The "
"logs will be precalculated and returned in the second column."
msgstr ""
-#: ../lib/library-strings.c:55
+#: ../lib/library-strings.c:56
msgid "Test if Mp is a Mersenne prime using a table"
msgstr ""
-#: ../lib/library-strings.c:56
+#: ../lib/library-strings.c:57
msgid "Tests if a rational number is a perfect power"
msgstr ""
-#: ../lib/library-strings.c:57
+#: ../lib/library-strings.c:58
msgid ""
"Check if g is primitive in F_q, where q is a prime. If q is not prime "
"results are bogus."
msgstr ""
-#: ../lib/library-strings.c:58
+#: ../lib/library-strings.c:59
msgid ""
"Check if g is primitive in F_q, where q is a prime and f is a vector of "
"prime factors of q-1. If q is not prime results are bogus."
msgstr ""
-#: ../lib/library-strings.c:59
+#: ../lib/library-strings.c:60
msgid ""
"If n is a pseudoprime base b but not a prime, that is if b^(n-1) == 1 mod n"
msgstr ""
-#: ../lib/library-strings.c:60
+#: ../lib/library-strings.c:61
msgid "Test if n is a strong pseudoprime to base b but not a prime"
msgstr ""
-#: ../lib/library-strings.c:61
+#: ../lib/library-strings.c:62
msgid ""
"Return the residue of a mod n with the least absolute value (in the interval "
"-n/2 to n/2)"
msgstr ""
-#: ../lib/library-strings.c:62
+#: ../lib/library-strings.c:63
msgid "Test if Mp is a Mersenne prime using the Lucas-Lehmer test"
msgstr ""
-#: ../lib/library-strings.c:63
+#: ../lib/library-strings.c:64
msgid "Return all maximal prime power factors of a number"
msgstr ""
-#: ../lib/library-strings.c:64
+#: ../lib/library-strings.c:65
msgid "Vector with the known Mersenne prime exponents"
msgstr ""
-#: ../lib/library-strings.c:65
+#: ../lib/library-strings.c:66
msgid "Return the Moebius mu function evaluated in n"
msgstr ""
-#: ../lib/library-strings.c:66
+#: ../lib/library-strings.c:67
msgid "Returns the p-adic valuation (number of trailing zeros in base p)."
msgstr ""
-#: ../lib/library-strings.c:67
+#: ../lib/library-strings.c:68
msgid "Compute a^b mod m"
msgstr "Hitung a^b mod m"
-#: ../lib/library-strings.c:68
+#: ../lib/library-strings.c:69
msgid "Return all prime factors of a number"
msgstr ""
-#: ../lib/library-strings.c:69
+#: ../lib/library-strings.c:70
msgid "Pseudoprime test, true if and only if b^(n-1) == 1 (mod n)"
msgstr ""
-#: ../lib/library-strings.c:70
+#: ../lib/library-strings.c:71
msgid "Removes all instances of the factor m from the number n"
msgstr ""
-#: ../lib/library-strings.c:71
+#: ../lib/library-strings.c:72
msgid ""
"Find discrete log of n base b in F_q where q is a prime using the Silver-"
"Pohlig-Hellman algorithm, given f being the factorization of q-1"
msgstr ""
-#: ../lib/library-strings.c:72
+#: ../lib/library-strings.c:73
msgid ""
"Find square root of n mod p (a prime). Null is returned if not a quadratic "
"residue."
msgstr ""
-#: ../lib/library-strings.c:73
+#: ../lib/library-strings.c:74
msgid ""
"Apply a function over all entries of a matrix and return a matrix of the "
"results"
msgstr ""
-#: ../lib/library-strings.c:74
+#: ../lib/library-strings.c:75
msgid ""
"Apply a function over all entries of 2 matrices (or 1 value and 1 matrix) "
"and return a matrix of the results"
msgstr ""
-#: ../lib/library-strings.c:75
+#: ../lib/library-strings.c:76
msgid "Remove column(s) and row(s) from a matrix"
msgstr ""
-#: ../lib/library-strings.c:76
+#: ../lib/library-strings.c:77
+#, fuzzy
msgid "Calculate the kth compound matrix of A"
-msgstr ""
+msgstr "Menghitung median dari seluruh matriks"
-#: ../lib/library-strings.c:77
+#: ../lib/library-strings.c:78
msgid "Delete a column of a matrix"
-msgstr ""
+msgstr "Hapus suatu kolom dari sebuah matriks"
-#: ../lib/library-strings.c:78
+#: ../lib/library-strings.c:79
msgid "Delete a row of a matrix"
-msgstr ""
+msgstr "Hapus suatu baris dari sebuah matriks"
-#: ../lib/library-strings.c:79
+#: ../lib/library-strings.c:80
+#, fuzzy
msgid "Get the dot product of two vectors (no conjugates)"
-msgstr ""
+msgstr "Dapatkan produk Hermitian dari dua vektor"
-#: ../lib/library-strings.c:80
+#: ../lib/library-strings.c:81
msgid "Zero out entries above the diagonal"
msgstr ""
-#: ../lib/library-strings.c:81
+#: ../lib/library-strings.c:82
msgid "Make diagonal matrix from a vector"
msgstr ""
-#: ../lib/library-strings.c:82
+#: ../lib/library-strings.c:83
msgid "Make column vector out of matrix by putting columns above each other"
msgstr ""
-#: ../lib/library-strings.c:83
+#: ../lib/library-strings.c:84
msgid "Calculate the product of all elements in a matrix"
msgstr ""
-#: ../lib/library-strings.c:84
+#: ../lib/library-strings.c:85
msgid "Calculate the sum of all elements in a matrix"
msgstr ""
-#: ../lib/library-strings.c:85
+#: ../lib/library-strings.c:86
msgid "Calculate the sum of squares of all elements in a matrix"
msgstr ""
-#: ../lib/library-strings.c:86
+#: ../lib/library-strings.c:87
+#, fuzzy
msgid "Get the outer product of two vectors"
-msgstr ""
+msgstr "Dapatkan produk Hermitian dari dua vektor"
-#: ../lib/library-strings.c:87
+#: ../lib/library-strings.c:88
+#, fuzzy
msgid "Reverse elements in a vector"
-msgstr ""
+msgstr "~Kebalikan"
-#: ../lib/library-strings.c:88
+#: ../lib/library-strings.c:89
msgid "Calculate sum of each row in a matrix"
-msgstr ""
+msgstr "Menghitung jumlah dari setiap baris dalam suatu matriks"
-#: ../lib/library-strings.c:89
+#: ../lib/library-strings.c:90
msgid "Calculate sum of squares of each row in a matrix"
-msgstr ""
+msgstr "Menghitung jumlah dari kuadrat setiap baris dalam suatu matriks"
-#: ../lib/library-strings.c:90
+#: ../lib/library-strings.c:91
msgid "Shuffle elements in a vector"
-msgstr ""
+msgstr "Kocok elemen-elemen dalam sebuah vektor"
-#: ../lib/library-strings.c:91
+#: ../lib/library-strings.c:92
msgid "Sort vector elements"
-msgstr ""
+msgstr "Urutkan elemen vektor"
-#: ../lib/library-strings.c:92
+#: ../lib/library-strings.c:93
msgid "Removes any all-zero rows of M"
msgstr ""
-#: ../lib/library-strings.c:93
+#: ../lib/library-strings.c:94
msgid "Return column(s) and row(s) from a matrix"
msgstr ""
-#: ../lib/library-strings.c:94
+#: ../lib/library-strings.c:95
msgid "Swap two rows in a matrix"
msgstr ""
-#: ../lib/library-strings.c:95
+#: ../lib/library-strings.c:96
msgid "Zero out entries below the diagonal"
msgstr ""
-#: ../lib/library-strings.c:96
+#: ../lib/library-strings.c:97
msgid "Get the auxiliary unit matrix of size n"
msgstr ""
-#: ../lib/library-strings.c:97
+#: ../lib/library-strings.c:98
msgid "Evaluate (v,w) with respect to the bilinear form given by the matrix A"
msgstr ""
-#: ../lib/library-strings.c:98
+#: ../lib/library-strings.c:99
msgid ""
"Return a function that evaluates two vectors with respect to the bilinear "
"form given by A"
msgstr ""
-#: ../lib/library-strings.c:99
+#: ../lib/library-strings.c:100
msgid "Get the characteristic polynomial as a vector"
msgstr ""
-#: ../lib/library-strings.c:100
+#: ../lib/library-strings.c:101
msgid "Get the characteristic polynomial as a function"
msgstr ""
-#: ../lib/library-strings.c:101
+#: ../lib/library-strings.c:102
+#, fuzzy
msgid "Get a basis matrix for the columnspace of a matrix"
-msgstr ""
+msgstr "Dapatkan banyaknya elemen dari suatu matriks"
-#: ../lib/library-strings.c:102
+#: ../lib/library-strings.c:103
msgid ""
"Return the commutation matrix K(m,n) which is the unique m*n by m*n matrix "
"such that K(m,n) * MakeVector(A) = MakeVector(A.') for all m by n matrices A."
msgstr ""
-#: ../lib/library-strings.c:103
+#: ../lib/library-strings.c:104
msgid "Companion matrix of a polynomial (as vector)"
msgstr ""
-#: ../lib/library-strings.c:104
+#: ../lib/library-strings.c:105
+#, fuzzy
msgid "Conjugate transpose of a matrix (adjoint)"
-msgstr ""
+msgstr "Transpose dari suatu matriks"
-#: ../lib/library-strings.c:105 ../lib/library-strings.c:106
+#: ../lib/library-strings.c:106 ../lib/library-strings.c:107
msgid "Calculate convolution of two horizontal vectors"
msgstr ""
-#: ../lib/library-strings.c:107
-msgid "CrossProduct of two vectors in R^3"
-msgstr ""
-
#: ../lib/library-strings.c:108
-msgid ""
-"Get the determinantal divisors of an integer matrix (not its characteristic)"
+msgid "CrossProduct of two vectors in R^3"
msgstr ""
#: ../lib/library-strings.c:109
-msgid "Direct sum of matrices"
+msgid "Get the determinantal divisors of an integer matrix"
msgstr ""
#: ../lib/library-strings.c:110
+#, fuzzy
+msgid "Direct sum of matrices"
+msgstr "jumlah"
+
+#: ../lib/library-strings.c:111
msgid "Direct sum of a vector of matrices"
msgstr ""
-#: ../lib/library-strings.c:111
+#: ../lib/library-strings.c:112
msgid ""
"Get the eigenvalues of a matrix (Currently only for up to 4x4 or triangular "
"matrices)"
msgstr ""
-#: ../lib/library-strings.c:112
+#: ../lib/library-strings.c:113
msgid ""
"Get the eigenvalues and eigenvectors of a matrix (Currently only for up to "
"2x2 matrices)"
msgstr ""
-#: ../lib/library-strings.c:113
+#: ../lib/library-strings.c:114
msgid ""
"Apply the Gram-Schmidt process (to the columns) with respect to inner "
"product given by B (if not given use Hermitian product)"
msgstr ""
-#: ../lib/library-strings.c:114
-#, fuzzy
-msgid "Hankel matrix"
-msgstr "Matriks transformasi"
-
#: ../lib/library-strings.c:115
-msgid "Hilbert matrix of order n"
-msgstr ""
+msgid "Hankel matrix"
+msgstr "Matriks Hankel"
#: ../lib/library-strings.c:116
-msgid "Get the image (columnspace) of a linear transform"
+msgid "Hilbert matrix of order n"
msgstr ""
#: ../lib/library-strings.c:117
-msgid "Get the Inf Norm of a vector"
+msgid "Get the image (columnspace) of a linear transform"
msgstr ""
#: ../lib/library-strings.c:118
-msgid ""
-"Get the invariant factors of a square integer matrix (not its characteristic)"
+msgid "Get the Inf Norm of a vector"
msgstr ""
#: ../lib/library-strings.c:119
-msgid "Inverse Hilbert matrix of order n"
+msgid "Get the invariant factors of a square integer matrix"
msgstr ""
#: ../lib/library-strings.c:120
-msgid "Is a matrix Hermitian"
+msgid "Inverse Hilbert matrix of order n"
msgstr ""
#: ../lib/library-strings.c:121
-msgid "Test if a vector is in a subspace"
-msgstr ""
+#, fuzzy
+msgid "Is a matrix Hermitian"
+msgstr "matriks"
#: ../lib/library-strings.c:122
+#, fuzzy
+msgid "Test if a vector is in a subspace"
+msgstr "Pengujian"
+
+#: ../lib/library-strings.c:123
msgid ""
"Is a matrix (or number) invertible (Integer matrix is invertible if and only "
"if it is invertible over the integers)"
msgstr ""
-#: ../lib/library-strings.c:123
+#: ../lib/library-strings.c:124
msgid "Is a matrix (or number) invertible over a field"
msgstr ""
-#: ../lib/library-strings.c:124
+#: ../lib/library-strings.c:125
msgid "Is a matrix normal"
-msgstr ""
+msgstr "Apakah matriks normal"
-#: ../lib/library-strings.c:125
+#: ../lib/library-strings.c:126
+#, fuzzy
msgid "Is a matrix positive definite"
-msgstr ""
+msgstr "Positif (+):"
-#: ../lib/library-strings.c:126
+#: ../lib/library-strings.c:127
+#, fuzzy
msgid "Is a matrix positive semidefinite"
-msgstr ""
+msgstr "Positif (+):"
-#: ../lib/library-strings.c:127
+#: ../lib/library-strings.c:128
+#, fuzzy
msgid "Is a matrix skew-Hermitian"
-msgstr ""
+msgstr "matriks"
-#: ../lib/library-strings.c:128
+#: ../lib/library-strings.c:129
+#, fuzzy
msgid "Is a matrix unitary"
-msgstr ""
+msgstr "Dimensi/ukuran matriks satuan"
-#: ../lib/library-strings.c:129
+#: ../lib/library-strings.c:130
msgid "Get the Jordan block corresponding to lambda and n"
msgstr ""
-#: ../lib/library-strings.c:130
+#: ../lib/library-strings.c:131
msgid "Get the kernel (nullspace) of a linear transform"
msgstr ""
-#: ../lib/library-strings.c:131
+#: ../lib/library-strings.c:132
+msgid "Compute the Kronecker product of two matrices"
+msgstr ""
+
+#: ../lib/library-strings.c:133
msgid ""
"Get the LU decomposition of A and store the result in the L and U which "
"should be references. If not possible returns false."
msgstr ""
-#: ../lib/library-strings.c:132
+#: ../lib/library-strings.c:134
msgid "Get the i-j minor of a matrix"
msgstr ""
-#: ../lib/library-strings.c:133
+#: ../lib/library-strings.c:135
msgid "Return the columns that are not the pivot columns of a matrix"
msgstr ""
-#: ../lib/library-strings.c:134
+#: ../lib/library-strings.c:136
msgid "Get the p Norm (or 2 Norm if no p is supplied) of a vector"
msgstr ""
-#: ../lib/library-strings.c:135
+#: ../lib/library-strings.c:137
+#, fuzzy
msgid "Get the nullity of a matrix"
-msgstr ""
+msgstr "Dapatkan banyaknya elemen dari suatu matriks"
-#: ../lib/library-strings.c:136
+#: ../lib/library-strings.c:138
msgid "Get the orthogonal complement of the columnspace"
msgstr ""
-#: ../lib/library-strings.c:137
+#: ../lib/library-strings.c:139
msgid ""
"Projection of vector v onto subspace W given a sesquilinear form B (if not "
"given use Hermitian product)"
msgstr ""
-#: ../lib/library-strings.c:138
+#: ../lib/library-strings.c:140
msgid "Get the QR decomposition of A, returns R and Q can be a reference"
msgstr ""
-#: ../lib/library-strings.c:139
+#: ../lib/library-strings.c:141
+#, fuzzy
msgid "Get the rank of a matrix"
-msgstr ""
+msgstr "Peringkat"
-#: ../lib/library-strings.c:140
+#: ../lib/library-strings.c:142
msgid "Return the Rayleigh quotient of a matrix and a vector"
msgstr ""
-#: ../lib/library-strings.c:141
+#: ../lib/library-strings.c:143
msgid ""
"Compute an eigenvalue using the Rayleigh Quotient Iteration method until we "
"are epsilon from eigenvalue or for maxiter iterations"
msgstr ""
-#: ../lib/library-strings.c:142
+#: ../lib/library-strings.c:144
msgid "Rosser matrix, a classic symmetric eigenvalue test problem"
msgstr ""
-#: ../lib/library-strings.c:143
+#: ../lib/library-strings.c:145
msgid "Rotation around origin in R^2"
msgstr ""
-#: ../lib/library-strings.c:144
+#: ../lib/library-strings.c:146
msgid "Rotation around origin in R^3 about the x-axis"
msgstr ""
-#: ../lib/library-strings.c:145
+#: ../lib/library-strings.c:147
msgid "Rotation around origin in R^3 about the y-axis"
msgstr ""
-#: ../lib/library-strings.c:146
+#: ../lib/library-strings.c:148
msgid "Rotation around origin in R^3 about the z-axis"
msgstr ""
-#: ../lib/library-strings.c:147
+#: ../lib/library-strings.c:149
+#, fuzzy
msgid "Get a basis matrix for the rowspace of a matrix"
-msgstr ""
+msgstr "Dapatkan banyaknya elemen dari suatu matriks"
-#: ../lib/library-strings.c:148
+#: ../lib/library-strings.c:150
msgid ""
"Evaluate (v,w) with respect to the sesquilinear form given by the matrix A"
msgstr ""
-#: ../lib/library-strings.c:149
+#: ../lib/library-strings.c:151
msgid ""
"Return a function that evaluates two vectors with respect to the "
"sesquilinear form given by A"
msgstr ""
-#: ../lib/library-strings.c:150
+#: ../lib/library-strings.c:152
msgid "Smith Normal Form for fields (will end up with 1's on the diagonal)"
msgstr ""
-#: ../lib/library-strings.c:151
-msgid "Smith Normal Form for square integer matrices (not its characteristic)"
+#: ../lib/library-strings.c:153
+msgid "Smith Normal Form for square integer matrices"
msgstr ""
-#: ../lib/library-strings.c:152
+#: ../lib/library-strings.c:154
msgid ""
"Return the Toeplitz matrix constructed given the first column c and "
"(optionally) the first row r."
msgstr ""
-#: ../lib/library-strings.c:153
+#: ../lib/library-strings.c:155
#, fuzzy
msgid "Calculate the trace of a matrix"
-msgstr "Telusuri semua manipulasi matriks"
+msgstr "Menghitung median dari seluruh matriks"
-#: ../lib/library-strings.c:154
+#: ../lib/library-strings.c:156
msgid "Transpose of a matrix"
msgstr "Transpose dari suatu matriks"
-#: ../lib/library-strings.c:155
+#: ../lib/library-strings.c:157
+#, fuzzy
msgid "Return the Vandermonde matrix"
-msgstr ""
+msgstr "matriks"
-#: ../lib/library-strings.c:156
+#: ../lib/library-strings.c:158
msgid "The angle of two vectors, given an inner product"
msgstr ""
-#: ../lib/library-strings.c:157
+#: ../lib/library-strings.c:159
msgid "The direct sum of the vector spaces M and N"
msgstr ""
-#: ../lib/library-strings.c:158
+#: ../lib/library-strings.c:160
msgid "Intersection of the subspaces given by M and N"
msgstr ""
-#: ../lib/library-strings.c:159
+#: ../lib/library-strings.c:161
msgid ""
"The sum of the vector spaces M and N, that is {w | w=m+n, m in M, n in N}"
msgstr ""
-#: ../lib/library-strings.c:160
+#: ../lib/library-strings.c:162
msgid "Get the classical adjoint (adjugate) of a matrix"
msgstr ""
-#: ../lib/library-strings.c:161
+#: ../lib/library-strings.c:163
msgid "Compute the Column Reduced Echelon Form"
msgstr ""
-#: ../lib/library-strings.c:162
+#: ../lib/library-strings.c:164
+#, fuzzy
msgid "Get nth Catalan number"
-msgstr ""
+msgstr "Mengembalikan bilangan Bernoulli ke-n"
-#: ../lib/library-strings.c:163
+#: ../lib/library-strings.c:165
#, fuzzy
msgid "Double factorial: n(n-2)(n-4)..."
-msgstr "Klik ganda"
+msgstr "Faktorial: n(n-1)(n-2)…"
-#: ../lib/library-strings.c:164
+#: ../lib/library-strings.c:166
msgid "Factorial: n(n-1)(n-2)..."
msgstr "Faktorial: n(n-1)(n-2)…"
-#: ../lib/library-strings.c:165
+#: ../lib/library-strings.c:167
#, fuzzy
msgid "Falling factorial: (n)_k = n(n-1)...(n-(k-1))"
msgstr "Falling Stars"
-#: ../lib/library-strings.c:166
+#: ../lib/library-strings.c:168
+#, fuzzy
msgid "Calculate nth Fibonacci number"
-msgstr ""
+msgstr "Mengembalikan bilangan Bernoulli ke-n"
-#: ../lib/library-strings.c:167
+#: ../lib/library-strings.c:169
msgid "Calculate the Frobenius number for a coin problem"
msgstr ""
-#: ../lib/library-strings.c:168
+#: ../lib/library-strings.c:170
msgid ""
-"Galois matrix given a linear combining rule (a_1*x_+...+a_n*x_n=x_(n+1))"
+"Galois matrix given a linear combining rule (a_1*x_1+...+a_n*x_n=x_(n+1))"
msgstr ""
-#: ../lib/library-strings.c:169
+#: ../lib/library-strings.c:171
msgid "Use greedy algorithm to find c, for c . v = n. (v must be sorted)"
msgstr ""
-#: ../lib/library-strings.c:170
+#: ../lib/library-strings.c:172
msgid "Harmonic Number, the nth harmonic number of order r"
msgstr ""
-#: ../lib/library-strings.c:171
+#: ../lib/library-strings.c:173
msgid ""
-"Hofstadter's function q(n) defined by q(1)=1, q(2)=1, q(n)=q(n-q(n-1))+q(n-q"
-"(n-2))"
+"Hofstadter's function q(n) defined by q(1)=1, q(2)=1, q(n)=q(n-q(n-1))+q(n-"
+"q(n-2))"
msgstr ""
-#: ../lib/library-strings.c:172
+#: ../lib/library-strings.c:174
msgid "Compute linear recursive sequence using Galois stepping"
msgstr ""
-#: ../lib/library-strings.c:173
+#: ../lib/library-strings.c:175
+#, fuzzy
msgid "Calculate multinomial coefficients"
-msgstr ""
+msgstr "Koefisien YCbCr"
-#: ../lib/library-strings.c:174
+#: ../lib/library-strings.c:176
+#, fuzzy
msgid "Get the Pascal's triangle as a matrix"
-msgstr ""
+msgstr "Dapatkan banyaknya elemen dari suatu matriks"
-#: ../lib/library-strings.c:175
+#: ../lib/library-strings.c:177
msgid "(Pochhammer) Rising factorial: (n)_k = n(n+1)...(n+(k-1))"
msgstr ""
-#: ../lib/library-strings.c:176
+#: ../lib/library-strings.c:178
+#, fuzzy
msgid "Stirling number of the first kind"
-msgstr ""
+msgstr "Nomor halaman pertama"
-#: ../lib/library-strings.c:177
+#: ../lib/library-strings.c:179
+#, fuzzy
msgid "Stirling number of the second kind"
-msgstr ""
+msgstr "Kolom kedua menunjukkan cacah eksekusi animasi."
-#: ../lib/library-strings.c:178
-msgid "Subfactorial: n! times sum_{k=1}^n (-1)^k/k!"
+#: ../lib/library-strings.c:180
+msgid "Subfactorial: n! times sum_{k=0}^n (-1)^k/k!"
msgstr ""
-#: ../lib/library-strings.c:179
+#: ../lib/library-strings.c:181
+#, fuzzy
msgid "Calculate the nth triangular number"
-msgstr ""
+msgstr "Mengembalikan bilangan Bernoulli ke-n"
-#: ../lib/library-strings.c:180
+#: ../lib/library-strings.c:182
msgid "Calculate permutations"
msgstr "Hitung permutasi"
-#: ../lib/library-strings.c:181
+#: ../lib/library-strings.c:183
msgid ""
"Integration of f by Composite Simpson's Rule on the interval [a,b] with the "
"number of steps calculated by the fourth derivative bound and the desired "
"tolerance"
msgstr ""
-#: ../lib/library-strings.c:182
+#: ../lib/library-strings.c:184
msgid ""
"Attempt to calculate derivative by trying first symbolically and then "
"numerically"
msgstr ""
-#: ../lib/library-strings.c:183
+#: ../lib/library-strings.c:185
msgid ""
"Return a function which is the even periodic extension of f defined on the "
"interval [0,L]"
msgstr ""
-#: ../lib/library-strings.c:184
+#: ../lib/library-strings.c:186
msgid ""
"Return a function which is a Fourier series with the coefficients given by "
"the vectors a (sines) and b (cosines). Note that a@(1) is the constant "
"coefficient!"
msgstr ""
-#: ../lib/library-strings.c:185
+#: ../lib/library-strings.c:187
msgid "Try to calculate an infinite product for a single parameter function"
msgstr ""
-#: ../lib/library-strings.c:186
+#: ../lib/library-strings.c:188
msgid ""
"Try to calculate an infinite product for a double parameter function with "
"func(arg,n)"
msgstr ""
-#: ../lib/library-strings.c:187
+#: ../lib/library-strings.c:189
msgid "Try to calculate an infinite sum for a single parameter function"
msgstr ""
-#: ../lib/library-strings.c:188
+#: ../lib/library-strings.c:190
msgid ""
-"Try to calculate an infinite sum for a double parameter function with func"
-"(arg,n)"
+"Try to calculate an infinite sum for a double parameter function with "
+"func(arg,n)"
msgstr ""
-#: ../lib/library-strings.c:189
+#: ../lib/library-strings.c:191
msgid ""
"Try and see if a real-valued function is continuous at x0 by calculating the "
"limit there"
msgstr ""
-#: ../lib/library-strings.c:190
+#: ../lib/library-strings.c:192
msgid ""
"Test for differentiability by approximating the left and right limits and "
"comparing"
msgstr ""
-#: ../lib/library-strings.c:191
+#: ../lib/library-strings.c:193
msgid "Calculate the left limit of a real-valued function at x0"
msgstr ""
-#: ../lib/library-strings.c:192
+#: ../lib/library-strings.c:194
msgid ""
"Calculate the limit of a real-valued function at x0. Tries to calculate "
"both left and right limits."
msgstr ""
-#: ../lib/library-strings.c:193
+#: ../lib/library-strings.c:195
+#, fuzzy
msgid "Integration by midpoint rule"
-msgstr ""
+msgstr "Belah Seg_men di Titik Tengah"
-#: ../lib/library-strings.c:194
+#: ../lib/library-strings.c:196
msgid "Attempt to calculate numerical derivative"
msgstr ""
-#: ../lib/library-strings.c:195
+#: ../lib/library-strings.c:197
msgid ""
"Numerically compute the coefficients for a cosine Fourier series for a "
"function on [0,L] up to the Nth coefficient."
msgstr ""
-#: ../lib/library-strings.c:196
+#: ../lib/library-strings.c:198
msgid ""
"Return a function which is the Fourier cosine series of f on [0,L] with "
"coefficients up to N computed numerically"
msgstr ""
-#: ../lib/library-strings.c:197
+#: ../lib/library-strings.c:199
msgid ""
"Numerically compute the coefficients for a Fourier series with half-period L "
"up to the Nth coefficient."
msgstr ""
-#: ../lib/library-strings.c:198
+#: ../lib/library-strings.c:200
msgid ""
"Return a function which is the Fourier series of f with half-period L with "
"coefficients up to N computed numerically"
msgstr ""
-#: ../lib/library-strings.c:199
+#: ../lib/library-strings.c:201
msgid ""
"Numerically compute the coefficients for a sine Fourier series for a "
"function on [0,L] up to the Nth coefficient."
msgstr ""
-#: ../lib/library-strings.c:200
+#: ../lib/library-strings.c:202
msgid ""
"Return a function which is the Fourier sine series of f on [0,L] with "
"coefficients up to N computed numerically"
msgstr ""
-#: ../lib/library-strings.c:201
+#: ../lib/library-strings.c:203
msgid ""
"Integration by rule set in NumericalIntegralFunction of f from a to b using "
"NumericalIntegralSteps steps"
msgstr ""
-#: ../lib/library-strings.c:202
+#: ../lib/library-strings.c:204
msgid "Attempt to calculate numerical left derivative"
msgstr ""
-#: ../lib/library-strings.c:203
+#: ../lib/library-strings.c:205
msgid "Attempt to calculate the limit of f(step_fun(i)) as i goes from 1 to N"
msgstr ""
-#: ../lib/library-strings.c:204
+#: ../lib/library-strings.c:206
msgid "Attempt to calculate numerical right derivative"
msgstr ""
-#: ../lib/library-strings.c:205
+#: ../lib/library-strings.c:207
msgid ""
"Return a function which is the odd periodic extension of f defined on the "
"interval [0,L]"
msgstr ""
-#: ../lib/library-strings.c:206
+#: ../lib/library-strings.c:208
msgid "Compute one-sided derivative using five point formula"
msgstr ""
-#: ../lib/library-strings.c:207
+#: ../lib/library-strings.c:209
msgid "Compute one-sided derivative using three-point formula"
msgstr ""
-#: ../lib/library-strings.c:208
+#: ../lib/library-strings.c:210
msgid ""
"Return a function which is the periodic extension of f defined on the "
"interval [a,b]"
msgstr ""
-#: ../lib/library-strings.c:209
+#: ../lib/library-strings.c:211
msgid "Calculate the right limit of a real-valued function at x0"
msgstr ""
-#: ../lib/library-strings.c:210
+#: ../lib/library-strings.c:212
msgid "Compute two-sided derivative using five-point formula"
msgstr ""
-#: ../lib/library-strings.c:211
+#: ../lib/library-strings.c:213
msgid "Compute two-sided derivative using three-point formula"
msgstr ""
-#: ../lib/library-strings.c:212
+#: ../lib/library-strings.c:214
+#, fuzzy
msgid "argument (angle) of complex number"
-msgstr ""
+msgstr "Tak bisa menentukan tipe dari suatu bilangan kompleks"
-#: ../lib/library-strings.c:213
+#: ../lib/library-strings.c:215
msgid "Dirichlet kernel of order n"
msgstr ""
-#: ../lib/library-strings.c:214
+#: ../lib/library-strings.c:216
msgid "Returns 1 if and only if all elements are zero"
msgstr ""
-#: ../lib/library-strings.c:215
-msgid "The error function, 2/sqrt(pi) * int_0^x e^(-t^2) dt"
-msgstr ""
-
-#: ../lib/library-strings.c:216
+#: ../lib/library-strings.c:217
msgid "Fejer kernel of order n"
msgstr ""
-#: ../lib/library-strings.c:217
+#: ../lib/library-strings.c:218
msgid "Returns 1 if and only if all elements are equal"
msgstr ""
-#: ../lib/library-strings.c:218
+#: ../lib/library-strings.c:219
+msgid ""
+"Principal branch of the Lambert W function for real values greater than or "
+"equal to -1/e"
+msgstr ""
+
+#: ../lib/library-strings.c:220
+msgid ""
+"The minus-one branch of the Lambert W function for real values between -1/e "
+"and 0"
+msgstr ""
+
+#: ../lib/library-strings.c:221
msgid "Find the first value where f(x)=0"
msgstr ""
-#: ../lib/library-strings.c:219
+#: ../lib/library-strings.c:222
msgid "Moebius mapping of the disk to itself mapping a to 0"
msgstr ""
-#: ../lib/library-strings.c:220
+#: ../lib/library-strings.c:223
msgid ""
"Moebius mapping using the cross ratio taking z2,z3,z4 to 1,0, and infinity "
"respectively"
msgstr ""
-#: ../lib/library-strings.c:221
+#: ../lib/library-strings.c:224
msgid ""
"Moebius mapping using the cross ratio taking infinity to infinity and z2,z3 "
"to 1 and 0 respectively"
msgstr ""
-#: ../lib/library-strings.c:222
+#: ../lib/library-strings.c:225
msgid ""
"Moebius mapping using the cross ratio taking infinity to 1 and z3,z4 to 0 "
"and infinity respectively"
msgstr ""
-#: ../lib/library-strings.c:223
+#: ../lib/library-strings.c:226
msgid ""
"Moebius mapping using the cross ratio taking infinity to 0 and z2,z4 to 1 "
"and infinity respectively"
msgstr ""
-#: ../lib/library-strings.c:224
+#: ../lib/library-strings.c:227
msgid ""
"Poisson kernel on D(0,1) (not normalized to 1, that is integral of this is "
"2pi)"
msgstr ""
-#: ../lib/library-strings.c:225
+#: ../lib/library-strings.c:228
msgid "Poisson kernel on D(0,R) (not normalized to 1)"
msgstr ""
-#: ../lib/library-strings.c:226
+#: ../lib/library-strings.c:229
msgid ""
"The unit step function = 0 for x<0, 1 otherwise. This is the integral of "
"the Dirac Delta function."
msgstr ""
-#: ../lib/library-strings.c:227
+#: ../lib/library-strings.c:230
msgid "The cis function, that is cos(x)+i*sin(x)"
msgstr ""
-#: ../lib/library-strings.c:228
+#: ../lib/library-strings.c:231
msgid "Convert degrees to radians"
-msgstr ""
+msgstr "Konversikan derajat ke radian"
-#: ../lib/library-strings.c:229
+#: ../lib/library-strings.c:232
msgid "Convert radians to degrees"
-msgstr ""
+msgstr "Konversikan radian ke derajat"
-#: ../lib/library-strings.c:230
+#: ../lib/library-strings.c:233
msgid "Find roots of a cubic polynomial (given as vector of coefficients)"
msgstr ""
-#: ../lib/library-strings.c:231
+#: ../lib/library-strings.c:234
msgid ""
"Use classical Euler's method to numerically solve y'=f(x,y) for initial x0,"
"y0 going to x1 with n increments, returns y at x1"
msgstr ""
-#: ../lib/library-strings.c:232
+#: ../lib/library-strings.c:235
msgid ""
"Use classical Euler's method to numerically solve y'=f(x,y) for initial x0,"
"y0 going to x1 with n increments, returns an n+1 by 2 matrix of values"
msgstr ""
-#: ../lib/library-strings.c:233
-msgid "Find root of a function using the bisection method"
+#: ../lib/library-strings.c:236
+msgid ""
+"Find root of a function using the bisection method to within TOL tolerance "
+"in up to N iterations. f(a) and f(b) must have opposite signs."
msgstr ""
-#: ../lib/library-strings.c:234
-msgid "Find root of a function using the method of false position"
+#: ../lib/library-strings.c:237
+msgid ""
+"Find root of a function using the method of false position to within TOL "
+"tolerance in up to N iterations. f(a) and f(b) must have opposite signs."
msgstr ""
-#: ../lib/library-strings.c:235
+#: ../lib/library-strings.c:238
msgid "Find root of a function using the Muller's method"
msgstr ""
-#: ../lib/library-strings.c:236
-msgid "Find root of a function using the secant method"
+#: ../lib/library-strings.c:239
+msgid ""
+"Find root of a function using the secant method to within TOL tolerance in "
+"up to N iterations. f(a) and f(b) must have opposite signs."
msgstr ""
-#: ../lib/library-strings.c:237
+#: ../lib/library-strings.c:240
+msgid ""
+"Attempt to find a zero of a function f with derivative df and second "
+"derivative ddf using Halley's method, returning after two successive values "
+"are within epsilon or after maxn tries (then returns null)"
+msgstr ""
+
+#: ../lib/library-strings.c:241
+msgid ""
+"Attempt to find a zero of a function f with derivative df using Newton's "
+"method, returning after two successive values are within epsilon or after "
+"maxn tries (then returns null)"
+msgstr ""
+
+#: ../lib/library-strings.c:242
msgid "Find roots of a polynomial (given as vector of coefficients)"
msgstr ""
-#: ../lib/library-strings.c:238
+#: ../lib/library-strings.c:243
msgid "Find roots of a quartic polynomial (given as vector of coefficients)"
msgstr ""
-#: ../lib/library-strings.c:239
+#: ../lib/library-strings.c:244
msgid ""
"Use classical non-adaptive Runge-Kutta of fourth order method to numerically "
"solve y'=f(x,y) for initial x0,y0 going to x1 with n increments, returns y "
"at x1"
msgstr ""
-#: ../lib/library-strings.c:240
+#: ../lib/library-strings.c:245
msgid ""
"Use classical non-adaptive Runge-Kutta of fourth order method to numerically "
"solve y'=f(x,y) for initial x0,y0 going to x1 with n increments, returns an n"
"+1 by 2 matrix of values"
msgstr ""
-#: ../lib/library-strings.c:241
+#: ../lib/library-strings.c:246
+#, fuzzy
msgid "Calculate average of an entire matrix"
-msgstr ""
+msgstr "Menghitung median dari seluruh matriks"
-#: ../lib/library-strings.c:242
+#: ../lib/library-strings.c:247
msgid "Integral of the GaussFunction from 0 to x (area under the normal curve)"
msgstr ""
-#: ../lib/library-strings.c:243
+#: ../lib/library-strings.c:248
msgid "The normalized Gauss distribution function (the normal curve)"
msgstr ""
-#: ../lib/library-strings.c:244
+#: ../lib/library-strings.c:249
msgid "Calculate median of an entire matrix"
-msgstr ""
+msgstr "Menghitung median dari seluruh matriks"
-#: ../lib/library-strings.c:245
+#: ../lib/library-strings.c:250
msgid "Calculate the population standard deviation of a whole matrix"
-msgstr ""
+msgstr "Menghitung deviasi standar populasi dari seluruh matriks"
-#: ../lib/library-strings.c:246
+#: ../lib/library-strings.c:251
msgid "Calculate average of each row in a matrix"
-msgstr ""
+msgstr "Menghitung rerata dari setiap baris dalam suatu matriks"
-#: ../lib/library-strings.c:247
+#: ../lib/library-strings.c:252
msgid "Calculate median of each row in a matrix"
-msgstr ""
+msgstr "Menghitung median dari setiap baris dalam suatu matriks"
-#: ../lib/library-strings.c:248
+#: ../lib/library-strings.c:253
msgid ""
"Calculate the population standard deviations of rows of a matrix and return "
"a vertical vector"
msgstr ""
-#: ../lib/library-strings.c:249
+#: ../lib/library-strings.c:254
msgid ""
"Calculate the standard deviations of rows of a matrix and return a vertical "
"vector"
msgstr ""
-#: ../lib/library-strings.c:250
+#: ../lib/library-strings.c:255
msgid "Calculate the standard deviation of a whole matrix"
-msgstr ""
+msgstr "Menghitung deviasi standar dari seluruh matriks"
-#: ../lib/library-strings.c:251
+#: ../lib/library-strings.c:256
msgid ""
-"Run newton's method on a polynomial to attempt to find a root, returns after "
-"two successive values are within epsilon or after maxn tries (then returns "
-"null)"
+"Attempt to find a root of a polynomial using Newton's method, returning "
+"after two successive values are within epsilon or after maxn tries (then "
+"returns null)"
msgstr ""
-#: ../lib/library-strings.c:252
+#: ../lib/library-strings.c:257
msgid "Returns a set where every element of X appears only once"
-msgstr ""
+msgstr "Mengembalikan suatu set dimana setiap elemen X hanya muncul sekali"
-#: ../lib/library-strings.c:253
+#: ../lib/library-strings.c:258
msgid ""
"Returns a set theoretic union of X and Y (X and Y are vectors pretending to "
"be sets)"
msgstr ""
-#: ../lib/library-strings.c:254
+#: ../lib/library-strings.c:259
msgid ""
"For a Hilbert function that is c for degree d, given the Macaulay bound for "
"the Hilbert function of degree d+1 (The c^<d> operator from Green's proof)"
msgstr ""
-#: ../lib/library-strings.c:255
+#: ../lib/library-strings.c:260
msgid "The c_<d> operator from Green's proof of Macaulay's Theorem"
msgstr ""
-#: ../lib/library-strings.c:256
+#: ../lib/library-strings.c:261
msgid "Return the dth Macaulay representation of a positive integer c"
msgstr ""
-#: ../lib/library-strings.c:257
+#: ../lib/library-strings.c:262
msgid "Attempt to symbolically differentiate a function n times"
msgstr ""
-#: ../lib/library-strings.c:258
+#: ../lib/library-strings.c:263
msgid ""
"Attempt to symbolically differentiate a function n times quietly and return "
"null on failure"
msgstr ""
-#: ../lib/library-strings.c:259
+#: ../lib/library-strings.c:264
msgid ""
"Attempt to construct the Taylor approximation function around x0 to the nth "
"degree."
msgstr ""
-#: ../src/calc.c:217
+#: ../src/calc.c:215
msgid "Uncategorized"
msgstr "Tak masuk kategori"
-#: ../src/calc.c:399
+#: ../src/calc.c:397
msgid "Trying to set an alias for an alias"
msgstr ""
-#: ../src/calc.c:978
+#: ../src/calc.c:976
+#, fuzzy
msgid "Bad identifier for function node!"
-msgstr ""
+msgstr "%s: argumen nomor %d bukan fungsi atau identifier"
-#: ../src/calc.c:1028 ../src/eval.c:7126 ../src/eval.c:7333
-#, fuzzy
+#: ../src/calc.c:1026 ../src/eval.c:7219 ../src/eval.c:7426
msgid "Unexpected operator!"
-msgstr "Operator pecahan"
+msgstr "Operator yang tidak diharapkan!"
#. FIXME:
-#: ../src/calc.c:1220
+#: ../src/calc.c:1218
msgid "Cannot currently print polynomials of more than 3 vars"
msgstr ""
-#: ../src/calc.c:1312
-#, fuzzy
+#: ../src/calc.c:1310 ../src/calc.c:1384
msgid "NULL function!"
-msgstr "Fungsi berisi"
+msgstr "Fungsi NULL!"
#. variable and reference functions should
#. never be in the etree
-#: ../src/calc.c:1378
-#, fuzzy
+#: ../src/calc.c:1374
msgid "Unexpected function type!"
-msgstr "Tipe berkas tak diharapkan: %s"
+msgstr "Tipe fungsi yang tidak diharapkan!"
-#: ../src/calc.c:1393
-#, fuzzy
+#: ../src/calc.c:1420
msgid "NULL tree!"
-msgstr "_Impor Tree"
+msgstr "Pohon NULL!"
-#: ../src/calc.c:1483 ../src/eval.c:7632
-#, fuzzy
+#: ../src/calc.c:1510 ../src/eval.c:7725
msgid "Unexpected node!"
-msgstr "Segarkan _Noktah"
+msgstr "Simpul yang tidak diharapkan!"
-#: ../src/calc.c:1978
-#, c-format
+#: ../src/calc.c:2025
+#, fuzzy, c-format
msgid "File '%s' is a wrong version of GEL"
-msgstr ""
-
-#: ../src/calc.c:2028 ../src/calc.c:2037 ../src/calc.c:2042 ../src/calc.c:2051
-#: ../src/calc.c:2056 ../src/calc.c:2065 ../src/calc.c:2070 ../src/calc.c:2079
-#: ../src/calc.c:2084 ../src/calc.c:2095 ../src/calc.c:2100 ../src/calc.c:2111
-#: ../src/calc.c:2118 ../src/calc.c:2131 ../src/calc.c:2137 ../src/calc.c:2144
-#: ../src/calc.c:2153 ../src/calc.c:2164 ../src/calc.c:2170 ../src/calc.c:2177
-#: ../src/calc.c:2183 ../src/calc.c:2190 ../src/calc.c:2196 ../src/calc.c:2203
-#: ../src/calc.c:2209 ../src/calc.c:2216 ../src/calc.c:2222 ../src/calc.c:2229
-#: ../src/calc.c:2235 ../src/calc.c:2242 ../src/calc.c:2248 ../src/calc.c:2255
-#: ../src/calc.c:2271 ../src/calc.c:2289 ../src/calc.c:2299
+msgstr "Versi %s berkas GIF ini tidak bisa dibuka"
+
+#: ../src/calc.c:2075 ../src/calc.c:2089 ../src/calc.c:2103 ../src/calc.c:2116
+#: ../src/calc.c:2132 ../src/calc.c:2147 ../src/calc.c:2162 ../src/calc.c:2175
+#: ../src/calc.c:2181 ../src/calc.c:2188 ../src/calc.c:2202 ../src/calc.c:2213
+#: ../src/calc.c:2220 ../src/calc.c:2227 ../src/calc.c:2234 ../src/calc.c:2241
+#: ../src/calc.c:2248 ../src/calc.c:2255 ../src/calc.c:2262 ../src/calc.c:2269
+#: ../src/calc.c:2276 ../src/calc.c:2283 ../src/calc.c:2290 ../src/calc.c:2297
+#: ../src/calc.c:2304 ../src/calc.c:2311 ../src/calc.c:2327 ../src/calc.c:2345
+#: ../src/calc.c:2355
msgid "Badly formed record"
-msgstr ""
+msgstr "Rekaman yang rusak bentuk"
-#: ../src/calc.c:2031
+#: ../src/calc.c:2078 ../src/calc.c:2083 ../src/calc.c:2097 ../src/calc.c:2111
+#: ../src/calc.c:2126 ../src/calc.c:2142 ../src/calc.c:2156
msgid "Record out of place"
-msgstr ""
+msgstr "Rekaman salah tempat"
-#: ../src/calc.c:2313
-#, fuzzy
+#: ../src/calc.c:2369 ../src/calc.c:2380 ../src/calc.c:2392
msgid "Missing value for function"
-msgstr "Kurang nilai yang diperlukan bagi '%s'"
+msgstr "Kurang nilai bagi fungsi"
-#: ../src/calc.c:2339
+#: ../src/calc.c:2412
msgid "Extra dictionary for NULL function"
msgstr ""
-#: ../src/calc.c:2391 ../src/calc.c:2945 ../src/calc.c:2980
-#, fuzzy, c-format
+#: ../src/calc.c:2465 ../src/calc.c:3019 ../src/calc.c:3054
+#, c-format
msgid "Can't open file: '%s'"
-msgstr "Mengapa saya tak bisa membuka berkas?"
+msgstr "Tak bisa membuka berkas: '%s'"
-#: ../src/calc.c:2592
+#: ../src/calc.c:2666
msgid "Load a file into the interpreter"
msgstr ""
-#: ../src/calc.c:2595
-#, fuzzy
+#: ../src/calc.c:2669
msgid "Load a plugin"
-msgstr "Plugin akan menangani beban"
+msgstr "Memuat suatu pengaya"
-#: ../src/calc.c:2598
+#: ../src/calc.c:2672
msgid "List files in the current directory"
msgstr ""
-#: ../src/calc.c:2601
+#: ../src/calc.c:2675
msgid "Change directory"
msgstr "Ubah direktori"
-#: ../src/calc.c:2604
-#, fuzzy
+#: ../src/calc.c:2678
msgid "Print current directory"
-msgstr "<direktori saat ini>"
+msgstr "Cetak direktori saat ini"
-#: ../src/calc.c:2607
+#: ../src/calc.c:2681
msgid "Print help (or help on a function/command)"
-msgstr ""
+msgstr "Cetak bantuan (atau bantuan atas suatu fungsi/perintah)"
-#: ../src/calc.c:2623
+#: ../src/calc.c:2697
msgid ""
"\n"
"For a manual on using Genius and the GEL language type:\n"
msgstr ""
-#: ../src/calc.c:2625
+#: ../src/calc.c:2699
msgid " manual\n"
msgstr " manual\n"
-#: ../src/calc.c:2629
+#: ../src/calc.c:2703
msgid ""
"\n"
"For help on a specific function type:\n"
msgstr ""
-#: ../src/calc.c:2631
+#: ../src/calc.c:2705
msgid " help FunctionName\n"
msgstr " help NamaFungsi\n"
-#: ../src/calc.c:2635
+#: ../src/calc.c:2709
+#, fuzzy
msgid ""
"\n"
"Commands:\n"
msgstr ""
+"Cara pakai:\n"
+" gresource [--section SEKSI] PERINTAH [ARG...]\n"
+"\n"
+"Perintah:\n"
+" help Tampilkan informasi ini\n"
+" sections Lihat daftar seksi sumber daya\n"
+" list Lihat daftar sumber daya\n"
+" details Lihat daftar sumber daya dengan rincian\n"
+" extract Ekstrak sumber daya\n"
+"\n"
+"Gunakan 'gresource help PERINTAH' untuk memperoleh bantuan terrinci.\n"
+"\n"
-#: ../src/calc.c:2680
+#: ../src/calc.c:2754
+#, fuzzy
msgid ""
"\n"
"Undocumented:\n"
-msgstr ""
+msgstr "^n"
#. func
#. aliasfor
#. category
-#: ../src/calc.c:2723
+#: ../src/calc.c:2797
msgid "Not documented"
msgstr "Tak didokumentasikan"
-#: ../src/calc.c:2746
+#: ../src/calc.c:2820
#, c-format
msgid "'%s' is not documented"
msgstr "'%s' tak didokumentasikan"
-#: ../src/calc.c:2748
+#: ../src/calc.c:2822
#, c-format
msgid "'%s' is not documented. Perhaps you meant %s."
msgstr ""
-#: ../src/calc.c:2758
+#: ../src/calc.c:2832
#, c-format
msgid "%s is an alias for %s\n"
msgstr "%s adalah alias bagi %s\n"
-#: ../src/calc.c:2780
+#: ../src/calc.c:2854
msgid "Parameter: "
msgstr "Parameter: "
-#: ../src/calc.c:2807
+#: ../src/calc.c:2881
msgid "Aliases:"
msgstr "Alias:"
-#: ../src/calc.c:2819
-#, fuzzy, c-format
+#: ../src/calc.c:2893
+#, c-format
msgid "Description: %s\n"
msgstr "Keterangan: %s\n"
-#: ../src/calc.c:3005 ../src/calc.c:3012
-#, c-format
+#: ../src/calc.c:3079 ../src/calc.c:3086
+#, fuzzy, c-format
msgid "Error changing to directory '%s': %s"
-msgstr ""
+msgstr "Galat membuat direktori '%s': %s"
-#: ../src/calc.c:3026 ../src/calc.c:3037
+#: ../src/calc.c:3100 ../src/calc.c:3111
#, fuzzy, c-format
msgid "Can't expand '%s'"
-msgstr "K_embangkan Semua"
+msgstr "Kembangkan"
-#: ../src/calc.c:3107
+#: ../src/calc.c:3181
#, fuzzy, c-format
msgid "Cannot open plugin '%s'!"
-msgstr "Tidak bisa membuka kotak-surat."
+msgstr "tak bisa memuat plugin penyunting: %s"
-#: ../src/calc.c:3197
+#: ../src/calc.c:3271
#, fuzzy, c-format
msgid "getcwd error: %s"
-msgstr "Galat berisi"
+msgstr "Galat %s"
-#: ../src/calc.c:3256
+#: ../src/calc.c:3331
#, fuzzy, c-format
msgid "ERROR: 'pipe' failed: %s"
-msgstr "Gagal membuat pipa ke '%s': %s"
+msgstr "Gagal saat membaca dari pipe child (%s)"
-#: ../src/calc.c:3263 ../src/calc.c:3270
-#, c-format
+#: ../src/calc.c:3338 ../src/calc.c:3345
+#, fuzzy, c-format
msgid "ERROR: 'write' possibly failed: %s"
-msgstr ""
+msgstr "Gagal menulis berkas '%s': write() gagal: %s"
-#: ../src/calc.c:3338
+#: ../src/calc.c:3413
msgid "ERROR: Probably corrupt stack!"
msgstr ""
-#: ../src/calc.c:3350
+#: ../src/calc.c:3425
msgid ""
"ERROR: 'local' in a wrong place, can only be first statement in a function!"
msgstr ""
-#: ../src/calc.c:3374
+#: ../src/calc.c:3449
msgid "ERROR: Can't execute more things at once!"
msgstr ""
-#: ../src/calc.c:3480
-#, c-format
+#: ../src/calc.c:3555
+#, fuzzy, c-format
msgid "ERROR: %s before newline"
-msgstr ""
+msgstr "Simpan salinan dokumen “%s” sebelum ditutup?"
-#: ../src/calc.c:3482
-#, c-format
+#: ../src/calc.c:3557
+#, fuzzy, c-format
msgid "ERROR: %s at end of input"
-msgstr ""
+msgstr "Rangkaian karakter sebagian pada akhir input"
-#: ../src/calc.c:3489
+#: ../src/calc.c:3564
#, fuzzy, c-format
msgid "ERROR: %s before '%s'"
-msgstr "sebelum"
+msgstr "Galat %s"
#: ../src/calc.h:32
-msgid "Copyright (C) 1997-2012 Jiří (George) Lebl, Ph.D."
-msgstr ""
+msgid "Copyright (C) 1997-2017 Jiří (George) Lebl"
+msgstr "Hak Cipta (C) 1997-2017 Jiří (George) Lebl"
-#: ../src/compil.c:552 ../src/compil.c:561
+#: ../src/compil.c:545 ../src/compil.c:554
msgid "Bad tree record when decompiling"
msgstr ""
@@ -1480,9 +1563,8 @@ msgid "Powers on matrices in modulo mode are defined on integer matrices only"
msgstr ""
#: ../src/eval.c:2170
-#, fuzzy
msgid "Exponent too large"
-msgstr "Pesan terlalu besar"
+msgstr "Eksponen terlalu besar"
#: ../src/eval.c:2197 ../src/eval.c:2312 ../src/eval.c:2378
msgid "Matrix appears singular and can't be inverted"
@@ -1507,377 +1589,393 @@ msgid ""
msgstr ""
#: ../src/eval.c:2901
+#, fuzzy
msgid "Function creation with wrong number of arguments"
-msgstr ""
+msgstr "banyaknya argumen yang diberikan ke --diff salah"
-#: ../src/eval.c:3483 ../src/eval.c:4876
+#: ../src/eval.c:3483 ../src/eval.c:4914
+#, fuzzy
msgid "Unevaluatable function type encountered!"
-msgstr ""
+msgstr "Jenis_fungsi"
-#: ../src/eval.c:3505
-msgid "' or '"
-msgstr "' atau '"
+#: ../src/eval.c:3506 ../src/graphing.c:6021
+msgid "or"
+msgstr "atau"
-#: ../src/eval.c:3541
+#: ../src/eval.c:3544
msgid ""
"Variable 'i' used uninitialized. Perhaps you meant to write '1i' for the "
"imaginary number (square root of -1)."
msgstr ""
-#: ../src/eval.c:3547 ../src/eval.c:3580 ../src/eval.c:7450
+#: ../src/eval.c:3550 ../src/eval.c:3583 ../src/eval.c:7543
#, c-format
msgid "Variable '%s' used uninitialized, perhaps you meant %s."
msgstr ""
-#: ../src/eval.c:3554 ../src/eval.c:3587 ../src/eval.c:4608 ../src/eval.c:7457
-#, c-format
+#: ../src/eval.c:3557 ../src/eval.c:3590 ../src/eval.c:4646 ../src/eval.c:7550
+#, fuzzy, c-format
msgid "Variable '%s' used uninitialized"
-msgstr ""
+msgstr "%s bukan suatu variabel pengguna"
-#: ../src/eval.c:3595 ../src/eval.c:4654
+#: ../src/eval.c:3598 ../src/eval.c:4692
#, c-format
msgid ""
"Call of '%s' with the wrong number of arguments!\n"
"(should be %d)"
msgstr ""
-#: ../src/eval.c:3598
+#: ../src/eval.c:3601
#, c-format
msgid "Trying to dereference '%s' which is not a reference!\n"
msgstr ""
-#: ../src/eval.c:3603
+#: ../src/eval.c:3606
msgid "NULL reference encountered!"
msgstr ""
-#: ../src/eval.c:3731
+#: ../src/eval.c:3734
+#, fuzzy
msgid "Cannot compare matrices"
-msgstr ""
+msgstr "Tak bisa membandingkan campuran berkas dan direktori"
-#: ../src/eval.c:3773
+#: ../src/eval.c:3776
msgid "Primitives must get numeric/matrix/string arguments"
msgstr ""
-#: ../src/eval.c:3864
+#: ../src/eval.c:3867
msgid "Bad argument to modular operation"
msgstr ""
-#: ../src/eval.c:4582
+#: ../src/eval.c:4620
#, c-format
msgid "Function '%s' used uninitialized, perhaps you meant %s."
msgstr ""
-#: ../src/eval.c:4589
-#, c-format
+#: ../src/eval.c:4627
+#, fuzzy, c-format
msgid "Function '%s' used uninitialized"
-msgstr ""
+msgstr "Fungsi ini tak dapat dipakai terhadap pilihan berganda."
-#: ../src/eval.c:4617
+#: ../src/eval.c:4655
#, fuzzy, c-format
msgid "Can't dereference '%s'!"
-msgstr "Bisa Seek"
+msgstr "Tak bisa mentransformasi '%s' ke kalimat"
-#: ../src/eval.c:4625
+#: ../src/eval.c:4663
+#, fuzzy
msgid "Can't call a non-function!"
-msgstr ""
+msgstr "%s: tak bisa bekerja pada bukan bilangan bulat!"
-#: ../src/eval.c:4659
+#: ../src/eval.c:4697
#, c-format
msgid ""
"Call of '%s' with the wrong number of arguments!\n"
"(should be greater than %d)"
msgstr ""
-#: ../src/eval.c:4698
-#, c-format
+#: ../src/eval.c:4736
+#, fuzzy, c-format
msgid "Referencing an undefined variable %s!"
-msgstr ""
+msgstr "Nama belum diberikan untuk sel variabel."
-#: ../src/eval.c:4852
+#: ../src/eval.c:4890
msgid "Reference function with arguments encountered!"
msgstr ""
-#: ../src/eval.c:4857
+#: ../src/eval.c:4895
msgid "Unnamed reference function encountered!"
msgstr ""
-#: ../src/eval.c:4981
+#: ../src/eval.c:5019
msgid "Bad type for 'for/sum/prod' loop!"
msgstr ""
-#: ../src/eval.c:4986
+#: ../src/eval.c:5024
msgid "'for/sum/prod' loop increment can't be 0"
msgstr ""
-#: ../src/eval.c:5097
+#: ../src/eval.c:5150
+#, fuzzy
msgid "Bad type for 'for in' loop!"
-msgstr ""
+msgstr "Pengulangan"
-#: ../src/eval.c:5261 ../src/eval.c:5294
+#: ../src/eval.c:5315 ../src/eval.c:5348
msgid "Continue or break outside a loop, assuming \"return null\""
msgstr ""
-#: ../src/eval.c:5355
+#: ../src/eval.c:5409
msgid "Wrong argument type as matrix index"
msgstr ""
-#: ../src/eval.c:5365
+#: ../src/eval.c:5419
+#, fuzzy
msgid "Matrix index too large"
-msgstr ""
+msgstr "Program terlalu besar."
-#: ../src/eval.c:5368
+#: ../src/eval.c:5422
msgid "Matrix index less than 1"
msgstr ""
-#: ../src/eval.c:5391 ../src/eval.c:5406
+#: ../src/eval.c:5445 ../src/eval.c:5460
+#, fuzzy
msgid "Matrix index out of range"
-msgstr ""
+msgstr "Indeks berada di luar jangkauan yang telah ditentukan."
-#: ../src/eval.c:5455 ../src/eval.c:5525 ../src/eval.c:5593 ../src/eval.c:5634
-#: ../src/eval.c:5843 ../src/eval.c:5883 ../src/eval.c:6320
+#: ../src/eval.c:5509 ../src/eval.c:5577 ../src/eval.c:5735 ../src/eval.c:5776
+#: ../src/eval.c:5899 ../src/eval.c:5939 ../src/eval.c:6381
#, c-format
msgid "Trying to set a protected id '%s'"
msgstr ""
-#: ../src/eval.c:5481 ../src/eval.c:5520
+#: ../src/eval.c:5534 ../src/eval.c:5572
msgid "Indexed Lvalue not user function"
msgstr ""
-#: ../src/eval.c:5504 ../src/eval.c:5618 ../src/eval.c:5867
+#: ../src/eval.c:5556 ../src/eval.c:5760 ../src/eval.c:5923
+#, fuzzy
msgid "Dereference of non-identifier!"
-msgstr ""
+msgstr "%A{ identifier }"
-#: ../src/eval.c:5510 ../src/eval.c:5624 ../src/eval.c:5873
+#: ../src/eval.c:5562 ../src/eval.c:5766 ../src/eval.c:5929
+#, fuzzy
msgid "Dereference of undefined variable!"
-msgstr ""
+msgstr "Nama belum diberikan untuk sel variabel."
-#: ../src/eval.c:5514 ../src/eval.c:5628 ../src/eval.c:5877
+#: ../src/eval.c:5566 ../src/eval.c:5770 ../src/eval.c:5933
+#, fuzzy
msgid "Dereference of non-reference!"
-msgstr ""
+msgstr "acuan ke sub pola yang tak ada"
-#: ../src/eval.c:5543
+#: ../src/eval.c:5594
msgid "Indexed Lvalue not an identifier or a dereference"
msgstr ""
-#: ../src/eval.c:5581 ../src/eval.c:5919 ../src/eval.c:6287 ../src/eval.c:6294
-msgid "Lvalue not an identifier/dereference/matrix location!"
-msgstr ""
-
-#: ../src/eval.c:5605 ../src/eval.c:5646
-msgid "Referencing an undefined variable!"
+#: ../src/eval.c:5648 ../src/eval.c:5703 ../src/eval.c:5880 ../src/eval.c:6045
+#: ../src/eval.c:6082 ../src/eval.c:6127 ../src/eval.c:6535 ../src/eval.c:6660
+#, fuzzy
+msgid "Matrix index not an integer or a vector"
msgstr ""
+"Periksa apakah sebuah matriks adalah matriks bilangan bulat (bukan kompleks)"
-#: ../src/eval.c:5696 ../src/eval.c:5778 ../src/eval.c:5787
+#: ../src/eval.c:5692 ../src/eval.c:5834 ../src/eval.c:5843
msgid "Wrong matrix dimensions when setting"
msgstr ""
-#: ../src/eval.c:5714 ../src/eval.c:5758 ../src/eval.c:5824 ../src/eval.c:5989
-#: ../src/eval.c:6026 ../src/eval.c:6071 ../src/eval.c:6474 ../src/eval.c:6599
-msgid "Matrix index not an integer or a vector"
+#: ../src/eval.c:5723 ../src/eval.c:5975 ../src/eval.c:6348 ../src/eval.c:6355
+msgid "Lvalue not an identifier/dereference/matrix location!"
msgstr ""
-#: ../src/eval.c:5838
+#: ../src/eval.c:5747 ../src/eval.c:5788
+#, fuzzy
+msgid "Referencing an undefined variable!"
+msgstr "Nama belum diberikan untuk sel variabel."
+
+#: ../src/eval.c:5894
#, c-format
msgid ""
"Increment/Swapwith does not work on parameters (trying to increment '%s')"
msgstr ""
-#: ../src/eval.c:5907
+#: ../src/eval.c:5963
#, fuzzy
msgid "Increment not a value!"
-msgstr "Bukan nilai boolean: %s\n"
+msgstr "Penaikan Nilai Indentasi"
-#: ../src/eval.c:5931
+#: ../src/eval.c:5987
#, c-format
msgid "Trying to increment non-value id '%s'"
msgstr ""
-#: ../src/eval.c:6092 ../src/eval.c:6101
+#: ../src/eval.c:6148 ../src/eval.c:6152 ../src/eval.c:6162
msgid "Can only swap user variables"
msgstr ""
-#: ../src/eval.c:6141 ../src/eval.c:6176 ../src/eval.c:6207 ../src/eval.c:6223
-#: ../src/eval.c:6241 ../src/eval.c:6257
+#: ../src/eval.c:6202 ../src/eval.c:6237 ../src/eval.c:6268 ../src/eval.c:6284
+#: ../src/eval.c:6302 ../src/eval.c:6318
msgid "Cannot swap matrix regions"
msgstr ""
-#: ../src/eval.c:6315
+#: ../src/eval.c:6376
msgid "Parameters can only be created in the global context"
msgstr ""
-#: ../src/eval.c:6421 ../src/eval.c:6466 ../src/eval.c:6557
+#: ../src/eval.c:6482 ../src/eval.c:6527 ../src/eval.c:6618
+#, fuzzy
msgid "Index works only on matrices"
-msgstr ""
+msgstr "clang_codeCompleteAt() hanya bekerja pada berkas lokal"
-#: ../src/eval.c:6454
+#: ../src/eval.c:6515
+#, fuzzy
msgid "Vector index not an integer or a vector"
-msgstr ""
+msgstr "Vektor pencarian"
-#: ../src/eval.c:6622
-#, fuzzy
+#: ../src/eval.c:6683
msgid "number"
-msgstr "nomor"
+msgstr "bilangan"
-#: ../src/eval.c:6623
+#: ../src/eval.c:6684
msgid "matrix"
msgstr "matriks"
-#: ../src/eval.c:6624
+#: ../src/eval.c:6685
msgid "string"
msgstr "string"
-#: ../src/eval.c:6625
+#: ../src/eval.c:6686
msgid "function"
msgstr "fungsi"
-#: ../src/eval.c:6626
-#, fuzzy
+#: ../src/eval.c:6687
msgid "identifier"
-msgstr "Identifier:"
+msgstr "identifier"
-#: ../src/eval.c:6627
+#: ../src/eval.c:6688
msgid "polynomial"
-msgstr ""
+msgstr "polinom"
-#: ../src/eval.c:6628
-#, fuzzy
+#: ../src/eval.c:6689
msgid "boolean"
msgstr "boolean"
-#: ../src/eval.c:6651
+#: ../src/eval.c:6712
msgid "Addition"
msgstr "Penjumlahan"
-#: ../src/eval.c:6652
+#: ../src/eval.c:6713
+#, fuzzy
msgid "Element by element addition"
-msgstr ""
+msgstr "Elemen Sebelumnya"
-#: ../src/eval.c:6653
+#: ../src/eval.c:6714
#, fuzzy
msgid "Subtraction"
msgstr "Pengurangan"
-#: ../src/eval.c:6654
+#: ../src/eval.c:6715
+#, fuzzy
msgid "Element by element subtraction"
-msgstr ""
+msgstr "Elemen Sebelumnya"
-#: ../src/eval.c:6655
+#: ../src/eval.c:6716
#, fuzzy
msgid "Multiplication"
-msgstr "Perkalian"
+msgstr "Perkalian larik. Mengembalikan hasil kali dua larik."
-#: ../src/eval.c:6656
+#: ../src/eval.c:6717
+#, fuzzy
msgid "Element by element multiplication"
-msgstr ""
+msgstr "Elemen Sebelumnya"
-#: ../src/eval.c:6657
+#: ../src/eval.c:6718
msgid "Division"
msgstr "Pembagian"
-#: ../src/eval.c:6658
+#: ../src/eval.c:6719
#, fuzzy
msgid "Element by element division"
-msgstr "Dibagi nol"
+msgstr "Elemen Sebelumnya"
-#: ../src/eval.c:6659
+#: ../src/eval.c:6720
#, fuzzy
msgid "Back division"
-msgstr "Perkalian, pembagian"
+msgstr "Pembagian"
-#: ../src/eval.c:6660
+#: ../src/eval.c:6721
+#, fuzzy
msgid "Element by element back division"
-msgstr ""
+msgstr "Elemen Sebelumnya"
-#: ../src/eval.c:6661
+#: ../src/eval.c:6722
msgid "Modulo"
msgstr "Modulus"
-#: ../src/eval.c:6662
+#: ../src/eval.c:6723
+#, fuzzy
msgid "Element by element modulo"
-msgstr ""
+msgstr "Elemen Sebelumnya"
-#: ../src/eval.c:6663
+#: ../src/eval.c:6724
msgid "Negation"
-msgstr ""
+msgstr "Negasi"
-#: ../src/eval.c:6664
+#: ../src/eval.c:6725
msgid "Power"
msgstr "Pangkat"
-#: ../src/eval.c:6665
+#: ../src/eval.c:6726
+#, fuzzy
msgid "Element by element power"
-msgstr ""
+msgstr "Elemen Sebelumnya"
-#: ../src/eval.c:6666
+#: ../src/eval.c:6727
msgid "Factorial"
msgstr "Faktorial"
-#: ../src/eval.c:6667
-#, fuzzy
+#: ../src/eval.c:6728
msgid "Double factorial"
-msgstr "Klik ganda"
+msgstr "Faktorial ganda"
-#: ../src/eval.c:6668
+#: ../src/eval.c:6729
msgid "Transpose"
msgstr "Transpose"
-#: ../src/eval.c:6669
+#: ../src/eval.c:6730
msgid "ConjugateTranspose"
msgstr ""
-#: ../src/eval.c:6670
+#: ../src/eval.c:6731
msgid "Comparison (<=>)"
msgstr "Perbandingan (<=>)"
-#: ../src/eval.c:6671
+#: ../src/eval.c:6732
msgid "XOR"
msgstr "XOR"
-#: ../src/eval.c:6672
-#, fuzzy
+#: ../src/eval.c:6733
msgid "NOT"
msgstr "NOT"
-#: ../src/eval.c:6692
+#: ../src/eval.c:6753
#, fuzzy, c-format
msgid "Bad types for '%s'"
-msgstr "Periksa Tipe yang Didukung"
+msgstr "Spesifikasi bersi buruk '%s'"
-#: ../src/eval.c:6703
+#: ../src/eval.c:6764
#, c-format
msgid "%s not defined on <%s> and <%s>"
msgstr "%s tak didefinisikan pada <%s> dan <%s>"
-#: ../src/eval.c:6722
+#: ../src/eval.c:6783
#, fuzzy, c-format
msgid "Bad type for '%s'"
-msgstr "Keterangan bagi jenis: %s\n"
+msgstr "Spesifikasi bersi buruk '%s'"
-#: ../src/eval.c:6732
+#: ../src/eval.c:6793
#, c-format
msgid "%s not defined on <%s>"
msgstr "%s tak didefinisikan pada <%s>"
-#: ../src/eval.c:6751 ../src/eval.c:6768
+#: ../src/eval.c:6813 ../src/eval.c:6830
msgid "Vector building only works on numbers"
msgstr ""
#. FIXME: perhaps we should just return null like octave?
-#: ../src/eval.c:6761
+#: ../src/eval.c:6823
msgid "Impossible arguments to vector building operator"
msgstr ""
-#: ../src/funclib.c:117
+#: ../src/funclib.c:124
#, c-format
msgid "%s: argument too large"
msgstr "%s: argumen terlalu besar"
-#: ../src/funclib.c:144
-#, c-format
+#: ../src/funclib.c:153
+#, fuzzy, c-format
msgid "Cannot parse version string: %s"
-msgstr ""
+msgstr "Tidak dapat menguraikan nilai integer '%s' untuk %s"
-#: ../src/funclib.c:173 ../src/gnome-genius.c:1925
+#: ../src/funclib.c:179 ../src/gnome-genius.c:2051
#, c-format
msgid ""
"Genius %s\n"
@@ -1897,1025 +1995,1173 @@ msgid ""
" along with this program. If not, see <http://www.gnu.org/licenses/>.\n"
msgstr ""
-#: ../src/funclib.c:267
+#: ../src/funclib.c:273
#, c-format
msgid "%s: trying to undefine a protected id!"
msgstr ""
-#: ../src/funclib.c:549
+#: ../src/funclib.c:546 ../src/funclib.c:584 ../src/funclib.c:646
#, c-format
msgid "%s: trying to set a protected id!"
msgstr ""
#. FIXME: fix this, this should just work too
-#: ../src/funclib.c:555
+#: ../src/funclib.c:552 ../src/funclib.c:590 ../src/funclib.c:652
#, c-format
msgid "%s: trying to set a parameter, use the equals sign"
msgstr ""
-#: ../src/funclib.c:582 ../src/funclib.c:675
+#: ../src/funclib.c:704 ../src/gnome-genius.c:1179
+#, fuzzy
+msgid ""
+"Global variables:\n"
+"\n"
+msgstr "Variabel Global"
+
+#: ../src/funclib.c:727 ../src/gnome-genius.c:1212
+msgid ""
+"\n"
+"Function call stack:\n"
+msgstr ""
+
+#: ../src/funclib.c:729 ../src/funclib.c:769 ../src/gnome-genius.c:1214
+#: ../src/gnome-genius.c:1271
+msgid ""
+"(depth of context in parentheses)\n"
+"\n"
+msgstr ""
+
+#: ../src/funclib.c:767 ../src/gnome-genius.c:1269
+#, fuzzy
+msgid ""
+"\n"
+"Local variables:\n"
+msgstr "^n"
+
+#: ../src/funclib.c:798
+#, fuzzy, c-format
+#| msgid "%s: argument number %d not a function or identifier"
+msgid "%s: Argument number %d not a string or identifier"
+msgstr "%s: argumen nomor %d bukan string"
+
+#: ../src/funclib.c:807
+#, fuzzy, c-format
+#| msgid "%s undefined"
+msgid "%s undefined\n"
+msgstr "%s tak terdefinisi"
+
+#: ../src/funclib.c:830 ../src/funclib.c:923
#, c-format
msgid "%s: Too many arguments, should be at most %d"
msgstr ""
-#: ../src/funclib.c:823
+#: ../src/funclib.c:1071
msgid "Cannot apply function to two differently sized matrices"
msgstr ""
-#: ../src/funclib.c:1486 ../src/funclib.c:1523
+#: ../src/funclib.c:1761 ../src/funclib.c:1798 ../src/funclib.c:1835
+#: ../src/funclib.c:1872 ../src/funclib.c:1914 ../src/funclib.c:1951
+#: ../src/funclib.c:1993 ../src/funclib.c:2040
#, c-format
msgid "%s: Not implemented (yet) for complex values"
msgstr ""
-#: ../src/funclib.c:1976
+#: ../src/funclib.c:1956 ../src/funclib.c:1998 ../src/funclib.c:2045
+#, c-format
+msgid ""
+"%s: Bessel functions of second kind not defined for nonpositive real numbers"
+msgstr ""
+
+#: ../src/funclib.c:2498
#, c-format
msgid "%s: square root for composite moduli is not yet implemented"
msgstr ""
-#: ../src/funclib.c:1984
+#: ../src/funclib.c:2506
#, c-format
msgid "%s: Cannot find square root function for prime moduli"
msgstr "%s: Tak bisa temukan fungsi akar kuadrat bagi modulus prima"
-#: ../src/funclib.c:2017
-#, c-format
+#: ../src/funclib.c:2539
+#, fuzzy, c-format
msgid "%s: matrix argument is not square"
-msgstr ""
+msgstr "%s: argumen nomor %d bukan matriks bujur sangkar"
-#: ../src/funclib.c:2158 ../src/funclib.c:2258
-#, c-format
+#: ../src/funclib.c:2679 ../src/funclib.c:2780
+#, fuzzy, c-format
msgid "%s: matrix argument must be integer only"
-msgstr ""
+msgstr "%s: argumen mesti berupa bilangan bulat"
-#: ../src/funclib.c:2180 ../src/funclib.c:2280
+#: ../src/funclib.c:2701 ../src/funclib.c:2802
#, c-format
msgid "%s: argument must be an integer"
msgstr "%s: argumen mesti berupa bilangan bulat"
-#: ../src/funclib.c:2364 ../src/funclib.c:4222 ../src/funclib.c:4251
-#: ../src/funclib.c:4503 ../src/mpwrap.c:3767 ../src/mpwrap.c:3786
-#: ../src/mpwrap.c:3843 ../src/mpwrap.c:3872 ../src/mpwrap.c:3889
-#: ../src/mpwrap.c:3938
+#: ../src/funclib.c:2889 ../src/funclib.c:4766 ../src/funclib.c:4795
+#: ../src/funclib.c:5047 ../src/mpwrap.c:3829 ../src/mpwrap.c:3848
+#: ../src/mpwrap.c:3905 ../src/mpwrap.c:3934 ../src/mpwrap.c:3951
+#: ../src/mpwrap.c:4000
#, fuzzy
msgid "Division by zero!"
-msgstr "Dibagi nol"
+msgstr "Pembagian oleh nol."
-#: ../src/funclib.c:2546 ../src/funclib.c:2633
-#, c-format
+#: ../src/funclib.c:3071 ../src/funclib.c:3168
+#, fuzzy, c-format
msgid "%s: matrix argument must be value only"
-msgstr ""
+msgstr "%s: argumen nomor %d bukan suatu nilai hanya matriks"
-#: ../src/funclib.c:2892 ../src/funclib.c:2950 ../src/funclib.c:4488
-#: ../src/funclib.c:4782
+#: ../src/funclib.c:3092 ../src/funclib.c:3189
+#, fuzzy, c-format
+#| msgid "%s: can't work on complex numbers"
+msgid "%s: Cannot compare complex numbers"
+msgstr "%s: tak bisa bekerja pada bilangan kompleks"
+
+#: ../src/funclib.c:3102 ../src/funclib.c:3198
+#, fuzzy, c-format
+#| msgid "%s: argument number %d not a number or a matrix"
+msgid "%s: Input not a number or a matrix of numbers."
+msgstr "%s: argumen nomor %d bukan matriks"
+
+#: ../src/funclib.c:3436 ../src/funclib.c:3494 ../src/funclib.c:5032
+#: ../src/funclib.c:5326 ../src/graphing.c:10298
#, c-format
msgid "%s: too many arguments"
msgstr "%s: terlalu banyak argumen"
-#: ../src/funclib.c:3200
-#, c-format
+#: ../src/funclib.c:3744
+#, fuzzy, c-format
msgid "%s: vector argument not value only"
-msgstr ""
+msgstr "%s: argumen nomor %d bukan suatu nilai hanya vektor"
-#: ../src/funclib.c:3211 ../src/funclib.c:3250
+#: ../src/funclib.c:3755 ../src/funclib.c:3794
#, c-format
msgid "%s: argument can't be negative or 0"
msgstr "%s: argumen tak boleh negatif atau 0"
-#: ../src/funclib.c:3219 ../src/funclib.c:3255
+#: ../src/funclib.c:3763 ../src/funclib.c:3799
#, c-format
msgid "%s: vector argument has too large entries"
-msgstr ""
+msgstr "%s: argumen vektor memiliki entri yang terlalu besar"
-#: ../src/funclib.c:3297
+#: ../src/funclib.c:3841
#, c-format
msgid "%s: arguments must be vectors of equal size"
msgstr "%s: argumen mesti berupa vektor-vektor yang berukuran sama"
-#: ../src/funclib.c:3789 ../src/funclib.c:3795
+#: ../src/funclib.c:4333 ../src/funclib.c:4339
#, c-format
msgid "%s: %s not a reference"
msgstr "%s: %s bukan suatu acuan"
-#: ../src/funclib.c:3834
+#: ../src/funclib.c:4378
#, c-format
msgid "%s: matrices not of the same height"
-msgstr ""
+msgstr "%s: matriks-matriks tidak sama tinggi"
-#: ../src/funclib.c:3839 ../src/funclib.c:4482
+#: ../src/funclib.c:4383 ../src/funclib.c:5026
msgid "third argument"
msgstr "argumen ketiga"
-#: ../src/funclib.c:3844
-#, fuzzy
+#: ../src/funclib.c:4388
msgid "fourth argument"
-msgstr "Argumen tidak valid"
+msgstr "argumen ke-empat"
-#: ../src/funclib.c:4119
+#: ../src/funclib.c:4663
#, c-format
msgid "%s: argument must be greater than 2"
msgstr "%s: argumen mesti lebih dari 2"
-#: ../src/funclib.c:4307
+#: ../src/funclib.c:4851
#, c-format
msgid "%s: arguments not horizontal vectors"
msgstr "%s: argumen bukan vektor-vektor horisontal"
-#: ../src/funclib.c:4316
+#: ../src/funclib.c:4860
#, c-format
msgid "%s: arguments not numeric only vectors"
msgstr "%s: argumen bukan numerik hanya vektor"
-#: ../src/funclib.c:4700
+#: ../src/funclib.c:5244
#, c-format
msgid "%s: argument 1 must be a quadratic polynomial"
msgstr "%s: argumen 1 mesti berupa polinom kuadratik"
-#: ../src/funclib.c:5010 ../src/funclib.c:5099 ../src/funclib.c:5360
-#: ../src/funclib.c:5367 ../src/funclib.c:5422 ../src/funclib.c:5429
-#: ../src/funclib.c:5500 ../src/funclib.c:5514
-#, fuzzy, c-format
+#: ../src/funclib.c:5555 ../src/funclib.c:5644 ../src/funclib.c:5905
+#: ../src/funclib.c:5912 ../src/funclib.c:5967 ../src/funclib.c:5974
+#: ../src/funclib.c:6045 ../src/funclib.c:6059
+#, c-format
msgid "%s: value out of range"
-msgstr "Nilai '%s' di luar jangkauan"
+msgstr "%s: nilai di luar jangkauan"
-#: ../src/funclib.c:5640
-#, fuzzy, c-format
+#: ../src/funclib.c:6268
+#, c-format
msgid "%s: undefined function"
-msgstr "Fungsi berisi"
+msgstr "%s: fungsi tidak didefinisikan"
-#: ../src/funclib.c:5646
+#: ../src/funclib.c:6274
#, c-format
msgid "%s: flags argument must be a string"
msgstr "%s: argumen flag mesti berupa string"
-#: ../src/funclib.c:5774 ../src/symbolic.c:726
+#: ../src/funclib.c:6402 ../src/symbolic.c:734
#, c-format
msgid "%s: argument not a function of one variable"
msgstr "%s: argumen bukan suatu fungsi dengan satu variabel"
-#: ../src/funclib.c:5986 ../src/funclib.c:6021 ../src/funclib.c:6266
+#: ../src/funclib.c:6614 ../src/funclib.c:6649 ../src/funclib.c:6894
#, c-format
msgid "%s: argument should be between %d and %d"
msgstr "%s: argumen mesti antara %d dan %d"
-#: ../src/funclib.c:6174
+#: ../src/funclib.c:6802
msgid "OutputStyle must be one of normal, troff, latex or mathml"
msgstr ""
-#: ../src/funclib.c:6214
+#: ../src/funclib.c:6842
#, c-format
msgid "%s: argument should be larger or equal to 0"
msgstr "%s: argumen mesti lebih dari atau sama dengan 0"
-#: ../src/funclib.c:6327
-#, fuzzy
+#: ../src/funclib.c:6955
msgid "Basic"
msgstr "Dasar"
#. internal
-#: ../src/funclib.c:6328
+#: ../src/funclib.c:6956
msgid "Parameters"
msgstr "Parameter"
#. internal
-#: ../src/funclib.c:6329
+#: ../src/funclib.c:6957
msgid "Constants"
msgstr "Konstanta"
#. internal
-#: ../src/funclib.c:6330
+#: ../src/funclib.c:6958
msgid "Numeric"
msgstr "Numerik"
#. internal
-#: ../src/funclib.c:6331
+#: ../src/funclib.c:6959
msgid "Trigonometry"
msgstr "Trigonometri"
#. internal
-#: ../src/funclib.c:6332
+#: ../src/funclib.c:6960
msgid "Number Theory"
msgstr "Teori Bilangan"
#. internal
-#: ../src/funclib.c:6333
-#, fuzzy
+#: ../src/funclib.c:6961
msgid "Matrix Manipulation"
-msgstr "Menggunakan tetikus (mouse)"
+msgstr "Manipulasi Matriks"
#. internal
-#: ../src/funclib.c:6334
+#: ../src/funclib.c:6962
msgid "Linear Algebra"
msgstr "Aljabar Linier"
#. internal
-#: ../src/funclib.c:6335
+#: ../src/funclib.c:6963
msgid "Combinatorics"
msgstr ""
#. internal
-#: ../src/funclib.c:6336
+#: ../src/funclib.c:6964
msgid "Calculus"
msgstr "Kalkulus"
#. internal
-#: ../src/funclib.c:6337
+#: ../src/funclib.c:6965
msgid "Functions"
msgstr "Fungsi"
#. internal
-#: ../src/funclib.c:6338
-#, fuzzy
+#: ../src/funclib.c:6966
msgid "Equation Solving"
-msgstr "Persamaan Bernomor"
+msgstr "Pemecahan Persamaan"
#. internal
-#: ../src/funclib.c:6339
-#, fuzzy
+#: ../src/funclib.c:6967
msgid "Statistics"
msgstr "Statistik"
#. internal
-#: ../src/funclib.c:6340
+#: ../src/funclib.c:6968
msgid "Polynomials"
-msgstr ""
+msgstr "Polinom"
#. internal
-#: ../src/funclib.c:6341
-#, fuzzy
+#: ../src/funclib.c:6969
msgid "Set Theory"
-msgstr "Teori Bilangan"
+msgstr "Teori Set"
#. internal
-#: ../src/funclib.c:6342
+#: ../src/funclib.c:6970
msgid "Commutative Algebra"
msgstr "Aljabar Komutatif"
#. internal
-#: ../src/funclib.c:6343
+#: ../src/funclib.c:6971
msgid "Miscellaneous"
msgstr "Rupa-rupa"
#. internal
-#: ../src/funclib.c:6345
-#, fuzzy
+#: ../src/funclib.c:6973
msgid "Displays the user manual"
-msgstr "Manual pengguna Anjuta"
+msgstr "Menampilkan manual pengguna"
-#: ../src/funclib.c:6346
+#: ../src/funclib.c:6974
msgid "Gives the warranty information"
msgstr ""
-#: ../src/funclib.c:6347
+#: ../src/funclib.c:6975
+#, fuzzy
msgid "Return version as a 3-vector"
-msgstr ""
+msgstr "versi"
-#: ../src/funclib.c:6348
+#: ../src/funclib.c:6976
#, fuzzy
msgid "Exits the program"
-msgstr "Jalankan program"
+msgstr "Program"
-#: ../src/funclib.c:6350
+#: ../src/funclib.c:6978
+#, fuzzy
msgid "Prints a string to the error stream"
-msgstr ""
+msgstr "String yang memuat suatu arus XML yang valid"
-#: ../src/funclib.c:6351
+#: ../src/funclib.c:6979
msgid "Waits a specified number of seconds"
msgstr ""
-#: ../src/funclib.c:6352
+#: ../src/funclib.c:6980
#, fuzzy
msgid "The true boolean value"
-msgstr "Bukan nilai boolean: %s\n"
+msgstr "Nilai '%s' tidak dapat diterjemahkan sebagai suatu nilai boolean."
-#: ../src/funclib.c:6354
+#: ../src/funclib.c:6982
#, fuzzy
msgid "The false boolean value"
msgstr "Bukan nilai boolean: %s\n"
-#: ../src/funclib.c:6357
+#: ../src/funclib.c:6985
msgid "Unix time in seconds as a floating point number"
msgstr ""
-#: ../src/funclib.c:6365
+#: ../src/funclib.c:6993
msgid "Make integer (0 or 1) from a boolean value"
msgstr ""
-#: ../src/funclib.c:6367
+#: ../src/funclib.c:6995
#, fuzzy
msgid "Prints an expression"
-msgstr "Ekspresi reguler"
+msgstr "ekspresi"
-#: ../src/funclib.c:6368
+#: ../src/funclib.c:6996
#, fuzzy
msgid "Changes current directory"
-msgstr "<direktori saat ini>"
+msgstr "Direktori saat ini"
-#: ../src/funclib.c:6369
+#: ../src/funclib.c:6997
msgid "Prints an expression without a trailing newline"
msgstr ""
-#: ../src/funclib.c:6370
+#: ../src/funclib.c:6998
+#, fuzzy
msgid "Display a string and an expression"
-msgstr ""
+msgstr "String yang memuat suatu ekspresi XPath yang valid"
-#: ../src/funclib.c:6371
+#: ../src/funclib.c:6999
#, fuzzy
msgid "Set a global variable"
-msgstr "Atur variabel halaman"
+msgstr "Variabel objek tidak ditentukan."
-#: ../src/funclib.c:6373
+#: ../src/funclib.c:7000
+msgid "Set an element in a global variable which is a matrix"
+msgstr ""
+
+#: ../src/funclib.c:7001
+msgid "Set an element in a global variable which is a vector"
+msgstr ""
+
+#: ../src/funclib.c:7002
+msgid "Display values of variables, or all if called without arguments"
+msgstr ""
+
+#: ../src/funclib.c:7004
msgid "Set the category and help description line for a function"
msgstr ""
-#: ../src/funclib.c:6374
+#: ../src/funclib.c:7005
+#, fuzzy
msgid "Sets up a help alias"
-msgstr ""
+msgstr "Menata peramban yang digunakan oleh sistem bantuan."
-#: ../src/funclib.c:6376
+#: ../src/funclib.c:7007
msgid "Identity function, returns its argument"
msgstr ""
-#: ../src/funclib.c:6378
+#: ../src/funclib.c:7009
msgid ""
"Generate random float between 0 and 1, or if size given generate vector or "
"matrix of random floats"
msgstr ""
-#: ../src/funclib.c:6380
+#: ../src/funclib.c:7011
msgid ""
"Generate random integer between 0 and max-1 inclusive, or if size given "
"generate vector or matrix of random integers"
msgstr ""
-#: ../src/funclib.c:6383 ../src/gnome-genius.c:2469
+#: ../src/funclib.c:7014 ../src/gnome-genius.c:2594
#, fuzzy
msgid "Floating point precision"
msgstr "Entri bilangan pecahan"
-#: ../src/funclib.c:6385 ../src/gnome-genius.c:2358
+#: ../src/funclib.c:7016 ../src/gnome-genius.c:2483
msgid ""
"Display 0.0 when floating point number is less than 10^-x (0=never chop)"
msgstr ""
-#: ../src/funclib.c:6388 ../src/gnome-genius.c:2381
+#: ../src/funclib.c:7019 ../src/gnome-genius.c:2506
msgid "Only chop numbers when another number is greater than 10^-x"
msgstr ""
-#: ../src/funclib.c:6389
+#: ../src/funclib.c:7020
+#, fuzzy
msgid "Maximum digits to display"
-msgstr ""
+msgstr "digit"
-#: ../src/funclib.c:6390
+#: ../src/funclib.c:7021
#, fuzzy
msgid "Maximum errors to display"
-msgstr ""
-"\n"
-"... pesan error terlampau banyak ..."
+msgstr "Kesalahan"
-#: ../src/funclib.c:6391
+#: ../src/funclib.c:7022
msgid "Output style: normal, latex, mathml or troff"
msgstr ""
-#: ../src/funclib.c:6392
+#: ../src/funclib.c:7023
msgid "Integer output base"
msgstr ""
-#: ../src/funclib.c:6393
+#: ../src/funclib.c:7024
msgid "If true, mixed fractions are printed"
msgstr ""
-#: ../src/funclib.c:6394
+#: ../src/funclib.c:7025
msgid "Print full expressions, even if more than a line"
msgstr ""
-#: ../src/funclib.c:6395
+#: ../src/funclib.c:7026
msgid "Convert all results to floats before printing"
msgstr ""
-#: ../src/funclib.c:6396
+#: ../src/funclib.c:7027
+#, fuzzy
msgid "Use scientific notation"
-msgstr ""
+msgstr "Toggle penggunaan notasi R1C1"
-#: ../src/funclib.c:6398
+#: ../src/funclib.c:7029
msgid ""
"Number of extra Miller-Rabin tests to run on a number before declaring it a "
"prime in IsPrime"
msgstr ""
-#: ../src/funclib.c:6404
+#: ../src/funclib.c:7035
msgid "Expands a matrix just like we do on unquoted matrix input"
msgstr ""
-#: ../src/funclib.c:6405
+#: ../src/funclib.c:7036
msgid "Gets the rows of a matrix as a vertical vector"
msgstr ""
-#: ../src/funclib.c:6406
+#: ../src/funclib.c:7037
msgid "Gets the columns of a matrix as a horizontal vector"
msgstr ""
-#: ../src/funclib.c:6407
+#: ../src/funclib.c:7038
msgid "Gets the diagonal entries of a matrix as a column vector"
msgstr ""
-#: ../src/funclib.c:6408
+#: ../src/funclib.c:7039
msgid "Count the number of zero columns in a matrix"
msgstr ""
-#: ../src/funclib.c:6409
+#: ../src/funclib.c:7040
msgid "Removes any all-zero columns of M"
msgstr ""
-#: ../src/funclib.c:6411
+#: ../src/funclib.c:7041
+msgid "Return a vector with the indices of the nonzero columns in a matrix"
+msgstr ""
+
+#: ../src/funclib.c:7042
+msgid "Return a vector with the indices of the nonzero elements in a vector"
+msgstr ""
+
+#: ../src/funclib.c:7044
msgid "Calculates the conjugate"
msgstr "Hitung konjugasi"
-#: ../src/funclib.c:6416
+#: ../src/funclib.c:7049
+#, fuzzy
msgid "Calculates the sine function"
-msgstr ""
+msgstr "Menghitung titik-titik pada fungsi regresi eksponensial."
-#: ../src/funclib.c:6419
+#: ../src/funclib.c:7052
+#, fuzzy
msgid "Calculates the cosine function"
-msgstr ""
+msgstr "Menghitung titik-titik pada fungsi regresi eksponensial."
-#: ../src/funclib.c:6422
+#: ../src/funclib.c:7055
+#, fuzzy
msgid "Calculates the hyperbolic sine function"
-msgstr ""
+msgstr "Mengembalikan nilai hiperbolik sinus."
-#: ../src/funclib.c:6425
+#: ../src/funclib.c:7058
+#, fuzzy
msgid "Calculates the hyperbolic cosine function"
-msgstr ""
+msgstr "Mengembalikan nilai hiperbolik cosinus."
-#: ../src/funclib.c:6428
+#: ../src/funclib.c:7061
+#, fuzzy
msgid "Calculates the tan function"
-msgstr ""
+msgstr "Menghitung titik-titik pada fungsi regresi eksponensial."
-#: ../src/funclib.c:6431
+#: ../src/funclib.c:7064
+#, fuzzy
msgid "Calculates the arctan function"
-msgstr ""
+msgstr "Menghitung titik-titik pada fungsi regresi eksponensial."
-#: ../src/funclib.c:6436
+#: ../src/funclib.c:7069
msgid "Calculates the sinc function, that is sin(x)/x"
msgstr ""
-#: ../src/funclib.c:6440
+#: ../src/funclib.c:7073
msgid "Calculates the arctan2 function (arctan(y/x) if x>0)"
msgstr ""
-#: ../src/funclib.c:6444
+#: ../src/funclib.c:7077
msgid "The number pi"
msgstr "Bilangan pi"
-#: ../src/funclib.c:6446
-#, fuzzy
+#: ../src/funclib.c:7079
msgid "The natural number e"
-msgstr "Jumlah Jangkar/Anchor"
+msgstr "Bilangan alami e"
-#: ../src/funclib.c:6448
+#: ../src/funclib.c:7081
msgid "The Golden Ratio"
msgstr "Rasio Keemasan (Golden Ratio)"
-#: ../src/funclib.c:6450
+#: ../src/funclib.c:7083
msgid "Free fall acceleration"
-msgstr ""
+msgstr "Akselerasi jatuh bebas"
-#: ../src/funclib.c:6453
+#: ../src/funclib.c:7086
+#, fuzzy
msgid "Euler's Constant gamma"
-msgstr ""
+msgstr "Konstan"
-#: ../src/funclib.c:6457
+#: ../src/funclib.c:7090
msgid "Catalan's Constant (0.915...)"
-msgstr ""
+msgstr "Konstanta Katala (0,915...)"
+
+#: ../src/funclib.c:7092
+msgid "The error function, 2/sqrt(pi) * int_0^x e^(-t^2) dt"
+msgstr "Fungsi galat, 2/akar(pi) * int_0^x e^(-t^2) dt"
-#. FUNC (ErrorFunction, 1, "x", "functions", N_("The error function, 2/sqrt(2) * int_0^x e^(-t^2) dt (only
real values implemented)"));
-#. ErrorFunction_function = f;
-#. ALIAS (erf, 1, ErrorFunction);
-#: ../src/funclib.c:6462
+#: ../src/funclib.c:7095
msgid "The Riemann zeta function (only real values implemented)"
msgstr ""
-#: ../src/funclib.c:6466
+#: ../src/funclib.c:7099
msgid "The Gamma function (only real values implemented)"
msgstr ""
-#: ../src/funclib.c:6471
+#: ../src/funclib.c:7104
+msgid "The Bessel function of first kind of order 0"
+msgstr ""
+
+#: ../src/funclib.c:7107
+msgid "The Bessel function of first kind of order 1"
+msgstr ""
+
+#: ../src/funclib.c:7110
+msgid "The Bessel function of first kind of order n"
+msgstr ""
+
+#: ../src/funclib.c:7113
+msgid "The Bessel function of second kind of order 0"
+msgstr ""
+
+#: ../src/funclib.c:7116
+msgid "The Bessel function of second kind of order 1"
+msgstr ""
+
+#: ../src/funclib.c:7119
+msgid "The Bessel function of second kind of integer order n"
+msgstr ""
+
+#: ../src/funclib.c:7122
msgid "The square root"
msgstr "Akar kuadrat"
-#: ../src/funclib.c:6475
+#: ../src/funclib.c:7126
#, fuzzy
msgid "The exponential function"
-msgstr "Fungsi berisi"
+msgstr "Menghitung titik-titik pada fungsi regresi eksponensial."
-#: ../src/funclib.c:6478
+#: ../src/funclib.c:7129
#, fuzzy
msgid "The natural logarithm"
-msgstr "Logaritma Natural"
+msgstr "Menghitung logaritma natural dari suatu bilangan."
-#: ../src/funclib.c:6481
-#, fuzzy
+#: ../src/funclib.c:7132
msgid "Logarithm of x base 2"
-msgstr "Kartu Dasar: ~a"
+msgstr "Logaritma dari x basis 2"
-#: ../src/funclib.c:6486
+#: ../src/funclib.c:7137
msgid "Logarithm of x base 10"
-msgstr ""
+msgstr "Logaritma dari x basis 10"
-#: ../src/funclib.c:6489
-#, fuzzy
+#: ../src/funclib.c:7140
msgid "Round a number"
-msgstr "Jumlah Jangkar/Anchor"
+msgstr "Bulatkan suatu bilangan"
-#: ../src/funclib.c:6493
+#: ../src/funclib.c:7144
msgid "Get the highest integer less than or equal to n"
msgstr ""
-#: ../src/funclib.c:6497
+#: ../src/funclib.c:7148
msgid "Get the lowest integer more than or equal to n"
msgstr ""
-#: ../src/funclib.c:6501
+#: ../src/funclib.c:7152
msgid "Truncate number to an integer (return the integer part)"
msgstr ""
-#: ../src/funclib.c:6506
+#: ../src/funclib.c:7157
+#, fuzzy
msgid "Make number a float"
-msgstr ""
+msgstr "Mengambang"
-#: ../src/funclib.c:6509
+#: ../src/funclib.c:7160
+#, fuzzy
msgid "Get the numerator of a rational number"
-msgstr ""
+msgstr "Dapatkan banyaknya elemen dari suatu matriks"
-#: ../src/funclib.c:6511
+#: ../src/funclib.c:7162
+#, fuzzy
msgid "Get the denominator of a rational number"
-msgstr ""
+msgstr "Dapatkan banyaknya elemen dari suatu matriks"
-#: ../src/funclib.c:6514
+#: ../src/funclib.c:7165
+#, fuzzy
msgid "Greatest common divisor"
-msgstr ""
+msgstr "Faktor persekutuan terbesar"
-#: ../src/funclib.c:6516
+#: ../src/funclib.c:7167
+#, fuzzy
msgid "Least common multiplier"
-msgstr ""
+msgstr "Penilaian Pengali"
-#: ../src/funclib.c:6518
+#: ../src/funclib.c:7169
msgid "Check a number for being a perfect square"
msgstr ""
-#: ../src/funclib.c:6519
+#: ../src/funclib.c:7170
msgid "Check a number for being any perfect power (a^b)"
msgstr ""
-#: ../src/funclib.c:6520
+#: ../src/funclib.c:7171
msgid "Return the nth prime (up to a limit)"
msgstr ""
-#: ../src/funclib.c:6522
+#: ../src/funclib.c:7173
+#, fuzzy
msgid "Tests if an integer is even"
-msgstr ""
+msgstr "Mengembalikan TRUE jikan nilainya genap."
-#: ../src/funclib.c:6523
+#: ../src/funclib.c:7174
+#, fuzzy
msgid "Tests if an integer is odd"
-msgstr ""
+msgstr "Mengembalikan TRUE jika nilainya ganjil."
-#: ../src/funclib.c:6525
+#: ../src/funclib.c:7176
msgid "Returns the least prime greater than n (if n is positive)"
msgstr ""
-#: ../src/funclib.c:6526
+#: ../src/funclib.c:7177
+#, fuzzy
msgid "Returns the nth Lucas number"
-msgstr ""
+msgstr "Mengembalikan bilangan Bernoulli ke-n"
-#: ../src/funclib.c:6527
+#: ../src/funclib.c:7178
msgid "Returns inverse of n mod m"
msgstr ""
-#: ../src/funclib.c:6528
+#: ../src/funclib.c:7179
msgid "Checks divisibility (if m divides n)"
msgstr ""
-#: ../src/funclib.c:6529
+#: ../src/funclib.c:7180
msgid ""
"Return n/d but only if d divides n else returns garbage (this is faster than "
"writing n/d)"
msgstr ""
-#: ../src/funclib.c:6530
+#: ../src/funclib.c:7181
msgid ""
"Tests primality of integers, for numbers greater than 25*10^9 false positive "
"is with low probability depending on IsPrimeMillerRabinReps"
msgstr ""
-#: ../src/funclib.c:6531
+#: ../src/funclib.c:7182
msgid "Run the strong pseudoprime test base b on n"
msgstr ""
-#: ../src/funclib.c:6532
+#: ../src/funclib.c:7183
msgid ""
"Use the Miller-Rabin primality test on n, reps number of times. The "
"probability of false positive is (1/4)^reps"
msgstr ""
-#: ../src/funclib.c:6533
+#: ../src/funclib.c:7184
msgid ""
"Use the Miller-Rabin primality test on n with enough bases that assuming the "
-"Generalized Reimann Hypothesis the result is deterministic"
+"Generalized Riemann Hypothesis the result is deterministic"
msgstr ""
-#: ../src/funclib.c:6534
+#: ../src/funclib.c:7185
+#, fuzzy
msgid "Return factorization of a number as a matrix"
-msgstr ""
+msgstr "Mengembalikan bagian di belakang koma dari suatu bilangan"
-#: ../src/funclib.c:6536
+#: ../src/funclib.c:7187
+#, fuzzy
msgid "Returns the maximum of arguments or matrix"
-msgstr ""
+msgstr "Mengembalikan nilai maksimum suatu senarai argumen."
-#: ../src/funclib.c:6539
+#: ../src/funclib.c:7190
+#, fuzzy
msgid "Returns the minimum of arguments or matrix"
-msgstr ""
+msgstr "Mengembalikan nilai minimum dari suatu senarai."
-#: ../src/funclib.c:6543
+#: ../src/funclib.c:7194
msgid "Division w/o remainder, equivalent to floor(a/b)"
msgstr ""
-#: ../src/funclib.c:6545
+#: ../src/funclib.c:7196
msgid "Calculate the Jacobi symbol (a/b) (b should be odd)"
msgstr ""
-#: ../src/funclib.c:6547
+#: ../src/funclib.c:7198
msgid ""
"Calculate the Jacobi symbol (a/b) with the Kronecker extension (a/2)=(2/a) "
"when a odd, or (a/2)=0 when a even"
msgstr ""
-#: ../src/funclib.c:6549
+#: ../src/funclib.c:7200
msgid "Calculate the Legendre symbol (a/p)"
msgstr ""
-#: ../src/funclib.c:6552
+#: ../src/funclib.c:7203
+#, fuzzy
msgid "Get the real part of a complex number"
-msgstr ""
+msgstr "Tak bisa dapatkan bilangan Lucas untuk bilangan kompleks"
-#: ../src/funclib.c:6555
+#: ../src/funclib.c:7206
+#, fuzzy
msgid "Get the imaginary part of a complex number"
-msgstr ""
+msgstr "Tak bisa dapatkan bilangan Lucas untuk bilangan kompleks"
-#: ../src/funclib.c:6559
+#: ../src/funclib.c:7210
msgid "Make an identity matrix of a given size"
msgstr ""
-#: ../src/funclib.c:6562
+#: ../src/funclib.c:7213
msgid "Make an matrix of all zeros (or a row vector)"
msgstr ""
-#: ../src/funclib.c:6564
+#: ../src/funclib.c:7215
msgid "Make an matrix of all ones (or a row vector)"
msgstr ""
-#: ../src/funclib.c:6567
+#: ../src/funclib.c:7218
+#, fuzzy
msgid "Get the number of rows of a matrix"
-msgstr ""
+msgstr "Dapatkan banyaknya elemen dari suatu matriks"
-#: ../src/funclib.c:6568
+#: ../src/funclib.c:7219
+#, fuzzy
msgid "Get the number of columns of a matrix"
-msgstr ""
+msgstr "Dapatkan banyaknya elemen dari suatu matriks"
-#: ../src/funclib.c:6569
+#: ../src/funclib.c:7220
msgid "Is a matrix square"
-msgstr ""
+msgstr "Apakah suatu matriks bujur sangkar"
-#: ../src/funclib.c:6570
+#: ../src/funclib.c:7221
msgid "Is argument a horizontal or a vertical vector"
-msgstr ""
+msgstr "Apakah argumen suatu vektor vertikal atau horisontal"
-#: ../src/funclib.c:6571
+#: ../src/funclib.c:7222
msgid "Is a matrix upper triangular"
-msgstr ""
+msgstr "Apakah suatu matriks adalah segitiga atas"
-#: ../src/funclib.c:6572
+#: ../src/funclib.c:7223
msgid "Is a matrix lower triangular"
-msgstr ""
+msgstr "Apakah suatu matriks adalah segitiga bawah"
-#: ../src/funclib.c:6573
+#: ../src/funclib.c:7224
msgid "Is a matrix diagonal"
-msgstr ""
+msgstr "Apakah suatu matriks diagonal"
-#: ../src/funclib.c:6574
+#: ../src/funclib.c:7225
msgid "Get the number of elements of a matrix"
-msgstr ""
+msgstr "Dapatkan banyaknya elemen dari suatu matriks"
-#: ../src/funclib.c:6576
+#: ../src/funclib.c:7227
msgid "Get the row echelon form of a matrix"
msgstr ""
-#: ../src/funclib.c:6580
+#: ../src/funclib.c:7231
msgid "Get the reduced row echelon form of a matrix"
msgstr ""
-#: ../src/funclib.c:6584
+#: ../src/funclib.c:7235
msgid ""
"Solve linear system Mx=V, return solution V if there is a unique solution, "
"null otherwise. Extra two reference parameters can optionally be used to "
"get the reduced M and V."
msgstr ""
-#: ../src/funclib.c:6587
+#: ../src/funclib.c:7238
msgid "Get the determinant of a matrix"
-msgstr ""
+msgstr "Dapatkan determinan dari suatu matriks"
-#: ../src/funclib.c:6590
+#: ../src/funclib.c:7241
msgid ""
"Return pivot columns of a matrix, that is columns which have a leading 1 in "
"rref form, also returns the row where they occur"
msgstr ""
-#: ../src/funclib.c:6592
+#: ../src/funclib.c:7243
+#, fuzzy
msgid "Get the nullspace of a matrix"
-msgstr ""
+msgstr "Dapatkan banyaknya elemen dari suatu matriks"
-#: ../src/funclib.c:6594
+#: ../src/funclib.c:7245
msgid "Make new matrix of given size from old one"
-msgstr ""
+msgstr "Membuat matriks baru dengan ukuran yang diberikan, dari yang lama"
-#: ../src/funclib.c:6595
+#: ../src/funclib.c:7246
msgid "Return the index complement of a vector of indexes"
msgstr ""
-#: ../src/funclib.c:6596
+#: ../src/funclib.c:7247
msgid "Get the Hermitian product of two vectors"
-msgstr ""
+msgstr "Dapatkan produk Hermitian dari dua vektor"
-#: ../src/funclib.c:6599
+#: ../src/funclib.c:7250
msgid "Check if a matrix is a matrix of numbers"
-msgstr ""
+msgstr "Periksa apakah sebuah matriks adalah matriks dari bilangan"
-#: ../src/funclib.c:6600
+#: ../src/funclib.c:7251
msgid "Check if a matrix is an integer (non-complex) matrix"
msgstr ""
+"Periksa apakah sebuah matriks adalah matriks bilangan bulat (bukan kompleks)"
-#: ../src/funclib.c:6601
+#: ../src/funclib.c:7252
msgid "Check if a matrix is a rational (non-complex) matrix"
msgstr ""
+"Periksa apakah sebuah matriks adalah matriks bilangan rasional (bukan "
+"kompleks)"
-#: ../src/funclib.c:6602
+#: ../src/funclib.c:7253
msgid "Check if a matrix is a real (non-complex) matrix"
msgstr ""
+"Periksa apakah sebuah matriks adalah matriks bilangan riil (bukan kompleks)"
-#: ../src/funclib.c:6603
+#: ../src/funclib.c:7254
msgid "Check if a matrix is positive, that is if each element is positive"
msgstr ""
+"Periksa apakah sebuah matriks positif, yaitu bahwa semua elemennya positif"
-#: ../src/funclib.c:6604
+#: ../src/funclib.c:7255
msgid ""
"Check if a matrix is nonnegative, that is if each element is nonnegative"
msgstr ""
+"Periksa apakah sebuah matriks bukan negatif, yaitu bahwa semua elemennya "
+"bukan negatif"
-#: ../src/funclib.c:6606
+#: ../src/funclib.c:7257
msgid "Check if a number or a matrix is all zeros"
-msgstr ""
+msgstr "Periksa apakah sebuah bilangan atau suatu matriks semua nol"
-#: ../src/funclib.c:6607
+#: ../src/funclib.c:7258
msgid "Check if a number or a matrix is 1 or identity respectively"
msgstr ""
+"Periksa apakah sebuah bilangan atau suatu matriks masing-masing adalah 1 "
+"atau identitas"
-#: ../src/funclib.c:6609
+#: ../src/funclib.c:7260
msgid ""
"Returns true if the element x is in the set X (where X is a vector "
"pretending to be a set)"
msgstr ""
-#: ../src/funclib.c:6610
+#: ../src/funclib.c:7261
msgid "Returns true if X is a subset of Y"
-msgstr ""
+msgstr "Mengembalikan true bila X adalah subset dari Y"
-#: ../src/funclib.c:6611
+#: ../src/funclib.c:7262
msgid ""
"Returns a set theoretic difference X-Y (X and Y are vectors pretending to be "
"sets)"
msgstr ""
-#: ../src/funclib.c:6612
+#: ../src/funclib.c:7263
msgid ""
"Returns a set theoretic intersection of X and Y (X and Y are vectors "
"pretending to be sets)"
msgstr ""
-#: ../src/funclib.c:6614
+#: ../src/funclib.c:7265
msgid "Check if argument is a null"
-msgstr ""
+msgstr "Periksa apakah argumen suatu null"
-#: ../src/funclib.c:6615
+#: ../src/funclib.c:7266
msgid "Check if argument is a number"
-msgstr ""
+msgstr "Periksa apakah argumen suatu bilangan"
-#: ../src/funclib.c:6616
+#: ../src/funclib.c:7267
msgid "Check if argument is a boolean (and not a number)"
-msgstr ""
+msgstr "Periksa apakah argumen suatu boolean (dan bukan angka)"
-#: ../src/funclib.c:6617
+#: ../src/funclib.c:7268
msgid "Check if argument is a text string"
-msgstr ""
+msgstr "Periksa apakah argumen suatu string teks"
-#: ../src/funclib.c:6618
+#: ../src/funclib.c:7269
msgid "Check if argument is a matrix"
-msgstr ""
+msgstr "Periksa apakah argumen suatu matriks"
-#: ../src/funclib.c:6619
+#: ../src/funclib.c:7270
msgid "Check if argument is a function"
-msgstr ""
+msgstr "Periksa apakah argumen suatu fungsi"
-#: ../src/funclib.c:6620
+#: ../src/funclib.c:7271
+#, fuzzy
msgid "Check if argument is a function or an identifier"
-msgstr ""
+msgstr "%s: argumen nomor %d bukan fungsi atau identifier"
-#: ../src/funclib.c:6621
+#: ../src/funclib.c:7272
+#, fuzzy
msgid "Check if argument is a function reference"
-msgstr ""
+msgstr "%s: argumen bukan suatu fungsi"
-#: ../src/funclib.c:6623
+#: ../src/funclib.c:7274
+#, fuzzy
msgid "Check if argument is a complex (non-real) number"
msgstr ""
+"Periksa apakah sebuah matriks adalah matriks bilangan riil (bukan kompleks)"
-#: ../src/funclib.c:6624
+#: ../src/funclib.c:7275
+#, fuzzy
msgid "Check if argument is a real number"
-msgstr ""
+msgstr "%s: argumen nomor %d bukan bilangan riil"
-#: ../src/funclib.c:6625
+#: ../src/funclib.c:7276
+#, fuzzy
msgid "Check if argument is an integer (non-complex)"
msgstr ""
+"Periksa apakah sebuah matriks adalah matriks bilangan bulat (bukan kompleks)"
-#: ../src/funclib.c:6626
+#: ../src/funclib.c:7277
+#, fuzzy
msgid "Check if argument is a positive real integer"
-msgstr ""
+msgstr "%s: argumen nomor %d bukan bilangan bulat positif"
-#: ../src/funclib.c:6628
+#: ../src/funclib.c:7279
msgid "Check if argument is a non-negative real integer"
msgstr ""
-#: ../src/funclib.c:6629
+#: ../src/funclib.c:7280
+#, fuzzy
msgid "Check if argument is a possibly complex integer"
msgstr ""
+"Periksa apakah sebuah matriks adalah matriks bilangan bulat (bukan kompleks)"
-#: ../src/funclib.c:6631
+#: ../src/funclib.c:7282
+#, fuzzy
msgid "Check if argument is a rational number (non-complex)"
msgstr ""
+"Periksa apakah sebuah matriks adalah matriks bilangan rasional (bukan "
+"kompleks)"
-#: ../src/funclib.c:6632
+#: ../src/funclib.c:7283
msgid "Check if argument is a possibly complex rational number"
msgstr ""
-#: ../src/funclib.c:6633
+#: ../src/funclib.c:7284
msgid "Check if argument is a floating point number (non-complex)"
msgstr ""
-#: ../src/funclib.c:6635
+#: ../src/funclib.c:7286
+#, fuzzy
msgid "Add two polynomials (vectors)"
-msgstr ""
+msgstr "Dapatkan produk Hermitian dari dua vektor"
-#: ../src/funclib.c:6636
+#: ../src/funclib.c:7287
+#, fuzzy
msgid "Subtract two polynomials (as vectors)"
-msgstr ""
+msgstr "Dapatkan produk Hermitian dari dua vektor"
-#: ../src/funclib.c:6637
+#: ../src/funclib.c:7288
+#, fuzzy
msgid "Multiply two polynomials (as vectors)"
-msgstr ""
+msgstr "Dapatkan produk Hermitian dari dua vektor"
-#: ../src/funclib.c:6638
+#: ../src/funclib.c:7289
msgid "Divide polynomial p by q, return the remainder in r"
msgstr ""
-#: ../src/funclib.c:6639
+#: ../src/funclib.c:7290
msgid "Take polynomial (as vector) derivative"
msgstr ""
-#: ../src/funclib.c:6640
+#: ../src/funclib.c:7291
msgid "Take second polynomial (as vector) derivative"
msgstr ""
-#: ../src/funclib.c:6641
+#: ../src/funclib.c:7292
msgid "Trim zeros from a polynomial (as vector)"
msgstr ""
-#: ../src/funclib.c:6642
+#: ../src/funclib.c:7293
msgid "Check if a vector is usable as a polynomial"
msgstr ""
-#: ../src/funclib.c:6643
+#: ../src/funclib.c:7294
msgid "Make string out of a polynomial (as vector)"
msgstr ""
-#: ../src/funclib.c:6644
+#: ../src/funclib.c:7295
msgid "Make function out of a polynomial (as vector)"
msgstr ""
-#: ../src/funclib.c:6646
+#: ../src/funclib.c:7297
msgid "Find roots of a quadratic polynomial (given as vector of coefficients)"
msgstr ""
-#: ../src/funclib.c:6648
+#: ../src/funclib.c:7299
msgid "Get all combinations of k numbers from 1 to n as a vector of vectors"
msgstr ""
-#: ../src/funclib.c:6649
+#: ../src/funclib.c:7300
msgid ""
"Get combination that would come after v in call to combinations, first "
"combination should be [1:k]."
msgstr ""
-#: ../src/funclib.c:6650
+#: ../src/funclib.c:7301
msgid "Get all permutations of k numbers from 1 to n as a vector of vectors"
msgstr ""
-#: ../src/funclib.c:6652
+#: ../src/funclib.c:7303
msgid "Calculate combinations (binomial coefficient)"
msgstr ""
-#: ../src/funclib.c:6655
+#: ../src/funclib.c:7306
msgid "Convert a string to a vector of ASCII values"
msgstr ""
-#: ../src/funclib.c:6656
+#: ../src/funclib.c:7307
msgid "Convert a vector of ASCII values to a string"
msgstr ""
-#: ../src/funclib.c:6658
+#: ../src/funclib.c:7309
msgid ""
"Convert a string to a vector of 0-based alphabet values (positions in the "
"alphabet string), -1's for unknown letters"
msgstr ""
-#: ../src/funclib.c:6659
+#: ../src/funclib.c:7310
msgid ""
"Convert a vector of 0-based alphabet values (positions in the alphabet "
"string) to a string"
msgstr ""
-#: ../src/funclib.c:6661
+#: ../src/funclib.c:7312
msgid ""
"Protect a variable from being modified. It will be treated as a system "
"defined variable from now on. Protected parameters can still be modified."
msgstr ""
-#: ../src/funclib.c:6662
+#: ../src/funclib.c:7313
msgid ""
"Unprotect a variable from being modified. It will be treated as a user "
"defined variable from now on."
msgstr ""
-#: ../src/funclib.c:6663
+#: ../src/funclib.c:7314
msgid ""
"Set flags for a function, currently \"PropagateMod\" and \"NoModuloArguments"
"\""
msgstr ""
-#: ../src/funclib.c:6664
+#: ../src/funclib.c:7315
msgid "Get current modulo from the context outside the function"
msgstr ""
-#: ../src/funclib.c:6665
+#: ../src/funclib.c:7316
+#, fuzzy
msgid "Check if a variable or function is defined"
-msgstr ""
+msgstr "Variabel belum didefinisikan."
-#: ../src/funclib.c:6666
+#: ../src/funclib.c:7317
msgid "Undefine a variable (including all locals and globals of the same name)"
msgstr ""
-#: ../src/funclib.c:6668
+#: ../src/funclib.c:7319
msgid ""
"Undefine all unprotected (user defined) global variables and parameters. "
"Does not reset or change protected (system) parameters."
msgstr ""
-#: ../src/funclib.c:6669
+#: ../src/funclib.c:7320
msgid ""
"Mark all currently defined variables as protected. They will be treated as "
"system defined variables from now on."
msgstr ""
-#: ../src/funclib.c:6670
+#: ../src/funclib.c:7321
msgid ""
"Return a vector of all global unprotected (user defined) variable names."
msgstr ""
-#: ../src/funclib.c:6672
+#: ../src/funclib.c:7323
msgid "Parse a string (but do not execute)"
msgstr ""
-#: ../src/funclib.c:6673
+#: ../src/funclib.c:7324
+#, fuzzy
msgid "Parse and evaluate a string"
-msgstr ""
+msgstr "STRING"
-#: ../src/funclib.c:6675
+#: ../src/funclib.c:7326
msgid "Ask a question and return a string. Optionally pass in a default."
msgstr ""
-#: ../src/funclib.c:6676
+#: ../src/funclib.c:7327
msgid ""
"Ask a question and present a list of buttons. Returns the 1-based index of "
"the button pressed (or null on failure)."
msgstr ""
-#: ../src/funclib.c:6678
+#: ../src/funclib.c:7329
msgid ""
"Integration of f by Composite Simpson's Rule on the interval [a,b] with n "
"subintervals with error of max(f'''')*h^4*(b-a)/180, note that n should be "
@@ -2942,112 +3188,125 @@ msgstr "%s: argumen nomor %d bukan angka atau matriks"
msgid "%s: argument number %d not a nonnegative integer"
msgstr "%s: argumen nomor %d bukan bilangan bulat tak negatif"
-#: ../src/funclibhelper.cP:103
+#: ../src/funclibhelper.cP:101
+#, c-format
+msgid "%s: argument number %d not a nonnegative number"
+msgstr "%s: argumen ke-%d bukan suatu bilangan yang tidak negatif"
+
+#: ../src/funclibhelper.cP:115
#, c-format
msgid "%s: argument number %d not a positive integer"
msgstr "%s: argumen nomor %d bukan bilangan bulat positif"
-#: ../src/funclibhelper.cP:113 ../src/graphing.c:2960
+#: ../src/funclibhelper.cP:125 ../src/graphing.c:3379
#, c-format
msgid "%s: argument number %d not a number"
msgstr "%s: argumen nomor %d bukan angka"
-#: ../src/funclibhelper.cP:124
+#: ../src/funclibhelper.cP:136
#, c-format
msgid "%s: argument number %d not a boolean"
msgstr "%s: argumen nomor %d bukan bool"
-#: ../src/funclibhelper.cP:135
+#: ../src/funclibhelper.cP:147
#, c-format
msgid "%s: argument number %d not a real number"
msgstr "%s: argumen nomor %d bukan bilangan riil"
-#: ../src/funclibhelper.cP:145
+#: ../src/funclibhelper.cP:157
#, c-format
msgid "%s: argument number %d not a matrix"
msgstr "%s: argumen nomor %d bukan matriks"
-#: ../src/funclibhelper.cP:156
+#: ../src/funclibhelper.cP:168
#, c-format
msgid "%s: argument number %d not a square matrix"
msgstr "%s: argumen nomor %d bukan matriks bujur sangkar"
-#: ../src/funclibhelper.cP:167
+#: ../src/funclibhelper.cP:179
#, c-format
msgid "%s: argument number %d not a matrix or null node"
msgstr "%s: argumen nomor %d bukan matriks atau node null"
-#: ../src/funclibhelper.cP:178
+#: ../src/funclibhelper.cP:190
#, c-format
msgid "%s: argument number %d not a value only matrix"
msgstr "%s: argumen nomor %d bukan suatu nilai hanya matriks"
-#: ../src/funclibhelper.cP:191
+#: ../src/funclibhelper.cP:203
#, c-format
msgid "%s: argument number %d not a value only vector"
msgstr "%s: argumen nomor %d bukan suatu nilai hanya vektor"
-#: ../src/funclibhelper.cP:201 ../src/funclibhelper.cP:212
+#: ../src/funclibhelper.cP:213 ../src/funclibhelper.cP:224
#, c-format
msgid "%s: argument number %d not a string"
msgstr "%s: argumen nomor %d bukan string"
-#: ../src/funclibhelper.cP:223
+#: ../src/funclibhelper.cP:235
#, c-format
msgid "%s: argument number %d not a function or identifier"
msgstr "%s: argumen nomor %d bukan fungsi atau identifier"
-#: ../src/genius.c:110
+#: ../src/genius.c:111
#, fuzzy, c-format
msgid "line %d: %s\n"
-msgstr "Baris"
+msgstr "Baris %d karakter %d: %s"
-#: ../src/genius.c:128
+#: ../src/genius.c:129
#, fuzzy, c-format
msgid "Too many errors! (%d followed)\n"
msgstr ""
"\n"
"... pesan error terlampau banyak ..."
-#: ../src/genius.c:156
+#: ../src/genius.c:184
msgid "Cannot locate the manual"
msgstr ""
-#: ../src/genius.c:221
+#: ../src/genius.c:214
+msgid "Cannot run lynx/links/w3m to show the manual"
+msgstr ""
+
+#: ../src/genius.c:240
#, fuzzy, c-format
msgid "Suggested: %s\n"
-msgstr "Nama Berkas Yang Disarankan"
+msgstr ""
+"INFO:\n"
+"%s\n"
-#: ../src/genius.c:267
+#: ../src/genius.c:286
#, fuzzy, c-format
msgid "Out of range!\n"
-msgstr "Di luar jangkauan"
+msgstr "Indeks berada di luar jangkauan yang telah ditentukan."
-#: ../src/genius.c:344 ../src/genius.lang.h:2 ../src/gnome-genius.c:830
-#: ../src/gnome-genius.c:875
+#: ../src/genius.c:363 ../src/genius.lang.h:2 ../src/gnome-genius.c:846
+#: ../src/gnome-genius.c:891
msgid "Genius"
msgstr "Genius"
-#: ../src/genius.c:377 ../src/genius.c:386 ../src/genius.c:393
-#: ../src/genius.c:402
+#: ../src/genius.c:396 ../src/genius.c:405 ../src/genius.c:412
+#: ../src/genius.c:421
#, c-format
msgid "%s should be between %d and %d, using %d"
msgstr "%s mesti di antara %d dan %d, memakai %d"
# typo: greater then -> greater than
-#: ../src/genius.c:421 ../src/genius.c:430
+#: ../src/genius.c:440 ../src/genius.c:449
#, c-format
msgid "%s should be greater then or equal to %d, using %d"
msgstr "%s mesti lebih dari atau sama dengan %d, memakai %d"
-#: ../src/genius.c:478
+#: ../src/genius.c:497
#, c-format
msgid ""
"Genius %s\n"
"%s%s\n"
msgstr ""
+"Genius %s\n"
+"%s%s\n"
-#: ../src/genius.c:489
+#: ../src/genius.c:508
#, c-format
msgid ""
"Genius %s usage:\n"
@@ -3076,33 +3335,32 @@ msgid ""
"\n"
msgstr ""
-#: ../src/genius.c:519
+#: ../src/genius.c:538
#, c-format
msgid ""
"Can't specify both an expression and files to execute on the command line"
msgstr ""
-#: ../src/genius.c:530
+#: ../src/genius.c:549
#, c-format
msgid ""
"Genius %s\n"
"%s\n"
"This is free software with ABSOLUTELY NO WARRANTY.\n"
"For license details type `warranty'.\n"
-"For help type 'manual' or 'help'.%s\n"
+"For help type `manual' or `help'.%s\n"
"\n"
msgstr ""
-#: ../src/genius.c:603 ../src/gnome-genius.c:5138
+#: ../src/genius.c:622 ../src/gnome-genius.c:5461
msgid ""
"The only thing that interferes with my learning is my education. -- Albert "
"Einstein"
msgstr ""
-#: ../src/genius.c:624 ../src/genius.c:695
-#, fuzzy
+#: ../src/genius.c:643 ../src/genius.c:714
msgid "Can't open file"
-msgstr "Mengapa saya tak bisa membuka berkas?"
+msgstr "Tak bisa membuka berkas"
#: ../src/genius.lang.h:1
msgid "Scripts"
@@ -3113,405 +3371,404 @@ msgid "String"
msgstr "String"
#: ../src/genius.lang.h:4
-#, fuzzy
msgid "Line Comment"
-msgstr "Beri/Hapus Komentar"
+msgstr "Komentar Baris"
#: ../src/genius.lang.h:5
-#, fuzzy
msgid "Base-N Integers"
-msgstr "Kartu Dasar: ~a"
+msgstr "Bilangan Bulat Basis N"
#: ../src/genius.lang.h:6
-#, fuzzy
msgid "Decimal Integers"
-msgstr "Angka Di Belakang Koma"
+msgstr "Bilangan Bulat Desimal"
#: ../src/genius.lang.h:7
msgid "Floats"
-msgstr ""
+msgstr "Float"
#: ../src/genius.lang.h:8
msgid "Commands"
msgstr "Perintah"
#: ../src/genius.lang.h:9
-#, fuzzy
msgid "Keywords"
-msgstr "Kata kunci"
+msgstr "Kata Kunci"
-#: ../src/gnome-genius.c:256
+#: ../src/gnome-genius.c:263
msgid "_File"
msgstr "_Berkas"
#. name, stock id, label
-#: ../src/gnome-genius.c:257
+#: ../src/gnome-genius.c:264
msgid "_Edit"
msgstr "_Sunting"
#. name, stock id, label
-#: ../src/gnome-genius.c:258
+#: ../src/gnome-genius.c:265
msgid "_Calculator"
msgstr "_Kalkulator"
#. name, stock id, label
-#: ../src/gnome-genius.c:259
-#, fuzzy
+#: ../src/gnome-genius.c:266
msgid "P_lugins"
-msgstr "P_lugin"
+msgstr "_Pengaya"
#. name, stock id, label
-#: ../src/gnome-genius.c:260
-#, fuzzy
+#: ../src/gnome-genius.c:267
+msgid "E_xamples"
+msgstr "_Contoh"
+
+#. name, stock id, label
+#: ../src/gnome-genius.c:268
msgid "_Programs"
-msgstr "Program"
+msgstr "_Program"
#. name, stock id, label
-#: ../src/gnome-genius.c:261
-#, fuzzy
+#: ../src/gnome-genius.c:269
msgid "_Settings"
msgstr "_Pengaturan"
#. name, stock id, label
-#: ../src/gnome-genius.c:262
-#, fuzzy
+#: ../src/gnome-genius.c:270
msgid "_Help"
-msgstr "Ba_ntuan"
+msgstr "_Bantuan"
#. name, stock id, label
#. name, stock id
-#: ../src/gnome-genius.c:264
-#, fuzzy
+#: ../src/gnome-genius.c:272
msgid "_New Program"
-msgstr "Jalankan program"
+msgstr "Progra_m Baru"
#. label, accelerator
-#: ../src/gnome-genius.c:265 ../src/gnome-genius.c:269
-#, fuzzy
+#: ../src/gnome-genius.c:273 ../src/gnome-genius.c:277
msgid "Create new program tab"
-msgstr "Membuat kelompok tab baru"
+msgstr "Buat tab program baru"
-#: ../src/gnome-genius.c:268
+#: ../src/gnome-genius.c:276
msgid "New"
msgstr "Baru"
#. name, stock id
-#: ../src/gnome-genius.c:272
+#: ../src/gnome-genius.c:280
msgid "_Open..."
msgstr "_Buka…"
#. label, accelerator
-#: ../src/gnome-genius.c:273 ../src/gnome-genius.c:277
-#, fuzzy
+#: ../src/gnome-genius.c:281 ../src/gnome-genius.c:285
msgid "Open a file"
-msgstr "Buka suatu berkas"
+msgstr "Buka sebuah berkas"
-#: ../src/gnome-genius.c:276
+#: ../src/gnome-genius.c:284
msgid "Open"
msgstr "Buka"
-#: ../src/gnome-genius.c:279
+#: ../src/gnome-genius.c:287
#, fuzzy
msgid "Open R_ecent"
-msgstr "A_plikasi baru-baru ini:"
+msgstr "^r"
#. name, stock id, label
#. name, stock id
-#: ../src/gnome-genius.c:281
+#: ../src/gnome-genius.c:289
msgid "_Save"
msgstr "_Simpan"
#. label, accelerator
-#: ../src/gnome-genius.c:282
-#, fuzzy
+#: ../src/gnome-genius.c:290
msgid "Save current file"
msgstr "Simpan berkas kini"
-#: ../src/gnome-genius.c:285
+#: ../src/gnome-genius.c:293
#, fuzzy
msgid "Save All _Unsaved"
-msgstr "Simpan semua berkas"
+msgstr "Simpan Semu_a"
-#: ../src/gnome-genius.c:286
+#: ../src/gnome-genius.c:294
+#, fuzzy
msgid "Save all unsaved programs"
-msgstr ""
+msgstr "Simpan Semu_a"
-#: ../src/gnome-genius.c:289
+#: ../src/gnome-genius.c:297
msgid "Save _As..."
msgstr "Simp_an Sebagai…"
-#: ../src/gnome-genius.c:290
-#, fuzzy
+#: ../src/gnome-genius.c:298
msgid "Save to a file"
-msgstr "Untuk Menyimpan Berkas"
+msgstr "Simpan ke sebuah berkas"
-#: ../src/gnome-genius.c:293
+#: ../src/gnome-genius.c:301
#, fuzzy
msgid "_Reload from Disk"
-msgstr "Mengembalikan %s dari diska"
+msgstr "Muat ulang berkas citra dari disk"
-#: ../src/gnome-genius.c:294
+#: ../src/gnome-genius.c:302
+#, fuzzy
msgid "Reload the selected program from disk"
-msgstr ""
+msgstr "Muat ulang berkas citra dari disk"
-#: ../src/gnome-genius.c:297
+#: ../src/gnome-genius.c:305
msgid "_Close"
msgstr "_Tutup"
-#: ../src/gnome-genius.c:298
+#: ../src/gnome-genius.c:306
msgid "Close the current file"
msgstr "Tutup berkas yang aktif sekarang"
-#: ../src/gnome-genius.c:301
+#: ../src/gnome-genius.c:309
#, fuzzy
msgid "_Load and Run..."
-msgstr "Muat Target yang akan dijalankan"
+msgstr "_Jalankan"
-#: ../src/gnome-genius.c:302
+#: ../src/gnome-genius.c:310
+#, fuzzy
msgid "Load and execute a file in genius"
-msgstr ""
+msgstr "Berkas deskripsi dekstop untuk dieksekusi sebagai pemantau sistem"
-#: ../src/gnome-genius.c:305
+#: ../src/gnome-genius.c:313
msgid "Save Console Ou_tput..."
msgstr ""
-#: ../src/gnome-genius.c:306
+#: ../src/gnome-genius.c:314
msgid ""
"Save what is visible on the console (including scrollback) to a text file"
msgstr ""
-#: ../src/gnome-genius.c:309
+#: ../src/gnome-genius.c:317
msgid "_Quit"
msgstr "_Keluar"
-#: ../src/gnome-genius.c:310
+#: ../src/gnome-genius.c:318
msgid "Quit"
msgstr "Keluar"
-#: ../src/gnome-genius.c:314
+#: ../src/gnome-genius.c:322
#, fuzzy
msgid "_Undo"
-msgstr "_Tak Jadi"
+msgstr "Batal"
-#: ../src/gnome-genius.c:315
+#: ../src/gnome-genius.c:323
#, fuzzy
msgid "Undo the last action"
-msgstr "Batalkan aksi terakhir"
+msgstr "Membatalkan aksi terakhir"
-#: ../src/gnome-genius.c:318
+#: ../src/gnome-genius.c:326
#, fuzzy
msgid "_Redo"
-msgstr "_Jadi Lagi"
+msgstr "Ulang"
-#: ../src/gnome-genius.c:319
+#: ../src/gnome-genius.c:327
#, fuzzy
msgid "Redo the undone action"
-msgstr "Jalankan aksi yang telah dibatalkan"
+msgstr "Mengulang aksi yang telah dibatalkan"
-#: ../src/gnome-genius.c:323
+#: ../src/gnome-genius.c:331
msgid "Cu_t"
msgstr "Po_tong"
-#: ../src/gnome-genius.c:324
-#, fuzzy
+#: ../src/gnome-genius.c:332
msgid "Cut the selection"
msgstr "Potong pilihan"
-#: ../src/gnome-genius.c:327
+#: ../src/gnome-genius.c:335
msgid "_Copy"
msgstr "_Salin"
-#: ../src/gnome-genius.c:328
+#: ../src/gnome-genius.c:336
#, fuzzy
msgid "Copy the selection"
-msgstr "Salin pilihan"
+msgstr "_Salin pilihan"
-#: ../src/gnome-genius.c:331
+#: ../src/gnome-genius.c:339
msgid "_Paste"
msgstr "Tem_pel"
-#: ../src/gnome-genius.c:332
+#: ../src/gnome-genius.c:340
#, fuzzy
msgid "Paste the clipboard"
msgstr "Ambil dari papan tempel"
-#: ../src/gnome-genius.c:335
+#: ../src/gnome-genius.c:343
msgid "Copy Answer As Plain Te_xt"
msgstr ""
-#: ../src/gnome-genius.c:336
+#: ../src/gnome-genius.c:344
msgid "Copy last answer into the clipboard in plain text"
msgstr ""
-#: ../src/gnome-genius.c:339
+#: ../src/gnome-genius.c:347
+#, fuzzy
msgid "Copy Answer As _LaTeX"
-msgstr ""
+msgstr "Jawaban Lengkap"
-#: ../src/gnome-genius.c:340
+#: ../src/gnome-genius.c:348
msgid "Copy last answer into the clipboard as LaTeX"
msgstr ""
-#: ../src/gnome-genius.c:343
+#: ../src/gnome-genius.c:351
+#, fuzzy
msgid "Copy Answer As _MathML"
-msgstr ""
+msgstr "Impor MathML dari Papan Klip"
-#: ../src/gnome-genius.c:344
+#: ../src/gnome-genius.c:352
msgid "Copy last answer into the clipboard as MathML"
msgstr ""
-#: ../src/gnome-genius.c:347
+#: ../src/gnome-genius.c:355
+#, fuzzy
msgid "Copy Answer As T_roff"
-msgstr ""
+msgstr "Tak bisa menyalin direktori secara rekursif"
-#: ../src/gnome-genius.c:348
+#: ../src/gnome-genius.c:356
msgid "Copy last answer into the clipboard as Troff eqn"
msgstr ""
-#: ../src/gnome-genius.c:351
+#: ../src/gnome-genius.c:359
#, fuzzy
msgid "_Run"
msgstr "_Jalankan"
-#: ../src/gnome-genius.c:352
+#: ../src/gnome-genius.c:360
#, fuzzy
msgid "Run current program"
-msgstr "Jalankan program iPod"
+msgstr "Jalankan program"
-#: ../src/gnome-genius.c:355
+#: ../src/gnome-genius.c:363
#, fuzzy
msgid "_Interrupt"
-msgstr "Interupsi"
+msgstr "Interupsi Makro"
-#: ../src/gnome-genius.c:356
+#: ../src/gnome-genius.c:364
#, fuzzy
msgid "Interrupt current calculation"
-msgstr "Mata uang untuk perhitungan saat ini"
+msgstr "Interupsi Makro"
-#: ../src/gnome-genius.c:359
+#: ../src/gnome-genius.c:367
#, fuzzy
msgid "Show _Full Answer"
-msgstr "Tampilkan seluruh isi vCard"
+msgstr "Jawaban Lengkap"
-#: ../src/gnome-genius.c:360
+#: ../src/gnome-genius.c:368
+#, fuzzy
msgid "Show the full text of last answer"
-msgstr ""
+msgstr "Tampilkan Teks Lengkap"
-#: ../src/gnome-genius.c:363
+#: ../src/gnome-genius.c:371
#, fuzzy
msgid "Show User _Variables"
-msgstr "Tunjukkan variabel yang diperlukan"
+msgstr "Tampilkan berkas yang didefinisikan oleh pengguna"
-#: ../src/gnome-genius.c:364
+#: ../src/gnome-genius.c:372
msgid "Show the current value of all user variables"
msgstr ""
-#: ../src/gnome-genius.c:367
+#: ../src/gnome-genius.c:375
#, fuzzy
msgid "_Monitor a Variable"
-msgstr "Teks variabel"
+msgstr "Variabel"
-#: ../src/gnome-genius.c:368
+#: ../src/gnome-genius.c:376
+#, fuzzy
msgid "Monitor a variable continuously"
-msgstr ""
+msgstr "Variabel"
-#: ../src/gnome-genius.c:371
+#: ../src/gnome-genius.c:379
msgid "_Plot..."
-msgstr ""
+msgstr "_Plot..."
-#: ../src/gnome-genius.c:372 ../src/gnome-genius.c:376
+#: ../src/gnome-genius.c:380 ../src/gnome-genius.c:384
msgid "Plot functions, vector fields, surfaces, etc..."
msgstr ""
-#: ../src/gnome-genius.c:375 ../src/gnome-genius.c:570 ../src/graphing.c:6022
+#: ../src/gnome-genius.c:383 ../src/gnome-genius.c:586 ../src/graphing.c:7259
msgid "_Plot"
-msgstr ""
+msgstr "_Plot"
-#: ../src/gnome-genius.c:379
-#, fuzzy
+#: ../src/gnome-genius.c:387
msgid "_Next Tab"
-msgstr "Tab Selanjut_nya"
+msgstr "Tab Sela_njutnya"
-#: ../src/gnome-genius.c:380
-#, fuzzy
+#: ../src/gnome-genius.c:388
msgid "Go to next tab"
-msgstr "Pi_ndah ke tab selanjutnya"
+msgstr "Ke tab selanjutnya"
-#: ../src/gnome-genius.c:383
-#, fuzzy
+#: ../src/gnome-genius.c:391
msgid "_Previous Tab"
-msgstr "Ta_b Sebelumnya"
+msgstr "Tab Se_belumnya"
-#: ../src/gnome-genius.c:384
-#, fuzzy
+#: ../src/gnome-genius.c:392
msgid "Go to previous tab"
-msgstr "_Pindah ke tab sebelumnya"
+msgstr "Ke tab sebelumnya"
-#: ../src/gnome-genius.c:387
+#: ../src/gnome-genius.c:395
msgid "_Console"
msgstr "_Konsol"
-#: ../src/gnome-genius.c:388
+#: ../src/gnome-genius.c:396
msgid "Go to the console tab"
-msgstr ""
+msgstr "Ke tab konsol"
-#: ../src/gnome-genius.c:391
+#: ../src/gnome-genius.c:399
msgid "_Preferences"
msgstr "_Preferensi"
-#: ../src/gnome-genius.c:392
+#: ../src/gnome-genius.c:400
msgid "Configure Genius"
msgstr "Konfigurasikan Genius"
-#: ../src/gnome-genius.c:395
+#: ../src/gnome-genius.c:403
msgid "_Contents"
msgstr "_Isi"
-#: ../src/gnome-genius.c:396
+#: ../src/gnome-genius.c:404
+#, fuzzy
msgid "View the Genius manual"
-msgstr ""
+msgstr "Genius"
-#: ../src/gnome-genius.c:399
+#: ../src/gnome-genius.c:407
#, fuzzy
msgid "_Help on Function"
-msgstr "Perambang Bantuan Fungsi Gnumeric"
+msgstr "Bantuan atas Fungsi"
-#: ../src/gnome-genius.c:400
+#: ../src/gnome-genius.c:408
+#, fuzzy
msgid "Help on a function or a command"
-msgstr ""
+msgstr "Bantuan atas Fungsi"
-#: ../src/gnome-genius.c:403
+#: ../src/gnome-genius.c:411
+#, fuzzy
msgid "_Warranty"
msgstr ""
+"GNOME Commander didistribusikan dengan harapan dapat berguna, tetapi TANPA "
+"ADANYA JAMINAN; termasuk tanpa jaminan DAYA JUAL atau KELAIKAN UNTUK TUJUAN "
+"TERTENTU. Lihat GNU General Public License untuk rincian lebih lanjut."
-#: ../src/gnome-genius.c:404
+#: ../src/gnome-genius.c:412
#, fuzzy
msgid "Display warranty information"
-msgstr "Tampilkan dialog informasi teks"
+msgstr "Tampilkan informasi tentang citra ini"
-#: ../src/gnome-genius.c:407
+#: ../src/gnome-genius.c:415
msgid "_About"
msgstr "Tent_ang"
-#: ../src/gnome-genius.c:408
+#: ../src/gnome-genius.c:416
msgid "About Genius"
msgstr "Tentang Genius"
-#: ../src/gnome-genius.c:934
-#, fuzzy
+#: ../src/gnome-genius.c:956
msgid "Help on Function"
-msgstr "Perambang Bantuan Fungsi Gnumeric"
+msgstr "Bantuan atas Fungsi"
-#: ../src/gnome-genius.c:952
-#, fuzzy
+#: ../src/gnome-genius.c:974
msgid "Function or command name:"
-msgstr "function name { PERINTAH; } atau name () { PERINTAH ; }"
+msgstr "Nama perintah atau fungsi:"
-#: ../src/gnome-genius.c:985
+#: ../src/gnome-genius.c:1031 ../src/gnome-genius.c:1885
#, fuzzy, c-format
msgid "<b>Help on %s not found</b>"
msgstr "Dokumen bantuan %s/%s tidak ditemukan"
-#: ../src/gnome-genius.c:989
+#: ../src/gnome-genius.c:1035
#, c-format
msgid ""
"<b>Help on %s not found</b>\n"
@@ -3519,106 +3776,81 @@ msgid ""
"Perhaps you meant %s."
msgstr ""
-#: ../src/gnome-genius.c:1044
+#: ../src/gnome-genius.c:1091
msgid "Error"
msgstr "Galat"
-#: ../src/gnome-genius.c:1046
-#, fuzzy
+#: ../src/gnome-genius.c:1093
msgid "Information"
msgstr "Informasi"
-#: ../src/gnome-genius.c:1132
-#, fuzzy
-msgid ""
-"Global variables:\n"
-"\n"
-msgstr "Variabel Global"
-
-#: ../src/gnome-genius.c:1165
-msgid ""
-"\n"
-"Function call stack:\n"
-msgstr ""
-
-#: ../src/gnome-genius.c:1167 ../src/gnome-genius.c:1226
-msgid ""
-"(depth of context in parentheses)\n"
-"\n"
-msgstr ""
-
-#: ../src/gnome-genius.c:1224
-#, fuzzy
-msgid ""
-"\n"
-"Local variables:\n"
-msgstr "Variabel Lingkungan:"
-
-#: ../src/gnome-genius.c:1278
+#: ../src/gnome-genius.c:1323
#, fuzzy
msgid "User Variable Listing"
msgstr "%s bukan suatu variabel pengguna"
-#: ../src/gnome-genius.c:1386
+#: ../src/gnome-genius.c:1431
#, c-format
msgid "%s undefined"
msgstr "%s tak terdefinisi"
#. printed before a global variable
-#: ../src/gnome-genius.c:1421
+#: ../src/gnome-genius.c:1466
msgid "(global) "
msgstr "(global) "
#. printed before local variable in certain
#. * context
-#: ../src/gnome-genius.c:1425
+#: ../src/gnome-genius.c:1470
#, fuzzy, c-format
msgid "(context %d) "
-msgstr "Konteks"
+msgstr "Gagal menginisialisasi konteks MD5: %d."
-#: ../src/gnome-genius.c:1447
+#: ../src/gnome-genius.c:1492
#, c-format
msgid "%s not a user variable"
msgstr "%s bukan suatu variabel pengguna"
-#: ../src/gnome-genius.c:1481
-#, fuzzy, c-format
+#: ../src/gnome-genius.c:1526
+#, c-format
msgid "Monitoring: %s"
-msgstr "Pemantauan Berkas"
+msgstr "Pemantauan: %s"
-#: ../src/gnome-genius.c:1529
+#: ../src/gnome-genius.c:1574
#, fuzzy
msgid "Update continuously"
-msgstr "Upd_ate otomatis"
+msgstr "Perbahar~ui"
-#: ../src/gnome-genius.c:1560
+#: ../src/gnome-genius.c:1605
#, fuzzy
msgid "Monitor a Variable"
-msgstr "Teks variabel"
+msgstr "Variabel"
-#: ../src/gnome-genius.c:1577
+#: ../src/gnome-genius.c:1622
msgid "Variable name:"
msgstr "Nama variabel:"
#. error
#. always textbox
-#: ../src/gnome-genius.c:1633
+#: ../src/gnome-genius.c:1678
msgid "Full Answer"
msgstr "Jawaban Lengkap"
-#: ../src/gnome-genius.c:1649
+#: ../src/gnome-genius.c:1695
#, c-format
msgid ""
"\n"
"Too many errors! (%d followed)"
msgstr ""
-#: ../src/gnome-genius.c:1664
-#, c-format
-msgid "\\e[01;31mToo many errors! (%d followed)\\e[0m\n"
+#: ../src/gnome-genius.c:1711
+#, fuzzy, c-format
+msgid "e[01;31mToo many errors! (%d followed)e[0m\n"
msgstr ""
+"\n"
+"... pesan error terlampau banyak ..."
-#: ../src/gnome-genius.c:1803
+#: ../src/gnome-genius.c:1895 ../src/gnome-genius.c:1930
#, fuzzy, c-format
msgid ""
"<b>Cannot display help</b>\n"
@@ -3626,11 +3858,11 @@ msgid ""
"%s"
msgstr "Tidak bisa menampilkan bantuan"
-#: ../src/gnome-genius.c:1879
+#: ../src/gnome-genius.c:2005
msgid "Nils Barth (initial implementation of parts of the GEL library)"
msgstr ""
-#: ../src/gnome-genius.c:1880
+#: ../src/gnome-genius.c:2006
msgid "Adrian E. Feiguin <feiguin ifir edu ar> (GtkExtra - plotting widgetry)"
msgstr "Adrian E. Feiguin <feiguin ifir edu ar> (GtkExtra - plotting widgetry)"
@@ -3638,301 +3870,328 @@ msgstr "Adrian E. Feiguin <feiguin ifir edu ar> (GtkExtra - plotting widgetry)"
#. * which will give them credit in the About box.
#. * E.g. "Fulano de Tal <fulano detal com>"
#.
-#: ../src/gnome-genius.c:1894
+#: ../src/gnome-genius.c:2020
msgid "translator-credits"
-msgstr "Andika Triwidada <andika gmail com>, 2012."
+msgstr "Andika Triwidada <andika gmail com>, 2012, 2017."
-#: ../src/gnome-genius.c:1942
+#: ../src/gnome-genius.c:2068
+#, fuzzy
msgid "Genius Mathematical Tool"
-msgstr ""
+msgstr "Lingkungan _Matematis - $...$"
-#: ../src/gnome-genius.c:1946
-msgid "The Gnome calculator style edition of the Genius Mathematical Tool."
+#: ../src/gnome-genius.c:2072
+msgid "The GNOME calculator style edition of the Genius Mathematical Tool."
msgstr ""
-#: ../src/gnome-genius.c:2136
+#: ../src/gnome-genius.c:2261
msgid ""
"Genius is executing something, and furthermore there are unsaved programs.\n"
"Are you sure you wish to quit?"
msgstr ""
-#: ../src/gnome-genius.c:2144
+#: ../src/gnome-genius.c:2269
msgid "There are unsaved programs, are you sure you wish to quit?"
msgstr ""
-#: ../src/gnome-genius.c:2151
+#: ../src/gnome-genius.c:2276
msgid "Genius is executing something, are you sure you wish to quit?"
msgstr ""
-#: ../src/gnome-genius.c:2158
+#: ../src/gnome-genius.c:2283
#, fuzzy
msgid "Are you sure you wish to quit?"
-msgstr "Anda yakin ingin keluar?"
+msgstr "Anda yakin ingin menghapus sambungan %s?"
-#: ../src/gnome-genius.c:2272
+#: ../src/gnome-genius.c:2397
#, fuzzy
msgid "Genius Setup"
-msgstr "Atur Halaman"
+msgstr "Genius"
-#: ../src/gnome-genius.c:2290
+#: ../src/gnome-genius.c:2415
msgid "Output"
msgstr "Keluaran"
-#: ../src/gnome-genius.c:2293
+#: ../src/gnome-genius.c:2418
+#, fuzzy
msgid "Number/Expression output options"
-msgstr ""
+msgstr "Opsi keluaran:"
-#: ../src/gnome-genius.c:2303
+#: ../src/gnome-genius.c:2428
msgid "Maximum digits to output (0=unlimited)"
msgstr ""
-#: ../src/gnome-genius.c:2323
+#: ../src/gnome-genius.c:2448
#, fuzzy
msgid "Results as floats"
-msgstr "_Simpan Hasil sebagai..."
+msgstr "Float"
-#: ../src/gnome-genius.c:2331
+#: ../src/gnome-genius.c:2456
+#, fuzzy
msgid "Floats in scientific notation"
-msgstr ""
+msgstr "Ilmiah"
-#: ../src/gnome-genius.c:2339
+#: ../src/gnome-genius.c:2464
+#, fuzzy
msgid "Always print full expressions"
-msgstr ""
+msgstr "Cetak URI lengkap"
-#: ../src/gnome-genius.c:2347
+#: ../src/gnome-genius.c:2472
+#, fuzzy
msgid "Use mixed fractions"
-msgstr ""
+msgstr "Pecahan detik bagi tag <Exif.DateTime>."
-#: ../src/gnome-genius.c:2400
+#: ../src/gnome-genius.c:2525
msgid "Remember output settings across sessions"
msgstr ""
-#: ../src/gnome-genius.c:2410
+#: ../src/gnome-genius.c:2535
msgid ""
"Should the output settings in the \"Number/Expression output options\" frame "
"be remembered for next session. Does not apply to the \"Error/Info output "
"options\" frame."
msgstr ""
-#: ../src/gnome-genius.c:2415
+#: ../src/gnome-genius.c:2540
+#, fuzzy
msgid "Error/Info output options"
-msgstr ""
+msgstr "Opsi keluaran:"
-#: ../src/gnome-genius.c:2423
+#: ../src/gnome-genius.c:2548
#, fuzzy
msgid "Display errors in a dialog"
-msgstr "Tampilkan informasi halaman dalam suatu dialog"
+msgstr "Buka dialog navigasi tampilan"
-#: ../src/gnome-genius.c:2431
+#: ../src/gnome-genius.c:2556
#, fuzzy
msgid "Display information messages in a dialog"
-msgstr "Tampilkan informasi halaman dalam suatu dialog"
+msgstr "Buka dialog navigasi tampilan"
-#: ../src/gnome-genius.c:2442
+#: ../src/gnome-genius.c:2567
msgid "Maximum errors to display (0=unlimited)"
msgstr ""
-#: ../src/gnome-genius.c:2466
+#: ../src/gnome-genius.c:2591
msgid "Precision"
msgstr "Presisi"
-#: ../src/gnome-genius.c:2476
+#: ../src/gnome-genius.c:2601
msgid ""
"NOTE: The floating point precision might not take effect\n"
"for all numbers immediately, only new numbers calculated\n"
"and new variables will be affected."
msgstr ""
-#: ../src/gnome-genius.c:2485
+#: ../src/gnome-genius.c:2610
+#, fuzzy
msgid "Floating point precision (bits)"
-msgstr ""
+msgstr "Tidak dapat mengurai '%s' sebagai angka floating point"
-#: ../src/gnome-genius.c:2504
+#: ../src/gnome-genius.c:2629
msgid "Remember precision setting across sessions"
msgstr ""
-#: ../src/gnome-genius.c:2513
+#: ../src/gnome-genius.c:2638
msgid "Should the precision setting be remembered for next session."
msgstr ""
-#: ../src/gnome-genius.c:2521
+#: ../src/gnome-genius.c:2646
msgid "Terminal"
msgstr "Terminal"
-#: ../src/gnome-genius.c:2523
+#: ../src/gnome-genius.c:2648
msgid "Terminal options"
msgstr "Opsi terminal"
-#: ../src/gnome-genius.c:2532
+#: ../src/gnome-genius.c:2657
#, fuzzy
msgid "Scrollback lines"
-msgstr "Lipat baris"
+msgstr ""
+"Cacah baris yang disisakan pada saat menggulung layar ke belakang. Anda "
+"dapat menggulung layar ke belakang sebanyak cacah baris ini; baris yang "
+"tidak cukup akan dibuang. Bila scrollback_unlimited benar, nilai ini "
+"diabaikan."
-#: ../src/gnome-genius.c:2555
-#, fuzzy
+#: ../src/gnome-genius.c:2680
msgid "Font:"
msgstr "Fonta:"
-#: ../src/gnome-genius.c:2566
+#: ../src/gnome-genius.c:2691
#, fuzzy
msgid "Black on white"
-msgstr "Hitam atas putih"
+msgstr "Hitam & putih"
-#: ../src/gnome-genius.c:2574
+#: ../src/gnome-genius.c:2699
msgid "Blinking cursor"
msgstr "Kursor berkedip"
-#: ../src/gnome-genius.c:2587
+#: ../src/gnome-genius.c:2712
msgid "Memory"
msgstr "Memori"
-#: ../src/gnome-genius.c:2590
+#: ../src/gnome-genius.c:2715
#, fuzzy
msgid "Limits"
-msgstr "Batas"
+msgstr ""
+"Ukuran maksimum yang akan dipakai untuk tembolok halaman yang dirender, "
+"membatasi level zum maksimum."
-#: ../src/gnome-genius.c:2597
+#: ../src/gnome-genius.c:2722
msgid ""
"When the limit is reached you will be asked if\n"
"you wish to interrupt the calculation or continue.\n"
"Setting to 0 disables the limit."
msgstr ""
-#: ../src/gnome-genius.c:2606
+#: ../src/gnome-genius.c:2731
+#, fuzzy
msgid "Maximum number of nodes to allocate"
-msgstr ""
+msgstr "Cacah maksimum baris:"
-#: ../src/gnome-genius.c:2646
+#: ../src/gnome-genius.c:2771
msgid ""
"<b>Genius is currently executing something.</b>\n"
"\n"
"Please try again later or interrupt the current operation."
msgstr ""
-#: ../src/gnome-genius.c:2674
+#: ../src/gnome-genius.c:2814
msgid "GEL files"
msgstr "Berkas GEL"
-#: ../src/gnome-genius.c:2679 ../src/graphing.c:1115
+#: ../src/gnome-genius.c:2819 ../src/graphing.c:1241
msgid "All files"
msgstr "Semua berkas"
-#: ../src/gnome-genius.c:2703 ../src/gnome-genius.c:3594
+#: ../src/gnome-genius.c:2843 ../src/gnome-genius.c:3862
msgid "Cannot open file!"
msgstr "Tak bisa membuka berkas!"
-#: ../src/gnome-genius.c:2713 ../src/gnome-genius.c:4074
+#: ../src/gnome-genius.c:2853 ../src/gnome-genius.c:4348
#, fuzzy
msgid "Output from "
-msgstr "Berlaku sejak:"
+msgstr ""
+"Tidak dapat membaca hasil keluaran perintah\n"
+"\n"
+"Detail: %s"
-#: ../src/gnome-genius.c:2729 ../src/gnome-genius.c:4145
+#: ../src/gnome-genius.c:2870 ../src/gnome-genius.c:4420
#, fuzzy
msgid "End"
-msgstr "Akhir"
+msgstr "End"
-#: ../src/gnome-genius.c:2748
+#: ../src/gnome-genius.c:2889
#, fuzzy
msgid "Load and Run"
-msgstr "Muat Target yang akan dijalankan"
+msgstr "_Jalankan"
-#: ../src/gnome-genius.c:2752
+#: ../src/gnome-genius.c:2893
msgid "_Load"
msgstr "_Muat"
-#: ../src/gnome-genius.c:3264
+#: ../src/gnome-genius.c:3442
msgid "Cannot open file"
msgstr "Tak bisa membuka berkas"
#. context
-#: ../src/gnome-genius.c:3299 ../src/gnome-genius.c:4745
+#: ../src/gnome-genius.c:3477 ../src/gnome-genius.c:5063
#, fuzzy, c-format
msgid "Line: %d"
-msgstr "Baris"
+msgstr "Galat pada baris ke-%d: %s"
-#: ../src/gnome-genius.c:3488
+#: ../src/gnome-genius.c:3609
+msgid ""
+"The program you are closing is unsaved, are you sure you wish to close it "
+"without saving?"
+msgstr ""
+
+#: ../src/gnome-genius.c:3741
#, fuzzy, c-format
msgid "Program_%d.gel"
-msgstr "Jalankan program"
+msgstr "Program"
-#: ../src/gnome-genius.c:3499
+#: ../src/gnome-genius.c:3752
#, fuzzy, c-format
msgid "Program %d"
msgstr "Program"
-#: ../src/gnome-genius.c:3528
+#: ../src/gnome-genius.c:3790
#, c-format
msgid "Cannot open %s"
msgstr "Tak bisa membuka %s"
-#: ../src/gnome-genius.c:3616
+#: ../src/gnome-genius.c:3884
msgid "Open..."
-msgstr "Buka…"
+msgstr "Buka..."
-#: ../src/gnome-genius.c:3693
+#: ../src/gnome-genius.c:3969
#, fuzzy
msgid "Program is read only"
-msgstr "Tujuan hanya dapat dibaca saja"
+msgstr "(hanya-baca)"
-#. new fname
-#: ../src/gnome-genius.c:3695 ../src/gnome-genius.c:3727
-#: ../src/gnome-genius.c:3786 ../src/gnome-genius.c:3915
+#: ../src/gnome-genius.c:3974 ../src/gnome-genius.c:4014
#, fuzzy, c-format
msgid ""
-"<b>Cannot save file</b>\n"
+"<b>Cannot save file %s</b>\n"
"Details: %s"
msgstr "Tidak dapat menyimpan ke berkas \"{0}\"."
-#: ../src/gnome-genius.c:3737
-msgid "Save new programs by \"Save As..\" first!"
-msgstr ""
+#: ../src/gnome-genius.c:3980 ../src/gnome-genius.c:4021
+#, fuzzy, c-format
+msgid "<b>Cannot save file %s</b>"
+msgstr "Tidak dapat menyimpan ke berkas \"{0}\"."
-#: ../src/gnome-genius.c:3743
+#: ../src/gnome-genius.c:4031
+#, fuzzy
+msgid "Save new programs by \"Save As...\" first!"
+msgstr "_Simpan berkas baru sebagai:"
+
+#: ../src/gnome-genius.c:4037
msgid ""
-"Some read-only programs are modified. Use \"Save As..\" to save them to a "
+"Some read-only programs are modified. Use \"Save As...\" to save them to a "
"new location."
msgstr ""
-#: ../src/gnome-genius.c:3780 ../src/gnome-genius.c:3895 ../src/graphing.c:912
-#: ../src/graphing.c:1018
+#: ../src/gnome-genius.c:4077 ../src/gnome-genius.c:4213
+#, fuzzy, c-format
+msgid ""
+"<b>Cannot save file</b>\n"
+"Details: %s"
+msgstr "Tidak dapat menyimpan ke berkas \"{0}\"."
+
+#: ../src/gnome-genius.c:4082 ../src/gnome-genius.c:4218
#, fuzzy
-msgid "File already exists. Overwrite it?"
-msgstr "File sudah ada tapi tidak dapat ditimpa."
+msgid "<b>Cannot save file</b>"
+msgstr "Tidak dapat menyimpan ke berkas \"{0}\"."
-#: ../src/gnome-genius.c:3822
+#: ../src/gnome-genius.c:4117
msgid "Save As..."
-msgstr "Simpan Sebagai…"
+msgstr "Simpan Sebagai..."
-#: ../src/gnome-genius.c:3949
+#: ../src/gnome-genius.c:4251
+#, fuzzy
msgid "Save Console Output..."
-msgstr ""
+msgstr "Keluaran konsol"
-#: ../src/gnome-genius.c:4012
-msgid ""
-"The program you are closing is unsaved, are you sure you wish to close it "
-"without saving?"
-msgstr ""
-
-#: ../src/gnome-genius.c:4031
+#: ../src/gnome-genius.c:4305
msgid ""
"<b>No program selected.</b>\n"
"\n"
"Create a new program, or select an existing tab in the notebook."
msgstr ""
-#: ../src/gnome-genius.c:4061
+#: ../src/gnome-genius.c:4335
#, c-format
msgid "Cannot open pipe: %s"
msgstr "Tak bisa membuka pipa: %s"
-#: ../src/gnome-genius.c:4090
+#: ../src/gnome-genius.c:4364
msgid ""
"<b>Cannot execute program</b>\n"
"\n"
"Cannot fork."
msgstr ""
-#: ../src/gnome-genius.c:4162
+#: ../src/gnome-genius.c:4437
msgid ""
"<b>Error executing program</b>\n"
"\n"
@@ -3940,12 +4199,12 @@ msgid ""
"program to the engine."
msgstr ""
-#: ../src/gnome-genius.c:4187
+#: ../src/gnome-genius.c:4469
#, c-format
msgid "Genius %s"
msgstr "Genius %s"
-#: ../src/gnome-genius.c:4413
+#: ../src/gnome-genius.c:4701
msgid "Memory (node number) limit has been reached, interrupt the computation?"
msgstr ""
@@ -3954,289 +4213,338 @@ msgstr ""
#. textbox_title
#. bind_response
#. wrap
-#: ../src/gnome-genius.c:4493
+#: ../src/gnome-genius.c:4815
msgid "Can't execute genius-readline-helper-fifo!\n"
msgstr ""
-#: ../src/gnome-genius.c:4560
+#: ../src/gnome-genius.c:4876
msgid "Readline helper died, weird. Trying to recover, things may be odd."
msgstr ""
-#: ../src/gnome-genius.c:4766
+#: ../src/gnome-genius.c:5084
msgid ""
"\n"
"Note: Compiled without GtkSourceView (better source editor)"
msgstr ""
-#: ../src/gnome-genius.c:4858
+#: ../src/gnome-genius.c:5177
msgid "GNOME Genius"
msgstr "GNOME Genius"
#. parent
-#: ../src/gnome-genius.c:4908
+#: ../src/gnome-genius.c:5227
msgid "Cannot find the library file, genius installation may be incorrect"
msgstr ""
-#: ../src/gnome-genius.c:4988
+#: ../src/gnome-genius.c:5308
msgid "Console"
msgstr "Konsol"
-#: ../src/gnome-genius.c:5072
+#: ../src/gnome-genius.c:5356
#, c-format
msgid ""
"%sGenius %s%s\n"
"%s\n"
"This is free software with ABSOLUTELY NO WARRANTY.\n"
"For license details type `%swarranty%s'.\n"
-"For help type '%smanual%s' or '%shelp%s'.%s\n"
+"For help type `%smanual%s' or `%shelp%s'.%s\n"
"\n"
msgstr ""
#: ../src/gnome-genius.desktop.in.h:1
+#, fuzzy
msgid "Genius Math Tool"
-msgstr ""
+msgstr "Matematika"
#: ../src/gnome-genius.desktop.in.h:2
msgid "Genius Mathematical Tool and Calculator"
msgstr ""
-#: ../src/graphing.c:576
+#: ../src/gnome-genius.desktop.in.h:3
+msgid ""
+"Mathematics;Matrix;Vector;Linear Algebra;Calculus;Plot;Plotting;Graph;"
+"Graphing;Function;Number Theory;"
+msgstr ""
+
+#: ../src/graphing.c:610
#, fuzzy
msgid "Rotate"
-msgstr "Putar"
+msgstr "Puta~r"
-#: ../src/graphing.c:595 ../src/graphing.c:624
-#, c-format
+#: ../src/graphing.c:629 ../src/graphing.c:658
+#, fuzzy, c-format
msgid "Rotate about %s axis: "
-msgstr ""
+msgstr "Tentang %s"
-#: ../src/graphing.c:653
+#: ../src/graphing.c:687
msgid "Rotate about dependent axis: "
msgstr ""
-#: ../src/graphing.c:761
+#: ../src/graphing.c:834
msgid "Print"
msgstr "Cetak"
-#: ../src/graphing.c:778
+#: ../src/graphing.c:851
#, fuzzy
msgid "Print command: "
-msgstr "_Batalkan perintah"
+msgstr "Perintah yang ingin dicetak bantuan terrincinya"
-#: ../src/graphing.c:805
+#: ../src/graphing.c:881
+#, fuzzy
msgid "Cannot open temporary file, cannot print."
-msgstr ""
+msgstr "Tidak bisa membuka mailbox sementara: %s"
-#: ../src/graphing.c:832
+#: ../src/graphing.c:910
#, fuzzy
msgid "Printing failed"
-msgstr "Pencetakan gagal."
+msgstr "Mencetak..."
-#: ../src/graphing.c:844
+#: ../src/graphing.c:923
#, fuzzy, c-format
msgid "Printing failed: %s"
-msgstr "Pencetakan gagal."
+msgstr "Tugas mencetak “%s”"
-#: ../src/graphing.c:981 ../src/graphing.c:1033 ../src/graphing.c:1050
+#: ../src/graphing.c:997 ../src/graphing.c:1138
+#, fuzzy
+msgid "File already exists. Overwrite it?"
+msgstr "File sudah ada tapi tidak dapat ditimpa."
+
+#: ../src/graphing.c:1097 ../src/graphing.c:1153 ../src/graphing.c:1170
msgid "Export failed"
msgstr "Ekspor gagal"
-#: ../src/graphing.c:1081
+#: ../src/graphing.c:1195
+#, fuzzy
msgid "Export encapsulated postscript"
-msgstr ""
+msgstr "Ekspor postscript"
-#: ../src/graphing.c:1083
+#: ../src/graphing.c:1197
msgid "Export postscript"
msgstr "Ekspor postscript"
-#: ../src/graphing.c:1085
+#: ../src/graphing.c:1199
+#, fuzzy
+#| msgid "Export PNG"
+msgid "Export PDF"
+msgstr "~Ekspor sebagai PDF..."
+
+#: ../src/graphing.c:1201
msgid "Export PNG"
msgstr "Ekspor PNG"
-#: ../src/graphing.c:1101
-#, fuzzy
+#: ../src/graphing.c:1208
+msgid "Missing ps2pdf command, perhaps ghostscript is not installed."
+msgstr ""
+
+#: ../src/graphing.c:1223
msgid "EPS files"
-msgstr "Berkas Teks"
+msgstr "Berkas EPS"
-#: ../src/graphing.c:1105
-#, fuzzy
+#: ../src/graphing.c:1227
msgid "PS files"
-msgstr "Berkas Teks"
+msgstr "Berkas PS"
-#: ../src/graphing.c:1109
-#, fuzzy
+#: ../src/graphing.c:1231
+msgid "PDF files"
+msgstr "Berkas PDF"
+
+#: ../src/graphing.c:1235
msgid "PNG files"
-msgstr "Berkas citra PNG"
+msgstr "Berkas PNG"
-#: ../src/graphing.c:1124
+#: ../src/graphing.c:1250
msgid "Generate preview in EPS file (with ps2epsi)"
msgstr ""
-#: ../src/graphing.c:1728
+#: ../src/graphing.c:1951
#, fuzzy
msgid "Solver"
msgstr "Pemecah"
-#: ../src/graphing.c:1733
+#: ../src/graphing.c:1956
#, fuzzy
msgid "Clea_r solutions"
-msgstr "Hapus _Riwayat"
+msgstr "^r"
-#: ../src/graphing.c:1735
+#: ../src/graphing.c:1958
#, fuzzy
msgid "_Plot solution"
-msgstr "Solusi optimal yang ditemukan"
+msgstr "_Plot..."
-#: ../src/graphing.c:1756
+#: ../src/graphing.c:1979
msgid ""
"Clicking on the graph window now will draw a solution according to the "
"parameters set below, starting at the point clicked. To be able to zoom by "
"mouse again, close this window."
msgstr ""
-#: ../src/graphing.c:1778
+#: ../src/graphing.c:2001
#, fuzzy
msgid "X increment:"
-msgstr "Penambahan:"
+msgstr "Penambahan tidak sah"
-#: ../src/graphing.c:1800
+#: ../src/graphing.c:2023
#, fuzzy
msgid "T increment:"
-msgstr "Penambahan:"
+msgstr "Penambahan tidak sah"
-#: ../src/graphing.c:1804
+#: ../src/graphing.c:2027
#, fuzzy
msgid "T interval length:"
msgstr "panjang interval %s:"
-#: ../src/graphing.c:1818
-#, fuzzy
+#: ../src/graphing.c:2041
msgid "Point x:"
-msgstr "Poin"
+msgstr "Titik x:"
-#: ../src/graphing.c:1823
+#: ../src/graphing.c:2046
msgid "y:"
msgstr "y:"
-#: ../src/graphing.c:1890
+#: ../src/graphing.c:2155
msgid "Plot"
-msgstr ""
+msgstr "Plot"
-#: ../src/graphing.c:1925
+#: ../src/graphing.c:2190
#, fuzzy
msgid "_Graph"
msgstr "Grafik"
-#: ../src/graphing.c:1929
+#: ../src/graphing.c:2194
msgid "_Print..."
msgstr "_Cetak…"
-#: ../src/graphing.c:1935
+#: ../src/graphing.c:2200
msgid "_Export postscript..."
msgstr "_Ekspor postscript…"
-#: ../src/graphing.c:1941
+#: ../src/graphing.c:2206
+#, fuzzy
msgid "E_xport encapsulated postscript..."
-msgstr ""
+msgstr "E_kspor"
+
+#: ../src/graphing.c:2213
+msgid "Export P_DF..."
+msgstr "Ekspor P_DF..."
-#: ../src/graphing.c:1947
+#: ../src/graphing.c:2222
msgid "Export P_NG..."
-msgstr "Ekspor P_NG…"
+msgstr "Ekspor P_NG..."
-#: ../src/graphing.c:1959
+#: ../src/graphing.c:2234
msgid "_Zoom"
msgstr "_Zum"
-#: ../src/graphing.c:1963
+#: ../src/graphing.c:2238
msgid "Zoom _out"
msgstr "Per_kecil"
-#: ../src/graphing.c:1970
+#: ../src/graphing.c:2245
msgid "Zoom _in"
msgstr "Per_besar"
-#: ../src/graphing.c:1977
+#: ../src/graphing.c:2252
+#, fuzzy
msgid "_Fit dependent axis"
-msgstr ""
+msgstr "Bergantung"
-#: ../src/graphing.c:1984
+#: ../src/graphing.c:2259
#, fuzzy
msgid "_Reset to original zoom"
-msgstr "Kembalikan ke nilai asli"
+msgstr "_Reset Zum"
-#: ../src/graphing.c:1997
+#: ../src/graphing.c:2272
#, fuzzy
msgid "_View"
-msgstr "_Tampilan"
+msgstr "Ta~mpilan"
-#: ../src/graphing.c:2002
+#: ../src/graphing.c:2277
#, fuzzy
msgid "_Reset angles"
-msgstr "Reset/Revert"
+msgstr "%s untuk sudut terkendala"
-#: ../src/graphing.c:2007
+#: ../src/graphing.c:2282
#, fuzzy
msgid "_Top view"
-msgstr "Tanpa tampilan"
+msgstr "atas"
-#: ../src/graphing.c:2012
+#: ../src/graphing.c:2287
#, fuzzy
msgid "R_otate axis..."
-msgstr "Sumbu Perataan"
+msgstr "Pada sumbu"
+
+#: ../src/graphing.c:2292
+#, fuzzy
+msgid "Start rotate _animation..."
+msgstr "Puta~r"
+
+#: ../src/graphing.c:2297
+#, fuzzy
+msgid "Stop rotate a_nimation..."
+msgstr "Puta~r"
-#: ../src/graphing.c:2022
+#: ../src/graphing.c:2307
#, fuzzy
msgid "_Solver"
msgstr "Pemecah"
-#: ../src/graphing.c:2027
+#: ../src/graphing.c:2312
#, fuzzy
msgid "_Solver..."
msgstr "Pemecah"
-#: ../src/graphing.c:2032
+#: ../src/graphing.c:2317
#, fuzzy
msgid "_Clear solutions"
-msgstr "Bersihkan Penandaan"
+msgstr "~Bersihkan"
+
+#: ../src/graphing.c:2348
+msgid "Errors during plotting (possibly harmless), see the console."
+msgstr ""
-#: ../src/graphing.c:2949
+#: ../src/graphing.c:3368
#, c-format
msgid "Function"
msgstr "Fungsi"
-#: ../src/graphing.c:2951
+#: ../src/graphing.c:3370
#, c-format
msgid "Function #%d"
msgstr "Fungsi #%d"
-#: ../src/graphing.c:2973
+#: ../src/graphing.c:3392
msgid "Graph limits not given as a 4-vector"
msgstr ""
-#: ../src/graphing.c:2979 ../src/graphing.c:2990 ../src/graphing.c:3001
-#: ../src/graphing.c:3012 ../src/graphing.c:3118 ../src/graphing.c:3129
-#: ../src/graphing.c:3140 ../src/graphing.c:3151 ../src/graphing.c:3162
-#: ../src/graphing.c:3173
+#: ../src/graphing.c:3398 ../src/graphing.c:3409 ../src/graphing.c:3420
+#: ../src/graphing.c:3431 ../src/graphing.c:3474 ../src/graphing.c:3485
+#: ../src/graphing.c:3583 ../src/graphing.c:3594 ../src/graphing.c:3605
+#: ../src/graphing.c:3616 ../src/graphing.c:3627 ../src/graphing.c:3638
msgid "Graph limits not given as numbers"
msgstr ""
-#: ../src/graphing.c:3112
+#: ../src/graphing.c:3468
+msgid "Graph limits not given as a 2-vector"
+msgstr ""
+
+#: ../src/graphing.c:3577
msgid "Graph limits not given as a 6-vector"
msgstr ""
-#: ../src/graphing.c:3246 ../src/graphing.c:3264 ../src/graphing.c:3278
+#: ../src/graphing.c:3711 ../src/graphing.c:3729 ../src/graphing.c:3743
msgid "Ticks must be between 2 and 200"
msgstr ""
-#: ../src/graphing.c:3255 ../src/graphing.c:3269
+#: ../src/graphing.c:3720 ../src/graphing.c:3734
msgid "Ticks not given as numbers"
msgstr ""
-#: ../src/graphing.c:3283
+#: ../src/graphing.c:3748
+#, fuzzy
msgid "Ticks not given as a number or a 2-vector"
-msgstr ""
+msgstr "Menentukan bilangan internal dari tanggal yang dipilih."
-#: ../src/graphing.c:4324
+#: ../src/graphing.c:5419
#, c-format
msgid ""
"Type in function name or expression involving the %s and %s variables (or "
@@ -4244,28 +4552,28 @@ msgid ""
"(%s,%s)."
msgstr ""
-#: ../src/graphing.c:4349 ../src/graphing.c:4356 ../src/graphing.c:4520
-#: ../src/graphing.c:4527
+#: ../src/graphing.c:5444 ../src/graphing.c:5451 ../src/graphing.c:5615
+#: ../src/graphing.c:5622
#, c-format
msgid "%s from:"
msgstr "%s dari:"
-#: ../src/graphing.c:4363 ../src/graphing.c:4370
+#: ../src/graphing.c:5458 ../src/graphing.c:5465
#, fuzzy, c-format
msgid "%s increment:"
msgstr "Penambahan:"
-#: ../src/graphing.c:4377
+#: ../src/graphing.c:5472
#, c-format
msgid "%s interval length:"
msgstr "panjang interval %s:"
-#: ../src/graphing.c:4384
+#: ../src/graphing.c:5479
#, fuzzy, c-format
msgid "Point %s:"
-msgstr "Poin"
+msgstr "Tidak ada implementasi titik ekstensi \"%s\"."
-#: ../src/graphing.c:4397
+#: ../src/graphing.c:5492
#, c-format
msgid ""
"Type in function names or expressions involving the %s and %s variables (or "
@@ -4273,14 +4581,14 @@ msgid ""
"of the autonomous system to be plotted at the point (%s,%s)."
msgstr ""
-#: ../src/graphing.c:4433
+#: ../src/graphing.c:5528
#, c-format
msgid ""
"Type in function names or expressions involving the %s variable in the boxes "
"below to graph them"
msgstr ""
-#: ../src/graphing.c:4450
+#: ../src/graphing.c:5545
#, c-format
msgid ""
"Type in function names or expressions involving the %s variable in the boxes "
@@ -4290,12 +4598,12 @@ msgid ""
"number."
msgstr ""
-#: ../src/graphing.c:4491
+#: ../src/graphing.c:5586
#, fuzzy, c-format
msgid "Parameter %s from:"
-msgstr "Berlaku sejak:"
+msgstr "Parameter tak dikenal: %s\n"
-#: ../src/graphing.c:4505
+#: ../src/graphing.c:5600
#, c-format
msgid ""
"Type a function name or an expression involving the %s and %s variables (or "
@@ -4303,701 +4611,925 @@ msgid ""
"Functions with one argument only will be passed a complex number."
msgstr ""
-#: ../src/graphing.c:4571 ../src/graphing.c:4690
+#: ../src/graphing.c:5666 ../src/graphing.c:5785
+#, fuzzy
msgid "Change variable names"
-msgstr ""
+msgstr "Variabel"
-#: ../src/graphing.c:4587 ../src/graphing.c:4706
+#: ../src/graphing.c:5682 ../src/graphing.c:5801
+#, fuzzy
msgid "Some values were illegal"
-msgstr ""
+msgstr "Beberapa pemutakhiran tak dipasang"
-#: ../src/graphing.c:4591 ../src/graphing.c:4710
+#: ../src/graphing.c:5686 ../src/graphing.c:5805
#, fuzzy
msgid "independent variable (x):"
-msgstr "Teks variabel"
+msgstr "variabel kompleks (z = x+iy):"
-#: ../src/graphing.c:4601
+#: ../src/graphing.c:5696
#, fuzzy
msgid "dependent variable (y):"
-msgstr "Teks variabel"
+msgstr "Bergantung"
-#: ../src/graphing.c:4611
+#: ../src/graphing.c:5706
msgid "complex variable (z = x+iy):"
msgstr "variabel kompleks (z = x+iy):"
-#: ../src/graphing.c:4621
+#: ../src/graphing.c:5716
#, fuzzy
msgid "parameter variable (t):"
-msgstr "Teks variabel"
+msgstr "Waktu (var~iabel)"
-#: ../src/graphing.c:4720
+#: ../src/graphing.c:5815
#, fuzzy
msgid "independent variable (y):"
-msgstr "Teks variabel"
+msgstr "Variabel"
-#: ../src/graphing.c:4730
+#: ../src/graphing.c:5825
+#, fuzzy
msgid "independent complex variable (z = x+iy):"
-msgstr ""
+msgstr "variabel kompleks (z = x+iy):"
-#: ../src/graphing.c:4839
-#, fuzzy
+#: ../src/graphing.c:5989
msgid "_Functions / Expressions"
-msgstr "Cari Ekspresi"
-
-#: ../src/graphing.c:4871
-msgid "or"
-msgstr "atau"
+msgstr "_Fungsi / Ekspresi"
#. t range
-#: ../src/graphing.c:4886
+#: ../src/graphing.c:6036
#, fuzzy
msgid "Parameter t from:"
-msgstr "Berlaku sejak:"
+msgstr "PARAMETER"
-#: ../src/graphing.c:4890 ../src/graphing.c:5037 ../src/graphing.c:5049
-#: ../src/graphing.c:5121 ../src/graphing.c:5133 ../src/graphing.c:5144
-#, fuzzy
+#: ../src/graphing.c:6040 ../src/graphing.c:6187 ../src/graphing.c:6200
+#: ../src/graphing.c:6310 ../src/graphing.c:6322 ../src/graphing.c:6333
msgid "to:"
-msgstr "Ke"
+msgstr "sampai:"
-#: ../src/graphing.c:4894
+#: ../src/graphing.c:6044
msgid "by:"
msgstr "oleh:"
-#: ../src/graphing.c:4901
-#, fuzzy
+#: ../src/graphing.c:6051
msgid "Pa_rametric"
-msgstr "Te_mpel"
+msgstr "Pa_rametrik"
#. # of ticks
-#: ../src/graphing.c:4928 ../src/graphing.c:4980
+#: ../src/graphing.c:6078 ../src/graphing.c:6130
#, fuzzy
msgid "Vertical ticks:"
-msgstr "Split vertikal"
+msgstr "Vertikal masuk"
#. # of ticks
-#: ../src/graphing.c:4932 ../src/graphing.c:4984
+#: ../src/graphing.c:6082 ../src/graphing.c:6134
#, fuzzy
msgid "Horizontal ticks:"
-msgstr "Split horisontal"
+msgstr "Horisontal masuk"
-#: ../src/graphing.c:4937
+#: ../src/graphing.c:6087
+#, fuzzy
msgid "Sl_ope field"
-msgstr ""
+msgstr "Ruas"
#. Normalize the arrow length?
-#: ../src/graphing.c:4971
+#: ../src/graphing.c:6121
msgid "_Normalize arrow length (do not show size)"
msgstr ""
-#: ../src/graphing.c:4989
+#: ../src/graphing.c:6139
#, fuzzy
msgid "_Vector field"
-msgstr "Tambah ruas"
+msgstr "%s: Ruas vektor tidak aktif"
#. draw legend?
-#: ../src/graphing.c:4999
-#, fuzzy
+#: ../src/graphing.c:6149 ../src/graphing.c:6279
msgid "_Draw legend"
-msgstr "Fokus gambar"
+msgstr "Gambar legen_da"
#. draw axis labels?
-#: ../src/graphing.c:5008
+#: ../src/graphing.c:6158
msgid "Draw axis labels"
-msgstr ""
+msgstr "Gambar label sumbu"
#. change varnames
-#: ../src/graphing.c:5017 ../src/graphing.c:5100
+#: ../src/graphing.c:6167 ../src/graphing.c:6289
msgid "Change variable names..."
-msgstr ""
+msgstr "Ubah nama variabel..."
#. plot window
#.
#. * Plot window frame
#.
-#: ../src/graphing.c:5025 ../src/graphing.c:5109
+#: ../src/graphing.c:6175 ../src/graphing.c:6298
#, fuzzy
msgid "Plot Window"
-msgstr "Tinggi jendela"
+msgstr "_Plot..."
#.
#. * X range
#.
-#: ../src/graphing.c:5034 ../src/graphing.c:5118
+#: ../src/graphing.c:6184 ../src/graphing.c:6307
msgid "X from:"
msgstr "X dari:"
#.
#. * Y range
#.
-#: ../src/graphing.c:5046 ../src/graphing.c:5130
+#: ../src/graphing.c:6197 ../src/graphing.c:6319
msgid "Y from:"
msgstr "Y dari:"
-#: ../src/graphing.c:5072
+#. fit dependent axis?
+#: ../src/graphing.c:6208 ../src/graphing.c:6341
+#, fuzzy
+msgid "Fit dependent axis"
+msgstr "Bergantung"
+
+#: ../src/graphing.c:6252
msgid "Function / Expression"
msgstr "Fungsi / Ekspresi"
#.
#. * Z range
#.
-#: ../src/graphing.c:5142
+#: ../src/graphing.c:6331
+#, fuzzy
msgid "Dependent axis from:"
-msgstr ""
+msgstr "Bergantung"
-#: ../src/graphing.c:5163
+#: ../src/graphing.c:6362
+#, fuzzy
msgid "Function _line plot"
-msgstr ""
+msgstr "_Plot..."
-#: ../src/graphing.c:5167
+#: ../src/graphing.c:6366
#, fuzzy
msgid "_Surface plot"
-msgstr "Lebar Permukaan"
+msgstr "Permukaan"
-#: ../src/graphing.c:5385 ../src/graphing.c:5549 ../src/graphing.c:5670
-#: ../src/graphing.c:5791 ../src/graphing.c:5895
+#: ../src/graphing.c:6580 ../src/graphing.c:6766 ../src/graphing.c:6893
+#: ../src/graphing.c:7022 ../src/graphing.c:7127
msgid "No functions to plot or no functions could be parsed"
msgstr ""
-#: ../src/graphing.c:5416 ../src/graphing.c:5422 ../src/graphing.c:5572
-#: ../src/graphing.c:5578 ../src/graphing.c:5677 ../src/graphing.c:5700
-#: ../src/graphing.c:5706 ../src/graphing.c:5814 ../src/graphing.c:5820
-#: ../src/graphing.c:5918 ../src/graphing.c:5924
+#: ../src/graphing.c:6613 ../src/graphing.c:6619 ../src/graphing.c:6789
+#: ../src/graphing.c:6795 ../src/graphing.c:6900 ../src/graphing.c:6923
+#: ../src/graphing.c:6929 ../src/graphing.c:7045 ../src/graphing.c:7051
+#: ../src/graphing.c:7150 ../src/graphing.c:7156
#, fuzzy, c-format
msgid "Invalid %s range"
-msgstr "Jangkauan tidak sah"
+msgstr "%s: rentang Z tidak valid"
-#: ../src/graphing.c:5428
+#: ../src/graphing.c:6625
#, fuzzy
msgid "Invalid dependent range"
-msgstr "Kisaran DB '%s' tak valid"
+msgstr "Bergantung"
-#: ../src/graphing.c:5664
-#, c-format
+#: ../src/graphing.c:6887
+#, fuzzy, c-format
msgid "Only specify %s and %s, or %s, not all at once."
-msgstr ""
+msgstr "%s() hanya dapat dipanggil sekali"
-#: ../src/graphing.c:6017
+#: ../src/graphing.c:7254
#, fuzzy
msgid "Create Plot"
-msgstr "Buat Tag"
-
-#: ../src/graphing.c:6057 ../src/graphing.c:6195 ../src/graphing.c:6226
-#: ../src/graphing.c:6247 ../src/graphing.c:6287 ../src/graphing.c:6311
-#: ../src/graphing.c:6422 ../src/graphing.c:6544 ../src/graphing.c:6662
-#: ../src/graphing.c:6805 ../src/graphing.c:6939 ../src/graphing.c:7132
-#: ../src/graphing.c:7416 ../src/graphing.c:7446 ../src/graphing.c:7507
-#: ../src/graphing.c:7533 ../src/graphing.c:7560 ../src/graphing.c:7651
-#: ../src/graphing.c:7724 ../src/graphing.c:7749 ../src/graphing.c:7782
+msgstr "_Plot..."
+
+#: ../src/graphing.c:7295 ../src/graphing.c:7465 ../src/graphing.c:7496
+#: ../src/graphing.c:7517 ../src/graphing.c:7557 ../src/graphing.c:7581
+#: ../src/graphing.c:7693 ../src/graphing.c:7817 ../src/graphing.c:7954
+#: ../src/graphing.c:8111 ../src/graphing.c:8258 ../src/graphing.c:8281
+#: ../src/graphing.c:8872 ../src/graphing.c:9159 ../src/graphing.c:9378
+#: ../src/graphing.c:9618 ../src/graphing.c:9946 ../src/graphing.c:10178
+#: ../src/graphing.c:10267 ../src/graphing.c:10380 ../src/graphing.c:10411
+#: ../src/graphing.c:10440 ../src/graphing.c:10466 ../src/graphing.c:10495
+#: ../src/graphing.c:10588 ../src/graphing.c:10677 ../src/graphing.c:10702
+#: ../src/graphing.c:10735 ../src/graphing.c:10783
#, c-format
msgid "%s: Plotting in progress, cannot call %s"
msgstr ""
-#: ../src/graphing.c:6065 ../src/graphing.c:6563
+#: ../src/graphing.c:7303 ../src/graphing.c:7836
#, c-format
msgid "%s: argument not a function"
msgstr "%s: argumen bukan suatu fungsi"
-#: ../src/graphing.c:6075
+#: ../src/graphing.c:7313
#, c-format
msgid "%s: only one function supported"
msgstr ""
-#: ../src/graphing.c:6142 ../src/graphing.c:6376 ../src/graphing.c:6492
-#: ../src/graphing.c:6614 ../src/graphing.c:6751 ../src/graphing.c:6892
-#, fuzzy, c-format
+#: ../src/graphing.c:7336
+msgid "Graph limits not given as a 4-vector or a 6-vector"
+msgstr ""
+
+#: ../src/graphing.c:7392 ../src/graphing.c:7646 ../src/graphing.c:7763
+#: ../src/graphing.c:7899 ../src/graphing.c:8048 ../src/graphing.c:8203
+#: ../src/graphing.c:10047
+#, c-format
msgid "%s: invalid X range"
-msgstr "Jangkauan tidak sah"
+msgstr "%s: rentang X tidak valid"
-#: ../src/graphing.c:6147 ../src/graphing.c:6381 ../src/graphing.c:6497
-#: ../src/graphing.c:6619 ../src/graphing.c:6756 ../src/graphing.c:6897
-#, fuzzy, c-format
+#: ../src/graphing.c:7397 ../src/graphing.c:7651 ../src/graphing.c:7768
+#: ../src/graphing.c:7904 ../src/graphing.c:8053 ../src/graphing.c:8208
+#: ../src/graphing.c:10052
+#, c-format
msgid "%s: invalid Y range"
-msgstr "Jangkauan tidak sah"
+msgstr "%s: rentang Y tidak valid"
-#: ../src/graphing.c:6152
-#, fuzzy, c-format
+#: ../src/graphing.c:7402 ../src/graphing.c:10057
+#, c-format
msgid "%s: invalid Z range"
-msgstr "Jangkauan tidak sah"
+msgstr "%s: rentang Z tidak valid"
-#: ../src/graphing.c:6205
+#: ../src/graphing.c:7475
#, c-format
msgid "%s: dx must be positive"
msgstr "%s: dx harus positif"
-#: ../src/graphing.c:6212 ../src/graphing.c:6231
-#, c-format
+#: ../src/graphing.c:7482 ../src/graphing.c:7501
+#, fuzzy, c-format
msgid "%s: Slope field not active"
-msgstr ""
+msgstr "%s: Ruas vektor tidak aktif"
-#: ../src/graphing.c:6258
+#: ../src/graphing.c:7528
#, c-format
msgid "%s: dt must be positive"
msgstr "%s: dt harus positif"
-#: ../src/graphing.c:6264
+#: ../src/graphing.c:7534
#, c-format
msgid "%s: tlen must be positive"
msgstr "%s: tlen harus positif"
-#: ../src/graphing.c:6272 ../src/graphing.c:6293
+#: ../src/graphing.c:7542 ../src/graphing.c:7563
#, c-format
msgid "%s: Vector field not active"
-msgstr ""
+msgstr "%s: Ruas vektor tidak aktif"
-#: ../src/graphing.c:6318 ../src/graphing.c:6812
+#: ../src/graphing.c:7588 ../src/graphing.c:8118
#, c-format
msgid "%s: First argument must be a function"
msgstr "%s: Argumen pertama mesti berupa fungsi"
-#: ../src/graphing.c:6433 ../src/graphing.c:6670
+#: ../src/graphing.c:7704 ../src/graphing.c:7962
#, c-format
msgid "%s: First two arguments must be functions"
msgstr "%s: Dua argumen pertama mesti berupa fungsi"
-#: ../src/graphing.c:6558
+#: ../src/graphing.c:7831
#, c-format
msgid "%s: only up to 10 functions supported"
+msgstr "%s: hanya sampai 10 fungsi yang didukung"
+
+#: ../src/graphing.c:7857
+msgid "Graph limits not given as a 2-vector or a 4-vector"
msgstr ""
-#: ../src/graphing.c:6761 ../src/graphing.c:6902
-#, fuzzy, c-format
+#: ../src/graphing.c:8058 ../src/graphing.c:8213
+#, c-format
msgid "%s: invalid T range"
-msgstr "Jangkauan tidak sah"
+msgstr "%s: rentang T tidak valid"
-#: ../src/graphing.c:7014 ../src/graphing.c:7068
+#: ../src/graphing.c:8434
#, c-format
msgid ""
-"%s: Line should be given as a real, n by 2 matrix with columns for x and y, "
-"n>=2"
+"%s: Not in line plot mode. Perhaps run LinePlot or LinePlotClear first."
msgstr ""
-#: ../src/graphing.c:7147
-#, fuzzy, c-format
-msgid "%s: Wrong number of arguments"
-msgstr "Cacah argumen salah"
+#: ../src/graphing.c:8555 ../src/graphing.c:8636
+#, c-format
+msgid ""
+"%s: Points should be given as a real, n by 2 matrix with columns for x and "
+"y, n>=%d, or as a complex valued n by 1 matrix"
+msgstr ""
+
+#: ../src/graphing.c:8565
+#, c-format
+msgid ""
+"%s: If points are given as an n by 2 matrix, then this matrix must be real"
+msgstr ""
+
+#: ../src/graphing.c:8675 ../src/graphing.c:8738
+#, c-format
+msgid ""
+"%s: Points should be given as a real, n by 3 matrix with columns for x, y "
+"and z, n>=%d"
+msgstr ""
-#: ../src/graphing.c:7207
+#: ../src/graphing.c:8790
#, c-format
msgid "%s: No color specified"
msgstr "%s: Tak ada warna yang dinyatakan"
-#: ../src/graphing.c:7220
+#: ../src/graphing.c:8795 ../src/graphing.c:8802
+#, fuzzy, c-format
+msgid "%s: Cannot parse color '%s'"
+msgstr "Tidak dapat mengurai warna '%s'"
+
+#: ../src/graphing.c:8816
#, c-format
-msgid "%s: Color must be a string"
-msgstr "%s: Warna mesti berupa string"
+msgid ""
+"%s: A vector giving color should be a 3-vector of real numbers between 0 and "
+"1"
+msgstr ""
-#: ../src/graphing.c:7230
+#: ../src/graphing.c:8832
+#, c-format
+msgid ""
+"%s: Warning: Values for red, green, or blue out of range (0 to 1), I will "
+"clip them to this interval"
+msgstr ""
+
+#: ../src/graphing.c:8848
+#, c-format
+msgid ""
+"%s: Color must be a string or a three-vector of rgb values (between 0 and 1)"
+msgstr ""
+
+#: ../src/graphing.c:8891 ../src/graphing.c:9178 ../src/graphing.c:9399
+#: ../src/graphing.c:9639
+#, fuzzy, c-format
+msgid "%s: Wrong number of arguments"
+msgstr "banyaknya argumen yang diberikan ke --diff salah"
+
+#: ../src/graphing.c:8961 ../src/graphing.c:9232 ../src/graphing.c:9465
+#: ../src/graphing.c:9699
#, c-format
msgid "%s: No thickness specified"
msgstr "%s: Tak ada ketebalan yang dinyatakan"
-#: ../src/graphing.c:7253
+#: ../src/graphing.c:8984 ../src/graphing.c:9255 ../src/graphing.c:9490
+#: ../src/graphing.c:9724
#, c-format
msgid "%s: No window specified"
msgstr "%s: Tak ada jendela yang dinyatakan"
-#: ../src/graphing.c:7301 ../src/graphing.c:7326
+#: ../src/graphing.c:9032 ../src/graphing.c:9057
#, c-format
msgid "%s: arrow style should be \"origin\", \"end\", \"both\", or \"none\""
msgstr ""
-#: ../src/graphing.c:7336
+#: ../src/graphing.c:9067 ../src/graphing.c:9299 ../src/graphing.c:9542
+#: ../src/graphing.c:9776
#, c-format
msgid "%s: No legend specified"
msgstr "%s: Tak ada legenda yang dinyatakan"
-#: ../src/graphing.c:7350
+#: ../src/graphing.c:9081 ../src/graphing.c:9313 ../src/graphing.c:9557
+#: ../src/graphing.c:9791
#, c-format
msgid "%s: Legend must be a string"
msgstr "%s: Legenda mesti berupa string"
-#: ../src/graphing.c:7359
-#, fuzzy, c-format
+#: ../src/graphing.c:9092
+#, c-format
+msgid "%s: Unknown style: %s"
+msgstr "%s: Gaya tidak dikenal: %s"
+
+#: ../src/graphing.c:9101 ../src/graphing.c:9329 ../src/graphing.c:9575
+#: ../src/graphing.c:9809
+#, c-format
+msgid "%s: Bad parameter"
+msgstr "%s: Parameter buruk"
+
+#: ../src/graphing.c:9322 ../src/graphing.c:9567 ../src/graphing.c:9801
+#, c-format
msgid "%s: Unknown style"
-msgstr "Gaya _Kartu"
+msgstr "%s: Gaya tidak dikenal"
+
+#: ../src/graphing.c:9863 ../src/graphing.c:9926
+#, c-format
+msgid ""
+"%s: Surface should be given as a real, n by 3 matrix with columns for x, y, "
+"z, where n>=3"
+msgstr ""
-#: ../src/graphing.c:7366
+#: ../src/graphing.c:9954
#, fuzzy, c-format
-msgid "%s: Bad parameter"
-msgstr "Salah parameter"
+#| msgid "%s: argument number %d not a matrix"
+msgid "%s: argument not a matrix of data"
+msgstr "%s: argumen nomor %d bukan matriks"
+
+#: ../src/graphing.c:10138
+#, c-format
+msgid "%s: Surface grid data should be given as a real matrix "
+msgstr ""
+
+#: ../src/graphing.c:10184
+#, fuzzy, c-format
+#| msgid "%s: argument number %d not a matrix"
+msgid "%s: first argument not a matrix of data"
+msgstr "\"%s\" mengharuskan argumen pertama berupa string"
+
+#: ../src/graphing.c:10191
+#, fuzzy, c-format
+#| msgid "%s: arguments not horizontal vectors"
+msgid "%s: second argument not a 4 or 6 element vector of limits"
+msgstr "%s: argumen bukan vektor-vektor horisontal"
+
+#: ../src/graphing.c:10208
+#, fuzzy, c-format
+#| msgid "%s: argument number %d not a string"
+msgid "%s: too many arguments or last argument not a string label"
+msgstr "%s: argumen nomor %d bukan string"
+
+#: ../src/graphing.c:10274
+#, fuzzy, c-format
+#| msgid "%s: argument number %d not a string"
+msgid "%s: first argument not a nonempty string"
+msgstr "%s: argumen kedua bukan berupa string tak kosong"
+
+#: ../src/graphing.c:10282
+#, c-format
+msgid "%s: type not specified and filename has no extension"
+msgstr ""
+
+#: ../src/graphing.c:10291
+#, c-format
+msgid "%s: second argument not a nonempty string"
+msgstr "%s: argumen kedua bukan berupa string tak kosong"
+
+#: ../src/graphing.c:10303
+#, c-format
+msgid "%s: plot canvas not active, cannot export"
+msgstr "%s: kanvas plot tidak aktif, tidak bisa mengekspor"
+
+#: ../src/graphing.c:10312 ../src/graphing.c:10329 ../src/graphing.c:10352
+#, c-format
+msgid "%s: export failed"
+msgstr "%s: ekspor gagal"
-#: ../src/graphing.c:7567
+#: ../src/graphing.c:10365
+#, c-format
+msgid "%s: unknown file type, can be \"png\", \"eps\", or \"ps\"."
+msgstr ""
+
+#: ../src/graphing.c:10502
msgid "Variable names not given in a 4-vector"
msgstr ""
-#: ../src/graphing.c:7577 ../src/graphing.c:7586 ../src/graphing.c:7595
-#: ../src/graphing.c:7604 ../src/graphing.c:7668 ../src/graphing.c:7677
-#: ../src/graphing.c:7686
+#: ../src/graphing.c:10512 ../src/graphing.c:10521 ../src/graphing.c:10530
+#: ../src/graphing.c:10539 ../src/graphing.c:10605 ../src/graphing.c:10614
+#: ../src/graphing.c:10623
msgid "Variable names should be strings"
msgstr ""
-#: ../src/graphing.c:7611 ../src/graphing.c:7692
+#: ../src/graphing.c:10546 ../src/graphing.c:10629
msgid "Variable names must be valid identifiers"
msgstr ""
-#: ../src/graphing.c:7620 ../src/graphing.c:7698
+#: ../src/graphing.c:10555 ../src/graphing.c:10635
msgid "Variable names must be mutually distinct"
msgstr ""
-#: ../src/graphing.c:7658
+#: ../src/graphing.c:10595
msgid "Variable names not given in a 3-vector"
msgstr ""
-#: ../src/graphing.c:7817
+#: ../src/graphing.c:10818
+#, fuzzy
msgid "Plotting"
-msgstr ""
+msgstr "Adrian E. Feiguin <feiguin ifir edu ar> (GtkExtra - plotting widgetry)"
#. internal
-#: ../src/graphing.c:7819
+#: ../src/graphing.c:10820
msgid ""
"Plot a function with a line. First come the functions (up to 10) then "
"optionally limits as x1,x2,y1,y2"
msgstr ""
-#: ../src/graphing.c:7820
+#: ../src/graphing.c:10821
msgid ""
"Plot a parametric function with a line. First come the functions for x and "
"y then optionally the t limits as t1,t2,tinc, then optionally the limits as "
"x1,x2,y1,y2"
msgstr ""
-#: ../src/graphing.c:7821
+#: ../src/graphing.c:10822
msgid ""
"Plot a parametric complex valued function with a line. First comes the "
"function that returns x+iy then optionally the t limits as t1,t2,tinc, then "
"optionally the limits as x1,x2,y1,y2"
msgstr ""
-#: ../src/graphing.c:7823
+#: ../src/graphing.c:10824
msgid ""
"Draw a slope field. First comes the function dy/dx in terms of x and y (or "
"a complex z) then optionally the limits as x1,x2,y1,y2"
msgstr ""
-#: ../src/graphing.c:7824
+#: ../src/graphing.c:10825
msgid ""
"Draw a vector field. First come the functions dx/dt and dy/dt in terms of x "
"and y then optionally the limits as x1,x2,y1,y2"
msgstr ""
-#: ../src/graphing.c:7826
+#: ../src/graphing.c:10827
msgid ""
"Draw a solution for a slope field starting at x,y and using dx as increment"
msgstr ""
-#: ../src/graphing.c:7827
+#: ../src/graphing.c:10828
+#, fuzzy
msgid "Clear all the slopefield solutions"
-msgstr ""
+msgstr "Bersihkan Semua"
-#: ../src/graphing.c:7829
+#: ../src/graphing.c:10830
msgid ""
"Draw a solution for a vector field starting at x,y, using dt as increment "
"for tlen units"
msgstr ""
-#: ../src/graphing.c:7830
+#: ../src/graphing.c:10831
+#, fuzzy
msgid "Clear all the vectorfield solutions"
-msgstr ""
+msgstr "Bersihkan Semua"
-#: ../src/graphing.c:7833
+#: ../src/graphing.c:10834
msgid ""
"Plot a surface function which takes either two arguments or a complex "
"number. First comes the function then optionally limits as x1,x2,y1,y2,z1,z2"
msgstr ""
-#: ../src/graphing.c:7835
+#: ../src/graphing.c:10836
+msgid "Show the surface (3d) plot window and clear out functions"
+msgstr ""
+
+#: ../src/graphing.c:10838
+msgid ""
+"Plot surface data given as n by 3 matrix (n>=3) of data with each row being "
+"x,y,z. Optionally can pass a label string and limits. If no limits passed, "
+"limits computed from data."
+msgstr ""
+
+#: ../src/graphing.c:10839
+msgid ""
+"Plot surface data given as a matrix (where rows are the x coordinate and "
+"columns are the y coordinate), the limits are given as [x1,x2,y1,y2] or "
+"optionally [x1,x2,y1,y2,z1,z2], and optionally a string for the label."
+msgstr ""
+
+#: ../src/graphing.c:10840
+msgid ""
+"Draw a line from x1,y1,z1 to x2,y2,z2 on the surface (3d) plot. x1,y1,z1,x2,"
+"y2,z2 can be replaced by a n by 3 matrix for a longer line"
+msgstr ""
+
+#: ../src/graphing.c:10841
+msgid ""
+"Draw a point at x,y,z on the surface (3d) plot. x,y,z can be replaced by a "
+"n by 3 matrix for more points."
+msgstr ""
+
+#: ../src/graphing.c:10843
msgid "Show the line plot window and clear out functions"
msgstr ""
-#: ../src/graphing.c:7836
+#: ../src/graphing.c:10844
msgid ""
"Draw a line from x1,y1 to x2,y2. x1,y1,x2,y2 can be replaced by a n by 2 "
-"matrix for a longer line"
+"matrix for a longer line."
+msgstr ""
+
+#: ../src/graphing.c:10845
+msgid ""
+"Draw a point at x,y. x,y can be replaced by a n by 2 matrix for more points."
+msgstr ""
+
+#: ../src/graphing.c:10847
+msgid "Freeze the plot canvas, that is, inhibit drawing"
+msgstr ""
+
+#: ../src/graphing.c:10848
+msgid "Thaw the plot canvas and redraw the plot immediately"
+msgstr ""
+
+#: ../src/graphing.c:10849
+msgid "Raise the plot window, and create the window if necessary"
+msgstr ""
+
+#: ../src/graphing.c:10851
+msgid "Wait for a click on the line plot window, return the location."
+msgstr ""
+
+#: ../src/graphing.c:10852
+msgid "Return current mouse location on the line plot window."
+msgstr ""
+
+#: ../src/graphing.c:10854
+msgid ""
+"Export the current contents of the plot canvas to a file. The file type is "
+"given by the string type, which can be \"png\", \"eps\", or \"ps\"."
msgstr ""
-#: ../src/graphing.c:7838
+#: ../src/graphing.c:10856
msgid "Number of slopefield ticks as a vector [vertical,horizontal]."
msgstr ""
-#: ../src/graphing.c:7839
+#: ../src/graphing.c:10857
msgid "Number of vectorfield ticks as a vector [vertical,horizontal]."
msgstr ""
-#: ../src/graphing.c:7840
+#: ../src/graphing.c:10858
msgid ""
"Default names used by all 2D plot functions. Should be a 4 vector of "
"strings or identifiers [x,y,z,t]."
msgstr ""
-#: ../src/graphing.c:7841
+#: ../src/graphing.c:10859
msgid ""
"Default names used by surface plot functions. Should be a 3 vector of "
"strings or identifiers [x,y,z] (where z=x+iy and not the dependent axis)."
msgstr ""
-#: ../src/graphing.c:7843
+#: ../src/graphing.c:10861
msgid ""
"Normalize vectorfields if true. That is, only show direction and not "
"magnitude."
msgstr ""
-#: ../src/graphing.c:7844
+#: ../src/graphing.c:10862
+#, fuzzy
msgid "If to draw legends or not on line plots."
+msgstr "Klik untuk menggambar garis"
+
+#: ../src/graphing.c:10863
+msgid "If to draw axis labels on line plots."
+msgstr ""
+
+#: ../src/graphing.c:10865
+msgid "If to draw legends or not on surface plots."
msgstr ""
-#: ../src/graphing.c:7846
+#: ../src/graphing.c:10867
msgid "Line plotting window (limits) as a 4-vector of the form [x1,x2,y1,y2]"
msgstr ""
-#: ../src/graphing.c:7847
+#: ../src/graphing.c:10868
msgid ""
"Surface plotting window (limits) as a 6-vector of the form [x1,x2,y1,y2,z1,"
"z2]"
msgstr ""
-#: ../src/matop.c:689
+#: ../src/matop.c:690
msgid "Determinant of a non-square matrix is undefined"
msgstr ""
-#: ../src/matrixw.c:622 ../src/matrixw.c:708
+#: ../src/matrixw.c:622 ../src/matrixw.c:700
+#, fuzzy
msgid "Trying to increment a nonvalue"
-msgstr ""
+msgstr "Penambahan tidak sah"
#: ../src/mpwrap.c:520
+#, fuzzy
msgid "Integer exponent too large to compute"
-msgstr ""
+msgstr "Eksponen terlalu besar"
-#: ../src/mpwrap.c:1455
+#: ../src/mpwrap.c:1488
msgid "Can't do modulo of floats or rationals!"
msgstr ""
-#: ../src/mpwrap.c:1469
+#: ../src/mpwrap.c:1502
msgid "Can't do GCD of floats or rationals!"
msgstr ""
-#: ../src/mpwrap.c:1496
+#: ../src/mpwrap.c:1529
+#, fuzzy
msgid "Can't modulo invert non integers!"
-msgstr ""
+msgstr "%s: tak bisa bekerja pada bukan bilangan bulat!"
-#: ../src/mpwrap.c:1517
+#: ../src/mpwrap.c:1550
+#, fuzzy
msgid "Can't get Jacobi symbols of floats or rationals!"
-msgstr ""
+msgstr "Tak bisa dapatkan simbol Jacobi dari bilangan kompleks"
-#: ../src/mpwrap.c:1536
+#: ../src/mpwrap.c:1569
+#, fuzzy
msgid "Can't get Legendre symbols of floats or rationals!"
-msgstr ""
+msgstr "Tak bisa dapatkan simbol Legendre dari bilangan kompleks"
-#: ../src/mpwrap.c:1555
+#: ../src/mpwrap.c:1588
+#, fuzzy
msgid ""
"Can't get Jacobi symbol with Kronecker extension of floats or rationals!"
msgstr ""
+"Tak bisa dapatkan simbol Jacobi dengan ekstensi Kronecker bagi bilangan "
+"kompleks"
-#: ../src/mpwrap.c:1564
+#: ../src/mpwrap.c:1597
msgid "Lucas must get an integer argument!"
-msgstr ""
+msgstr "Lucas mesti mendapat suatu argumen bilangan bulat!"
-#: ../src/mpwrap.c:1570
+#: ../src/mpwrap.c:1603
msgid "Number too large to compute Lucas number!"
-msgstr ""
+msgstr "Bilangan terlalu besar untuk dihitung bilangan Lucas-nya!"
-#: ../src/mpwrap.c:1575
+#: ../src/mpwrap.c:1608
msgid "No such thing as negative Lucas numbers!"
-msgstr ""
+msgstr "Tidak ada itu bilangan Lucas negatif!"
-#: ../src/mpwrap.c:1590
+#: ../src/mpwrap.c:1623
msgid "Cannot get next prime after non-integer!"
msgstr ""
+"Tidak bisa memperoleh bilangan prima selanjutnya setelah bukan bilangan "
+"bulat!"
-#: ../src/mpwrap.c:1610 ../src/mpwrap.c:1623 ../src/mpwrap.c:1636
-#: ../src/mpwrap.c:1649
+#: ../src/mpwrap.c:1643 ../src/mpwrap.c:1656 ../src/mpwrap.c:1669
+#: ../src/mpwrap.c:1682
#, c-format
msgid "%s: can't work on non-integers!"
msgstr "%s: tak bisa bekerja pada bukan bilangan bulat!"
-#: ../src/mpwrap.c:1691 ../src/mpwrap.c:1731
+#: ../src/mpwrap.c:1725 ../src/mpwrap.c:1765
msgid "Can't do factorials of rationals or floats!"
msgstr ""
-#: ../src/mpwrap.c:1697 ../src/mpwrap.c:1737
+#: ../src/mpwrap.c:1731 ../src/mpwrap.c:1771
+#, fuzzy
msgid "Number too large to compute factorial!"
-msgstr ""
+msgstr "Bilangan terlalu besar untuk dihitung bilangan Lucas-nya!"
-#: ../src/mpwrap.c:1702 ../src/mpwrap.c:1742
+#: ../src/mpwrap.c:1736 ../src/mpwrap.c:1776
+#, fuzzy
msgid "Can't do factorials of negative numbers!"
-msgstr ""
+msgstr "Tak bisa membuat faktorial dari bilangan kompleks"
-#: ../src/mpwrap.c:1753
+#: ../src/mpwrap.c:1787
msgid "Can't do binomials of rationals or floats!"
msgstr ""
-#: ../src/mpwrap.c:2091 ../src/mpwrap.c:2159 ../src/mpwrap.c:4275
-#: ../src/mpwrap.c:4296
+#: ../src/mpwrap.c:2128 ../src/mpwrap.c:2198 ../src/mpwrap.c:4337
+#: ../src/mpwrap.c:4358
#, c-format
msgid "%s: Bad types for mod power"
msgstr ""
-#: ../src/mpwrap.c:2128
-#, c-format
+#: ../src/mpwrap.c:2166
+#, fuzzy, c-format
msgid "Can't invert %s modulo %s in %s"
-msgstr ""
+msgstr "Tak bisa mentransformasi '%s' ke kalimat"
-#: ../src/mpwrap.c:2449
+#: ../src/mpwrap.c:2488
+#, fuzzy
msgid "Can't make random integer from a non-integer"
-msgstr ""
+msgstr "Tak bisa membuat bilangan bulat acak dari sebuah bilangan kompleks"
-#: ../src/mpwrap.c:2454
+#: ../src/mpwrap.c:2493
+#, fuzzy
msgid "Range for random integer must be positive"
-msgstr ""
+msgstr "Integer %ld harus bernilai positif"
-#: ../src/mpwrap.c:2639 ../src/mpwrap.c:2667
+#: ../src/mpwrap.c:2679 ../src/mpwrap.c:2707
msgid "Can't get numerator of floating types"
msgstr ""
-#: ../src/mpwrap.c:3464 ../src/mpwrap.c:4988 ../src/mpwrap.c:5010
+#: ../src/mpwrap.c:3531 ../src/mpwrap.c:5050 ../src/mpwrap.c:5072
+#, fuzzy
msgid "Can't compare complex numbers"
-msgstr ""
+msgstr "Tak bisa GCD bilangan kompleks"
-#: ../src/mpwrap.c:3951
+#: ../src/mpwrap.c:4013
+#, fuzzy
msgid "Can't modulo complex numbers"
-msgstr ""
+msgstr "Tak bisa GCD bilangan kompleks"
-#: ../src/mpwrap.c:3974
+#: ../src/mpwrap.c:4036
#, c-format
msgid "Inverse of %s modulo %s not found!"
msgstr ""
-#: ../src/mpwrap.c:3983
+#: ../src/mpwrap.c:4045
msgid "Can't do modulo invert on complex numbers"
msgstr ""
-#: ../src/mpwrap.c:4000
+#: ../src/mpwrap.c:4062
msgid "Can't GCD complex numbers"
-msgstr ""
+msgstr "Tak bisa GCD bilangan kompleks"
-#: ../src/mpwrap.c:4029
+#: ../src/mpwrap.c:4091
msgid "Can't LCM complex numbers"
-msgstr ""
+msgstr "Tak bisa LCM bilangan kompleks"
-#: ../src/mpwrap.c:4046
+#: ../src/mpwrap.c:4108
msgid "Can't get Jacobi symbols of complex numbers"
-msgstr ""
+msgstr "Tak bisa dapatkan simbol Jacobi dari bilangan kompleks"
-#: ../src/mpwrap.c:4062
-msgid "Can't get Legendre symbols complex numbers"
-msgstr ""
+#: ../src/mpwrap.c:4124
+msgid "Can't get Legendre symbols of complex numbers"
+msgstr "Tak bisa dapatkan simbol Legendre dari bilangan kompleks"
-#: ../src/mpwrap.c:4078
+#: ../src/mpwrap.c:4140
msgid "Can't get Jacobi symbol with Kronecker extension for complex numbers"
msgstr ""
+"Tak bisa dapatkan simbol Jacobi dengan ekstensi Kronecker bagi bilangan "
+"kompleks"
-#: ../src/mpwrap.c:4094
+#: ../src/mpwrap.c:4156
msgid "Can't get Lucas number for complex numbers"
-msgstr ""
+msgstr "Tak bisa dapatkan bilangan Lucas untuk bilangan kompleks"
-#: ../src/mpwrap.c:4110
+#: ../src/mpwrap.c:4172
msgid "Can't get next prime for complex numbers"
-msgstr ""
+msgstr "Tak bisa dapatkan bilangan prima selanjutnya bagi bilangan kompleks"
-#: ../src/mpwrap.c:4120 ../src/mpwrap.c:4132 ../src/mpwrap.c:4144
-#: ../src/mpwrap.c:4156
+#: ../src/mpwrap.c:4182 ../src/mpwrap.c:4194 ../src/mpwrap.c:4206
+#: ../src/mpwrap.c:4218
#, c-format
msgid "%s: can't work on complex numbers"
msgstr "%s: tak bisa bekerja pada bilangan kompleks"
-#: ../src/mpwrap.c:4385 ../src/mpwrap.c:4463 ../src/mpwrap.c:4528
+#: ../src/mpwrap.c:4447 ../src/mpwrap.c:4525 ../src/mpwrap.c:4590
#, c-format
msgid "%s: can't take logarithm of 0"
msgstr "%s: tak bisa mengambil logaritma dari 0"
-#: ../src/mpwrap.c:4857
+#: ../src/mpwrap.c:4919
+#, fuzzy
msgid "arctan2 not defined for complex numbers"
-msgstr ""
+msgstr "Tak bisa GCD bilangan kompleks"
-#: ../src/mpwrap.c:4905
+#: ../src/mpwrap.c:4967
msgid "Can't make random integer out of a complex number"
-msgstr ""
+msgstr "Tak bisa membuat bilangan bulat acak dari sebuah bilangan kompleks"
-#: ../src/mpwrap.c:5067 ../src/mpwrap.c:5084
+#: ../src/mpwrap.c:5129 ../src/mpwrap.c:5146
msgid "Can't make factorials of complex numbers"
-msgstr ""
+msgstr "Tak bisa membuat faktorial dari bilangan kompleks"
-#: ../src/mpwrap.c:5101
+#: ../src/mpwrap.c:5163
msgid "Can't make binomials of complex numbers"
-msgstr ""
+msgstr "Tak bisa membuat binomial dari bilangan kompleks"
-#: ../src/mpwrap.c:5480 ../src/mpwrap.c:5491 ../src/mpwrap.c:5502
+#: ../src/mpwrap.c:5542 ../src/mpwrap.c:5553 ../src/mpwrap.c:5564
msgid "Can't determine type of a complex number"
-msgstr ""
+msgstr "Tak bisa menentukan tipe dari suatu bilangan kompleks"
-#: ../src/mpwrap.c:5596 ../src/mpwrap.c:5619
+#: ../src/mpwrap.c:5658 ../src/mpwrap.c:5681
msgid "Can't convert complex number into integer"
-msgstr ""
+msgstr "Tak bisa mengubah bilangan kompleks ke bilangan bulat"
-#: ../src/mpwrap.c:5602 ../src/mpwrap.c:5625
+#: ../src/mpwrap.c:5664 ../src/mpwrap.c:5687
msgid "Can't convert real number to integer"
-msgstr ""
+msgstr "Tak bisa mengubah bilang riil ke bilangan bulat"
-#: ../src/mpwrap.c:5606 ../src/mpwrap.c:5629
+#: ../src/mpwrap.c:5668 ../src/mpwrap.c:5691
msgid "Integer too large for this operation"
-msgstr ""
+msgstr "Bilangan bulat terlalu besar untuk operasi ini"
-#: ../src/mpwrap.c:5642
+#: ../src/mpwrap.c:5704
msgid "Can't convert complex number into a double"
-msgstr ""
+msgstr "Tak bisa mengubah bilangan kompleks ke double"
-#: ../src/mpwrap.c:5651
+#: ../src/mpwrap.c:5713
msgid "Can't convert real number to double"
-msgstr ""
+msgstr "Tak bisa mengubah bilangan riil ke double"
-#: ../src/mpwrap.c:5657 ../src/mpwrap.c:5672
+#: ../src/mpwrap.c:5719 ../src/mpwrap.c:5734
msgid "Number too large for this operation"
-msgstr ""
+msgstr "Angka terlalu besar untuk operasi ini"
#: ../src/parseutil.c:57
msgid "ERROR: local statement not the first statement in function definition"
msgstr ""
#: ../src/plugin.c:155
-#, fuzzy
msgid "Can't open plugin!"
-msgstr "Tak bisa membuka direktori"
+msgstr "Tak bisa membuka pengaya!"
#: ../src/plugin.c:171 ../src/plugin.c:179
-#, fuzzy
msgid "Can't initialize plugin!"
-msgstr "Tidak dapat mengenali aksi."
+msgstr "Tak bisa menginisialisasi pengaya!"
-#: ../src/symbolic.c:668
+#: ../src/symbolic.c:676
#, c-format
msgid "%s: '%s' not a function of one variable"
msgstr "%s: '%s' bukan suatu fungsi dengan satu variabel"
-#: ../src/symbolic.c:701
+#: ../src/symbolic.c:709
#, c-format
msgid "%s: Cannot differentiate the '%s' function"
msgstr "%s Tak bisa membedakan fungsi '%s'"
-#: ../src/symbolic.c:786
-#, fuzzy
+#: ../src/symbolic.c:794
msgid "Symbolic Operations"
-msgstr "Operasi CVS"
+msgstr "Operasi Simbolik"
-#: ../src/symbolic.c:789
+#: ../src/symbolic.c:797
msgid ""
"Attempt to symbolically differentiate the function f, where f is a function "
"of one variable."
msgstr ""
-#: ../src/symbolic.c:792
+#: ../src/symbolic.c:800
msgid ""
"Attempt to symbolically differentiate the function f, where f is a function "
"of one variable, returns null if unsuccessful but is silent."
msgstr ""
#: ../src/testplugin.c:13
+#, fuzzy
msgid "This is the test-plugin function\n"
-msgstr ""
+msgstr "Hasil fungsi jika pengujian mengembalikan nilai TRUE."
#: ../src/testplugin.c:24
msgid ""
@@ -5020,6 +5552,5 @@ msgid ""
msgstr ""
#: ../src/util.c:93 ../src/util.c:112
-#, fuzzy
msgid "Stack underflow!"
-msgstr "rekursi stack underflow"
+msgstr "Stack underflow!"
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]