Updated po files

This commit is contained in:
Rouslan Placella 2012-04-25 13:02:52 +01:00
parent 69edbfbfa1
commit c7c7f30a38
68 changed files with 21214 additions and 139 deletions

314
po/af.po
View File

@ -3,7 +3,7 @@ msgid ""
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-25 13:27+0200\n"
"POT-Creation-Date: 2012-04-25 13:01+0100\n"
"PO-Revision-Date: 2010-03-30 23:04+0200\n"
"Last-Translator: Michal <michal@cihar.com>\n"
"Language-Team: afrikaans <af@li.org>\n"
@ -3209,7 +3209,7 @@ msgstr ""
msgid "Execute"
msgstr ""
#: libraries/common.lib.php:3881
#: libraries/common.lib.php:3897
msgid "Print"
msgstr ""
@ -5568,6 +5568,316 @@ msgstr ""
msgid "possible deep recursion attack"
msgstr ""
#: libraries/data_drizzle.inc.php:238
msgid "Most common integer."
msgstr ""
#: libraries/data_drizzle.inc.php:239
msgid "Larger-range integer."
msgstr ""
#: libraries/data_drizzle.inc.php:240
msgid "Fixed precision number."
msgstr ""
#: libraries/data_drizzle.inc.php:241
msgid "Systems native double type."
msgstr ""
#: libraries/data_drizzle.inc.php:242
msgid "True or false."
msgstr ""
#: libraries/data_drizzle.inc.php:243
msgid ""
"A number is inserted in increasing order as rows are inserted into the table."
msgstr ""
#: libraries/data_drizzle.inc.php:244
msgid "Stores Universally Unique Identifiers (UUID)."
msgstr ""
#: libraries/data_drizzle.inc.php:245
#, fuzzy
#| msgid "Data only"
msgid "Dates only."
msgstr "Slegs Data"
#: libraries/data_drizzle.inc.php:246 libraries/data_drizzle.inc.php:247
msgid "Both date and time."
msgstr ""
#: libraries/data_drizzle.inc.php:248
msgid "Time of day."
msgstr ""
#: libraries/data_drizzle.inc.php:249 libraries/data_drizzle.inc.php:251
msgid "Variable length data."
msgstr ""
#: libraries/data_drizzle.inc.php:250
msgid "Data which is over XXX in size"
msgstr ""
#: libraries/data_drizzle.inc.php:252
msgid ""
"Data which is over XXX in size. Uses a binary collation for all index usage."
msgstr ""
#: libraries/data_drizzle.inc.php:253
msgid "Static lists of strings."
msgstr ""
#: 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 ""
#: 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 ""
#: 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 ""
#: 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 ""
#: 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 ""
#: 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 ""
#: 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 ""
#: 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 ""
#: 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 ""
#: 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 ""
#: 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 ""
#: libraries/data_mysql.inc.php:310
msgid "An alias for BIGINT UNSIGNED NOT NULL AUTO_INCREMENT UNIQUE."
msgstr ""
#: 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 "

314
po/ar.po
View File

@ -3,7 +3,7 @@ msgid ""
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-25 13:27+0200\n"
"POT-Creation-Date: 2012-04-25 13:01+0100\n"
"PO-Revision-Date: 2011-09-24 21:48+0200\n"
"Last-Translator: Abdullah Al-Saedi <abdullah.10@windowslive.com>\n"
"Language-Team: arabic <ar@li.org>\n"
@ -3100,7 +3100,7 @@ msgstr "لايوجد أي ملفات لرفعها"
msgid "Execute"
msgstr "تنفيذ"
#: libraries/common.lib.php:3881
#: libraries/common.lib.php:3897
msgid "Print"
msgstr "طباعة"
@ -5413,6 +5413,316 @@ msgstr ""
msgid "possible deep recursion attack"
msgstr ""
#: libraries/data_drizzle.inc.php:238
msgid "Most common integer."
msgstr ""
#: libraries/data_drizzle.inc.php:239
msgid "Larger-range integer."
msgstr ""
#: libraries/data_drizzle.inc.php:240
msgid "Fixed precision number."
msgstr ""
#: libraries/data_drizzle.inc.php:241
msgid "Systems native double type."
msgstr ""
#: libraries/data_drizzle.inc.php:242
msgid "True or false."
msgstr ""
#: libraries/data_drizzle.inc.php:243
msgid ""
"A number is inserted in increasing order as rows are inserted into the table."
msgstr ""
#: libraries/data_drizzle.inc.php:244
msgid "Stores Universally Unique Identifiers (UUID)."
msgstr ""
#: libraries/data_drizzle.inc.php:245
#, fuzzy
#| msgid "Data only"
msgid "Dates only."
msgstr "بيانات فقط"
#: libraries/data_drizzle.inc.php:246 libraries/data_drizzle.inc.php:247
msgid "Both date and time."
msgstr ""
#: libraries/data_drizzle.inc.php:248
msgid "Time of day."
msgstr ""
#: libraries/data_drizzle.inc.php:249 libraries/data_drizzle.inc.php:251
msgid "Variable length data."
msgstr ""
#: libraries/data_drizzle.inc.php:250
msgid "Data which is over XXX in size"
msgstr ""
#: libraries/data_drizzle.inc.php:252
msgid ""
"Data which is over XXX in size. Uses a binary collation for all index usage."
msgstr ""
#: libraries/data_drizzle.inc.php:253
msgid "Static lists of strings."
msgstr ""
#: 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 ""
#: 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 ""
#: 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 ""
#: 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 ""
#: 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 ""
#: 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 ""
#: 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 ""
#: 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 ""
#: 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 ""
#: 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 ""
#: 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 ""
#: libraries/data_mysql.inc.php:310
msgid "An alias for BIGINT UNSIGNED NOT NULL AUTO_INCREMENT UNIQUE."
msgstr ""
#: 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 "

314
po/az.po
View File

@ -3,7 +3,7 @@ msgid ""
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-25 13:27+0200\n"
"POT-Creation-Date: 2012-04-25 13:01+0100\n"
"PO-Revision-Date: 2012-03-27 16:55+0200\n"
"Last-Translator: Michal Čihař <michal@cihar.com>\n"
"Language-Team: azerbaijani <az@li.org>\n"
@ -3247,7 +3247,7 @@ msgstr ""
msgid "Execute"
msgstr ""
#: libraries/common.lib.php:3881
#: libraries/common.lib.php:3897
msgid "Print"
msgstr "Çap et"
@ -5639,6 +5639,316 @@ msgstr ""
msgid "possible deep recursion attack"
msgstr ""
#: libraries/data_drizzle.inc.php:238
msgid "Most common integer."
msgstr ""
#: libraries/data_drizzle.inc.php:239
msgid "Larger-range integer."
msgstr ""
#: libraries/data_drizzle.inc.php:240
msgid "Fixed precision number."
msgstr ""
#: libraries/data_drizzle.inc.php:241
msgid "Systems native double type."
msgstr ""
#: libraries/data_drizzle.inc.php:242
msgid "True or false."
msgstr ""
#: libraries/data_drizzle.inc.php:243
msgid ""
"A number is inserted in increasing order as rows are inserted into the table."
msgstr ""
#: libraries/data_drizzle.inc.php:244
msgid "Stores Universally Unique Identifiers (UUID)."
msgstr ""
#: libraries/data_drizzle.inc.php:245
#, fuzzy
#| msgid "Data only"
msgid "Dates only."
msgstr "Sadece me'lumat"
#: libraries/data_drizzle.inc.php:246 libraries/data_drizzle.inc.php:247
msgid "Both date and time."
msgstr ""
#: libraries/data_drizzle.inc.php:248
msgid "Time of day."
msgstr ""
#: libraries/data_drizzle.inc.php:249 libraries/data_drizzle.inc.php:251
msgid "Variable length data."
msgstr ""
#: libraries/data_drizzle.inc.php:250
msgid "Data which is over XXX in size"
msgstr ""
#: libraries/data_drizzle.inc.php:252
msgid ""
"Data which is over XXX in size. Uses a binary collation for all index usage."
msgstr ""
#: libraries/data_drizzle.inc.php:253
msgid "Static lists of strings."
msgstr ""
#: 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 ""
#: 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 ""
#: 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 ""
#: 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 ""
#: 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 ""
#: 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 ""
#: 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 ""
#: 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 ""
#: 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 ""
#: 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 ""
#: 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 ""
#: libraries/data_mysql.inc.php:310
msgid "An alias for BIGINT UNSIGNED NOT NULL AUTO_INCREMENT UNIQUE."
msgstr ""
#: 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 "

314
po/be.po
View File

@ -3,7 +3,7 @@ msgid ""
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-25 13:27+0200\n"
"POT-Creation-Date: 2012-04-25 13:01+0100\n"
"PO-Revision-Date: 2010-03-12 09:12+0100\n"
"Last-Translator: Automatically generated\n"
"Language-Team: belarusian_cyrillic <be@li.org>\n"
@ -3325,7 +3325,7 @@ msgstr ""
msgid "Execute"
msgstr ""
#: libraries/common.lib.php:3881
#: libraries/common.lib.php:3897
msgid "Print"
msgstr "Друк"
@ -5753,6 +5753,316 @@ msgstr ""
msgid "possible deep recursion attack"
msgstr ""
#: libraries/data_drizzle.inc.php:238
msgid "Most common integer."
msgstr ""
#: libraries/data_drizzle.inc.php:239
msgid "Larger-range integer."
msgstr ""
#: libraries/data_drizzle.inc.php:240
msgid "Fixed precision number."
msgstr ""
#: libraries/data_drizzle.inc.php:241
msgid "Systems native double type."
msgstr ""
#: libraries/data_drizzle.inc.php:242
msgid "True or false."
msgstr ""
#: libraries/data_drizzle.inc.php:243
msgid ""
"A number is inserted in increasing order as rows are inserted into the table."
msgstr ""
#: libraries/data_drizzle.inc.php:244
msgid "Stores Universally Unique Identifiers (UUID)."
msgstr ""
#: libraries/data_drizzle.inc.php:245
#, fuzzy
#| msgid "Data only"
msgid "Dates only."
msgstr "Толькі дадзеныя"
#: libraries/data_drizzle.inc.php:246 libraries/data_drizzle.inc.php:247
msgid "Both date and time."
msgstr ""
#: libraries/data_drizzle.inc.php:248
msgid "Time of day."
msgstr ""
#: libraries/data_drizzle.inc.php:249 libraries/data_drizzle.inc.php:251
msgid "Variable length data."
msgstr ""
#: libraries/data_drizzle.inc.php:250
msgid "Data which is over XXX in size"
msgstr ""
#: libraries/data_drizzle.inc.php:252
msgid ""
"Data which is over XXX in size. Uses a binary collation for all index usage."
msgstr ""
#: libraries/data_drizzle.inc.php:253
msgid "Static lists of strings."
msgstr ""
#: 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 ""
#: 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 ""
#: 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 ""
#: 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 ""
#: 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 ""
#: 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 ""
#: 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 ""
#: 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 ""
#: 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 ""
#: 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 ""
#: 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 ""
#: libraries/data_mysql.inc.php:310
msgid "An alias for BIGINT UNSIGNED NOT NULL AUTO_INCREMENT UNIQUE."
msgstr ""
#: 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
#, fuzzy
#| msgid "(or the local MySQL server's socket is not correctly configured)"

View File

@ -3,7 +3,7 @@ msgid ""
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-25 13:27+0200\n"
"POT-Creation-Date: 2012-04-25 13:01+0100\n"
"PO-Revision-Date: 2010-03-30 23:09+0200\n"
"Last-Translator: Michal <michal@cihar.com>\n"
"Language-Team: belarusian_latin <be@latin@li.org>\n"
@ -3343,7 +3343,7 @@ msgstr ""
msgid "Execute"
msgstr ""
#: libraries/common.lib.php:3881
#: libraries/common.lib.php:3897
msgid "Print"
msgstr "Druk"
@ -5739,6 +5739,316 @@ msgstr ""
msgid "possible deep recursion attack"
msgstr ""
#: libraries/data_drizzle.inc.php:238
msgid "Most common integer."
msgstr ""
#: libraries/data_drizzle.inc.php:239
msgid "Larger-range integer."
msgstr ""
#: libraries/data_drizzle.inc.php:240
msgid "Fixed precision number."
msgstr ""
#: libraries/data_drizzle.inc.php:241
msgid "Systems native double type."
msgstr ""
#: libraries/data_drizzle.inc.php:242
msgid "True or false."
msgstr ""
#: libraries/data_drizzle.inc.php:243
msgid ""
"A number is inserted in increasing order as rows are inserted into the table."
msgstr ""
#: libraries/data_drizzle.inc.php:244
msgid "Stores Universally Unique Identifiers (UUID)."
msgstr ""
#: libraries/data_drizzle.inc.php:245
#, fuzzy
#| msgid "Data only"
msgid "Dates only."
msgstr "Tolki dadzienyja"
#: libraries/data_drizzle.inc.php:246 libraries/data_drizzle.inc.php:247
msgid "Both date and time."
msgstr ""
#: libraries/data_drizzle.inc.php:248
msgid "Time of day."
msgstr ""
#: libraries/data_drizzle.inc.php:249 libraries/data_drizzle.inc.php:251
msgid "Variable length data."
msgstr ""
#: libraries/data_drizzle.inc.php:250
msgid "Data which is over XXX in size"
msgstr ""
#: libraries/data_drizzle.inc.php:252
msgid ""
"Data which is over XXX in size. Uses a binary collation for all index usage."
msgstr ""
#: libraries/data_drizzle.inc.php:253
msgid "Static lists of strings."
msgstr ""
#: 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 ""
#: 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 ""
#: 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 ""
#: 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 ""
#: 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 ""
#: 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 ""
#: 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 ""
#: 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 ""
#: 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 ""
#: 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 ""
#: 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 ""
#: libraries/data_mysql.inc.php:310
msgid "An alias for BIGINT UNSIGNED NOT NULL AUTO_INCREMENT UNIQUE."
msgstr ""
#: 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
#, fuzzy
#| msgid "(or the local MySQL server's socket is not correctly configured)"

314
po/bg.po
View File

@ -3,7 +3,7 @@ msgid ""
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-25 13:27+0200\n"
"POT-Creation-Date: 2012-04-25 13:01+0100\n"
"PO-Revision-Date: 2012-01-07 17:19+0200\n"
"Last-Translator: stoyan <stoyanster@gmail.com>\n"
"Language-Team: bulgarian <bg@li.org>\n"
@ -3089,7 +3089,7 @@ msgstr "Няма файлве за качване"
msgid "Execute"
msgstr "Изпълнение"
#: libraries/common.lib.php:3881
#: libraries/common.lib.php:3897
msgid "Print"
msgstr "Печат"
@ -5377,6 +5377,316 @@ msgstr ""
msgid "possible deep recursion attack"
msgstr ""
#: libraries/data_drizzle.inc.php:238
msgid "Most common integer."
msgstr ""
#: libraries/data_drizzle.inc.php:239
msgid "Larger-range integer."
msgstr ""
#: libraries/data_drizzle.inc.php:240
msgid "Fixed precision number."
msgstr ""
#: libraries/data_drizzle.inc.php:241
msgid "Systems native double type."
msgstr ""
#: libraries/data_drizzle.inc.php:242
msgid "True or false."
msgstr ""
#: libraries/data_drizzle.inc.php:243
msgid ""
"A number is inserted in increasing order as rows are inserted into the table."
msgstr ""
#: libraries/data_drizzle.inc.php:244
msgid "Stores Universally Unique Identifiers (UUID)."
msgstr ""
#: libraries/data_drizzle.inc.php:245
#, fuzzy
#| msgid "Data only"
msgid "Dates only."
msgstr "Само данните"
#: libraries/data_drizzle.inc.php:246 libraries/data_drizzle.inc.php:247
msgid "Both date and time."
msgstr ""
#: libraries/data_drizzle.inc.php:248
msgid "Time of day."
msgstr ""
#: libraries/data_drizzle.inc.php:249 libraries/data_drizzle.inc.php:251
msgid "Variable length data."
msgstr ""
#: libraries/data_drizzle.inc.php:250
msgid "Data which is over XXX in size"
msgstr ""
#: libraries/data_drizzle.inc.php:252
msgid ""
"Data which is over XXX in size. Uses a binary collation for all index usage."
msgstr ""
#: libraries/data_drizzle.inc.php:253
msgid "Static lists of strings."
msgstr ""
#: 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 ""
#: 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 ""
#: 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 ""
#: 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 ""
#: 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 ""
#: 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 ""
#: 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 ""
#: 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 ""
#: 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 ""
#: 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 ""
#: 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 ""
#: libraries/data_mysql.inc.php:310
msgid "An alias for BIGINT UNSIGNED NOT NULL AUTO_INCREMENT UNIQUE."
msgstr ""
#: 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 "

314
po/bn.po
View File

@ -3,7 +3,7 @@ msgid ""
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-25 13:27+0200\n"
"POT-Creation-Date: 2012-04-25 13:01+0100\n"
"PO-Revision-Date: 2012-03-27 16:56+0200\n"
"Last-Translator: Michal Čihař <michal@cihar.com>\n"
"Language-Team: bangla <bn@li.org>\n"
@ -3180,7 +3180,7 @@ msgstr ""
msgid "Execute"
msgstr ""
#: libraries/common.lib.php:3881
#: libraries/common.lib.php:3897
msgid "Print"
msgstr "প্রিন্ট কর"
@ -5600,6 +5600,316 @@ msgstr ""
msgid "possible deep recursion attack"
msgstr ""
#: libraries/data_drizzle.inc.php:238
msgid "Most common integer."
msgstr ""
#: libraries/data_drizzle.inc.php:239
msgid "Larger-range integer."
msgstr ""
#: libraries/data_drizzle.inc.php:240
msgid "Fixed precision number."
msgstr ""
#: libraries/data_drizzle.inc.php:241
msgid "Systems native double type."
msgstr ""
#: libraries/data_drizzle.inc.php:242
msgid "True or false."
msgstr ""
#: libraries/data_drizzle.inc.php:243
msgid ""
"A number is inserted in increasing order as rows are inserted into the table."
msgstr ""
#: libraries/data_drizzle.inc.php:244
msgid "Stores Universally Unique Identifiers (UUID)."
msgstr ""
#: libraries/data_drizzle.inc.php:245
#, fuzzy
#| msgid "Data only"
msgid "Dates only."
msgstr "শুধু ডাটা"
#: libraries/data_drizzle.inc.php:246 libraries/data_drizzle.inc.php:247
msgid "Both date and time."
msgstr ""
#: libraries/data_drizzle.inc.php:248
msgid "Time of day."
msgstr ""
#: libraries/data_drizzle.inc.php:249 libraries/data_drizzle.inc.php:251
msgid "Variable length data."
msgstr ""
#: libraries/data_drizzle.inc.php:250
msgid "Data which is over XXX in size"
msgstr ""
#: libraries/data_drizzle.inc.php:252
msgid ""
"Data which is over XXX in size. Uses a binary collation for all index usage."
msgstr ""
#: libraries/data_drizzle.inc.php:253
msgid "Static lists of strings."
msgstr ""
#: 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 ""
#: 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 ""
#: 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 ""
#: 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 ""
#: 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 ""
#: 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 ""
#: 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 ""
#: 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 ""
#: 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 ""
#: 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 ""
#: 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 ""
#: libraries/data_mysql.inc.php:310
msgid "An alias for BIGINT UNSIGNED NOT NULL AUTO_INCREMENT UNIQUE."
msgstr ""
#: 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
#, fuzzy
#| msgid " the local MySQL server's socket is not correctly configured)"

314
po/br.po
View File

@ -7,7 +7,7 @@ msgid ""
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-25 13:27+0200\n"
"POT-Creation-Date: 2012-04-25 13:01+0100\n"
"PO-Revision-Date: 2012-03-14 16:33+0200\n"
"Last-Translator: Michal Čihař <michal@cihar.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@ -3122,7 +3122,7 @@ msgstr "N'eus restr ebet da enporzhiañ"
msgid "Execute"
msgstr "Seveniñ"
#: libraries/common.lib.php:3881
#: libraries/common.lib.php:3897
msgid "Print"
msgstr "Moullañ"
@ -5451,6 +5451,316 @@ msgstr ""
msgid "possible deep recursion attack"
msgstr ""
#: libraries/data_drizzle.inc.php:238
msgid "Most common integer."
msgstr ""
#: libraries/data_drizzle.inc.php:239
msgid "Larger-range integer."
msgstr ""
#: libraries/data_drizzle.inc.php:240
msgid "Fixed precision number."
msgstr ""
#: libraries/data_drizzle.inc.php:241
msgid "Systems native double type."
msgstr ""
#: libraries/data_drizzle.inc.php:242
msgid "True or false."
msgstr ""
#: libraries/data_drizzle.inc.php:243
msgid ""
"A number is inserted in increasing order as rows are inserted into the table."
msgstr ""
#: libraries/data_drizzle.inc.php:244
msgid "Stores Universally Unique Identifiers (UUID)."
msgstr ""
#: libraries/data_drizzle.inc.php:245
#, fuzzy
#| msgid "Data only"
msgid "Dates only."
msgstr "Ar roadennoù hepken"
#: libraries/data_drizzle.inc.php:246 libraries/data_drizzle.inc.php:247
msgid "Both date and time."
msgstr ""
#: libraries/data_drizzle.inc.php:248
msgid "Time of day."
msgstr ""
#: libraries/data_drizzle.inc.php:249 libraries/data_drizzle.inc.php:251
msgid "Variable length data."
msgstr ""
#: libraries/data_drizzle.inc.php:250
msgid "Data which is over XXX in size"
msgstr ""
#: libraries/data_drizzle.inc.php:252
msgid ""
"Data which is over XXX in size. Uses a binary collation for all index usage."
msgstr ""
#: libraries/data_drizzle.inc.php:253
msgid "Static lists of strings."
msgstr ""
#: 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 ""
#: 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 ""
#: 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 ""
#: 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 ""
#: 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 ""
#: 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 ""
#: 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 ""
#: 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 ""
#: 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 ""
#: 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 ""
#: 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 ""
#: libraries/data_mysql.inc.php:310
msgid "An alias for BIGINT UNSIGNED NOT NULL AUTO_INCREMENT UNIQUE."
msgstr ""
#: 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 "

314
po/bs.po
View File

@ -3,7 +3,7 @@ msgid ""
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-25 13:27+0200\n"
"POT-Creation-Date: 2012-04-25 13:01+0100\n"
"PO-Revision-Date: 2010-03-12 09:12+0100\n"
"Last-Translator: Automatically generated\n"
"Language-Team: bosnian <bs@li.org>\n"
@ -3242,7 +3242,7 @@ msgstr ""
msgid "Execute"
msgstr ""
#: libraries/common.lib.php:3881
#: libraries/common.lib.php:3897
msgid "Print"
msgstr "Štampaj"
@ -5627,6 +5627,316 @@ msgstr ""
msgid "possible deep recursion attack"
msgstr ""
#: libraries/data_drizzle.inc.php:238
msgid "Most common integer."
msgstr ""
#: libraries/data_drizzle.inc.php:239
msgid "Larger-range integer."
msgstr ""
#: libraries/data_drizzle.inc.php:240
msgid "Fixed precision number."
msgstr ""
#: libraries/data_drizzle.inc.php:241
msgid "Systems native double type."
msgstr ""
#: libraries/data_drizzle.inc.php:242
msgid "True or false."
msgstr ""
#: libraries/data_drizzle.inc.php:243
msgid ""
"A number is inserted in increasing order as rows are inserted into the table."
msgstr ""
#: libraries/data_drizzle.inc.php:244
msgid "Stores Universally Unique Identifiers (UUID)."
msgstr ""
#: libraries/data_drizzle.inc.php:245
#, fuzzy
#| msgid "Data only"
msgid "Dates only."
msgstr "Samo podaci"
#: libraries/data_drizzle.inc.php:246 libraries/data_drizzle.inc.php:247
msgid "Both date and time."
msgstr ""
#: libraries/data_drizzle.inc.php:248
msgid "Time of day."
msgstr ""
#: libraries/data_drizzle.inc.php:249 libraries/data_drizzle.inc.php:251
msgid "Variable length data."
msgstr ""
#: libraries/data_drizzle.inc.php:250
msgid "Data which is over XXX in size"
msgstr ""
#: libraries/data_drizzle.inc.php:252
msgid ""
"Data which is over XXX in size. Uses a binary collation for all index usage."
msgstr ""
#: libraries/data_drizzle.inc.php:253
msgid "Static lists of strings."
msgstr ""
#: 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 ""
#: 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 ""
#: 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 ""
#: 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 ""
#: 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 ""
#: 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 ""
#: 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 ""
#: 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 ""
#: 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 ""
#: 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 ""
#: 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 ""
#: libraries/data_mysql.inc.php:310
msgid "An alias for BIGINT UNSIGNED NOT NULL AUTO_INCREMENT UNIQUE."
msgstr ""
#: 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 "

314
po/ca.po
View File

@ -3,7 +3,7 @@ msgid ""
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-25 13:27+0200\n"
"POT-Creation-Date: 2012-04-25 13:01+0100\n"
"PO-Revision-Date: 2012-03-28 14:16+0200\n"
"Last-Translator: Michal Čihař <michal@cihar.com>\n"
"Language-Team: catalan <ca@li.org>\n"
@ -3078,7 +3078,7 @@ msgstr "No hi ha cap arxiu per pujar"
msgid "Execute"
msgstr ""
#: libraries/common.lib.php:3881
#: libraries/common.lib.php:3897
msgid "Print"
msgstr "Imprimeix"
@ -5538,6 +5538,316 @@ msgstr "No es troba l'extensió %s. Comprova la configuració de PHP."
msgid "possible deep recursion attack"
msgstr ""
#: libraries/data_drizzle.inc.php:238
msgid "Most common integer."
msgstr ""
#: libraries/data_drizzle.inc.php:239
msgid "Larger-range integer."
msgstr ""
#: libraries/data_drizzle.inc.php:240
msgid "Fixed precision number."
msgstr ""
#: libraries/data_drizzle.inc.php:241
msgid "Systems native double type."
msgstr ""
#: libraries/data_drizzle.inc.php:242
msgid "True or false."
msgstr ""
#: libraries/data_drizzle.inc.php:243
msgid ""
"A number is inserted in increasing order as rows are inserted into the table."
msgstr ""
#: libraries/data_drizzle.inc.php:244
msgid "Stores Universally Unique Identifiers (UUID)."
msgstr ""
#: libraries/data_drizzle.inc.php:245
#, fuzzy
#| msgid "Data only"
msgid "Dates only."
msgstr "Només dades"
#: libraries/data_drizzle.inc.php:246 libraries/data_drizzle.inc.php:247
msgid "Both date and time."
msgstr ""
#: libraries/data_drizzle.inc.php:248
msgid "Time of day."
msgstr ""
#: libraries/data_drizzle.inc.php:249 libraries/data_drizzle.inc.php:251
msgid "Variable length data."
msgstr ""
#: libraries/data_drizzle.inc.php:250
msgid "Data which is over XXX in size"
msgstr ""
#: libraries/data_drizzle.inc.php:252
msgid ""
"Data which is over XXX in size. Uses a binary collation for all index usage."
msgstr ""
#: libraries/data_drizzle.inc.php:253
msgid "Static lists of strings."
msgstr ""
#: 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 ""
#: 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 ""
#: 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 ""
#: 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 ""
#: 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 ""
#: 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 ""
#: 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 ""
#: 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 ""
#: 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 ""
#: 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 ""
#: 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 ""
#: libraries/data_mysql.inc.php:310
msgid "An alias for BIGINT UNSIGNED NOT NULL AUTO_INCREMENT UNIQUE."
msgstr ""
#: 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 "

314
po/cs.po
View File

@ -5,7 +5,7 @@ msgid ""
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-25 13:27+0200\n"
"POT-Creation-Date: 2012-04-25 13:01+0100\n"
"PO-Revision-Date: 2012-04-19 11:44+0200\n"
"Last-Translator: Michal Čihař <michal@cihar.com>\n"
"Language-Team: czech <cs@li.org>\n"
@ -3061,7 +3061,7 @@ msgstr "Nebyl zvolen žádný soubor pro nahrání"
msgid "Execute"
msgstr "Spustit"
#: libraries/common.lib.php:3881
#: libraries/common.lib.php:3897
msgid "Print"
msgstr "Vytisknout"
@ -5495,6 +5495,316 @@ msgstr "Chybí rozšíření %s. Prosím zkontrolujte nastavení PHP."
msgid "possible deep recursion attack"
msgstr "možný útok rekurzí"
#: libraries/data_drizzle.inc.php:238
msgid "Most common integer."
msgstr ""
#: libraries/data_drizzle.inc.php:239
msgid "Larger-range integer."
msgstr ""
#: libraries/data_drizzle.inc.php:240
msgid "Fixed precision number."
msgstr ""
#: libraries/data_drizzle.inc.php:241
msgid "Systems native double type."
msgstr ""
#: libraries/data_drizzle.inc.php:242
msgid "True or false."
msgstr ""
#: libraries/data_drizzle.inc.php:243
msgid ""
"A number is inserted in increasing order as rows are inserted into the table."
msgstr ""
#: libraries/data_drizzle.inc.php:244
msgid "Stores Universally Unique Identifiers (UUID)."
msgstr ""
#: libraries/data_drizzle.inc.php:245
#, fuzzy
#| msgid "Data only"
msgid "Dates only."
msgstr "Jen data"
#: libraries/data_drizzle.inc.php:246 libraries/data_drizzle.inc.php:247
msgid "Both date and time."
msgstr ""
#: libraries/data_drizzle.inc.php:248
msgid "Time of day."
msgstr ""
#: libraries/data_drizzle.inc.php:249 libraries/data_drizzle.inc.php:251
msgid "Variable length data."
msgstr ""
#: libraries/data_drizzle.inc.php:250
msgid "Data which is over XXX in size"
msgstr ""
#: libraries/data_drizzle.inc.php:252
msgid ""
"Data which is over XXX in size. Uses a binary collation for all index usage."
msgstr ""
#: libraries/data_drizzle.inc.php:253
msgid "Static lists of strings."
msgstr ""
#: 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 ""
#: 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 ""
#: 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 ""
#: 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 ""
#: 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 ""
#: 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 ""
#: 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 ""
#: 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 ""
#: 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 ""
#: 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 ""
#: 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 ""
#: libraries/data_mysql.inc.php:310
msgid "An alias for BIGINT UNSIGNED NOT NULL AUTO_INCREMENT UNIQUE."
msgstr ""
#: 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 "

314
po/cy.po
View File

@ -6,7 +6,7 @@ msgid ""
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-25 13:27+0200\n"
"POT-Creation-Date: 2012-04-25 13:01+0100\n"
"PO-Revision-Date: 2011-05-19 21:21+0200\n"
"Last-Translator: <ardavies@tiscali.co.uk>\n"
"Language-Team: Welsh <cy@li.org>\n"
@ -3245,7 +3245,7 @@ msgstr ""
msgid "Execute"
msgstr ""
#: libraries/common.lib.php:3881
#: libraries/common.lib.php:3897
msgid "Print"
msgstr "Argraffu"
@ -5626,6 +5626,316 @@ msgstr ""
msgid "possible deep recursion attack"
msgstr ""
#: libraries/data_drizzle.inc.php:238
msgid "Most common integer."
msgstr ""
#: libraries/data_drizzle.inc.php:239
msgid "Larger-range integer."
msgstr ""
#: libraries/data_drizzle.inc.php:240
msgid "Fixed precision number."
msgstr ""
#: libraries/data_drizzle.inc.php:241
msgid "Systems native double type."
msgstr ""
#: libraries/data_drizzle.inc.php:242
msgid "True or false."
msgstr ""
#: libraries/data_drizzle.inc.php:243
msgid ""
"A number is inserted in increasing order as rows are inserted into the table."
msgstr ""
#: libraries/data_drizzle.inc.php:244
msgid "Stores Universally Unique Identifiers (UUID)."
msgstr ""
#: libraries/data_drizzle.inc.php:245
#, fuzzy
#| msgid "Data only"
msgid "Dates only."
msgstr "Data yn unig"
#: libraries/data_drizzle.inc.php:246 libraries/data_drizzle.inc.php:247
msgid "Both date and time."
msgstr ""
#: libraries/data_drizzle.inc.php:248
msgid "Time of day."
msgstr ""
#: libraries/data_drizzle.inc.php:249 libraries/data_drizzle.inc.php:251
msgid "Variable length data."
msgstr ""
#: libraries/data_drizzle.inc.php:250
msgid "Data which is over XXX in size"
msgstr ""
#: libraries/data_drizzle.inc.php:252
msgid ""
"Data which is over XXX in size. Uses a binary collation for all index usage."
msgstr ""
#: libraries/data_drizzle.inc.php:253
msgid "Static lists of strings."
msgstr ""
#: 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 ""
#: 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 ""
#: 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 ""
#: 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 ""
#: 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 ""
#: 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 ""
#: 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 ""
#: 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 ""
#: 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 ""
#: 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 ""
#: 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 ""
#: libraries/data_mysql.inc.php:310
msgid "An alias for BIGINT UNSIGNED NOT NULL AUTO_INCREMENT UNIQUE."
msgstr ""
#: 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 "

314
po/da.po
View File

@ -3,7 +3,7 @@ msgid ""
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-25 13:27+0200\n"
"POT-Creation-Date: 2012-04-25 13:01+0100\n"
"PO-Revision-Date: 2012-03-29 16:39+0200\n"
"Last-Translator: Michal Čihař <michal@cihar.com>\n"
"Language-Team: danish <da@li.org>\n"
@ -3134,7 +3134,7 @@ msgstr "Der er ikke nogen filer at uploade"
msgid "Execute"
msgstr "Udfør"
#: libraries/common.lib.php:3881
#: libraries/common.lib.php:3897
msgid "Print"
msgstr "Print"
@ -5586,6 +5586,316 @@ msgstr "%s udvidelsen mangler. Check din PHP-konfiguration."
msgid "possible deep recursion attack"
msgstr "muligt dybt rekursionsangreb"
#: libraries/data_drizzle.inc.php:238
msgid "Most common integer."
msgstr ""
#: libraries/data_drizzle.inc.php:239
msgid "Larger-range integer."
msgstr ""
#: libraries/data_drizzle.inc.php:240
msgid "Fixed precision number."
msgstr ""
#: libraries/data_drizzle.inc.php:241
msgid "Systems native double type."
msgstr ""
#: libraries/data_drizzle.inc.php:242
msgid "True or false."
msgstr ""
#: libraries/data_drizzle.inc.php:243
msgid ""
"A number is inserted in increasing order as rows are inserted into the table."
msgstr ""
#: libraries/data_drizzle.inc.php:244
msgid "Stores Universally Unique Identifiers (UUID)."
msgstr ""
#: libraries/data_drizzle.inc.php:245
#, fuzzy
#| msgid "Data only"
msgid "Dates only."
msgstr "Kun data"
#: libraries/data_drizzle.inc.php:246 libraries/data_drizzle.inc.php:247
msgid "Both date and time."
msgstr ""
#: libraries/data_drizzle.inc.php:248
msgid "Time of day."
msgstr ""
#: libraries/data_drizzle.inc.php:249 libraries/data_drizzle.inc.php:251
msgid "Variable length data."
msgstr ""
#: libraries/data_drizzle.inc.php:250
msgid "Data which is over XXX in size"
msgstr ""
#: libraries/data_drizzle.inc.php:252
msgid ""
"Data which is over XXX in size. Uses a binary collation for all index usage."
msgstr ""
#: libraries/data_drizzle.inc.php:253
msgid "Static lists of strings."
msgstr ""
#: 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 ""
#: 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 ""
#: 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 ""
#: 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 ""
#: 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 ""
#: 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 ""
#: 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 ""
#: 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 ""
#: 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 ""
#: 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 ""
#: 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 ""
#: libraries/data_mysql.inc.php:310
msgid "An alias for BIGINT UNSIGNED NOT NULL AUTO_INCREMENT UNIQUE."
msgstr ""
#: 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
#, fuzzy
#| msgid " the local MySQL server's socket is not correctly configured)"

314
po/de.po
View File

@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin-docs 4.0.0-dev\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n"
"POT-Creation-Date: 2012-04-25 13:27+0200\n"
"POT-Creation-Date: 2012-04-25 13:01+0100\n"
"PO-Revision-Date: 2012-04-18 18:32+0200\n"
"Last-Translator: Jan Dittberner <jandd@debian.org>\n"
"Language-Team: none\n"
@ -3102,7 +3102,7 @@ msgstr "Es sind keine Dateien zum Upload vorhanden"
msgid "Execute"
msgstr "Ausführen"
#: libraries/common.lib.php:3881
#: libraries/common.lib.php:3897
msgid "Print"
msgstr "Drucken"
@ -5571,6 +5571,316 @@ msgstr "Die Erweiterung %s fehlt. Bitte die PHP Konfiguration überprüfen."
msgid "possible deep recursion attack"
msgstr "möglicher Deep-Recursion-Angriff"
#: libraries/data_drizzle.inc.php:238
msgid "Most common integer."
msgstr ""
#: libraries/data_drizzle.inc.php:239
msgid "Larger-range integer."
msgstr ""
#: libraries/data_drizzle.inc.php:240
msgid "Fixed precision number."
msgstr ""
#: libraries/data_drizzle.inc.php:241
msgid "Systems native double type."
msgstr ""
#: libraries/data_drizzle.inc.php:242
msgid "True or false."
msgstr ""
#: libraries/data_drizzle.inc.php:243
msgid ""
"A number is inserted in increasing order as rows are inserted into the table."
msgstr ""
#: libraries/data_drizzle.inc.php:244
msgid "Stores Universally Unique Identifiers (UUID)."
msgstr ""
#: libraries/data_drizzle.inc.php:245
#, fuzzy
#| msgid "Data only"
msgid "Dates only."
msgstr "Nur Daten"
#: libraries/data_drizzle.inc.php:246 libraries/data_drizzle.inc.php:247
msgid "Both date and time."
msgstr ""
#: libraries/data_drizzle.inc.php:248
msgid "Time of day."
msgstr ""
#: libraries/data_drizzle.inc.php:249 libraries/data_drizzle.inc.php:251
msgid "Variable length data."
msgstr ""
#: libraries/data_drizzle.inc.php:250
msgid "Data which is over XXX in size"
msgstr ""
#: libraries/data_drizzle.inc.php:252
msgid ""
"Data which is over XXX in size. Uses a binary collation for all index usage."
msgstr ""
#: libraries/data_drizzle.inc.php:253
msgid "Static lists of strings."
msgstr ""
#: 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 ""
#: 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 ""
#: 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 ""
#: 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 ""
#: 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 ""
#: 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 ""
#: 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 ""
#: 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 ""
#: 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 ""
#: 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 ""
#: 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 ""
#: libraries/data_mysql.inc.php:310
msgid "An alias for BIGINT UNSIGNED NOT NULL AUTO_INCREMENT UNIQUE."
msgstr ""
#: 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 "

314
po/el.po
View File

@ -3,7 +3,7 @@ msgid ""
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-25 13:27+0200\n"
"POT-Creation-Date: 2012-04-25 13:01+0100\n"
"PO-Revision-Date: 2012-03-22 09:27+0200\n"
"Last-Translator: Panagiotis Papazoglou <papaz_p@yahoo.com>\n"
"Language-Team: greek <el@li.org>\n"
@ -3113,7 +3113,7 @@ msgstr "Δεν υπάρχουν αρχεία προς αποστολή"
msgid "Execute"
msgstr "Εκτέλεση"
#: libraries/common.lib.php:3881
#: libraries/common.lib.php:3897
msgid "Print"
msgstr "Εκτύπωση"
@ -5608,6 +5608,316 @@ msgstr "Η επέκταση %s λείπει. Δείτε τις ρυθμίσει
msgid "possible deep recursion attack"
msgstr "πιθανή βαθειά ανάδρομή επίθεση"
#: libraries/data_drizzle.inc.php:238
msgid "Most common integer."
msgstr ""
#: libraries/data_drizzle.inc.php:239
msgid "Larger-range integer."
msgstr ""
#: libraries/data_drizzle.inc.php:240
msgid "Fixed precision number."
msgstr ""
#: libraries/data_drizzle.inc.php:241
msgid "Systems native double type."
msgstr ""
#: libraries/data_drizzle.inc.php:242
msgid "True or false."
msgstr ""
#: libraries/data_drizzle.inc.php:243
msgid ""
"A number is inserted in increasing order as rows are inserted into the table."
msgstr ""
#: libraries/data_drizzle.inc.php:244
msgid "Stores Universally Unique Identifiers (UUID)."
msgstr ""
#: libraries/data_drizzle.inc.php:245
#, fuzzy
#| msgid "Data only"
msgid "Dates only."
msgstr "Μόνο τα δεδομένα"
#: libraries/data_drizzle.inc.php:246 libraries/data_drizzle.inc.php:247
msgid "Both date and time."
msgstr ""
#: libraries/data_drizzle.inc.php:248
msgid "Time of day."
msgstr ""
#: libraries/data_drizzle.inc.php:249 libraries/data_drizzle.inc.php:251
msgid "Variable length data."
msgstr ""
#: libraries/data_drizzle.inc.php:250
msgid "Data which is over XXX in size"
msgstr ""
#: libraries/data_drizzle.inc.php:252
msgid ""
"Data which is over XXX in size. Uses a binary collation for all index usage."
msgstr ""
#: libraries/data_drizzle.inc.php:253
msgid "Static lists of strings."
msgstr ""
#: 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 ""
#: 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 ""
#: 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 ""
#: 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 ""
#: 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 ""
#: 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 ""
#: 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 ""
#: 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 ""
#: 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 ""
#: 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 ""
#: 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 ""
#: libraries/data_mysql.inc.php:310
msgid "An alias for BIGINT UNSIGNED NOT NULL AUTO_INCREMENT UNIQUE."
msgstr ""
#: 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 "

View File

@ -5,7 +5,7 @@ msgid ""
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-25 13:27+0200\n"
"POT-Creation-Date: 2012-04-25 13:01+0100\n"
"PO-Revision-Date: 2012-04-12 15:12+0200\n"
"Last-Translator: Robert Readman <robert_readman@hotmail.com>\n"
"Language-Team: english-gb <en_GB@li.org>\n"
@ -3058,7 +3058,7 @@ msgstr "There are no files to upload"
msgid "Execute"
msgstr "Execute"
#: libraries/common.lib.php:3881
#: libraries/common.lib.php:3897
msgid "Print"
msgstr "Print"
@ -5503,6 +5503,316 @@ msgstr "The %s extension is missing. Please check your PHP configuration."
msgid "possible deep recursion attack"
msgstr "possible deep recursion attack"
#: libraries/data_drizzle.inc.php:238
msgid "Most common integer."
msgstr ""
#: libraries/data_drizzle.inc.php:239
msgid "Larger-range integer."
msgstr ""
#: libraries/data_drizzle.inc.php:240
msgid "Fixed precision number."
msgstr ""
#: libraries/data_drizzle.inc.php:241
msgid "Systems native double type."
msgstr ""
#: libraries/data_drizzle.inc.php:242
msgid "True or false."
msgstr ""
#: libraries/data_drizzle.inc.php:243
msgid ""
"A number is inserted in increasing order as rows are inserted into the table."
msgstr ""
#: libraries/data_drizzle.inc.php:244
msgid "Stores Universally Unique Identifiers (UUID)."
msgstr ""
#: libraries/data_drizzle.inc.php:245
#, fuzzy
#| msgid "Data only"
msgid "Dates only."
msgstr "Data only"
#: libraries/data_drizzle.inc.php:246 libraries/data_drizzle.inc.php:247
msgid "Both date and time."
msgstr ""
#: libraries/data_drizzle.inc.php:248
msgid "Time of day."
msgstr ""
#: libraries/data_drizzle.inc.php:249 libraries/data_drizzle.inc.php:251
msgid "Variable length data."
msgstr ""
#: libraries/data_drizzle.inc.php:250
msgid "Data which is over XXX in size"
msgstr ""
#: libraries/data_drizzle.inc.php:252
msgid ""
"Data which is over XXX in size. Uses a binary collation for all index usage."
msgstr ""
#: libraries/data_drizzle.inc.php:253
msgid "Static lists of strings."
msgstr ""
#: 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 ""
#: 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 ""
#: 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 ""
#: 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 ""
#: 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 ""
#: 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 ""
#: 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 ""
#: 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 ""
#: 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 ""
#: 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 ""
#: 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 ""
#: libraries/data_mysql.inc.php:310
msgid "An alias for BIGINT UNSIGNED NOT NULL AUTO_INCREMENT UNIQUE."
msgstr ""
#: 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 "

314
po/es.po
View File

@ -3,7 +3,7 @@ msgid ""
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-25 13:27+0200\n"
"POT-Creation-Date: 2012-04-25 13:01+0100\n"
"PO-Revision-Date: 2012-04-19 16:45+0200\n"
"Last-Translator: Matías Bellone <matiasbellone@gmail.com>\n"
"Language-Team: spanish <es@li.org>\n"
@ -3100,7 +3100,7 @@ msgstr "No hay archivos para subir"
msgid "Execute"
msgstr "Ejecutar"
#: libraries/common.lib.php:3881
#: libraries/common.lib.php:3897
msgid "Print"
msgstr "Imprimir"
@ -5607,6 +5607,316 @@ msgstr "No se encontró la extensión %s. Por favor revisa la configuración PHP
msgid "possible deep recursion attack"
msgstr "posible ataque de recursión extrema"
#: libraries/data_drizzle.inc.php:238
msgid "Most common integer."
msgstr ""
#: libraries/data_drizzle.inc.php:239
msgid "Larger-range integer."
msgstr ""
#: libraries/data_drizzle.inc.php:240
msgid "Fixed precision number."
msgstr ""
#: libraries/data_drizzle.inc.php:241
msgid "Systems native double type."
msgstr ""
#: libraries/data_drizzle.inc.php:242
msgid "True or false."
msgstr ""
#: libraries/data_drizzle.inc.php:243
msgid ""
"A number is inserted in increasing order as rows are inserted into the table."
msgstr ""
#: libraries/data_drizzle.inc.php:244
msgid "Stores Universally Unique Identifiers (UUID)."
msgstr ""
#: libraries/data_drizzle.inc.php:245
#, fuzzy
#| msgid "Data only"
msgid "Dates only."
msgstr "Solamente datos"
#: libraries/data_drizzle.inc.php:246 libraries/data_drizzle.inc.php:247
msgid "Both date and time."
msgstr ""
#: libraries/data_drizzle.inc.php:248
msgid "Time of day."
msgstr ""
#: libraries/data_drizzle.inc.php:249 libraries/data_drizzle.inc.php:251
msgid "Variable length data."
msgstr ""
#: libraries/data_drizzle.inc.php:250
msgid "Data which is over XXX in size"
msgstr ""
#: libraries/data_drizzle.inc.php:252
msgid ""
"Data which is over XXX in size. Uses a binary collation for all index usage."
msgstr ""
#: libraries/data_drizzle.inc.php:253
msgid "Static lists of strings."
msgstr ""
#: 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 ""
#: 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 ""
#: 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 ""
#: 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 ""
#: 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 ""
#: 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 ""
#: 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 ""
#: 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 ""
#: 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 ""
#: 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 ""
#: 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 ""
#: libraries/data_mysql.inc.php:310
msgid "An alias for BIGINT UNSIGNED NOT NULL AUTO_INCREMENT UNIQUE."
msgstr ""
#: 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 "

314
po/et.po
View File

@ -5,7 +5,7 @@ msgid ""
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-25 13:27+0200\n"
"POT-Creation-Date: 2012-04-25 13:01+0100\n"
"PO-Revision-Date: 2012-04-19 18:04+0200\n"
"Last-Translator: LiivaneLord <liivane.lord@mail.ee>\n"
"Language-Team: estonian <et@li.org>\n"
@ -3055,7 +3055,7 @@ msgstr "Seal pole faile, mida üles laadida"
msgid "Execute"
msgstr "Teosta"
#: libraries/common.lib.php:3881
#: libraries/common.lib.php:3897
msgid "Print"
msgstr "Prindi"
@ -5494,6 +5494,316 @@ msgstr "%s laiend on puudu. Palun kontrolli oma PHP seadistust."
msgid "possible deep recursion attack"
msgstr "võimalik tõsine rünnak"
#: libraries/data_drizzle.inc.php:238
msgid "Most common integer."
msgstr ""
#: libraries/data_drizzle.inc.php:239
msgid "Larger-range integer."
msgstr ""
#: libraries/data_drizzle.inc.php:240
msgid "Fixed precision number."
msgstr ""
#: libraries/data_drizzle.inc.php:241
msgid "Systems native double type."
msgstr ""
#: libraries/data_drizzle.inc.php:242
msgid "True or false."
msgstr ""
#: libraries/data_drizzle.inc.php:243
msgid ""
"A number is inserted in increasing order as rows are inserted into the table."
msgstr ""
#: libraries/data_drizzle.inc.php:244
msgid "Stores Universally Unique Identifiers (UUID)."
msgstr ""
#: libraries/data_drizzle.inc.php:245
#, fuzzy
#| msgid "Data only"
msgid "Dates only."
msgstr "Ainult andmed"
#: libraries/data_drizzle.inc.php:246 libraries/data_drizzle.inc.php:247
msgid "Both date and time."
msgstr ""
#: libraries/data_drizzle.inc.php:248
msgid "Time of day."
msgstr ""
#: libraries/data_drizzle.inc.php:249 libraries/data_drizzle.inc.php:251
msgid "Variable length data."
msgstr ""
#: libraries/data_drizzle.inc.php:250
msgid "Data which is over XXX in size"
msgstr ""
#: libraries/data_drizzle.inc.php:252
msgid ""
"Data which is over XXX in size. Uses a binary collation for all index usage."
msgstr ""
#: libraries/data_drizzle.inc.php:253
msgid "Static lists of strings."
msgstr ""
#: 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 ""
#: 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 ""
#: 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 ""
#: 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 ""
#: 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 ""
#: 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 ""
#: 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 ""
#: 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 ""
#: 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 ""
#: 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 ""
#: 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 ""
#: libraries/data_mysql.inc.php:310
msgid "An alias for BIGINT UNSIGNED NOT NULL AUTO_INCREMENT UNIQUE."
msgstr ""
#: 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 "

314
po/eu.po
View File

@ -3,7 +3,7 @@ msgid ""
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-25 13:27+0200\n"
"POT-Creation-Date: 2012-04-25 13:01+0100\n"
"PO-Revision-Date: 2011-11-04 13:00+0200\n"
"Last-Translator: karrikas <karrikas@gmail.com>\n"
"Language-Team: basque <eu@li.org>\n"
@ -3193,7 +3193,7 @@ msgstr ""
msgid "Execute"
msgstr ""
#: libraries/common.lib.php:3881
#: libraries/common.lib.php:3897
msgid "Print"
msgstr "Inprimatu"
@ -5580,6 +5580,316 @@ msgstr ""
msgid "possible deep recursion attack"
msgstr ""
#: libraries/data_drizzle.inc.php:238
msgid "Most common integer."
msgstr ""
#: libraries/data_drizzle.inc.php:239
msgid "Larger-range integer."
msgstr ""
#: libraries/data_drizzle.inc.php:240
msgid "Fixed precision number."
msgstr ""
#: libraries/data_drizzle.inc.php:241
msgid "Systems native double type."
msgstr ""
#: libraries/data_drizzle.inc.php:242
msgid "True or false."
msgstr ""
#: libraries/data_drizzle.inc.php:243
msgid ""
"A number is inserted in increasing order as rows are inserted into the table."
msgstr ""
#: libraries/data_drizzle.inc.php:244
msgid "Stores Universally Unique Identifiers (UUID)."
msgstr ""
#: libraries/data_drizzle.inc.php:245
#, fuzzy
#| msgid "Data only"
msgid "Dates only."
msgstr "Datuak soilik"
#: libraries/data_drizzle.inc.php:246 libraries/data_drizzle.inc.php:247
msgid "Both date and time."
msgstr ""
#: libraries/data_drizzle.inc.php:248
msgid "Time of day."
msgstr ""
#: libraries/data_drizzle.inc.php:249 libraries/data_drizzle.inc.php:251
msgid "Variable length data."
msgstr ""
#: libraries/data_drizzle.inc.php:250
msgid "Data which is over XXX in size"
msgstr ""
#: libraries/data_drizzle.inc.php:252
msgid ""
"Data which is over XXX in size. Uses a binary collation for all index usage."
msgstr ""
#: libraries/data_drizzle.inc.php:253
msgid "Static lists of strings."
msgstr ""
#: 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 ""
#: 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 ""
#: 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 ""
#: 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 ""
#: 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 ""
#: 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 ""
#: 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 ""
#: 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 ""
#: 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 ""
#: 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 ""
#: 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 ""
#: libraries/data_mysql.inc.php:310
msgid "An alias for BIGINT UNSIGNED NOT NULL AUTO_INCREMENT UNIQUE."
msgstr ""
#: 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 "

314
po/fa.po
View File

@ -3,7 +3,7 @@ msgid ""
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-25 13:27+0200\n"
"POT-Creation-Date: 2012-04-25 13:01+0100\n"
"PO-Revision-Date: 2010-05-19 03:54+0200\n"
"Last-Translator: <ahmad_usa2007@yahoo.com>\n"
"Language-Team: persian <fa@li.org>\n"
@ -3202,7 +3202,7 @@ msgstr ""
msgid "Execute"
msgstr ""
#: libraries/common.lib.php:3881
#: libraries/common.lib.php:3897
msgid "Print"
msgstr "چاپ"
@ -5561,6 +5561,316 @@ msgstr ""
msgid "possible deep recursion attack"
msgstr ""
#: libraries/data_drizzle.inc.php:238
msgid "Most common integer."
msgstr ""
#: libraries/data_drizzle.inc.php:239
msgid "Larger-range integer."
msgstr ""
#: libraries/data_drizzle.inc.php:240
msgid "Fixed precision number."
msgstr ""
#: libraries/data_drizzle.inc.php:241
msgid "Systems native double type."
msgstr ""
#: libraries/data_drizzle.inc.php:242
msgid "True or false."
msgstr ""
#: libraries/data_drizzle.inc.php:243
msgid ""
"A number is inserted in increasing order as rows are inserted into the table."
msgstr ""
#: libraries/data_drizzle.inc.php:244
msgid "Stores Universally Unique Identifiers (UUID)."
msgstr ""
#: libraries/data_drizzle.inc.php:245
#, fuzzy
#| msgid "Data only"
msgid "Dates only."
msgstr "فقط داده‌ها"
#: libraries/data_drizzle.inc.php:246 libraries/data_drizzle.inc.php:247
msgid "Both date and time."
msgstr ""
#: libraries/data_drizzle.inc.php:248
msgid "Time of day."
msgstr ""
#: libraries/data_drizzle.inc.php:249 libraries/data_drizzle.inc.php:251
msgid "Variable length data."
msgstr ""
#: libraries/data_drizzle.inc.php:250
msgid "Data which is over XXX in size"
msgstr ""
#: libraries/data_drizzle.inc.php:252
msgid ""
"Data which is over XXX in size. Uses a binary collation for all index usage."
msgstr ""
#: libraries/data_drizzle.inc.php:253
msgid "Static lists of strings."
msgstr ""
#: 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 ""
#: 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 ""
#: 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 ""
#: 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 ""
#: 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 ""
#: 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 ""
#: 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 ""
#: 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 ""
#: 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 ""
#: 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 ""
#: 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 ""
#: libraries/data_mysql.inc.php:310
msgid "An alias for BIGINT UNSIGNED NOT NULL AUTO_INCREMENT UNIQUE."
msgstr ""
#: 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 "

314
po/fi.po
View File

@ -3,7 +3,7 @@ msgid ""
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-25 13:27+0200\n"
"POT-Creation-Date: 2012-04-25 13:01+0100\n"
"PO-Revision-Date: 2012-04-14 19:28+0200\n"
"Last-Translator: Timo Moisio <tm8544@hotmail.com>\n"
"Language-Team: finnish <fi@li.org>\n"
@ -3082,7 +3082,7 @@ msgstr "Lähetettäviä tiedostoja ei ole"
msgid "Execute"
msgstr "Suorita"
#: libraries/common.lib.php:3881
#: libraries/common.lib.php:3897
msgid "Print"
msgstr "Tulosta"
@ -5597,6 +5597,316 @@ msgstr ""
msgid "possible deep recursion attack"
msgstr ""
#: libraries/data_drizzle.inc.php:238
msgid "Most common integer."
msgstr ""
#: libraries/data_drizzle.inc.php:239
msgid "Larger-range integer."
msgstr ""
#: libraries/data_drizzle.inc.php:240
msgid "Fixed precision number."
msgstr ""
#: libraries/data_drizzle.inc.php:241
msgid "Systems native double type."
msgstr ""
#: libraries/data_drizzle.inc.php:242
msgid "True or false."
msgstr ""
#: libraries/data_drizzle.inc.php:243
msgid ""
"A number is inserted in increasing order as rows are inserted into the table."
msgstr ""
#: libraries/data_drizzle.inc.php:244
msgid "Stores Universally Unique Identifiers (UUID)."
msgstr ""
#: libraries/data_drizzle.inc.php:245
#, fuzzy
#| msgid "Data only"
msgid "Dates only."
msgstr "Vain tiedot"
#: libraries/data_drizzle.inc.php:246 libraries/data_drizzle.inc.php:247
msgid "Both date and time."
msgstr ""
#: libraries/data_drizzle.inc.php:248
msgid "Time of day."
msgstr ""
#: libraries/data_drizzle.inc.php:249 libraries/data_drizzle.inc.php:251
msgid "Variable length data."
msgstr ""
#: libraries/data_drizzle.inc.php:250
msgid "Data which is over XXX in size"
msgstr ""
#: libraries/data_drizzle.inc.php:252
msgid ""
"Data which is over XXX in size. Uses a binary collation for all index usage."
msgstr ""
#: libraries/data_drizzle.inc.php:253
msgid "Static lists of strings."
msgstr ""
#: 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 ""
#: 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 ""
#: 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 ""
#: 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 ""
#: 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 ""
#: 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 ""
#: 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 ""
#: 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 ""
#: 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 ""
#: 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 ""
#: 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 ""
#: libraries/data_mysql.inc.php:310
msgid "An alias for BIGINT UNSIGNED NOT NULL AUTO_INCREMENT UNIQUE."
msgstr ""
#: 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
#, fuzzy
#| msgid " the local MySQL server's socket is not correctly configured)"

314
po/fr.po
View File

@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin-docs 4.0.0-dev\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n"
"POT-Creation-Date: 2012-04-25 13:27+0200\n"
"POT-Creation-Date: 2012-04-25 13:01+0100\n"
"PO-Revision-Date: 2012-04-19 12:34+0200\n"
"Last-Translator: Marc Delisle <marc@infomarc.info>\n"
"Language-Team: none\n"
@ -3089,7 +3089,7 @@ msgstr "Aucun fichier n'est disponible pour le transfert"
msgid "Execute"
msgstr "Exécuter"
#: libraries/common.lib.php:3881
#: libraries/common.lib.php:3897
msgid "Print"
msgstr "Imprimer"
@ -5558,6 +5558,316 @@ msgstr "Il manque l'extension %s. Veuillez vérifier votre configuration PHP."
msgid "possible deep recursion attack"
msgstr "possible attaque récursive"
#: libraries/data_drizzle.inc.php:238
msgid "Most common integer."
msgstr ""
#: libraries/data_drizzle.inc.php:239
msgid "Larger-range integer."
msgstr ""
#: libraries/data_drizzle.inc.php:240
msgid "Fixed precision number."
msgstr ""
#: libraries/data_drizzle.inc.php:241
msgid "Systems native double type."
msgstr ""
#: libraries/data_drizzle.inc.php:242
msgid "True or false."
msgstr ""
#: libraries/data_drizzle.inc.php:243
msgid ""
"A number is inserted in increasing order as rows are inserted into the table."
msgstr ""
#: libraries/data_drizzle.inc.php:244
msgid "Stores Universally Unique Identifiers (UUID)."
msgstr ""
#: libraries/data_drizzle.inc.php:245
#, fuzzy
#| msgid "Data only"
msgid "Dates only."
msgstr "Données seulement"
#: libraries/data_drizzle.inc.php:246 libraries/data_drizzle.inc.php:247
msgid "Both date and time."
msgstr ""
#: libraries/data_drizzle.inc.php:248
msgid "Time of day."
msgstr ""
#: libraries/data_drizzle.inc.php:249 libraries/data_drizzle.inc.php:251
msgid "Variable length data."
msgstr ""
#: libraries/data_drizzle.inc.php:250
msgid "Data which is over XXX in size"
msgstr ""
#: libraries/data_drizzle.inc.php:252
msgid ""
"Data which is over XXX in size. Uses a binary collation for all index usage."
msgstr ""
#: libraries/data_drizzle.inc.php:253
msgid "Static lists of strings."
msgstr ""
#: 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 ""
#: 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 ""
#: 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 ""
#: 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 ""
#: 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 ""
#: 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 ""
#: 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 ""
#: 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 ""
#: 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 ""
#: 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 ""
#: 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 ""
#: libraries/data_mysql.inc.php:310
msgid "An alias for BIGINT UNSIGNED NOT NULL AUTO_INCREMENT UNIQUE."
msgstr ""
#: 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 "

314
po/gl.po
View File

@ -3,7 +3,7 @@ msgid ""
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-25 13:27+0200\n"
"POT-Creation-Date: 2012-04-25 13:01+0100\n"
"PO-Revision-Date: 2012-04-17 16:56+0200\n"
"Last-Translator: Julio Guerra <xullo123@hotmail.com>\n"
"Language-Team: Independant\n"
@ -3041,7 +3041,7 @@ msgstr "Non hai arquivos para subir"
msgid "Execute"
msgstr "Executar"
#: libraries/common.lib.php:3881
#: libraries/common.lib.php:3897
msgid "Print"
msgstr "Imprimir"
@ -5481,6 +5481,316 @@ msgstr "Falta a extensión %s. Por favor comprobe a configuración do PHP."
msgid "possible deep recursion attack"
msgstr "posible ataque deep recursion"
#: libraries/data_drizzle.inc.php:238
msgid "Most common integer."
msgstr ""
#: libraries/data_drizzle.inc.php:239
msgid "Larger-range integer."
msgstr ""
#: libraries/data_drizzle.inc.php:240
msgid "Fixed precision number."
msgstr ""
#: libraries/data_drizzle.inc.php:241
msgid "Systems native double type."
msgstr ""
#: libraries/data_drizzle.inc.php:242
msgid "True or false."
msgstr ""
#: libraries/data_drizzle.inc.php:243
msgid ""
"A number is inserted in increasing order as rows are inserted into the table."
msgstr ""
#: libraries/data_drizzle.inc.php:244
msgid "Stores Universally Unique Identifiers (UUID)."
msgstr ""
#: libraries/data_drizzle.inc.php:245
#, fuzzy
#| msgid "Data only"
msgid "Dates only."
msgstr "Só os datos"
#: libraries/data_drizzle.inc.php:246 libraries/data_drizzle.inc.php:247
msgid "Both date and time."
msgstr ""
#: libraries/data_drizzle.inc.php:248
msgid "Time of day."
msgstr ""
#: libraries/data_drizzle.inc.php:249 libraries/data_drizzle.inc.php:251
msgid "Variable length data."
msgstr ""
#: libraries/data_drizzle.inc.php:250
msgid "Data which is over XXX in size"
msgstr ""
#: libraries/data_drizzle.inc.php:252
msgid ""
"Data which is over XXX in size. Uses a binary collation for all index usage."
msgstr ""
#: libraries/data_drizzle.inc.php:253
msgid "Static lists of strings."
msgstr ""
#: 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 ""
#: 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 ""
#: 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 ""
#: 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 ""
#: 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 ""
#: 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 ""
#: 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 ""
#: 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 ""
#: 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 ""
#: 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 ""
#: 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 ""
#: libraries/data_mysql.inc.php:310
msgid "An alias for BIGINT UNSIGNED NOT NULL AUTO_INCREMENT UNIQUE."
msgstr ""
#: 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 "

314
po/he.po
View File

@ -3,7 +3,7 @@ msgid ""
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-25 13:27+0200\n"
"POT-Creation-Date: 2012-04-25 13:01+0100\n"
"PO-Revision-Date: 2012-04-19 14:33+0200\n"
"Last-Translator: Yaron Shahrabani <sh.yaron@gmail.com>\n"
"Language-Team: hebrew <he@li.org>\n"
@ -3182,7 +3182,7 @@ msgstr ""
msgid "Execute"
msgstr ""
#: libraries/common.lib.php:3881
#: libraries/common.lib.php:3897
msgid "Print"
msgstr "הדפסה"
@ -5571,6 +5571,316 @@ msgstr ""
msgid "possible deep recursion attack"
msgstr ""
#: libraries/data_drizzle.inc.php:238
msgid "Most common integer."
msgstr ""
#: libraries/data_drizzle.inc.php:239
msgid "Larger-range integer."
msgstr ""
#: libraries/data_drizzle.inc.php:240
msgid "Fixed precision number."
msgstr ""
#: libraries/data_drizzle.inc.php:241
msgid "Systems native double type."
msgstr ""
#: libraries/data_drizzle.inc.php:242
msgid "True or false."
msgstr ""
#: libraries/data_drizzle.inc.php:243
msgid ""
"A number is inserted in increasing order as rows are inserted into the table."
msgstr ""
#: libraries/data_drizzle.inc.php:244
msgid "Stores Universally Unique Identifiers (UUID)."
msgstr ""
#: libraries/data_drizzle.inc.php:245
#, fuzzy
#| msgid "Data only"
msgid "Dates only."
msgstr "נתונים בלבד"
#: libraries/data_drizzle.inc.php:246 libraries/data_drizzle.inc.php:247
msgid "Both date and time."
msgstr ""
#: libraries/data_drizzle.inc.php:248
msgid "Time of day."
msgstr ""
#: libraries/data_drizzle.inc.php:249 libraries/data_drizzle.inc.php:251
msgid "Variable length data."
msgstr ""
#: libraries/data_drizzle.inc.php:250
msgid "Data which is over XXX in size"
msgstr ""
#: libraries/data_drizzle.inc.php:252
msgid ""
"Data which is over XXX in size. Uses a binary collation for all index usage."
msgstr ""
#: libraries/data_drizzle.inc.php:253
msgid "Static lists of strings."
msgstr ""
#: 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 ""
#: 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 ""
#: 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 ""
#: 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 ""
#: 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 ""
#: 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 ""
#: 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 ""
#: 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 ""
#: 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 ""
#: 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 ""
#: 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 ""
#: libraries/data_mysql.inc.php:310
msgid "An alias for BIGINT UNSIGNED NOT NULL AUTO_INCREMENT UNIQUE."
msgstr ""
#: 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 "

314
po/hi.po
View File

@ -3,7 +3,7 @@ msgid ""
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-25 13:27+0200\n"
"POT-Creation-Date: 2012-04-25 13:01+0100\n"
"PO-Revision-Date: 2012-03-27 16:58+0200\n"
"Last-Translator: Michal Čihař <michal@cihar.com>\n"
"Language-Team: hindi <hi@li.org>\n"
@ -3204,7 +3204,7 @@ msgstr "अपलोड करने के लिए फाइल उपलब
msgid "Execute"
msgstr ""
#: libraries/common.lib.php:3881
#: libraries/common.lib.php:3897
msgid "Print"
msgstr "छापें"
@ -5568,6 +5568,316 @@ msgstr "%s विस्तार गायब है. कृपया अपन
msgid "possible deep recursion attack"
msgstr ""
#: libraries/data_drizzle.inc.php:238
msgid "Most common integer."
msgstr ""
#: libraries/data_drizzle.inc.php:239
msgid "Larger-range integer."
msgstr ""
#: libraries/data_drizzle.inc.php:240
msgid "Fixed precision number."
msgstr ""
#: libraries/data_drizzle.inc.php:241
msgid "Systems native double type."
msgstr ""
#: libraries/data_drizzle.inc.php:242
msgid "True or false."
msgstr ""
#: libraries/data_drizzle.inc.php:243
msgid ""
"A number is inserted in increasing order as rows are inserted into the table."
msgstr ""
#: libraries/data_drizzle.inc.php:244
msgid "Stores Universally Unique Identifiers (UUID)."
msgstr ""
#: libraries/data_drizzle.inc.php:245
#, fuzzy
#| msgid "Data only"
msgid "Dates only."
msgstr "केवल डाटा"
#: libraries/data_drizzle.inc.php:246 libraries/data_drizzle.inc.php:247
msgid "Both date and time."
msgstr ""
#: libraries/data_drizzle.inc.php:248
msgid "Time of day."
msgstr ""
#: libraries/data_drizzle.inc.php:249 libraries/data_drizzle.inc.php:251
msgid "Variable length data."
msgstr ""
#: libraries/data_drizzle.inc.php:250
msgid "Data which is over XXX in size"
msgstr ""
#: libraries/data_drizzle.inc.php:252
msgid ""
"Data which is over XXX in size. Uses a binary collation for all index usage."
msgstr ""
#: libraries/data_drizzle.inc.php:253
msgid "Static lists of strings."
msgstr ""
#: 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 ""
#: 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 ""
#: 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 ""
#: 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 ""
#: 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 ""
#: 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 ""
#: 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 ""
#: 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 ""
#: 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 ""
#: 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 ""
#: 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 ""
#: libraries/data_mysql.inc.php:310
msgid "An alias for BIGINT UNSIGNED NOT NULL AUTO_INCREMENT UNIQUE."
msgstr ""
#: 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 "

314
po/hr.po
View File

@ -3,7 +3,7 @@ msgid ""
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-25 13:27+0200\n"
"POT-Creation-Date: 2012-04-25 13:01+0100\n"
"PO-Revision-Date: 2012-03-03 09:52+0100\n"
"Last-Translator: Nikola Vojković <vojka@xnet.hr>\n"
"Language-Team: croatian <hr@li.org>\n"
@ -3321,7 +3321,7 @@ msgstr ""
msgid "Execute"
msgstr "Izvrši"
#: libraries/common.lib.php:3881
#: libraries/common.lib.php:3897
msgid "Print"
msgstr "Ispiši"
@ -5740,6 +5740,316 @@ msgstr ""
msgid "possible deep recursion attack"
msgstr ""
#: libraries/data_drizzle.inc.php:238
msgid "Most common integer."
msgstr ""
#: libraries/data_drizzle.inc.php:239
msgid "Larger-range integer."
msgstr ""
#: libraries/data_drizzle.inc.php:240
msgid "Fixed precision number."
msgstr ""
#: libraries/data_drizzle.inc.php:241
msgid "Systems native double type."
msgstr ""
#: libraries/data_drizzle.inc.php:242
msgid "True or false."
msgstr ""
#: libraries/data_drizzle.inc.php:243
msgid ""
"A number is inserted in increasing order as rows are inserted into the table."
msgstr ""
#: libraries/data_drizzle.inc.php:244
msgid "Stores Universally Unique Identifiers (UUID)."
msgstr ""
#: libraries/data_drizzle.inc.php:245
#, fuzzy
#| msgid "Data only"
msgid "Dates only."
msgstr "Samo podatke"
#: libraries/data_drizzle.inc.php:246 libraries/data_drizzle.inc.php:247
msgid "Both date and time."
msgstr ""
#: libraries/data_drizzle.inc.php:248
msgid "Time of day."
msgstr ""
#: libraries/data_drizzle.inc.php:249 libraries/data_drizzle.inc.php:251
msgid "Variable length data."
msgstr ""
#: libraries/data_drizzle.inc.php:250
msgid "Data which is over XXX in size"
msgstr ""
#: libraries/data_drizzle.inc.php:252
msgid ""
"Data which is over XXX in size. Uses a binary collation for all index usage."
msgstr ""
#: libraries/data_drizzle.inc.php:253
msgid "Static lists of strings."
msgstr ""
#: 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 ""
#: 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 ""
#: 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 ""
#: 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 ""
#: 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 ""
#: 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 ""
#: 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 ""
#: 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 ""
#: 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 ""
#: 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 ""
#: 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 ""
#: libraries/data_mysql.inc.php:310
msgid "An alias for BIGINT UNSIGNED NOT NULL AUTO_INCREMENT UNIQUE."
msgstr ""
#: 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
#, fuzzy
#| msgid "(or the local MySQL server's socket is not correctly configured)"

314
po/hu.po
View File

@ -3,7 +3,7 @@ msgid ""
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-25 13:27+0200\n"
"POT-Creation-Date: 2012-04-25 13:01+0100\n"
"PO-Revision-Date: 2012-04-20 00:10+0200\n"
"Last-Translator: Gergely Nagy <gerrrike@yahoo.com>\n"
"Language-Team: hungarian <hu@li.org>\n"
@ -3093,7 +3093,7 @@ msgstr "Nincsenek feltöltendő fájlok"
msgid "Execute"
msgstr "Végrehajtás"
#: libraries/common.lib.php:3881
#: libraries/common.lib.php:3897
msgid "Print"
msgstr "Nyomtatás"
@ -5580,6 +5580,316 @@ msgstr "A %s kiterjesztés hiányzik. Kérem ellenőrizze a PHP beállításokat
msgid "possible deep recursion attack"
msgstr ""
#: libraries/data_drizzle.inc.php:238
msgid "Most common integer."
msgstr ""
#: libraries/data_drizzle.inc.php:239
msgid "Larger-range integer."
msgstr ""
#: libraries/data_drizzle.inc.php:240
msgid "Fixed precision number."
msgstr ""
#: libraries/data_drizzle.inc.php:241
msgid "Systems native double type."
msgstr ""
#: libraries/data_drizzle.inc.php:242
msgid "True or false."
msgstr ""
#: libraries/data_drizzle.inc.php:243
msgid ""
"A number is inserted in increasing order as rows are inserted into the table."
msgstr ""
#: libraries/data_drizzle.inc.php:244
msgid "Stores Universally Unique Identifiers (UUID)."
msgstr ""
#: libraries/data_drizzle.inc.php:245
#, fuzzy
#| msgid "Data only"
msgid "Dates only."
msgstr "Csak az adatok"
#: libraries/data_drizzle.inc.php:246 libraries/data_drizzle.inc.php:247
msgid "Both date and time."
msgstr ""
#: libraries/data_drizzle.inc.php:248
msgid "Time of day."
msgstr ""
#: libraries/data_drizzle.inc.php:249 libraries/data_drizzle.inc.php:251
msgid "Variable length data."
msgstr ""
#: libraries/data_drizzle.inc.php:250
msgid "Data which is over XXX in size"
msgstr ""
#: libraries/data_drizzle.inc.php:252
msgid ""
"Data which is over XXX in size. Uses a binary collation for all index usage."
msgstr ""
#: libraries/data_drizzle.inc.php:253
msgid "Static lists of strings."
msgstr ""
#: 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 ""
#: 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 ""
#: 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 ""
#: 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 ""
#: 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 ""
#: 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 ""
#: 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 ""
#: 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 ""
#: 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 ""
#: 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 ""
#: 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 ""
#: libraries/data_mysql.inc.php:310
msgid "An alias for BIGINT UNSIGNED NOT NULL AUTO_INCREMENT UNIQUE."
msgstr ""
#: 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 "

312
po/hy.po
View File

@ -7,7 +7,7 @@ msgid ""
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-25 13:27+0200\n"
"POT-Creation-Date: 2012-04-25 13:01+0100\n"
"PO-Revision-Date: 2012-03-23 10:41+0200\n"
"Last-Translator: Michal Čihař <michal@cihar.com>\n"
"Language-Team: none\n"
@ -2967,7 +2967,7 @@ msgstr ""
msgid "Execute"
msgstr ""
#: libraries/common.lib.php:3881
#: libraries/common.lib.php:3897
msgid "Print"
msgstr ""
@ -5228,6 +5228,314 @@ msgstr ""
msgid "possible deep recursion attack"
msgstr ""
#: libraries/data_drizzle.inc.php:238
msgid "Most common integer."
msgstr ""
#: libraries/data_drizzle.inc.php:239
msgid "Larger-range integer."
msgstr ""
#: libraries/data_drizzle.inc.php:240
msgid "Fixed precision number."
msgstr ""
#: libraries/data_drizzle.inc.php:241
msgid "Systems native double type."
msgstr ""
#: libraries/data_drizzle.inc.php:242
msgid "True or false."
msgstr ""
#: libraries/data_drizzle.inc.php:243
msgid ""
"A number is inserted in increasing order as rows are inserted into the table."
msgstr ""
#: libraries/data_drizzle.inc.php:244
msgid "Stores Universally Unique Identifiers (UUID)."
msgstr ""
#: libraries/data_drizzle.inc.php:245
msgid "Dates only."
msgstr ""
#: libraries/data_drizzle.inc.php:246 libraries/data_drizzle.inc.php:247
msgid "Both date and time."
msgstr ""
#: libraries/data_drizzle.inc.php:248
msgid "Time of day."
msgstr ""
#: libraries/data_drizzle.inc.php:249 libraries/data_drizzle.inc.php:251
msgid "Variable length data."
msgstr ""
#: libraries/data_drizzle.inc.php:250
msgid "Data which is over XXX in size"
msgstr ""
#: libraries/data_drizzle.inc.php:252
msgid ""
"Data which is over XXX in size. Uses a binary collation for all index usage."
msgstr ""
#: libraries/data_drizzle.inc.php:253
msgid "Static lists of strings."
msgstr ""
#: 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 ""
#: 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 ""
#: 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 ""
#: 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 ""
#: 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 ""
#: 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 ""
#: 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 ""
#: 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 ""
#: 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 ""
#: 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 ""
#: 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 ""
#: libraries/data_mysql.inc.php:310
msgid "An alias for BIGINT UNSIGNED NOT NULL AUTO_INCREMENT UNIQUE."
msgstr ""
#: 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 "

314
po/id.po
View File

@ -3,7 +3,7 @@ msgid ""
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-25 13:27+0200\n"
"POT-Creation-Date: 2012-04-25 13:01+0100\n"
"PO-Revision-Date: 2012-03-27 16:57+0200\n"
"Last-Translator: Michal Čihař <michal@cihar.com>\n"
"Language-Team: indonesian <id@li.org>\n"
@ -3093,7 +3093,7 @@ msgstr "Tidak ada arsip untuk diunggah"
msgid "Execute"
msgstr "Eksekusi"
#: libraries/common.lib.php:3881
#: libraries/common.lib.php:3897
msgid "Print"
msgstr "Cetak"
@ -5409,6 +5409,316 @@ msgstr "Ekstensi %s tidak ditemukan. Harap periksa konfigurasi PHP Anda."
msgid "possible deep recursion attack"
msgstr ""
#: libraries/data_drizzle.inc.php:238
msgid "Most common integer."
msgstr ""
#: libraries/data_drizzle.inc.php:239
msgid "Larger-range integer."
msgstr ""
#: libraries/data_drizzle.inc.php:240
msgid "Fixed precision number."
msgstr ""
#: libraries/data_drizzle.inc.php:241
msgid "Systems native double type."
msgstr ""
#: libraries/data_drizzle.inc.php:242
msgid "True or false."
msgstr ""
#: libraries/data_drizzle.inc.php:243
msgid ""
"A number is inserted in increasing order as rows are inserted into the table."
msgstr ""
#: libraries/data_drizzle.inc.php:244
msgid "Stores Universally Unique Identifiers (UUID)."
msgstr ""
#: libraries/data_drizzle.inc.php:245
#, fuzzy
#| msgid "Data only"
msgid "Dates only."
msgstr "Data saja"
#: libraries/data_drizzle.inc.php:246 libraries/data_drizzle.inc.php:247
msgid "Both date and time."
msgstr ""
#: libraries/data_drizzle.inc.php:248
msgid "Time of day."
msgstr ""
#: libraries/data_drizzle.inc.php:249 libraries/data_drizzle.inc.php:251
msgid "Variable length data."
msgstr ""
#: libraries/data_drizzle.inc.php:250
msgid "Data which is over XXX in size"
msgstr ""
#: libraries/data_drizzle.inc.php:252
msgid ""
"Data which is over XXX in size. Uses a binary collation for all index usage."
msgstr ""
#: libraries/data_drizzle.inc.php:253
msgid "Static lists of strings."
msgstr ""
#: 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 ""
#: 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 ""
#: 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 ""
#: 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 ""
#: 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 ""
#: 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 ""
#: 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 ""
#: 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 ""
#: 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 ""
#: 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 ""
#: 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 ""
#: libraries/data_mysql.inc.php:310
msgid "An alias for BIGINT UNSIGNED NOT NULL AUTO_INCREMENT UNIQUE."
msgstr ""
#: 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 "

314
po/it.po
View File

@ -3,7 +3,7 @@ msgid ""
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-25 13:27+0200\n"
"POT-Creation-Date: 2012-04-25 13:01+0100\n"
"PO-Revision-Date: 2012-04-05 12:40+0200\n"
"Last-Translator: Rouslan Placella <rouslan@placella.com>\n"
"Language-Team: italian <it@li.org>\n"
@ -3108,7 +3108,7 @@ msgstr "Nessun file da caricare"
msgid "Execute"
msgstr "Esegui"
#: libraries/common.lib.php:3881
#: libraries/common.lib.php:3897
msgid "Print"
msgstr "Stampa"
@ -5614,6 +5614,316 @@ msgstr "L'estensione %s è mancante. Controlla la tua configurazione di PHP."
msgid "possible deep recursion attack"
msgstr "possibile attacco di ricorsione in profondità"
#: libraries/data_drizzle.inc.php:238
msgid "Most common integer."
msgstr ""
#: libraries/data_drizzle.inc.php:239
msgid "Larger-range integer."
msgstr ""
#: libraries/data_drizzle.inc.php:240
msgid "Fixed precision number."
msgstr ""
#: libraries/data_drizzle.inc.php:241
msgid "Systems native double type."
msgstr ""
#: libraries/data_drizzle.inc.php:242
msgid "True or false."
msgstr ""
#: libraries/data_drizzle.inc.php:243
msgid ""
"A number is inserted in increasing order as rows are inserted into the table."
msgstr ""
#: libraries/data_drizzle.inc.php:244
msgid "Stores Universally Unique Identifiers (UUID)."
msgstr ""
#: libraries/data_drizzle.inc.php:245
#, fuzzy
#| msgid "Data only"
msgid "Dates only."
msgstr "Solo dati"
#: libraries/data_drizzle.inc.php:246 libraries/data_drizzle.inc.php:247
msgid "Both date and time."
msgstr ""
#: libraries/data_drizzle.inc.php:248
msgid "Time of day."
msgstr ""
#: libraries/data_drizzle.inc.php:249 libraries/data_drizzle.inc.php:251
msgid "Variable length data."
msgstr ""
#: libraries/data_drizzle.inc.php:250
msgid "Data which is over XXX in size"
msgstr ""
#: libraries/data_drizzle.inc.php:252
msgid ""
"Data which is over XXX in size. Uses a binary collation for all index usage."
msgstr ""
#: libraries/data_drizzle.inc.php:253
msgid "Static lists of strings."
msgstr ""
#: 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 ""
#: 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 ""
#: 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 ""
#: 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 ""
#: 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 ""
#: 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 ""
#: 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 ""
#: 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 ""
#: 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 ""
#: 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 ""
#: 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 ""
#: libraries/data_mysql.inc.php:310
msgid "An alias for BIGINT UNSIGNED NOT NULL AUTO_INCREMENT UNIQUE."
msgstr ""
#: 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 "

321
po/ja.po
View File

@ -3,7 +3,7 @@ msgid ""
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-25 13:27+0200\n"
"POT-Creation-Date: 2012-04-25 13:01+0100\n"
"PO-Revision-Date: 2012-04-25 12:50+0200\n"
"Last-Translator: Yuichiro Takahashi <yuichiro@pop07.odn.ne.jp>\n"
"Language-Team: japanese <jp@li.org>\n"
@ -3056,7 +3056,7 @@ msgstr "アップロードファイルがありません"
msgid "Execute"
msgstr "実行"
#: libraries/common.lib.php:3881
#: libraries/common.lib.php:3897
msgid "Print"
msgstr "印刷"
@ -5491,6 +5491,316 @@ msgstr "%s 拡張がありません。PHP の設定をチェックしてみて
msgid "possible deep recursion attack"
msgstr "深い再帰的な攻撃を受けている可能性があります"
#: libraries/data_drizzle.inc.php:238
msgid "Most common integer."
msgstr ""
#: libraries/data_drizzle.inc.php:239
msgid "Larger-range integer."
msgstr ""
#: libraries/data_drizzle.inc.php:240
msgid "Fixed precision number."
msgstr ""
#: libraries/data_drizzle.inc.php:241
msgid "Systems native double type."
msgstr ""
#: libraries/data_drizzle.inc.php:242
msgid "True or false."
msgstr ""
#: libraries/data_drizzle.inc.php:243
msgid ""
"A number is inserted in increasing order as rows are inserted into the table."
msgstr ""
#: libraries/data_drizzle.inc.php:244
msgid "Stores Universally Unique Identifiers (UUID)."
msgstr ""
#: libraries/data_drizzle.inc.php:245
#, fuzzy
#| msgid "Data only"
msgid "Dates only."
msgstr "データのみ"
#: libraries/data_drizzle.inc.php:246 libraries/data_drizzle.inc.php:247
msgid "Both date and time."
msgstr ""
#: libraries/data_drizzle.inc.php:248
msgid "Time of day."
msgstr ""
#: libraries/data_drizzle.inc.php:249 libraries/data_drizzle.inc.php:251
msgid "Variable length data."
msgstr ""
#: libraries/data_drizzle.inc.php:250
msgid "Data which is over XXX in size"
msgstr ""
#: libraries/data_drizzle.inc.php:252
msgid ""
"Data which is over XXX in size. Uses a binary collation for all index usage."
msgstr ""
#: libraries/data_drizzle.inc.php:253
msgid "Static lists of strings."
msgstr ""
#: 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 ""
#: 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 ""
#: 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 ""
#: 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 ""
#: 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 ""
#: 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 ""
#: 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 ""
#: 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 ""
#: 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 ""
#: 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 ""
#: 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 ""
#: libraries/data_mysql.inc.php:310
msgid "An alias for BIGINT UNSIGNED NOT NULL AUTO_INCREMENT UNIQUE."
msgstr ""
#: 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 "
@ -5892,7 +6202,8 @@ msgid ""
"however it can break transactions.)</i>"
msgstr ""
"制限時間が近くなったときに、スクリプト側でインポートを中断できるようにする "
"<i>(大きなファイルをインポートする場合には便利ですが、トランザクションが壊れることもあります)</i>"
"<i>(大きなファイルをインポートする場合には便利ですが、トランザクションが壊れ"
"ることもあります)</i>"
#: libraries/display_import.lib.php:274
msgid "Number of rows to skip, starting from the first row:"
@ -6671,8 +6982,8 @@ msgid ""
"Dump TIMESTAMP columns in UTC <i>(enables TIMESTAMP columns to be dumped and "
"reloaded between servers in different time zones)</i>"
msgstr ""
"TIMESTAMP のカラムを UTC (協定世界時) でダンプする "
"<i>(ダンプするサーバと読み込ませるサーバのタイムゾーンが異なる場合に有効です)</i>"
"TIMESTAMP のカラムを UTC (協定世界時) でダンプする <i>(ダンプするサーバと読み"
"込ませるサーバのタイムゾーンが異なる場合に有効です)</i>"
#: libraries/export/sql.php:345 libraries/export/xml.php:45
msgid "Procedures"

314
po/ka.po
View File

@ -3,7 +3,7 @@ msgid ""
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-25 13:27+0200\n"
"POT-Creation-Date: 2012-04-25 13:01+0100\n"
"PO-Revision-Date: 2012-03-29 16:53+0200\n"
"Last-Translator: Michal Čihař <michal@cihar.com>\n"
"Language-Team: georgian <ka@li.org>\n"
@ -3256,7 +3256,7 @@ msgstr ""
msgid "Execute"
msgstr ""
#: libraries/common.lib.php:3881
#: libraries/common.lib.php:3897
msgid "Print"
msgstr "დაბეჭდვა"
@ -5739,6 +5739,316 @@ msgstr ""
msgid "possible deep recursion attack"
msgstr ""
#: libraries/data_drizzle.inc.php:238
msgid "Most common integer."
msgstr ""
#: libraries/data_drizzle.inc.php:239
msgid "Larger-range integer."
msgstr ""
#: libraries/data_drizzle.inc.php:240
msgid "Fixed precision number."
msgstr ""
#: libraries/data_drizzle.inc.php:241
msgid "Systems native double type."
msgstr ""
#: libraries/data_drizzle.inc.php:242
msgid "True or false."
msgstr ""
#: libraries/data_drizzle.inc.php:243
msgid ""
"A number is inserted in increasing order as rows are inserted into the table."
msgstr ""
#: libraries/data_drizzle.inc.php:244
msgid "Stores Universally Unique Identifiers (UUID)."
msgstr ""
#: libraries/data_drizzle.inc.php:245
#, fuzzy
#| msgid "Data only"
msgid "Dates only."
msgstr "მხოლოდ მონაცემები"
#: libraries/data_drizzle.inc.php:246 libraries/data_drizzle.inc.php:247
msgid "Both date and time."
msgstr ""
#: libraries/data_drizzle.inc.php:248
msgid "Time of day."
msgstr ""
#: libraries/data_drizzle.inc.php:249 libraries/data_drizzle.inc.php:251
msgid "Variable length data."
msgstr ""
#: libraries/data_drizzle.inc.php:250
msgid "Data which is over XXX in size"
msgstr ""
#: libraries/data_drizzle.inc.php:252
msgid ""
"Data which is over XXX in size. Uses a binary collation for all index usage."
msgstr ""
#: libraries/data_drizzle.inc.php:253
msgid "Static lists of strings."
msgstr ""
#: 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 ""
#: 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 ""
#: 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 ""
#: 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 ""
#: 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 ""
#: 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 ""
#: 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 ""
#: 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 ""
#: 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 ""
#: 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 ""
#: 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 ""
#: libraries/data_mysql.inc.php:310
msgid "An alias for BIGINT UNSIGNED NOT NULL AUTO_INCREMENT UNIQUE."
msgstr ""
#: 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
#, fuzzy
#| msgid "(or the local MySQL server's socket is not correctly configured)"

314
po/kk.po
View File

@ -7,7 +7,7 @@ msgid ""
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-25 13:27+0200\n"
"POT-Creation-Date: 2012-04-25 13:01+0100\n"
"PO-Revision-Date: 2012-04-24 15:00+0200\n"
"Last-Translator: Abdurahman Taskibaev <tas362@mail.ru>\n"
"Language-Team: none\n"
@ -2980,7 +2980,7 @@ msgstr ""
msgid "Execute"
msgstr ""
#: libraries/common.lib.php:3881
#: libraries/common.lib.php:3897
msgid "Print"
msgstr ""
@ -5247,6 +5247,316 @@ msgstr ""
msgid "possible deep recursion attack"
msgstr ""
#: libraries/data_drizzle.inc.php:238
msgid "Most common integer."
msgstr ""
#: libraries/data_drizzle.inc.php:239
msgid "Larger-range integer."
msgstr ""
#: libraries/data_drizzle.inc.php:240
msgid "Fixed precision number."
msgstr ""
#: libraries/data_drizzle.inc.php:241
msgid "Systems native double type."
msgstr ""
#: libraries/data_drizzle.inc.php:242
msgid "True or false."
msgstr ""
#: libraries/data_drizzle.inc.php:243
msgid ""
"A number is inserted in increasing order as rows are inserted into the table."
msgstr ""
#: libraries/data_drizzle.inc.php:244
msgid "Stores Universally Unique Identifiers (UUID)."
msgstr ""
#: libraries/data_drizzle.inc.php:245
#, fuzzy
#| msgid "Data only"
msgid "Dates only."
msgstr "Тек мәліметтер ғана"
#: libraries/data_drizzle.inc.php:246 libraries/data_drizzle.inc.php:247
msgid "Both date and time."
msgstr ""
#: libraries/data_drizzle.inc.php:248
msgid "Time of day."
msgstr ""
#: libraries/data_drizzle.inc.php:249 libraries/data_drizzle.inc.php:251
msgid "Variable length data."
msgstr ""
#: libraries/data_drizzle.inc.php:250
msgid "Data which is over XXX in size"
msgstr ""
#: libraries/data_drizzle.inc.php:252
msgid ""
"Data which is over XXX in size. Uses a binary collation for all index usage."
msgstr ""
#: libraries/data_drizzle.inc.php:253
msgid "Static lists of strings."
msgstr ""
#: 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 ""
#: 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 ""
#: 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 ""
#: 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 ""
#: 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 ""
#: 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 ""
#: 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 ""
#: 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 ""
#: 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 ""
#: 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 ""
#: 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 ""
#: libraries/data_mysql.inc.php:310
msgid "An alias for BIGINT UNSIGNED NOT NULL AUTO_INCREMENT UNIQUE."
msgstr ""
#: 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 "

314
po/ko.po
View File

@ -3,7 +3,7 @@ msgid ""
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-25 13:27+0200\n"
"POT-Creation-Date: 2012-04-25 13:01+0100\n"
"PO-Revision-Date: 2012-02-17 10:54+0200\n"
"Last-Translator: minsung kang <manyfun7@gmail.com>\n"
"Language-Team: korean <ko@li.org>\n"
@ -3069,7 +3069,7 @@ msgstr "업로드할 파일이 없습니다."
msgid "Execute"
msgstr "실행하기"
#: libraries/common.lib.php:3881
#: libraries/common.lib.php:3897
msgid "Print"
msgstr "인쇄"
@ -5436,6 +5436,316 @@ msgstr ""
msgid "possible deep recursion attack"
msgstr ""
#: libraries/data_drizzle.inc.php:238
msgid "Most common integer."
msgstr ""
#: libraries/data_drizzle.inc.php:239
msgid "Larger-range integer."
msgstr ""
#: libraries/data_drizzle.inc.php:240
msgid "Fixed precision number."
msgstr ""
#: libraries/data_drizzle.inc.php:241
msgid "Systems native double type."
msgstr ""
#: libraries/data_drizzle.inc.php:242
msgid "True or false."
msgstr ""
#: libraries/data_drizzle.inc.php:243
msgid ""
"A number is inserted in increasing order as rows are inserted into the table."
msgstr ""
#: libraries/data_drizzle.inc.php:244
msgid "Stores Universally Unique Identifiers (UUID)."
msgstr ""
#: libraries/data_drizzle.inc.php:245
#, fuzzy
#| msgid "Data only"
msgid "Dates only."
msgstr "데이터만"
#: libraries/data_drizzle.inc.php:246 libraries/data_drizzle.inc.php:247
msgid "Both date and time."
msgstr ""
#: libraries/data_drizzle.inc.php:248
msgid "Time of day."
msgstr ""
#: libraries/data_drizzle.inc.php:249 libraries/data_drizzle.inc.php:251
msgid "Variable length data."
msgstr ""
#: libraries/data_drizzle.inc.php:250
msgid "Data which is over XXX in size"
msgstr ""
#: libraries/data_drizzle.inc.php:252
msgid ""
"Data which is over XXX in size. Uses a binary collation for all index usage."
msgstr ""
#: libraries/data_drizzle.inc.php:253
msgid "Static lists of strings."
msgstr ""
#: 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 ""
#: 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 ""
#: 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 ""
#: 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 ""
#: 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 ""
#: 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 ""
#: 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 ""
#: 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 ""
#: 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 ""
#: 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 ""
#: 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 ""
#: libraries/data_mysql.inc.php:310
msgid "An alias for BIGINT UNSIGNED NOT NULL AUTO_INCREMENT UNIQUE."
msgstr ""
#: 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 "

314
po/lt.po
View File

@ -3,7 +3,7 @@ msgid ""
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-25 13:27+0200\n"
"POT-Creation-Date: 2012-04-25 13:01+0100\n"
"PO-Revision-Date: 2012-04-18 15:01+0200\n"
"Last-Translator: Edgaras Janušauskas <edgaras.janusauskas@gmail.com>\n"
"Language-Team: lithuanian <lt@li.org>\n"
@ -3116,7 +3116,7 @@ msgstr "Nėra failų išsiuntimui"
msgid "Execute"
msgstr "Vykdyti"
#: libraries/common.lib.php:3881
#: libraries/common.lib.php:3897
msgid "Print"
msgstr "Spausdinti"
@ -5528,6 +5528,316 @@ msgstr "%s plėtinys nerastas. Prašome patikrinti PHP nustatymus."
msgid "possible deep recursion attack"
msgstr ""
#: libraries/data_drizzle.inc.php:238
msgid "Most common integer."
msgstr ""
#: libraries/data_drizzle.inc.php:239
msgid "Larger-range integer."
msgstr ""
#: libraries/data_drizzle.inc.php:240
msgid "Fixed precision number."
msgstr ""
#: libraries/data_drizzle.inc.php:241
msgid "Systems native double type."
msgstr ""
#: libraries/data_drizzle.inc.php:242
msgid "True or false."
msgstr ""
#: libraries/data_drizzle.inc.php:243
msgid ""
"A number is inserted in increasing order as rows are inserted into the table."
msgstr ""
#: libraries/data_drizzle.inc.php:244
msgid "Stores Universally Unique Identifiers (UUID)."
msgstr ""
#: libraries/data_drizzle.inc.php:245
#, fuzzy
#| msgid "Data only"
msgid "Dates only."
msgstr "Tik duomenys"
#: libraries/data_drizzle.inc.php:246 libraries/data_drizzle.inc.php:247
msgid "Both date and time."
msgstr ""
#: libraries/data_drizzle.inc.php:248
msgid "Time of day."
msgstr ""
#: libraries/data_drizzle.inc.php:249 libraries/data_drizzle.inc.php:251
msgid "Variable length data."
msgstr ""
#: libraries/data_drizzle.inc.php:250
msgid "Data which is over XXX in size"
msgstr ""
#: libraries/data_drizzle.inc.php:252
msgid ""
"Data which is over XXX in size. Uses a binary collation for all index usage."
msgstr ""
#: libraries/data_drizzle.inc.php:253
msgid "Static lists of strings."
msgstr ""
#: 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 ""
#: 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 ""
#: 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 ""
#: 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 ""
#: 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 ""
#: 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 ""
#: 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 ""
#: 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 ""
#: 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 ""
#: 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 ""
#: 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 ""
#: libraries/data_mysql.inc.php:310
msgid "An alias for BIGINT UNSIGNED NOT NULL AUTO_INCREMENT UNIQUE."
msgstr ""
#: 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
#, fuzzy
#| msgid " the local MySQL server's socket is not correctly configured)"

314
po/lv.po
View File

@ -3,7 +3,7 @@ msgid ""
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-25 13:27+0200\n"
"POT-Creation-Date: 2012-04-25 13:01+0100\n"
"PO-Revision-Date: 2010-03-12 09:16+0100\n"
"Last-Translator: Automatically generated\n"
"Language-Team: latvian <lv@li.org>\n"
@ -3259,7 +3259,7 @@ msgstr ""
msgid "Execute"
msgstr ""
#: libraries/common.lib.php:3881
#: libraries/common.lib.php:3897
msgid "Print"
msgstr "Drukāt"
@ -5646,6 +5646,316 @@ msgstr ""
msgid "possible deep recursion attack"
msgstr ""
#: libraries/data_drizzle.inc.php:238
msgid "Most common integer."
msgstr ""
#: libraries/data_drizzle.inc.php:239
msgid "Larger-range integer."
msgstr ""
#: libraries/data_drizzle.inc.php:240
msgid "Fixed precision number."
msgstr ""
#: libraries/data_drizzle.inc.php:241
msgid "Systems native double type."
msgstr ""
#: libraries/data_drizzle.inc.php:242
msgid "True or false."
msgstr ""
#: libraries/data_drizzle.inc.php:243
msgid ""
"A number is inserted in increasing order as rows are inserted into the table."
msgstr ""
#: libraries/data_drizzle.inc.php:244
msgid "Stores Universally Unique Identifiers (UUID)."
msgstr ""
#: libraries/data_drizzle.inc.php:245
#, fuzzy
#| msgid "Data only"
msgid "Dates only."
msgstr "Tikai dati"
#: libraries/data_drizzle.inc.php:246 libraries/data_drizzle.inc.php:247
msgid "Both date and time."
msgstr ""
#: libraries/data_drizzle.inc.php:248
msgid "Time of day."
msgstr ""
#: libraries/data_drizzle.inc.php:249 libraries/data_drizzle.inc.php:251
msgid "Variable length data."
msgstr ""
#: libraries/data_drizzle.inc.php:250
msgid "Data which is over XXX in size"
msgstr ""
#: libraries/data_drizzle.inc.php:252
msgid ""
"Data which is over XXX in size. Uses a binary collation for all index usage."
msgstr ""
#: libraries/data_drizzle.inc.php:253
msgid "Static lists of strings."
msgstr ""
#: 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 ""
#: 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 ""
#: 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 ""
#: 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 ""
#: 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 ""
#: 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 ""
#: 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 ""
#: 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 ""
#: 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 ""
#: 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 ""
#: 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 ""
#: libraries/data_mysql.inc.php:310
msgid "An alias for BIGINT UNSIGNED NOT NULL AUTO_INCREMENT UNIQUE."
msgstr ""
#: 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 "

314
po/mk.po
View File

@ -3,7 +3,7 @@ msgid ""
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-25 13:27+0200\n"
"POT-Creation-Date: 2012-04-25 13:01+0100\n"
"PO-Revision-Date: 2011-05-19 17:04+0200\n"
"Last-Translator: <sjanevski@gmail.com>\n"
"Language-Team: macedonian_cyrillic <mk@li.org>\n"
@ -3264,7 +3264,7 @@ msgstr ""
msgid "Execute"
msgstr ""
#: libraries/common.lib.php:3881
#: libraries/common.lib.php:3897
msgid "Print"
msgstr "Печати"
@ -5661,6 +5661,316 @@ msgstr ""
msgid "possible deep recursion attack"
msgstr ""
#: libraries/data_drizzle.inc.php:238
msgid "Most common integer."
msgstr ""
#: libraries/data_drizzle.inc.php:239
msgid "Larger-range integer."
msgstr ""
#: libraries/data_drizzle.inc.php:240
msgid "Fixed precision number."
msgstr ""
#: libraries/data_drizzle.inc.php:241
msgid "Systems native double type."
msgstr ""
#: libraries/data_drizzle.inc.php:242
msgid "True or false."
msgstr ""
#: libraries/data_drizzle.inc.php:243
msgid ""
"A number is inserted in increasing order as rows are inserted into the table."
msgstr ""
#: libraries/data_drizzle.inc.php:244
msgid "Stores Universally Unique Identifiers (UUID)."
msgstr ""
#: libraries/data_drizzle.inc.php:245
#, fuzzy
#| msgid "Data only"
msgid "Dates only."
msgstr "Само податоци"
#: libraries/data_drizzle.inc.php:246 libraries/data_drizzle.inc.php:247
msgid "Both date and time."
msgstr ""
#: libraries/data_drizzle.inc.php:248
msgid "Time of day."
msgstr ""
#: libraries/data_drizzle.inc.php:249 libraries/data_drizzle.inc.php:251
msgid "Variable length data."
msgstr ""
#: libraries/data_drizzle.inc.php:250
msgid "Data which is over XXX in size"
msgstr ""
#: libraries/data_drizzle.inc.php:252
msgid ""
"Data which is over XXX in size. Uses a binary collation for all index usage."
msgstr ""
#: libraries/data_drizzle.inc.php:253
msgid "Static lists of strings."
msgstr ""
#: 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 ""
#: 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 ""
#: 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 ""
#: 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 ""
#: 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 ""
#: 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 ""
#: 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 ""
#: 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 ""
#: 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 ""
#: 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 ""
#: 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 ""
#: libraries/data_mysql.inc.php:310
msgid "An alias for BIGINT UNSIGNED NOT NULL AUTO_INCREMENT UNIQUE."
msgstr ""
#: 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
#, fuzzy
#| msgid "(or the local MySQL server's socket is not correctly configured)"

314
po/ml.po
View File

@ -5,7 +5,7 @@ msgid ""
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-25 13:27+0200\n"
"POT-Creation-Date: 2012-04-25 13:01+0100\n"
"PO-Revision-Date: 2011-09-27 08:42+0200\n"
"Last-Translator: <sadik.khalid@gmail.com>\n"
"Language-Team: Malayalam <ml@li.org>\n"
@ -2972,7 +2972,7 @@ msgstr ""
msgid "Execute"
msgstr ""
#: libraries/common.lib.php:3881
#: libraries/common.lib.php:3897
msgid "Print"
msgstr "അച്ചടിക്കുക"
@ -5239,6 +5239,316 @@ msgstr ""
msgid "possible deep recursion attack"
msgstr ""
#: libraries/data_drizzle.inc.php:238
msgid "Most common integer."
msgstr ""
#: libraries/data_drizzle.inc.php:239
msgid "Larger-range integer."
msgstr ""
#: libraries/data_drizzle.inc.php:240
msgid "Fixed precision number."
msgstr ""
#: libraries/data_drizzle.inc.php:241
msgid "Systems native double type."
msgstr ""
#: libraries/data_drizzle.inc.php:242
msgid "True or false."
msgstr ""
#: libraries/data_drizzle.inc.php:243
msgid ""
"A number is inserted in increasing order as rows are inserted into the table."
msgstr ""
#: libraries/data_drizzle.inc.php:244
msgid "Stores Universally Unique Identifiers (UUID)."
msgstr ""
#: libraries/data_drizzle.inc.php:245
#, fuzzy
#| msgid "Data only"
msgid "Dates only."
msgstr "വിവരം മാത്രം"
#: libraries/data_drizzle.inc.php:246 libraries/data_drizzle.inc.php:247
msgid "Both date and time."
msgstr ""
#: libraries/data_drizzle.inc.php:248
msgid "Time of day."
msgstr ""
#: libraries/data_drizzle.inc.php:249 libraries/data_drizzle.inc.php:251
msgid "Variable length data."
msgstr ""
#: libraries/data_drizzle.inc.php:250
msgid "Data which is over XXX in size"
msgstr ""
#: libraries/data_drizzle.inc.php:252
msgid ""
"Data which is over XXX in size. Uses a binary collation for all index usage."
msgstr ""
#: libraries/data_drizzle.inc.php:253
msgid "Static lists of strings."
msgstr ""
#: 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 ""
#: 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 ""
#: 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 ""
#: 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 ""
#: 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 ""
#: 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 ""
#: 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 ""
#: 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 ""
#: 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 ""
#: 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 ""
#: 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 ""
#: libraries/data_mysql.inc.php:310
msgid "An alias for BIGINT UNSIGNED NOT NULL AUTO_INCREMENT UNIQUE."
msgstr ""
#: 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 "

314
po/mn.po
View File

@ -3,7 +3,7 @@ msgid ""
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-25 13:27+0200\n"
"POT-Creation-Date: 2012-04-25 13:01+0100\n"
"PO-Revision-Date: 2010-03-12 09:17+0100\n"
"Last-Translator: Automatically generated\n"
"Language-Team: mongolian <mn@li.org>\n"
@ -3287,7 +3287,7 @@ msgstr ""
msgid "Execute"
msgstr ""
#: libraries/common.lib.php:3881
#: libraries/common.lib.php:3897
msgid "Print"
msgstr "Хэвлэх"
@ -5666,6 +5666,316 @@ msgstr ""
msgid "possible deep recursion attack"
msgstr ""
#: libraries/data_drizzle.inc.php:238
msgid "Most common integer."
msgstr ""
#: libraries/data_drizzle.inc.php:239
msgid "Larger-range integer."
msgstr ""
#: libraries/data_drizzle.inc.php:240
msgid "Fixed precision number."
msgstr ""
#: libraries/data_drizzle.inc.php:241
msgid "Systems native double type."
msgstr ""
#: libraries/data_drizzle.inc.php:242
msgid "True or false."
msgstr ""
#: libraries/data_drizzle.inc.php:243
msgid ""
"A number is inserted in increasing order as rows are inserted into the table."
msgstr ""
#: libraries/data_drizzle.inc.php:244
msgid "Stores Universally Unique Identifiers (UUID)."
msgstr ""
#: libraries/data_drizzle.inc.php:245
#, fuzzy
#| msgid "Data only"
msgid "Dates only."
msgstr "Зөвхөн өгөгдөл"
#: libraries/data_drizzle.inc.php:246 libraries/data_drizzle.inc.php:247
msgid "Both date and time."
msgstr ""
#: libraries/data_drizzle.inc.php:248
msgid "Time of day."
msgstr ""
#: libraries/data_drizzle.inc.php:249 libraries/data_drizzle.inc.php:251
msgid "Variable length data."
msgstr ""
#: libraries/data_drizzle.inc.php:250
msgid "Data which is over XXX in size"
msgstr ""
#: libraries/data_drizzle.inc.php:252
msgid ""
"Data which is over XXX in size. Uses a binary collation for all index usage."
msgstr ""
#: libraries/data_drizzle.inc.php:253
msgid "Static lists of strings."
msgstr ""
#: 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 ""
#: 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 ""
#: 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 ""
#: 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 ""
#: 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 ""
#: 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 ""
#: 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 ""
#: 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 ""
#: 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 ""
#: 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 ""
#: 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 ""
#: libraries/data_mysql.inc.php:310
msgid "An alias for BIGINT UNSIGNED NOT NULL AUTO_INCREMENT UNIQUE."
msgstr ""
#: 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
#, fuzzy
#| msgid " the local MySQL server's socket is not correctly configured)"

314
po/ms.po
View File

@ -3,7 +3,7 @@ msgid ""
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-25 13:27+0200\n"
"POT-Creation-Date: 2012-04-25 13:01+0100\n"
"PO-Revision-Date: 2010-03-12 09:17+0100\n"
"Last-Translator: Automatically generated\n"
"Language-Team: malay <ms@li.org>\n"
@ -3221,7 +3221,7 @@ msgstr ""
msgid "Execute"
msgstr ""
#: libraries/common.lib.php:3881
#: libraries/common.lib.php:3897
msgid "Print"
msgstr "Cetak"
@ -5587,6 +5587,316 @@ msgstr ""
msgid "possible deep recursion attack"
msgstr ""
#: libraries/data_drizzle.inc.php:238
msgid "Most common integer."
msgstr ""
#: libraries/data_drizzle.inc.php:239
msgid "Larger-range integer."
msgstr ""
#: libraries/data_drizzle.inc.php:240
msgid "Fixed precision number."
msgstr ""
#: libraries/data_drizzle.inc.php:241
msgid "Systems native double type."
msgstr ""
#: libraries/data_drizzle.inc.php:242
msgid "True or false."
msgstr ""
#: libraries/data_drizzle.inc.php:243
msgid ""
"A number is inserted in increasing order as rows are inserted into the table."
msgstr ""
#: libraries/data_drizzle.inc.php:244
msgid "Stores Universally Unique Identifiers (UUID)."
msgstr ""
#: libraries/data_drizzle.inc.php:245
#, fuzzy
#| msgid "Data only"
msgid "Dates only."
msgstr "Data sahaja"
#: libraries/data_drizzle.inc.php:246 libraries/data_drizzle.inc.php:247
msgid "Both date and time."
msgstr ""
#: libraries/data_drizzle.inc.php:248
msgid "Time of day."
msgstr ""
#: libraries/data_drizzle.inc.php:249 libraries/data_drizzle.inc.php:251
msgid "Variable length data."
msgstr ""
#: libraries/data_drizzle.inc.php:250
msgid "Data which is over XXX in size"
msgstr ""
#: libraries/data_drizzle.inc.php:252
msgid ""
"Data which is over XXX in size. Uses a binary collation for all index usage."
msgstr ""
#: libraries/data_drizzle.inc.php:253
msgid "Static lists of strings."
msgstr ""
#: 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 ""
#: 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 ""
#: 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 ""
#: 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 ""
#: 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 ""
#: 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 ""
#: 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 ""
#: 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 ""
#: 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 ""
#: 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 ""
#: 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 ""
#: libraries/data_mysql.inc.php:310
msgid "An alias for BIGINT UNSIGNED NOT NULL AUTO_INCREMENT UNIQUE."
msgstr ""
#: 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 "

314
po/nb.po
View File

@ -3,7 +3,7 @@ msgid ""
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-25 13:27+0200\n"
"POT-Creation-Date: 2012-04-25 13:01+0100\n"
"PO-Revision-Date: 2012-04-08 05:59+0200\n"
"Last-Translator: Asle Ommundsen <aommundsen@gmail.com>\n"
"Language-Team: norwegian <no@li.org>\n"
@ -3156,7 +3156,7 @@ msgstr "Det er ingen filer å laste opp"
msgid "Execute"
msgstr ""
#: libraries/common.lib.php:3881
#: libraries/common.lib.php:3897
msgid "Print"
msgstr "Skriv ut"
@ -5631,6 +5631,316 @@ msgstr "%s tillegget mangler. Kontroller din PHP konfigurasjon."
msgid "possible deep recursion attack"
msgstr ""
#: libraries/data_drizzle.inc.php:238
msgid "Most common integer."
msgstr ""
#: libraries/data_drizzle.inc.php:239
msgid "Larger-range integer."
msgstr ""
#: libraries/data_drizzle.inc.php:240
msgid "Fixed precision number."
msgstr ""
#: libraries/data_drizzle.inc.php:241
msgid "Systems native double type."
msgstr ""
#: libraries/data_drizzle.inc.php:242
msgid "True or false."
msgstr ""
#: libraries/data_drizzle.inc.php:243
msgid ""
"A number is inserted in increasing order as rows are inserted into the table."
msgstr ""
#: libraries/data_drizzle.inc.php:244
msgid "Stores Universally Unique Identifiers (UUID)."
msgstr ""
#: libraries/data_drizzle.inc.php:245
#, fuzzy
#| msgid "Data only"
msgid "Dates only."
msgstr "Bare data"
#: libraries/data_drizzle.inc.php:246 libraries/data_drizzle.inc.php:247
msgid "Both date and time."
msgstr ""
#: libraries/data_drizzle.inc.php:248
msgid "Time of day."
msgstr ""
#: libraries/data_drizzle.inc.php:249 libraries/data_drizzle.inc.php:251
msgid "Variable length data."
msgstr ""
#: libraries/data_drizzle.inc.php:250
msgid "Data which is over XXX in size"
msgstr ""
#: libraries/data_drizzle.inc.php:252
msgid ""
"Data which is over XXX in size. Uses a binary collation for all index usage."
msgstr ""
#: libraries/data_drizzle.inc.php:253
msgid "Static lists of strings."
msgstr ""
#: 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 ""
#: 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 ""
#: 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 ""
#: 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 ""
#: 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 ""
#: 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 ""
#: 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 ""
#: 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 ""
#: 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 ""
#: 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 ""
#: 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 ""
#: libraries/data_mysql.inc.php:310
msgid "An alias for BIGINT UNSIGNED NOT NULL AUTO_INCREMENT UNIQUE."
msgstr ""
#: 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
#, fuzzy
#| msgid " the local MySQL server's socket is not correctly configured)"

314
po/nl.po
View File

@ -3,7 +3,7 @@ msgid ""
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-25 13:27+0200\n"
"POT-Creation-Date: 2012-04-25 13:01+0100\n"
"PO-Revision-Date: 2012-04-23 16:55+0200\n"
"Last-Translator: Dieter Adriaenssens <ruleant@users.sourceforge.net>\n"
"Language-Team: dutch <nl@li.org>\n"
@ -3089,7 +3089,7 @@ msgstr "Er zijn geen bestanden om te uploaden"
msgid "Execute"
msgstr "Uitvoeren"
#: libraries/common.lib.php:3881
#: libraries/common.lib.php:3897
msgid "Print"
msgstr "Afdrukken"
@ -5573,6 +5573,316 @@ msgstr "De extensie %s ontbreekt. Gelieve uw PHP-configuratie te controleren."
msgid "possible deep recursion attack"
msgstr "mogelijke diepe recursieaanval"
#: libraries/data_drizzle.inc.php:238
msgid "Most common integer."
msgstr ""
#: libraries/data_drizzle.inc.php:239
msgid "Larger-range integer."
msgstr ""
#: libraries/data_drizzle.inc.php:240
msgid "Fixed precision number."
msgstr ""
#: libraries/data_drizzle.inc.php:241
msgid "Systems native double type."
msgstr ""
#: libraries/data_drizzle.inc.php:242
msgid "True or false."
msgstr ""
#: libraries/data_drizzle.inc.php:243
msgid ""
"A number is inserted in increasing order as rows are inserted into the table."
msgstr ""
#: libraries/data_drizzle.inc.php:244
msgid "Stores Universally Unique Identifiers (UUID)."
msgstr ""
#: libraries/data_drizzle.inc.php:245
#, fuzzy
#| msgid "Data only"
msgid "Dates only."
msgstr "Alleen gegevens"
#: libraries/data_drizzle.inc.php:246 libraries/data_drizzle.inc.php:247
msgid "Both date and time."
msgstr ""
#: libraries/data_drizzle.inc.php:248
msgid "Time of day."
msgstr ""
#: libraries/data_drizzle.inc.php:249 libraries/data_drizzle.inc.php:251
msgid "Variable length data."
msgstr ""
#: libraries/data_drizzle.inc.php:250
msgid "Data which is over XXX in size"
msgstr ""
#: libraries/data_drizzle.inc.php:252
msgid ""
"Data which is over XXX in size. Uses a binary collation for all index usage."
msgstr ""
#: libraries/data_drizzle.inc.php:253
msgid "Static lists of strings."
msgstr ""
#: 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 ""
#: 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 ""
#: 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 ""
#: 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 ""
#: 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 ""
#: 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 ""
#: 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 ""
#: 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 ""
#: 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 ""
#: 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 ""
#: 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 ""
#: libraries/data_mysql.inc.php:310
msgid "An alias for BIGINT UNSIGNED NOT NULL AUTO_INCREMENT UNIQUE."
msgstr ""
#: 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 "

View File

@ -8,7 +8,7 @@ msgid ""
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-25 13:27+0200\n"
"POT-Creation-Date: 2012-04-25 13:01+0100\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@ -2967,7 +2967,7 @@ msgstr ""
msgid "Execute"
msgstr ""
#: libraries/common.lib.php:3881
#: libraries/common.lib.php:3897
msgid "Print"
msgstr ""
@ -5228,6 +5228,314 @@ msgstr ""
msgid "possible deep recursion attack"
msgstr ""
#: libraries/data_drizzle.inc.php:238
msgid "Most common integer."
msgstr ""
#: libraries/data_drizzle.inc.php:239
msgid "Larger-range integer."
msgstr ""
#: libraries/data_drizzle.inc.php:240
msgid "Fixed precision number."
msgstr ""
#: libraries/data_drizzle.inc.php:241
msgid "Systems native double type."
msgstr ""
#: libraries/data_drizzle.inc.php:242
msgid "True or false."
msgstr ""
#: libraries/data_drizzle.inc.php:243
msgid ""
"A number is inserted in increasing order as rows are inserted into the table."
msgstr ""
#: libraries/data_drizzle.inc.php:244
msgid "Stores Universally Unique Identifiers (UUID)."
msgstr ""
#: libraries/data_drizzle.inc.php:245
msgid "Dates only."
msgstr ""
#: libraries/data_drizzle.inc.php:246 libraries/data_drizzle.inc.php:247
msgid "Both date and time."
msgstr ""
#: libraries/data_drizzle.inc.php:248
msgid "Time of day."
msgstr ""
#: libraries/data_drizzle.inc.php:249 libraries/data_drizzle.inc.php:251
msgid "Variable length data."
msgstr ""
#: libraries/data_drizzle.inc.php:250
msgid "Data which is over XXX in size"
msgstr ""
#: libraries/data_drizzle.inc.php:252
msgid ""
"Data which is over XXX in size. Uses a binary collation for all index usage."
msgstr ""
#: libraries/data_drizzle.inc.php:253
msgid "Static lists of strings."
msgstr ""
#: 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 ""
#: 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 ""
#: 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 ""
#: 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 ""
#: 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 ""
#: 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 ""
#: 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 ""
#: 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 ""
#: 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 ""
#: 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 ""
#: 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 ""
#: libraries/data_mysql.inc.php:310
msgid "An alias for BIGINT UNSIGNED NOT NULL AUTO_INCREMENT UNIQUE."
msgstr ""
#: 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 "

314
po/pl.po
View File

@ -3,7 +3,7 @@ msgid ""
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-25 13:27+0200\n"
"POT-Creation-Date: 2012-04-25 13:01+0100\n"
"PO-Revision-Date: 2012-04-21 16:04+0200\n"
"Last-Translator: Marcin Kozioł <lord_dark@wp.pl>\n"
"Language-Team: iMutrix\n"
@ -3075,7 +3075,7 @@ msgstr "Brak plików do wysłania"
msgid "Execute"
msgstr "Wykonaj"
#: libraries/common.lib.php:3881
#: libraries/common.lib.php:3897
msgid "Print"
msgstr "Drukuj"
@ -5554,6 +5554,316 @@ msgstr "Brak rozszerzenia %s. Proszę sprawdzić konfigurację PHP."
msgid "possible deep recursion attack"
msgstr "możliwy głęboki atak rekurencji"
#: libraries/data_drizzle.inc.php:238
msgid "Most common integer."
msgstr ""
#: libraries/data_drizzle.inc.php:239
msgid "Larger-range integer."
msgstr ""
#: libraries/data_drizzle.inc.php:240
msgid "Fixed precision number."
msgstr ""
#: libraries/data_drizzle.inc.php:241
msgid "Systems native double type."
msgstr ""
#: libraries/data_drizzle.inc.php:242
msgid "True or false."
msgstr ""
#: libraries/data_drizzle.inc.php:243
msgid ""
"A number is inserted in increasing order as rows are inserted into the table."
msgstr ""
#: libraries/data_drizzle.inc.php:244
msgid "Stores Universally Unique Identifiers (UUID)."
msgstr ""
#: libraries/data_drizzle.inc.php:245
#, fuzzy
#| msgid "Data only"
msgid "Dates only."
msgstr "Tylko dane"
#: libraries/data_drizzle.inc.php:246 libraries/data_drizzle.inc.php:247
msgid "Both date and time."
msgstr ""
#: libraries/data_drizzle.inc.php:248
msgid "Time of day."
msgstr ""
#: libraries/data_drizzle.inc.php:249 libraries/data_drizzle.inc.php:251
msgid "Variable length data."
msgstr ""
#: libraries/data_drizzle.inc.php:250
msgid "Data which is over XXX in size"
msgstr ""
#: libraries/data_drizzle.inc.php:252
msgid ""
"Data which is over XXX in size. Uses a binary collation for all index usage."
msgstr ""
#: libraries/data_drizzle.inc.php:253
msgid "Static lists of strings."
msgstr ""
#: 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 ""
#: 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 ""
#: 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 ""
#: 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 ""
#: 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 ""
#: 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 ""
#: 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 ""
#: 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 ""
#: 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 ""
#: 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 ""
#: 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 ""
#: libraries/data_mysql.inc.php:310
msgid "An alias for BIGINT UNSIGNED NOT NULL AUTO_INCREMENT UNIQUE."
msgstr ""
#: 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 "

314
po/pt.po
View File

@ -3,7 +3,7 @@ msgid ""
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-25 13:27+0200\n"
"POT-Creation-Date: 2012-04-25 13:01+0100\n"
"PO-Revision-Date: 2012-03-27 16:56+0200\n"
"Last-Translator: Michal Čihař <michal@cihar.com>\n"
"Language-Team: portuguese <pt@li.org>\n"
@ -3149,7 +3149,7 @@ msgstr "Não existem arquivos para fazer upload"
msgid "Execute"
msgstr "Executar"
#: libraries/common.lib.php:3881
#: libraries/common.lib.php:3897
msgid "Print"
msgstr "Imprimir"
@ -5556,6 +5556,316 @@ msgstr ""
msgid "possible deep recursion attack"
msgstr ""
#: libraries/data_drizzle.inc.php:238
msgid "Most common integer."
msgstr ""
#: libraries/data_drizzle.inc.php:239
msgid "Larger-range integer."
msgstr ""
#: libraries/data_drizzle.inc.php:240
msgid "Fixed precision number."
msgstr ""
#: libraries/data_drizzle.inc.php:241
msgid "Systems native double type."
msgstr ""
#: libraries/data_drizzle.inc.php:242
msgid "True or false."
msgstr ""
#: libraries/data_drizzle.inc.php:243
msgid ""
"A number is inserted in increasing order as rows are inserted into the table."
msgstr ""
#: libraries/data_drizzle.inc.php:244
msgid "Stores Universally Unique Identifiers (UUID)."
msgstr ""
#: libraries/data_drizzle.inc.php:245
#, fuzzy
#| msgid "Data only"
msgid "Dates only."
msgstr "Apenas dados"
#: libraries/data_drizzle.inc.php:246 libraries/data_drizzle.inc.php:247
msgid "Both date and time."
msgstr ""
#: libraries/data_drizzle.inc.php:248
msgid "Time of day."
msgstr ""
#: libraries/data_drizzle.inc.php:249 libraries/data_drizzle.inc.php:251
msgid "Variable length data."
msgstr ""
#: libraries/data_drizzle.inc.php:250
msgid "Data which is over XXX in size"
msgstr ""
#: libraries/data_drizzle.inc.php:252
msgid ""
"Data which is over XXX in size. Uses a binary collation for all index usage."
msgstr ""
#: libraries/data_drizzle.inc.php:253
msgid "Static lists of strings."
msgstr ""
#: 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 ""
#: 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 ""
#: 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 ""
#: 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 ""
#: 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 ""
#: 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 ""
#: 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 ""
#: 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 ""
#: 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 ""
#: 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 ""
#: 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 ""
#: libraries/data_mysql.inc.php:310
msgid "An alias for BIGINT UNSIGNED NOT NULL AUTO_INCREMENT UNIQUE."
msgstr ""
#: 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 "

View File

@ -3,7 +3,7 @@ msgid ""
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-25 13:27+0200\n"
"POT-Creation-Date: 2012-04-25 13:01+0100\n"
"PO-Revision-Date: 2012-04-23 02:11+0200\n"
"Last-Translator: Lucas David <lucasolivdavid@gmail.com>\n"
"Language-Team: brazilian_portuguese <pt_BR@li.org>\n"
@ -3088,7 +3088,7 @@ msgstr "Não existem arquivos para fazer upload"
msgid "Execute"
msgstr "Executar"
#: libraries/common.lib.php:3881
#: libraries/common.lib.php:3897
msgid "Print"
msgstr "Imprimir"
@ -5549,6 +5549,316 @@ msgstr ""
msgid "possible deep recursion attack"
msgstr ""
#: libraries/data_drizzle.inc.php:238
msgid "Most common integer."
msgstr ""
#: libraries/data_drizzle.inc.php:239
msgid "Larger-range integer."
msgstr ""
#: libraries/data_drizzle.inc.php:240
msgid "Fixed precision number."
msgstr ""
#: libraries/data_drizzle.inc.php:241
msgid "Systems native double type."
msgstr ""
#: libraries/data_drizzle.inc.php:242
msgid "True or false."
msgstr ""
#: libraries/data_drizzle.inc.php:243
msgid ""
"A number is inserted in increasing order as rows are inserted into the table."
msgstr ""
#: libraries/data_drizzle.inc.php:244
msgid "Stores Universally Unique Identifiers (UUID)."
msgstr ""
#: libraries/data_drizzle.inc.php:245
#, fuzzy
#| msgid "Data only"
msgid "Dates only."
msgstr "Dados apenas"
#: libraries/data_drizzle.inc.php:246 libraries/data_drizzle.inc.php:247
msgid "Both date and time."
msgstr ""
#: libraries/data_drizzle.inc.php:248
msgid "Time of day."
msgstr ""
#: libraries/data_drizzle.inc.php:249 libraries/data_drizzle.inc.php:251
msgid "Variable length data."
msgstr ""
#: libraries/data_drizzle.inc.php:250
msgid "Data which is over XXX in size"
msgstr ""
#: libraries/data_drizzle.inc.php:252
msgid ""
"Data which is over XXX in size. Uses a binary collation for all index usage."
msgstr ""
#: libraries/data_drizzle.inc.php:253
msgid "Static lists of strings."
msgstr ""
#: 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 ""
#: 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 ""
#: 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 ""
#: 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 ""
#: 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 ""
#: 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 ""
#: 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 ""
#: 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 ""
#: 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 ""
#: 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 ""
#: 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 ""
#: libraries/data_mysql.inc.php:310
msgid "An alias for BIGINT UNSIGNED NOT NULL AUTO_INCREMENT UNIQUE."
msgstr ""
#: 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
#, fuzzy
#| msgid " the local MySQL server's socket is not correctly configured)"

314
po/ro.po
View File

@ -3,7 +3,7 @@ msgid ""
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-25 13:27+0200\n"
"POT-Creation-Date: 2012-04-25 13:01+0100\n"
"PO-Revision-Date: 2012-04-24 14:18+0200\n"
"Last-Translator: Alex Marin <alex.ukf@gmail.com>\n"
"Language-Team: romanian <ro@li.org>\n"
@ -3218,7 +3218,7 @@ msgstr "Nu sunt fișiere pentru încărcare"
msgid "Execute"
msgstr "Execută"
#: libraries/common.lib.php:3881
#: libraries/common.lib.php:3897
msgid "Print"
msgstr "Listare"
@ -5802,6 +5802,316 @@ msgstr "Extensia %s lipsește. Vă rugăm să vă verificați configurația PHP.
msgid "possible deep recursion attack"
msgstr "posibil atac adânc recursiv"
#: libraries/data_drizzle.inc.php:238
msgid "Most common integer."
msgstr ""
#: libraries/data_drizzle.inc.php:239
msgid "Larger-range integer."
msgstr ""
#: libraries/data_drizzle.inc.php:240
msgid "Fixed precision number."
msgstr ""
#: libraries/data_drizzle.inc.php:241
msgid "Systems native double type."
msgstr ""
#: libraries/data_drizzle.inc.php:242
msgid "True or false."
msgstr ""
#: libraries/data_drizzle.inc.php:243
msgid ""
"A number is inserted in increasing order as rows are inserted into the table."
msgstr ""
#: libraries/data_drizzle.inc.php:244
msgid "Stores Universally Unique Identifiers (UUID)."
msgstr ""
#: libraries/data_drizzle.inc.php:245
#, fuzzy
#| msgid "Data only"
msgid "Dates only."
msgstr "Numai date"
#: libraries/data_drizzle.inc.php:246 libraries/data_drizzle.inc.php:247
msgid "Both date and time."
msgstr ""
#: libraries/data_drizzle.inc.php:248
msgid "Time of day."
msgstr ""
#: libraries/data_drizzle.inc.php:249 libraries/data_drizzle.inc.php:251
msgid "Variable length data."
msgstr ""
#: libraries/data_drizzle.inc.php:250
msgid "Data which is over XXX in size"
msgstr ""
#: libraries/data_drizzle.inc.php:252
msgid ""
"Data which is over XXX in size. Uses a binary collation for all index usage."
msgstr ""
#: libraries/data_drizzle.inc.php:253
msgid "Static lists of strings."
msgstr ""
#: 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 ""
#: 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 ""
#: 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 ""
#: 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 ""
#: 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 ""
#: 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 ""
#: 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 ""
#: 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 ""
#: 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 ""
#: 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 ""
#: 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 ""
#: libraries/data_mysql.inc.php:310
msgid "An alias for BIGINT UNSIGNED NOT NULL AUTO_INCREMENT UNIQUE."
msgstr ""
#: 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 "

314
po/ru.po
View File

@ -3,7 +3,7 @@ msgid ""
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-25 13:27+0200\n"
"POT-Creation-Date: 2012-04-25 13:01+0100\n"
"PO-Revision-Date: 2012-04-21 10:48+0200\n"
"Last-Translator: Victor Volkov <hanut@php-myadmin.ru>\n"
"Language-Team: russian <ru@li.org>\n"
@ -3086,7 +3086,7 @@ msgstr "Файлы для загрузки отсутствуют"
msgid "Execute"
msgstr "Выполнить"
#: libraries/common.lib.php:3881
#: libraries/common.lib.php:3897
msgid "Print"
msgstr "Печать"
@ -5574,6 +5574,316 @@ msgstr "Расширение %s не найдено. Пожалуйста, пр
msgid "possible deep recursion attack"
msgstr "возможная атака глубокой рекурсии"
#: libraries/data_drizzle.inc.php:238
msgid "Most common integer."
msgstr ""
#: libraries/data_drizzle.inc.php:239
msgid "Larger-range integer."
msgstr ""
#: libraries/data_drizzle.inc.php:240
msgid "Fixed precision number."
msgstr ""
#: libraries/data_drizzle.inc.php:241
msgid "Systems native double type."
msgstr ""
#: libraries/data_drizzle.inc.php:242
msgid "True or false."
msgstr ""
#: libraries/data_drizzle.inc.php:243
msgid ""
"A number is inserted in increasing order as rows are inserted into the table."
msgstr ""
#: libraries/data_drizzle.inc.php:244
msgid "Stores Universally Unique Identifiers (UUID)."
msgstr ""
#: libraries/data_drizzle.inc.php:245
#, fuzzy
#| msgid "Data only"
msgid "Dates only."
msgstr "Только данные"
#: libraries/data_drizzle.inc.php:246 libraries/data_drizzle.inc.php:247
msgid "Both date and time."
msgstr ""
#: libraries/data_drizzle.inc.php:248
msgid "Time of day."
msgstr ""
#: libraries/data_drizzle.inc.php:249 libraries/data_drizzle.inc.php:251
msgid "Variable length data."
msgstr ""
#: libraries/data_drizzle.inc.php:250
msgid "Data which is over XXX in size"
msgstr ""
#: libraries/data_drizzle.inc.php:252
msgid ""
"Data which is over XXX in size. Uses a binary collation for all index usage."
msgstr ""
#: libraries/data_drizzle.inc.php:253
msgid "Static lists of strings."
msgstr ""
#: 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 ""
#: 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 ""
#: 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 ""
#: 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 ""
#: 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 ""
#: 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 ""
#: 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 ""
#: 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 ""
#: 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 ""
#: 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 ""
#: 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 ""
#: libraries/data_mysql.inc.php:310
msgid "An alias for BIGINT UNSIGNED NOT NULL AUTO_INCREMENT UNIQUE."
msgstr ""
#: 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 "

314
po/si.po
View File

@ -3,7 +3,7 @@ msgid ""
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-25 13:27+0200\n"
"POT-Creation-Date: 2012-04-25 13:01+0100\n"
"PO-Revision-Date: 2012-04-21 17:10+0200\n"
"Last-Translator: Madhura Jayaratne <madhura.cj@gmail.com>\n"
"Language-Team: sinhala <si@li.org>\n"
@ -3022,7 +3022,7 @@ msgstr "උඩුගත කිරීම සඳහා ගොනු නොමැ
msgid "Execute"
msgstr "ක්‍රියාත්මක කරන්න"
#: libraries/common.lib.php:3881
#: libraries/common.lib.php:3897
msgid "Print"
msgstr "මුද්‍රණය කරන්න"
@ -5381,6 +5381,316 @@ msgstr "%s දිගුව සොයාගත නොහැක. කරුණා
msgid "possible deep recursion attack"
msgstr ""
#: libraries/data_drizzle.inc.php:238
msgid "Most common integer."
msgstr ""
#: libraries/data_drizzle.inc.php:239
msgid "Larger-range integer."
msgstr ""
#: libraries/data_drizzle.inc.php:240
msgid "Fixed precision number."
msgstr ""
#: libraries/data_drizzle.inc.php:241
msgid "Systems native double type."
msgstr ""
#: libraries/data_drizzle.inc.php:242
msgid "True or false."
msgstr ""
#: libraries/data_drizzle.inc.php:243
msgid ""
"A number is inserted in increasing order as rows are inserted into the table."
msgstr ""
#: libraries/data_drizzle.inc.php:244
msgid "Stores Universally Unique Identifiers (UUID)."
msgstr ""
#: libraries/data_drizzle.inc.php:245
#, fuzzy
#| msgid "Data only"
msgid "Dates only."
msgstr "දත්ත පමණයි"
#: libraries/data_drizzle.inc.php:246 libraries/data_drizzle.inc.php:247
msgid "Both date and time."
msgstr ""
#: libraries/data_drizzle.inc.php:248
msgid "Time of day."
msgstr ""
#: libraries/data_drizzle.inc.php:249 libraries/data_drizzle.inc.php:251
msgid "Variable length data."
msgstr ""
#: libraries/data_drizzle.inc.php:250
msgid "Data which is over XXX in size"
msgstr ""
#: libraries/data_drizzle.inc.php:252
msgid ""
"Data which is over XXX in size. Uses a binary collation for all index usage."
msgstr ""
#: libraries/data_drizzle.inc.php:253
msgid "Static lists of strings."
msgstr ""
#: 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 ""
#: 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 ""
#: 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 ""
#: 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 ""
#: 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 ""
#: 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 ""
#: 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 ""
#: 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 ""
#: 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 ""
#: 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 ""
#: 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 ""
#: libraries/data_mysql.inc.php:310
msgid "An alias for BIGINT UNSIGNED NOT NULL AUTO_INCREMENT UNIQUE."
msgstr ""
#: 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 "

314
po/sk.po
View File

@ -3,7 +3,7 @@ msgid ""
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-25 13:27+0200\n"
"POT-Creation-Date: 2012-04-25 13:01+0100\n"
"PO-Revision-Date: 2012-04-14 14:57+0200\n"
"Last-Translator: Roland Kosicexx <info@world-evolution.tk>\n"
"Language-Team: slovak <sk@li.org>\n"
@ -3081,7 +3081,7 @@ msgstr "Žiadny súbor pre nahrávanie"
msgid "Execute"
msgstr "Spustiť"
#: libraries/common.lib.php:3881
#: libraries/common.lib.php:3897
msgid "Print"
msgstr "Vytlačiť"
@ -5539,6 +5539,316 @@ msgstr "Chýba rozšírenie %s. Skontrolujte prosín nastavenia PHP."
msgid "possible deep recursion attack"
msgstr ""
#: libraries/data_drizzle.inc.php:238
msgid "Most common integer."
msgstr ""
#: libraries/data_drizzle.inc.php:239
msgid "Larger-range integer."
msgstr ""
#: libraries/data_drizzle.inc.php:240
msgid "Fixed precision number."
msgstr ""
#: libraries/data_drizzle.inc.php:241
msgid "Systems native double type."
msgstr ""
#: libraries/data_drizzle.inc.php:242
msgid "True or false."
msgstr ""
#: libraries/data_drizzle.inc.php:243
msgid ""
"A number is inserted in increasing order as rows are inserted into the table."
msgstr ""
#: libraries/data_drizzle.inc.php:244
msgid "Stores Universally Unique Identifiers (UUID)."
msgstr ""
#: libraries/data_drizzle.inc.php:245
#, fuzzy
#| msgid "Data only"
msgid "Dates only."
msgstr "Iba dáta"
#: libraries/data_drizzle.inc.php:246 libraries/data_drizzle.inc.php:247
msgid "Both date and time."
msgstr ""
#: libraries/data_drizzle.inc.php:248
msgid "Time of day."
msgstr ""
#: libraries/data_drizzle.inc.php:249 libraries/data_drizzle.inc.php:251
msgid "Variable length data."
msgstr ""
#: libraries/data_drizzle.inc.php:250
msgid "Data which is over XXX in size"
msgstr ""
#: libraries/data_drizzle.inc.php:252
msgid ""
"Data which is over XXX in size. Uses a binary collation for all index usage."
msgstr ""
#: libraries/data_drizzle.inc.php:253
msgid "Static lists of strings."
msgstr ""
#: 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 ""
#: 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 ""
#: 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 ""
#: 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 ""
#: 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 ""
#: 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 ""
#: 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 ""
#: 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 ""
#: 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 ""
#: 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 ""
#: 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 ""
#: libraries/data_mysql.inc.php:310
msgid "An alias for BIGINT UNSIGNED NOT NULL AUTO_INCREMENT UNIQUE."
msgstr ""
#: 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 "

314
po/sl.po
View File

@ -3,7 +3,7 @@ msgid ""
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-25 13:27+0200\n"
"POT-Creation-Date: 2012-04-25 13:01+0100\n"
"PO-Revision-Date: 2012-04-19 17:03+0200\n"
"Last-Translator: Domen <dbc334@gmail.com>\n"
"Language-Team: slovenian <sl@li.org>\n"
@ -3075,7 +3075,7 @@ msgstr "Nobene datoteke ni za naložiti"
msgid "Execute"
msgstr "Izvedi"
#: libraries/common.lib.php:3881
#: libraries/common.lib.php:3897
msgid "Print"
msgstr "Natisni"
@ -5525,6 +5525,316 @@ msgstr "Razširitev %s manjka. Prosimo, preverite vašo konfiguracijo PHP."
msgid "possible deep recursion attack"
msgstr "možen napad globoke rekurzije"
#: libraries/data_drizzle.inc.php:238
msgid "Most common integer."
msgstr ""
#: libraries/data_drizzle.inc.php:239
msgid "Larger-range integer."
msgstr ""
#: libraries/data_drizzle.inc.php:240
msgid "Fixed precision number."
msgstr ""
#: libraries/data_drizzle.inc.php:241
msgid "Systems native double type."
msgstr ""
#: libraries/data_drizzle.inc.php:242
msgid "True or false."
msgstr ""
#: libraries/data_drizzle.inc.php:243
msgid ""
"A number is inserted in increasing order as rows are inserted into the table."
msgstr ""
#: libraries/data_drizzle.inc.php:244
msgid "Stores Universally Unique Identifiers (UUID)."
msgstr ""
#: libraries/data_drizzle.inc.php:245
#, fuzzy
#| msgid "Data only"
msgid "Dates only."
msgstr "Samo podatki"
#: libraries/data_drizzle.inc.php:246 libraries/data_drizzle.inc.php:247
msgid "Both date and time."
msgstr ""
#: libraries/data_drizzle.inc.php:248
msgid "Time of day."
msgstr ""
#: libraries/data_drizzle.inc.php:249 libraries/data_drizzle.inc.php:251
msgid "Variable length data."
msgstr ""
#: libraries/data_drizzle.inc.php:250
msgid "Data which is over XXX in size"
msgstr ""
#: libraries/data_drizzle.inc.php:252
msgid ""
"Data which is over XXX in size. Uses a binary collation for all index usage."
msgstr ""
#: libraries/data_drizzle.inc.php:253
msgid "Static lists of strings."
msgstr ""
#: 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 ""
#: 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 ""
#: 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 ""
#: 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 ""
#: 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 ""
#: 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 ""
#: 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 ""
#: 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 ""
#: 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 ""
#: 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 ""
#: 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 ""
#: libraries/data_mysql.inc.php:310
msgid "An alias for BIGINT UNSIGNED NOT NULL AUTO_INCREMENT UNIQUE."
msgstr ""
#: 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 "

314
po/sq.po
View File

@ -3,7 +3,7 @@ msgid ""
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-25 13:27+0200\n"
"POT-Creation-Date: 2012-04-25 13:01+0100\n"
"PO-Revision-Date: 2010-07-21 14:51+0200\n"
"Last-Translator: Marc Delisle <marc@infomarc.info>\n"
"Language-Team: albanian <sq@li.org>\n"
@ -3253,7 +3253,7 @@ msgstr ""
msgid "Execute"
msgstr ""
#: libraries/common.lib.php:3881
#: libraries/common.lib.php:3897
msgid "Print"
msgstr "Printo"
@ -5641,6 +5641,316 @@ msgstr ""
msgid "possible deep recursion attack"
msgstr ""
#: libraries/data_drizzle.inc.php:238
msgid "Most common integer."
msgstr ""
#: libraries/data_drizzle.inc.php:239
msgid "Larger-range integer."
msgstr ""
#: libraries/data_drizzle.inc.php:240
msgid "Fixed precision number."
msgstr ""
#: libraries/data_drizzle.inc.php:241
msgid "Systems native double type."
msgstr ""
#: libraries/data_drizzle.inc.php:242
msgid "True or false."
msgstr ""
#: libraries/data_drizzle.inc.php:243
msgid ""
"A number is inserted in increasing order as rows are inserted into the table."
msgstr ""
#: libraries/data_drizzle.inc.php:244
msgid "Stores Universally Unique Identifiers (UUID)."
msgstr ""
#: libraries/data_drizzle.inc.php:245
#, fuzzy
#| msgid "Data only"
msgid "Dates only."
msgstr "Vetëm të dhënat"
#: libraries/data_drizzle.inc.php:246 libraries/data_drizzle.inc.php:247
msgid "Both date and time."
msgstr ""
#: libraries/data_drizzle.inc.php:248
msgid "Time of day."
msgstr ""
#: libraries/data_drizzle.inc.php:249 libraries/data_drizzle.inc.php:251
msgid "Variable length data."
msgstr ""
#: libraries/data_drizzle.inc.php:250
msgid "Data which is over XXX in size"
msgstr ""
#: libraries/data_drizzle.inc.php:252
msgid ""
"Data which is over XXX in size. Uses a binary collation for all index usage."
msgstr ""
#: libraries/data_drizzle.inc.php:253
msgid "Static lists of strings."
msgstr ""
#: 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 ""
#: 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 ""
#: 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 ""
#: 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 ""
#: 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 ""
#: 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 ""
#: 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 ""
#: 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 ""
#: 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 ""
#: 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 ""
#: 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 ""
#: libraries/data_mysql.inc.php:310
msgid "An alias for BIGINT UNSIGNED NOT NULL AUTO_INCREMENT UNIQUE."
msgstr ""
#: 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 "

314
po/sr.po
View File

@ -3,7 +3,7 @@ msgid ""
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-25 13:27+0200\n"
"POT-Creation-Date: 2012-04-25 13:01+0100\n"
"PO-Revision-Date: 2012-03-27 16:56+0200\n"
"Last-Translator: Michal Čihař <michal@cihar.com>\n"
"Language-Team: serbian_cyrillic <sr@li.org>\n"
@ -3304,7 +3304,7 @@ msgstr ""
msgid "Execute"
msgstr ""
#: libraries/common.lib.php:3881
#: libraries/common.lib.php:3897
msgid "Print"
msgstr "Штампај"
@ -5723,6 +5723,316 @@ msgstr ""
msgid "possible deep recursion attack"
msgstr ""
#: libraries/data_drizzle.inc.php:238
msgid "Most common integer."
msgstr ""
#: libraries/data_drizzle.inc.php:239
msgid "Larger-range integer."
msgstr ""
#: libraries/data_drizzle.inc.php:240
msgid "Fixed precision number."
msgstr ""
#: libraries/data_drizzle.inc.php:241
msgid "Systems native double type."
msgstr ""
#: libraries/data_drizzle.inc.php:242
msgid "True or false."
msgstr ""
#: libraries/data_drizzle.inc.php:243
msgid ""
"A number is inserted in increasing order as rows are inserted into the table."
msgstr ""
#: libraries/data_drizzle.inc.php:244
msgid "Stores Universally Unique Identifiers (UUID)."
msgstr ""
#: libraries/data_drizzle.inc.php:245
#, fuzzy
#| msgid "Data only"
msgid "Dates only."
msgstr "Само подаци"
#: libraries/data_drizzle.inc.php:246 libraries/data_drizzle.inc.php:247
msgid "Both date and time."
msgstr ""
#: libraries/data_drizzle.inc.php:248
msgid "Time of day."
msgstr ""
#: libraries/data_drizzle.inc.php:249 libraries/data_drizzle.inc.php:251
msgid "Variable length data."
msgstr ""
#: libraries/data_drizzle.inc.php:250
msgid "Data which is over XXX in size"
msgstr ""
#: libraries/data_drizzle.inc.php:252
msgid ""
"Data which is over XXX in size. Uses a binary collation for all index usage."
msgstr ""
#: libraries/data_drizzle.inc.php:253
msgid "Static lists of strings."
msgstr ""
#: 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 ""
#: 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 ""
#: 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 ""
#: 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 ""
#: 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 ""
#: 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 ""
#: 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 ""
#: 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 ""
#: 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 ""
#: 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 ""
#: 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 ""
#: libraries/data_mysql.inc.php:310
msgid "An alias for BIGINT UNSIGNED NOT NULL AUTO_INCREMENT UNIQUE."
msgstr ""
#: 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
#, fuzzy
#| msgid " the local MySQL server's socket is not correctly configured)"

View File

@ -3,7 +3,7 @@ msgid ""
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-25 13:27+0200\n"
"POT-Creation-Date: 2012-04-25 13:01+0100\n"
"PO-Revision-Date: 2010-12-02 14:49+0200\n"
"Last-Translator: Sasa Kostic <sasha.kostic@gmail.com>\n"
"Language-Team: serbian_latin <sr@latin@li.org>\n"
@ -3297,7 +3297,7 @@ msgstr ""
msgid "Execute"
msgstr ""
#: libraries/common.lib.php:3881
#: libraries/common.lib.php:3897
msgid "Print"
msgstr "Štampaj"
@ -5715,6 +5715,316 @@ msgstr ""
msgid "possible deep recursion attack"
msgstr ""
#: libraries/data_drizzle.inc.php:238
msgid "Most common integer."
msgstr ""
#: libraries/data_drizzle.inc.php:239
msgid "Larger-range integer."
msgstr ""
#: libraries/data_drizzle.inc.php:240
msgid "Fixed precision number."
msgstr ""
#: libraries/data_drizzle.inc.php:241
msgid "Systems native double type."
msgstr ""
#: libraries/data_drizzle.inc.php:242
msgid "True or false."
msgstr ""
#: libraries/data_drizzle.inc.php:243
msgid ""
"A number is inserted in increasing order as rows are inserted into the table."
msgstr ""
#: libraries/data_drizzle.inc.php:244
msgid "Stores Universally Unique Identifiers (UUID)."
msgstr ""
#: libraries/data_drizzle.inc.php:245
#, fuzzy
#| msgid "Data only"
msgid "Dates only."
msgstr "Samo podaci"
#: libraries/data_drizzle.inc.php:246 libraries/data_drizzle.inc.php:247
msgid "Both date and time."
msgstr ""
#: libraries/data_drizzle.inc.php:248
msgid "Time of day."
msgstr ""
#: libraries/data_drizzle.inc.php:249 libraries/data_drizzle.inc.php:251
msgid "Variable length data."
msgstr ""
#: libraries/data_drizzle.inc.php:250
msgid "Data which is over XXX in size"
msgstr ""
#: libraries/data_drizzle.inc.php:252
msgid ""
"Data which is over XXX in size. Uses a binary collation for all index usage."
msgstr ""
#: libraries/data_drizzle.inc.php:253
msgid "Static lists of strings."
msgstr ""
#: 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 ""
#: 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 ""
#: 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 ""
#: 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 ""
#: 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 ""
#: 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 ""
#: 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 ""
#: 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 ""
#: 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 ""
#: 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 ""
#: 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 ""
#: libraries/data_mysql.inc.php:310
msgid "An alias for BIGINT UNSIGNED NOT NULL AUTO_INCREMENT UNIQUE."
msgstr ""
#: 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
#, fuzzy
#| msgid " the local MySQL server's socket is not correctly configured)"

314
po/sv.po
View File

@ -3,7 +3,7 @@ msgid ""
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-25 13:27+0200\n"
"POT-Creation-Date: 2012-04-25 13:01+0100\n"
"PO-Revision-Date: 2012-04-20 20:56+0200\n"
"Last-Translator: ProUser <stefan@inkopsforum.se>\n"
"Language-Team: swedish <sv@li.org>\n"
@ -3059,7 +3059,7 @@ msgstr "Det finns inga filer att ladda upp"
msgid "Execute"
msgstr "Utför"
#: libraries/common.lib.php:3881
#: libraries/common.lib.php:3897
msgid "Print"
msgstr "Skriv ut"
@ -5505,6 +5505,316 @@ msgstr "%s tillägg saknas. Vänligen kontrollera din PHP konfiguration."
msgid "possible deep recursion attack"
msgstr "möjlig djupgående rekursiv attack"
#: libraries/data_drizzle.inc.php:238
msgid "Most common integer."
msgstr ""
#: libraries/data_drizzle.inc.php:239
msgid "Larger-range integer."
msgstr ""
#: libraries/data_drizzle.inc.php:240
msgid "Fixed precision number."
msgstr ""
#: libraries/data_drizzle.inc.php:241
msgid "Systems native double type."
msgstr ""
#: libraries/data_drizzle.inc.php:242
msgid "True or false."
msgstr ""
#: libraries/data_drizzle.inc.php:243
msgid ""
"A number is inserted in increasing order as rows are inserted into the table."
msgstr ""
#: libraries/data_drizzle.inc.php:244
msgid "Stores Universally Unique Identifiers (UUID)."
msgstr ""
#: libraries/data_drizzle.inc.php:245
#, fuzzy
#| msgid "Data only"
msgid "Dates only."
msgstr "Enbart data"
#: libraries/data_drizzle.inc.php:246 libraries/data_drizzle.inc.php:247
msgid "Both date and time."
msgstr ""
#: libraries/data_drizzle.inc.php:248
msgid "Time of day."
msgstr ""
#: libraries/data_drizzle.inc.php:249 libraries/data_drizzle.inc.php:251
msgid "Variable length data."
msgstr ""
#: libraries/data_drizzle.inc.php:250
msgid "Data which is over XXX in size"
msgstr ""
#: libraries/data_drizzle.inc.php:252
msgid ""
"Data which is over XXX in size. Uses a binary collation for all index usage."
msgstr ""
#: libraries/data_drizzle.inc.php:253
msgid "Static lists of strings."
msgstr ""
#: 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 ""
#: 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 ""
#: 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 ""
#: 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 ""
#: 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 ""
#: 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 ""
#: 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 ""
#: 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 ""
#: 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 ""
#: 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 ""
#: 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 ""
#: libraries/data_mysql.inc.php:310
msgid "An alias for BIGINT UNSIGNED NOT NULL AUTO_INCREMENT UNIQUE."
msgstr ""
#: 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 "

314
po/ta.po
View File

@ -6,7 +6,7 @@ msgid ""
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-25 13:27+0200\n"
"POT-Creation-Date: 2012-04-25 13:01+0100\n"
"PO-Revision-Date: 2011-12-28 11:44+0200\n"
"Last-Translator: any anonymous user <>\n"
"Language-Team: Tamil <ta@li.org>\n"
@ -3057,7 +3057,7 @@ msgstr ""
msgid "Execute"
msgstr "நிறைவேற்று"
#: libraries/common.lib.php:3881
#: libraries/common.lib.php:3897
msgid "Print"
msgstr "அச்சிடு"
@ -5338,6 +5338,316 @@ msgstr ""
msgid "possible deep recursion attack"
msgstr ""
#: libraries/data_drizzle.inc.php:238
msgid "Most common integer."
msgstr ""
#: libraries/data_drizzle.inc.php:239
msgid "Larger-range integer."
msgstr ""
#: libraries/data_drizzle.inc.php:240
msgid "Fixed precision number."
msgstr ""
#: libraries/data_drizzle.inc.php:241
msgid "Systems native double type."
msgstr ""
#: libraries/data_drizzle.inc.php:242
msgid "True or false."
msgstr ""
#: libraries/data_drizzle.inc.php:243
msgid ""
"A number is inserted in increasing order as rows are inserted into the table."
msgstr ""
#: libraries/data_drizzle.inc.php:244
msgid "Stores Universally Unique Identifiers (UUID)."
msgstr ""
#: libraries/data_drizzle.inc.php:245
#, fuzzy
#| msgid "Data only"
msgid "Dates only."
msgstr "தரவுகளை மட்டும்"
#: libraries/data_drizzle.inc.php:246 libraries/data_drizzle.inc.php:247
msgid "Both date and time."
msgstr ""
#: libraries/data_drizzle.inc.php:248
msgid "Time of day."
msgstr ""
#: libraries/data_drizzle.inc.php:249 libraries/data_drizzle.inc.php:251
msgid "Variable length data."
msgstr ""
#: libraries/data_drizzle.inc.php:250
msgid "Data which is over XXX in size"
msgstr ""
#: libraries/data_drizzle.inc.php:252
msgid ""
"Data which is over XXX in size. Uses a binary collation for all index usage."
msgstr ""
#: libraries/data_drizzle.inc.php:253
msgid "Static lists of strings."
msgstr ""
#: 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 ""
#: 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 ""
#: 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 ""
#: 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 ""
#: 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 ""
#: 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 ""
#: 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 ""
#: 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 ""
#: 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 ""
#: 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 ""
#: 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 ""
#: libraries/data_mysql.inc.php:310
msgid "An alias for BIGINT UNSIGNED NOT NULL AUTO_INCREMENT UNIQUE."
msgstr ""
#: 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 "

314
po/te.po
View File

@ -6,7 +6,7 @@ msgid ""
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-25 13:27+0200\n"
"POT-Creation-Date: 2012-04-25 13:01+0100\n"
"PO-Revision-Date: 2012-03-09 02:43+0200\n"
"Last-Translator: వీవెన్ <veeven@gmail.com>\n"
"Language-Team: Telugu <te@li.org>\n"
@ -3159,7 +3159,7 @@ msgstr ""
msgid "Execute"
msgstr ""
#: libraries/common.lib.php:3881
#: libraries/common.lib.php:3897
msgid "Print"
msgstr "ముద్రించు"
@ -5461,6 +5461,316 @@ msgstr ""
msgid "possible deep recursion attack"
msgstr ""
#: libraries/data_drizzle.inc.php:238
msgid "Most common integer."
msgstr ""
#: libraries/data_drizzle.inc.php:239
msgid "Larger-range integer."
msgstr ""
#: libraries/data_drizzle.inc.php:240
msgid "Fixed precision number."
msgstr ""
#: libraries/data_drizzle.inc.php:241
msgid "Systems native double type."
msgstr ""
#: libraries/data_drizzle.inc.php:242
msgid "True or false."
msgstr ""
#: libraries/data_drizzle.inc.php:243
msgid ""
"A number is inserted in increasing order as rows are inserted into the table."
msgstr ""
#: libraries/data_drizzle.inc.php:244
msgid "Stores Universally Unique Identifiers (UUID)."
msgstr ""
#: libraries/data_drizzle.inc.php:245
#, fuzzy
#| msgid "Data only"
msgid "Dates only."
msgstr "డేటా మాత్రమే"
#: libraries/data_drizzle.inc.php:246 libraries/data_drizzle.inc.php:247
msgid "Both date and time."
msgstr ""
#: libraries/data_drizzle.inc.php:248
msgid "Time of day."
msgstr ""
#: libraries/data_drizzle.inc.php:249 libraries/data_drizzle.inc.php:251
msgid "Variable length data."
msgstr ""
#: libraries/data_drizzle.inc.php:250
msgid "Data which is over XXX in size"
msgstr ""
#: libraries/data_drizzle.inc.php:252
msgid ""
"Data which is over XXX in size. Uses a binary collation for all index usage."
msgstr ""
#: libraries/data_drizzle.inc.php:253
msgid "Static lists of strings."
msgstr ""
#: 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 ""
#: 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 ""
#: 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 ""
#: 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 ""
#: 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 ""
#: 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 ""
#: 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 ""
#: 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 ""
#: 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 ""
#: 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 ""
#: 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 ""
#: libraries/data_mysql.inc.php:310
msgid "An alias for BIGINT UNSIGNED NOT NULL AUTO_INCREMENT UNIQUE."
msgstr ""
#: 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 "

314
po/th.po
View File

@ -3,7 +3,7 @@ msgid ""
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-25 13:27+0200\n"
"POT-Creation-Date: 2012-04-25 13:01+0100\n"
"PO-Revision-Date: 2012-04-21 15:20+0200\n"
"Last-Translator: Setthawut Sawaengkit <defpico2@hotmail.com>\n"
"Language-Team: thai <th@li.org>\n"
@ -3032,7 +3032,7 @@ msgstr ""
msgid "Execute"
msgstr ""
#: libraries/common.lib.php:3881
#: libraries/common.lib.php:3897
msgid "Print"
msgstr "พิมพ์"
@ -5423,6 +5423,316 @@ msgstr ""
msgid "possible deep recursion attack"
msgstr ""
#: libraries/data_drizzle.inc.php:238
msgid "Most common integer."
msgstr ""
#: libraries/data_drizzle.inc.php:239
msgid "Larger-range integer."
msgstr ""
#: libraries/data_drizzle.inc.php:240
msgid "Fixed precision number."
msgstr ""
#: libraries/data_drizzle.inc.php:241
msgid "Systems native double type."
msgstr ""
#: libraries/data_drizzle.inc.php:242
msgid "True or false."
msgstr ""
#: libraries/data_drizzle.inc.php:243
msgid ""
"A number is inserted in increasing order as rows are inserted into the table."
msgstr ""
#: libraries/data_drizzle.inc.php:244
msgid "Stores Universally Unique Identifiers (UUID)."
msgstr ""
#: libraries/data_drizzle.inc.php:245
#, fuzzy
#| msgid "Data only"
msgid "Dates only."
msgstr "เฉพาะข้อมูล"
#: libraries/data_drizzle.inc.php:246 libraries/data_drizzle.inc.php:247
msgid "Both date and time."
msgstr ""
#: libraries/data_drizzle.inc.php:248
msgid "Time of day."
msgstr ""
#: libraries/data_drizzle.inc.php:249 libraries/data_drizzle.inc.php:251
msgid "Variable length data."
msgstr ""
#: libraries/data_drizzle.inc.php:250
msgid "Data which is over XXX in size"
msgstr ""
#: libraries/data_drizzle.inc.php:252
msgid ""
"Data which is over XXX in size. Uses a binary collation for all index usage."
msgstr ""
#: libraries/data_drizzle.inc.php:253
msgid "Static lists of strings."
msgstr ""
#: 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 ""
#: 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 ""
#: 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 ""
#: 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 ""
#: 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 ""
#: 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 ""
#: 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 ""
#: 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 ""
#: 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 ""
#: 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 ""
#: 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 ""
#: libraries/data_mysql.inc.php:310
msgid "An alias for BIGINT UNSIGNED NOT NULL AUTO_INCREMENT UNIQUE."
msgstr ""
#: 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 "

312
po/tk.po
View File

@ -7,7 +7,7 @@ msgid ""
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-25 13:27+0200\n"
"POT-Creation-Date: 2012-04-25 13:01+0100\n"
"PO-Revision-Date: 2012-03-23 10:42+0200\n"
"Last-Translator: Michal Čihař <michal@cihar.com>\n"
"Language-Team: Turkmen <tk@li.org>\n"
@ -2975,7 +2975,7 @@ msgstr ""
msgid "Execute"
msgstr ""
#: libraries/common.lib.php:3881
#: libraries/common.lib.php:3897
msgid "Print"
msgstr ""
@ -5236,6 +5236,314 @@ msgstr ""
msgid "possible deep recursion attack"
msgstr ""
#: libraries/data_drizzle.inc.php:238
msgid "Most common integer."
msgstr ""
#: libraries/data_drizzle.inc.php:239
msgid "Larger-range integer."
msgstr ""
#: libraries/data_drizzle.inc.php:240
msgid "Fixed precision number."
msgstr ""
#: libraries/data_drizzle.inc.php:241
msgid "Systems native double type."
msgstr ""
#: libraries/data_drizzle.inc.php:242
msgid "True or false."
msgstr ""
#: libraries/data_drizzle.inc.php:243
msgid ""
"A number is inserted in increasing order as rows are inserted into the table."
msgstr ""
#: libraries/data_drizzle.inc.php:244
msgid "Stores Universally Unique Identifiers (UUID)."
msgstr ""
#: libraries/data_drizzle.inc.php:245
msgid "Dates only."
msgstr ""
#: libraries/data_drizzle.inc.php:246 libraries/data_drizzle.inc.php:247
msgid "Both date and time."
msgstr ""
#: libraries/data_drizzle.inc.php:248
msgid "Time of day."
msgstr ""
#: libraries/data_drizzle.inc.php:249 libraries/data_drizzle.inc.php:251
msgid "Variable length data."
msgstr ""
#: libraries/data_drizzle.inc.php:250
msgid "Data which is over XXX in size"
msgstr ""
#: libraries/data_drizzle.inc.php:252
msgid ""
"Data which is over XXX in size. Uses a binary collation for all index usage."
msgstr ""
#: libraries/data_drizzle.inc.php:253
msgid "Static lists of strings."
msgstr ""
#: 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 ""
#: 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 ""
#: 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 ""
#: 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 ""
#: 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 ""
#: 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 ""
#: 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 ""
#: 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 ""
#: 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 ""
#: 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 ""
#: 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 ""
#: libraries/data_mysql.inc.php:310
msgid "An alias for BIGINT UNSIGNED NOT NULL AUTO_INCREMENT UNIQUE."
msgstr ""
#: 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 "

314
po/tr.po
View File

@ -3,7 +3,7 @@ msgid ""
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-25 13:27+0200\n"
"POT-Creation-Date: 2012-04-25 13:01+0100\n"
"PO-Revision-Date: 2012-04-19 15:55+0200\n"
"Last-Translator: Burak Yavuz <hitowerdigit@hotmail.com>\n"
"Language-Team: turkish <tr@li.org>\n"
@ -3068,7 +3068,7 @@ msgstr "Göndermek için hiç dosya yok"
msgid "Execute"
msgstr "Çalıştır"
#: libraries/common.lib.php:3881
#: libraries/common.lib.php:3897
msgid "Print"
msgstr "Yazdır"
@ -5544,6 +5544,316 @@ msgstr "%s uzantısı eksik. Lütfen PHP yapılandırmanızı kontrol edin."
msgid "possible deep recursion attack"
msgstr "olasıırı özyinelemeli saldırı"
#: libraries/data_drizzle.inc.php:238
msgid "Most common integer."
msgstr ""
#: libraries/data_drizzle.inc.php:239
msgid "Larger-range integer."
msgstr ""
#: libraries/data_drizzle.inc.php:240
msgid "Fixed precision number."
msgstr ""
#: libraries/data_drizzle.inc.php:241
msgid "Systems native double type."
msgstr ""
#: libraries/data_drizzle.inc.php:242
msgid "True or false."
msgstr ""
#: libraries/data_drizzle.inc.php:243
msgid ""
"A number is inserted in increasing order as rows are inserted into the table."
msgstr ""
#: libraries/data_drizzle.inc.php:244
msgid "Stores Universally Unique Identifiers (UUID)."
msgstr ""
#: libraries/data_drizzle.inc.php:245
#, fuzzy
#| msgid "Data only"
msgid "Dates only."
msgstr "Sadece veri"
#: libraries/data_drizzle.inc.php:246 libraries/data_drizzle.inc.php:247
msgid "Both date and time."
msgstr ""
#: libraries/data_drizzle.inc.php:248
msgid "Time of day."
msgstr ""
#: libraries/data_drizzle.inc.php:249 libraries/data_drizzle.inc.php:251
msgid "Variable length data."
msgstr ""
#: libraries/data_drizzle.inc.php:250
msgid "Data which is over XXX in size"
msgstr ""
#: libraries/data_drizzle.inc.php:252
msgid ""
"Data which is over XXX in size. Uses a binary collation for all index usage."
msgstr ""
#: libraries/data_drizzle.inc.php:253
msgid "Static lists of strings."
msgstr ""
#: 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 ""
#: 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 ""
#: 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 ""
#: 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 ""
#: 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 ""
#: 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 ""
#: 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 ""
#: 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 ""
#: 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 ""
#: 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 ""
#: 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 ""
#: libraries/data_mysql.inc.php:310
msgid "An alias for BIGINT UNSIGNED NOT NULL AUTO_INCREMENT UNIQUE."
msgstr ""
#: 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 "

314
po/tt.po
View File

@ -3,7 +3,7 @@ msgid ""
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-25 13:27+0200\n"
"POT-Creation-Date: 2012-04-25 13:01+0100\n"
"PO-Revision-Date: 2012-01-12 11:43+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: tatarish <tt@li.org>\n"
@ -3270,7 +3270,7 @@ msgstr ""
msgid "Execute"
msgstr ""
#: libraries/common.lib.php:3881
#: libraries/common.lib.php:3897
msgid "Print"
msgstr "Bastır"
@ -5682,6 +5682,316 @@ msgstr ""
msgid "possible deep recursion attack"
msgstr ""
#: libraries/data_drizzle.inc.php:238
msgid "Most common integer."
msgstr ""
#: libraries/data_drizzle.inc.php:239
msgid "Larger-range integer."
msgstr ""
#: libraries/data_drizzle.inc.php:240
msgid "Fixed precision number."
msgstr ""
#: libraries/data_drizzle.inc.php:241
msgid "Systems native double type."
msgstr ""
#: libraries/data_drizzle.inc.php:242
msgid "True or false."
msgstr ""
#: libraries/data_drizzle.inc.php:243
msgid ""
"A number is inserted in increasing order as rows are inserted into the table."
msgstr ""
#: libraries/data_drizzle.inc.php:244
msgid "Stores Universally Unique Identifiers (UUID)."
msgstr ""
#: libraries/data_drizzle.inc.php:245
#, fuzzy
#| msgid "Data only"
msgid "Dates only."
msgstr "Eçtälegen genä"
#: libraries/data_drizzle.inc.php:246 libraries/data_drizzle.inc.php:247
msgid "Both date and time."
msgstr ""
#: libraries/data_drizzle.inc.php:248
msgid "Time of day."
msgstr ""
#: libraries/data_drizzle.inc.php:249 libraries/data_drizzle.inc.php:251
msgid "Variable length data."
msgstr ""
#: libraries/data_drizzle.inc.php:250
msgid "Data which is over XXX in size"
msgstr ""
#: libraries/data_drizzle.inc.php:252
msgid ""
"Data which is over XXX in size. Uses a binary collation for all index usage."
msgstr ""
#: libraries/data_drizzle.inc.php:253
msgid "Static lists of strings."
msgstr ""
#: 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 ""
#: 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 ""
#: 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 ""
#: 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 ""
#: 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 ""
#: 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 ""
#: 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 ""
#: 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 ""
#: 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 ""
#: 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 ""
#: 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 ""
#: libraries/data_mysql.inc.php:310
msgid "An alias for BIGINT UNSIGNED NOT NULL AUTO_INCREMENT UNIQUE."
msgstr ""
#: 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
#, fuzzy
#| msgid "(or the local MySQL server's socket is not correctly configured)"

314
po/ug.po
View File

@ -6,7 +6,7 @@ msgid ""
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-25 13:27+0200\n"
"POT-Creation-Date: 2012-04-25 13:01+0100\n"
"PO-Revision-Date: 2012-03-14 14:46+0200\n"
"Last-Translator: Michal Čihař <michal@cihar.com>\n"
"Language-Team: Uyghur <ug@li.org>\n"
@ -3188,7 +3188,7 @@ msgstr ""
msgid "Execute"
msgstr ""
#: libraries/common.lib.php:3881
#: libraries/common.lib.php:3897
msgid "Print"
msgstr "يازدۇر"
@ -5508,6 +5508,316 @@ msgstr "%s كېڭەيتىلمە كەمكەن، PHP تەڭشەك ھۆججىتىن
msgid "possible deep recursion attack"
msgstr ""
#: libraries/data_drizzle.inc.php:238
msgid "Most common integer."
msgstr ""
#: libraries/data_drizzle.inc.php:239
msgid "Larger-range integer."
msgstr ""
#: libraries/data_drizzle.inc.php:240
msgid "Fixed precision number."
msgstr ""
#: libraries/data_drizzle.inc.php:241
msgid "Systems native double type."
msgstr ""
#: libraries/data_drizzle.inc.php:242
msgid "True or false."
msgstr ""
#: libraries/data_drizzle.inc.php:243
msgid ""
"A number is inserted in increasing order as rows are inserted into the table."
msgstr ""
#: libraries/data_drizzle.inc.php:244
msgid "Stores Universally Unique Identifiers (UUID)."
msgstr ""
#: libraries/data_drizzle.inc.php:245
#, fuzzy
#| msgid "Data only"
msgid "Dates only."
msgstr "ئۇچۇرنىلا"
#: libraries/data_drizzle.inc.php:246 libraries/data_drizzle.inc.php:247
msgid "Both date and time."
msgstr ""
#: libraries/data_drizzle.inc.php:248
msgid "Time of day."
msgstr ""
#: libraries/data_drizzle.inc.php:249 libraries/data_drizzle.inc.php:251
msgid "Variable length data."
msgstr ""
#: libraries/data_drizzle.inc.php:250
msgid "Data which is over XXX in size"
msgstr ""
#: libraries/data_drizzle.inc.php:252
msgid ""
"Data which is over XXX in size. Uses a binary collation for all index usage."
msgstr ""
#: libraries/data_drizzle.inc.php:253
msgid "Static lists of strings."
msgstr ""
#: 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 ""
#: 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 ""
#: 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 ""
#: 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 ""
#: 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 ""
#: 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 ""
#: 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 ""
#: 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 ""
#: 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 ""
#: 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 ""
#: 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 ""
#: libraries/data_mysql.inc.php:310
msgid "An alias for BIGINT UNSIGNED NOT NULL AUTO_INCREMENT UNIQUE."
msgstr ""
#: 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
#, fuzzy
#| msgid "(or the local MySQL server's socket is not correctly configured)"

314
po/uk.po
View File

@ -3,7 +3,7 @@ msgid ""
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-25 13:27+0200\n"
"POT-Creation-Date: 2012-04-25 13:01+0100\n"
"PO-Revision-Date: 2012-03-27 16:58+0200\n"
"Last-Translator: Michal Čihař <michal@cihar.com>\n"
"Language-Team: ukrainian <uk@li.org>\n"
@ -3116,7 +3116,7 @@ msgstr "Немає файлів для завантаження"
msgid "Execute"
msgstr "Виконати"
#: libraries/common.lib.php:3881
#: libraries/common.lib.php:3897
msgid "Print"
msgstr "Друк"
@ -5481,6 +5481,316 @@ msgstr ""
msgid "possible deep recursion attack"
msgstr ""
#: libraries/data_drizzle.inc.php:238
msgid "Most common integer."
msgstr ""
#: libraries/data_drizzle.inc.php:239
msgid "Larger-range integer."
msgstr ""
#: libraries/data_drizzle.inc.php:240
msgid "Fixed precision number."
msgstr ""
#: libraries/data_drizzle.inc.php:241
msgid "Systems native double type."
msgstr ""
#: libraries/data_drizzle.inc.php:242
msgid "True or false."
msgstr ""
#: libraries/data_drizzle.inc.php:243
msgid ""
"A number is inserted in increasing order as rows are inserted into the table."
msgstr ""
#: libraries/data_drizzle.inc.php:244
msgid "Stores Universally Unique Identifiers (UUID)."
msgstr ""
#: libraries/data_drizzle.inc.php:245
#, fuzzy
#| msgid "Data only"
msgid "Dates only."
msgstr "Лише дані"
#: libraries/data_drizzle.inc.php:246 libraries/data_drizzle.inc.php:247
msgid "Both date and time."
msgstr ""
#: libraries/data_drizzle.inc.php:248
msgid "Time of day."
msgstr ""
#: libraries/data_drizzle.inc.php:249 libraries/data_drizzle.inc.php:251
msgid "Variable length data."
msgstr ""
#: libraries/data_drizzle.inc.php:250
msgid "Data which is over XXX in size"
msgstr ""
#: libraries/data_drizzle.inc.php:252
msgid ""
"Data which is over XXX in size. Uses a binary collation for all index usage."
msgstr ""
#: libraries/data_drizzle.inc.php:253
msgid "Static lists of strings."
msgstr ""
#: 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 ""
#: 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 ""
#: 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 ""
#: 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 ""
#: 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 ""
#: 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 ""
#: 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 ""
#: 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 ""
#: 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 ""
#: 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 ""
#: 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 ""
#: libraries/data_mysql.inc.php:310
msgid "An alias for BIGINT UNSIGNED NOT NULL AUTO_INCREMENT UNIQUE."
msgstr ""
#: 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 "

314
po/ur.po
View File

@ -6,7 +6,7 @@ msgid ""
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-25 13:27+0200\n"
"POT-Creation-Date: 2012-04-25 13:01+0100\n"
"PO-Revision-Date: 2012-03-27 16:34+0200\n"
"Last-Translator: Michal Čihař <michal@cihar.com>\n"
"Language-Team: Urdu <ur@li.org>\n"
@ -3207,7 +3207,7 @@ msgstr "اپ لوڈ کرنے کے لیے کوئی مسل نہیں ہے"
msgid "Execute"
msgstr ""
#: libraries/common.lib.php:3881
#: libraries/common.lib.php:3897
msgid "Print"
msgstr "چھاپیں"
@ -5603,6 +5603,316 @@ msgstr ""
msgid "possible deep recursion attack"
msgstr ""
#: libraries/data_drizzle.inc.php:238
msgid "Most common integer."
msgstr ""
#: libraries/data_drizzle.inc.php:239
msgid "Larger-range integer."
msgstr ""
#: libraries/data_drizzle.inc.php:240
msgid "Fixed precision number."
msgstr ""
#: libraries/data_drizzle.inc.php:241
msgid "Systems native double type."
msgstr ""
#: libraries/data_drizzle.inc.php:242
msgid "True or false."
msgstr ""
#: libraries/data_drizzle.inc.php:243
msgid ""
"A number is inserted in increasing order as rows are inserted into the table."
msgstr ""
#: libraries/data_drizzle.inc.php:244
msgid "Stores Universally Unique Identifiers (UUID)."
msgstr ""
#: libraries/data_drizzle.inc.php:245
#, fuzzy
#| msgid "Data only"
msgid "Dates only."
msgstr "کوائف صرف"
#: libraries/data_drizzle.inc.php:246 libraries/data_drizzle.inc.php:247
msgid "Both date and time."
msgstr ""
#: libraries/data_drizzle.inc.php:248
msgid "Time of day."
msgstr ""
#: libraries/data_drizzle.inc.php:249 libraries/data_drizzle.inc.php:251
msgid "Variable length data."
msgstr ""
#: libraries/data_drizzle.inc.php:250
msgid "Data which is over XXX in size"
msgstr ""
#: libraries/data_drizzle.inc.php:252
msgid ""
"Data which is over XXX in size. Uses a binary collation for all index usage."
msgstr ""
#: libraries/data_drizzle.inc.php:253
msgid "Static lists of strings."
msgstr ""
#: 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 ""
#: 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 ""
#: 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 ""
#: 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 ""
#: 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 ""
#: 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 ""
#: 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 ""
#: 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 ""
#: 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 ""
#: 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 ""
#: 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 ""
#: libraries/data_mysql.inc.php:310
msgid "An alias for BIGINT UNSIGNED NOT NULL AUTO_INCREMENT UNIQUE."
msgstr ""
#: 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 "

314
po/uz.po
View File

@ -3,7 +3,7 @@ msgid ""
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-25 13:27+0200\n"
"POT-Creation-Date: 2012-04-25 13:01+0100\n"
"PO-Revision-Date: 2010-07-22 02:31+0200\n"
"Last-Translator: Marc Delisle <marc@infomarc.info>\n"
"Language-Team: uzbek_cyrillic <uz@li.org>\n"
@ -3366,7 +3366,7 @@ msgstr ""
msgid "Execute"
msgstr ""
#: libraries/common.lib.php:3881
#: libraries/common.lib.php:3897
msgid "Print"
msgstr "Чоп этиш"
@ -5990,6 +5990,316 @@ msgstr ""
msgid "possible deep recursion attack"
msgstr ""
#: libraries/data_drizzle.inc.php:238
msgid "Most common integer."
msgstr ""
#: libraries/data_drizzle.inc.php:239
msgid "Larger-range integer."
msgstr ""
#: libraries/data_drizzle.inc.php:240
msgid "Fixed precision number."
msgstr ""
#: libraries/data_drizzle.inc.php:241
msgid "Systems native double type."
msgstr ""
#: libraries/data_drizzle.inc.php:242
msgid "True or false."
msgstr ""
#: libraries/data_drizzle.inc.php:243
msgid ""
"A number is inserted in increasing order as rows are inserted into the table."
msgstr ""
#: libraries/data_drizzle.inc.php:244
msgid "Stores Universally Unique Identifiers (UUID)."
msgstr ""
#: libraries/data_drizzle.inc.php:245
#, fuzzy
#| msgid "Data only"
msgid "Dates only."
msgstr "Фақат маълумотлар"
#: libraries/data_drizzle.inc.php:246 libraries/data_drizzle.inc.php:247
msgid "Both date and time."
msgstr ""
#: libraries/data_drizzle.inc.php:248
msgid "Time of day."
msgstr ""
#: libraries/data_drizzle.inc.php:249 libraries/data_drizzle.inc.php:251
msgid "Variable length data."
msgstr ""
#: libraries/data_drizzle.inc.php:250
msgid "Data which is over XXX in size"
msgstr ""
#: libraries/data_drizzle.inc.php:252
msgid ""
"Data which is over XXX in size. Uses a binary collation for all index usage."
msgstr ""
#: libraries/data_drizzle.inc.php:253
msgid "Static lists of strings."
msgstr ""
#: 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 ""
#: 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 ""
#: 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 ""
#: 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 ""
#: 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 ""
#: 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 ""
#: 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 ""
#: 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 ""
#: 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 ""
#: 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 ""
#: 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 ""
#: libraries/data_mysql.inc.php:310
msgid "An alias for BIGINT UNSIGNED NOT NULL AUTO_INCREMENT UNIQUE."
msgstr ""
#: 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
#, fuzzy
#| msgid "(or the local MySQL server's socket is not correctly configured)"

View File

@ -3,7 +3,7 @@ msgid ""
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-25 13:27+0200\n"
"POT-Creation-Date: 2012-04-25 13:01+0100\n"
"PO-Revision-Date: 2012-03-14 14:57+0200\n"
"Last-Translator: Michal Čihař <michal@cihar.com>\n"
"Language-Team: uzbek_latin <uz@latin@li.org>\n"
@ -3375,7 +3375,7 @@ msgstr ""
msgid "Execute"
msgstr ""
#: libraries/common.lib.php:3881
#: libraries/common.lib.php:3897
msgid "Print"
msgstr "Chop etish"
@ -6011,6 +6011,316 @@ msgstr ""
msgid "possible deep recursion attack"
msgstr ""
#: libraries/data_drizzle.inc.php:238
msgid "Most common integer."
msgstr ""
#: libraries/data_drizzle.inc.php:239
msgid "Larger-range integer."
msgstr ""
#: libraries/data_drizzle.inc.php:240
msgid "Fixed precision number."
msgstr ""
#: libraries/data_drizzle.inc.php:241
msgid "Systems native double type."
msgstr ""
#: libraries/data_drizzle.inc.php:242
msgid "True or false."
msgstr ""
#: libraries/data_drizzle.inc.php:243
msgid ""
"A number is inserted in increasing order as rows are inserted into the table."
msgstr ""
#: libraries/data_drizzle.inc.php:244
msgid "Stores Universally Unique Identifiers (UUID)."
msgstr ""
#: libraries/data_drizzle.inc.php:245
#, fuzzy
#| msgid "Data only"
msgid "Dates only."
msgstr "Faqat ma`lumotlar"
#: libraries/data_drizzle.inc.php:246 libraries/data_drizzle.inc.php:247
msgid "Both date and time."
msgstr ""
#: libraries/data_drizzle.inc.php:248
msgid "Time of day."
msgstr ""
#: libraries/data_drizzle.inc.php:249 libraries/data_drizzle.inc.php:251
msgid "Variable length data."
msgstr ""
#: libraries/data_drizzle.inc.php:250
msgid "Data which is over XXX in size"
msgstr ""
#: libraries/data_drizzle.inc.php:252
msgid ""
"Data which is over XXX in size. Uses a binary collation for all index usage."
msgstr ""
#: libraries/data_drizzle.inc.php:253
msgid "Static lists of strings."
msgstr ""
#: 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 ""
#: 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 ""
#: 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 ""
#: 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 ""
#: 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 ""
#: 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 ""
#: 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 ""
#: 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 ""
#: 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 ""
#: 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 ""
#: 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 ""
#: libraries/data_mysql.inc.php:310
msgid "An alias for BIGINT UNSIGNED NOT NULL AUTO_INCREMENT UNIQUE."
msgstr ""
#: 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
#, fuzzy
#| msgid "(or the local MySQL server's socket is not correctly configured)"

View File

@ -3,7 +3,7 @@ msgid ""
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-25 13:27+0200\n"
"POT-Creation-Date: 2012-04-25 13:01+0100\n"
"PO-Revision-Date: 2012-04-09 07:19+0200\n"
"Last-Translator: Vian Zhao <brovian@gmail.com>\n"
"Language-Team: chinese_simplified <zh_CN@li.org>\n"
@ -3031,7 +3031,7 @@ msgstr "没有可上传的文件"
msgid "Execute"
msgstr "执行"
#: libraries/common.lib.php:3881
#: libraries/common.lib.php:3897
msgid "Print"
msgstr "打印"
@ -5374,6 +5374,316 @@ msgstr "缺少 %s 扩展。请检查 PHP 配置。"
msgid "possible deep recursion attack"
msgstr "可能的深度递归攻击"
#: libraries/data_drizzle.inc.php:238
msgid "Most common integer."
msgstr ""
#: libraries/data_drizzle.inc.php:239
msgid "Larger-range integer."
msgstr ""
#: libraries/data_drizzle.inc.php:240
msgid "Fixed precision number."
msgstr ""
#: libraries/data_drizzle.inc.php:241
msgid "Systems native double type."
msgstr ""
#: libraries/data_drizzle.inc.php:242
msgid "True or false."
msgstr ""
#: libraries/data_drizzle.inc.php:243
msgid ""
"A number is inserted in increasing order as rows are inserted into the table."
msgstr ""
#: libraries/data_drizzle.inc.php:244
msgid "Stores Universally Unique Identifiers (UUID)."
msgstr ""
#: libraries/data_drizzle.inc.php:245
#, fuzzy
#| msgid "Data only"
msgid "Dates only."
msgstr "仅数据"
#: libraries/data_drizzle.inc.php:246 libraries/data_drizzle.inc.php:247
msgid "Both date and time."
msgstr ""
#: libraries/data_drizzle.inc.php:248
msgid "Time of day."
msgstr ""
#: libraries/data_drizzle.inc.php:249 libraries/data_drizzle.inc.php:251
msgid "Variable length data."
msgstr ""
#: libraries/data_drizzle.inc.php:250
msgid "Data which is over XXX in size"
msgstr ""
#: libraries/data_drizzle.inc.php:252
msgid ""
"Data which is over XXX in size. Uses a binary collation for all index usage."
msgstr ""
#: libraries/data_drizzle.inc.php:253
msgid "Static lists of strings."
msgstr ""
#: 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 ""
#: 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 ""
#: 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 ""
#: 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 ""
#: 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 ""
#: 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 ""
#: 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 ""
#: 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 ""
#: 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 ""
#: 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 ""
#: 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 ""
#: libraries/data_mysql.inc.php:310
msgid "An alias for BIGINT UNSIGNED NOT NULL AUTO_INCREMENT UNIQUE."
msgstr ""
#: 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 "

View File

@ -3,7 +3,7 @@ msgid ""
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-25 13:27+0200\n"
"POT-Creation-Date: 2012-04-25 13:01+0100\n"
"PO-Revision-Date: 2012-04-19 03:18+0200\n"
"Last-Translator: MoA Chung <honomoa@gmail.com>\n"
"Language-Team: chinese_traditional <zh_TW@li.org>\n"
@ -3146,7 +3146,7 @@ msgstr "沒有可上傳的檔案"
msgid "Execute"
msgstr "執行"
#: libraries/common.lib.php:3881
#: libraries/common.lib.php:3897
msgid "Print"
msgstr "列印"
@ -5517,6 +5517,316 @@ msgstr "缺少 %s 外掛。請檢查 PHP 設定"
msgid "possible deep recursion attack"
msgstr ""
#: libraries/data_drizzle.inc.php:238
msgid "Most common integer."
msgstr ""
#: libraries/data_drizzle.inc.php:239
msgid "Larger-range integer."
msgstr ""
#: libraries/data_drizzle.inc.php:240
msgid "Fixed precision number."
msgstr ""
#: libraries/data_drizzle.inc.php:241
msgid "Systems native double type."
msgstr ""
#: libraries/data_drizzle.inc.php:242
msgid "True or false."
msgstr ""
#: libraries/data_drizzle.inc.php:243
msgid ""
"A number is inserted in increasing order as rows are inserted into the table."
msgstr ""
#: libraries/data_drizzle.inc.php:244
msgid "Stores Universally Unique Identifiers (UUID)."
msgstr ""
#: libraries/data_drizzle.inc.php:245
#, fuzzy
#| msgid "Data only"
msgid "Dates only."
msgstr "僅資料"
#: libraries/data_drizzle.inc.php:246 libraries/data_drizzle.inc.php:247
msgid "Both date and time."
msgstr ""
#: libraries/data_drizzle.inc.php:248
msgid "Time of day."
msgstr ""
#: libraries/data_drizzle.inc.php:249 libraries/data_drizzle.inc.php:251
msgid "Variable length data."
msgstr ""
#: libraries/data_drizzle.inc.php:250
msgid "Data which is over XXX in size"
msgstr ""
#: libraries/data_drizzle.inc.php:252
msgid ""
"Data which is over XXX in size. Uses a binary collation for all index usage."
msgstr ""
#: libraries/data_drizzle.inc.php:253
msgid "Static lists of strings."
msgstr ""
#: 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 ""
#: 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 ""
#: 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 ""
#: 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 ""
#: 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 ""
#: 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 ""
#: 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 ""
#: 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 ""
#: 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 ""
#: 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 ""
#: 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 ""
#: libraries/data_mysql.inc.php:310
msgid "An alias for BIGINT UNSIGNED NOT NULL AUTO_INCREMENT UNIQUE."
msgstr ""
#: 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
#, fuzzy
#| msgid "(or the local MySQL server's socket is not correctly configured)"