Merge remote-tracking branch 'weblate/master'
Conflicts: po/tr.po
This commit is contained in:
commit
cbd82aff3b
339
po/tr.po
339
po/tr.po
@ -4,7 +4,7 @@ msgstr ""
|
||||
"Project-Id-Version: phpMyAdmin 4.0.0-dev\n"
|
||||
"Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n"
|
||||
"POT-Creation-Date: 2012-04-26 10:36+0200\n"
|
||||
"PO-Revision-Date: 2012-04-26 09:42+0200\n"
|
||||
"PO-Revision-Date: 2012-04-26 10:27+0200\n"
|
||||
"Last-Translator: Burak Yavuz <hitowerdigit@hotmail.com>\n"
|
||||
"Language-Team: turkish <tr@li.org>\n"
|
||||
"Language: tr\n"
|
||||
@ -5858,6 +5858,343 @@ msgstr "%s uzantısı eksik. Lütfen PHP yapılandırmanızı kontrol edin."
|
||||
msgid "possible deep recursion attack"
|
||||
msgstr "olası aşırı özyinelemeli saldırı"
|
||||
|
||||
#: libraries/data_drizzle.inc.php:238
|
||||
msgid "Most common integer."
|
||||
msgstr "En yaygın tamsayı."
|
||||
|
||||
#: libraries/data_drizzle.inc.php:239
|
||||
msgid "Larger-range integer."
|
||||
msgstr "Aralığı büyük tamsayı."
|
||||
|
||||
#: libraries/data_drizzle.inc.php:240
|
||||
msgid "Fixed precision number."
|
||||
msgstr "Sabit duyarlık numarası."
|
||||
|
||||
#: libraries/data_drizzle.inc.php:241
|
||||
msgid "Systems native double type."
|
||||
msgstr "Sistemlerin yerel çift türü."
|
||||
|
||||
#: libraries/data_drizzle.inc.php:242
|
||||
msgid "True or false."
|
||||
msgstr "True veya false."
|
||||
|
||||
#: libraries/data_drizzle.inc.php:243
|
||||
msgid ""
|
||||
"A number is inserted in increasing order as rows are inserted into the table."
|
||||
msgstr "Tablo içine eklenen satırlar gibi artan sırayla eklenen bir sayıdır."
|
||||
|
||||
#: libraries/data_drizzle.inc.php:244
|
||||
msgid "Stores Universally Unique Identifiers (UUID)."
|
||||
msgstr "Evrensel Depolanan Benzersiz Tanımlayıcı (UUID)."
|
||||
|
||||
#: libraries/data_drizzle.inc.php:245
|
||||
#| msgid "Data only"
|
||||
msgid "Dates only."
|
||||
msgstr "Sadece tarihler."
|
||||
|
||||
#: libraries/data_drizzle.inc.php:246 libraries/data_drizzle.inc.php:247
|
||||
msgid "Both date and time."
|
||||
msgstr "Her iki tarih ve saat de."
|
||||
|
||||
#: libraries/data_drizzle.inc.php:248
|
||||
msgid "Time of day."
|
||||
msgstr "Günün saati."
|
||||
|
||||
#: libraries/data_drizzle.inc.php:249 libraries/data_drizzle.inc.php:251
|
||||
msgid "Variable length data."
|
||||
msgstr "Değişken uzunlukta veri."
|
||||
|
||||
#: libraries/data_drizzle.inc.php:250
|
||||
msgid "Text up to 2^16 characters."
|
||||
msgstr "2^16 karaktere kadar metin."
|
||||
|
||||
#: libraries/data_drizzle.inc.php:252
|
||||
msgid ""
|
||||
"Data up to 2^16 characters. Uses a binary collation for all index usage."
|
||||
msgstr ""
|
||||
"2^16 karaktere kadar veri. Bütün indeks kullanımı için bir binari "
|
||||
"karşılaştırma kullanır."
|
||||
|
||||
#: libraries/data_drizzle.inc.php:253
|
||||
msgid "Static lists of strings."
|
||||
msgstr "Dizgilerin sabit listeleri."
|
||||
|
||||
#: libraries/data_mysql.inc.php:299
|
||||
msgid ""
|
||||
"A very small integer. The signed range is -128 to 127. The unsigned range is "
|
||||
"0 to 255."
|
||||
msgstr ""
|
||||
"Çok küçük bir tamsayı. İşaretli aralığı -128'den 127'ye dir. İşaretsiz "
|
||||
"aralığı 0'dan 255'e dir."
|
||||
|
||||
#: libraries/data_mysql.inc.php:300
|
||||
msgid ""
|
||||
"A small integer. The signed range is -32,768 to 32,767. The unsigned range "
|
||||
"is 0 to 65,535."
|
||||
msgstr ""
|
||||
"Küçük bir tamsayı. İşaretli aralığı -32,768'den 32,767'ye dir. İşaretsiz "
|
||||
"aralığı 0'dan 65,535'e dir."
|
||||
|
||||
#: libraries/data_mysql.inc.php:301
|
||||
msgid ""
|
||||
"A medium-sized integer. The signed range is -8,388,608 to 8,388,607. The "
|
||||
"unsigned range is 0 to 16,777,215."
|
||||
msgstr ""
|
||||
"Orta boyutta bir tamsayı. İşaretli aralığı -8,388,608'den 8,388,607'ye dir. "
|
||||
"İşaretsiz aralığı 0'dan 16,777,215'e dir."
|
||||
|
||||
#: libraries/data_mysql.inc.php:302
|
||||
msgid ""
|
||||
"A normal-size integer. The signed range is -2,147,483,648 to 2,147,483,647. "
|
||||
"The unsigned range is 0 to 4,294,967,295."
|
||||
msgstr ""
|
||||
"Normal boyutta bir tamsayı. İşaretli aralığı -2,147,483,648'den "
|
||||
"2,147,483,647'ye dir. İşaretsiz aralığı 0'dan 4,294,967,295'e dir."
|
||||
|
||||
#: libraries/data_mysql.inc.php:303
|
||||
msgid ""
|
||||
"A large integer. The signed range is -9,223,372,036,854,775,808 to "
|
||||
"9,223,372,036,854,775,807. The unsigned range is 0 to "
|
||||
"18,446,744,073,709,551,615."
|
||||
msgstr ""
|
||||
"Büyük bir tamsayı. İşaretli aralığı -9,223,372,036,854,775,808'den "
|
||||
"9,223,372,036,854,775,807'ye dir. İşaretsiz aralığı 0'dan "
|
||||
"18,446,744,073,709,551,615'e dir."
|
||||
|
||||
#: libraries/data_mysql.inc.php:304
|
||||
msgid ""
|
||||
"A packed \"exact\" fixed-point number. The maximum number of digits (M) for "
|
||||
"DECIMAL is 65. The maximum number of supported decimals (D) is 30. If D is "
|
||||
"omitted, the default is 0. If M is omitted, the default is 10."
|
||||
msgstr ""
|
||||
"Paketlenmiş \"tam\" sabit noktalı sayı. ONDALIK için rakamların (M) en fazla "
|
||||
"sayısı 65'tir. Desteklenen ondalıkların (D) en fazla sayısı 30'dur. Eğer D "
|
||||
"işlenirse, varsayılan 0'dır. Eğer M işlenirse, varsayılan 10'dur."
|
||||
|
||||
#: libraries/data_mysql.inc.php:305
|
||||
msgid ""
|
||||
"A small (single-precision) floating-point number. Allowable values are -"
|
||||
"3.402823466E+38 to -1.175494351E-38, 0, and 1.175494351E-38 to 3.402823466E"
|
||||
"+38."
|
||||
msgstr ""
|
||||
"Küçük (tek duyarlıklı) kayan noktalı sayı. İzin verilebilir değerler "
|
||||
"-3.402823466E+38'den -1.175494351E-38'e, 0 ve 1.175494351E-38'den "
|
||||
"3.402823466E+38'e."
|
||||
|
||||
#: libraries/data_mysql.inc.php:306
|
||||
msgid ""
|
||||
"A normal-size (double-precision) floating-point number. Allowable values are "
|
||||
"-1.7976931348623157E+308 to -2.2250738585072014E-308, 0, and "
|
||||
"2.2250738585072014E-308 to 1.7976931348623157E+308."
|
||||
msgstr ""
|
||||
"Normal boyutta bir (çift duyarlıklı) kayan noktalı sayı. İzin verilebilir "
|
||||
"değerler -1.7976931348623157E+308'den -2.2250738585072014E-308'e, 0 ve "
|
||||
"2.2250738585072014E-308'den 1.7976931348623157E+308'e."
|
||||
|
||||
#: libraries/data_mysql.inc.php:307
|
||||
msgid ""
|
||||
"Synonyms for DOUBLE. Exception: If the REAL_AS_FLOAT SQL mode is enabled, "
|
||||
"REAL is a synonym for FLOAT rather than DOUBLE."
|
||||
msgstr ""
|
||||
"DOUBLE için eş anlamlılar. İstisna: Eğer REAL_AS_FLOAT SQL kipi "
|
||||
"etkinleştirilmişse, REAL, FLOAT için DOUBLE yerine bir eş anlamlıdır."
|
||||
|
||||
#: libraries/data_mysql.inc.php:308
|
||||
msgid ""
|
||||
"A bit-field type. M indicates the number of bits per value, from 1 to 64. "
|
||||
"The default is 1 if M is omitted."
|
||||
msgstr ""
|
||||
"Bir bit alanı türü. M değer başına 1'den 64'e kadar bit'lerin sayısını "
|
||||
"gösterir. Eğer M işlenirse, varsayılan 1'dir."
|
||||
|
||||
#: libraries/data_mysql.inc.php:309
|
||||
msgid ""
|
||||
"These types are synonyms for TINYINT(1). A value of zero is considered "
|
||||
"false. Nonzero values are considered true."
|
||||
msgstr ""
|
||||
"Bu türler TINYINT(1) için eş anlamlılardır. Sıfır değeri false sayılır. "
|
||||
"Sıfır olmayan değerler true sayılır."
|
||||
|
||||
#: libraries/data_mysql.inc.php:310
|
||||
msgid "An alias for BIGINT UNSIGNED NOT NULL AUTO_INCREMENT UNIQUE."
|
||||
msgstr "BIGINT UNSIGNED NOT NULL AUTO_INCREMENT UNIQUE için bir kod adı."
|
||||
|
||||
#: libraries/data_mysql.inc.php:311
|
||||
msgid ""
|
||||
"A date. The supported range is '1000-01-01' to '9999-12-31'. MySQL displays "
|
||||
"DATE values in 'YYYY-MM-DD' format, but allows assignment of values to DATE "
|
||||
"columns using either strings or numbers."
|
||||
msgstr ""
|
||||
|
||||
#: libraries/data_mysql.inc.php:312
|
||||
msgid ""
|
||||
"A date and time combination. The supported range is '1000-01-01 00:00:00' to "
|
||||
"'9999-12-31 23:59:59'. MySQL displays DATETIME values in 'YYYY-MM-DD HH:MM:"
|
||||
"SS' format, but allows assignment of values to DATETIME columns using either "
|
||||
"strings or numbers."
|
||||
msgstr ""
|
||||
|
||||
#: libraries/data_mysql.inc.php:313
|
||||
msgid ""
|
||||
"A timestamp. The range is '1970-01-01 00:00:01' UTC to '2038-01-09 03:14:07' "
|
||||
"UTC. TIMESTAMP values are stored as the number of seconds since the epoch "
|
||||
"('1970-01-01 00:00:00' UTC)."
|
||||
msgstr ""
|
||||
|
||||
#: libraries/data_mysql.inc.php:314
|
||||
msgid ""
|
||||
"A time. The range is '-838:59:59' to '838:59:59'. MySQL displays TIME values "
|
||||
"in 'HH:MM:SS' format, but allows assignment of values to TIME columns using "
|
||||
"either strings or numbers."
|
||||
msgstr ""
|
||||
|
||||
#: libraries/data_mysql.inc.php:315
|
||||
msgid ""
|
||||
"A year in two-digit or four-digit format. The default is four-digit format. "
|
||||
"In four-digit format, the allowable values are 1901 to 2155, and 0000. In "
|
||||
"two-digit format, the allowable values are 70 to 69, representing years from "
|
||||
"1970 to 2069."
|
||||
msgstr ""
|
||||
|
||||
#: libraries/data_mysql.inc.php:316
|
||||
msgid ""
|
||||
"A fixed-length string that is always right-padded with spaces to the "
|
||||
"specified length when stored. M represents the column length in characters. "
|
||||
"The range of M is 0 to 255. If M is omitted, the length is 1."
|
||||
msgstr ""
|
||||
|
||||
#: libraries/data_mysql.inc.php:317
|
||||
msgid ""
|
||||
"A variable-length string. M represents the maximum column length in "
|
||||
"characters. The range of M is 0 to 65,535."
|
||||
msgstr ""
|
||||
|
||||
#: libraries/data_mysql.inc.php:318
|
||||
msgid ""
|
||||
"A TEXT column with a maximum length of 255 (2^8 - 1) characters. Each "
|
||||
"TINYTEXT value is stored using a one-byte length prefix that indicates the "
|
||||
"number of bytes in the value."
|
||||
msgstr ""
|
||||
|
||||
#: libraries/data_mysql.inc.php:319
|
||||
msgid ""
|
||||
"A TEXT column with a maximum length of 65,535 (2^16 - 1) characters. Each "
|
||||
"TEXT value is stored using a two-byte length prefix that indicates the "
|
||||
"number of bytes in the value."
|
||||
msgstr ""
|
||||
|
||||
#: libraries/data_mysql.inc.php:320
|
||||
msgid ""
|
||||
"A TEXT column with a maximum length of 16,777,215 (2^24 - 1) characters. "
|
||||
"Each MEDIUMTEXT value is stored using a three-byte length prefix that "
|
||||
"indicates the number of bytes in the value."
|
||||
msgstr ""
|
||||
|
||||
#: libraries/data_mysql.inc.php:321
|
||||
msgid ""
|
||||
"A TEXT column with a maximum length of 4,294,967,295 or 4GB (2^32 - 1) "
|
||||
"characters. Each LONGTEXT value is stored using a four-byte length prefix "
|
||||
"that indicates the number of bytes in the value."
|
||||
msgstr ""
|
||||
|
||||
#: libraries/data_mysql.inc.php:322
|
||||
msgid ""
|
||||
"The BINARY type is similar to the CHAR type, but stores binary byte strings "
|
||||
"rather than non-binary character strings. M represents the column length in "
|
||||
"bytes."
|
||||
msgstr ""
|
||||
|
||||
#: libraries/data_mysql.inc.php:323
|
||||
msgid ""
|
||||
"The VARBINARY type is similar to the VARCHAR type, but stores binary byte "
|
||||
"strings rather than non-binary character strings. M represents the maximum "
|
||||
"column length in bytes."
|
||||
msgstr ""
|
||||
|
||||
#: libraries/data_mysql.inc.php:324
|
||||
msgid ""
|
||||
"A BLOB column with a maximum length of 255 (2^8 - 1) bytes. Each TINYBLOB "
|
||||
"value is stored using a one-byte length prefix that indicates the number of "
|
||||
"bytes in the value."
|
||||
msgstr ""
|
||||
|
||||
#: libraries/data_mysql.inc.php:325
|
||||
msgid ""
|
||||
"A BLOB column with a maximum length of 16,777,215 (2^24 - 1) bytes. Each "
|
||||
"MEDIUMBLOB value is stored using a three-byte length prefix that indicates "
|
||||
"the number of bytes in the value."
|
||||
msgstr ""
|
||||
|
||||
#: libraries/data_mysql.inc.php:326
|
||||
msgid ""
|
||||
"A BLOB column with a maximum length of 65,535 (2^16 - 1) bytes. Each BLOB "
|
||||
"value is stored using a two-byte length prefix that indicates the number of "
|
||||
"bytes in the value."
|
||||
msgstr ""
|
||||
|
||||
#: libraries/data_mysql.inc.php:327
|
||||
msgid ""
|
||||
"A BLOB column with a maximum length of 4,294,967,295 or 4GB (2^32 - 1) "
|
||||
"bytes. Each LONGBLOB value is stored using a four-byte length prefix that "
|
||||
"indicates the number of bytes in the value."
|
||||
msgstr ""
|
||||
|
||||
#: libraries/data_mysql.inc.php:328
|
||||
msgid ""
|
||||
"An enumeration. A string object that can have only one value, chosen from "
|
||||
"the list of values 'value1', 'value2', ..., NULL or the special '' error "
|
||||
"value. An ENUM column can have a maximum of 65,535 distinct values."
|
||||
msgstr ""
|
||||
|
||||
#: libraries/data_mysql.inc.php:329
|
||||
msgid ""
|
||||
"A set. A string object that can have zero or more values, each of which must "
|
||||
"be chosen from the list of values 'value1', 'value2', ... A SET column can "
|
||||
"have a maximum of 64 members."
|
||||
msgstr ""
|
||||
|
||||
#: libraries/data_mysql.inc.php:331
|
||||
msgid "Constructs a WKB Point using its coordinates."
|
||||
msgstr ""
|
||||
|
||||
#: libraries/data_mysql.inc.php:332
|
||||
msgid ""
|
||||
"Constructs a WKB LineString value from a number of WKB Point arguments. If "
|
||||
"any argument is not a WKB Point, the return value is NULL. If the number of "
|
||||
"Point arguments is less than two, the return value is NULL."
|
||||
msgstr ""
|
||||
|
||||
#: libraries/data_mysql.inc.php:333
|
||||
msgid ""
|
||||
"Constructs a WKB Polygon value from a number of WKB LineString arguments. If "
|
||||
"any argument does not represent the WKB of a LinearRing (that is, not a "
|
||||
"closed and simple LineString) the return value is NULL."
|
||||
msgstr ""
|
||||
|
||||
#: libraries/data_mysql.inc.php:334
|
||||
msgid ""
|
||||
"Constructs a WKB MultiPoint value using WKB Point arguments. If any argument "
|
||||
"is not a WKB Point, the return value is NULL."
|
||||
msgstr ""
|
||||
|
||||
#: libraries/data_mysql.inc.php:335
|
||||
msgid ""
|
||||
"Constructs a WKB MultiLineString value using WKB LineString arguments. If "
|
||||
"any argument is not a WKB LineString, the return value is NULL."
|
||||
msgstr ""
|
||||
|
||||
#: libraries/data_mysql.inc.php:336
|
||||
msgid ""
|
||||
"Constructs a WKB MultiPolygon value from a set of WKB Polygon arguments. If "
|
||||
"any argument is not a WKB Polygon, the return value is NULL."
|
||||
msgstr ""
|
||||
|
||||
#: libraries/data_mysql.inc.php:337
|
||||
msgid ""
|
||||
"Constructs a WKB GeometryCollection. If any argument is not a well-formed "
|
||||
"WKB representation of a geometry, the return value is NULL."
|
||||
msgstr ""
|
||||
|
||||
#: libraries/database_interface.lib.php:1835
|
||||
msgid ""
|
||||
"The server is not responding (or the local server's socket is not correctly "
|
||||
|
||||
Loading…
Reference in New Issue
Block a user