Merge remote branch 'upstream/master'
This commit is contained in:
commit
527de32834
@ -313,5 +313,31 @@ class PMA_GIS_Multipoint extends PMA_GIS_Geometry
|
||||
|
||||
return $params;
|
||||
}
|
||||
|
||||
/**
|
||||
* Overidden to make sure that only the points having valid values
|
||||
* for x and y coordinates are added.
|
||||
*
|
||||
* @param array $points_arr x and y coordinates for each point
|
||||
* @param string $srid spatial reference id
|
||||
*
|
||||
* @return string JavaScript for adding an array of points to OpenLayers
|
||||
* @access protected
|
||||
*/
|
||||
protected function getPointsArrayForOpenLayers($points_arr, $srid)
|
||||
{
|
||||
$ol_array = 'new Array(';
|
||||
foreach ($points_arr as $point) {
|
||||
if ($point[0] != '' && $point[1] != '') {
|
||||
$ol_array .= $this->getPointForOpenLayers($point, $srid) . ', ';
|
||||
}
|
||||
}
|
||||
if (substr($ol_array, strlen($ol_array) - 2) == ', ') {
|
||||
$ol_array = substr($ol_array, 0, strlen($ol_array) - 2);
|
||||
}
|
||||
$ol_array .= ')';
|
||||
|
||||
return $ol_array;
|
||||
}
|
||||
}
|
||||
?>
|
||||
|
||||
22
po/et.po
22
po/et.po
@ -6,13 +6,13 @@ msgstr ""
|
||||
"Project-Id-Version: phpMyAdmin 4.0.0-dev\n"
|
||||
"Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n"
|
||||
"POT-Creation-Date: 2012-05-03 07:28-0400\n"
|
||||
"PO-Revision-Date: 2012-05-01 20:38+0200\n"
|
||||
"PO-Revision-Date: 2012-05-04 21:42+0200\n"
|
||||
"Last-Translator: LiivaneLord <liivane.lord@mail.ee>\n"
|
||||
"Language-Team: estonian <et@li.org>\n"
|
||||
"Language: et\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"Language: et\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
"X-Generator: Weblate 0.10\n"
|
||||
|
||||
@ -2346,23 +2346,23 @@ msgstr "Sõne vormindamine reeglile '%s' ebaõnnestus."
|
||||
#, php-format
|
||||
msgid ""
|
||||
"Invalid rule declaration on line %1$s, expected line %2$s of previous rule"
|
||||
msgstr ""
|
||||
msgstr "Kehtetu avaldus real %1$s, eelmise reegli oodatav rida %2$s"
|
||||
|
||||
#: libraries/Advisor.class.php:378
|
||||
#, fuzzy, php-format
|
||||
#, php-format
|
||||
#| msgid "Invalid format of CSV input on line %d."
|
||||
msgid "Invalid rule declaration on line %s"
|
||||
msgstr "Vale CSV sisendi formaat %d.-ndal real."
|
||||
msgstr "Vale reegli avaldus %s. real"
|
||||
|
||||
#: libraries/Advisor.class.php:386
|
||||
#, php-format
|
||||
msgid "Unexpected characters on line %s"
|
||||
msgstr ""
|
||||
msgstr "Ootamatud sümbolid %s. real"
|
||||
|
||||
#: libraries/Advisor.class.php:400
|
||||
#, php-format
|
||||
msgid "Unexpected character on line %1$s. Expected tab, but found \"%2$s\""
|
||||
msgstr ""
|
||||
msgstr "Ootamatu sümbol %1$s. real. Oodatud vaheleht, aga leiti \"%2$s\""
|
||||
|
||||
#: libraries/Advisor.class.php:425 server_status.php:963
|
||||
msgid "per second"
|
||||
@ -2577,16 +2577,16 @@ msgid "unknown table status: "
|
||||
msgstr "tundmatu tabeli staatus: "
|
||||
|
||||
#: libraries/Table.class.php:750
|
||||
#, fuzzy, php-format
|
||||
#, php-format
|
||||
#| msgid "Source database"
|
||||
msgid "Source database `%s` was not found!"
|
||||
msgstr "Lähteandmebaas"
|
||||
msgstr "Lähteandmebaasi `%s` ei leitud!"
|
||||
|
||||
#: libraries/Table.class.php:756
|
||||
#, fuzzy, php-format
|
||||
#, php-format
|
||||
#| msgid "Theme %s not found!"
|
||||
msgid "Target database `%s` was not found!"
|
||||
msgstr "%s välimust ei leitud!"
|
||||
msgstr "Sihtandmebaasi `%s` ei leitud!"
|
||||
|
||||
#: libraries/Table.class.php:1174
|
||||
msgid "Invalid database"
|
||||
|
||||
71
po/it.po
71
po/it.po
@ -4,15 +4,15 @@ msgstr ""
|
||||
"Project-Id-Version: phpMyAdmin 4.0.0-dev\n"
|
||||
"Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n"
|
||||
"POT-Creation-Date: 2012-05-03 07:28-0400\n"
|
||||
"PO-Revision-Date: 2012-04-05 12:40+0200\n"
|
||||
"PO-Revision-Date: 2012-05-07 14:32+0200\n"
|
||||
"Last-Translator: Rouslan Placella <rouslan@placella.com>\n"
|
||||
"Language-Team: italian <it@li.org>\n"
|
||||
"Language: it\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"Language: it\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
"X-Generator: Weblate 0.8\n"
|
||||
"X-Generator: Weblate 0.10\n"
|
||||
|
||||
#: browse_foreigners.php:35 browse_foreigners.php:53 js/messages.php:358
|
||||
#: libraries/display_tbl.lib.php:399 server_privileges.php:1825
|
||||
@ -1030,10 +1030,10 @@ msgid "\"DROP DATABASE\" statements are disabled."
|
||||
msgstr "I comandi \"DROP DATABASE\" sono disabilitati."
|
||||
|
||||
#: js/messages.php:30
|
||||
#, fuzzy, php-format
|
||||
#, php-format
|
||||
#| msgid "Do you really want to execute following query?"
|
||||
msgid "Do you really want to execute \"%s\"?"
|
||||
msgstr "Sei sicuro di voler eseguire la seguente query?"
|
||||
msgstr "Sei sicuro di voler eseguire \"%s\"?"
|
||||
|
||||
#: js/messages.php:31 libraries/mult_submits.inc.php:309 sql.php:390
|
||||
msgid "You are about to DESTROY a complete database!"
|
||||
@ -1500,10 +1500,9 @@ msgid "From general log"
|
||||
msgstr "Dal log generale"
|
||||
|
||||
#: js/messages.php:172
|
||||
#, fuzzy
|
||||
#| msgid "Loading logs"
|
||||
msgid "Analysing logs"
|
||||
msgstr "Caricamento dei log in corso"
|
||||
msgstr "Analisi dei log in corso"
|
||||
|
||||
#: js/messages.php:173
|
||||
msgid "Analysing & loading logs. This may take a while."
|
||||
@ -1593,10 +1592,9 @@ msgid "Edit chart"
|
||||
msgstr "Aggiungi grafico"
|
||||
|
||||
#: js/messages.php:192
|
||||
#, fuzzy
|
||||
#| msgid "Series:"
|
||||
msgid "Series"
|
||||
msgstr "Serie:"
|
||||
msgstr "Serie"
|
||||
|
||||
#. l10n: A collection of available filters
|
||||
#: js/messages.php:195
|
||||
@ -1795,19 +1793,17 @@ msgstr "Mostra gli indici"
|
||||
#, fuzzy
|
||||
#| msgid "Disable foreign key checks"
|
||||
msgid "Foreign key check:"
|
||||
msgstr "Disabilita i controlli sulle chiavi straniere"
|
||||
msgstr "Controllo delle chiavi straniere:"
|
||||
|
||||
#: js/messages.php:258 libraries/mult_submits.inc.php:323
|
||||
#, fuzzy
|
||||
#| msgid "Enabled"
|
||||
msgid "(Enabled)"
|
||||
msgstr "Abilitata"
|
||||
msgstr "(Abilitato)"
|
||||
|
||||
#: js/messages.php:259 libraries/mult_submits.inc.php:323
|
||||
#, fuzzy
|
||||
#| msgid "Disabled"
|
||||
msgid "(Disabled)"
|
||||
msgstr "Disabilitata"
|
||||
msgstr "(Disabilitato)"
|
||||
|
||||
#: js/messages.php:262
|
||||
msgid "Searching"
|
||||
@ -2059,10 +2055,9 @@ msgid "Go to link"
|
||||
msgstr "Vai al link"
|
||||
|
||||
#: js/messages.php:362
|
||||
#, fuzzy
|
||||
#| msgid "Column names"
|
||||
msgid "Copy column name"
|
||||
msgstr "Nomi dei campi"
|
||||
msgstr "Copia il nome del campo"
|
||||
|
||||
#: js/messages.php:363
|
||||
msgid "Right-click the column name to copy it to your clipboard."
|
||||
@ -2384,13 +2379,11 @@ msgid "Failed running test for rule '%s'"
|
||||
msgstr ""
|
||||
|
||||
#: libraries/Advisor.class.php:207
|
||||
#, fuzzy, php-format
|
||||
#, php-format
|
||||
#| msgid ""
|
||||
#| "Failed formatting string for rule '%s'. PHP threw following error: %s"
|
||||
msgid "Failed formatting string for rule '%s'."
|
||||
msgstr ""
|
||||
"Formattazione della stringa non riuscita per regola '%s'. PHP ha prodotto il "
|
||||
"seguente errore: %s"
|
||||
msgstr "Formattazione della stringa non riuscita per regola '%s'."
|
||||
|
||||
#: libraries/Advisor.class.php:361
|
||||
#, php-format
|
||||
@ -2629,16 +2622,16 @@ msgid "unknown table status: "
|
||||
msgstr "stato della tabella sconosciuto: "
|
||||
|
||||
#: libraries/Table.class.php:750
|
||||
#, fuzzy, php-format
|
||||
#, php-format
|
||||
#| msgid "Source database"
|
||||
msgid "Source database `%s` was not found!"
|
||||
msgstr "Database di origine"
|
||||
msgstr "Database di origine `%s` non é stato trovato!"
|
||||
|
||||
#: libraries/Table.class.php:756
|
||||
#, fuzzy, php-format
|
||||
#, php-format
|
||||
#| msgid "Theme %s not found!"
|
||||
msgid "Target database `%s` was not found!"
|
||||
msgstr "Tema %s non trovato!"
|
||||
msgstr "Tema `%s` non é stato trovato!"
|
||||
|
||||
#: libraries/Table.class.php:1174
|
||||
msgid "Invalid database"
|
||||
@ -3017,10 +3010,9 @@ msgid "Failed to use Blowfish from mcrypt!"
|
||||
msgstr "Non riesco ad utilizzare Blowfish da mcrypt!"
|
||||
|
||||
#: libraries/auth/cookie.auth.lib.php:196 libraries/header.inc.php:90
|
||||
#, fuzzy
|
||||
#| msgid "Cookies must be enabled past this point."
|
||||
msgid "Javascript must be enabled past this point"
|
||||
msgstr "Da questo punto in poi, i cookie devono essere abilitati."
|
||||
msgstr "Da questo punto in poi, JavaScript deve essere abilitato"
|
||||
|
||||
#: libraries/auth/cookie.auth.lib.php:215
|
||||
msgid "Log in"
|
||||
@ -3149,7 +3141,7 @@ msgstr "Controlla i privilegi"
|
||||
|
||||
#: libraries/common.inc.php:156
|
||||
msgid "possible exploit"
|
||||
msgstr "possibili exploit"
|
||||
msgstr "possibile exploit"
|
||||
|
||||
#: libraries/common.inc.php:165
|
||||
msgid "numeric key detected"
|
||||
@ -3173,7 +3165,6 @@ msgid "Could not load default configuration from: %1$s"
|
||||
msgstr "Non posso caricare la configurazione predefinita da: %1$s"
|
||||
|
||||
#: libraries/common.inc.php:630
|
||||
#, fuzzy
|
||||
#| msgid ""
|
||||
#| "The <code>$cfg['PmaAbsoluteUri']</code> directive MUST be set in your "
|
||||
#| "configuration file!"
|
||||
@ -3181,7 +3172,7 @@ msgid ""
|
||||
"The [code]$cfg['PmaAbsoluteUri'][/code] directive MUST be set in your "
|
||||
"configuration file!"
|
||||
msgstr ""
|
||||
"La direttiva <code>$cfg['PmaAbsoluteUri']</code> DEVE essere impostata nel "
|
||||
"La direttiva [code]$cfg['PmaAbsoluteUri'][/code] DEVE essere impostata nel "
|
||||
"file di configurazione!"
|
||||
|
||||
#: libraries/common.inc.php:663
|
||||
@ -6965,10 +6956,9 @@ msgid "MediaWiki Table"
|
||||
msgstr "Tabella MediaWiki"
|
||||
|
||||
#: libraries/export/mediawiki.php:53
|
||||
#, fuzzy
|
||||
#| msgid "Export contents"
|
||||
msgid "Export table names"
|
||||
msgstr "Esporta contenuti"
|
||||
msgstr "Esporta nomi delle tabelle"
|
||||
|
||||
#: libraries/export/mediawiki.php:60
|
||||
#, fuzzy
|
||||
@ -7018,7 +7008,7 @@ msgstr ""
|
||||
msgid ""
|
||||
"Database system or older MySQL server to maximize output compatibility with:"
|
||||
msgstr ""
|
||||
"Sistema di database o server MySQL un pó vecchio per massimizzare la "
|
||||
"Sistema di database o server MySQL un po' vecchio per massimizzare la "
|
||||
"compatibilitá con:"
|
||||
|
||||
#: libraries/export/sql.php:136 libraries/export/sql.php:204
|
||||
@ -7387,7 +7377,6 @@ msgid "Add prefix"
|
||||
msgstr "Aggiungi prefisso"
|
||||
|
||||
#: libraries/mult_submits.inc.php:311
|
||||
#, fuzzy
|
||||
#| msgid "Do you really want to execute following query?"
|
||||
msgid "Do you really want to execute the following query?"
|
||||
msgstr "Sei sicuro di voler eseguire la seguente query?"
|
||||
@ -7943,7 +7932,6 @@ msgid "Returns"
|
||||
msgstr "Ritorna"
|
||||
|
||||
#: libraries/rte/rte_routines.lib.php:65
|
||||
#, fuzzy
|
||||
#| msgid ""
|
||||
#| "You are using PHP's deprecated 'mysql' extension, which is not capable of "
|
||||
#| "handling multi queries. <b>The execution of some stored routines may fail!"
|
||||
@ -7954,10 +7942,10 @@ msgid ""
|
||||
"fail![/strong] Please use the improved 'mysqli' extension to avoid any "
|
||||
"problems."
|
||||
msgstr ""
|
||||
"Stai utilizzanto la vecchia estenzione 'mysql' di PHP che non é in grado di "
|
||||
"eseguire multi query. <b>L'esecuzione di alcune routine memorizzate potrebbe "
|
||||
"fallire!</b> É consigliato di utilizzare l'estensione 'mysqli' per evitare "
|
||||
"eventuali problemi."
|
||||
"Stai utilizzanto la vecchia estensione 'mysql' di PHP che non é in grado di "
|
||||
"eseguire multi query. [strong]L'esecuzione di alcune routine memorizzate "
|
||||
"potrebbe fallire![/strong] É consigliato di utilizzare l'estensione 'mysqli' "
|
||||
"per evitare eventuali problemi."
|
||||
|
||||
#: libraries/rte/rte_routines.lib.php:247
|
||||
#: libraries/rte/rte_routines.lib.php:1007
|
||||
@ -8662,10 +8650,10 @@ msgid "first"
|
||||
msgstr ""
|
||||
|
||||
#: libraries/tbl_properties.inc.php:580
|
||||
#, fuzzy, php-format
|
||||
#, php-format
|
||||
#| msgid "After %s"
|
||||
msgid "after %s"
|
||||
msgstr "Dopo %s"
|
||||
msgstr "dopo %s"
|
||||
|
||||
#: libraries/tbl_properties.inc.php:692 tbl_structure.php:702
|
||||
#, php-format
|
||||
@ -12163,10 +12151,9 @@ msgid "Spatial"
|
||||
msgstr "Spatial"
|
||||
|
||||
#: tbl_structure.php:163 tbl_structure.php:167
|
||||
#, fuzzy
|
||||
#| msgid "Browse distinct values"
|
||||
msgid "Distinct values"
|
||||
msgstr "Naviga tra i valori distinti"
|
||||
msgstr "Valori distinti"
|
||||
|
||||
#: tbl_structure.php:168 tbl_structure.php:169
|
||||
msgid "Add primary key"
|
||||
|
||||
81
po/si.po
81
po/si.po
@ -4,13 +4,13 @@ msgstr ""
|
||||
"Project-Id-Version: phpMyAdmin 4.0.0-dev\n"
|
||||
"Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n"
|
||||
"POT-Creation-Date: 2012-05-03 07:28-0400\n"
|
||||
"PO-Revision-Date: 2012-05-02 21:11+0200\n"
|
||||
"PO-Revision-Date: 2012-05-07 10:57+0200\n"
|
||||
"Last-Translator: Madhura Jayaratne <madhura.cj@gmail.com>\n"
|
||||
"Language-Team: sinhala <si@li.org>\n"
|
||||
"Language: si\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"Language: si\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
"X-Generator: Weblate 0.10\n"
|
||||
|
||||
@ -2809,12 +2809,16 @@ msgid ""
|
||||
"Similar to the CHAR type, but stores binary byte strings rather than non-"
|
||||
"binary character strings"
|
||||
msgstr ""
|
||||
"CHAR වර්ගයට සමාන මුත් ද්වීමය නොවන සලකුණු පෙළක් වෙනුවට ද්වීමය බයිට පෙළක් ගබඩා "
|
||||
"කරයි"
|
||||
|
||||
#: libraries/Types.class.php:331
|
||||
msgid ""
|
||||
"Similar to the VARCHAR type, but stores binary byte strings rather than non-"
|
||||
"binary character strings"
|
||||
msgstr ""
|
||||
"VARCHAR වර්ගයට සමාන මුත් ද්වීමය නොවන සලකුණු පෙළක් වෙනුවට ද්වීමය බයිට පෙළක් "
|
||||
"ගබඩා කරයි"
|
||||
|
||||
#: libraries/Types.class.php:333
|
||||
msgid ""
|
||||
@ -2853,76 +2857,81 @@ msgid ""
|
||||
"An enumeration, chosen from the list of up to 65,535 values or the special "
|
||||
"'' error value"
|
||||
msgstr ""
|
||||
"අගයන් 65535 ක් දක්වා ඇතුලත් කල හැකි ලැයිස්තුවකින් තෝරාගන්නා අගයක් හෝ විශේෂ "
|
||||
"දෝෂ අගය වන '' හෝ වේ"
|
||||
|
||||
#: libraries/Types.class.php:343
|
||||
msgid "A single value chosen from a set of up to 64 members"
|
||||
msgstr ""
|
||||
msgstr "අගයන් 64 ක් දක්වා අඩංගු විය හැකි කුලකයකින් තෝරාගන්නා අගයකි"
|
||||
|
||||
#: libraries/Types.class.php:345
|
||||
msgid "A type that can store a geometry of any type"
|
||||
msgstr ""
|
||||
msgstr "ඕනෑම වර්ගයක ජ්යාමිතියක් ගබඩා කල හැකි වර්ගයකි"
|
||||
|
||||
#: libraries/Types.class.php:347
|
||||
msgid "A point in 2-dimensional space"
|
||||
msgstr ""
|
||||
msgstr "ද්වීමාන අවකාශයේ ලක්ෂ්යයකි"
|
||||
|
||||
#: libraries/Types.class.php:349
|
||||
msgid "A curve with linear interpolation between points"
|
||||
msgstr ""
|
||||
msgstr "ලක්ෂ්ය අතර සරල රේඛා අඩංගු වක්රයකි"
|
||||
|
||||
#: libraries/Types.class.php:351
|
||||
#, fuzzy
|
||||
#| msgid "Add a polygon"
|
||||
msgid "A polygon"
|
||||
msgstr "බහු අස්රයක් එක් කරන්න"
|
||||
msgstr "බහු අස්රයකි"
|
||||
|
||||
#: libraries/Types.class.php:353
|
||||
msgid "A collection of points"
|
||||
msgstr ""
|
||||
msgstr "ලක්ෂ්ය එකතුවකි"
|
||||
|
||||
#: libraries/Types.class.php:355
|
||||
msgid "A collection of curves with linear interpolation between points"
|
||||
msgstr ""
|
||||
msgstr "ලක්ෂ්ය අතර සරල රේඛා අඩංගු වක්ර එකතුවකි"
|
||||
|
||||
#: libraries/Types.class.php:357
|
||||
msgid "A collection of polygons"
|
||||
msgstr ""
|
||||
msgstr "බහු අස්ර එකතුවකි"
|
||||
|
||||
#: libraries/Types.class.php:359
|
||||
msgid "A collection of geometry objects of any type"
|
||||
msgstr ""
|
||||
msgstr "ඕනෑම වර්ගයක ජ්යාමිතීන් එකතුවකි"
|
||||
|
||||
#: libraries/Types.class.php:702
|
||||
msgid "A 4-byte integer, range is -2,147,483,648 to 2,147,483,647"
|
||||
msgstr ""
|
||||
msgstr "සිවු බයිට නිඛිලයකි, පරාසය -2,147,483,648 සිට 2,147,483,647"
|
||||
|
||||
#: libraries/Types.class.php:704
|
||||
msgid ""
|
||||
"An 8-byte integer, range is -9,223,372,036,854,775,808 to "
|
||||
"9,223,372,036,854,775,807"
|
||||
msgstr ""
|
||||
"අෂ්ට බයිට නිඛිලයකි, පරාසය -9,223,372,036,854,775,808 සිට "
|
||||
"9,223,372,036,854,775,807"
|
||||
|
||||
#: libraries/Types.class.php:708
|
||||
msgid "A system's default double-precision floating-point number"
|
||||
msgstr ""
|
||||
msgstr "පද්ධතියේ පෙරනිමි ද්වී-නියත දශම සංඛ්යාවකි"
|
||||
|
||||
#: libraries/Types.class.php:710
|
||||
msgid "True or false"
|
||||
msgstr ""
|
||||
msgstr "සත්ය හෝ අසත්ය"
|
||||
|
||||
#: libraries/Types.class.php:712
|
||||
msgid "An alias for BIGINT NOT NULL AUTO_INCREMENT UNIQUE"
|
||||
msgstr ""
|
||||
msgstr "BIGINT NOT NULL AUTO_INCREMENT UNIQUE සඳහා අන්වර්ථ නාමයකි"
|
||||
|
||||
#: libraries/Types.class.php:714
|
||||
msgid "Stores a Universally Unique Identifier (UUID)"
|
||||
msgstr ""
|
||||
msgstr "විශ්වීය අනන්ය හැඳුනුමක් (UUID) ගබඩා කරයි"
|
||||
|
||||
#: libraries/Types.class.php:720
|
||||
msgid ""
|
||||
"A timestamp, range is '0001-01-01 00:00:00' UTC to '9999-12-31 23:59:59' "
|
||||
"UTC; TIMESTAMP(6) can store microseconds"
|
||||
msgstr ""
|
||||
"කාල මුද්රාවකි, පරාසය '0001-01-01 00:00:00' UTC සිට '9999-12-31 23:59:59' "
|
||||
"UTC; TIMESTAMP(6) හට මයික්රෝ තත්පර ගබඩා කල හැක"
|
||||
|
||||
#: libraries/Types.class.php:728
|
||||
msgid ""
|
||||
@ -2935,10 +2944,12 @@ msgid ""
|
||||
"A BLOB column with a maximum length of 65,535 (2^16 - 1) bytes, stored with "
|
||||
"a four-byte prefix indicating the length of the value"
|
||||
msgstr ""
|
||||
"බයිට 65,535 (2^16 - 1) ක උපරිම දිගක් සහිත බ්ලොබ් තීරුවකි, ඉදිරියෙන් යෙදු, "
|
||||
"අන්තර්ගතයේ දිග සඳහන් කෙරෙන බයිට හතරක් සමඟ ගබඩා කෙරේ"
|
||||
|
||||
#: libraries/Types.class.php:732
|
||||
msgid "An enumeration, chosen from the list of defined values"
|
||||
msgstr ""
|
||||
msgstr "අර්ථදක්වන ලද අගයන් අඩංගු ලැයිස්තුවකින් තෝරාගන්නා අගයකි"
|
||||
|
||||
#: libraries/auth/config.auth.lib.php:72
|
||||
msgid "Cannot connect: invalid settings."
|
||||
@ -3600,7 +3611,7 @@ msgstr "පේළි සලකුණු කරණය"
|
||||
|
||||
#: libraries/config/messages.inc.php:28
|
||||
msgid "Highlight row pointed by the mouse cursor"
|
||||
msgstr "Mouse cursor එල්ල වී ඇති පේළිය ඉස්මතු කරන්න"
|
||||
msgstr "කර්සරය එල්ල වී ඇති පේළිය ඉස්මතු කරන්න"
|
||||
|
||||
#: libraries/config/messages.inc.php:29
|
||||
msgid "Highlight pointer"
|
||||
@ -4409,7 +4420,7 @@ msgstr "LOCAL මූල පදය භාවිතා කරන්න"
|
||||
#: libraries/config/messages.inc.php:262 libraries/config/messages.inc.php:270
|
||||
#: libraries/config/messages.inc.php:271
|
||||
msgid "Column names in first row"
|
||||
msgstr "පළමු පේලියේ තීරු නම්"
|
||||
msgstr "පළමු පේළියේ තීරු නම්"
|
||||
|
||||
#: libraries/config/messages.inc.php:263 libraries/import/ods.php:34
|
||||
msgid "Do not import empty rows"
|
||||
@ -5422,6 +5433,10 @@ msgid ""
|
||||
"['LeftFrameTableSeparator'] directive, so only the folder is called like the "
|
||||
"alias, the table name itself stays unchanged"
|
||||
msgstr ""
|
||||
"මෙය [kbd]nested[/kbd] වෙත සිටවූ විට, වගුවේ අන්වර්ථ නාමය යොදා ගැනෙනුයේ "
|
||||
"$cfg['LeftFrameTableSeparator'] අගය අනුව වගු වෙන්කිරීමට/කාණ්ඩගත කිරීමට පමණි. "
|
||||
"එම නිසා කාණ්ඩය පමණක් අන්වර්ථ නාමයෙන් හැඳින්වෙන අතර, වගු නාමයන් නොවෙනස්ව "
|
||||
"පවතී"
|
||||
|
||||
#: libraries/config/messages.inc.php:485
|
||||
msgid "Display table comment instead of its name"
|
||||
@ -5850,7 +5865,7 @@ msgstr "\"%s\" දත්තගබඩාවෙන් වගු අපනයනය
|
||||
#: libraries/display_export.lib.php:89
|
||||
#, php-format
|
||||
msgid "Exporting rows from \"%s\" table"
|
||||
msgstr "\"%s\" වගුවෙන් තීරු අපනයනය කිරීම"
|
||||
msgstr "\"%s\" වගුවෙන් පේළි අපනයනය කිරීම"
|
||||
|
||||
#: libraries/display_export.lib.php:95
|
||||
msgid "Export Method:"
|
||||
@ -6108,7 +6123,7 @@ msgstr ""
|
||||
|
||||
#: libraries/display_import.lib.php:280
|
||||
msgid "Number of rows to skip, starting from the first row:"
|
||||
msgstr "පළමු තීරැවේ සිට අත්හළ යුතු තීරු ගණන:"
|
||||
msgstr "පළමු පේළියේ සිට අත්හළ යුතු පේළි ගණන:"
|
||||
|
||||
#: libraries/display_import.lib.php:302
|
||||
msgid "Format-Specific Options:"
|
||||
@ -6216,7 +6231,7 @@ msgstr "Well Known Binary"
|
||||
|
||||
#: libraries/display_tbl.lib.php:1638 libraries/display_tbl.lib.php:1654
|
||||
msgid "The row has been deleted"
|
||||
msgstr "පෙළ ඉවත් කරන ලදි"
|
||||
msgstr "පේළිය ඉවත් කරන ලදි"
|
||||
|
||||
#: libraries/display_tbl.lib.php:1684 libraries/display_tbl.lib.php:2964
|
||||
#: server_status.php:1286
|
||||
@ -6299,6 +6314,7 @@ msgid ""
|
||||
"The size of the memory buffer InnoDB uses to cache data and indexes of its "
|
||||
"tables."
|
||||
msgstr ""
|
||||
"තම වගු වල දත්ත සහ සුචි කෑෂ්ගත කිරීමට InnoDB භාවිතා කරන මතක බෆරයේ ප්රමාණය."
|
||||
|
||||
#: libraries/engines/innodb.lib.php:133
|
||||
msgid "Buffer Pool"
|
||||
@ -6969,8 +6985,9 @@ msgid ""
|
||||
"database, list the corresponding column names here. Column names must be "
|
||||
"separated by commas and not enclosed in quotations."
|
||||
msgstr ""
|
||||
"ගොනුවේ එක් එක් තීරුවේ අඩංගු දත්ත දත්තගබඩාවේ අනුපිළිවල හා නොගැලපේ නම්, අදාල තීර අනුපිළිවල මෙහි "
|
||||
"සඳහන් කරන්න. තීර නම් උධෘත මගින් ඇහිරිය යුතු අතර කොමා සලකුණු වලින් වෙන් කල යුතුය."
|
||||
"ගොනුවේ එක් එක් පේළියේ අඩංගු දත්ත දත්තගබඩාවේ අනුපිළිවල හා නොගැලපේ නම්, අදාල "
|
||||
"තීර අනුපිළිවල මෙහි සඳහන් කරන්න. තීර නම් උධෘත මගින් ඇහිරිය යුතු අතර කොමා "
|
||||
"සලකුණු වලින් වෙන් කල යුතුය."
|
||||
|
||||
#: libraries/import/csv.php:94
|
||||
msgid "Column names: "
|
||||
@ -8920,7 +8937,7 @@ msgstr ""
|
||||
|
||||
#: prefs_manage.php:269
|
||||
msgid "Merge with current configuration"
|
||||
msgstr "වත්මන් වින්යාස සමග ඒකාබද්ද කරන්න"
|
||||
msgstr "වත්මන් වින්යාස සමග ඒකාබද්ධ කරන්න"
|
||||
|
||||
#: prefs_manage.php:283
|
||||
#, php-format
|
||||
@ -11198,7 +11215,7 @@ msgstr "මෙම පිටුව වෙත ආපසු යන්න"
|
||||
|
||||
#: tbl_change.php:1101
|
||||
msgid "Edit next row"
|
||||
msgstr "මීලඟ පේළිය එක් කරන්න"
|
||||
msgstr "මීලඟ පේළිය සංස්කරණය කරන්න"
|
||||
|
||||
#: tbl_change.php:1112
|
||||
msgid ""
|
||||
@ -11554,13 +11571,12 @@ msgstr "දර්ශනය කිරීමේ අනුපිළිවෙල:"
|
||||
|
||||
#: tbl_structure.php:156 tbl_structure.php:161 tbl_structure.php:608
|
||||
msgid "Spatial"
|
||||
msgstr ""
|
||||
msgstr "ජ්යාමිතික"
|
||||
|
||||
#: tbl_structure.php:163 tbl_structure.php:167
|
||||
#, fuzzy
|
||||
#| msgid "Browse distinct values"
|
||||
msgid "Distinct values"
|
||||
msgstr "එකිනෙකට වෙනස් අගයන් පිරික්සන්න"
|
||||
msgstr "එකිනෙකට වෙනස් අගයන්"
|
||||
|
||||
#: tbl_structure.php:168 tbl_structure.php:169
|
||||
msgid "Add primary key"
|
||||
@ -11605,10 +11621,9 @@ msgid "Show more actions"
|
||||
msgstr "තවත් ක්රියාවන් පෙන්වන්න"
|
||||
|
||||
#: tbl_structure.php:626 tbl_structure.php:691
|
||||
#, fuzzy
|
||||
#| msgid "Remove column(s)"
|
||||
msgid "Move columns"
|
||||
msgstr "පේළි(යක්) ඉවත් කරන්න"
|
||||
msgstr "තීර අනුපිළිවල සකසන්න"
|
||||
|
||||
#: tbl_structure.php:627
|
||||
msgid "Move the columns by dragging them up and down."
|
||||
@ -11620,7 +11635,7 @@ msgstr "දසුන සංස්කරණය කරන්න"
|
||||
|
||||
#: tbl_structure.php:670
|
||||
msgid "Relation view"
|
||||
msgstr ""
|
||||
msgstr "වගු සබඳතා දර්ශනය"
|
||||
|
||||
#: tbl_structure.php:678
|
||||
msgid "Propose table structure"
|
||||
|
||||
12
po/sv.po
12
po/sv.po
@ -4,7 +4,7 @@ msgstr ""
|
||||
"Project-Id-Version: phpMyAdmin 4.0.0-dev\n"
|
||||
"Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n"
|
||||
"POT-Creation-Date: 2012-05-03 07:28-0400\n"
|
||||
"PO-Revision-Date: 2012-05-03 23:06+0200\n"
|
||||
"PO-Revision-Date: 2012-05-08 19:29+0200\n"
|
||||
"Last-Translator: ProUser <stefan@inkopsforum.se>\n"
|
||||
"Language-Team: swedish <sv@li.org>\n"
|
||||
"Language: sv\n"
|
||||
@ -2347,6 +2347,8 @@ msgstr "Misslyckades med formateringen av strängen för regel '%s'."
|
||||
msgid ""
|
||||
"Invalid rule declaration on line %1$s, expected line %2$s of previous rule"
|
||||
msgstr ""
|
||||
"Ogiltig regeldeklaration på rad %1$s, förväntad rad %2$s av den tidigare "
|
||||
"regeln"
|
||||
|
||||
#: libraries/Advisor.class.php:378
|
||||
#, php-format
|
||||
@ -2357,12 +2359,12 @@ msgstr "Ogiltig regeldeklaration på rad %s"
|
||||
#: libraries/Advisor.class.php:386
|
||||
#, php-format
|
||||
msgid "Unexpected characters on line %s"
|
||||
msgstr ""
|
||||
msgstr "Oväntade tecken på rad %s"
|
||||
|
||||
#: libraries/Advisor.class.php:400
|
||||
#, php-format
|
||||
msgid "Unexpected character on line %1$s. Expected tab, but found \"%2$s\""
|
||||
msgstr ""
|
||||
msgstr "Oväntat tecken på rad %1$s. Förväntad tab, men fann \"%2$s\""
|
||||
|
||||
#: libraries/Advisor.class.php:425 server_status.php:963
|
||||
msgid "per second"
|
||||
@ -2769,6 +2771,8 @@ msgid ""
|
||||
"A timestamp, range is 1970-01-01 00:00:01 UTC to 2038-01-09 03:14:07 UTC, "
|
||||
"stored as the number of seconds since the epoch (1970-01-01 00:00:00 UTC)"
|
||||
msgstr ""
|
||||
"En tidsstämpel, intervallet är 1970-01-01 00:00:01 UTC till 2038-01-09 "
|
||||
"03:14:07 UTC, lagrad som antalet sekunder sedan 1970-01-01 00:00:00 UTC"
|
||||
|
||||
#: libraries/Types.class.php:313 libraries/Types.class.php:722
|
||||
#, php-format
|
||||
@ -2780,6 +2784,8 @@ msgid ""
|
||||
"A year in four-digit (4, default) or two-digit (2) format, the allowable "
|
||||
"values are 70 (1970) to 69 (2069) or 1901 to 2155 and 0000"
|
||||
msgstr ""
|
||||
"Ett år i fyr-siffrigt (4, default) eller 2-siffrigt (2) format, tillåtna "
|
||||
"värden är: 70 (1970) till 69 (2069) eller 1901 till 2155 och 0000"
|
||||
|
||||
#: libraries/Types.class.php:317
|
||||
msgid ""
|
||||
|
||||
Loading…
Reference in New Issue
Block a user